-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
193 lines (175 loc) · 9.36 KB
/
services.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="static/picture/logo.png" type="image/x-icon">
<title>Intelligent Combustion</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta name="keywords" content="ZR Themes">
<meta name="description" content="Intelligent Combustion">
<!-- Favicon -->
<!-- Site All Style Sheet Css -->
<link href="static/css/bootstrap.min.css" rel="stylesheet">
<link href="static/css/swiper.min.css" rel="stylesheet">
<link href="static/css/font-awesome.min.css" rel="stylesheet">
<link href="static/css/owl.carousel.min.css" rel="stylesheet">
<link href="static/css/owl.theme.default.min.css" rel="stylesheet">
<link href="static/css/animate.min.css" rel="stylesheet">
<link href="static/css/magnific-popup.css" rel="stylesheet">
<!-- Site Main Style Sheet Css -->
<link href="static/css/style.css" rel="stylesheet">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="">
<link href="static/css/css2.css" rel="stylesheet">
<link href="static/css/css21.css" rel="stylesheet">
<link href="static/css/css22.css" rel="stylesheet"><link href="static/css/css23.css" rel="stylesheet">
</head>
<body>
<!-- Start Header Navbar Area -->
<header id="zr-theme-menu" class="zr-theme-menu-header-navber-area">
<nav class="navbar navbar-b navbar-trans navbar-expand-lg" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll" href="index.html">
<img src="static/picture/logo_dc.png" class="white-logo" alt="logo">
<img src="static/picture/logo_dc.png" class="black-logo" alt="logo">
</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarDefault" aria-controls="navbarDefault" aria-expanded="false" aria-label="Toggle navigation"> <span></span> <span></span> <span></span>
</button>
<div class="navbar-collapse collapse justify-content-end" id="navbarDefault">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link js-scroll active" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link js-scroll" href="team_info.html">About</a></li>
<li class="nav-item"><a class="nav-link js-scroll" href="services.html">Research</a></li>
<li class="nav-item"><a class="nav-link js-scroll" href="result_gallery.html">Gallery</a></li>
<li class="nav-item"><a class="nav-link js-scroll" href="testimonials.html">Testimonials</a></li>
<li class="nav-item"><a class="nav-link js-scroll" href="contact.html">Contact</a></li>
<li class="nav-item"><a class="nav-link js-scroll" href="https://github.com/intelligent-algorithm-team/intelligent-combustion">Github</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- End Header Navbar Area -->
<br>
<br>
<br>
<br>
<!-- Repair Services Section Start -->
<section id="services" class="theme-repair-services section-padding">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="section-title">
<h5>We offer best deep learn algorithm services</h5>
<h2>Our Research Works</h2>
</div>
</div>
</div>
<div class="row d-flex align-items-center">
<a class="col-lg-4 col-md-6 col-sm-12 wow zr-theme-single-service fadeInLeft text-center" data-wow-delay="0.2s", href="deepmr.html">
<div class="zr-theme-single-service-card">
<img src="static/picture/icon-dmr.png" alt="image">
<h5>Deep Mechanism Reduction</h5>
<p>DeePMR: develop DNN-based algorithms for reducing chemical reaction mechanisms.</p>
</div>
</a>
<a class="col-lg-4 col-md-6 col-sm-12 wow zr-theme-single-service fadeInLeft text-center" data-wow-delay="0.2s", href="deepck.html">
<div class="zr-theme-single-service-card">
<img src="static/picture/icon-dck.png" alt="image">
<h5>Deep Chemical Kinetics</h5>
<p>DeePCK: develop DNN-based surrogate model to accelerate the simulation of chemical kinetics.</p>
</div>
</a>
<a class="col-lg-4 col-md-6 col-sm-12 wow zr-theme-single-service fadeInLeft text-center" data-wow-delay="0.2s", href="deepmo.html">
<div class="zr-theme-single-service-card">
<img src="static/picture/icon-dmo.png" alt="image">
<h5>Deep Mechanism Optimization</h5>
<p>DeePMO: develop DNN-based algorithms to optimize mechanism parameters. (coming soon)</p>
</div>
</a>
</div>
</div>
</section>
<!-- Repair Services Section End -->
<!-- Footer Section Start -->
<footer class="footer-section">
<div class="container">
<div class="footer-content pt-5 pb-5">
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-4 mb-50">
<div class="footer-widget">
<div class="footer-logo">
<a href="#"><img src="static/picture/logo_dc_dark.png" class="img-fluid" alt="logo"></a>
</div>
<div class="footer-text">
<p>Intelligent Combustion is committed to providing various combustion simulation acceleration algorithms, and has launched the mechanism reduction algorithm DeePMR and the deep surrogate model DeePCK.</p>
</div>
<div class="contact-box">
<p><a href="#"><i class="fa fa-map-marker"></i> Room 302, Building 5, New Science Complex Building, Shanghai Jiaotong University, No. 800 Dongchuan Road, Minhang District, Shanghai.</a></p>
<p><a class="contact-info-link" href="mailto:[email protected]"><i class="fa fa-envelope-open"></i> [email protected]</a></p>
</div>
</div>
</div>
<div class="col-xl-8 col-lg-8 col-md-8 mb-30">
<div class="footer-widget">
<div class="footer-widget-heading">
<h3>Useful Links</h3>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="team_info.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="copyright-area">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-6 text-center text-lg-left">
<div class="copyright-text">
<p>Copyright © 2023.Intelligent Algorithm Team All rights reserved.<a target="_blank" href="https://sc.chinaz.com/moban/">网页模板</a></p>
</div>
</div>
<div class="col-xl-6 col-lg-6 d-none d-lg-block text-right">
<div class="footer-menu">
<ul>
<li><a href="#">Home</a></li>
<!-- <li><a href="#">Terms & Condistions</a></li>
<li><a href="#">Privacy & Policy</a></li> -->
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Back to Top Start -->
<div class="back-to-top">
<i class="fa fa-caret-up"></i><i class="fa fa-caret-up"></i>
</div>
<!-- Back to Top End -->
<!-- Start Page Preloader Area -->
<div class="preloader" id="zr-theme-preloader">
<div class="preloader-wapper">
<div>
<div class="lds-facebook" id="zr-theme-preloader"><div></div><div></div><div></div></div>
</div>
</div>
</div>
<!-- End Page Preloader Area -->
<!-- Site All Jquery Js -->
<script src="static/js/jquery-3.5.1.min.js"></script>
<script src="static/js/bootstrap.min.js"></script>
<script src="static/js/plugins.js"></script>
<script src="static/js/swiper.min.js"></script>
<script src="static/js/wow.min.js"></script>
<script src="static/js/validator.min.js"></script>
<script src="static/js/contact.js"></script>
<script src="static/js/main.js"></script>
</body>