-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (118 loc) · 5.93 KB
/
index.html
File metadata and controls
118 lines (118 loc) · 5.93 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
<!DOCTYPE HTML>
<html>
<head>
<title>GROMACS tutorials</title>
<link rel="shortcut icon"
type="image/jpg"
href="doc-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>GROMACS tutorials</h1>
<h2>
by <a target="_blank" href="https://simongravelle.github.io/">
Simon Gravelle</a>, CNRS,
<a target="_blank" href="https://liphy.univ-grenoble-alpes.fr">LIPhy</a>,
Grenoble, France
</h2>
</center>
</header>
<br>
<section class="tiles">
<article class="style1">
<span class="image">
<img src="avatars/level1/bulk-solution/bulk-solution-gromacs.png" alt="Ionic solution, simple GROMACS tutorial" />
</span>
<a href="sphinx/build/html/tutorials/tutorial1/bulk-solution.html">
<div class="content">
<p align="left">
Performing a <b>simple molecular dynamics</b>
</p>
</div>
</a>
</article>
<article class="style1">
<span class="image">
<img src="avatars/level1/protein-in-electrolyte/protein-in-electrolyte.png" alt="Protein in water, simple GROMACS tutorial" />
</span>
<a href="sphinx/build/html/tutorials/tutorial2/protein-in-electrolyte.html">
<div class="content">
<p align="left">
Simulating a <b>protein</b> in an electrolyte
</p>
</div>
</a>
</article>
<article class="style1">
<span class="image">
<img src="avatars/level2/stretching-a-polymer/stretching-polymer-gromacs.png" alt="Stretching a polymer in water, advanced GROMACS tutorial" />
</span>
<a href="sphinx/build/html/tutorials/tutorial3/stretching-a-polymer.html">
<div class="content">
<p align="left">
Stretching a <b>polymer</b> in water
</p>
</div>
</a>
</article>
</section>
<br>
</div>
</div>
<footer id="footer">
<center>
<div class="inner">
<section>
<ul class="icons">
<li>
<a target="_blank" href="https://github.com/gromacstutorials"
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 the scripts are openly available on
<a href="https://github.com/gromacstutorials/gromacstutorials.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>