% Before compiling: run latex biblatex-asa.ins to create
% biblatex-asa.sty, biblatex-asa.bbx, and biblatex-asa.cbx
% (or use ./scripts/build.sh).
\documentclass{article}
% Direct style loading (no biblatex-asa.sty wrapper):
\usepackage[style=biblatex-asa,backend=biber]{biblatex}
\addbibresource{biblatex-asa-example.bib}

\begin{document}

\nocite{*}

\section*{In-text Citation Examples}

As \textcite{bernard1957} argues, experimental medicine is foundational.

Urbanization trends are discussed by \textcite{lee2021a} and \textcite{lee2021b}.

\textcite{deschenes2000} provide a computer file resource for supervised release studies.

According to \textcite{WHO2022}, global health is a major concern.

Mystery remains about the unknown year \parencite{doe_nodate}.

The gender significance of class is explored in \textcite{szelenyiForthcoming}.

Goodman analyzed latent structure in 1947 \parencite{goodman1947a, goodman1947b}.

See \parencite[63--93]{sampson1992} for a discussion of family management.

Several works address this topic \parencite{brown2022,kao2003,smith2020a}.

See dataset \textcite{charles1990} for more details.

See \textcite{usbc1960} for census data.

See \textcite{ASA1997} for the ASA action alert.

For example, some classic studies \parencite[e.g., ][]{abbott1981,phillips2001} have discussed this topic.

\printbibliography[title={REFERENCES}]

\end{document}
