forked from OpenTOPAS/OpenTOPAS.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
64 lines (49 loc) · 2.73 KB
/
news.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenTOPAS - News</title>
<link rel="stylesheet" href="styles.css"> <!-- Link to your external CSS file -->
</head>
<script src="navigation.js"></script>
<header>
<h3>OpenTOPAS - Latest news</h3>
</header>
<body>
<div class="maintext">
<ul>
<li>
<h4> June 13, 2024: OpenTOPAS User meeting at PTCOG2024.</h4>
<p>
<img src="./Images/UserMeetingFlyerPTCOG.png" height="500">
</p>
</li>
<li>
<h4>May 7, 2024: Future of the TOPAS Collaboration</h4>
<p> The following is an address, by the NIH-funded TOPAS team, to the recent addition to the <a href="https://www.topasmc.org/message-regarding-other-codes" target="_blank"> topasmc </a> website, made on May 6, 2024. </p>
<p> While funded by NIH, the TOPAS project was first led by Dr. Paganetti (MGH) and then by Dr. Faddegon (UCSF) as
Principal Investigators. Both involved Mr. Perl from SLAC as a subcontractor. As Mr. Perl stated in his post from
May 6 on the website mentioned above, he acted as an architect of the TOPAS development for many years. We acknowledge
Mr. Perl's contribution as a code architect.</p>
<p>The project was an institutional collaboration between MGH, SLAC, and UCSF. Code development was done jointly
between the site PIs at MGH (Dr. Paganetti), UCSF (Dr. Faddegon), and SLAC (Mr. Perl) with the help of many talented
researchers, postdocs, and students at MGH and UCSF who contributed to the code validation and developed most of the features of TOPAS.</p>
<p>As the previous NCI funding period ended, we submitted a renewal application to the NCI this year. This was done by the
TOPAS team, not including Mr. Perl, who had decided to leave the collaboration. We, as the remaining TOPAS team, have now
moved to OpenTOPAS evolving from the previous TOPAS.</p>
<p>We leave it up to the current users whether they want to use the previous TOPAS code led by Mr. Perl or follow the TOPAS
collaboration to OpenTOPAS.</p>
<p>- The TOPAS Collaboration</p>
</li>
<li>
<h4>April 1, 2024 - OpenTOPAS release</h4>
<p>
The first version of OpenTOPAS has been released. Enjoy it!.
</p>
</li>
</ul>
</div>
</body>
<script src="footer.js"></script>
</html>