-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
720 lines (631 loc) · 32.4 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Group in Intelligent Software Technology">
<meta name="author" content="GIST">
<title>GIST</title>
<link rel="shortcut icon" href="image/favicon.ico" type="image/x-icon">
<link rel="icon" href="image/favicon.ico" type="image/x-icon">
<link href="bootstrap-4.1.3/css/bootstrap.min.css" rel="stylesheet">
<link href="bootstrap-4.1.3/index-style.css" rel="stylesheet">
<link href="font-awesome-5.8.2/fontawesome.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="https://gist.nju.edu.cn">GIST</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item pr-3"><a class="nav-link" href="#top">主页</a></li>
<li class="nav-item pr-3"><a class="nav-link" href="#people">团队成员</a></li>
<li class="nav-item pr-3"><a class="nav-link" href="#research">研究方向</a></li>
<li class="nav-item pr-3"><a class="nav-link" href="#publication">代表成果</a></li>
<li class="nav-item pr-3"><a class="nav-link" href="#project">工具和代码</a></li>
<li class="nav-item pr-3"><a class="nav-link" href="#course">教学</a></li>
<li class="nav-item pr-3"><a class="nav-link" href="#contact">联系我们</a></li>
<li class="nav-item dropdown pr-0">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">链接</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<!--a class="dropdown-item" href="/pages/meeting.html">Group Meeting</a>
<hr-->
<a class="dropdown-item" href="/iwct2021">IWCT 2021</a>
<a class="dropdown-item" href="/iwct2020">IWCT 2020</a>
<a class="dropdown-item" href="/csbse15">CSBSE 2015</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header id="top" class="my-header">
<div class="container">
<div class="row">
<div class="col-12">
<div class="my-lead">
<div class="col-12 my-header-title" style="margin-left: 0pxs;">
<h1 style="font-size: 50px;">智能软件技术与质量研究组</h1>
<h1 style="font-size: 35px;">Group in Intelligent Software Technology (GIST)
</h1>
</div>
<p class="my-lead-text"><span class="badge badge-pill badge-info badge-expend">GIST</span>
隶属于计算机软件新技术国家重点实验室和南京大学计算机科学与技术系。研究组专注于物联网、区块链、大数据、云计算和人工智能等新基建平台,
致力于构建现代智能软件的质量保障体系,探索软件和智能领域的学科交叉前沿,为智能化软件的开发和应用保驾护航。
</p>
<!--p class="my-lead-text pt-2">
We have made much work for combinatorial testing, including
research <a href="#publication">papers</a>, a <a href="#project">repository</a> of
the literature, an open marketplace of <a href="#project">testing tools</a>,
a <a href="#publication">book</a> in Chinese,
and a micro-teaching <a href="#course">video</a>.</p-->
</div>
</div>
<div class="col-12 pt-3">
<div class="my-lead">
<p class="pb-1 my-lead-event-title">
<span class="badge badge-pill badge-success badge-expend">新闻</span>
</p>
<table class="table table-sm table-borderless news">
<tbody>
<tr>
<th style="width: 16%">加入我们</th>
<td style="width: 84%">课题组常年招收博士、硕士以及南京大学本科生,欢迎联系我们。</td>
</tr>
<!--tr>
<th style="width: 16%">Jan, 2020</th>
<td style="width: 84%">Prof.聂就区块链技术及其应用做了三场讲座。</td>
</tr>
<tr>
<th style="width: 16%"></th>
<td style="width: 84%">
<a href="https://mp.weixin.qq.com/s/_eC6wN6Y3kxcFxJxW0PiLg">近思堂</a> /
<a href="https://mp.weixin.qq.com/s/IFfnRdo-zQEawNKe1bkFig">连云港市青年科技工作者学术年会</a> /
<a href="https://www.meipian4.cn/2manix0h?first_share_uid=3524649&share_depth=3&share_source=groupmessage&share_user_mpuuid=625238b24dced209f9bf350b03acd806&sharer_id=ojq1tt5brvn1NF0QAJWlbmYLg1-Q&user_id=ohbsluNWvDZNr-vD05POpO9YpDGY">南京大学河南校友会</a>
</td>
</tr-->
</tbody>
</table>
</div>
</div>
</div>
</div>
</header>
<!-- People -->
<section id="people" class="white">
<div class="container">
<h1 class="section-title pt-3">团队成员</h1>
<div class="section-content">
<!-- Faculty -->
<h4 class="pt-3">教师</h4>
<div class="row pl-2">
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><a href="/changhai/public_html"><img class="card-img-top people-avatar" src="picture/changhai.jpg"></a></td>
<td>
<div class="people-name"><a href="/changhai/public_html">聂长海<br>Changhai Nie</a></div>
<div class="people-position">教授</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><a href="https://huayaow.github.io"><img class="card-img-top people-avatar" src="picture/huayao.jpg"></a></td>
<td><div class="people-name"><a href="https://huayaow.github.io">吴化尧<br>Huayao Wu</a></div>
<div class="people-position">助理研究员</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><a href="https://niuxintao.github.io"><img class="card-img-top people-avatar" src="picture/niu.jpeg"></a></td>
<td><div class="people-name"><a href="https://niuxintao.github.io">钮鑫涛<br>Xintao Niu</a></div>
<div class="people-position">助理研究员</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/jiaxi.jpg"></td>
<td><div class="people-name">徐家喜<br>Jiaxi Xu</div>
<div class="people-position">高级工程师</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/wangyan.jpg"></td>
<td><div class="people-name">王燕<br>Yan Wang</div>
<div class="people-position">讲师</div></td></tr>
</table>
</div>
</div>
<!-- PhD -->
<h4 class="pt-5">博士生</h4>
<div class="row pl-2">
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/xiapeixuan.jpg"></td>
<td><div class="people-name">夏培萱<br>Peixuan Xia</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/xulixin.png"></td>
<td><div class="people-name">徐立鑫<br>Lixin Xu</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/hushengyou.jpg"></td>
<td><div class="people-name">胡圣佑<br>Shengyou Hu</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/niedawei.JPG"></td>
<td><div class="people-name">聂大为<br>Dawei Nie</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/yaotianang.jpg"></td>
<td><div class="people-name">姚天昂<br>Tianang Yao</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/yusenyao.JPG"></td>
<td><div class="people-name">余森垚<br>Senyao Yu</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/wangjingling.png"></td>
<td><div class="people-name">王靖灵<br>Jingling Wang</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/boy.png"></td>
<td><div class="people-name">王鹏<br>Peng Wang</div></td></tr>
</table>
</div>
</div>
<!-- Master -->
<h4 class="pt-5">硕士生</h4>
<div class="row pl-2">
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/panminqing.jpg"></td>
<td><div class="people-name">潘敏青<br>Minqing Pan</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/zhangkaiyu.jpg"></td>
<td><div class="people-name">张开宇<br>Kaiyu Zhang</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/zhouchenchen.png"></td>
<td><div class="people-name">周成乘<br>Chengcheng Zhou</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/chenhongnan.jpg"></td>
<td><div class="people-name">陈宏楠<br>Hongnan Chen</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/fanjiaming.jpg"></td>
<td><div class="people-name">范佳明<br>Jiaming Fan</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/gongnanya.JPG"></td>
<td><div class="people-name">龚楠雅<br>Nanya Gong</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/boy.png"></td>
<td><div class="people-name">聂文龙<br>Wenlong Nie</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/qiushuwei.jpg"></td>
<td><div class="people-name">丘书玮<br>Shuwei Qiu</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/xiangjiantu.png"></td>
<td><div class="people-name">向健图<br>Jiantu Xiang</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/xieruishuo.jpg"></td>
<td><div class="people-name">谢润烁<br>Runshuo Xie</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/panzhenyu.jpg"></td>
<td><div class="people-name">潘振宇<br>Zhenyu Pan</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/zhenghe.jpg"></td>
<td><div class="people-name">郑贺<br>He Zheng</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/girl.png"></td>
<td><div class="people-name">胡成悦<br>Chengyue hu</div></td></tr>
</table>
</div>
</div>
<!-- Graduated -->
<!--h4 class="pt-5 pb-2">以往研究生</h4>
<div class="row pl-2">
<div class="col-sm-2"><h6>滕云 <small>2022</small></h6></div>
<div class="col-sm-2"><h6>孙颜洁 <small>2022</small></h6></div>
<div class="col-sm-2"><h6>张思熠 <small>2022</small></h6></div>
<div class="col-sm-2"><h6>李刚 <small>2021</small></h6></div>
<div class="col-sm-2"><h6>邓文俊 <small>2021</small></h6></div>
<div class="col-sm-2"><h6>王乐进 <small>2021</small></h6></div>
<div class="col-sm-2"><h6>陆超逸 <small>2021</small></h6></div>
<div class="col-sm-2"><h6>张文茜 <small>2017</small></h6></div>
<div class="col-sm-2"><h6>尹震 <small>2017</small></h6></div>
<div class="col-sm-2"><h6>鲁耀远 <small>2017</small></h6></div>
<div class="col-sm-2"><h6>张志男 <small>2017</small></h6></div>
<div class="col-sm-2"><h6>周锦春 <small>2016</small></h6></div>
<div class="col-sm-2"><h6><a href="/people/mahua/">马骅</a> <small>2015</small></h6></div>
<div class="col-sm-2"><h6>程浩洋 <small>2015</small></h6></div>
<div class="col-sm-2"><h6>周航 <small>2015</small></h6></div>
<div class="col-sm-2"><h6><a href="/people/mengfan/">曾梦凡</a> <small>2014</small></h6></div>
<div class="col-sm-2"><h6>陈思洋 <small>2013</small></h6></div>
<div class="col-sm-2"><h6>李杰 <small>2010</small></h6></div>
<div class="col-sm-2"><h6>梁亚澜 <small>2010</small></h6></div>
<div class="col-sm-2"><h6>蒋静 <small>2008</small></h6></div>
</div-->
</div>
</div>
</section>
<!-- Research -->
<section id="research" class="green">
<div class="container">
<h1 class="section-title pt-3 pb-1">研究方向</h1>
<div class="section-content">
<div class="row pt-3">
<div class="col-md-6 col-sm-12">
<div class="box">
<div class="icon"><i class="fas fa-mountain"></i></div>
<h4 class="title">区块链新技术与质量保证</h4>
<p class="description">
研究区块链及其智能合约的测试技术体系,为<span class="text-bf">区块链系统的质量和安全</span>保驾护航。
在走到区块链理论前沿的基础上,占据区块链技术创新制高点,争取产业和应用优势。
<br>
<br>
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="box">
<div class="icon"><i class="fas fa-rocket"></i></div>
<h4 class="title">智能软件测试</h4>
<p class="description">
<span class="text-bf">Testing for AI</span>:对深度学习、自然语言处理、图像处理等智能软件系统进行分析与测试;<br>
<span class="text-bf">AI for Testing</span>:综合应用机器智能和人类群体智能来解决各类复杂的软件测试问题。
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="box wow">
<div class="icon"><i class="fab fa-app-store-ios"></i></div>
<h4 class="title">软件生态系统分析</h4>
<p class="description">
挖掘和分析<span class="text-bf"> App Store </span>中的技术、用户和商业相关信息,提高移动应用的开发效率和质量。
研究<span class="text-bf">开源软件</span>中的群体协作和工程实践规律,构建高效的群智化软件开发方法。
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="box wow">
<div class="icon"><i class="fas fa-search-location"></i></div>
<h4 class="title">故障分析与修复</h4>
<p class="description">
研究对系统中的故障、漏洞的<span class="text-bf">缺陷定位</span>方法和理论,探索和优化能够自动修复特定类型故障的方法。
<br>
<br>
<br>
</p>
</div>
</div>
</div>
<!--
<dl class="row pl-2 pl-sm-0">
<dt class="col-sm-4 col-md-3 col-lg-2">2013 - 2016</dt>
<dd class="col-sm-8 col-md-9 col-lg-10">Search Based Software Testing (No. 61272079)</dd>
<dt class="col-sm-4 col-md-3 col-lg-2">2008 - 2010</dt>
<dd class="col-sm-8 col-md-9 col-lg-10">Combinatorial Testing (No. 60773104)</dd>
<dt class="col-sm-4 col-md-3 col-lg-2">2005 - 2007</dt>
<dd class="col-sm-8 col-md-9 col-lg-10">Test Suite Reduction and Prioritization (No. 60403016)</dd>
</dl>
-->
</div>
</div>
</section>
<!-- Publication -->
<section id="publication" class="white">
<div class="container">
<h1 class="section-title pt-3">代表成果</h1>
<div class="section-content">
<h4><i class="fa fa-university fa-fw"></i> 高水平研究论文</h4>
<ul class="list-unstyled list-publication">
<li>Huayao Wu, Lixin Xu, Xintao Niu, Changhai Nie,
Combinatorial Testing of RESTful APIs,
<em>International Conference on Software Engineering (ICSE)</em>, 2022: 426-437
[<a target="_blank" href="https://ieeexplore.ieee.org/document/9794061">IEEE Xplore</a>]
</li>
<li>Xintao Niu, Yanjie Sun, Huayao Wu, Gang Li, Changhai Nie, Yu Lei, and Xiaoyin Wang,
Combinatorial Testing with Metamorphic Relations,
<em>IEEE Transactions on Software Engineering (TSE)</em>, 48(12): 5007-5029, 2022
[<a target="_blank" href="https://ieeexplore.ieee.org/abstract/document/9629275">IEEE Xplore</a>]
</li>
<li>Xintao Niu, Huayao Wu, Changhai Nie, Yu Lei, and Xiaoyin Wang,
A Theory of Pending Schemas in Combinatorial Testing,
<em>IEEE Transactions on Software Engineering (TSE)</em>, 48(10): 4119-4151, 2022
[<a target="_blank" href="https://ieeexplore.ieee.org/abstract/document/9543605">IEEE Xplore</a>]
</li>
<li>Huayao Wu, Wenjun Deng, Xintao Niu, and Changhai Nie,
Identifying Key Features from App User Reviews,
<em>International Conference on Software Engineering (ICSE)</em>, 2021: 922-932
[<a target="_blank" href="https://ieeexplore.ieee.org/abstract/document/9402119">IEEE Xplore</a>]
</li>
<li>Huayao Wu, Changhai Nie, Justyna Petke, Yue Jia and Mark Harman,
Comparative Analysis of Constraint Handling Techniques for Constrained Combinatorial Testing,
<em>IEEE Transactions on Software Engineering (TSE)</em>, 47(11): 2549-2562, 2021
[<a target="_blank" href="https://ieeexplore.ieee.org/abstract/document/8913600">IEEE Xplore</a>]
</li>
<li>Xintao Niu, Changhai Nie, Hareton Leung, Yu Lei, Xiaoyin Wang, Jiaxi Xu and Yan Wang,
An Interleaving Approach to Combinatorial Testing and Failure-inducing Interaction Identification,
<em>IEEE Transactions on Software Engineering (TSE)</em>, 46(6): 584-615, 2020
[<a href="https://ieeexplore.ieee.org/document/8438906/">IEEE Xplore</a>]
</li>
<li>Huayao Wu, Changhai Nie, Petke Justyna, Yue Jia and Mark Harman,
An Empirical Comparison of Combinatorial Testing, Random Testing and Adaptive Random Testing,
<em>IEEE Transactions on Software Engineering (TSE)</em>, 46(3): 302-320, 2020
[<a target="_blank" href="https://ieeexplore.ieee.org/document/8405609/">IEEE Xplore</a>]
</li>
<li>Xintao Niu, Changhai Nie, Yu Lei, Hareton Leung and Xiaoyin Wang,
Identifying Failure-Causing Schemas in the Presence of Multiple Faults,
<em>IEEE Transactions on Software Engineering (TSE)</em>, 46(2): 141-162, 2020
[<a target="_blank" href="https://ieeexplore.ieee.org/abstract/document/8372636">IEEE Xplore</a>]
</li>
<li>Changhai Nie and Hareton Leung,
A survey of combinatorial testing,
<em>ACM Computing Surveys (CSUR)</em>, 43(2): 11:1-11:29, 2011.
[<a target="_blank" href="http://dx.doi.org/10.1145/1883612.1883618">ACM digital library</a>]
</li>
<li>Changhai Nie and Hareton Leung,
The Minimal Failure-Causing Schema of Combinatorial Testing,
<em>ACM Transactions on Software Engineering and Methodology (TOSEM)</em>, 20(4): 15:1-15:38, 2011
[<a target="_blank" href="http://dx.doi.org/10.1145/2000799.2000801">ACM digital library</a>]
</li>
</ul>
<h4><i class="fa fa-book fa-fw"></i> 教材和专著</h4>
<ul class="list-unstyled list-publication">
<li>区块链技术基础教程:原理、方法及实践, 聂长海 等, 机械工业出版社</li>
<li>应用数据分析:原理与应用, 聂长海 (译), Johnson I. Agbinya 著, 机械工业出版社</li>
<li>现代软件质量保证的概念与方法, 聂长海, 机械工业出版社</li>
<li><a href="" data-toggle="modal" data-target="#book1">
软件测试的概念与方法</a>, 聂长海, 清华大学出版社</li>
<li><a href="" data-toggle="modal" data-target="#book2">
组合测试</a>, 聂长海, 科学出版社</li>
</ul>
</div>
</div>
</section>
<!-- Project -->
<section id="project" class="blue">
<div class="container">
<h1 class="section-title pt-3 pb-2">工具和代码</h1>
<h5 class="text-center">See more at <a href="https://github.com/GIST-NJU">GitHub</a></h5>
<div class="row section-content">
<div class="col-md-4 col-sm-12">
<div class="project-item">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-cubes fa-stack-1x text-blue"></i>
</span>
<h4 class="pt-3"><strong>CitHub</strong></h4>
<p>组合测试开放服务平台</p>
<a href="./cithub" class="btn btn-light">visit</a>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="project-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fab fa-leanpub fa-stack-1x text-blue"></i>
</span>
<h4 class="pt-3"><strong>CT Repository</strong></h4>
<p>组合测试文献库</p>
<a href="https://gist.nju.edu.cn/ct_repository/" class="btn btn-light">visit</a>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="project-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fab fa-leanpub fa-stack-1x text-blue"></i>
</span>
<h4 class="pt-3"><strong>SAR Repository</strong></h4>
<p>软件老化与重生文献库</p>
<a href="https://gist.nju.edu.cn/sar_repository" class="btn btn-light">visit</a>
</div>
</div>
</div>
</div>
</section>
<!-- Course -->
<section id="course" class="white">
<div class="container">
<h1 class="section-title pt-3 pb-2">教学</h1>
<div class="section-content">
<h4>本科生课程</h4>
<ul class="list-publication">
<li><strong>软件质量保障</strong>, 计算机系 (方向核心), 秋季学期</li>
<li><strong>软件测试</strong>, 计算机系 (选修), 秋季学期 <a href="https://gist.nju.edu.cn/course/testing/">(课程主页)</a></li>
<li><strong>操作系统</strong>, 计算机系 (平台), 秋季学期 | 人工智能学院 (平台), 春季学期</li>
</ul>
</div>
<div class="section-content">
<h4>研究生课程</h4>
<ul class="list-publication">
<li><strong>区块链</strong>, 计算机系, 秋季学期 <a href="https://gist.nju.edu.cn/BlockChain">(课程主页)</a></li>
</ul>
</div>
<div class="row section-content">
<div class="col-sm-4 col-md-3">
<div class="portfolio-item">
<a href="http://weike.enetedu.com/play.asp?vodid=179973&e=3">
<img class="img-portfolio img-fluid" src="image/weike.jpg">
</a>
</div>
</div>
<div class="col-sm-8 col-md-9">
<h4>微课:组合测试</h4>
<p>10 分钟的微课视频,旨在简要介绍组合测试的基本理论和方法</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="contact">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h5><strong>聂长海</strong><br>
<small class="text-muted">GIST负责人</small>
</h5>
<p>
计算机软件新技术国家重点实验室 <br>
南京大学<br>
栖霞区 仙林大道163号<br>
南京 中国 210023<br>
</p>
<p>
计算机科学与技术系楼 705<br>
<i class="fa fa-phone fa-fw"></i>(86) 25-89680915<br>
<i class="fa fa-envelope-o fa-fw"></i> changhainie [at] nju.edu.cn<br>
</p>
<br>
<hr class="small">
<p class="text-muted">Copyright © GIST, All Rights Reserved.</p>
</div>
</div>
</div>
</footer>
<!-- Book 1 -->
<div class="modal fade bd-example-modal-lg" id="book1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">软件测试的概念与方法 (Software Testing Concepts and Methods)</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-4 col-sm-12">
<img src="./image/b1.jpg" class="img-fluid image-modal">
</div>
<div class="col-md-8 col-sm-12">
<p>本书以软件测试方法的分类为线索,以软件测试的各种方法为内容,
系统地介绍各种软件测试方法的概念、理论、特点和在工程实践中应用的例子,
内容力求简洁、清楚。与已有的软件测试教材和相关书籍相比,
本书的特色是以各种软件测试方法为中心,系统地介绍到目前为止,几乎所有的可以查到或见到的软件测试方法,
是对目前已经出版的软件测试书籍的一个重要补充。</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Book 2 -->
<div class="modal fade bd-example-modal-lg" id="book2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">组合测试 (Combinatorial Testing)</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-4 col-sm-12">
<img src="./image/b2.jpg" class="img-fluid image-modal">
</div>
<div class="col-md-8 col-sm-12">
<p>组合测试是一种重要的软件测试方法,该方法系统地检测软件系统中各种组合的相互作用,
例如软件中不同功能、不同输入、不同配置或环境等因素的相互作用可能引发的故障。
由于其应用场景的广泛性,组合测试越来越受到工业界和学术界的研究和重视。
本书系统介绍组合测试的概念、特点、应用场景、具体的应用步骤、
以及应用和发展过程中所面临的各种科学问题和解决方案等。
通过丰富具体的示范性应用实例介绍各种抽象的概念和过程,力图简洁清楚,通俗易懂,
对读者专业基础要求尽可能比较低。本书是目前软件测试领域第一本专门系统介绍组合测试方法的中文著作,
是计算机相关领域的工作人员,特别是计算机软件开发和测试人员、软件测试领域的教学、
科研以及相关从业人员的重要参考书。</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.min.1.11.2.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="bootstrap-4.1.3/js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript -->
<script>
// Scrolls to the selected menu item on the page
$(function () {
$('a[href*=#]:not([href=#])').click(function () {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') || location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
</body>
</html>