|
30 | 30 | </div> |
31 | 31 | </header> |
32 | 32 | <main> |
33 | | - <section class="content-placeholder" aria-labelledby="about-overview"> |
34 | | - <div class="section-inner"> |
35 | | - <article class="stat-card overview-card"> |
36 | | - <h2 id="about-overview">What is OpenTOPAS?</h2> |
| 33 | + <section class="content-placeholder section-inner" aria-labelledby="about-overview"> |
| 34 | + <h2 id="about-overview">What is OpenTOPAS?</h2> |
| 35 | + <article class="stat-card overview-card"> |
| 36 | + <div class="text-columns"> |
| 37 | + <p> |
| 38 | + The NIH-funded TOPAS project made radiation therapy simulations using the Monte Carlo method easily |
| 39 | + accessible for the radiotherapy community. This repository brings the code to a new, truly open |
| 40 | + release stage called <strong>OpenTOPAS</strong>. |
| 41 | + </p> |
| 42 | + <p> |
| 43 | + OpenTOPAS wraps and extends the <a href="https://geant4.web.cern.ch" target="_blank" rel="noopener">Geant4 Simulation Toolkit</a> |
| 44 | + to provide an easier-to-use application for the medical physicist. The parameter control system lets physicists assemble and control a rich |
| 45 | + library of simulation objects—geometry components, particle sources, scorers—without writing C++ or knowing Geant4 internals. |
| 46 | + Visit the <a href="https://opentopas.readthedocs.io/en/latest" target="_blank" rel="noopener">User Guide</a> for deeper dives. |
| 47 | + </p> |
| 48 | + <p> |
| 49 | + The project was originally created out of an NIH-funded collaboration of Massachusetts General Hospital, |
| 50 | + University of California San Francisco, and SLAC National Accelerator Laboratory. Today, the UCSF and MGH teams continue |
| 51 | + to maintain and expand OpenTOPAS in partnership with the Monte Carlo community. |
| 52 | + </p> |
| 53 | + <p> |
| 54 | + OpenTOPAS supports simulation of medical applications of ionizing radiation with the Monte Carlo method. |
| 55 | + Free availability is intended to aid research by medical physicists, radiobiologists, and clinicians across all radiotherapy modalities. |
| 56 | + New users should review the key publications to explore its potential. |
| 57 | + </p> |
| 58 | + </div> |
| 59 | + </article> |
37 | 60 |
|
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 | + <div class="stat-grid"> |
| 62 | + <article class="stat-card"> |
| 63 | + <h3>Mission</h3> |
| 64 | + <p> |
| 65 | + Deliver a validated, community-supported Monte Carlo framework that enables accurate and efficient radiation therapy research. |
| 66 | + </p> |
| 67 | + </article> |
| 68 | + <article class="stat-card"> |
| 69 | + <h3>Why Open</h3> |
| 70 | + <p> |
| 71 | + Full open access allows advanced users to extend the platform in C++ while benefiting from the OpenTOPAS parameter system and Geant4 flexibility. |
| 72 | + </p> |
| 73 | + </article> |
| 74 | + <article class="stat-card"> |
| 75 | + <h3>Focus Areas</h3> |
| 76 | + <p> |
| 77 | + Proton and conventional radiotherapy, LET / RBE modelling, optical photon transport, dosimetry detectors, and radiopharmaceutical therapy. |
| 78 | + </p> |
61 | 79 | </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 | 80 | </div> |
84 | 81 | </section> |
85 | 82 |
|
86 | | - <section class="section-inner" style="padding:4rem 1.5rem 3rem;"> |
| 83 | + <section class="collaborators-section section-inner"> |
87 | 84 | <h2>Collaborators</h2> |
88 | 85 | <p> |
89 | 86 | OpenTOPAS is jointly maintained by interdisciplinary teams at the University of California San Francisco and |
|
0 commit comments