generated from JuliaReach/JuliaReachTemplatePkg.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use DocumenterCitations for bibliography
- Loading branch information
Showing
9 changed files
with
113 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
[deps] | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244" | ||
|
||
[compat] | ||
Documenter = "1" | ||
DocumenterCitations = "1.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.citation dl { | ||
display: grid; | ||
grid-template-columns: max-content auto; } | ||
.citation dt { | ||
grid-column-start: 1; } | ||
.citation dd { | ||
grid-column-start: 2; | ||
margin-bottom: 0.75em; } | ||
.citation ul { | ||
padding: 0 0 2.25em 0; | ||
margin: 0; | ||
list-style: none !important;} | ||
.citation ul li { | ||
text-indent: -2.25em; | ||
margin: 0.33em 0.5em 0.5em 2.25em;} | ||
.citation ol li { | ||
padding-left:0.75em;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Bibliography | ||
|
||
```@bibliography | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
|
||
@inproceedings{GehrMDTCV18, | ||
author = {Timon Gehr and | ||
Matthew Mirman and | ||
Dana Drachsler{-}Cohen and | ||
Petar Tsankov and | ||
Swarat Chaudhuri and | ||
Martin T. Vechev}, | ||
title = {{AI2:} Safety and Robustness Certification of Neural Networks with | ||
Abstract Interpretation}, | ||
booktitle = {2018 {IEEE} Symposium on Security and Privacy, {SP} 2018, Proceedings, | ||
21-23 May 2018, San Francisco, California, {USA}}, | ||
pages = {3--18}, | ||
publisher = {{IEEE} Computer Society}, | ||
year = {2018}, | ||
url = {https://doi.org/10.1109/SP.2018.00058}, | ||
doi = {10.1109/SP.2018.00058}, | ||
timestamp = {Fri, 24 Mar 2023 00:03:11 +0100}, | ||
biburl = {https://dblp.org/rec/conf/sp/GehrMDTCV18.bib}, | ||
bibsource = {dblp computer science bibliography, https://dblp.org} | ||
} | ||
|
||
@inproceedings{SinghGMPV18, | ||
author = {Gagandeep Singh and | ||
Timon Gehr and | ||
Matthew Mirman and | ||
Markus P{\"{u}}schel and | ||
Martin T. Vechev}, | ||
editor = {Samy Bengio and | ||
Hanna M. Wallach and | ||
Hugo Larochelle and | ||
Kristen Grauman and | ||
Nicol{\`{o}} Cesa{-}Bianchi and | ||
Roman Garnett}, | ||
title = {Fast and Effective Robustness Certification}, | ||
booktitle = {Advances in Neural Information Processing Systems ({NeurIPS})}, | ||
pages = {10825--10836}, | ||
year = {2018}, | ||
url = {https://proceedings.neurips.cc/paper/2018/hash/f2f446980d8e971ef3da97af089481c3-Abstract.html} | ||
} | ||
|
||
@inproceedings{IvanovWAPL19, | ||
author = {Radoslav Ivanov and | ||
James Weimer and | ||
Rajeev Alur and | ||
George J. Pappas and | ||
Insup Lee}, | ||
editor = {Necmiye Ozay and | ||
Pavithra Prabhakar}, | ||
title = {Verisig: verifying safety properties of hybrid systems with neural | ||
network controllers}, | ||
booktitle = {Hybrid Systems: Computation and Control ({HSCC})}, | ||
pages = {169--178}, | ||
publisher = {{ACM}}, | ||
year = {2019}, | ||
url = {https://doi.org/10.1145/3302504.3311806}, | ||
doi = {10.1145/3302504.3311806} | ||
} | ||
|
||
@inproceedings{Kochdumper0AB23, | ||
author = {Niklas Kochdumper and | ||
Christian Schilling and | ||
Matthias Althoff and | ||
Stanley Bak}, | ||
editor = {Kristin Yvonne Rozier and | ||
Swarat Chaudhuri}, | ||
title = {Open- and Closed-Loop Neural Network Verification Using Polynomial | ||
Zonotopes}, | ||
booktitle = {{NASA} Formal Methods ({NFM})}, | ||
series = {LNCS}, | ||
volume = {13903}, | ||
pages = {16--36}, | ||
publisher = {Springer}, | ||
year = {2023}, | ||
url = {https://doi.org/10.1007/978-3-031-33170-1_2}, | ||
doi = {10.1007/978-3-031-33170-1_2} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters