Skip to content

Commit

Permalink
Add reference to SC22 paper
Browse files Browse the repository at this point in the history
  • Loading branch information
calccrypto committed Dec 19, 2022
1 parent b241b01 commit 35f81d8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ This directory contains documentation on what GUFI is, how this repository is st
how to build GUFI, and how to run GUFI.

## Full Documentation
The full documentation can be found at [GUFI.docx](GUFI.docx).
Documentation can be found at [GUFI.docx](GUFI.docx) and in the Supercomputing 2022 paper:

Dominic Manno, Jason Lee, Prajwal Challa, Qing Zheng, David Bonnie, Gary Grider, and Bradley Settlemyer. 2022. GUFI: fast, secure file system metadata search for both privileged and unprivileged users. In Proceedings of the International Conference on High Performance Computing, Networking, Storage and Analysis (SC '22). IEEE Press, Article 57, 1–14. https://dl.acm.org/doi/abs/10.5555/3571885.3571960

## Guides
[User, administrator, and developer guides](latex) will be placed into
`docs/latex/pdfs` if building them was enabled with the CMake
configuration `-DBUILD_LATEX_DOCS=On`.
Expand Down Expand Up @@ -59,4 +62,4 @@ Please see [INSTALL](/INSTALL).
- [SQL Schemas](SQLSchemas)
- [SQL Functions](SQLFunctions)
- [Tests](tests)
- [Notes](NOTES.txt)
- [Notes](NOTES.txt)

0 comments on commit 35f81d8

Please sign in to comment.