Skip to content

Commit 9f6c7a6

Browse files
authored
Move author list to landing page (#104)
1 parent c34e846 commit 9f6c7a6

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

docs/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Welcome to CN
22

3+
_These tutorials and docs were developed by Christopher Pulte, Benjamin C.
4+
Pierce, and Cole Schlesinger, with contributions from Elizbeth Austell._
5+
6+
??? info "BibTeX"
7+
```
8+
@misc{cn-tutorial,
9+
author = {Christopher Pulte and Benjamin C. Pierce and Cole Schlesinger and Elizabeth Austell},
10+
title = {{CN tutorial}},
11+
howpublished = "\url{https://rems-project.github.io/cn-tutorial/}",
12+
year = {2024},
13+
note = "[Online; accessed 26-October-2024]"
14+
}
15+
```
16+
317
CN is an extension of the C programming language for testing and verifying the
418
correctness of C code, especially on low-level systems code. Compared to
519
standard C, CN checks not only that expressions and statements follow the

docs/getting-started/tutorials/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# CN Tutorials
22

3-
_These tutorials were developed by Christopher Pulte and Benjamin C. Pierce,
4-
with contributions from Elizbeth Austell and Cole Schlesinger._
5-
63
These tutorials introduce CN through a series of examples, starting with basic
74
usage of CN on simple arithmetic functions and slowly moving towards more
85
elaborate separation logic specifications of data structures.

0 commit comments

Comments
 (0)