ANS is committed to advancing, fostering, and promoting the development and application of nuclear sciences and technologies to benefit society.
Explore the many uses for nuclear science and its impact on energy, the environment, healthcare, food, and more.
Explore membership for yourself or for your organization.
Conference Spotlight
2025 ANS Winter Conference & Expo
November 9–12, 2025
Washington, DC|Washington Hilton
Standards Program
The Standards Committee is responsible for the development and maintenance of voluntary consensus standards that address the design, analysis, and operation of components, systems, and facilities related to the application of nuclear science and technology. Find out What’s New, check out the Standards Store, or Get Involved today!
Latest Magazine Issues
Sep 2025
Jan 2025
Latest Journal Issues
Nuclear Science and Engineering
September 2025
Nuclear Technology
Fusion Science and Technology
October 2025
Latest News
Empowering the next generation: ANS’s newest book focuses on careers in nuclear energy
A new career guide for the nuclear energy industry is now available: The Nuclear Empowered Workforce by Earnestine Johnson. Drawing on more than 30 years of experience across 16 nuclear facilities, Johnson offers a practical, insightful look into some of the many career paths available in commercial nuclear power. To mark the release, Johnson sat down with Nuclear News for a wide-ranging conversation about her career, her motivation for writing the book, and her advice for the next generation of nuclear professionals.
When Johnson began her career at engineering services company Stone & Webster, she entered a field still reeling from the effects of the Three Mile Island incident in 1979, nearly 15 years earlier. Her hiring cohort was the first group of new engineering graduates the company had brought on since TMI, a reflection of the industry-wide pause in nuclear construction. Her first long-term assignment—at the Millstone site in Waterford, Conn., helping resolve design issues stemming from TMI—marked the beginning of a long and varied career that spanned positions across the country.
Andrew E. Johnson, Dan Kotlyar, Stefano Terlizzi, Gavin Ridley
Nuclear Science and Engineering | Volume 194 | Number 11 | November 2020 | Pages 1016-1024
Technical Paper | doi.org/10.1080/00295639.2020.1723992
Articles are hosted by Taylor and Francis Online.
The serpentTools Python package is presented as a useful and efficient alternative for processing Serpent results. One positive attribute of Serpent is that many output files are exported directly in a MATLAB format, allowing for results to be loaded with minimal to no effort. However, some files for larger analyses may require immense amounts of memory to load and store all the data, leading to long wait times. To expedite the process of data handling and ease common analyses, the Computational Reactor Engineering lab at the Georgia Institute of Technology has released and is maintaining the serpentTools Python package: a set of data parsers and containers intended to streamline analysis with Serpent outputs. The parsers are capable of processing large outputs with ease, and yield all data to the user in a simple object-oriented framework. Data can be read into Python in comparable or better times than MATLAB, with the option to store only data needed for a specific purpose. Furthermore, common analyses are implemented directly into the package to expedite frequent analysis, including plotting meshed data and flux specta. serpentTools is designed to be a useful and practical manner by which the Serpent community can load and analyze data inside a Python environment. This paper presents the Python package, highlighting some basic features, and compares capabilities to similar platforms.