-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSHDI Introduction.html
More file actions
113 lines (110 loc) · 6.01 KB
/
SHDI Introduction.html
File metadata and controls
113 lines (110 loc) · 6.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0, user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!--
<script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>
<link href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<script src="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js"></script>
-->
<script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
<link href="https://cdn.bootcss.com/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.bootcss.com/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="introduction.css"/>
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<script src="https://unpkg.com/scrollreveal"></script>
<title>introduction</title>
<style type="text/css">
.navbar-collapse li ul{
display:none;
height:auto;
width: auto;
position:absolute;
width:100px;
z-index:200;
margin:0px;
list-style-type: none;
}
.navbar-collapse li:hover ul{
display:block;
}
.footer {
background-color:skyblue;
color:black;
clear:both;
text-align:center;
padding:5px;
border-style: groove;
border-radius: 20px;
border-color: skyblue;
}
.removeborder{
border: none;
}
</style>
</head>
<body background="image/会议背景11.jpg">
<div >
<header style="min-height: 76px;">
<nav id="main-nav" class="navbar navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">切换导航</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <a class="navbar-brand" href="index.html"><img alt="安全多方计算国际论坛-2019" src="image/SHDIpic.PNG"></a> -->
</div>
<div id="navbar-collapse" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-center">
<li><a href="index.html">
<i class="fa fa-home fa-1x" aria-hidden="true"></i> DFSC</a></li>
<li class="submenu">
<a href="News.html">News</a>
</li>
<li class="submenu">
<a href="Conference.html">Conferences</a>
</li>
<li class="submenu">
<a href="Training-Camp.html">Training Camp</a>
</li>
<li class="submenu">
<a href="Research.html">Research</a>
</li>
<li class="submenu">
<a href="About us Introduction.html">About us</a>
</li>
</ul>
</div>
</div><!-- /.container-->
</nav>
</header>
<div id="introdution">
<div class="introdution">
<div id="theme">
<p style="text-align:center"><img alt="安全多方计算国际论坛-2019" src="image/circle-cropped.png" style="width: 210px; height: 213px; " ></a> <br/>
<div class="footer1 removeborder">
<p style="text-indent:2em ">With rapid development of cyberspace security, artificial intelligence and cloud computing, researchers have constructed a large number of schemes, and designed many algorithms. In the meanwhile, the needs of industry and users are also growing urgently. Therefore, it is necessary to solve the software and hardware implementations of designed schemes and algorithms. The gradual maturity of software design theory and the rapid development and productization of hardware design and implementation provide a good foundation and opportunity for solving the above problems.</a><br/>
</div>
<div class="footer2 removeborder">
<p style="text-indent:2em ">International Software and Hardware Design and Implementation Conference would like to invit well-known researchers all over the world to present their best works about design and implementation of software and hardware on Cybersecurity schemes and algotihms. Everyone, who does the best works on above fields, will be invited to attend SHDI conference, and present their works. We would like to provid tranvel funding for the invited speakers.</a><br/>
<p style="text-indent:2em "><a href="SHDI-2019.html">SHDI-2019</a> || <a href="SHDI-2021.html">SHDI-2021</a><br/>
</div>
<div class="footer4 removeborder">
<p style="text-align:center"><img src="image/DFSC CENTERlogo.png " style="width:18%; height:18%; margin: 10px;" ><strong>Copyright©2016 DFSC Center</strong></a> <br/>
</div>
</div>
</div>
</div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"> </script>
</body>
</html>