Skip to content

Commit fbeae39

Browse files
committed
SAIV25 slides
1 parent 22f8414 commit fbeae39

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

.vscode/settings.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
}

_bibliography/papers.bib

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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},

_data/socials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
email: 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
Binary file not shown.

0 commit comments

Comments
 (0)