-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
178 lines (144 loc) · 10.6 KB
/
research.html
File metadata and controls
178 lines (144 loc) · 10.6 KB
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
<meta name="description" content="Sanghai's website">
<meta name="author" content="Sanghai Guan">
<link rel="icon" href="favicon.ico">
<title>Sanghai Guan</title>
<script src="jquery-3.2.1.min.js"></script>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="jumbotron-narrow.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Font Awesome icons -->
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<!-- Academic icons -->
<link rel="stylesheet" href="academicons/css/academicons.min.css"/>
<script type="text/javascript">
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
<script type="text/javascript">
function startTime()
{
var today=new Date()
var s=today.getSeconds()
document.getElementById('logo-icon').innerHTML=checkTime(s)
t=setTimeout('startTime()',500)
}
function checkTime(i)
{
i='<i class="fa fa-battery-'+i%5+'" aria-hidden="true"></i>'+'  '+"Sanghai's Homepage"
return i
}
</script>
</head>
<body onload="startTime()">
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation"><a href="index.html">Home</a></li>
<li role="presentation" class="active"><a href="research.html">Research</a></li>
</ul>
</nav>
<h3 class="text-muted">
<div id="logo-icon"></div>
</h3>
</div>
<div class="row marketing">
<div class="col-lg-12">
<h4>Learning to Play Koi-Koi Hanafuda Card Games with Transformers</h4>
<p><strong>Sanghai Guan</strong>; Jingjing Wang; Ruijie Zhu; Junhui Qian; Zhongxiang Wei</p>
<h5><span class="label label-primary">Article</span>  <strong>IEEE Transactions on Artificial Intelligence</strong></h5>
<h5>Year: 2023 | <a href="./paper/10032777.pdf" target="_blank">Download PDF</a> | <a href="https://ieeexplore.ieee.org/document/10032777/" target="_blank">View on IEEE Xplorer</a></h5>
<br>
<h4>Efficient On-Demand UAV Deployment and Configuration for Off-Shore Relay Communications</h4>
<p><strong>Sanghai Guan</strong>; Jingjing Wang; Chunxiao Jiang; Xiangwang Hou; Zhengru Fang; Yong Ren</p>
<h5><span class="label label-success">Conference Paper</span>  <strong>International Wireless Communications and Mobile Computing Conference</strong></h5>
<h5>Year: 2021 | <a href="./paper/09498601.pdf" target="_blank">Download PDF</a> | <a href="https://ieeexplore.ieee.org/document/9498601/" target="_blank">View on IEEE Xplorer</a></h5>
<br>
<h4>MagicNet: The Maritime Giant Cellular Network</h4>
<p><strong>Sanghai Guan</strong>; Jingjing Wang; Chunxiao Jiang; Ruiyang Duan; Yong Ren; Tony Q. S. Quek</p>
<h5><span class="label label-primary">Article</span>  <strong>IEEE Communications Magazine</strong></h5>
<h5>Year: 2021 | <a href="./paper/09422341.pdf" target="_blank">Download PDF</a> | <a href="https://ieeexplore.ieee.org/document/9422341/" target="_blank">View on IEEE Xplorer</a></h5>
<br>
<h4>On Solving Link-a-Pix Picture Puzzles</h4>
<p><strong>Sanghai Guan</strong>; Jingjing Wang; Zhengru Fang; Yong Ren</p>
<h5><span class="label label-primary">Article</span>  <strong>IEEE Transactions on Games</strong></h5>
<h5>Year: 2020 | <a href="./paper/09195763.pdf" target="_blank">Download PDF</a> | <a href="https://ieeexplore.ieee.org/document/9195763" target="_blank">View on IEEE Xplorer</a></h5>
<br>
<h4>Network Association in Machine-Learning Aided Cognitive Radar and Communication Co-Design</h4>
<p>Jingjing Wang; <strong>Sanghai Guan</strong>; Chunxiao Jiang; Dimitrios Alanis; Yong Ren; Lajos Hanzo</p>
<h5><span class="label label-primary">Article</span>  <strong>IEEE Journal on Selected Areas in Communications</strong></h5>
<h5>Year: 2019 | <a href="./paper/08804363.pdf" target="_blank">Download PDF</a> | <a href="https://ieeexplore.ieee.org/document/8804363/" target="_blank">View on IEEE Xplorer</a></h5>
<br>
<h4>Colonel Blotto Games in Network Systems: Models, Strategies, and Applications</h4>
<p><strong>Sanghai Guan</strong>; Jingjing Wang; Haipeng Yao; Chunxiao Jiang; Zhu Han; Yong Ren</p>
<h5><span class="label label-primary">Article</span>  <strong>IEEE Transactions on Network Science and Engineering</strong></h5>
<h5>Year: 2019 | <a href="./paper/08666075.pdf" target="_blank">Download PDF</a> | <a href="https://ieeexplore.ieee.org/document/8666075/" target="_blank">View on IEEE Xplorer</a></h5>
<br>
<h4>Big Data Driven Oriented Graph Theory Aided tagSNPs Selection for Genetic Precision Therapy</h4>
<p>Tianshuo Cong; Jingjing Wang; <strong>Sanghai Guan</strong>; Yifei Mu; Tong Bai; Yong Ren</p>
<h5><span class="label label-primary">Article</span>  <strong>IEEE Access</strong></h5>
<h5>Year: 2019 | <a href="./paper/08576526.pdf" target="_blank">Download PDF</a> | <a href="https://ieeexplore.ieee.org/document/8576526/" target="_blank">View on IEEE Xplorer</a></h5>
<br>
<h4>Colonel Blotto Game Aided Attack-Defense Analysis in Real-World Networks</h4>
<p><strong>Sanghai Guan</strong>; Jingjing Wang; Chunxiao Jiang; Zhu Han; Yong Ren; Abderrahim Benslimane</p>
<h5><span class="label label-success">Conference Paper</span>  <strong>IEEE Global Communications Conference (GLOBECOM)</strong></h5>
<h5>Year: 2018 | <a href="./paper/08647886.pdf" target="_blank">Download PDF</a> | <a href="./slide/Globecom-network-blotto-game.pdf" target="_blank">Conference Slides</a> | <a href="https://ieeexplore.ieee.org/document/8647886/" target="_blank">View on IEEE Xplorer</a></h5>
<br>
<h4>A Sink Node Assisted Lightweight Intrusion Detection Mechanism for WBAN</h4>
<p>Xuyang Hou; Jingjing Wang; Chunxiao Jiang; <strong>Sanghai Guan</strong>; Yong Ren</p>
<h5><span class="label label-success">Conference Paper</span>  <strong>IEEE Global Communications Conference (GLOBECOM)</strong></h5>
<h5>Year: 2018 | <a href="./paper/08422794.pdf" target="_blank">Download PDF</a> | <a href="https://ieeexplore.ieee.org/document/8422794/" target="_blank">View on IEEE Xplorer</a></h5>
<br>
<h4>Network Association for Cognitive Communication and Radar Co-Systems: A POMDP Formulation</h4>
<p>Jingjing Wang; <strong>Sanghai Guan</strong>; Chunxiao Jiang; Hongming Zhang; Yong Ren; Lajos Hanzo</p>
<h5><span class="label label-success">Conference Paper</span>  <strong>IEEE International Conference on Communications (ICC)</strong></h5>
<h5>Year: 2018 | <a href="./paper/08422762.pdf" target="_blank">Download PDF</a> | <a href="https://ieeexplore.ieee.org/document/8422762/" target="_blank">View on IEEE Xplorer</a></h5>
<br>
<h4>Intrusion Detection for Wireless Sensor Networks: A Multi-Criteria Game Approach</h4>
<p><strong>Sanghai Guan</strong>; Jingjing Wang; Chunxiao Jiang; Jihong Tong; Yong Ren</p>
<h5><span class="label label-success">Conference Paper</span>  <strong>IEEE Wireless Communications and Networking Conference (WCNC)</strong></h5>
<h5>Year: 2018 | <a href="./paper/08377427.pdf" target="_blank">Download PDF</a> | <a href="./slide/WCNC-multi-criteria-game.pdf" target="_blank">Conference Slides</a> | <a href="https://ieeexplore.ieee.org/document/8377427/" target="_blank">View on IEEE Xplorer</a></h5>
<br>
<h4>Big Data Driven Similarity Based U-Model for Online Social Networks</h4>
<p>Jingjing Wang; Chunxiao Jiang; <strong>Sanghai Guan</strong>; Lei Xu; Yong Ren</p>
<h5><span class="label label-success">Conference Paper</span>  <strong>IEEE Global Communications Conference (GLOBECOM)</strong></h5>
<h5>Year: 2017 | <a href="./paper/08254993.pdf" target="_blank">Download PDF</a> | <a href="https://ieeexplore.ieee.org/document/8254993/" target="_blank">View on IEEE Xplorer</a></h5>
<br>
<h4>Reliability of Cloud Controlled Multi-UAV Systems for On-Demand Services</h4>
<p>JJingjing Wang; Chunxiao Jiang; Zuyao Ni; <strong>Sanghai Guan</strong>; Shui Yu; Yong Ren</p>
<h5><span class="label label-success">Conference Paper</span>  <strong>IEEE Global Communications Conference (GLOBECOM)</strong></h5>
<h5>Year: 2017 | <a href="./paper/08254452.pdf" target="_blank">Download PDF</a> | <a href="https://ieeexplore.ieee.org/document/8254452/" target="_blank">View on IEEE Xplorer</a></h5>
<br>
<h4>Trilateral Game Aided Information Management for Open Complex Giant Systems</h4>
<p>Dewei Yang; Ruiyang Duan; <strong>Sanghai Guan</strong>; Jinwen Sun; Huifeng Xue</p>
<h5><span class="label label-success">Conference Paper</span>  <strong>International Conference in Communications, Signal Processing, and Systems</strong></h5>
<h5>Year: 2017 | <a href="./paper/Yang2019.pdf" target="_blank">Download PDF</a> | <a href="https://link.springer.com/chapter/10.1007/978-981-10-6571-2_213" target="_blank">View on Springer Link</a></h5>
<br>
</div>
</div>
<footer class="footer">
<p>© 2021 Sanghai Guan</p>
</footer>
</div> <!-- /container -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="ie10-viewport-bug-workaround.js"></script>
<!-- Bootstrap JS -->
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>