Skip to content

Commit

Permalink
Move author list to landing page (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
thatplguy authored Nov 22, 2024
1 parent c34e846 commit 9f6c7a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
14 changes: 14 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Welcome to CN

_These tutorials and docs were developed by Christopher Pulte, Benjamin C.
Pierce, and Cole Schlesinger, with contributions from Elizbeth Austell._

??? info "BibTeX"
```
@misc{cn-tutorial,
author = {Christopher Pulte and Benjamin C. Pierce and Cole Schlesinger and Elizabeth Austell},
title = {{CN tutorial}},
howpublished = "\url{https://rems-project.github.io/cn-tutorial/}",
year = {2024},
note = "[Online; accessed 26-October-2024]"
}
```

CN is an extension of the C programming language for testing and verifying the
correctness of C code, especially on low-level systems code. Compared to
standard C, CN checks not only that expressions and statements follow the
Expand Down
3 changes: 0 additions & 3 deletions docs/getting-started/tutorials/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# CN Tutorials

_These tutorials were developed by Christopher Pulte and Benjamin C. Pierce,
with contributions from Elizbeth Austell and Cole Schlesinger._

These tutorials introduce CN through a series of examples, starting with basic
usage of CN on simple arithmetic functions and slowly moving towards more
elaborate separation logic specifications of data structures.
Expand Down

0 comments on commit 9f6c7a6

Please sign in to comment.