File size: 53,387 Bytes
77d4dbc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!DOCTYPE html>
<html lang="en">


<html>
<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<script src="/scripts/jquery-1.10.2.min.js"></script>
	<script>

		$(document).ready(function(){

			$("#Title").click(function(){

				$("#NonDestructive").toggle();

			});

			$("#Title1").click(function(){

				$("#NonDestructive1").toggle();

			});

			$("#pic1").click(function(){

				$("#divID").toggle();

			});

			$("#pic2").click(function(){

				$("#divID1").toggle();

			});

			$("#pic10").click(function(){

				$("#divID10").toggle();

			});

			$("#pic11").click(function(){

				$("#divID11").toggle();

			});

			$("#pic12").click(function(){

				$("#divID12").toggle();

			});

		});

	</script>
	<title>CALCE Battery Group</title>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<meta content="The Center for Advanced Life Cycle Engineering" name="description">
	<meta content="The Center for Advanced Life Cycle Engineering" name="keywords">
	<meta content="index" name="robots">
	<meta content="Engineering" name="document-classification">
	<meta content="Dynamic" name="document-state">
	<meta http-equiv="Content-Language" content="EN-US">
<!-- InstanceBeginEditable name="doctitle" --><!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
	<script src="/scripts/p7tmscripts.js" type="text/javascript"></script>
	<link href="/scripts/p7tmbasicbut-bm2.css" type="text/css" rel="stylesheet">
	<script language="JavaScript1.2" src="/scripts/scripts.js"></script>
	<link href="css_sample/work.css" type="text/css" rel="stylesheet">
	<link href="css_sample/csscode1.css" type="text/css" rel="stylesheet">	
	<!-- Boot strap -->
    <!-- Bootstrap Core CSS -->
    <link href="css/bootstrap.min.css" rel="stylesheet">
    <!-- <link href="css/bootstrap.css" rel="stylesheet"> -->
    <link href="css/bootstrap-theme.css" rel="stylesheet">
    <!-- Font Awesome -->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
    <link href="css/navbar-fixed-top.css" rel ="stylesheet">		   
    <!-- Custom CSS -->
    <link href="css/custom.css" rel="stylesheet">
    <!--Table of contents -->
    <!-- Custom Fonts -->
	<!-- <link href="font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">	-->
	<meta content="MSHTML 6.00.2900.3059" name="GENERATOR">
	<style>

		hr {

			display: block;

			margin-top: 0.5em;

			margin-bottom: 0.5em;

			margin-left: auto;

			margin-right: auto;

			border-style: inset;

			border-width: 2px;

		}

	</style>
<link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<style type="text/css">

body {

  font-size: 62.5%;

  font-family: arial, sans-serif;

}

#nttLogo{

  height: 100px;

  width: 100px;

}

#websiteTitle{

  font-size: 10em;

  vertical-align: middle;

  font-family: 'Pacifico', cursive;

  padding-left: 15px;

  color: #191970;

}

#websiteSlogan{

  font-size: 5.4em;

}

.affix {

      top: 10px;

  }

</style>	
</head>
<body id="sub" style="background-color:#fff2d8;min-height: 100px" onresize="myFunction()">
<div id="contentWrap" style="overflow:hidden;">
<!---raj		<table class="table" style="width: 70%;" summary="This table is used for visual layout." border="0" cellpadding="0" cellspacing="0" align="center">   

			<tbody>

				<tr>     			

					<td style="background-color: rgb(245, 245, 245) ; vertical-align: top;">      -->
		<div class="body" >
			<div class="container" style="width:100%;margin:0px;padding:0px">  <!-- background-color:##	"  -->
				<div style="text-align:justify;">
					<div style="background-color:#730000;height:8.9em;margin:0px;padding:0px;border-radius:0px;bottom:0;font-family:sans-serif">  <!--c3c3c3  #c9101a -->
						<div style="float:left;width:25%;overflow:hidden">
							<a href="http://www.calce.umd.edu" target="_blank"><img id="calcelogo" style="padding-top:2em; margin-left:10px;" src="pics/lq.png" alt="calce logo"> </a>
							<div style="margin-left:10px">
							<p id="calce"><strong style="color:white;line-height:1.2em">Center for Advanced Life<br >  Cycle Engineering</strong></p>
							</div>
						</div>
						<div style="float:right;width:15%;padding:2em 1em 0em 0em">
							<a href="/general/contact.htm" target="_blank"><img  id="addr" src="pics/add.png" alt="calce address" style="float:right"></a>
						</div>						
						<div style="float:right;width:55%; ">
							<h1 style="overflow:hidden;color:white;font-size:3.1em;vertical-align:middle;padding-top:0.2em;text-align:center;text-shadow:-2px -1px 4px #111,3px 2px 3px #363636;letter-spacing:.1em;font-family:serif">
								CALCE &nbsp;Battery &nbsp;Research &nbsp;Group</h1>
						</div>

					</div>
				</div>
				<!-- YOUR CONTENT HERE -->
				<div id="mainbody" style="text-align:justify;margin:0px;padding:0px;background-color:#f5f5f5;min-height:100%;">
					<div class="sidebar" id="id1" style="padding-right:0px;margin-right:0px;float:left;background-color:#730000;">
						<div id="sidebar-wrapper"  >   <!-- style=" position: fixed" -->
							<ul class="sidebar-nav"  >
								<hr/>
								<li><a href="index.html">Home</a></li> <hr/>
								<li><a href="news.html">News</a></li> <hr/>
								<li><a href="overview.html">Overview</a></li> <hr/>
								<li><a href="safety.html">Safety</a></li> <hr/>
								<li><a href="projects.html">Research Projects</a></li><hr/>
								<li><a href="facilities.htm">Facilities</a></li><hr/>
								<li><a href="data.htm">Data</a></li><hr/>
								<li><a href="bms.htm">BMS</a></li><hr/>
								<li id="active"><a href="#">Publications</a></li><hr/>						
								<li><a href="team.htm">Team</a></li> <hr/><br>
								<h4 style="color: white;text-align:center;margin:0;"> Contact Info </h4> <br>
								<p style="font-size:13px;color: white;text-align:center;"><strong style="text-decoration:underline;line-height: 0.8;">Email:</strong><br>
									<a href="mailto:pecht@umd.edu" style="color:#ffffff;line-height: 0.8;"><strong>Michael Pecht</strong></a> <br>
									
									<br>
									<strong style="text-decoration:underline">Phone:</strong> (301)-405-5316<br>  
								</p> <hr> <br>
								<p align="center" style="overflow:initial">
									<a href="https://web.calce.umd.edu/whats_new/2018/april_final.pdf" style="color:white;font-size:15;align:center">Newsletter 2018</a><hr>
								</p>								
								<p align="center" style="overflow:initial">
									<a href="http://www.eng.umd.edu/" target="_blank"><img id="umd" class="img-responsive" src="pics/umd_logo5.png" alt="Clark School" border="0"></a>
								</p>

							</ul>
							
						</div>
					</div>
					<div class="pagecontent" id="id2" style="margin:0px;padding: 2em 2em 0em -1em ;float:right;" >
						<div style="text-align:center;width:80%;margin: 0 auto;" >   <!------------wrapper> --------->
								<br><br>
								<p style="text-align:justify;font-size:23px;font-family:times;line-height:24px">
									CALCE faculty and research staff are dedicated to the development and expansion
									of a knowledge resource on the reliability of cost-effective and sustainable electronic
									project and systems. To access a comprehensive list of CALCE
									publications, <a href="/articles/index.html">click here</a>. 
									The sublist of these publications, related to secondary batteries, is presented below: 
								</p>
								<ul>
									<p>
										<font size="2"><a name="articles"><br/></a></font>
									</p>
										<div class="well well-sm" >	
											<h4 style="font-weight: 900;color:#f5f5f5;font-size:30px;background-color:#2455c3;text-align:center;padding:5px;border-radius:10px 10px 0 0;margin:0 1 0 1;text-shadow: 0px -2px rgba(0,0,0,1);" id="INR18650">Journal Articles</h4>													
												<div class="table-responsive">
														<table class="table table-bordered" style="font-family: Times New Roman,Times, serif;">
															<tr > 
																<tr  style="background-color:#D3D9DF"> 
																<td class="mstyle-td col-xs-11"><p>
																<a href="https://web.calce.umd.edu/articles/abstracts/2019/19_Accelerated_degradation_model.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>Accelerated Degradation Model for C-rate Loading of Lithium-ion Batteries,</strong>
<br></a> Saurabh Saxena, Yinjiao Xing, Daeil Kwon, and Michael Pecht, <i>International Journal of Electrical Power & Energy Systems</i>, Vol. 107, PP. 438-445, May 2019, DOI:10.1016/J.IJEPES.2018.12.016.<br></p></td>
															</tr>	
															<tr > 
																<tr > 
																
																<td class="mstyle-td col-xs-11"><p>
																 <p> <a href="https://web.calce.umd.edu/articles/abstracts/2019/19_Tab_design_and.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>Tab Design and Failures in Cylindrical Li-ion Batteries,</strong>
</a> Xing-Yan Yao, and Michael Pecht, <i>IEEE Access,</i>,  Vol. 7, pp. 24802-24095, February 15, 2019, DOI: 10.1109/ACCESS.2019.2899793.<br></p></td>
															</tr>	
																<tr > 
																<tr > 
																<tr  style="background-color:#D3D9DF"> 
																<td class="mstyle-td col-xs-11"><p>
																 <p> <a href="https://web.calce.umd.edu/articles/abstracts/2018/18_Lithium_ion_battery.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>Lithium-ion Battery Remaining Useful Life Prediction with Box-Cox Transformation and Monte Carlo Simulation</strong>
</a>, Yongzhi Zhang , Rui Xiong, Hongwen He, and Michael G. Pecht, <i>IEEE Transactions on Industrial Electronics</i>, Vol. 66, Iss. 2, PP. 1585-1597, 2019, DOI: 10.1109/TIE.2018.2808918.<br></p></td>
															</tr>
															<tr > 
																<tr > 
																
																<td class="mstyle-td col-xs-11"><p>
																 <p> <a href="https://web.calce.umd.edu/articles/abstracts/2019/19_Validation_and_verification.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>Validation and Verification of a Hybrid Method for Remaining Useful Life Prediction of Lithium-ion Batteries,</strong>
</a> YongZhi Zhang, Rui Xiong, HongWen He, and Michael Pecht, <i>Journal of Cleaner Production</i>, Vol. 212, PP. 240-249, 2019, DOI: 10.1016/j.jclepro.2018.12.041.<br></p></td>
															</tr>
															<tr > 
																<tr > 
																<tr  style="background-color:#D3D9DF"> 
																<td class="mstyle-td col-xs-11"><p>
																 <p> <a href="https://web.calce.umd.edu/articles/abstracts/2018/18_Reduction_of_li-ion.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>Reduction of Li-ion Battery Qualification Time Based on Prognostics and Health Management,</strong></a> Jinwoo Lee, Daeil Kwon, and Michael Pecht, <i>IEEE Transactions on Industrial Electronics</i>, Preprint, 15 November, 2018, DOI: 10.1109/TIE.2018.2880701.<br></p></td>
															</tr>
															<tr > 
																<tr > 
																
																<td class="mstyle-td col-xs-11"><p>
																 <p> <a href="https://web.calce.umd.edu/articles/abstracts/2018/18_Derating_guidelines_for.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>Derating Guidelines for Lithium-Ion Batteries,</strong>
</a> Yongquan Sun, Saurabh Saxena, and Michael Pecht, <i>Electronics</i>, Vol. 11, No. 12, 3295, November 2018, DOI: 10.3390/en11123295.<br></p></td>
															</tr>
															<tr > 
																<tr  style="background-color:#D3D9DF"> 
																<td class="mstyle-td col-xs-11"><p>
																 <p> <a href="https://web.calce.umd.edu/articles/abstracts/2018/18_Evaluation_of_present.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>Evaluation of Present Accelerated Temperature Testing and Modeling of Batteries,</strong></a> Weiping, Diao, Saurabh Saxena, Yinjiao Xing, and Michael Pecht, <i>Applied Sciences</i>, Vol. 8, No. 10, pp. 1786-1796, 2018, DOI: 10.3390/app8101786.<br></p></td>
															</tr>
															<tr > 
																
																<td class="mstyle-td col-xs-11"><p>
																 <a href="https://web.calce.umd.edu/articles/abstracts/2018/18_Li-Ion_battery_fire.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>Li-Ion Battery Fire Hazards and Safety Strategies</strong>
</a>, Lingxi Kong, Chuan Li, Jiuchun Jiang, and Michael G. Pecht, <i>Energies</i>, Vol. 11, No. 9, PP. 2191, August 14, 2018, DOI: 10.3390/en11092191.<br></p></td>
															</tr>
															<tr > 
																<tr  style="background-color:#D3D9DF"> 
																<td class="mstyle-td col-xs-11"><p> <a href="https://web.calce.umd.edu/articles/abstracts/2018/18_A_physics_based.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>A Physics-Based Electrochemical Model for Lithium-Ion Battery State-of-Charge Estimation Solved by an Optimised Projection-Based Method and Moving-Window Filtering
,</strong></a> Wei He, Michael Pecht, David Flynn, and Fateme Dinmohammadi, <i>Energies</i>, Vol. 11, No. 2120, pp. 1-23, 2018, DOI: 10.3390/en11082120.<br></p></td>
															</tr>
															<tr > 
																
																<td class="mstyle-td col-xs-11"><p>
            <a href="https://web.calce.umd.edu/articles/abstracts/2018/18_An_adaptive_state.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>An adaptive state of charge estimation approach for lithium-ion series-connected battery system</strong></a>, Simin Penga, Xuelai Zhu, Yinjiao Xing, Hongbing Shi, Xu Cai, Michael Pecht, <i>Journal of Power Sources, Volume 392, June 2018, Pages 48-59, DOI: https://doi.org/10.1016/j.jpowsour.2018.04.101</i><br>
          </p></td>
															</tr>
															<tr > 
																<tr  style="background-color:#D3D9DF"> 
																<td class="mstyle-td col-xs-11"><p>
		              <a href="https://web.calce.umd.edu/articles/abstracts/2018/18_Long_short-term.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>Long Short-Term Memory Recurrent Neural
Network for Remaining Useful Life Prediction
of Lithium-Ion Batteries</strong></a>, Yongzhi Zhang, Rui Xiong, Hongwen He, and Michael G. Pecht, <i>IEEE Transactions on Vehicular Technology</i>, Vol. 67, PP. 56955-5705, July 2018, DOI: 10.1109/TVT.2018.2805189.<br></p></td>
															</tr>
															<tr > 
																
																<td class="mstyle-td col-xs-11"><p> <a href="https://web.calce.umd.edu/articles/abstracts/2018/18_Failure_modes_mechanisms.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>Failure Modes, Mechanisms, Effects, and Criticality Analysis of Ceramic Anodes of Solid Oxide Fuel Cells,</strong>
</a> Nripendra K. Patel, Robert G. Utter, Diganta Das, Michael Pecht, and Sean R. Bishop, <i>Electronics</i>, Vol. 7, Issue 11, PP. 1-16, DOI: 10.3390/electronics7110323.<br></p></td>
															</tr>
															<tr > 
																<tr  style="background-color:#D3D9DF"> 
																<td class="mstyle-td col-xs-11"><p>
<a href="https://web.calce.umd.edu/articles/abstracts/2018/18_Remaining_useful_life.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>Remaining Useful Life Prediction for Lithium-ion Batteries Based on an
Integrated Health Indicator</strong>
</a>, Yongquan Sun, Xueling Hao, Michael Pecht, and Yapeng Zhou, <i>Microelectronics Reliability</i>, Vols. 88-90, 1189-1194, September 2018, doi: 10.1016/j.microrel.2018.07.047.<br></p></td>
															</tr>
															<tr > 
																
																<td class="mstyle-td col-xs-11"><p>
<a href="https://web.calce.umd.edu/articles/abstracts/2018/18_Lithium-ion_battery_health.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>Lithium-ion Battery Health Prognosis Based on a Real Battery Management System Used in Electric Vehicles</strong>
</a>, Rui Xiong, Ju Wang, Hongwen He, Yongzhi Zhang, Michael G. Pecht, and Simin Peng, <i>IEEE Transactions on Vehicular Technology</i>, 2018, doi: 10.1109/TVT.2018.2864688.<br></p></td>
															</tr>
															<tr > 
																<tr  style="background-color:#D3D9DF"> 
																<td class="mstyle-td col-xs-11"><p>
            <a href="https://web.calce.umd.edu/articles/abstracts/2018/18_A_review_of.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>A review of fractional-order techniques applied to lithium-ion batteries, lead-acid batteries, and supercapacitors</strong></a>, Changfu Zou, Lei Zhang , Xiaosong Hu , Zhenpo Wang , Torsten Wik , Michael Pecht, <i>Journal of Power Sources, Volume 390, June 2018, Pages 286-296, DOI: https://doi.org/10.1016/j.jpowsour.2018.04.033</i><br>
          </p></td>
															</tr>
															<tr > 
																
																<td class="mstyle-td col-xs-11"><p> <a href="https://web.calce.umd.edu/articles/abstracts/2018/18_An_online_state.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>An Online State of Health Estimation Method for Lithium-ion Batteries Based on Integrated Voltage
,</strong></a> Yapeng Zhou, Miaohua Huant, and Michael Pecht, <i>2018 IEEE International Conference on Prognostics and Health Management (ICPHM)</i>, 11-13 Jun, 2018, Seattle, WA, USA.<br></p></td>
															</tr>
															<tr > 
																<tr  style="background-color:#D3D9DF"> 
																<td class="mstyle-td col-xs-11"><p>
            <a href="https://web.calce.umd.edu/articles/abstracts/2018/18_A_parameter_estimation.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>A parameter estimation method for a simplified electrochemical model for Li-ion batteries</strong></a>, Junfu Li, Lixin Wang, Chao Lyu, Enhui Liu, Yinjiao Xing, Michael Pecht, <i>Electrochimica Acta, Volume 275,Issue: 10 June 2018, Pages 50-58, DOI: https://doi.org/10.1016/j.electacta.2018.04.098</i><br>
          </p></td>
															</tr>
															<tr > 
																
																<td class="mstyle-td col-xs-11"><p> <a href="https://web.calce.umd.edu/articles/abstracts/2018/18_Analysis_of_manufacturing.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>Analysis of Manufacturing-Induced Defects and Structural Deformations in Lithium-Ion Batteries Using Computed Tomography
,</strong></a> Yi Wu, Saurabh Saxena, Yinjiao Xing, Youren Wang, Chuan Lit, Winco K.C. Yung, and Michael Pecht, <i>Energies</i>, Vol. 11, No. 925, pp. 1-22, 2018, DOI: 10.3390/en11040925.<br></p></td>
															</tr>
															<tr > 
																<tr  style="background-color:#D3D9DF"> 
																<td class="mstyle-td col-xs-11"><p> <a href="https://web.calce.umd.edu/articles/abstracts/2018/18_A_unique_failure.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>A Unique Failure Mechanism in the Nexus 6P Lithium-Ion Battery,</strong>
</a> Saurabh Saxena, Yinjiao Xing, and Michael Pecht, <i>Energies</i>, Vol. 11, PP. 1-13, 841, DOI: 10.3390/en11040841.<br></p></td>
															</tr>
															<tr > 
																
																<td class="mstyle-td col-xs-11"><p>
            <a href="/articles/abstracts/2017/17_A_double_scale.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>A Double-Scale, Particle-Filtering, Energy State Prediction Algorithm for Lithium-Ion Batteries</strong></a>, Rui Xiong, Yongzhi Zhang, Hongwen He, Xuan Zhou, and Michael Pecht, <i>IEEE Transactions on Industrial Electronics, PP 1526-1538, July 2017, DOI: 10.1109/TIE.2017.2733475.</i>
          </p></td>
															</tr>
															<tr > 
																<tr  style="background-color:#D3D9DF"> 
																<td class="mstyle-td col-xs-11"><p>
            <a href="/articles/abstracts/2017/17_Active_battery_cell.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>Active battery cell equalization based on residual available energy maximization</strong></a>, Weiping Diao, Nan Xue, Vikram Bhattacharjee, Jiuchun Jiang, Orkun Karabasoglu, and Michael Pecht, <i>Applied Energy, Vol. 210, PP 690-698, July 2017.</i>
          </p></td>
															</tr>
															<tr > 
																
																<td class="mstyle-td col-xs-11"><p>
            <a href="https://web.calce.umd.edu/articles/abstracts/2018/18_Exploding_E-Cigatettes.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>Exploding E-Cigarettes: A Battery Safety Issue</strong></a>, Saurabh Saxena, Lingxi Kong, and Michael Pecht, <i>IEEE Access, Vol. PP, Issue 99, February 21, 2018, DOI: 10.1109/ACCESS.2018.2805281.</i><br>
          </p></td>
															</tr>
															<tr > 
																<tr  style="background-color:#D3D9DF"> 
																<td class="mstyle-td col-xs-11"><p>
            <a href="https://web.calce.umd.edu/articles/abstracts/2018/18_In-situ_observations.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times"><strong>In-situ Observations of Lithium Dendrite Growth</strong></a>, Lingxi Kong, Yinjiao Xing, and Michael Pecht, <i>IEEE Access, Vol. PP, Issue 99, February 21, 2018, DOI: 10.1109/ACCESS.2018.2805281.</i><br>
          </p></td>
															</tr>
															<tr >
																<td class="mstyle-td col-xs-11"><p>
																	<a href="/articles/abstracts/2017/17_An_Online_SOC_and_SOH_Estimation_Model.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	An Online SOC and SOH Estimation Model for Lithium-Ion Batteries</a><br>
																	Shyh-Chin Huang, Kuo-Hsin Tseng, Jin-Wei Liang, Chung-Liang Chang, Michael G. Pecht, <i>Energies</i>, 10(4), pp.512, 2017.
																</p></td>
															</tr>
															
															
															<tr  style="background-color:#D3D9DF"> 
																
																<td class="mstyle-td col-xs-11"><p>
																	<a href="/articles/abstracts/2017/17_Interacting_multiple_model_particle_filter_for_prognostics_of_lithium_ion_batteries.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Interacting multiple model particle filter for prognostics of lithium-ion batteries</a><br>
																	Xiaohong Su, Shuai Wang, Michael Pecht, Lingling Zhao, Zhe Ye, <i>Microelectronics Reliability</i>, Vol. 70, pp. 59-69, 2017.
																</p></td>
															</tr>	
															<tr > 
																
																<td class="mstyle-td col-xs-11"><p>
																	<a href="/articles/abstracts/2017/17_Bayesian_nonlinear_random_effects_model_for_identification_of_defective_batteries_from_lot_samples.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	A Bayesian nonlinear random effects model for identification of defective batteries from lot samples</a><br>
																	Edward Cripps and Michael Pecht, <i>Journal of Power Sources</i>, Vol.  342, pp. 342-350, 2017.
																</p></td> 
															</tr>	
															<tr style="background-color:#D3D9DF"> 
																
																<td class="mstyle-td col-xs-11"><p>
																	<a href="/articles/abstracts/2017/17_Particle_Learning_Framework_for_Estimating_the_Remaining_Useful_Life_of_Lithium_Ion_Batteries.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Particle Learning Framework for Estimating the Remaining Useful Life of Lithium-Ion Batteries</a><br>
																	Zhenbao Liu, Gaoyuan Sun, Shuhui Bu, Junwei Han, Xiaojun Tang, Michael Pecht, <i>IEEE Transactions on Instrumentation and Measurement</i>, 66 (2), 280-293, 2017.
																</p></td>
															</tr>	
															<tr > 
																
																<td class="mstyle-td col-xs-11"><p>
																	<a href="/articles/abstracts/2017/17_Li_ion_battery_SOC_estimation_based_on_deconstructed_equivalent_circuit_at_different_OCV_relaxation.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Lithium-ion battery state-of-charge estimation based on deconstructed equivalent circuit at different open-circuit voltage relaxation times</a><br>
																	Xi-ming Cheng, Li-guang Yao, Michael Pecht, <i>Journal of Zhejiang University-SCIENCE A</i>, Vol. 18, Issue 4, pp 256-267, 2017.
																</p></td>
															</tr>	
															<tr style="background-color:#D3D9DF"> 
																
																<td class="mstyle-td col-xs-11"><p>
																	<a href="/articles/abstracts/2016/16_Novel_parametric_circuit_modeling_for_Li_ion_batteries.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Novel parametric circuit modeling for Li-ion batteries</a><br>
																	Ximing Cheng, Liguang Yao, Yinjiao Xing, and Michael Pecht, <i>Energies</i>, Vol. 9, Issue 7, pp. 539-554, 2016.
																</p></td>
															</tr>																
															<tr > 
																
																<td class="mstyle-td col-xs-11"><p>
																	<a href="/articles/abstracts/2016/16_Evaluation_of_Batteries_for_Safe_Air_Transport.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Evaluation of Batteries for Safe Air Transport</a><br>
																	Nicholas Williard, Christopher Hendricks, Bhanu Sood, Jae Sik Chung, and Michael Pecht, <i>Energies</i>, Vol. 9, Issue 5, pp. 340-353, 2016.
																</p></td>
															</tr>															
															<tr style="background-color:#D3D9DF">
																
																<td><p>
																	<a href="/articles/abstracts/2016/16_Influence_of_different_open_circuit_voltage_tests_on_state_of_charge_online_estimation_for_lithium-ion_batteries.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Influence of different open circuit voltage tests on state of charge online estimation for lithium-ion batteries.</a><br>
																	Fangdan Zheng, Yinjiao Xing, Jiuchun Jiang, Bingxiang Sun, Jonghoon Kim, Michael Pecht, <i>Applied Energy</i>, 183, pp.513-525, 2016.
																</p></td>
															</tr>
															<tr > 
																
																<td class="mstyle-td col-xs-11"><p>
																	<a href="/articles/abstracts/2016/16_Temperature_dependent_power_capability_estimation_of_lithium-ion_batteries_for_hybrid_electric_vehicles.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Temperature dependent power capability estimation of lithium-ion batteries for hybrid electric vehicles</a><br>
																	Fangdan Zheng, Jiuchun Jiang, Bingxiang Sun, Weige Zhang, and Michael Pecht, <i>Energy</i>, Vol. 113, pp. 64-75, 2016.
																</p></td>
															</tr>
															<tr style="background-color:#D3D9DF"> 
																
																<td class="mstyle-td col-xs-11"><p>
																	<a href="/articles/abstracts/2016/16_cycle_life_testing_modeling_li-ion_battery_different_SOC_ranges.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Cycle Life Testing and Modeling of Graphite/ LiCoO<sub>2</sub> cells under different state of charge ranges.</a><br>
																	Saurabh Saxena, Christopher Hendricks and Michael Pecht, <i>Journal of Power Sources</i>, 327 (2016), pp.394-400, 2016.
																</p></td>
															</tr>		
															<tr >
																
																<td><p>
																	<a href="/articles/abstracts/2016/16_Prognostics_of_lithium_ion_batteries_based_on_different_dimensional_state_equations.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Prognostics of lithium-ion batteries based on different dimensional state equations in the particle filtering method</a><br>
																	Xiaohong Su, Shuai Wang, Michael Pecht, Peijun Ma, Lingling Zhao, <i>Transactions of the Institute of Measurement and Control</i>, pp. 1-10, DOI: 10.1177/0142331216642836.
																</p></td>
															</tr>
															<tr style="background-color:#D3D9DF">
																
																<td><p>
																	<a href="/articles/abstracts/2015/2015_fmmea_batteries.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	A failure modes, mechanisms, and effects analysis (FMMEA) of lithium-ion batteries.</a><br>
																	Chris Hendricks, Nick Williard, Sony Mathew, and Michael Pecht, <i>Journal of Power Sources</i>, 297, pp.113-120, 2015.
																</p></td>
															</tr>
															<tr >
																
																<td><p>
																	<a href="/articles/abstracts/2015/15_EffectofTemperatureontheAgingrateofLiIonBatteryOperatingaboveRoomTemperature.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Effect of Temperature on the Aging rate of Li Ion Battery Operating above Room Temperature.</a><br>
																	Feng Leng, Cher Ming Tan and Michael Pecht, <i>Scientific Reports</i>, 5, 2015.
																</p></td>
															</tr>
															<tr style="background-color:#D3D9DF">
																
																<td>
																	<a href="/articles/abstracts/2015/15_Bayesian approach for Li-Ion capacity.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	A Bayesian approach for Li-Ion battery capacity fade modeling and cycles to failure prognostics.</a><br>
																	Jian Guo, Zhaojun Li, and Michael Pecht, <i>Journal of Power Sources</i>, 281, pp.173-184, 2015.
																</p></td>
															</tr>
															<tr > 
																
																<td><p>
																	<a href="/articles/abstracts/2014/14_State of charge estimation of lithium-ion batteries using the open-circuit voltage at various ambient temperatures.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	State of Charge Estimation of Lithium-Ion Batteries Using the Open-Circuit Voltage at Various Ambient Temperatures.</a><br>
																	Yinjiao Xing, Wei He, Michael Pecht and Kwok Leung Tsui, <i>Applied Energy</i>, 113, pp.106-115, 2014.
																</p></td>
															</tr>
															<tr style="background-color:#D3D9DF"> 
																
																<td><p>
																	<a href="/articles/abstracts/2014/14_State of charge estimation for Li-ion batteries using neural network modeling.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	State of Charge Estimation for Li-Ion Batteries Using Neural Network Modeling and Unscented Kalman Filter-based Error Cancellation.</a><br>
																	Wei He, Nicholas Williard, Chaochao Chen, Michael Pecht , <i>International Journal of Electrical Power & Energy Systems</i>, 62, pp.783-791, 2014.
																</p></td>
															</tr>
															<tr > 
																
																<td><p>
																	<a href="/articles/abstracts/2014/14_Lithium-ion battery remaining useful life estimation.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Lithium-Ion Battery Remaining Useful Life Estimation Based on Fusion Nonlinear Degradation AR Model and RPF Algorithm.</a><br>
																	Datong Liu, Yue Luo, Jie Liu, Yu Peng, Limeng Guo and Michael Pecht, <i>Neural Computing and Applications</i>, 25(3-4), pp.557-572, 2014.
																</p></td>
															</tr>
															<tr style="background-color:#D3D9DF"> 
																
																<td><p>
																	<a href="/articles/abstracts/2014/14_A generic model-free approach.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	A Generic Model-Free Approach For Lithium-Ion Battery Health management.</a><br>
																	Guangxing Bai, Pingfeng Wanga, Chao Hub and Michael Pecht, <i>Applied Energy</i>, 135, pp.247-260, 2014.
																</p></td>
															</tr>
															<tr > 
																
																<td><p>
																	<a href="/articles/abstracts/2013/13_Lessons_Learned_from_the_787_Dreamliner_Issue_on_Lithium-Ion.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Lessons Learned From the 787 Dreamliner on Lithium-Ion Battery Reliability.</a><br>
																	Nicholas Williard, Wei He, Christopher Hendricks and Michael Pecht, <i>Energies</i>, 6(9), pp.4682-4695, 2013.
																</td>
															</tr>
															<tr style="background-color:#D3D9DF"> 
																
																<td><p>
																	<a href="/articles/abstracts/2013/13_Quantitative_Analysis_of_Lithium-Ion_Battery_Capacity_Prediction_via_Adaptive_Bathtub-Shaped_Function.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Quantitative Analysis of Lithium-Ion Battery Capacity Prediction via Adaptive Bathtub-Shaped Function.</a><br>
																	Yi Chen, Qiang Miao, Bin Zheng, Shaomin Wu and Michael Pecht, <i>Energies</i>, 6(6), pp.3082-3096, 2013.
																</p></td>
															</tr>
															<tr  > 
																
																<td><p>
																	<a href="http://www.prognostics.umd.edu/calcepapers/Abstracts/13_Prognostics_for_state.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Prognostics for State-of-Health Estimation of Lithium-ion Batteries based on Combination Gaussian Process Functional Regression.</a><br>
																	Datong Liu, Jingyue Pan, Jianbao Zhou, Yu Peng, Michael Pecht, <i>Microelectronics Reliability</i>, 53(6), pp.832-839, 2013.
																</p></td>
															</tr>		
															<tr style="background-color:#D3D9DF"> 
																
																<td><p>
																	<a href="/articles/abstracts/2013/13_Comparative_Analysis_of_Features_for_Determining_State_of_Health_in_Lithium-Ion_Batteries.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Comparative Analysis of Features for Determining State of Health in Lithium-Ion Batteries.</a><br>
																	Nick Williard, Wei He, Michael Osterman, and Michael Pecht, <i>International Journal of Prognostics and Health Management</i>, 4, pp.1-7, 2013.
																</p></td>
															</tr>
															<tr > 
																
																<td><p>
																	<a href="/articles/abstracts/2013/13_prognostics of lithium-ion batteries based on relevance vectors.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Prognostics of lithium-ion batteries based on relevance vectors and a conditional three-parameter capacity degradation model.</a><br>
																	Dong Wang, Qiang Miao, and Michael Pecht, <i>Journal of Power Sources</i>, 239, pp.253-264, 2013.
																</p></td>
															</tr>
															<tr style="background-color:#D3D9DF"> 
																
																<td><p>
																	<a href="/articles/abstracts/2013/13_Remaining_useful_life_prediction_of_lithium_ion_battery_with_unscented.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Remaining useful life prediction of lithium-ion battery with unscented particle filter technique.</a><br>
																	Qiang Miao, Lei Xie, Hengjuan Cui, Wei Liang, and Michael Pecht, <i>Microelectronics Reliability</i>, 53(6), pp.805-810, 2013.
																</p></td>
															</tr>
															<tr > 
																
																<td><p>
																	<a href="/articles/abstracts/2013/13_An_ensemble_model_for_predicting_the_remaining_useful_performance.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	An Ensemble Model for Predicting the Remaining Useful Performance of Lithium-ion Batteries.</a><br>
																	Yinjiao Xing, Eden Ma, Kwok Leung Tsui, Michael Pecht, <i>Microelectronics Reliability</i>, 53(6), pp.811-820, 2013.
																</p></td>
															</tr>
															<tr style="background-color:#D3D9DF"> 
																
																<td>
																	<a href="/articles/abstracts/2013/13_State_of_charge_estimation_for_electric_vehicle_batteries_using_unscented.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	State of Charge Estimation for Electric Vehicle Batteries using Unscented Kalman Filtering.</a><br>
																	Wei He, Nicholas Williard, Chaochao Chen, Michael Pecht, <i>Microelectronics Reliability</i> 53(6), pp.840-847, 2013.
																</p></td>
															</tr>
															<tr > 
																
																<td><p>
																	<a href="/articles/abstracts/2011/11_He_prognostics_of_lithium_ion.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Prognostics of lithium-ion batteries based on Dempster-Shafer theory and the Bayesian Monte Carlo method.</a><br>
																	Wei He, Nicholas Williard, Michael Osterman, Michael Pecht, <i>Journal of Power Sources</i>, 196(23), pp.10314-10321, 2011.
																</p></td>
															</tr>
															<tr style="background-color:#D3D9DF"> 
																
																<td><p>
																	<a href="/articles/abstracts/2011/11_Williard-Disassembly_methodology.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Disassembly methodology for conducting failure analysis on lithium-ion batteries.</a><br>
																	Nick Williard, Bhanu Sood, Michael Osterman, and Michael Pecht, <i>Journal of Material Sciences: Material Electron (2011)</i>, 22(10), pp.1616-1630, 2011.
																</p></td>
															</tr>
															<tr > 
																
																<td><p>
																	<a href="/articles/abstracts/2011/Battery_management.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Battery Management Systems in Electric and Hybrid Vehicles.</a><br>
																	Yinjiao Xing, Eden W. M. Ma, Kwok L. Tsui and Michael Pecht, <i>Energies 2011</i>, 4(11), pp.1840-1857, 2011.
																</p></td>
															</tr>
															<tr style="background-color:#D3D9DF"> 
																
																<td><p>
																	<a href="" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Novel Parametric Circuit Modeling for Li-ion Batteries.</a><br>
																	Ximing Cheng, Liguang Yao, Yinjiao Xing and Michael Pecht, <i>Energies</i>, 9, Issue. 7, pp. 539-554, 2016.
																</p></td>
															</tr>
															<tr > 
																
																<td><p>
																	<a href="" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Influence of different open circuit voltage tests on state of charge online estimation for lithium-ion batteries.</a><br>
																	Fangdan Zheng, Yinjiao Xing, Jiuchun Jiang, Bingxiang Sun, Jonghoon Kim and Michael Pecht, <i>Applied Energy</i>, 183, pp. 513-525, 2016.
																</p></td>
															</tr>
															<tr style="background-color:#D3D9DF"> 
																
																<td><p>
																	<a href="" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Evaluation of Batteries for Safe Air Transport.</a><br>
																	Nicholas Williard, Christopher Hendricks, Bhanu Sood, Jae Sik Chung, and Michael Pecht, <i>Energies </i>, 9(5), pp. 340, 2016
																</p></td>
															</tr>
													</table>
												</div>
										</div>
										<br>
										<div class="well well-sm" >		
											<h4 style="font-weight: 900;color:#f5f5f5;font-size:30px;background-color:#2455c3;text-align:center;padding:5px;border-radius:10px 10px 0 0;margin:0 1 0 1;text-shadow: 0px -2px rgba(0,0,0,1);" id="INR18650">Conference Articles</h4>																							
											<div class="table-responsive">
												<table class="table table-bordered" style="font-family: Times New Roman,Times, serif;">
															<tr > 
																
																<td class="mstyle-td col-xs-11">
																	<a href="/articles/abstracts/2014/14_The_effect_of_temperature_on_the_electrochemistry_in_Lithium-ion_batteries.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	The Effect of Temperature on the Electrochemistry in Lithium-ion Batteries.</a><br>
																	Feng Leng, Cher Ming Tan, Michael Pecht and JiYe Zhang, <i>International Symposium on Next-Generation Electronics (ISNE)</i>, Taoyuan, Taiwan, (pp. 1-4), 2014. IEEE.
																</td>
															</tr>
															<tr style="background-color:#D3D9DF"> 
																
																<td>
																	<a href="" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Health Management of Batteries Based on Differential Evolution.</a><br>
																	Wei He, Nicholas Williard, Chaochao Chen, and Michael Pecht, <i>7th International Conference on Software, Knowledge, Information Management and Applications</i>, Chiang Mai, Thailand, Dec 18-20. 2013.
																</td>
															</tr>
															<tr > 
																
																<td>
																	<a href="/articles/abstracts/2013/13_Health_Monitoring_of_Lithium-ion_Batteries.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Health Monitoring of Lithium-ion Batteries.</a><br>
																	Bhanu Sood, Michael Osterman and Michael Pecht, <i>46th 2013 IEEE Symposium on Product Compliance Engineering (ISPCE)</i>,(pp. 1-6). IEEE, 2013.
																</td>
															</tr>
															<tr style="background-color:#D3D9DF"> 
																
																<td>
																	<a href="" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Battery Reliability of Electric Vehicles.</a><br>
																	Michael Pecht, <i>Mathematical Methods in Reliability Conference (MMR 2013)</i>, Stellenbosch, South Africa, Jul 1-4, 2013.
																</td>
															</tr>
															<tr > 
																
																<td>
																	<a href="/articles/abstracts/2012/12_Influence of parameter initialization on battery life.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Influence of Parameter Initialization on Battery Life Prediction for Online Applications.</a><br>
																	Yinjiao Xing, Eden Ma, Kwok Leung Tsui, Michael Pecht, <i>13th International Conference</i> Guilin, China, (pp. 1042-1046), 2012. IEEE.
																</td>
															</tr>
															<tr style="background-color:#D3D9DF"> 
																
																<td>
																	<a href="" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Reliability and Failure Analysis of Li-ion Batteries for Electronic Systems.</a><br>
																	Nicholas Williard, Wei He, Chunsheng Wang, Michael Pecht, Proceedings of the:<i> 2012 International Conference on Electronic Packaging Technology & High Density Packaging</i>, Guilin, China, August 13-16, 2012.
																</td>
															</tr>
															<tr > 
																
																<td>
																	<a href="http://www.prognostics.umd.edu/calcepapers/Abstracts/12_Xing_Battery_life_prediction.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	A Case Study on Battery Life Prediction Using Particle Filtering.</a><br>
																	Yinjiao Xing, Eden W. M. Ma, K.L. Tsui & Michael Pecht, IEEE Proceedings: <i>Prognostics and System Health Management Conference</i>, (pp. 1-6), 2012. IEEE.
																</td>
															</tr>
															<tr style="background-color:#D3D9DF"> 
																
																<td>
																	<a href="http://www.prognostics.umd.edu/calcepapers/Abstracts/12_He_Electric%20Vehicles_battery.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	State of Charge Estimation for Electric Vehicle Batteries under an Adaptive Filtering Framework.</a><br>
																	Wei He, Nicholas Williard, Chaochao Chen & Michael Pecht, IEEE Proceedings: <i>Prognostics and System Health Management Conference</i>, (pp. 1-5), 2012. IEEE.
																</td>
															</tr>
															<tr > 
																
																<td>
																	<a href="http://www.prognostics.umd.edu/calcepapers/Abstracts/12_Cui_Lithium_ion_batteries.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Application of Unscented Particle Filter in Remaining Useful Life Prediction of Lithium-ion Batteries.</a><br>
																	Heng-Juan Cui, Qiang Miao, Wei Liang, Zhonglai Wang & Michael Pecht, IEEE Proceedings: <i>Prognostics & system health management conference (PHM-2012 Beijing)</i>, (pp. 1-6), 2012.
																</td>
															</tr>
															<tr style="background-color:#D3D9DF"> 
																
																<td>
																	<a href="/articles/abstracts/2012/12_williard_model_based_battery_management_system.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Model Based Battery Management System for Condition Based Maintenance.</a><br>
																	Nicholas Williard, Wei He, Michael Pecht, <i>Proceedings of the MFPT</i>, 2012.
																</td>
															</tr>
															<tr > 
																
																<td>
																	<a href="http://www.prognostics.umd.edu/calcepapers/Abstracts/12_Chen_Data_driven_methods.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Prognostics of Lithium-Ion Batteries Using Model-Based and Data-Driven Methods.</a><br>
																	Chaochao Chen & Michael Pecht, IEEE Proceedings: <i>Prognostics and System Health Management (PHM), 2012 IEEE Conference</i>, (pp. 1-6), 2012.
																</td>
															</tr>
															<tr style="background-color:#D3D9DF"> 
																
																<td>
																	<a href="/articles/abstracts/2011/11_Prognostics_and_health_monitoring_for_lithium-ion_battery.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Prognostics and health monitoring for lithium-ion battery.</a><br>
																	Yinjiao Xing, Qiang Miao, K.-L. Tsui and Michael Pecht, <i>IEEE International Conference on Intelligence and Security Informatics (ISI)</i>, (pp. 242-247), 2011. IEEE.
																</td>
															</tr>
															<tr > 
															
																<td>
																	<a href="http://www.prognostics.umd.edu/calcepapers/Abstracts/11-Wei_he-Remaining%20Useful%20Performance%20Analysis%20of%20Batteries.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Remaining Useful Performance Analysis of Batteries.</a><br>
																	Wei. He, N. Williard, M. Osterman, and M. Pecht, <i>Prognostics and Health Management (PHM), 2011 IEEE Conference</i>, (pp. 1-6), 2011.
																</td>
															</tr>
															<tr style="background-color:#D3D9DF"> 
																
																<td>
																	<a href="/articles/abstracts/2011/Prognostics_Lithium-ion_Batteries_Kalman_Filtering_abstract.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Prognostics of Lithium-ion Batteries using Extended Kalman Filtering.</a><br>
																	Wei. He, N. Williard, M. Osterman, and M. Pecht, <i>Proceedings of the IMAPS Advanced Technology Workshop on High Reliability Microelectronics for Military Applications, Linthicum Heights, MD, USA</i> (Vol. 1719), 2011.
																</td>
															</tr>
															<tr > 
																
																<td>
																	<a href="/articles/abstracts/2011/RUL_Batteries_UAV_Electric_Vehicles_abstract.html" target="_blank" style="color:#2455c3;text-decoration:none;font-size:17px;font-family:times">
																	Predicting Remaining Capacity of Batteries for UAVs and Electric Vehicle Applications.</a><br>
																	N. Williard, W. He, M. Osterman, and M. Pecht, <i>IMAPS Advanced Technology Workshop on High Reliability Microelectronics for Military Applications</i>, 2011.
																</td>
															</tr>															
												</table>
											</div>
										</div>
								</ul>
						</div>  <!------------wrapper> --------->
					</div>  <!-- right half col-md-10 -->   
					<div style="clear:both;"></div>
				</div> <!-- mainbody -->
			</div> <!-- conatiner -->
		</div>   <!-- body -->

<!------------- do not edit -->
  <!-- List group -->
		<a href="#" class="scrollup" ></a>
<!--#include virtual="../includes/footer.html" -->
		<table id="footer" border="0" cellpadding="0" cellspacing="0" width="711" align="center">
			<tbody>
				<tr>
					<td colspan="2" align="left" height="5" valign="top"><img src="/images/shim.gif" height="10" width="1"> </td>
				</tr>
				<tr>
					<td align="left" valign="top" width="159">&nbsp;</td>
					<td align="center" valign="top" > 
					<a href="/general/acronyms.pdf">Acronyms</a>&nbsp;|&nbsp;<!-- <a href="/general/sites/sites.html">Related Sites </a>&nbsp;| -->
					&nbsp;<a href="/general/web_disclaimer.htm">Disclaimer</a>
					|&nbsp;<a href="/site_map.htm">Site Map</a>
					|&nbsp;<a href="http://intranet.calce.umd.edu/">CALCE Intranet</a> <br>
					<img src="/images/shim.gif" height="10" width="1"><br>
					<strong>Copyright &copy; 2017 by CALCE and the University of Maryland, All Rights Reserved</strong></td>
				</tr>
			</tbody>
		</table>
	</div>
<script>

function myFunction(){

 $('#id1').css({'height': $('#id2').outerHeight()});

}

$('document').ready(myFunction());

</script>	
<script src="js/bootstrap.min.js"></script>
<script src="js/toc2.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>  <!-- jquery -->
<!-- InstanceEnd -->
</body>
</html>