-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
442 lines (403 loc) · 24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Home | IFM Lab</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/lightbox.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ifmlab_shortcut.ico">
<style type="text/css">
.fa_custom_weibo:hover {
color: #FF0000
}
.fa_custom_wechat:hover {
color: #009900
}
</style>
</head><!--/head-->
<body>
<header id="header">
<div class="container">
<div class="row">
<div class="col-sm-12 overflow">
<div class="social-icons pull-right">
<ul class="nav nav-pills">
<li><a href="https://www.facebook.com/ifmlab/"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/ifm_lab"><i class="fa fa-twitter"></i></a></li>
<li><a href=""><i class="fa fa-weibo fa_custom_weibo"></i></a></li>
<li><a href=""><i class="fa fa-wechat fa_custom_wechat"></i></a></li>
<li><a href="https://aboutme.google.com/b/105564454742310795598/"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://www.linkedin.com/company/ifmlab"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="navbar navbar-inverse" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<h1><img src="images/ifmlab_logo.png" alt="logo" width="270" height="75"></h1>
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown"><a href="index.html">Home<i class="fa fa-angle-down"></i></a>
<ul role="menu" class="sub-menu">
<li><a href="index.html">IFM Lab Home</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="coming-soon.html">IFM Lab (Industrial) Home</a></li>
</ul>
</li>
<li class="dropdown"><a href="recent_news.html">News<i class="fa fa-angle-down"></i></a>
<ul role="menu" class="sub-menu">
<li><a href="recent_news.html">Recent News</a></li>
<li><a href="community_blog.html">Blog</a></li>
<li><a href="community_qa.html">Q&A</a></li>
</ul>
</li>
<li class="dropdown"><a href="current_people.html">People<i class="fa fa-angle-down"></i></a>
<ul role="menu" class="sub-menu">
<li><a href="current_people.html">Current People</a></li>
<li><a href="opening.html">Position Opening</a></li>
<li><a href="alumni.html">Alumni</a></li>
<li><a href="album.html">Album</a></li>
</ul>
</li>
<li class="dropdown"><a href="publication.html">Publications<i class="fa fa-angle-down"></i></a>
<ul role="menu" class="sub-menu">
<li><a href="publication.html">Publications</a></li>
<li><a href="project.html">Projects</a></li>
</ul>
</li>
<li class="dropdown"><a href="learning.html">Learning<i class="fa fa-angle-down"></i></a>
<ul role="menu" class="sub-menu">
<li><a href="learning.html">Learning Dashboard</a></li>
<li><a href="data.html">Datasets</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="tutorial.html">Tutorials</a></li>
<li><a href="resource.html">Internal Resources</a></li>
</ul>
</li>
<li class="dropdown"><a href="package.html">Package<i class="fa fa-angle-down"></i></a>
<ul role="menu" class="sub-menu">
<li><a href="package.html">IFM Lab Package</a></li>
<li><a href="package_install.html">Installation</a></li>
<li><a href="package_tutorial.html">Usage Tutorial</a></li>
<li><a href="package_guide.html">User Guide</a></li>
<li><a href="package_documentation.html">API Documentation</a></li>
<li><a href="package_example.html">Examples</a></li>
</ul>
</li>
<li><a href="citing.html ">Citing IFM Lab</a></li>
</ul>
</div>
<!-- <div class="search">
<form role="form">
<i class="fa fa-search"></i>
<div class="field-toggle">
<input type="text" class="search-form" autocomplete="off" placeholder="Search">
</div>
</form>
</div>
-->
</div>
</div>
</header>
<!--/#header-->
<section id="home-slider">
<div class="container">
<div class="row">
<div class="main-slider">
<div class="slide-text">
<h1>IFM Lab</h1>
<p>Our lab focuses on fusing multiple large-scale information sources of diverse varieties together, and carrying out synergistic data mining tasks across these fused sources in one unified analytic.<br> Fusing and mining multiple information sources of large volumes and diverse varieties is a fundamental problem in big data
studies.<br> We strive to develop general methodologies for information fusion and mining, which will be shown to work well for a diverse set of applications.<br></p>
<p style="color:red">(Our lab has several positions avaiable. <a href="./opening.html" style="color:blue;font-weight:bold">More information here</a>.)</p>
</div>
<img src="images/home/slider/hill.png" class="slider-hill" alt="slider image">
<img src="images/home/slider/house.png" class="slider-house" alt="slider image">
<img src="images/home/slider/sun.png" class="slider-sun" alt="slider image">
<img src="images/home/slider/birds1.png" class="slider-birds1" alt="slider image">
<img src="images/home/slider/birds2.png" class="slider-birds2" alt="slider image">
</div>
</div>
</div>
<div class="preloader"><i class="fa fa-sun-o fa-spin"></i></div>
</section>
<!--/#home-slider-->
<section id="services">
<div class="container">
<div class="row">
<div class="col-sm-4 text-center padding wow fadeIn" data-wow-duration="1000ms" data-wow-delay="300ms">
<div class="single-service">
<div class="wow scaleIn" data-wow-duration="500ms" data-wow-delay="300ms">
<img src="images/home/toolkit.png" alt="">
</div>
<h2>IFM.py Toolkit</h2>
<p>IFM.py is an open-source toolkit released by IFM Lab. The toolkit covers the state-of-art algorithms for information fusion and data mining.</p>
</div>
</div>
<div class="col-sm-4 text-center padding wow fadeIn" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="single-service">
<div class="wow scaleIn" data-wow-duration="500ms" data-wow-delay="600ms">
<img src="images/home/book.png" alt="">
</div>
<h2>Fusion Learning Textbook</h2>
<p>Fusion Learning is a textbook about informaiton fusion and data mining, mainly about the application on heterogeneous social networks. </p>
</div>
</div>
<div class="col-sm-4 text-center padding wow fadeIn" data-wow-duration="1000ms" data-wow-delay="900ms">
<div class="single-service">
<div class="wow scaleIn" data-wow-duration="500ms" data-wow-delay="900ms">
<img src="images/home/data.png" alt="">
</div>
<h2>Multiple Source Datasets</h2>
<p>IFM Lab releases several multi-source datasets on Online Social Networks, Knowledge Graphs, Geographical Locations, Bio-Informatics, etc.</p>
</div>
</div>
</div>
</div>
</section>
<!--/#services-->
<section id="action" class="responsive">
<div class="vertical-center">
<div class="container">
<div class="row">
<div class="action take-tour">
<div class="col-sm-7 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<h1 class="title">IFM Lab Research Projects Overview</h1>
<p>Information Fusion and Data Mining across Multiple Information Sources.</p>
</div>
<div class="col-sm-5 text-center wow fadeInRight" data-wow-duration="500ms" data-wow-delay="300ms">
<div class="tour-button">
<!--<button onclick="clickCounter()" class="btn btn-common">Like us!</button>-->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/#action-->
<section id="features">
<div class="container">
<div class="row">
<div class="single-features">
<div class="col-sm-5 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<img src="images/home/social_media.jpg" class="img-responsive" alt="">
</div>
<div class="col-sm-6 wow fadeInRight" data-wow-duration="500ms" data-wow-delay="300ms">
<h2>Online Social Media Analysis</h2>
<P>To enjoy different kinds social network services, people nowadays are usually involved in multiple online social networks simultaneously. Fusion and mining multiple aligned online social networks is one of the main stream research project of IFM Lab, which involves research problems like network alignment, cross-network link prediction, community detection, information diffusion, viral marketing, and network embedding etc.</P>
</div>
</div>
</br>
<hr>
<div class="single-features">
<div class="col-sm-6 col-sm-offset-1 align-right wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<h2>Multiple Modality Text Mining</h2>
<P>Multiple language systems co-exist simultaneously in the real world, like various natural languages and programming languages. When referring to certain concepts, different language will have their unique corpus sets. Identifying the correspondence relationships between different lauguage corpus sets is a new direction to be explored in IFM Lab.</P>
</div>
<div class="col-sm-5 wow fadeInRight" data-wow-duration="500ms" data-wow-delay="300ms">
<img src="images/home/text_mining.png" class="img-responsive" alt="">
</div>
</div>
</br>
<hr>
<div class="single-features">
<div class="col-sm-5 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<img src="images/home/knowledge_graph.png" class="img-responsive" alt="">
</div>
<div class="col-sm-6 wow fadeInRight" data-wow-duration="500ms" data-wow-delay="300ms">
<h2>Heterogeneous Knowledge Graph Studies</h2>
<P>Knowledge and concepts in the real-world can be represented as a network structured diagram outlining their intrinsic relationships, namely the knowledge graphs. Many knowledge and concepts are shared by different knowledge graphs at the same time. Fusion of knowledge graphs from different sources is important for cross-source synergistic knowledge discovery.<br></P>
</div>
</div>
</br>
<hr>
<div class="single-features">
<div class="col-sm-6 col-sm-offset-1 align-right wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<h2>Enterprise Fusion and Knowledge Discovery</h2>
<P>In modern enterprise, to facilitate the communication among employees, a new type of online soical networks have been launched inside the firewall of the companies, namely the enterprise social networks (ESNs). Effective fusion of enterprise internal information sources, like ESNs, organizational chart, employee profile information and collaboration notes, for knowledge discovery is an important research projects in IFM Lab.</P>
</div>
<div class="col-sm-5 wow fadeInRight" data-wow-duration="500ms" data-wow-delay="300ms">
<img src="images/home/enterprise.jpg" class="img-responsive" alt="">
</div>
</div>
</br>
<hr>
<div class="single-features">
<div class="col-sm-5 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<img src="images/home/bio_medical.jpg" class="img-responsive" alt="">
</div>
<div class="col-sm-6 wow fadeInRight" data-wow-duration="500ms" data-wow-delay="300ms">
<h2>Bio-Medical Research</h2>
<P>About the patients, different types of information will be collected before determining the desease they may have, including the brain fMRI image, regular physical diagnosis, and various drug tests. These complementary informaiton sources will provide a comprehensive information about the patient. Effectively fusing these information sources will lead to more precise diagnosis results for the patients.<D-r></P>
</div>
</div>
<br>
<hr>
<br>
<br>
<br>
<div class="single-features">
<div class="col-sm-6 align-right wow fadeInRight" data-wow-duration="500ms" data-wow-delay="300ms">
<h2>Geographical Data Sources Fusion</h2>
<P>From the government and traffic service providers, different kinds of data about cities can be obtained, like crime rate, population density, bus drop-off points, metro train routes. Effective fusion of such diverse information sources together provides a new research direction for studying traffic and urban planning problems from the data driven perspective.</P>
</div>
<div class="col-sm-5 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<img src="images/home/geographical.png" class="img-responsive" alt="" style="width:800px;height:230px;">
</div>
</div>
</div>
</div>
</section>
<!--/#features-->
<section id="clients">
<div class="container">
<div class="row">
<hr><D-r>
<div class="col-sm-12">
<div class="clients text-center wow fadeInUp" data-wow-duration="500ms" data-wow-delay="300ms">
<p><img src="images/home/funding.png" class="img-responsive" alt="" style="height:200px;width:200px"></p>
<h1 class="title">Funding Agency</h1>
<p>Acknowledgements of Support</p>
</div>
<div class="clients-logo wow fadeIn" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="col-xs-3 col-sm-2">
<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2106972"><img src="images/home/NSF_logo.png" class="img-responsive" alt=""></a>
<p style="text-align:center">NSF IIS-2106972<br> (2021-2025)</p>
</div>
<div class="col-xs-3 col-sm-2">
<a href="https://www.ucdavis.edu/"><img src="images/home/UCDavis_logo.png" class="img-responsive" alt=""></a>
<p style="text-align:center">UC Davis<br> (2021-2024)</p>
</div>
<div class="col-xs-3 col-sm-2">
<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1763365"><img src="images/home/NSF_logo.png" class="img-responsive" alt=""></a>
<p style="text-align:center">NSF IIS-1763365<br> (2018-2022)</p>
</div>
<div class="col-xs-3 col-sm-2">
<a href="https://www.fsu.edu"><img src="images/home/FSU_logo.jpg" class="img-responsive" alt=""></a>
<p style="text-align:center">FSU CRC FYAP Award<br> (2018)</p>
</div>
<div class="col-xs-3 col-sm-2">
<a href="https://www.fsu.edu"><img src="images/home/FSU_logo.jpg" class="img-responsive" alt=""></a>
<p style="text-align:center">FSU<br> (2017-2020)</p>
</div>
<div class="col-xs-3 col-sm-2">
<a href="https://www.nsf.gov"><img src="images/home/NSF_logo.png" class="img-responsive" alt=""></a>
<p style="text-align:center">NSF IIS-1526499<br> (2015-2017)</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/#clients-->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center bottom-separator">
<img src="images/home/under.png" class="img-responsive inline" alt="">
</div>
<div class="col-md-4 col-sm-6">
<div class="testimonial bottom">
<h2>Quotes</h2>
<div class="media">
<div class="pull-left">
<a href="#"><img src="images/home/Aristotle.jpg" alt="" style="width:70px;height:90px;"></a>
</div>
<div class="media-body">
<blockquote>All men by nature desire to know.</blockquote>
<h3><a href="https://en.wikipedia.org/wiki/Aristotle">- Aristotle</a></h3>
</div>
</div>
<div class="media">
<div class="media-body">
<blockquote>Three passions, simple but overwhelmingly strong, have governed my life: the longing for love, the search for knowledge, and unbearable pity for the suffering of mankind. These passions, like great winds, have blown me hither and thither, in a wayward course, over a deep ocean of anguish, reaching to the very verge of despair.</blockquote>
<h3><a href="https://en.wikipedia.org/wiki/Bertrand_Russell">- Bertrand Russell</a></h3>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="contact-info bottom">
<h2>Contacts</h2>
<address>
E-mail: <a href="mailto:[email protected]">jiwzhang [at] ucdavis [dot] edu</a> <br>
Phone: TBD <br>
Fax: TBD <br>
</address>
<h2>Address</h2>
<address>
2075 Academic Surge Building (ASB)<br>
1124 Crocker Ln<br>
University of California, Davis<br>
Davis, CA 95616<br>
United States
</address>
<script type="text/javascript" id="clstr_globe" src="//cdn.clustrmaps.com/globe.js?d=slTkMbyHfLOg6Mx2FS2hS5kOQFi3Y7rYAomnHGAHyS0"></script>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="contact-form bottom">
<h2>Send a message</h2>
<form action="mailto:[email protected]" method="post" enctype="text/plain">
<input type="text" name="name" class="form-control" required="required" placeholder="Your Name">
<input type="email" name="email" class="form-control" required="required" placeholder="Your Email ID">
<textarea name="message" id="message" required="required" class="form-control" rows="8" placeholder="Your text here"></textarea>
<input type="submit" value="Send" class="btn btn-submit">
</form>
</div>
</div>
<div class="col-sm-12">
<div class="copyright-text text-center">
<p>© IFM Lab 2017. All Rights Reserved.</p>
<p>Designed by <a target="_blank" href="http://www.themeum.com">Themeum</a></p>
</div>
</div>
</div>
</div>
</footer>
<!--/#footer-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/lightbox.min.js"></script>
<script type="text/javascript" src="js/wow.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script>
function clickCounter() {
if(typeof(Storage) !== "undefined") {
if (localStorage.clickcount) {
localStorage.clickcount = Number(localStorage.clickcount)+1;
} else {
localStorage.clickcount = 1;
}
document.getElementById("result").innerHTML ="<i class=\"fa fa-heart\"></i> " + localStorage.clickcount + " likes!";
} else {
document.getElementById("result").innerHTML = "Sorry, your browser does not support web storage...";
}
}
</script>
</script>
</body>
</html>