From 8285f68cbc60f6516f12cf25b34e731fff99fc3d Mon Sep 17 00:00:00 2001 From: Carlisle Wishard Date: Fri, 3 Mar 2023 10:32:37 -0500 Subject: [PATCH] fixed affiliations and added statement of need header --- paper/paper.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/paper/paper.md b/paper/paper.md index 7e5955b72..de62341e8 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -9,6 +9,7 @@ tags: - Planetary Systems authors: - name: Carlisle Wishard + orcid: 0009-0001-0733-3268 equal-contrib: true corresponding: true affiliation: 1 @@ -16,19 +17,19 @@ authors: equal-contrib: true affiliation: 1 - name: Jennifer Pouplin - affiliation: 2 + affiliation: "1, 2" - name: Jake Elliott - affiliation: 3 + affiliation: "1, 3" - name: Dana Singh - affiliation: 4 + affiliation: "1, 4" affiliations: - name: Department of Earth, Atmospheric, and Planetary Sciences, Purdue University, USA index: 1 - - name: Department of Earth, Atmospheric, and Planetary Sciences, Purdue University, USA; currently at Metrea Orbital Effects, USA + - name: Metrea Orbital Effects, USA index: 2 - - name: Department of Earth, Atmospheric, and Planetary Sciences, Purdue University, USA; currently at Verisk, USA + - name: Verisk, USA index: 3 - - name: Department of Earth, Atmospheric, and Planetary Sciences, Purdue University, USA; currently at SAIC, USA + - name: SAIC, USA index: 4 date: 03 March 2023 bibliography: paper.bib @@ -38,10 +39,13 @@ bibliography: paper.bib The dynamical evolution of planetary systems is dominated by gravitational interactions between massive bodies. Determining the orbits of massive bodies over long time scales is the first step towards understanding the formation and evolution of planets, moons, asteroids, comets, and more. To model these systems, which often include hundreds or thousands of gravitationally interacting bodies, a numerical tool called an N-body integrator is often employed. +# Statement of Need + `Swiftest` is a software package designed to model gravitationally dominated systems. The main body of the program is written in Modern Fortran, taking advantage of the object-oriented capabilities included with Fortran 2003 and the parallel capabilities included with Fortran 2008 and Fortran 2018. `Swiftest` also includes a Python package that allows the user to quickly generate input and process output from the main integrator. `Swiftest` uses a NetCDF output file format which makes data analysis with the `Swiftest` Python package a streamlined and flexible process for the user. Building off a strong legacy, including its predecessors `Swifter` [@Duncan:1998] and `Swift` [@Levison:1994], `Swiftest` takes the next step in modeling gravitationally dominated systems by including collisional fragmentation. Our collisional fragmentation algorithm, `Fraggle` (based on the work of @Leinhardt:2012), is designed to resolve collisions between massive bodies and generate collisional debris. `Swiftest` fully incorporates this debris into the gravitational system, evolving these new bodies along with pre-existing bodies. This allows for a more complete model of the orbital evolution of the system and the growth of massive bodies. The combination of modern programming practices, flexible data processing tools, and the latest advances in the field of collisional dynamics make `Swiftest` the ideal tool for studying the formation of planetary systems, the growth of planetary moons, the evolution of asteroid families, and beyond. -# References \ No newline at end of file +# References +