-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathyjfx.html
More file actions
115 lines (115 loc) · 4.29 KB
/
yjfx.html
File metadata and controls
115 lines (115 loc) · 4.29 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>FUNLAB </title>
<meta name="description" content="Scarica gratis il nostro Template HTML/CSS GARAGE. Se avete bisogno di un design per il vostro sito web GARAGE può fare per voi. Web Domus Italia">
<meta name="author" content="Web Domus Italia">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="source/bootstrap-3.3.6-dist/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="source/font-awesome-4.5.0/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="style/slider.css">
<link rel="stylesheet" type="text/css" href="style/yjfx.css">
</head>
<body>
<!-- Header -->
<div class="allcontain">
<div class = 'header'>
<a class = 'header-container' >
<img src="https://raw.githubusercontent.com/funlab2017/funlab2017.github.io/master/img/funlab.jpg" class = 'logo' style="width: 296px;height:80px"/>
</a>
</div>
<!-- Navbar Up -->
<nav class="topnavbar navbar-default topnav">
<div class="collapse navbar-collapse" id="upmenu">
<ul class="nav navbar-nav" id="navbarontop">
<li class="active"><a href="index.html">主页</a> </li>
<li class="dropdown">
<a href="xstd.html">学术团队</a>
</li>
<li class="dropdown">
<a href="yjfx.html">研究方向</a>
</li>
<li class="dropdown">
<a href="xslw.html">学术论文</a>
</li>
<li class="dropdown">
<a href="xszy1.html">学术资源</a>
</li>
<li>
<a href="sbzs.html">硕博招生</a>
</li>
<li>
<a href="hd.html">活动</a>
</li>
</ul>
</div>
</nav>
</div>
<div class = "content">
<h2 class="title">主要研究领域</h2>
<ul>
<li>
<a><img src="https://raw.githubusercontent.com/funlab2017/funlab2017.github.io/master/img/5G.jpg" /></a>
<p>
网络优化与资源分配
</p>
</li>
<li>
<a><img src="https://raw.githubusercontent.com/funlab2017/funlab2017.github.io/master/img/AI.jpg" /></a>
<p>
机器学习和边缘计算
</p>
</li>
<li>
<a><img src="https://raw.githubusercontent.com/funlab2017/funlab2017.github.io/master/img/LoRa.png" /></a>
<p>
物联网
</p>
</li>
<li>
<a><img src="https://raw.githubusercontent.com/funlab2017/funlab2017.github.io/master/img/UAC.png" /></a>
<p>
水声通信
</p>
</li>
</ul>
<h2 class="title">研究项目</h2>
<ul>
<li><span>[12] National Natural Science Foundation of China
(国家自然科学基金青年项目), No. 61771017,
“Energy-efficient Design and Resource Allocation in
Wireless Networks based on Non-convex Optimizations”,
2018.1-2021.12, Principle Investigator (PI: <b>Prof. Liqun Fu</b>).</span>
</li>
<li><span>[11] National National Natural Science Foundation of China
(国家自然科学基金青年项目), No.61401380, “Performance Analysis of Physical-Layer
Network Coding in Distributed Wireless Networks”, 2015.1-2017.12,
Co-Investigator (Co-PI: <b>Prof. Liqun Fu</b>).</span>
</li>
<li><span>[10] National Natural Science Foundation of China
(国家自然科学基金青年项目), No. 61301098,
"Cross-layer Design for Media Access Control Protocols in Underwater
Acoustic Sensor Networks Based on Cooperative Spectrum Sensing",
2014.1-2016.12, Principle Investigator (PI: <b>Prof. Deqing Wang</b>).</span>
</li>
<li><span>[9] National Natural Science Foundation of China
(国家自然科学基金青年项目), No. 61771017,
“Energy-efficient Design and Resource Allocation in
Wireless Networks based on Non-convex Optimizations”,
2018.1-2021.12, Principle Investigator (PI: <b>Prof. Liqun Fu</b>).</span>
</li>
</ul>
</div>
</div>
<div class="footer">
© FUNLAB 2019 All rights reserved.
</div>
<script type="text/javascript" src="source/bootstrap-3.3.6-dist/js/jquery.js"></script>
<script type="text/javascript" src="source/js/isotope.js"></script>
<script type="text/javascript" src="source/js/myscript.js"></script>
<script type="text/javascript" src="source/bootstrap-3.3.6-dist/js/jquery.1.11.js"></script>
<script type="text/javascript" src="source/bootstrap-3.3.6-dist/js/bootstrap.js"></script>
</body>
</html>