-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (167 loc) · 8.5 KB
/
index.html
File metadata and controls
167 lines (167 loc) · 8.5 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>LAMMPS tutorials</title>
<link rel="shortcut icon"
type="image/jpg"
href="sphinx/source/_static/favicon-32x32.png"/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,
initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="is-preload">
<div id="wrapper">
<div id="main">
<div class="inner">
<header>
<br><br><br>
<center>
<h1>LAMMPS tutorials</h1>
<h2>
by <a target="_blank" href="https://simongravelle.github.io/"">
Simon Gravelle</a>, Cecilia M. S. Alvares, Jacob R. Gissinger, and Axel Kohlmeyer
</h2>
</center>
<br>
</header>
<br>
<section class="tiles">
<article class="style1">
<span class="image">
<img src="avatars/avatar-Lennard-Jones-LAMMPS.png" alt="" />
</span>
<a href="sphinx/build/html/tutorial1/lennard-jones-fluid.html">
<div class="content">
<p align="left">
<b>Performing a simple simulation</b> of a Lennard-Jones fluid
</p>
</div>
</a>
</article>
<article class="style1">
<span class="image">
<img src="avatars/avatar-CNT-LAMMPS.png" alt="" />
</span>
<a href="sphinx/build/html/tutorial2/breaking-a-carbon-nanotube.html">
<div class="content">
<p align="left">
<b>Imposing deformation</b> on a carbon nanotube
</p>
</div>
</a>
</article>
<article class="style1">
<span class="image">
<img src="avatars/avatar-GCMC-LAMMPS.png" alt="" />
</span>
<a href="sphinx/build/html/tutorial6/water-adsorption-in-silica.html">
<div class="content">
<p align="left">
<b>Adsorbing water</b> in a cracked silica block
</p>
</div>
</a>
</article>
<!--
<article class="style1">
<span class="image">
<img src="avatars/level2/nanosheared-electrolyte/avatar-electrolyte-LAMMPS.png" alt="" />
</span>
<a href="sphinx/build/html/tutorials/level2/nanosheared-electrolyte.html">
<div class="content">
<p align="left">
Aqueous NaCl solution <b>sheared</b> by two walls
</p>
</div>
</a>
</article>
<article class="style1">
<span class="image">
<img src="avatars/level2/polymer-in-water/avatar-polymer-LAMMPS.png" alt="" />
</span>
<a href="sphinx/build/html/tutorials/level2/polymer-in-water.html">
<div class="content">
<p align="left">
Pulling on a <b>small polymer</b> in water
</p>
</div>
</a>
</article>
<article class="style1">
<span class="image">
<img src="avatars/level2/nanosheared-electrolyte/avatar-electrolyte-LAMMPS.png" alt="" />
</span>
<a href="sphinx/build/html/tutorials/level2/nanosheared-electrolyte.html">
<div class="content">
<p align="left">
Aqueous NaCl solution <b>sheared</b> by two walls
</p>
</div>
</a>
</article>
<article class="style1">
<span class="image">
<img src="avatars/level3/water-adsorption-in-silica/avatar-GCMC-LAMMPS.png" alt="" />
</span>
<a href="sphinx/build/html/tutorials/level3/water-adsorption-in-silica.html">
<div class="content">
<p align="left">
Using <b>GCMC</b> to adsorb water in a nanopore
</p>
</div>
</a>
</article>
-->
</section>
<br><br>
</div>
</div>
<footer id="footer">
<center>
<div class="inner">
<section>
<ul class="icons">
<li>
<a target="_blank" href="https://github.com/lammpstutorials"
class="icon brands fa-github fa-3x">
<span class="label">Github</span>
</a>
</li>
<li>
<a target="_blank" rel="me" href="https://mastodon.social/@simongravelle"
class="icon brands fa-mastodon fa-3x">
<span class="label">Mastodon</span>
</a>
</li>
<li>
<a target="_blank" href="https://youtube.com/c/SimonGravelle"
class="icon brands fa-youtube fa-3x">
<span class="label">Youtube</span>
</a>
</li>
<li>
<a target="_blank" href="mailto:simon.gravelle@live.fr"
class="icon solid fa-envelope fa-3x">
<span class="label">Email</span>
</a>
</li>
</ul>
<br>
<FONT COLOR="#797979" >All scripts are openly available on
<a href="https://github.com/lammpstutorials/lammpstutorials.github.io" target="_blank">GitHub</a></FONT>
</section>
</div>
</center>
</footer>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>