You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ To contribute a new resource, follow these steps:
24
24
25
25
-**Awesome Fields**: You can add important meta-information for the resource list in the `awesome-` fields:
26
26
-`awesome-category`: The category of the paper, choose from `software, method, application, overview`.
27
-
-`awesome-tldr`: A short one-sentence summary of the paper (TL;DR = too long, didn't read). Please try to make the TLDR say more than the title. We know it's hard but it's well worth the effort because it helps others get the gist of a resource.
27
+
-`awesome-tldr`: A short one-sentence summary of the paper (TL;DR = too long, didn't read). Please try to make the TLDR say more than the title. We know it's hard, but it's well worth the effort because it helps others get the gist of a resource.
28
28
- These fields will **not** be included in the BibTeX export.
29
29
30
30
-**Awesome Links**: You can add any additional links using fields of the form `awesome-link-<key> = {<value>}`. These fields will create links in the `README.md`:
@@ -57,7 +57,7 @@ In the above example:
57
57
58
58
## Important Note
59
59
60
-
The `README.md` file is automatically generated from the `resources.bib` file by a GitHub Action workflow. **Do not edit the `README.md` file directly**, as your changes will be overwritten. Instead, make all changes by editing the `data.bib` file.
60
+
The `README.md` file is automatically generated from the `resources.bib` file by a GitHub Action workflow. **Do not edit the `README.md` file directly**, as your changes will be overwritten. Instead, make all changes by editing the `resources.bib` file.
title = {An amortized approach to non-linear mixed-effects modeling based on neural posterior estimation},
12
+
author = {Arruda, Jonas and Sch{\"a}lte, Yannik and Peiter, Clemens and Teplytska, Olga and Jaehde, Ulrich and Hasenauer, Jan},
13
+
booktitle = {Forty-first International Conference on Machine Learning},
14
+
year = {2024},
15
+
awesome-category = {method},
16
+
awesome-tldr = {Neural posterior estimation for hierarchical models, where the NPE is used in a first stage on a local level and then repeatedly used for global inference leveraging amortization.},
author = {Wang, Zijian and Hasenauer, Jan and Schälte, Yannik},
497
+
journal = {PLOS Computational Biology},
498
+
publisher = {Public Library of Science},
499
+
title = {Missing data in amortized simulation-based neural posterior estimation},
500
+
year = {2024},
501
+
month = {06},
502
+
volume = {20},
503
+
pages = {1-17},
504
+
number = {6},
505
+
awesome-category = {method},
506
+
awesome-tldr = {Encoding missing data in a time series by augmenting the data vector with binary indicators for presence or absence yields the most robust performance.},
0 commit comments