From fddb5f91416cb35356d6b11c71abc5a45a46a5f7 Mon Sep 17 00:00:00 2001 From: "Joanna Piper Morgan (jonsey)" Date: Tue, 23 Apr 2024 09:42:14 -0700 Subject: [PATCH] pre TST update --- _data/authors.yml | 9 +++ _members/charles_goodman.md | 15 ----- _members/david_leep.md | 13 ++++ _members/joanna_morgan.md | 2 +- _pages/mcdc.md | 2 +- _pages/publications.md | 16 +++-- docs/assets/js/lunr/lunr-store.js | 14 ++--- docs/collection-archive-grid/index.html | 12 ++-- docs/collection-archive/index.html | 8 +-- docs/feed.xml | 2 +- docs/mcdc/index.html | 2 +- docs/members/alexander_mote/index.html | 6 +- docs/members/ben_whewell/index.html | 6 +- docs/members/braxton_cuneo/index.html | 6 +- docs/members/caleb_shaw/index.html | 6 +- docs/members/camille_palmer/index.html | 8 +-- docs/members/ct_kelley/index.html | 10 ++-- .../index.html | 59 ++++++++----------- docs/members/dmitriy_anistratov/index.html | 8 +-- docs/members/ethan_lame/index.html | 6 +- docs/members/ilham_variansyah/index.html | 6 +- docs/members/index.html | 12 ++-- docs/members/joanna_morgan/index.html | 8 +-- docs/members/jordan_northrop/index.html | 6 +- docs/members/kayla_clements/index.html | 6 +- docs/members/kyle_niemeyer/index.html | 6 +- docs/members/lizhong_chen/index.html | 6 +- docs/members/mike_bailey/index.html | 6 +- docs/members/ryan_mcclarren/index.html | 6 +- docs/members/sam_pasmann/index.html | 6 +- docs/members/todd_palmer/index.html | 6 +- docs/publications/index.html | 19 ++++-- docs/sitemap.xml | 46 +++++++-------- docs/sitemap/index.html | 8 +-- docs/theory/ans_roundtable_6-21/index.html | 6 +- .../pulsed_sphere_experiment/index.html | 6 +- 36 files changed, 192 insertions(+), 177 deletions(-) delete mode 100644 _members/charles_goodman.md create mode 100644 _members/david_leep.md rename docs/members/{charles_goodman => david_leep}/index.html (71%) diff --git a/_data/authors.yml b/_data/authors.yml index 98b4f7e0..e997b718 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -137,6 +137,15 @@ Ben Whewell: url: https://orcid.org/0000-0001-7826-5525 +David Leep: + name : "David Leep" + bio : "Undergraduate Researcher, Oregon State University" + avatar : "/assets/bio/bio-photo.jpg" + links: + - label: "Email" + icon: "fas fa-fw fa-envelope-square" + url: "mailto:leepd@oregonstate.edu" + Ryan McClarren: name : "Ryan McClarren" bio : "Predictive Science Colead & Deputy Center Director, University of Notre Dame: ME Dept." diff --git a/_members/charles_goodman.md b/_members/charles_goodman.md deleted file mode 100644 index a521a818..00000000 --- a/_members/charles_goodman.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Charles Goodman" -excerpt: "Graduate Student, North Carolina State University" -classes: wide -header: - teaser: assets/bio/charles_goodman.jpg - -author: Charles Goodman - ---- - -## Education - -* M.S. Nuclear Engineering, North Carolina State University, Winter 2024 -* B.S. Nuclear Engineering, North Carolina State University, Spring 2020 diff --git a/_members/david_leep.md b/_members/david_leep.md new file mode 100644 index 00000000..91833e80 --- /dev/null +++ b/_members/david_leep.md @@ -0,0 +1,13 @@ +--- +title: "David Leep" +excerpt: "Undergraduate Researcher, Oregon State University" +classes: wide +header: + teaser: assets/bio/bio-photo.jpg +author: David Leep + +--- + +## Biography + +At CEMeNT, David is working on developing a translation function to convert OpenMC input files into MC/DC compatible base-line code for user configuration. This allows for a quick and easy conversion of OpenMC systems into MC/DC counterparts, useful for comparison between applications and learning MC/DC formatting. \ No newline at end of file diff --git a/_members/joanna_morgan.md b/_members/joanna_morgan.md index 8a75967a..9eee8b1b 100644 --- a/_members/joanna_morgan.md +++ b/_members/joanna_morgan.md @@ -18,7 +18,7 @@ author: Joanna Morgan ## Biography -At CEMeNT Joanna works on research to enable Python to run at Exascale using hardware code generating libraries. She is Dr. Niemeyer's lab (NRG) and is currently on a co/op at Advanced Micro Devices (AMD) where she is adding ROCm compute capabilities to MC/DC. She also works in researching novel deterministic dynamic transport methods for GPU applications. +At CEMeNT Joanna works on research to enable Python to run at Exascale on both CPUs and GPUs. She is also in Dr. Niemeyer's lab (NRG) and is currently on a co/op at Advanced Micro Devices (AMD) where she is adding ROCm compute capabilities to MC/DC. She also works in researching novel deterministic dynamic transport methods for GPU applications. She has previously worked at Los Alamos National Lab on adding delta tracking to a production Monte Carlo neutron transport code MCATK and researched novel variance reduction techniques for MC TRT applications. Before joining the center Joanna had previously worked at Argonne and Thomas Jefferson National Labs on particle accelerator magnet analysis. diff --git a/_pages/mcdc.md b/_pages/mcdc.md index 5134269e..b4176c0f 100644 --- a/_pages/mcdc.md +++ b/_pages/mcdc.md @@ -11,7 +11,7 @@ classes: wide [ Read the Docs](https://cement-psaapgithubio.readthedocs.io/en/latest/){: .btn .btn--primary .btn--x-large} [ M&C Intro Paper](https://arxiv.org/abs/2305.07636){: .btn .btn--primary .btn--x-large} -Monte Carlo Dynamic code is the primary deliverable for the Center. +Monte Carlo / Dynamic Code (MC/DC) is the primary deliverable for our center. It includes novel transport methods focused for transient neutron transport as well as an acceleration and abstraction software engineering scheme to make MC/DC a platform for rapid methods development in the felid. While MC/DC is where we deploy our novel algorithms and rapidly develop numerical methods for transient transport it is also intended to live beyond the length of the center. It includes a full testing library (unit, regression, verification, performance), continuous integration (via GitHub actions and chron jobs), issue tracking, documentation site, and published PR and contribution process. diff --git a/_pages/publications.md b/_pages/publications.md index b007827d..19c64c09 100644 --- a/_pages/publications.md +++ b/_pages/publications.md @@ -74,7 +74,7 @@ Number 20 in Fundamentals of Algorithms. SIAM, Philadelphia (2022) ISBN [978-1-6 * [K. B. Clements](../members/kayla_clements/), G. Geraci, and A. J. Olson. “Numerical Investigation on the Performance of a Variance Deconvolution Estimator.” In *American Nuclear Society Annual Meeting*. Anaheim, California, United States (2022). -* [D. Y. Anistratov](../members/dmitriy_anistratov) Analysis of Noise Effects in Hybrid Transport Methods Based on Low-Order Moment Equations The 27th International Conference on Transport Theory (ICTT27), Bertinoro, Italy, July 10-16, 2022. +* [D. Y. Anistratov](../members/dmitriy_anistratov). Analysis of Noise Effects in Hybrid Transport Methods Based on Low-Order Moment Equations The 27th International Conference on Transport Theory (ICTT27), Bertinoro, Italy, July 10-16, 2022. * [I. Variansyah](../members/ilham_variansyah/) and [R. G. McClarren](../members/ryan_mcclarren/). “Performance of Population Control Techniques in Monte Carlo Reactor Criticality Simulation.” In *International Conference on Physics of Reactors*. Pittsburgh, Pennsylvania, USA (2022). @@ -138,9 +138,15 @@ for Thermal Radiation and Neutron Transport, M.S. project report, School of MIME # Presentations -* [J. P. Morgan](../members/joanna_morgan/), [I. Variansyah](../members/ilham_variansyah/), [T. S. Palmer](../members/todd_palmer/), and [K. E. Niemeyer](../members/kyle_niemeyer/). Exploring One-Cell Inversions for Transient Transport on GPUs. *18th Copper Mountain Conference On Iterative Methods*. Copper Mtn., CO, USA. (April 2024). [Available](https://doi.org/10.5281/zenodo.10207764) +* [C. T. Kelley](../members/ct_kelley/). Newton's Method in Three Precisions. *18th Copper Mountain Conference On Iterative Methods*. Copper Mtn., CO, USA. (April 2024). -* [J. P. Morgan](../members/joanna_morgan/), [I. Variansyah](../members/ilham_variansyah/), [B. Cuneo](../members/braxton_cuneo/), [T. S. Palmer](../members/todd_palmer/), and [K. E. Niemeyer](../members/kyle_niemeyer/). High Performance Python for Rapid Methods Development in Monte Carlo / Dynamic Code. *3rd Scientific Software Sustainability Conference (S3C) at National Laboratories Information Technology (NLIT) Summit*. Seattle, WA, USA (April 2024). [Available](https://doi.org/10.5281/zenodo.10207764) +* [D. Y. Anistratov](../members/dmitriy_anistratov). Stability Analysis of Two-Level Nonlinear Acceleration Method for the Linear Boltzmann Transport Equation. *18th Copper Mountain Conference On Iterative Methods*. Copper Mtn., CO, USA. (April 2024). + +* [J. P. Morgan](../members/joanna_morgan/), [I. Variansyah](../members/ilham_variansyah/), [T. S. Palmer](../members/todd_palmer/), and [K. E. Niemeyer](../members/kyle_niemeyer/). Exploring One-Cell Inversions for Transient Transport on GPUs. *18th Copper Mountain Conference On Iterative Methods*. Copper Mtn., CO, USA. (April 2024). + +* [B. Cuneo](../members/braxton_cuneo/). Abstracting and Accelerating GPU Processing through an Async Programming Interface. *3rd Scientific Software Sustainability Conference (S3C) at National Laboratories Information Technology (NLIT) Summit*. Seattle, WA, USA (April 2024). + +* [J. P. Morgan](../members/joanna_morgan/), [I. Variansyah](../members/ilham_variansyah/), [B. Cuneo](../members/braxton_cuneo/), [T. S. Palmer](../members/todd_palmer/), and [K. E. Niemeyer](../members/kyle_niemeyer/). High Performance Python for Rapid Methods Development in Monte Carlo / Dynamic Code. *3rd Scientific Software Sustainability Conference (S3C) at National Laboratories Information Technology (NLIT) Summit*. Seattle, WA, USA (April 2024). [Available](https://zenodo.org/doi/10.5281/zenodo.10961826) * [J. P. Morgan](../members/joanna_morgan/), [I. Variansyah](../members/ilham_variansyah/), [B. Cuneo](../members/braxton_cuneo/), [T. S. Palmer](../members/todd_palmer/), and [K. E. Niemeyer](../members/kyle_niemeyer/). Acceleration and Abstraction of Python based Monte Carlo Compute Kernels for Heterogeneous machines via Numba. *NUWEST*, Albuquerque, NM unable to attend due to weather. @@ -183,8 +189,8 @@ AZURV1 Benchmark”, American Nuclear Society Annual Meeting, Anaheim, CA, June # Poster Presentations -* [J. P. Morgan](../members/joanna_morgan/), [I. Variansyah](../members/ilham_variansyah/), [T. S. Palmer](../members/todd_palmer/), and [K. E. Niemeyer](../members/kyle_niemeyer/). “Exploring One-Cell Inversion Method for Transient Transport on GPU.” High Energy Density Summer School, San Diego, California. (July 2023) DOI [10.5281/zenodo.10515702](https://doi.org/10.5281/zenodo.10515702) - * [J. P. Morgan](../members/joanna_morgan/), T. J. Trahan, T. P. Burke, C. J. Josey, and [K. E. Niemeyer](../members/kyle_niemeyer/). “Hybrid-Delta Tracking on a Structured Mesh in MCATK.” International Conference on Mathematics and Computational Methods Applied to Nuclear Science and Engineering. Niagara Falls, Ontario, Canada (August 2023). DOI [10.5281/zenodo.10511913](https://doi.org/10.5281/zenodo.10511913) +* [J. P. Morgan](../members/joanna_morgan/), [I. Variansyah](../members/ilham_variansyah/), [T. S. Palmer](../members/todd_palmer/), and [K. E. Niemeyer](../members/kyle_niemeyer/). “Exploring One-Cell Inversion Method for Transient Transport on GPU.” High Energy Density Summer School, San Diego, California. (July 2023) DOI [10.5281/zenodo.10515702](https://doi.org/10.5281/zenodo.10515702). + * [K. B. Clements](../members/kayla_clements/), G. Geraci, & A. Olson. A Variance Deconvolution Approach to Uncertainty Quantification for Monte Carlo Radiation Transport. Society for Industrial and Applied Mathematics Conference on Uncertainty Quantification (SIAM UQ22), Atlanta, Georgia (Hybrid virtual). (April 2022) DOI. [10.5678/1234321](https://doi.org/10.5678/1234321) diff --git a/docs/assets/js/lunr/lunr-store.js b/docs/assets/js/lunr/lunr-store.js index 13868c43..44cbe2d8 100644 --- a/docs/assets/js/lunr/lunr-store.js +++ b/docs/assets/js/lunr/lunr-store.js @@ -28,18 +28,18 @@ var store = [{ "tags": [], "url": "/members/camille_palmer/", "teaser": "/assets/bio/camille_palmer.jpg" - },{ - "title": "Charles Goodman", - "excerpt":"Education M.S. Nuclear Engineering, North Carolina State University, Winter 2024 B.S. Nuclear Engineering, North Carolina State University, Spring 2020 ","categories": [], - "tags": [], - "url": "/members/charles_goodman/", - "teaser": "/assets/bio/charles_goodman.jpg" },{ "title": "C.T. Kelley", "excerpt":"Education Ph.D. Purdue University, Applied Mathematics, 1976 B.S. Vanberbilt University, Mathematics, 1973 Biography At North Carolina State University since 1978. Prior to arriving at NCSU, Kelley was an assistant scientist (aka postdoc) at the US Army Mathematics Research Center in Madison WI. Kelley is a Drexel Professor of Mathematics and is a fellow of the Society for Industrial and Applied Mathematics (SIAM) and the American Assocaiation for the Advancement of Science (AAAS). Research Kelley’s research interests are in linear/nonlinear equations, radiative transfer problems, multilevel methods for integral equations, optimal control, optimization of noisy functions, flow in porous media, and computational quantum chemistry and physics. ","categories": [], "tags": [], "url": "/members/ct_kelley/", "teaser": "/assets/bio/ct_kelley.jpg" + },{ + "title": "David Leep", + "excerpt":"Biography At CEMeNT, David is working on developing a translation function to convert OpenMC input files into MC/DC compatible base-line code for user configuration. This allows for a quick and easy conversion of OpenMC systems into MC/DC counterparts, useful for comparison between applications and learning MC/DC formatting. ","categories": [], + "tags": [], + "url": "/members/david_leep/", + "teaser": "/assets/bio/bio-photo.jpg" },{ "title": "Dmitriy Anistratov", "excerpt":"Education Ph.D., Mathematical and Physical Sciences, Institute of Mathematical Modeling (now Keldysh Institute of Applied Mathematics), Russian Academy of Sciences M.S.,Physics, Moscow Institute of Physics and Technology Biography Prior to joining NC State University in 2000, D. Anistratov was an R&D staff member at Keldysh Institute for Applied Mathematics, USSR Academy of Sciences and Institute for Mathematical Modeling of Russian Academy of Sciences, Visiting Assistant Professor at Department of Nuclear Engineering at Texas A&M University. D. Anistratov has been a consultant and guest scientist to the computational transport group (CCS-2) at Los Alamos National Laboratory. Research D. Anistratov works in the field of computational physics, numerical analysis, particle transport theory. His research includes development of numerical methods for solving the Boltzmann equation, computational methods for problems of neutron transport and thermal radiative transfer, iteration methods, multiscale methods for multiphysics problems, discretization schemes for partial differential equations, asymptotic analysis, methods for reduction of dimensionality, homogenization methods for reactor-physics applications etc. ","categories": [], @@ -60,7 +60,7 @@ var store = [{ "teaser": "/assets/bio/ilham_variansyah.jpg" },{ "title": "Joanna Piper Morgan", - "excerpt":"Education Ph.D. Mechanical Engineering, Oregon State University, 2025, In Progress M.S. Mechanical Engineering, Oregon State University, 2022 B.S. Mechanical Engineering, Oregon Institute of Technology, 2020 Biography At CEMeNT Joanna works on research to enable Python to run at Exascale using hardware code generating libraries. She is Dr. Niemeyer’s lab (NRG) and is currently on a co/op at Advanced Micro Devices (AMD) where she is adding ROCm compute capabilities to MC/DC. She also works in researching novel deterministic dynamic transport methods for GPU applications. She has previously worked at Los Alamos National Lab on adding delta tracking to a production Monte Carlo neutron transport code MCATK and researched novel variance reduction techniques for MC TRT applications. Before joining the center Joanna had previously worked at Argonne and Thomas Jefferson National Labs on particle accelerator magnet analysis. Joanna also manages this website (please email her if you spot any typos). For more info see her website Research Open source development methods for heterogenous exaclass compute hardware Acceleration and abstraction of Python for HPC applications Transient deterministic iterative methods for GPUs Variance reduction techniques for radiation transport Best practices for open source collaborative development ","categories": [], + "excerpt":"Education Ph.D. Mechanical Engineering, Oregon State University, 2025, In Progress M.S. Mechanical Engineering, Oregon State University, 2022 B.S. Mechanical Engineering, Oregon Institute of Technology, 2020 Biography At CEMeNT Joanna works on research to enable Python to run at Exascale on both CPUs and GPUs. She is also in Dr. Niemeyer’s lab (NRG) and is currently on a co/op at Advanced Micro Devices (AMD) where she is adding ROCm compute capabilities to MC/DC. She also works in researching novel deterministic dynamic transport methods for GPU applications. She has previously worked at Los Alamos National Lab on adding delta tracking to a production Monte Carlo neutron transport code MCATK and researched novel variance reduction techniques for MC TRT applications. Before joining the center Joanna had previously worked at Argonne and Thomas Jefferson National Labs on particle accelerator magnet analysis. Joanna also manages this website (please email her if you spot any typos). For more info see her website Research Open source development methods for heterogenous exaclass compute hardware Acceleration and abstraction of Python for HPC applications Transient deterministic iterative methods for GPUs Variance reduction techniques for radiation transport Best practices for open source collaborative development ","categories": [], "tags": [], "url": "/members/joanna_morgan/", "teaser": "/assets/bio/joanna_morgan.jpg" diff --git a/docs/collection-archive-grid/index.html b/docs/collection-archive-grid/index.html index 701ee5ce..82acbd22 100644 --- a/docs/collection-archive-grid/index.html +++ b/docs/collection-archive-grid/index.html @@ -416,19 +416,19 @@

- +

- Charles Goodman + C.T. Kelley

-

Graduate Student, North Carolina State University +

Researcher in Hybrid Methods, North Carolina State University

@@ -442,19 +442,19 @@

- +

- C.T. Kelley + David Leep

-

Researcher in Hybrid Methods, North Carolina State University +

Undergraduate Researcher, Oregon State University

diff --git a/docs/collection-archive/index.html b/docs/collection-archive/index.html index d7ad289a..7bd85c7c 100644 --- a/docs/collection-archive/index.html +++ b/docs/collection-archive/index.html @@ -406,14 +406,14 @@

- Charles Goodman + C.T. Kelley

-

Graduate Student, North Carolina State University +

Researcher in Hybrid Methods, North Carolina State University

@@ -430,14 +430,14 @@

- C.T. Kelley + David Leep

-

Researcher in Hybrid Methods, North Carolina State University +

Undergraduate Researcher, Oregon State University

diff --git a/docs/feed.xml b/docs/feed.xml index 2f166e20..623e9356 100644 --- a/docs/feed.xml +++ b/docs/feed.xml @@ -1,4 +1,4 @@ -Jekyll2024-04-11T09:51:00-07:00https://cement-psaap.github.io/feed.xmlCEMeNTCEMeNT is a PSAAP-III Focused Investigatory Center led by Oregon State University, with partner institutions University of Notre Dame and North Carolina State University.CEMeNTCEMeNT Graduate Students Finish Internships at NNSA Trilabs2021-09-15T00:00:00-07:002021-09-15T00:00:00-07:00https://cement-psaap.github.io/articles/intern-completeAll six of our center’s current graduate students completed summer internships within the trilabs, working on cutting edge research to fulfill the mission of the NNSA. Their dispersion around the trilabs demonstrates the tight knit relationship our center is building with them. Please see the list below for areas of research for our successful interns.

+Jekyll2024-04-23T09:41:49-07:00https://cement-psaap.github.io/feed.xmlCEMeNTCEMeNT is a PSAAP-III Focused Investigatory Center led by Oregon State University, with partner institutions University of Notre Dame and North Carolina State University.CEMeNTCEMeNT Graduate Students Finish Internships at NNSA Trilabs2021-09-15T00:00:00-07:002021-09-15T00:00:00-07:00https://cement-psaap.github.io/articles/intern-completeAll six of our center’s current graduate students completed summer internships within the trilabs, working on cutting edge research to fulfill the mission of the NNSA. Their dispersion around the trilabs demonstrates the tight knit relationship our center is building with them. Please see the list below for areas of research for our successful interns.

We would like to directly thank all the mentors who helped!

diff --git a/docs/mcdc/index.html b/docs/mcdc/index.html index 5c900674..44e2b034 100644 --- a/docs/mcdc/index.html +++ b/docs/mcdc/index.html @@ -291,7 +291,7 @@

Read the Docs M&C Intro Paper

-

Monte Carlo Dynamic code is the primary deliverable for the Center. +

Monte Carlo / Dynamic Code (MC/DC) is the primary deliverable for our center. It includes novel transport methods focused for transient neutron transport as well as an acceleration and abstraction software engineering scheme to make MC/DC a platform for rapid methods development in the felid. While MC/DC is where we deploy our novel algorithms and rapidly develop numerical methods for transient transport it is also intended to live beyond the length of the center. It includes a full testing library (unit, regression, verification, performance), continuous integration (via GitHub actions and chron jobs), issue tracking, documentation site, and published PR and contribution process.

diff --git a/docs/members/alexander_mote/index.html b/docs/members/alexander_mote/index.html index 7fb8dfa3..395abda3 100644 --- a/docs/members/alexander_mote/index.html +++ b/docs/members/alexander_mote/index.html @@ -36,7 +36,7 @@ - + @@ -272,7 +272,7 @@

- +
@@ -313,7 +313,7 @@

Biography

-

Updated:

+

Updated:

diff --git a/docs/members/ben_whewell/index.html b/docs/members/ben_whewell/index.html index ce831a4f..4f4a7ca2 100644 --- a/docs/members/ben_whewell/index.html +++ b/docs/members/ben_whewell/index.html @@ -36,7 +36,7 @@ - + @@ -272,7 +272,7 @@

- +
@@ -311,7 +311,7 @@

Biography

-

Updated:

+

Updated:

diff --git a/docs/members/braxton_cuneo/index.html b/docs/members/braxton_cuneo/index.html index c81c0a66..1e172b0d 100644 --- a/docs/members/braxton_cuneo/index.html +++ b/docs/members/braxton_cuneo/index.html @@ -36,7 +36,7 @@ - + @@ -276,7 +276,7 @@

- +
@@ -323,7 +323,7 @@

Research

-

Updated:

+

Updated:

diff --git a/docs/members/caleb_shaw/index.html b/docs/members/caleb_shaw/index.html index ea1e29d0..e9a3f58f 100644 --- a/docs/members/caleb_shaw/index.html +++ b/docs/members/caleb_shaw/index.html @@ -36,7 +36,7 @@ - + @@ -268,7 +268,7 @@

- +
@@ -309,7 +309,7 @@

Biography

-

Updated:

+

Updated:

diff --git a/docs/members/camille_palmer/index.html b/docs/members/camille_palmer/index.html index 522e2642..8d866bd9 100644 --- a/docs/members/camille_palmer/index.html +++ b/docs/members/camille_palmer/index.html @@ -36,7 +36,7 @@ - + @@ -276,7 +276,7 @@

- +
@@ -320,7 +320,7 @@

Research

-

Updated:

+

Updated:

@@ -342,7 +342,7 @@

Research

">Previous - Next diff --git a/docs/members/ct_kelley/index.html b/docs/members/ct_kelley/index.html index e72d8480..30b1387b 100644 --- a/docs/members/ct_kelley/index.html +++ b/docs/members/ct_kelley/index.html @@ -36,7 +36,7 @@ - + @@ -272,7 +272,7 @@

- +
@@ -318,7 +318,7 @@

Research

-

Updated:

+

Updated:

@@ -336,11 +336,11 @@

Research

diff --git a/docs/members/charles_goodman/index.html b/docs/members/david_leep/index.html similarity index 71% rename from docs/members/charles_goodman/index.html rename to docs/members/david_leep/index.html index efc3f95d..c5d1db7d 100644 --- a/docs/members/charles_goodman/index.html +++ b/docs/members/david_leep/index.html @@ -9,34 +9,34 @@ -Charles Goodman - CEMeNT - +David Leep - CEMeNT + - + - + - - + + - + - + - + @@ -47,7 +47,7 @@ - + @@ -167,18 +167,18 @@

- +

-

Graduate Student, North Carolina State University: NSE Dept.

+

Undergraduate Researcher, Oregon State University

@@ -192,11 +192,7 @@

-
  • Email
  • - - - -
  • GitHub
  • +
  • Email
  • @@ -266,16 +262,16 @@

    - - - + + +

    -

    @@ -286,12 +282,9 @@

    -

    Education

    +

    Biography

    -
      -
    • M.S. Nuclear Engineering, North Carolina State University, Winter 2024
    • -
    • B.S. Nuclear Engineering, North Carolina State University, Spring 2020
    • -
    +

    At CEMeNT, David is working on developing a translation function to convert OpenMC input files into MC/DC compatible base-line code for user configuration. This allows for a quick and easy conversion of OpenMC systems into MC/DC counterparts, useful for comparison between applications and learning MC/DC formatting.

    @@ -303,29 +296,29 @@

    Education

    -

    Updated:

    +

    Updated:

    diff --git a/docs/members/dmitriy_anistratov/index.html b/docs/members/dmitriy_anistratov/index.html index f9a6f858..33807fcf 100644 --- a/docs/members/dmitriy_anistratov/index.html +++ b/docs/members/dmitriy_anistratov/index.html @@ -36,7 +36,7 @@ - + @@ -268,7 +268,7 @@

    - +
    @@ -311,7 +311,7 @@

    Research

    -

    Updated:

    +

    Updated:

    @@ -329,7 +329,7 @@

    Research