-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSEB_index.html
135 lines (115 loc) · 3.96 KB
/
SEB_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
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
<!DOCTYPE HTML>
<html>
<head>
<title>SEB tutorials</title>
<link rel="icon" href="../favicon.png" type="image/x-icon" />
<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>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1J6V1SM060"></script>
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-1J6V1SM060');</script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<header>
<h3 align="center"><br>Tutorials on</h3>
<h1 align="center">Small-Angle Scattering</h1>
</header>
<!-- Menu -->
<section class="tiles">
<!------------------------------------------------------------->
<!-- TUTORIAL: SEB Polymer -->
<!------------------------------------------------------------->
<article class="style1">
<span class="image">
<img src="SEB_Polymers/polymer.png" alt="" />
</span>
<a href="SEB_Polymers/SEB_polymer.html">
<h2>Solutions of flexible polymers</h2>
<div class="content">
<p>Gaussian polymer models with SEB</p>
</div>
</a>
</article>
<!------------------------------------------------------------->
<!------------------------------------------------------------->
<!-- TUTORIAL: SEB Rods -->
<!------------------------------------------------------------->
<article class="style1">
<span class="image">
<img src="SEB_Rods/rods.png" alt="" />
</span>
<a href="SEB_Rods/SEB_rod.html">
<h2>Solutions of rods</h2>
<div class="content">
<p>Thin stiff rods with SEB</p>
</div>
</a>
</article>
<!------------------------------------------------------------->
<!------------------------------------------------------------->
<!-- TUTORIAL: SEB semi-flexible RW theory -->
<!------------------------------------------------------------->
<article class="style1">
<span class="image">
<img src="SEB_RWTheory/rwtheory.png" alt="" />
</span>
<a href="SEB_RWTheory/SEB_rwtheory.html">
<h2>Semi-flexible polymers (1)</h2>
<div class="content">
<p>Theory for a chain of rods with SEB</p>
</div>
</a>
</article>
<!------------------------------------------------------------->
<!------------------------------------------------------------->
<!-- TUTORIAL: SEB semi-flexible polymers -->
<!------------------------------------------------------------->
<article class="style1">
<span class="image">
<img src="SEB_Semiflex/semiflex.png" alt="" />
</span>
<a href="SEB_Semiflex/SEB_semiflex.html">
<h2>Semi-flexible polymers</h2>
<div class="content">
<p>Comparing theory and data with SEB</p>
</div>
</a>
</article>
<!------------------------------------------------------------->
<!------------------------------------------------------------->
<!-- TUTORIAL: SEB quizz 1 -->
<!------------------------------------------------------------->
<article class="style1">
<span class="image">
<img src="SEB_Quizz1/quizz1_square.png" alt="" />
</span>
<a href="SEB_Quizz1/SEB_quizz.html">
<h2>Quizz structure</h2>
<div class="content">
<p>Guess the structure using SEB</p>
</div>
</a>
</article>
<!------------------------------------------------------------->
<!-- end Menu -->
</section>
<!-- end Main -->
</div>
<!-- end Wrapper -->
</div>
<!-- Scripts -->
<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>
<script>MathJax = {tex: {inlineMath: [['$', '$'], ['\\(', '\\)']]}};</script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
</body>
</html>