Skip to content

Commit 4129113

Browse files
blaltermanclaude
andcommitted
docs(paper): convert table to grid format for controlled column widths
Replace simple pipe table with Pandoc grid table to enforce explicit column width constraints and enable text wrapping in PDF generation. Grid table column widths: - Library: ~10 characters - Purpose: ~32 characters (with wrapping) - Citation: ~39 characters (with wrapping) This prevents the middle "Purpose" column from rendering excessively wide in the PDF output. Grid tables give Pandoc precise control over LaTeX table column specifications, ensuring proper formatting across long entries. Ref: https://pandoc.org/MANUAL.html#tables 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 81e7c1c commit 4129113

1 file changed

Lines changed: 23 additions & 9 deletions

File tree

paper/paper.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,29 @@ Notably, there are several packages that support different elements of space phy
3737
Tools for the dedicated analysis of solar wind observations are noticeably absent.
3838
SolarWindPy fills this gap by providing a unified framework for analyzing solar wind observations in combination with relevant information about the spacecraft from which the observations were made.
3939

40-
Library | Purpose | Citation
41-
:--------:|:------------------------------------------------------:|:--------:
42-
AstroPy | Astronomical observations. | [@astropy:2013, @astropy:2018, @astropy:2022]
43-
SunPy | Remote sensing observations of the Sun. | [@sunpy_community2020, @MFC+20, @Barnes2020]
44-
PlasmaPy | Theoretical plasma physics. | [@plasmapy_community_2025_16747747]
45-
SpacePy | Timeseries analysis and magnetospheric modeling. | [@niehof2022spacepy, @spacepy_code]
46-
Pysat | Magnetospheric mission data analysis. | [@pysatcode, @Stoneback2018, @Stoneback2023]
47-
pySpedas | Retrieval and plotting of heliophysics timeseries. | [@Grimes2022]
48-
PyTplot | Timeseries and spectrograph data visualization. | [@pytplot2019]
40+
+----------+--------------------------------+---------------------------------------+
41+
| Library | Purpose | Citation |
42+
+==========+================================+=======================================+
43+
| AstroPy | Astronomical observations. | [@astropy:2013, @astropy:2018, |
44+
| | | @astropy:2022] |
45+
+----------+--------------------------------+---------------------------------------+
46+
| SunPy | Remote sensing observations | [@sunpy_community2020, @MFC+20, |
47+
| | of the Sun. | @Barnes2020] |
48+
+----------+--------------------------------+---------------------------------------+
49+
| PlasmaPy | Theoretical plasma physics. | [@plasmapy_community_2025_16747747] |
50+
+----------+--------------------------------+---------------------------------------+
51+
| SpacePy | Timeseries analysis and | [@niehof2022spacepy, |
52+
| | magnetospheric modeling. | @spacepy_code] |
53+
+----------+--------------------------------+---------------------------------------+
54+
| Pysat | Magnetospheric mission data | [@pysatcode, @Stoneback2018, |
55+
| | analysis. | @Stoneback2023] |
56+
+----------+--------------------------------+---------------------------------------+
57+
| pySpedas | Retrieval and plotting of | [@Grimes2022] |
58+
| | heliophysics timeseries. | |
59+
+----------+--------------------------------+---------------------------------------+
60+
| PyTplot | Timeseries and spectrograph | [@pytplot2019] |
61+
| | data visualization. | |
62+
+----------+--------------------------------+---------------------------------------+
4963

5064
The SolarWindPy framework utilizes a pythonic, class-based architecture that combines ion and magnetic field objects into a single, unified plasma.
5165
It is designed for both experienced researchers and to provide an intuitive scaffold for students learning to analyze spacecraft data.

0 commit comments

Comments
 (0)