From 045852790e0b9e0f5ab44796cc38c10f0b305fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stiof=C3=A1in=20Fordham?= <17852477+sdfordham@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:29:23 +0000 Subject: [PATCH] Update README.md with bibtex --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ea507e8..82f010d 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,17 @@ Documentation is available on [github-pages](https://sdfordham.github.io/pysynco - The Economic Costs of Conflict: A Case Study of the Basque Country, Alberto Abadie and Javier Gardeazabal; The American Economic Review Vol. 93, No. 1 (Mar., 2003), pp. 113-132. ([notebook here](examples/basque.ipynb)) - The worked example 'Prison construction and Black male incarceration' from the last chapter of 'Causal Inference: The Mixtape' by Scott Cunningham. ([notebook here](examples/texas.ipynb)) - Comparative Politics and the Synthetic Control Method, Alberto Abadie, Alexis Diamond and Jens Hainmueller; American Journal of Political Science Vol. 59, No. 2 (April 2015), pp. 495-510. ([notebook here](examples/germany.ipynb)) + +## Citation + +If you use this package in your research, you can cite it as below. + +``` +@software{pysyncon, + author = {Fordham, Stiofán}, + month = dec, + title = {{pysyncon: a Python package for the Synthetic Control Method}}, + url = {https://github.com/sdfordham/pysyncon}, + year = {2022} +} +```