-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (73 loc) · 4.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>ECSIM</title>
<link href="css/awsome/css/font-awesome.min.css" rel=stylesheet>
<link href="css/style.css" rel="stylesheet" type="text/css">
<meta name="description" content="ECSIM is a research team includes researchers who work on electrochemical science and software programming.">
<meta property="og:title" content="ECSIM">
<meta property="og:site_name" content="http://www.ecsim.site">
<meta property="og:description" content="ECSIM is a research team includes researchers who work on electrochemical science and software programming.">
<meta property="og:image" content="http://www.ecsim.site/images/ecsim_logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link href="images/favicon/4.png" rel="shortcut icon">
<link href="images/favicon/1.png" rel="-touch-icon">
<link href="images/favicon/2.png" rel="apple-touch-icon" sizes="72x72">
<link href="images/favicon/3.png" rel="apple-touch-icon" sizes="144x144">
</head>
<body>
<div id="particles-js">
<div class="siteWrapper">
<div class="main_text" >
<img src="images/ecsim_logo.png" class="logo" alt="ECSIM LOGO">
<h2><span style="color:red;">E</span>lectro<span style="color:red;">C</span>hemistry <span style="color:red;">SIM</span>ulation Tools</h2>
</div>
<div class="main_text2">
<h3 class="version">About ECSIM</h3>
<hr/>
<p style="text-align:justify;">ECSIM is a research team includes researchers who work on electrochemical science and software programming. These two types of researchers joined toghether to provide applied simulation open source software that focused on practical science and engineering. Producted software will be useful for other researchers who investigate in applied electrochemistry such as electrochemical power sources (like fuel cells). The target of ECSIM is promotion of open source software by useful and inclusive programming languages like Python, reinforcement of electrochemical investigation with using valid modules and equations in one simulation pack and eventually, help electrochemist researchers.</p>
</div>
<div class="main_text2">
<h3 class="version">Members</h3>
<hr/>
<ul class="note">
<li><i class="fa fa-desktop" aria-hidden="true"></i> <a href="https://www.sepand.tech" target="_blank">Sepand Haghighi</a></li>
<li><i class="fa fa-desktop" aria-hidden="true"></i> <a href="https://sadrasabouri.github.io/" target="_blank">Sadra Sabouri</a></li>
</ul>
</div>
<div class="main_text2">
<h3 class="version">Past Members</h3>
<hr/>
<ul class="note">
<li><i class="fa fa-desktop" aria-hidden="true"></i> <a href="https://mahi97.github.io/" target="_blank">Mohammad.M Rahimi</a></li>
<li><i class="fa fa-flask" aria-hidden="true"></i> <a href="https://kasraaskari.ir/" target="_blank">Kasra Askari</a></li>
<li><i class="fa fa-flask" aria-hidden="true"></i> <a href="https://www.sarminh.ir/" target="_blank">Sarmin Hamidi</a></li>
</ul>
</div>
<div class="main_text2">
<h3 class="version">Productions</h3>
<hr/>
<ul class="note">
<li><a href="https://www.ecsim.site/opem" target="_blank">OPEM</a> - <span style="color:red;">O</span>pen Source <span style="color:red;">PEM</span> Fuel Cell Simulation Tool</li>
<li><a href="https://www.ecsim.site/gopem" target="_blank">GOPEM</a> - <span style="color:red;">G</span>UI for <span style="color:red;">OPEM</span></li>
<li><a href="https://github.com/ECSIM/pem-dataset1" target="_blank">PEM-Dataset1</a> - <span style="color:red;">P</span>roton <span style="color:red;">E</span>xchange <span style="color:red;">M</span>embrane Fuel Cell Dataset</li>
<li><a href="https://github.com/ECSIM/dbfc-dataset" target="_blank">DBFC-Dataset</a> - <span style="color:red;">D</span>irect <span style="color:red;">B</span>orohydride <span style="color:red;">F</span>uel <span style="color:red;">C</span>ell Dataset</li>
</ul>
</div>
<div class="main_text2">
<h3 class="version">Contact Info</h3>
<hr/>
<ul class="note">
<li><i class="fa fa-at" aria-hidden="true"></i> <a href="mailto:[email protected]">[email protected]</a></li>
<li><i class="fa fa-github" aria-hidden="true"></i> <a href="https://github.com/ECSIM" target="_blank">ECSIM</a></li>
</ul>
</div>
<div id="login-footer" class="abs">
<p> © 2017-2024 ECSIM</p>
</div>
</div>
</div>
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
</body>
</html>