This page serves as a gallery of some of my favorite figures, diagrams, charts, tables, and other visual aids and representations of data that I have generated using Python (using Matplotlib unless stated otherwise) or LaTeX (TikZ and MetaPost). The items are grouped by what projects of mine (Ph.D. work and DCHAIN work) they are most closely associated with, and they are loosely ordered, first featuring my very favorites for each project. For each item, brief descriptions and links to where greater context can be found are provided. (The publications page also contains relevant links.)
Last updated: 8 March 2021
Title | Complete experiment diagram |
---|
Made with | LaTeX (TikZ and MetaPost) |
Context | My Ph.D. work [1] |
Description | Schematic showing the beam, target, detector, and shadow bar configurations of the experiment in my PhD work. |
Title | Beam stopping table |
---|
Made with | LaTeX |
Context | My Ph.D. work [1] |
Description | Table designating the stopping locations of beams for each beam and target combination. |
Title | Energy-dependent neutron production distribution |
---|
Made with | Python |
Context | My Ph.D. work [1] |
Description | PHITS simulation results showing median production location and smallest band containing 80% of neutrons as a function of neutron energy, beam, and primary target. |
Title | Detector logic diagram |
---|
Made with | LaTeX (TikZ) |
Context | My Ph.D. work [1] |
Description | Diagram of the experiment’s detector logic. |
Title | Rebinning algorithm diagram |
---|
Made with | LaTeX (TikZ) |
Context | My Ph.D. work [1] |
Description | Diagram of the rebinning algorithm I developed for time-of-flight neutron results. |
Title | Scintillator response matrix |
---|
Made with | Python |
Context | My Ph.D. work [1] |
Description | Light response function of the 5” x 5” organic liquid scintillators to incident neutrons. |
Title | Scintillator light production |
---|
Made with | LaTeX (MetaPost) |
Context | My Ph.D. work [1] |
Description | Diagram illustrating light production in an organic scintillator, electron multiplication in the photomultiplier, and the resulting signal. |
Title | Coordinates involved in solid angle calculations |
---|
Made with | LaTeX (TikZ) |
Context | My Ph.D. work [1] |
Description | Diagram illustrating the various points, distances, and angles involved in calculating detector solid angles. |
Title | Solid angle for upstream versus downstream detectors |
---|
Made with | LaTeX (TikZ) |
Context | My Ph.D. work [1] |
Description | Diagram illustrating how the minimum and maximum solid angles differ for upstream and downstream detectors. |
Title | Neutron spectra plot made using SHAEDIT |
---|
Made with | Python |
Context | My Ph.D. work [1] |
Description | Experimental and simulated neutron spectra from a select beam and target combination for all detector angles, generated using the SHAEDIT tool (interactive Jupyter notebook) that I wrote. |
Title | Effective neutron dose by target |
---|
Made with | Python |
Context | My Ph.D. work [1] |
Description | Effective dose at 10o from neutrons from each target with results from each beam combined, weighted by abundance in the galactic cosmic ray spectrum. |
Title | Comparison of modeled to experimental neutron results |
---|
Made with | Python |
Context | My Ph.D. work [1] |
Description | Ratio of simulated (with MCNP and PHITS) to experimental neutron spectra for all neutrons observed from the upstream target across all beams, targets, and detectors. |
Title | Cylindrical coordinate system |
---|
Made with | LaTeX (TikZ) |
Context | My Ph.D. work [1] |
Description | Diagram of cylindrical coordinate system superimposed on a detector. |
Title | Spacecraft versus terrestrial shieling |
---|
Made with | LaTeX (TikZ) |
Context | My Ph.D. work [1] |
Description | Small diagram illustrating the difference in shielding scenarios common in space versus tradiational ones on earth. |
Title | Bunny activated by carbon ion radiotherapy |
---|
Made with | Python (PyVista) |
Context | My work improving the DCHAIN-PHITS code [1] |
Description | Activity of a rabbit immediately after a feasible carbon ion treatment, calculated with PHITS and DCHAIN. |
Title | Nuclide coverage and differences in DCHAIN’s updated decay library |
---|
Made with | Python |
Context | My work improving the DCHAIN-PHITS code [1] |
Description | Figure showing what nuclides were new or had a notable change in decay data when updating from the old to modern decay data library. |
Title | Volume of activation cross section libraries in DCHAIN |
---|
Made with | Python |
Context | My work improving the DCHAIN-PHITS code [1] |
Description | Bar chart showing the number of nuclides and activation cross sections in each of the cross section libraries in DCHAIN-PHITS. |
Title | Performance of DCHAIN’s updated positron emission rate estimator |
---|
Made with | Python |
Context | My work improving the DCHAIN-PHITS code [1] |
Description | Plot showing functionality of positron emission rate per competing electron capture/beta plus decay with Q and A for nuclides with this data available (points) and the model used to predict it when data is absent (background color overlay). |
Title | DCHAIN time inputs diagram |
---|
Made with | LaTeX (TikZ) |
Context | My work improving the DCHAIN-PHITS code [1] |
Description | Diagram explaining the DCHAIN and PHITS parameters for irradiation schedule and output times in a DCHAIN simulation. |
Title | PHITS User Map [last updated: 2021-03-08] |
---|
Made with | Python (Pygal + my own custom SVG code) |
Context | My work with the PHITS group [most up-to-date charts] |
Description | World map showing the number of PHITS users per country registered after 1 April 2019 (with version 3.10 or newer), generated with an in-house tool I developed which uses an interface made with PySimpleGUI. I made a more-generalized public version of this tool as well which is described at length and demonstrated in this article. |