summaryrefslogtreecommitdiff
path: root/tests/data/nature2.html
blob: 9c0fa16f6f03d72d0c65ccd15c312f2250f620a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902

	
































	
		

						
																																																																																								
																																																												
																								
 												 		
							





	

		                





































        
               
      











        
                
 	



 










	
				

        
        
 

 






 
 
 


 
 
  
	



				<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
	<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
			<!-- super head top -->		      






<meta name="robots" content="noarchive" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="nature, materials, nature materials, nature publishing group, content, journal, materials science, materials engineering, organic materials, smart materials, nature materials, atoms, friction, silicon, structural materials, plastic materials, nanotechnology" />
<meta name="description" content="Nature Materials journal covers a range of topics within materials science, from materials engineering and structural materials (metals, alloys, ceramics, composites) to organic and soft materials (glasses, colloids, liquid crystals, polymers)." />
<link rel="shortcut icon" href="http://www.nature.com.ezproxy.lib.utexas.edu/favicon.ico" />
<link rel="home" href="/nmat/" title="home" />
<link rel="copyright" href="/common/copyright_statement.html" title="copyright" />
<link rel="help" title="help" href="/common/accessibility_statement.html" />
	
			
		<title>Three-dimensional nanopillar-array photovoltaics on low-cost and flexible substrates : Abstract : Nature Materials</title>
	
		
			
		

		
																																						<style type="text/css" media="screen, projection, print"><!--/*--><![CDATA[/*><!--*/
	/* high pass filter to hide @imports from browsers with poor CSS1 parsing - also hide from mac IE \*/
	@import "/common/style/null.css?\"\{";
	@import "/common/includes/header/03/style/header.css";	@import "/common/includes/footer/03/style/footer.css";
		    @import "/common/style/global.comments.css";
		    @import "/common/style/layout.css";
		    @import "/common/style/layout_wide_banner.css";
		    @import "/common/style/main.css";
		    @import "/common/style/header_footer_smallfonts.css";
		    @import "/rj/style/group.css";
		    @import "/nmat/style/site.css";
		
	 		@import "/common/style/restrict_width/966px.css";
						#hdr .login-nav {background-image: url(/nmat/images/journal_header_v3.jpg);}
				
/* end hide from mac ie */
/*]]>*/--></style>
<link rel="stylesheet" type="text/css" href="/common/style/print.css" media="print" title="Print Stylesheet" />

<script type="text/javascript"><!--//--><![CDATA[//><!--
//--><!]]></script>



																																																		
<!--[if lte IE 7]>
<style type="text/css" media="screen, projection">
	@import "/common/style/null.css?\"\{";
	@import "/common/includes/header/03/style/ie-specific/lte-ie-7.css";
	@import "/common/style/ie-specific/lte-ie-7.css";
	@import "/rj/style/ie-specific/lte-ie-7.css";
</style>
<![endif]-->
																																																																												
<!--[if IE 7]>
<style type="text/css" media="screen, projection">
	@import "/common/includes/header/03/style/ie-specific/ie-7.css";
	@import "/common/style/ie-specific/ie-7.css";
	@import "/rj/style/ie-specific/ie-7.css";
</style>
<![endif]-->
																																																																																																																
<!--[if IE 6]>
<script type="text/javascript" src="/common/scripts/ie-specific/ie-6.js"></script>
<style type="text/css" media="screen, projection">
	@import "/common/includes/header/03/style/ie-specific/ie-6.css";
	@import "/common/includes/footer/03/style/ie-specific/ie-6.css";
	@import "/common/style/ie-specific/ie-6.css";
	@import "/rj/style/ie-specific/ie-6.css";
	@import "/nmat/style/ie-specific/ie-6.css";
</style>
<![endif]-->
																																																																																																																																																																																																																																																																																																																																																																																																																																								

			<!-- super head bottom -->
	<!-- resource metadata -->
				
				 																							
			
				
												
			<link title="schema(PRISM)" rel="schema.prism" href="http://prismstandard.org/namespaces/1.2/basic/" />
																																																																	<meta name="prism.copyright" content="&#169; 2009 Nature Publishing Group" />
					<meta name="prism.rightsAgent" content="permissions@nature.com" />
					<meta name="prism.publicationDate" content="2009-07-05" />
					<meta name="prism.volume" content="" />
					<meta name="prism.number" content="" />
					<meta name="prism.section" content="Letter" />
					<meta name="prism.startingPage" content="" />
					<meta name="prism.endingPage" content="" />
					<meta name="prism.publicationName" content="Nature Materials" />
					<meta name="prism.issn" content="1476-1122" />
					<meta name="prism.eIssn" content="1476-4660" />
				
			<link title="schema(DC)" rel="schema.dc" href="http://purl.org.ezproxy.lib.utexas.edu/dc/elements/1.1/" />
																																																																																																																								<meta name="dc.publisher" content="Nature Publishing Group" />
					<meta name="dc.language" content="en" />
					<meta name="dc.rights" content="&#169; 2009 Nature Publishing Group" />
					<meta name="dc.title" content="Three-dimensional nanopillar-array photovoltaics on low-cost and flexible substrates" />
					<meta name="dc.creator" content="Zhiyong Fan" />
					<meta name="dc.creator" content="Haleh Razavi" />
					<meta name="dc.creator" content="Jae-won Do" />
					<meta name="dc.creator" content="Aimee Moriwaki" />
					<meta name="dc.creator" content="Onur Ergen" />
					<meta name="dc.creator" content="Yu-Lun Chueh" />
					<meta name="dc.creator" content="Paul W. Leu" />
					<meta name="dc.creator" content="Johnny C. Ho" />
					<meta name="dc.creator" content="Toshitake Takahashi" />
					<meta name="dc.creator" content="Lothar A. Reichertz" />
					<meta name="dc.creator" content="Steven Neale" />
					<meta name="dc.creator" content="Kyoungsik Yu" />
					<meta name="dc.creator" content="Ming Wu" />
					<meta name="dc.creator" content="Joel W. Ager" />
					<meta name="dc.creator" content="Ali Javey" />
					<meta name="dc.identifier" content="doi:10.1038/nmat2493" />
					<meta name="dc.date" content="2009-07-05" />
					<meta name="dc.source" content="Nature Materials, Published online: 05 July 2009; | doi:10.1038/nmat2493" />
				
																																												<meta name="citation_publisher" content="Nature Publishing Group" />
					<meta name="citation_authors" content="Zhiyong Fan, Haleh Razavi, Jae-won Do, Aimee Moriwaki, Onur Ergen, Yu-Lun Chueh, Paul W. Leu, Johnny C. Ho, Toshitake Takahashi, Lothar A. Reichertz, Steven Neale, Kyoungsik Yu, Ming Wu, Joel W. Ager, Ali Javey" />
					<meta name="citation_title" content="Three-dimensional nanopillar-array photovoltaics on low-cost and flexible substrates" />
					<meta name="citation_date" content="2009-07-05" />
					<meta name="citation_firstpage" content="" />
					<meta name="citation_doi" content="doi:10.1038/nmat2493" />
					<meta name="citation_journal_title" content="Nature Materials" />
			
																																<meta name="DCS.dcssip" content="www.nature.com" />
					<meta name="Access" content="Yes" />
					<meta name="WT.cg_n" content="Nature Materials" />
					<meta name="WT.cg_s" content="Letter" />
					</head><body id="article" class="www-nature-com-nmat">
<!-- super body top -->

																		

			<div id="constrain"><div class="constrain">


<div id="hdr">
			<div class="publications-search" id="top">
			<div class="publications">
				<ul>
														<li class="first jumplink"><a href="#content">Jump&nbsp;to&nbsp;main&nbsp;content</a></li>
										<li class="jumplink"><a href="#journalnav">Jump&nbsp;to&nbsp;navigation</a></li>
																		<li class="nature-link"><a href="/">nature.com<span class="hidden"> homepage</span></a></li>
																	<li class="pub1"><a href="/siteindex/">Publications&nbsp;A-Z&nbsp;index</a></li><li><a href="/browse/">Browse&nbsp;by&nbsp;subject</a></li>								
																																																																																																																	</ul>
			</div>	
		</div>
	
	<span class="cleardiv"><!-- --></span>

			<div class="leaderboard-links">
									
																																							
			
							<div class="user-services">
																					<ul class="list">
																						<li class="us-link li1"><a href="/myaccount/">My account</a></li><li class="us-link li2"><a href="http://mts-nm.nature.com.ezproxy.lib.utexas.edu/cgi-bin/main.plex" title="Submit manuscript">Submit manuscript</a></li>															<li class="us-link li3"><a href="/register/" title="Register with Nature.com">Register</a></li><li class="us-link li4"><a href="https://secure-nature-com.ezproxy.lib.utexas.edu/subscribe/nmat" title="Subscribe to Nature Materials">Subscribe</a></li>													</ul>
																<span class="cleardiv"><!-- --></span>
								</div>
						
							<!-- leaderboard ad -->
				<div class="leaderboard">
										<div class="padder">
																								

				






<script type="text/javascript"><!--//--><![CDATA[//><!--
	var include = '';

	var wp = '';
	if (wp != '') include += 'wp='+wp;
	include += ';';

	var rf = '';
	if (rf != '') include += "rf="+rf;
	include += ';';

	var sp = '';
	if (sp != '') include += "sp="+sp;
	include += ";";

	var ps = '';
	if (ps != '') include += "ps="+ps;
	include += ";";

	var adinf = "lg=no;";

	if(include != ";;;;")
	{
		adinf = include;
	}

	var time = new Date();
	ordval= (time.getTime());

		ord=Math.random()*10000000000000000;
//--><!]]></script>

	








		
<div class="adunit-leaderboard">
<script type="text/javascript"><!--//--><![CDATA[//><!--
		document.write('<script type="text/javascript" src="http://ad.doubleclick.net/adj/materials.nature.com/article;abr=!webtv;type=le;artid=nmat2493;date=20090705;issue=;subco=;chaco=;keywd=;njdis=;njreg=;crstg=;pos=top;sz=728x90;ptile=1;ord=' + ord + '?" ><\/script>');

	if ((!document.images && navigator.userAgent.indexOf('Mozilla/2.') >= 0) || (navigator.userAgent.indexOf("WebTV") >= 0)) {
		document.write('<a href="http://ad.doubleclick.net/jump/materials.nature.com/article;keywd=;sz=728x90;ord=' + ord + '?">');
		document.write('<img src="http://ad.doubleclick.net/ad/materials.nature.com/article;keywd=;sz=728x90;ord=' + ord + '?" width="728" height="90" border="0"></a>');
	}
//--><!]]></script>
<noscript>
	<div><a href="http://ad.doubleclick.net/jump/materials.nature.com/article;abr=!NN2;tile=1;type=le;artid=nmat2493;date=20090705;issue=;subco=;chaco=;keywd=;njdis=;njreg=;crstg=;pos=top;sz=728x90;ptile=1;ord=123456789?"><img src="http://ad.doubleclick.net/ad/materials.nature.com/article;abr=!NN2;tile=1;type=le;artid=nmat2493;date=20090705;issue=;subco=;chaco=;keywd=;njdis=;njreg=;crstg=;pos=top;sz=728x90;ptile=1;ord=123456789?" alt="Advertisement" style="border:0" /></a></div>
</noscript>

</div>


					</div>
				</div>
				<!-- end leaderboard ad -->
					</div>
		
		<span class="cleardiv"><!-- --></span>
		
	<div class="login-nav">
		
						
					
						
																	<div class="logon">
					<p><a href="/foxtrot/svc/login" class="login" title="login to Nature.com">Login</a></p>
									</div>
													
														
		<a href="/nmat/" class="journal-header" title="Nature Materials homepage"><img src="/nmat/images/journal_header_v3.jpg" alt="Nature Materials homepage" style="display:block;" class="journal-header-image" /></a>		
				
				<form class="search" action="/search/executeSearch?" method="get">
			<div>
				<label for="searchtext">Search</label>
														<select name="sp-q-1">
												<option value="NMAT">This journal</option>
												<option value="">All of nature.com</option>
											</select>
													<input type="text" id="searchtext" name="sp-q" value="" />
												<input type="hidden" name="sp-c" value="25" />
												<input type="hidden" name="sp-m" value="0" />
												<input type="hidden" name="sp-s" value="date_descending" />
												<input type="hidden" name="include-collections" value="journals_nature,crawled_content" />
												<input type="hidden" name="exclude-collections" value="journals_palgrave,lab_animal" />
																
														<input type="hidden" name="sp-a" value="sp1001702d" />
										<input type="hidden" name="sp-sfvl-field" value="subject|ujournal" />
										<input type="hidden" name="sp-x-1" value="ujournal" />
										<input type="hidden" name="sp-p-1" value="phrase" />
										<input type="hidden" name="sp-p" value="all" />
													<input type="submit" name="submit" class="button" value="go" title="search now" /> 					
							</div>
		</form>
		
							<span class="cleardiv"><!-- --></span>
			</div>
</div>


		<div id="breadcrumb"><div><a href="/nmat/index.html">Journal home</a><span class="divider"> &gt; </span><a href="/nmat/journal/vaop/ncurrent/index.html">Advance online publication</a><span class="divider"> &gt; </span><a href="/nmat/journal/vaop/ncurrent/index.html#le">Letter</a><span class="divider"> &gt; </span><span class="thisitem">Abstract</span></div></div><div id="content-journalnav"><div id="content"><h1 class="page-header">Letter abstract</h1><hr class="separator" />
<p id="cite"><span class="journalname">Nature Materials</span> <br />Published online: 5 July 2009 | <span class="doi"><abbr title="Digital Object Identifier">doi</abbr>:10.1038/nmat2493</span></p><p id="errorcor"></p><h2 id="atl">Three-dimensional nanopillar-array photovoltaics on low-cost and flexible substrates</h2><p id="aug">Zhiyong Fan<sup><a title="affiliated with " href="#a1">1</a>,</sup><sup><a title="affiliated with " href="#a2">2</a>,</sup><sup><a title="affiliated with " href="#a3">3</a></sup>,
			Haleh Razavi<sup><a title="affiliated with " href="#a1">1</a>,</sup><sup><a title="affiliated with " href="#a2">2</a>,</sup><sup><a title="affiliated with " href="#a3">3</a></sup>,
			Jae-won Do<sup><a title="affiliated with " href="#a1">1</a>,</sup><sup><a title="affiliated with " href="#a2">2</a>,</sup><sup><a title="affiliated with " href="#a3">3</a></sup>,
			Aimee Moriwaki<sup><a title="affiliated with " href="#a1">1</a>,</sup><sup><a title="affiliated with " href="#a2">2</a>,</sup><sup><a title="affiliated with " href="#a3">3</a></sup>,
			Onur Ergen<sup><a title="affiliated with " href="#a1">1</a>,</sup><sup><a title="affiliated with " href="#a2">2</a>,</sup><sup><a title="affiliated with " href="#a3">3</a></sup>,
			Yu-Lun Chueh<sup><a title="affiliated with " href="#a1">1</a>,</sup><sup><a title="affiliated with " href="#a2">2</a>,</sup><sup><a title="affiliated with " href="#a3">3</a></sup>,
			Paul W. Leu<sup><a title="affiliated with " href="#a1">1</a>,</sup><sup><a title="affiliated with " href="#a2">2</a>,</sup><sup><a title="affiliated with " href="#a3">3</a></sup>,
			Johnny C. Ho<sup><a title="affiliated with " href="#a1">1</a>,</sup><sup><a title="affiliated with " href="#a2">2</a>,</sup><sup><a title="affiliated with " href="#a3">3</a></sup>,
			Toshitake Takahashi<sup><a title="affiliated with " href="#a1">1</a>,</sup><sup><a title="affiliated with " href="#a2">2</a>,</sup><sup><a title="affiliated with " href="#a3">3</a></sup>,
			Lothar A. Reichertz<sup><a title="affiliated with " href="#a2">2</a></sup>,
			Steven Neale<sup><a title="affiliated with " href="#a1">1</a>,</sup><sup><a title="affiliated with " href="#a3">3</a></sup>,
			Kyoungsik Yu<sup><a title="affiliated with " href="#a1">1</a>,</sup><sup><a title="affiliated with " href="#a3">3</a></sup>,
			Ming Wu<sup><a title="affiliated with " href="#a1">1</a>,</sup><sup><a title="affiliated with " href="#a3">3</a></sup>,
			Joel W. Ager<sup><a title="affiliated with " href="#a2">2</a></sup>
						&amp;
			Ali Javey<sup><a title="affiliated with " href="#a1">1</a>,</sup><sup><a title="affiliated with " href="#a2">2</a>,</sup><sup><a title="affiliated with " href="#a3">3</a></sup></p><p class="caff"/><div id="abs"><a href="#top" class="backtotop">Top<span class="hidden"> of page</span></a><p class="lead">Solar energy represents one of the most abundant and yet least harvested sources of renewable energy. In recent years, tremendous progress has been made in developing photovoltaics that can be potentially mass deployed<sup><a href="/nmat/journal/vaop/ncurrent/full/nmat2493.html#B1">1, </a></sup><sup><a href="/nmat/journal/vaop/ncurrent/full/nmat2493.html#B2">2, </a></sup><sup><a href="/nmat/journal/vaop/ncurrent/full/nmat2493.html#B3">3</a></sup>. Of particular interest to cost-effective solar cells is to use novel device structures and materials processing for enabling acceptable efficiencies<sup><a href="/nmat/journal/vaop/ncurrent/full/nmat2493.html#B4">4, </a></sup><sup><a href="/nmat/journal/vaop/ncurrent/full/nmat2493.html#B5">5, </a></sup><sup><a href="/nmat/journal/vaop/ncurrent/full/nmat2493.html#B6">6</a></sup>. In this regard, here, we report the direct growth of highly regular, single-crystalline nanopillar arrays of optically active semiconductors on aluminium substrates that are then configured as solar-cell modules. As an example, we demonstrate a photovoltaic structure that incorporates three-dimensional, single-crystalline <i>n</i>-CdS nanopillars, embedded in polycrystalline thin films of <i>p</i>-CdTe, to enable high absorption of light and efficient collection of the carriers. Through experiments and modelling, we demonstrate the potency of this approach for enabling highly versatile solar modules on both rigid and flexible substrates with enhanced carrier collection efficiency arising from the geometric configuration of the nanopillars.</p></div><a href="#top" class="backtotop">Top<span class="hidden"> of page</span></a><hr class="separator" />
<div id="affiliations-notes" class="aff-bottom">
			<ol class="decimal"><li id="a1">

Department of Electrical Engineering and Computer Sciences, University of California at Berkeley, Berkeley, California 94720, USA
</li><li id="a2">

Materials Sciences Division, Lawrence Berkeley National Laboratory, Berkeley, California 94720,
USA
</li><li id="a3">

Berkeley Sensor and Actuator Center, University of California at Berkeley,
Berkeley, California 94720, USA
</li></ol><p class="caff">Correspondence to: Ali Javey<sup><a title="affiliated with " href="#a1">1</a>,</sup><sup><a title="affiliated with " href="#a2">2</a>,</sup><sup><a title="affiliated with " href="#a3">3</a></sup> 

e-mail:&nbsp;<a href="mailto:ajavey@eecs.berkeley.edu">ajavey@eecs.berkeley.edu</a>
</p></div><br/><br/></div>
					<!-- value from issueHighlight directive to variable --><div id="journalnav"><h1 class="hidden">Main navigation</h1><!-- whitespace removed to deal with IE5.0 PC bug. -->
<map id="main-journal-nav" class="journal-nav">
<h2 class="nav-header">Journal content</h2>
<ul>
	<li><a href="/nmat/">Journal home</a></li
	><li class="selected"><a href="/nmat/journal/vaop/ncurrent/">Advance online publication</a>
				<ul class="subnav">
			<li><a href="/authors/author_services/about_aop.html">About <abbr title="advance online publication">AOP</abbr></a></li>
		</ul>
			</li>
		<li><a href="/nmat/journal/v8/n8/">Current issue</a></li
	><li><a href="/nmat/archive/">Archive</a></li>
	<!--<li><a href="/nmat/supplements/">Supplements</a></li>-->
	<li><a href="/nmat/insight/index.html">Insights</a></li>
	<li><a href="/nmat/focus/">Focuses</a></li>
	<li><a href="/nmat/press_releases/">Press releases</a></li>
</ul>
</map><!-- whitespace removed to deal with IE5.0 PC bug. -->
<map id="journal-information" class="journal-nav">
<h2 class="nav-header">Journal information</h2>

<ul>
	<li>
	<a href="/nmat/authors/">Guide to authors</a>
		
		
	</li>

	<li><a href="http://mts-nm.nature.com.ezproxy.lib.utexas.edu/" class="submission">Online submission</a></li
	><li><a href="/authors/editorial_policies/peer_review.html">For referees</a></li>
	

	<li><a href="/nmat/pricing/">Pricing</a></li
	><li><a href="/nmat/contact/">Contact the journal</a></li
	><li><a href="https://secure-nature-com.ezproxy.lib.utexas.edu/subscribe/nmat">Subscribe</a></li
	><li><a href="http://nature.custhelp.com/cgi-bin/nature.cfg/php/enduser/std_alp.php">Help</a></li
	><li><a href="/nmat/site/">About this site</a></li>
</ul>
</map>

<map id="npg-services" class="journal-nav npg-nav">
<h2 class="nav-header"><abbr title="nature publishing group">NPG</abbr> services</h2>

<ul>
	<li><a href="http://advertising.nature.com.ezproxy.lib.utexas.edu/">Advertising</a></li
	><li><a href="http://www.nature.com.ezproxy.lib.utexas.edu/npg_/work/index.html">work@<abbr title="Nature Publishing Group">npg</abbr></a></li
	><li><a href="http://www.nature.com.ezproxy.lib.utexas.edu/reprints/">Reprints and permissions</a></li
	><li><a href="http://npg.nature.com.ezproxy.lib.utexas.edu/npg/servlet/Content?data=xml/07_home.xml&amp;style=xml/07_home.xsl">For librarians</a></li>
</ul>
</map><map id="npg-resources" class="journal-nav npg-nav">
	<h2 class="npg-resources"><abbr title="Nature Publishing Group">NPG</abbr> resources</h2>
	<ul class="npg-resources">
		<li><a href="/nature/">Nature</a></li>
		<li><a href="/nphys/">Nature Physics</a></li>
		<li><a href="/nbt/">Nature Biotechnology</a></li>
		<li><a href="/nnano/">Nature Nanotechnology</a></li>
		<li><a href="/nphoton/">Nature Photonics</a></li>
		<li><a href="/materials/">materials@nature</a></li>
		<li><a href="/physics/">physics@nature</a></li>
		<li><a href="/chemistry/">chemistry@nature</a></li>
		<li><a href="/natureconferences/">Nature Conferences</a></li>
		<li><a href="http://www.natureasia.com/asia-materials/">NPG Asia Materials</a></li>
	</ul>
</map> 
<div id="global-subject-areas">
	<h2><span><abbr title="Nature Publishing Group">NPG</abbr> Journals</span></h2>	
	<h3 class="view">by Subject Area</h3>
		<ul class="category-list">
		<li><h4>Chemistry</h4>
            <ul>
                <li><a href="/chemistry/index.html">Chemistry</a></li>
                <li><a href="/drugdisc/index.html">Drug discovery</a></li>
		<li><a href="/biotech/index.html">Biotechnology</a></li>
		<li><a href="/materials/index.html">Materials</a></li>
		<li><a href="/protometh/index.html">Methods &amp; Protocols</a></li>
            </ul>
        </li>        <li><h4>Clinical Practice &amp; Research</h4>
            <ul>
                <li><a href="/cancer/index.html">Cancer</a></li>
                <li><a href="/cardio/index.html">Cardiovascular medicine</a></li>
                <li><a href="/dentistry/index.html">Dentistry</a></li>
                <li><a href="/endocrinology/index.html" title="">Endocrinology</a></li>
                <li><a href="/gastrohep/index.html">Gastroenterology &amp; Hepatology</a></li>
		<li><a href="/protometh/index.html">Methods &amp; Protocols</a></li>
                <li><a href="/pathology/index.html">Pathology &amp; Pathobiology</a></li>
                <li><a href="/urology/index.html">Urology</a></li>

            </ul>
        </li>        <li><h4>Earth &amp; Environment</h4>
            <ul>
                <li><a href="/earthsciences/index.html">Earth sciences</a></li>
                <li><a href="/evoeco/index.html">Evolution &amp; Ecology</a></li>
	
            </ul>
        </li>        <li><h4>Life sciences</h4>
            <ul>
		<li><a href="/biotech/index.html">Biotechnology</a></li>
                <li><a href="/cancer/index.html">Cancer</a></li>
                <li><a href="/development/index.html">Development</a></li>
                <li><a href="/drugdisc/index.html">Drug discovery</a></li>
                <li><a href="/evoeco/index.html">Evolution &amp; Ecology</a></li>
                <li><a href="/genetics/index.html">Genetics</a></li>
                <li><a href="/immuno/index.html">Immunology</a></li>
                <li><a href="/medicalresearch/index.html">Medical research</a></li>
				<li><a href="/protometh/index.html">Methods &amp; Protocols</a></li>
                <li><a href="/micro/index.html">Microbiology</a></li>
                <li><a href="/molcellbio/index.html">Molecular cell biology</a></li>
                <li><a href="/neurosci/index.html">Neuroscience</a></li>
                <li><a href="/pharma/index.html">Pharmacology</a></li>
                <li><a href="/sysbio/index.html">Systems biology</a></li>
            </ul>
        </li>        <li><h4>Physical sciences</h4>
            <ul>
				<li><a href="/physics/index.html">Physics</a></li>
				<li><a href="/materials/index.html">Materials</a></li>
            </ul>
        </li>	</ul>
	
	<h3 class="view"><a href="/siteindex/index.html" title="View A to Z list of Nature Publishing Group journals">by A - Z Index</a></h3>
</div></div></div><div id="extranav"><hr class="separator" />
<h1 class="hidden">Extra navigation</h1><div class="ad-rh marketing">
	<div>
		<h2>Subscribe to <span class="journal-name">Nature Materials</span></h2>
				<p class="fake-button"><a href="https://secure-nature-com.ezproxy.lib.utexas.edu/subscribe/nmat">Subscribe<span class="hidden"> to Nature Materials</span></a></p>
	</div>
</div>
<div id="articlenav"><h2 class="nav-header"><span class="hidden">ARTICLE NAVIGATION - </span>This issue</h2><ul class="nav-list"><li><a class="toc" href="/nmat/journal/vaop/ncurrent">Table of contents<span class="hidden"> for this issue</span></a></li><li><a title="previous abstract in this issue" class="prev" href="/nmat/journal/vaop/ncurrent/abs/nmat2477.html">Previous abstract</a></li><li><a title="next abstract in this issue" class="next" href="/nmat/journal/vaop/ncurrent/abs/nmat2494.html">Next abstract</a></li></ul>
		
	
	

	
	
		
		
				
		
				
		
		 
	





<h2 class="nav-header">Article tools</h2>
<ul class="nav-list"><li><a href="/nmat/journal/vaop/ncurrent/full/nmat2493.html" class="fulltext">Full text</a></li><li><a href="/nmat/journal/vaop/ncurrent/pdf/nmat2493.pdf" class="download-pdf">Download PDF</a></li><li><a href="/foxtrot/svc/mailform?file=/nmat/journal/vaop/ncurrent/full/nmat2493.html" class="sendtofriend">Send to a friend</a></li><li class="export"><a href="/nmat/journal/vaop/ncurrent/ris/nmat2493.ris" class="export">Export citation</a></li><li class="permissions"><a class="permissions" href="https://s100.copyright.com/AppDispatchServlet?publisherName=NPG&amp;publication=Nature Materials&amp;title=&amp;author=Zhiyong Fan, Haleh Razavi, Jae-won Do, Aimee Moriwaki, Onur Ergen et al.&amp;contentID=10.1038/nmat2493&amp;publicationDate=07/05/2009&amp;volumeNum=aop&amp;issueNum=current&amp;numPages=&amp;pageNumbers=">Rights and permissions</a></li><li><a class="commercial-reprints" href="https://s100.copyright.com/AppDispatchServlet?publisherName=NPGR&amp;publication=Nature Materials&amp;title=&amp;author=Zhiyong Fan, Haleh Razavi, Jae-won Do, Aimee Moriwaki, Onur Ergen et al. &amp;contentID=10.1038/nmat2493&amp;publicationDate=07/05/2009&amp;volumeNum=aop&amp;issueNum=current&amp;numPages=&amp;pageNumbers=&amp;orderBeanReset=true"> Order commercial reprints</a></li><li><a href="http://www.connotea.org/add?uri=http://www.nature.com.ezproxy.lib.utexas.edu/nmat/journal/vaop/ncurrent/abs/nmat2493.html" class="save">Save this link</a></li><li>

</li>
</ul>


<!-- end articlenav - main --><h2 class="nav-header">Article navigation</h2><ul class="nav-list border"><li><a class="page" href="#abs">Abstract</a></li><li><a href="/nmat/journal/vaop/ncurrent/suppinfo/nmat2493_S1.html">Supplementary info</a></li></ul></div><div class="extra liteblue"><h2 class="purp_back">Search PubMed for</h2><ul><li><a href="http://www.ncbi.nlm.nih.gov.ezproxy.lib.utexas.edu/entrez/query.fcgi?cmd=search&amp;term=Fan+Z">Zhiyong Fan</a></li><li><a href="http://www.ncbi.nlm.nih.gov.ezproxy.lib.utexas.edu/entrez/query.fcgi?cmd=search&amp;term=Razavi+H">Haleh Razavi</a></li><li><a href="http://www.ncbi.nlm.nih.gov.ezproxy.lib.utexas.edu/entrez/query.fcgi?cmd=search&amp;term=Do+J">Jae-won Do</a></li><li><a href="http://www.ncbi.nlm.nih.gov.ezproxy.lib.utexas.edu/entrez/query.fcgi?cmd=search&amp;term=Moriwaki+A">Aimee Moriwaki</a></li><li><a href="http://www.ncbi.nlm.nih.gov.ezproxy.lib.utexas.edu/entrez/query.fcgi?cmd=search&amp;term=Ergen+O">Onur Ergen</a></li><li><a href="http://www.ncbi.nlm.nih.gov.ezproxy.lib.utexas.edu/entrez/query.fcgi?cmd=search&amp;term=Chueh+Y">Yu-Lun Chueh</a></li><li class="more"><a href="/nmat/journal/vaop/ncurrent/pubmed/nmat2493.html">more authors of this article</a></li></ul></div><div id="natpav" class="box">
    <h2 class="natpav"><a href="/openinnovation" title="Visit the Nature.com Open Innovation Pavilion"><span class="first">Open Innovation Challenges</span></a></h2>
    
	<div class="box-item">
        <ul class="chal-list">
	
   			<li>
			                <h3><a href="/openinnovation" title="Highly Charged Hydrogel without Ion Condensation">Highly Charged Hydrogel without Ion Condensation</a></h3>
				<img src="/openinnovation/challenge/images/8145428.jpg" alt="" />
					<ul class="chal-meta">
						<li>Deadline: Aug 24 2009</li>
						<li>Reward: <span class="award">
                                                  						  $50,000 USD
						  </span></li>
					</ul>
				<p>
                              		                			           The Seeker is looking for experimental ways to avoid ion condensation in highly charged, crosslinked...
		                                           </p>
            </li>
   			<li>
			                <h3><a href="/openinnovation" title="Mitigating Zinc Corrosion">Mitigating Zinc Corrosion</a></h3>
				<img src="/openinnovation/challenge/images/8482641.jpg" alt="" />
					<ul class="chal-meta">
						<li>Deadline: Aug 23 2009</li>
						<li>Reward: <span class="award">
                                                  						  $20,000 USD
						  </span></li>
					</ul>
				<p>
                              		                			           The Seeker is looking for novel methods to mitigate zinc corrosion/gassing in alkaline media.

This ...
		                                           </p>
            </li>
   
        </ul>
	    <ul class="more">
			<li><a href="/openinnovation" title="">More Challenges</a></li>
			<li class="powered"><div><span>Powered by:</span><a href="http://www.innocentive.com"><img src="/openinnovation/images/innocentive_logo_small.gif" alt="InnoCentive" /></a></div></li>
	   </ul>
		
    </div>
    

</div>
						
<div class="box" id="natjob">
<h2 class="natjob"><a href="/naturejobs/"><span class="first">nature</span><span class="hidden"> </span><span class="second">jobs</span></a></h2>

	<ul class="natjob">

	<li><h3 class="first"><a href="http://www.nature.com.ezproxy.lib.utexas.edu/naturejobs/science/jobs/103304-Research-Fellows-Nanotechnology-and-Nanobiotechnology">Research Fellows - Nanotechnology and Nanobiotechnology</a></h3>
	<ul>
	<li>Amrita Institute of Medical Sciences & Research Centre (AIMS)</li>
	<li>Kochi, Kerala 682 026 India</li>
	</ul>
	</li>

			<li><h3><a href="http://www.nature.com.ezproxy.lib.utexas.edu/naturejobs/science/jobs/103967-Science-Director-Center-for-Ocean-Solutions">Science Director, Center for Ocean Solutions</a></h3>
		<ul>
		<li>Stanford University</li>
		<li>Monterey and Palo Alto, California</li>
		</ul>
		</li>
	</ul>


<div class="natjobmore"><a href="/naturejobs/science/jobs">More science jobs</a></div>
<div class="natjobmore"><a href="/naturejobs/science/jobs/new">Post a job for free</a></div>
</div>
<div id="natprod" class="box"><form method="post" action="http://www.biocompare.com/nature/search.asp"><h2 class="natprod"><a href="http://www.biocompare.com/nature/"><span class="first">nature</span><span class="hidden"> </span><span class="second">products</span></a></h2><div class="natprodmore"><label for="buyerguide" class="hidden">enter buyers guide search text here</label><input id="buyerguide" type="text" name="search" /><br /><input type="submit" class="button" value="search buyers guide" /></div></form></div>				<!-- skyscraper ad -->
<div class="ad-rh skyscraper wide">
<p>ADVERTISEMENT</p>











		
<div class="adunit-leaderboard">
<script type="text/javascript"><!--//--><![CDATA[//><!--
		document.write('<script type="text/javascript" src="http://ad.doubleclick.net/adj/materials.nature.com/article;abr=!webtv;type=le;artid=nmat2493;date=20090705;issue=;subco=;chaco=;keywd=;njdis=;njreg=;crstg=;pos=right;sz=160x600;ptile=2;ord=' + ord + '?" ><\/script>');

	if ((!document.images && navigator.userAgent.indexOf('Mozilla/2.') >= 0) || (navigator.userAgent.indexOf("WebTV") >= 0)) {
		document.write('<a href="http://ad.doubleclick.net/jump/materials.nature.com/article;keywd=;sz=160x600;ord=' + ord + '?">');
		document.write('<img src="http://ad.doubleclick.net/ad/materials.nature.com/article;keywd=;sz=160x600;ord=' + ord + '?" width="160" height="600" border="0"></a>');
	}
//--><!]]></script>
<noscript>
	<div><a href="http://ad.doubleclick.net/jump/materials.nature.com/article;abr=!NN2;tile=1;type=le;artid=nmat2493;date=20090705;issue=;subco=;chaco=;keywd=;njdis=;njreg=;crstg=;pos=right;sz=160x600;ptile=2;ord=123456789?"><img src="http://ad.doubleclick.net/ad/materials.nature.com/article;abr=!NN2;tile=1;type=le;artid=nmat2493;date=20090705;issue=;subco=;chaco=;keywd=;njdis=;njreg=;crstg=;pos=right;sz=160x600;ptile=2;ord=123456789?" alt="Advertisement" style="border:0" /></a></div>
</noscript>

</div>


</div>
<!-- end skyscraper ad -->	</div>	

	





<div class="cleardiv"><!-- --></div>


		
			<p class="back-to-top hidden"><a href="#top" title="Return to the top of this page">Top</a></p>
	
	<div id="ftr" class="footer">
					<ul id="footer-journal">
				<li class="journal-name">Nature Materials</li>				<li class="issn"><abbr title="International Standard Serial Number">ISSN</abbr><span class="hidden">:</span> 1476-1122</li>				<li class="eissn"><abbr title="Electronic International Standard Serial Number">EISSN</abbr><span class="hidden">:</span> 1476-4660</li>											</ul>
			<span class="cleardiv"><!-- --></span>
				
		<div class="footer-inner">
			
		<div class="baseline-wrapper">
													<ul class="footer-links baseline first">
									<li><a href="/npg/">About <abbr title='Nature Publishing Group'>NPG</abbr></a></li>
														<li><a href="/npg_/contact/">Contact <abbr title='Nature Publishing Group'>NPG</abbr></a></li>
														<li><a href="/webfeeds/"><abbr title='RDF Site Summary'>RSS</abbr> web feeds</a></li>
														<li><a href="/help/">Help</a></li>
													</ul>
							<ul class="footer-links baseline">
									<li><a href="/info/privacy.html">Privacy policy</a></li>
														<li><a href="/info/legal_notice.html">Legal notice</a></li>
														<li><a href="/info/accessibility_statement.html">Accessibility statement</a></li>
													</ul>
							<ul class="footer-links baseline last">
									<li><a href="/news/">Nature News</a></li>
														<li><a href="/naturejobs/">Nature<span class='hidden'> </span>jobs</a></li>
														<li><a href="http://www.natureasia.com/">Nature Asia</a></li>
														<li><a href="/scitable/">Nature Education</a></li>
													</ul>
					
						<form action="/search/executeSearch" method="get" class="search-form baseline">
				<fieldset>
					<label for="footer-search">Search:</label>
					<input type="text" id="footer-search" name="sp-q" value="" class="text" />
					<input type="hidden" name="sp-p" value="all" />
					<input type="hidden" name="sp-c" value="25" />
					<input type="hidden" name="sp-m" value="0" />
					<input type="hidden" name="sp-s" value="date_descending" />
					<input type="hidden" name="include-collections" value="journals_nature,crawled_content" />
					<input type="hidden" name="exclude-collections" value="journals_palgrave,lab_animal" />
					<input type="submit" name="search" value="go" class="button" />
				</fieldset>
			</form>
					</div>
		
		<span class="cleardiv"><!-- --></span>
		
					<div id="footer-copyright">
				<ul class="logo">
					<li>			<a href="/info/copyright_statement.html" title="" class="class java.util.HashMap">&#169; 2009 Nature Publishing Group, a division of Macmillan Publishers Limited. All Rights Reserved.</a>
	</li>					<li>partner of <a href="/info/partners.html">AGORA, HINARI, OARE, INASP, CrossRef and COUNTER</a></li>				</ul>
			</div>
				</div>
	</div>

	</div></div><!-- close constrain divs -->

	<!-- super body bottom -->
<!-- super javascript -->
																																									
																																																					
						<script type="text/javascript" src="/super/scripts/jquery.js"></script>
								<script type="text/javascript" src="/common/scripts/runOnLoad.js"></script>
								<script type="text/javascript" src="/rj/scripts/group.js"></script>
														<script type="text/javascript"><!--//--><![CDATA[//><!--
				/* Callback function for "Articles citing this one on Scopus"
   We tried using (function $() {   .....  }) (jQuery); but this delayed loading this script so that the 
   calling script executed first, and could not find this function. */
var scopus = {
	receive: function(data){
		// get the article search total results count (should be 1)
		var articleResultCount=data.OK.TotalResults;
		if(articleResultCount > 0) {
			// get the count of citing articles and output to page
			var citedArticleCount = data.OK.Results[0].citedbycount;
			if(citedArticleCount > 0) {
				// get the url to the "cited by" results page
				var citationLink = data.OK.Results[0].inwardurl;
				// create the HTML snippet <li> to add
				var snippetLIElement = '<li class="cited"><a class="cited" href="' + citationLink + '">Scopus lists ' + citedArticleCount + ' article' + ((citedArticleCount > 1)?'s':'') + ' citing this article</a></li>';
				// add the new <li> a) after a <li class="cited"> if it exists; b) otherwise, before <li class="export">
				var citedLiElements = jQuery("li.cited");
				if(jQuery(citedLiElements).length == 1) {
					// insert the <li> after the "CrossRef citing" element
					jQuery(citedLiElements[0]).after(snippetLIElement);
				} else if (jQuery("li.export").length > 0) {
					// insert the <li> before the "Export references" element
					jQuery("li.export:last").after(snippetLIElement);
				} else if (jQuery("li.save").length > 0) {
					jQuery("li.save").before(snippetLIElement);
				}
			}
		}
	}
}

			//--><!]]></script>
								<script type="text/javascript" src="http://www.scopus.com/scsearchapi/search.url?devId=gY5ZSlMO8vzNqW6dPUnhFqzuDz7qZo&search=DOI(10.1038/nmat2493)&fields=citedbycount,inwardurl&callback=scopus.receive"></script>
								<script type="text/javascript" src="/common/scripts/jquery/plugins/baseline.jquery.js"></script>
								<script type="text/javascript" src="/common/scripts/global.baseline.js"></script>
								<script type="text/javascript" src="/super/scripts/tsedge/tsedge_instr-min.js"></script>
			

<script type="text/javascript"><!--//--><![CDATA[//><!--
(function($) {
	$('a.popup-this').bind('click', function() {
		window.open(this.href);
		return false;
	});
})(jQuery);
//--><!]]></script>



																																																																																																																																																																																																																																								
<!--[if IE 6]>
<![endif]-->
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																



						<!-- webtrends Version: 8.6.0 -->
	<script src="/super/scripts/webtrends/webtrends.js" type="text/javascript"></script>
	<script type="text/javascript"><!--//--><![CDATA[//><!--
		var _tag=new WebTrends();
		_tag.dcsGetId();
	//--><!]]></script>
	<script type="text/javascript"><!--//--><![CDATA[//><!--
		// Add custom parameters here.
		// _tag.DCSext.param_name=param_value;
		_tag.dcsCollect();
	//--><!]]></script>
	<noscript>
		<div><img alt="" id="DCSIMG" width="1" height="1" src="http://statse.webtrendslive.com/dcs0zztfg00000s969s37qoal_2f6z/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=8.6.0" /></div>
	</noscript>
	<script type="text/javascript"><!--//--><![CDATA[//><!--
	(function($) {
		$(function() {
			var applyParams = function(wt) {
				var params = [];
				for (var prop in wt) {
					params.push(prop);
					params.push(wt[prop]);
				}
				_tag.dcsMultiTrack.apply(_tag, params);
			};
			
			$('a[href*="/rss"]').each(function() {
				if (this.href.match(/\/rss\/?(\?.*)?$/)) {
					$(this).bind('click', function() {
						var wt = {};
						wt['DCS.dcsuri'] = this.pathname ? this.pathname.indexOf('/') !== 0 ? '/' + this.pathname : this.pathname : '/';
						wt['DCS.dcsqry'] = this.search ? this.search.substring(1) : '';
						wt['WT.ti'] = 'Download:' + (this.hostname ? this.hostname.split(':')[0] : '') + wt['DCS.dcsuri'] + (wt['DCS.dcsqry'] ? '?' + wt['DCS.dcsqry'] : '');
						wt['WT.dl'] = '20';
						applyParams(wt);
					});
				}
			});

			$('div[class*="adunit-"] a').bind('click', function() {
				var classes = $(this).parents('div[class*="adunit-"]:first').attr('class');
				if (classes) {
					var match = /(^|\s)adunit-([^\s]+)/.exec(classes);
					_tag.dcsMultiTrack('WT.ac', (match) ? match[2] : '');
				}
			});
		});	
	})(jQuery);
	//--><!]]></script>
	<!-- end webtrends Version: 8.6.0 -->
</body></html>