-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn.html
60 lines (46 loc) · 2.08 KB
/
learn.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
<!DOCTYPE html>
<html>
<head>
<title>Mosstool - Learn</title>
<link rel="icon" href="images/moessicon.png">
<link rel="stylesheet" type="text/css" href="css/moess_index.css">
<script type="text/javascript" src="js/lineplot_menu2.js"></script>
<script type="text/javascript" src="js/templateminerals.js"></script>
</head>
<body onload="draw_sumBHF();draw_sumCS();draw_sumQS();oxstate();" style="background-image: url(); background-size: 100%; background-position: right top; background-attachment: fixed;">
<ul class="topmenu_ul">
<div>
<li class="topmenu_ul"><img src="images/moessicon_v3b.png" alt="Mossbauer database" style="height:65px; float:left"></li>
<li class="topmenu_ul"><a class="title" href="index.html">Home</a></li>
<li class="topmenu_ul"><a class="title" href="moess.html">Visualizer</a></li>
<li class="topmenu_ul"><a class="title" href="database.html">Database</a></li>
<li class="topmenu_ul"><a class="title" href="learn.html">Learn</a></li>
<li class="topmenu_ul"><a class="title" href="links.html">Links</a></li>
<li class="topmenu_ul"><a class="title" href="about.html">About</a></li>
</div>
</ul>
<h4>Mössbauer Learning Tools</h4>
<div style="width:80%; margin-top: 0%; margin-left: 10%; background-color: white; opacity: 1">
<center><table class="learn">
<tr>
<td><p><a href="learn_fitprog.html" class="learnlink">Build your own fitting software</a></p>
<i>Published online: 26.05.2019</i>
<br><i>Written by: James Byrne</i></td>
<td><p><a href="learn_prep.html" class="learnlink">Sample preparation</a></p>
<i>Published online: 03.06.2019</i>
<br><i>Written by: James Byrne</i>
</td>
</tr>
<tr>
<td><p><a href="learn_hyperparam.html" class="learnlink">Hyperfine parameters</a></p>
<i>Published online: 03.06.2019</i>
<br><i>Written by: James Byrne</i>
</td>
<td><p><a href="learn_thickness.html" class="learnlink">Ideal thickness calculator <br>(i.e. how much material do I need to prepare a sample?)</a></p>
<i>Published online: 12.06.2019</i>
<br><i>Written by: James Byrne</i>
</td>
</tr>
</table></center>
</body>
</html>