Skip to content

Commit 381d001

Browse files
committed
add authors and acks to README
1 parent d9f7b9e commit 381d001

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ our scripts for running the tool, so the steps shown in the paper submission
1616
may differ from the ones below. Additionally, the directory structures
1717
may differ from the ones shown in the demo video.
1818

19+
[ase-paper]: https://users.ece.utexas.edu/~gligoric/papers/CelikETAL19mCoq.pdf
20+
1921
## Requirements
2022

2123
- [OCaml 4.07.1](https://ocaml.org)
@@ -69,6 +71,20 @@ For large Coq projects, it is recommended to set the `--threads` option
6971
to at least the number of CPU cores in the machine, since mutation analysis
7072
may otherwise take a very long time to complete.
7173

72-
[ase-paper]: https://users.ece.utexas.edu/~gligoric/papers/CelikETAL19mCoq.pdf
7374
[structtact-repo]: https://github.com/uwplse/StructTact
7475
[structtact-revision]: https://github.com/uwplse/StructTact/commit/82a85b7ec07e71fa6b30cfc05f6a7bfb09ef2510
76+
77+
## Authors
78+
79+
- [Ahmet Celik](https://ahmet-celik.github.io)
80+
- [Emilio Jesús Gallego Arias](https://www.irif.fr/~gallego/)
81+
- [Milos Gligoric](http://users.ece.utexas.edu/~gligoric/)
82+
- Kush Jain
83+
- [Karl Palmskog](https://setoid.com)
84+
- Marinela Parovic
85+
86+
## Acknowledgements
87+
88+
The mCoq developers thank Arthur Charguéraud, Georges Gonthier, Farah Hariri,
89+
Robbert Krebbers, Pengyu Nie, Zachary Tatlock, James R. Wilcox and Théo Zimmermann
90+
for their feedback on this work.

0 commit comments

Comments
 (0)