|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 6 | + <title>About | Open TOPAS</title> |
| 7 | + <link rel="stylesheet" href="assets/styles.css" /> |
| 8 | + </head> |
| 9 | + <body> |
| 10 | + <header> |
| 11 | + <div class="navbar"> |
| 12 | + <h1> |
| 13 | + <a class="logo-mark" href="index.html" aria-label="Open TOPAS home"> |
| 14 | + <img src="assets/img/Logo.png" alt="" /> |
| 15 | + </a> |
| 16 | + </h1> |
| 17 | + <button class="menu-toggle" type="button" aria-label="Toggle navigation" aria-expanded="false"> |
| 18 | + <span></span> |
| 19 | + <span></span> |
| 20 | + <span></span> |
| 21 | + </button> |
| 22 | + <nav id="primary-nav" class="nav-links" aria-label="Main navigation"> |
| 23 | + <a href="about.html" aria-current="page">About</a> |
| 24 | + <a href="download.html">Download</a> |
| 25 | + <a href="documentation.html">Documentation</a> |
| 26 | + <a href="https://github.com/OpenTOPAS/OpenTOPAS/discussions" target="_blank" rel="noopener"> |
| 27 | + User Forum <span class="external-icon" aria-hidden="true">↗</span> |
| 28 | + </a> |
| 29 | + <a href="publications.html">Publications</a> |
| 30 | + <a href="contact.html">Contact</a> |
| 31 | + </nav> |
| 32 | + </div> |
| 33 | + </header> |
| 34 | + <main> |
| 35 | + <section class="content-placeholder section-inner" aria-labelledby="about-overview"> |
| 36 | + <h2 id="about-overview">What is OpenTOPAS?</h2> |
| 37 | + <article class="stat-card overview-card"> |
| 38 | + <div class="text-columns"> |
| 39 | + <p> |
| 40 | + The NIH-funded TOPAS project made radiation therapy simulations using the Monte Carlo method easily |
| 41 | + accessible for the radiotherapy community. This repository brings the code to a new, truly open |
| 42 | + release stage called <strong>OpenTOPAS</strong>. |
| 43 | + </p> |
| 44 | + <p> |
| 45 | + OpenTOPAS wraps and extends the <a href="https://geant4.web.cern.ch" target="_blank" rel="noopener">Geant4 Simulation Toolkit</a> |
| 46 | + to provide an easier-to-use application for the medical physicist. The parameter control system lets physicists assemble and control a rich |
| 47 | + library of simulation objects—geometry components, particle sources, scorers—without writing C++ or knowing Geant4 internals. |
| 48 | + Visit the <a href="https://opentopas.readthedocs.io/en/latest" target="_blank" rel="noopener">User Guide</a> for deeper dives. |
| 49 | + </p> |
| 50 | + <p> |
| 51 | + The project was originally created out of an NIH-funded collaboration of Massachusetts General Hospital, |
| 52 | + University of California San Francisco, and SLAC National Accelerator Laboratory. Today, the UCSF and MGH teams continue |
| 53 | + to maintain and expand OpenTOPAS in partnership with the Monte Carlo community. |
| 54 | + </p> |
| 55 | + <p> |
| 56 | + OpenTOPAS supports simulation of medical applications of ionizing radiation with the Monte Carlo method. |
| 57 | + Free availability is intended to aid research by medical physicists, radiobiologists, and clinicians across all radiotherapy modalities. |
| 58 | + New users should review the key publications to explore its potential. |
| 59 | + </p> |
| 60 | + </div> |
| 61 | + </article> |
| 62 | + |
| 63 | + <div class="stat-grid"> |
| 64 | + <article class="stat-card"> |
| 65 | + <h3>Mission</h3> |
| 66 | + <p> |
| 67 | + Deliver a validated, community-supported Monte Carlo framework that enables accurate and efficient radiation therapy research. |
| 68 | + </p> |
| 69 | + </article> |
| 70 | + <article class="stat-card"> |
| 71 | + <h3>Why Open</h3> |
| 72 | + <p> |
| 73 | + Full open access allows advanced users to extend the platform in C++ while benefiting from the OpenTOPAS parameter system and Geant4 flexibility. |
| 74 | + </p> |
| 75 | + </article> |
| 76 | + <article class="stat-card"> |
| 77 | + <h3>Focus Areas</h3> |
| 78 | + <p> |
| 79 | + Proton and conventional radiotherapy, LET / RBE modelling, optical photon transport, dosimetry detectors, and radiopharmaceutical therapy. |
| 80 | + </p> |
| 81 | + </article> |
| 82 | + </div> |
| 83 | + </section> |
| 84 | + |
| 85 | + <section class="collaborators-section section-inner"> |
| 86 | + <h2>Collaborators</h2> |
| 87 | + <p> |
| 88 | + OpenTOPAS is jointly maintained by interdisciplinary teams at the University of California San Francisco and |
| 89 | + Massachusetts General Hospital / Harvard Medical School. Each site contributes physics leadership, code |
| 90 | + development, validation, and user support. |
| 91 | + </p> |
| 92 | + |
| 93 | + <div class="collab-grid"> |
| 94 | + <article class="collab-card stat-card"> |
| 95 | + <div> |
| 96 | + <img class="collab-logo" src="assets/img/UCSF_logo.png" alt="University of California San Francisco logo" /> |
| 97 | + <h3>University of California San Francisco</h3> |
| 98 | + <p class="collab-role">Core Maintainers</p> |
| 99 | + <ul> |
| 100 | + <li>Bruce Faddegon (PI 2018-2024)</li> |
| 101 | + <li>José Ramos-Méndez</li> |
| 102 | + <li>Thongchai Masilela</li> |
| 103 | + <li>Naoki D-Kondo</li> |
| 104 | + <li>Ramon Ortiz</li> |
| 105 | + </ul> |
| 106 | + </div> |
| 107 | + </article> |
| 108 | + |
| 109 | + <article class="collab-card stat-card"> |
| 110 | + <div> |
| 111 | + <img class="collab-logo" src="assets/img/MGH-Harvard_logo.png" alt="Massachusetts General Hospital Harvard Medical School logo" /> |
| 112 | + <h3>Massachusetts General Hospital<br />Harvard Medical School</h3> |
| 113 | + <p class="collab-role">Core Maintainers</p> |
| 114 | + <ul> |
| 115 | + <li>Harald Paganetti (PI 2009-2016)</li> |
| 116 | + <li>Jan Schuemann</li> |
| 117 | + <li>Alejandro Bertolet</li> |
| 118 | + <li>Victor V. Onecha</li> |
| 119 | + <li>Wook-Geun Shin</li> |
| 120 | + </ul> |
| 121 | + </div> |
| 122 | + </article> |
| 123 | + </div> |
| 124 | + |
| 125 | + <div class="collab-grid former-grid"> |
| 126 | + <article class="collab-card stat-card"> |
| 127 | + <div> |
| 128 | + <h3>Former Contributors · UCSF</h3> |
| 129 | + <ul class="compact-list"> |
| 130 | + <li>Daren Sawkey</li> |
| 131 | + <li>Jhonatan Carrasco Hernandez</li> |
| 132 | + <li>Jungwook Shin</li> |
| 133 | + <li>Kyungdon Choi</li> |
| 134 | + <li>Lucas Burigo</li> |
| 135 | + <li>Pierluigi Piersimoni</li> |
| 136 | + </ul> |
| 137 | + </div> |
| 138 | + </article> |
| 139 | + |
| 140 | + <article class="collab-card stat-card"> |
| 141 | + <div> |
| 142 | + <h3>Former Contributors · MGH / Harvard</h3> |
| 143 | + <ul class="compact-list"> |
| 144 | + <li>Aimee McNamara</li> |
| 145 | + <li>Alejandro Carabe-Fernández</li> |
| 146 | + <li>Andrea Attili</li> |
| 147 | + <li>David Hall</li> |
| 148 | + <li>David J Carlson</li> |
| 149 | + <li>Giulia Tamborino</li> |
| 150 | + <li>Hongyu Zhu</li> |
| 151 | + <li>Hoyeon Lee</li> |
| 152 | + <li>Hsiao-Ming Lu</li> |
| 153 | + <li>Ilaria Rinaldi</li> |
| 154 | + <li>Isaac Meyer</li> |
| 155 | + <li>Jungwook Shin</li> |
| 156 | + <li>Kira Grogg</li> |
| 157 | + <li>Lisa Polster</li> |
| 158 | + <li>Mauro Testa</li> |
| 159 | + <li>Nils Peters</li> |
| 160 | + <li>Robert Stewart</li> |
| 161 | + <li>Wonmo Sung</li> |
| 162 | + <li>Yizheng Chen</li> |
| 163 | + </ul> |
| 164 | + </div> |
| 165 | + </article> |
| 166 | + </div> |
| 167 | + </section> |
| 168 | + </main> |
| 169 | + <footer> |
| 170 | + <small>© <span id="year"></span> The TOPAS Collaboration</small> |
| 171 | + </footer> |
| 172 | + <script src="assets/site.js"></script> |
| 173 | + </body> |
| 174 | +</html> |
0 commit comments