File tree Expand file tree Collapse file tree 4 files changed +32
-2
lines changed
Expand file tree Collapse file tree 4 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "workbench.view.alwaysShowHeaderActions" : true ,
3+ "workbench.tree.renderIndentGuides" : " none" ,
4+ "[pvs]" : {
5+ "editor.wordSeparators" : " `~!@#$%^&*()-=+[{]}|;:'\" ,.<>/"
6+ },
7+ "files.exclude" : {
8+ "**/.git" : true ,
9+ "**/.svn" : true ,
10+ "**/.hg" : true ,
11+ "**/.DS_Store" : true ,
12+ "**/Thumbs.db" : true ,
13+ "**/CVS" : true ,
14+ "**/.ruby-lsp" : true ,
15+ "**/*.???~" : true ,
16+ "**/.pvscontext" : true ,
17+ "**/pvsbin" : true ,
18+ "**/*.jprf" : true ,
19+ "**/*.prf" : true ,
20+ "**/orphaned-proofs.prf" : true ,
21+ "**/*_adt.pvs" : false ,
22+ "**/*.log" : false ,
23+ "**/.vscode" : true
24+ },
25+ "files.readonlyInclude" : {
26+ "**/*.tccs" : true ,
27+ "**/*.summary" : true
28+ }
29+ }
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ @inproceedings{sayed2025bridgingneuraloderesnet
1515 archivePrefix ={ arXiv} ,
1616 primaryClass ={ cs.LG} ,
1717 url ={ https://openreview.net/forum?id=8r0dHcrZ2j} ,
18- pdf ={ https://arxiv.org/abs/2506.03227} ,
18+ pdf ={ https://openreview.net/forum?id=8r0dHcrZ2j} ,
19+ slides ={ 2025_Abdelrahman_Sayed_SAIV25_slides.pdf} ,
1920 code ={ https://github.com/ab-sayed/Formal-Error-Bound-for-Safety-Verification-of-neural-ODE} ,
2021 abbr ={ AI} ,
2122 preview ={ SAIV25.gif} ,
Original file line number Diff line number Diff line change 1010email : abdelrahman.ibrahim@univ-eiffel.fr # your email address
1111# facebook_id: absayed # your facebook id
1212# flickr_id: # your flickr id
13- # github_username: absayed # your GitHub user name
13+ github_username : ab-sayed # your GitHub user name
1414# gitlab_username: absayed # your GitLab user name
1515# ieee_id: # your ieeexplore.ieee.org/author/id
1616# inspirehep_id: 1010907 # Inspire HEP author ID
You can’t perform that action at this time.
0 commit comments