The American College of Surgeons׳ National Surgical Quality Improvement Program (ACS-NSQIP) is a de-identified data set released annually to researchers from participating hospitals. The main data set as of this publication contains 8,735,357 patient records from 700 hospitals across the United States and U.S. military hospitals around the world. The data sets contain individual patient demographics, pre-operative risk factors, pre-operative laboratory values, intra-operative variables, and post-operative outcomes up to 30 days after surgery. ACS-NSQIP is an invaluable source of high-quality data that has generated a large body of hypothesis-generating retrospective studies. Analysis of the data first requires thoughtful cleaning and joining of the individual data sets across the available 14 years of data. This is a repetitive, laborious, and error-prone process that would benefit from a standardized, open-source package.
Gala
is an Astropy-affiliated Python package for galactic dynamics. Python
enables wrapping low-level languages (e.g., C) for speed without losing
flexibility or ease-of-use in the user-interface. The API for Gala
was
designed to provide a class-based and user-friendly interface to fast (C or
Cython-optimized) implementations of common operations such as gravitational
potential and force evaluation, orbit integration, dynamical transformations,
and chaos indicators for nonlinear dynamics. Gala
also relies heavily on and
interfaces well with the implementations of physical units and astronomical
coordinate systems in the Astropy
package [@astropy] (astropy.units
and
astropy.coordinates
).
Gala
was designed to be used by both astronomical researchers and by
students in courses on gravitational dynamics or astronomy. It has already been
used in a number of scientific publications [@Pearson:2017] and has also been
used in graduate courses on Galactic dynamics to, e.g., provide interactive
visualizations of textbook material [@Binney:2008]. The combination of speed,
design, and support for Astropy functionality in Gala
will enable exciting
scientific explorations of forthcoming data releases from the Gaia mission
[@gaia] by students and experts alike.
Single dollars ($) are required for inline mathematics e.g. $f(x) = e^{\pi/x}$
Double dollars make self-standing equations:
$$\Theta(x) = \left{\begin{array}{l} 0\textrm{ if } x < 0\cr 1\textrm{ else} \end{array}\right.$$
Citations to entries in paper.bib should be in rMarkdown format.
For a quick reference, the following citation commands can be used:
- @author:2001
-> "Author et al. (2001)"
- [@author:2001]
-> "(Author et al., 2001)"
- [@author1:2001; @author2:2001]
-> "(Author1 et al., 2001; Author2 et al., 2002)"
Figures can be plotted like so:
plot(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.