-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
37 lines (28 loc) · 1 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenTOPAS - Contact</title>
<link rel="stylesheet" href="styles.css"> <!-- Link to your external CSS file -->
</head>
<script src="navigation.js"></script>
<header>
<h3>OpenTOPAS - Contact</h3>
</header>
<body>
<div class="maintext">
<p>
<b>We strongly recommend users to use the <a href="https://github.com/OpenTOPAS/topas/discussions" target="_blank">User forum</a>,
where all OpenTOPAS collaborators and other users will be able to respond to issues, questions, or comments.</b>
<br><br>
<br><br>
<br><br>
For other matters, please contact the current OpenTOPAS project supervisors : <br> <br>
José Ramos-Méndez, UCSF <br><br>
Jan Schuemann, MGH
</p>
</div>
</body>
<script src="footer.js"></script>
</html>