Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend and Fix bibtex data #47

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,24 @@ If you are using `lib-bdd` in academic research, we'd very much appreciate a cit

```
@inproceedings{aeon,
title={AEON: attractor bifurcation analysis of parametrised boolean networks},
author={Bene{\v{s}}, Nikola and Brim, Lubo{\v{s}} and Kadlecaj, Jakub and Pastva, Samuel and {\v{S}}afr{\'a}nek, David},
booktitle={Computer Aided Verification: 32nd International Conference, CAV 2020, Los Angeles, CA, USA, July 21--24, 2020, Proceedings, Part I 32},
pages={569--581},
year={2020},
organization={Springer}
title = {{AEON}: {A}ttractor {B}ifurcation {A}nalysis of {P}arametrised {B}oolean {N}etworks},
author = {Bene{\v{s}}, Nikola
and Brim, Lubo{\v{s}}
and Kadlecaj, Jakub
and Pastva, Samuel
and {\v{S}}afr{\'a}nek, David},
year = {2020},
month = {07},
booktitle = {Computer Aided Verification},
editor = {Lahiri, Shuvendu K.
and Wang, Chao},
pages = {569 -- 581},
numPages = {13},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {12224},
isbn = {978-3-030-53288-8},
doi = {10.1007/978-3-030-53288-8\_28}
}
```

Expand Down
Loading