-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
233 lines (197 loc) · 10.5 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
<!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.0,maximum-scale=1">
<title>IS3R Lab</title>
<!-- Loading logo -->
<link rel="shortcut icon" href="images/logo/2/is3r_logo.ico">
<!-- Loading third party fonts -->
<link href="fonts/novecento-font/novecento-font.css" rel="stylesheet" type="text/css">
<link href="fonts/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Loading main css file -->
<link rel="stylesheet" href="style.css">
<!--[if lt IE 9]>
<script src="js/ie-support/html5.js"></script>
<script src="js/ie-support/respond.js"></script>
<![endif]-->
</head>
<body>
<div class="site-content">
<header class="site-header">
<div class="container">
<h1 class="page-title"><a href="index.html"><img src="images/logo/2/is3r_logo.png" alt="IS3R" width="64" class="logo"> <strong>Intelligent Social Systems and Swarm Robotics Lab (IS<sup>3</sup>R)</strong></a></h1>
<!-- <h1 class="page-title"><a href="#"><strong>Intelligent Social Systems and Swarm Robotics Lab (IS<sup>3</sup>R)</strong></a></h1> -->
<div class="main-navigation">
<button class="menu-toggle"><i class="fa fa-bars"></i> Menu</button>
<ul class="menu">
<li class="menu-item current-menu-item"><a href="index.html">Home</a></li>
<li class="menu-item"><a href="research.html">Research</a></li>
<li class="menu-item"><a href="projects.html">Projects</a></li>
<li class="menu-item"><a href="members.html">Members</a></li>
<li class="menu-item"><a href="facilities.html">Facilities</a></li>
<li class="menu-item"><a href="publications.html">Publications</a></li>
<li class="menu-item"><a href="services.html">Services</a></li>
<li class="menu-item"><a href="media.html">Media</a></li>
<li class="menu-item"><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="mobile-navigation"></div>
</div>
</header> <!-- .site-header -->
<div class="hero">
<div class="slides">
<li data-bg-image="images/headline/aaai24_workshop.png">
<div class="container">
<div class="slide-content">
<!-- <small class="slide-subtitle">Deep Reinforcement Learning</small>
<h3 class="slide-title">Cognitive Robotics & Multi-Agent Systems</h3>
<a href="research.html" class="button">See our research</a> -->
</div>
</div>
</li>
<li data-bg-image="images/headline/overview.jpg">
<div class="container">
<div class="slide-content">
<!-- <small class="slide-subtitle">Deep Reinforcement Learning</small>
<h3 class="slide-title">Cognitive Robotics & Multi-Agent Systems</h3>
<a href="research.html" class="button">See our research</a> -->
</div>
</div>
</li>
<li data-bg-image="images/headline/sass.gif">
<div class="container">
<div class="slide-content">
<!-- <small class="slide-subtitle">Swarm Robotics</small>
<h3 class="slide-title">Swarm Intelligence & Heterogeneous Robots Cooperation</h3>
<a href="research.html" class="button">See our research</a> -->
</div>
</div>
</li>
<li data-bg-image="images/headline/gut.gif">
<div class="container">
<div class="slide-content">
<!-- <small class="slide-subtitle">Human-Robot Interaction</small>
<h3 class="slide-title">Trust Among Agents & Adaptation</h3>
<a href="research.html" class="button">See our research</a> -->
</div>
</div>
</li>
<li data-bg-image="images/headline/bsac.gif">
<div class="container">
<div class="slide-content">
<!-- <small class="slide-subtitle">Ubiquitous Robotics</small>
<h3 class="slide-title">Internet Of Things & Connected Autonomous Agents</h3>
<a href="research.html" class="button">See our research</a> -->
</div>
</div>
</li>
</div>
</div>
<main class="main-content">
<div class="fullwidth-block">
<div class="container">
<div class="row">
<div class="col-md-7">
<h2 class="section-title">Our mission and vision</h2>
<p style="color:;font-size:18px">Our research focuses on Multi-Agent/Robot Systems (MAS/MRS), Artificial Intelligence, Cognitive Modeling,
Swarm Intelligence, Swarm Robotics, and Human-Robot Interaction (HRI). We strive to understand the relationships
between entities and how we can simulate their interaction and apply them to AI agents (like robots) in unknown and
adversarial environments. These works concern the computational issues of distributed intelligent systems having
a physical instantiation in the real world, such as multi-robot systems, wireless sensor networks, or software agents.
It characterizes multiple entities that integrate perception, reasoning, decision, learning, and action to perform
cooperative tasks under circumstances that are insufficiently known in adversarial status and dynamical change during
task execution.</p>
<p style="color:;font-size:18px"><strong>Research Goal: We aim to build friendly AI social systems working with humans in harmony and supporting sustainable human development!</strong></p>
<p style="color:blue;font-size:20px;">We are looking for highly self-motivated students who are interested in robotics and artificial intelligence.
If you want to involve our research and join the IS<sup>3</sup>R Lab, please send Dr. Yang an email with your CV, transcripts and your interests.</p>
<!-- <div class="text-center">
<a href="research.html" class="button">More</a>
</div> -->
</div>
<div class="col-md-5">
<h2 class="section-title">Latest News</h2>
<ul class="seremon-list">
<li>
<img src="images/news/nsf.jpg" alt="" width="60">
<div class="seremon-detail">
<h3 class="seremon-title"><a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2348013&HistoricalAwards=false" target="blank">Dr. Yang received an award from the NSF Foundational Research in Robotics (FRR) program</a></h3>
<p>Dr. Yang received a $174,964 award from the NSF Foundational Research in Robotics (FRR) program for his research on
"Cooperative Multi-Agent Systems Cognitive Modeling" over two years, starting July 1, 2024.</p>
<p>For more details, <a href="projects.html" target="blank">please check.</a></p>
</div>
</li>
<li>
<img src="images/news/aaai2025.png" alt="" height="60" width="60">
<div class="seremon-detail">
<h3 class="seremon-title"><a href="https://www.is3rlab.org/aaai25-cmasdl-workshop.github.io/" target="blank">Dr. Yang is serving as the chair of the 2nd CMASDL workshop (W11) at AAAI 2025</a></h3>
<p>Dr. Yang is serving as the chair and organizing the 2nd workshop (W11) on "Cooperative Multi-Agent Systems Decision-Making and Learning: Human-Multi-Agent Cognitive Fusion" at AAAI 2025.</p>
<p>For more details, <a href="https://aaai.org/conference/aaai/aaai-25/workshop-program/" target="blank">please check.</a></p>
</div>
</li>
<li>
<img src="images/news/TIST.png" alt="" width="60">
<div class="seremon-detail">
<h3 class="seremon-title"><a href="https://dl.acm.org/doi/10.1145/3643862" target="blank">Paper Accepted by the Top AI Journal "ACM Transactions on Intelligent Systems and Technology"</a></h3>
<p>Our paper "Bayesian Strategy Networks Based Soft Actor-Critic Learning"
has been accepted by the top AI journal "ACM Transactions on Intelligent Systems and Technology (TIST)".</p>
</div>
</li>
</ul>
<div class="text-center">
<a href="media.html" class="button">See More Here</a>
</div>
</div>
</div> <!-- .row -->
</div> <!-- .container -->
</div> <!-- section -->
</main> <!-- .main-content -->
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-5">
<div class="widget">
<h3 class="widget-title">General Info.</h3>
<p style="color:;font-size:18px;">PI: <a href="https://www.bradley.edu/academic/departments/csis/faculty/profile.dot?id=912a95f79ce739e57d3f4c47bf63665f" target="blank">Qin Yang</a>, Ph.D.</p>
<p>Intelligent Social Systems and Swarm Robotics Lab (IS<sup>3</sup>R)
<br> Computer Science and Information Systems Department
<br> College of Liberal Arts and Sciences
<br> Bradley University</p>
</div>
</div>
<div class="col-md-4">
<div class="widget">
<h3 class="widget-title">Address</h3>
<ul class="address">
<li><i class="fa fa-map-marker"></i> 1501 W Bradley Ave, Peoria, IL 61625</li>
<li><i class="fa fa-building-o"></i> Bradley Hall 195</li>
<li><i class="fa fa-phone"></i> (309)677-2459</li>
<li><i class="fa fa-envelope"></i> is3rlab@gmail.com</li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="widget">
<h3 class="widget-title">Follow Us</h3>
<table>
<tr>
<td><a href="https://www.youtube.com/channel/UCq7COfQQEO4gTbWEHp9XAvQ" target="blank"><img src="images/YT_logo.jpg" height="50" width="50"/></a></td>
<td><a href="https://github.com/is3rlab" target="blank"><img src="images/GitHub-logo.png" height="50" width="50"/></a></td>
<td><a href="https://www.researchgate.net/lab/Intelligent-Social-Systems-and-Swarm-Robotics-Lab-IS3R-Qin-Yang" target="blank"><img src="images/rg-logo.png" height="50" width="50"/></a></td>
<td><a href="https://www.linkedin.com/in/qin-yang-71ab2b94/" target="blank"><img src="images/LI_logo.jpg" height="50" width="50"/></a></td>
<td><a href="https://twitter.com/is3rlab" target="blank"><img src="images/twitter.jpg" height="50" width="50"/></a></td>
</tr>
</table>
</div>
</div>
</div> <!-- .row -->
<p class="colophon">Copyright 2024 <strong>IS<sup>3</sup>R Lab</strong>. All right reserved</p>
</div><!-- .container -->
</footer> <!-- .site-footer -->
</div>
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/app.js"></script>
</body>
</html>