Skip to content

Commit 6d4b1fe

Browse files
committed
2 parents 48c4f99 + 0810fc5 commit 6d4b1fe

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

README.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Contribution guide will follow ASAP.
1010

1111
- **Normalizing flows for probabilistic modeling and inference**
1212
Papamakarios, George, Nalisnick, Eric, Rezende, Danilo Jimenez, Mohamed, Shakir, Lakshminarayanan, Balaji
13-
<details>
14-
<summary>Show BibTeX</summary>
15-
<pre><code>
13+
<details>
14+
<summary>Show BibTeX</summary>
15+
<pre>```
1616
@article{papamakarios2021normalizing,
1717
category = {overview},
1818
numpages = {64},
@@ -28,18 +28,18 @@ Contribution guide will follow ASAP.
2828
title = {Normalizing flows for probabilistic modeling and inference},
2929
author = {Papamakarios, George and Nalisnick, Eric and Rezende, Danilo Jimenez and Mohamed, Shakir and Lakshminarayanan, Balaji}
3030
}
31-
</code></pre>
32-
</details>
31+
```</pre>
32+
</details>
3333

3434

3535
## Software
3636

3737
- **BayesFlow: Amortized Bayesian Workflows With Neural Networks**
3838
Stefan T. Radev, Marvin Schmitt, Lukas Schumacher, Lasse Elsemüller, Valentin Pratz, Yannik Schälte, Ullrich Köthe, Paul-Christian Bürkner
3939
[Link](https://bayesflow.org/)
40-
<details>
41-
<summary>Show BibTeX</summary>
42-
<pre><code>
40+
<details>
41+
<summary>Show BibTeX</summary>
42+
<pre>```
4343
@article{radev2023bayesflow,
4444
category = {software},
4545
journal = {Journal of Open Source Software},
@@ -53,16 +53,16 @@ Contribution guide will follow ASAP.
5353
url = {https://bayesflow.org/},
5454
doi = {10.21105/joss.05702}
5555
}
56-
</code></pre>
57-
</details>
56+
```</pre>
57+
</details>
5858

5959

6060
- **sbi: A toolkit for simulation-based inference**
6161
Alvaro Tejero-Cantero, Jan Boelts, Michael Deistler, Jan-Matthis Lueckmann, Conor Durkan, Pedro J. Gonçalves, David S. Greenberg, Jakob H. Macke
6262
[Link](https://sbi-dev.github.io/sbi/latest/)
63-
<details>
64-
<summary>Show BibTeX</summary>
65-
<pre><code>
63+
<details>
64+
<summary>Show BibTeX</summary>
65+
<pre>```
6666
@article{tejero-cantero2020sbi,
6767
category = {software},
6868
journal = {Journal of Open Source Software},
@@ -76,18 +76,18 @@ Contribution guide will follow ASAP.
7676
url = {https://sbi-dev.github.io/sbi/latest/},
7777
doi = {10.21105/joss.02505}
7878
}
79-
</code></pre>
80-
</details>
79+
```</pre>
80+
</details>
8181

8282

8383
## Paper
8484

8585
- **Neural Importance Sampling for Rapid and Reliable Gravitational-Wave Inference**
8686
Dax, Maximilian, Green, Stephen R., Gair, Jonathan, P\"{u}rrer, Michael, Wildberger, Jonas, Macke, Jakob H., Buonanno, Alessandra, Sch\"{o}lkopf, Bernhard
8787
[Link](http://dx.doi.org/10.1103/PhysRevLett.130.171403)
88-
<details>
89-
<summary>Show BibTeX</summary>
90-
<pre><code>
88+
<details>
89+
<summary>Show BibTeX</summary>
90+
<pre>```
9191
@article{dax2023neural,
9292
category = {paper},
9393
year = {2023},
@@ -101,15 +101,15 @@ Contribution guide will follow ASAP.
101101
volume = {130},
102102
title = {Neural Importance Sampling for Rapid and Reliable Gravitational-Wave Inference}
103103
}
104-
</code></pre>
105-
</details>
104+
```</pre>
105+
</details>
106106

107107

108108
- **JANA: Jointly Amortized Neural Approximation of Complex Bayesian Models**
109109
Radev, Stefan T., Schmitt, Marvin, Pratz, Valentin, Picchini, Umberto, K\"othe, Ullrich, B\"urkner, Paul-Christian
110-
<details>
111-
<summary>Show BibTeX</summary>
112-
<pre><code>
110+
<details>
111+
<summary>Show BibTeX</summary>
112+
<pre>```
113113
@inproceedings{radev2023jana,
114114
category = {paper},
115115
publisher = {PMLR},
@@ -122,16 +122,16 @@ Contribution guide will follow ASAP.
122122
author = {Radev, Stefan T. and Schmitt, Marvin and Pratz, Valentin and Picchini, Umberto and K\"othe, Ullrich and B\"urkner, Paul-Christian},
123123
title = {{JANA: Jointly Amortized Neural Approximation of Complex Bayesian Models}}
124124
}
125-
</code></pre>
126-
</details>
125+
```</pre>
126+
</details>
127127

128128

129129
- **ASPIRE: Iterative Amortized Posterior Inference for Bayesian Inverse Problems**
130130
Rafael Orozco, Ali Siahkoohi, Mathias Louboutin, Felix J. Herrmann
131131
[Link](https://arxiv.org/abs/2405.05398)
132-
<details>
133-
<summary>Show BibTeX</summary>
134-
<pre><code>
132+
<details>
133+
<summary>Show BibTeX</summary>
134+
<pre>```
135135
@misc{orozco2024aspire,
136136
category = {paper},
137137
url = {https://arxiv.org/abs/2405.05398},
@@ -140,7 +140,7 @@ Contribution guide will follow ASAP.
140140
title = {ASPIRE: Iterative Amortized Posterior Inference for Bayesian Inverse Problems},
141141
author = {Rafael Orozco and Ali Siahkoohi and Mathias Louboutin and Felix J. Herrmann}
142142
}
143-
</code></pre>
144-
</details>
143+
```</pre>
144+
</details>
145145

146146

0 commit comments

Comments
 (0)