-
Notifications
You must be signed in to change notification settings - Fork 1
/
publications.html
41 lines (32 loc) · 1.75 KB
/
publications.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenTOPAS - Publications</title>
<link rel="stylesheet" href="styles.css"> <!-- Link to your external CSS file -->
</head>
<script src="navigation.js"></script>
<header>
<h3>OpenTOPAS - Publications</h3>
</header>
<body>
<div class="maintext">
<h3>Key publications to be cited</h3>
<ul>
<li> B Faddegon, J Ramos-Méndez, J Schümann, A McNamara, J Shin, J Perl, H Paganetti. "The TOPAS Tool for Particle Simulation, a Monte Carlo Simulation Tool for Physics, Biology and Clinical Research." Phys Med. 2020 Apr 02; 72:114-121. PMID: 32247964. PMCID: PMC7192305</li>
<br>
<li>Perl, J Shin, J Schümann, B Faddegon, H Paganetti. "TOPAS: an innovative proton Monte Carlo platform for research and clinical applications." Med Phys. 2012 Nov; 39(11):6818-37.</li>
</ul>
<h3>Other relevant publications</h3>
<ul>
A compilation of relevant OpenTOPAS and TOPAS publications will be soon available. <br>
In the meantime, we recommend users to look at the compilation of publications on TOPAS by the collaboration in
<a href="https://pubmed.ncbi.nlm.nih.gov/?term=%28%28TOPAS%29+AND+%28University+of+California+San+Francisco%5BAffiliation%5D%29%29+AND+%28Massachusetts+General+Hospital%5BAffiliation%5D+AND+Harvard+Medical+School%5BAffiliation%5D%29&sort=" target="_blank">PubMed</a>.
</ul>
<br><br>
<p>Soon, you will be able to find the latest publications OpenTOPAS in our <a href="./news.html">News</a> section</p>
</div>
</body>
<script src="footer.js"></script>
</html>