-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (29 loc) · 1.22 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
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>DISCUS Online</title>
<link href="/discus/styles/discus.css" rel="stylesheet" type="text/css">
</head>
<body>
<center>
<table width="800px">
<tr><th><h1>DISCUS Online Tools</h1> </td></tr>
<tr><td style="padding:15px">Welcome to the home of <a href="https://tproffen.github.io/DiffuseCode/">DISCUS</a> online tools.
These are works in progress. The diffraction teaching pages and nano particle builder
tools are being developed by Reinhard Neder, Thomas Proffen and Kate Page.
<br> <br>
<a href="cgi-bin/nano/discus-builder.cgi?mac=ellipsoid">
<button style="width:300px; height:45px">Nano Particle Builder</button></a>
<br> <br>
<a href="teaching/teaching.html">
<button style="width:300px; height:45px">Teaching Diffraction</button></a> (under construction)
<br> <br>
Contact: <a href="mailto:tproffen@ornl.gov">tproffen@ornl.gov</a>
</td></tr>
</table>
<br>
<a href="https://github.com/tproffen/DiscusOnline">https://github.com/tproffen/DiscusOnline</a>
</center>
</body>
</html>