From e53ab2a79c116150cfd2a7e5ee1bab4ee96be992 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Fri, 17 Nov 2023 16:27:01 -0500 Subject: [PATCH 1/3] Add README sections on known users of BridgeStan --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index a0bb83f4..27a572ec 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,29 @@ in Python, Julia, R, Rust, and C. Examples of other functionality can be found in the `test` folder for each interface. +## Software Using BridgeStan + +The following are some projects we are aware of that use BridgeStan. If you know of others, please let us know! + +### Julia + +- https://github.com/sethaxen/StanLogDensityProblems.jl +- https://github.com/Julia-Tempering/Pigeons.jl +- https://github.com/TuringLang/TuringBenchmarking.jl + +### Python + +- https://github.com/pymc-devs/nutpie +- https://github.com/UoL-SignalProcessingGroup/retrospectr + + +## Research Using BridgeStan + +If you use BridgeStan in your research, please consider citing our paper [on JOSS](https://joss.theoj.org/papers/10.21105/joss.05236). + +- *Verified Density Compilation for a Probabilistic Programming Language* https://doi.org/10.1145/3591245 + + ## Acknowledgements The Julia and Python APIs were derived from the From 1e90de7084988cb013ac4dbd2d20b79959a6aa8b Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Fri, 17 Nov 2023 16:59:20 -0500 Subject: [PATCH 2/3] Wording tweaks --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27a572ec..e7edee5c 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,9 @@ in Python, Julia, R, Rust, and C. Examples of other functionality can be found in the `test` folder for each interface. -## Software Using BridgeStan +## Software using BridgeStan -The following are some projects we are aware of that use BridgeStan. If you know of others, please let us know! +We are aware of the following projects using BridgeStan. ### Julia @@ -90,9 +90,9 @@ The following are some projects we are aware of that use BridgeStan. If you know - https://github.com/UoL-SignalProcessingGroup/retrospectr -## Research Using BridgeStan +## Research using BridgeStan -If you use BridgeStan in your research, please consider citing our paper [on JOSS](https://joss.theoj.org/papers/10.21105/joss.05236). +If you use BridgeStan in your research, please consider citing [our JOSS paper](https://joss.theoj.org/papers/10.21105/joss.05236). - *Verified Density Compilation for a Probabilistic Programming Language* https://doi.org/10.1145/3591245 From 2faa2f2dca7c51d6413edcdd4563d72163e8f1d7 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Mon, 27 Nov 2023 15:30:53 -0500 Subject: [PATCH 3/3] More papers --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7edee5c..9c09c9d1 100644 --- a/README.md +++ b/README.md @@ -92,10 +92,12 @@ We are aware of the following projects using BridgeStan. ## Research using BridgeStan -If you use BridgeStan in your research, please consider citing [our JOSS paper](https://joss.theoj.org/papers/10.21105/joss.05236). - -- *Verified Density Compilation for a Probabilistic Programming Language* https://doi.org/10.1145/3591245 +If you use BridgeStan in your research, please consider citing [our JOSS paper](https://joss.theoj.org/papers/10.21105/joss.05236) +and letting us know so we list your project here. +- [*Verified Density Compilation for a Probabilistic Programming Language*](https://doi.org/10.1145/3591245) +- [*Variational Inference with Gaussian Score Matching*](https://arxiv.org/pdf/2307.07849.pdf) +- [*Stein Π-Importance Sampling*](https://arxiv.org/pdf/2305.10068.pdf) ## Acknowledgements