Skip to content

Commit

Permalink
add repo citation
Browse files Browse the repository at this point in the history
  • Loading branch information
Noor Buchi committed May 15, 2022
1 parent 004ee0d commit 8b932e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion preamble/abstract.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ \chapter*{Abstract}
developers. To reduce the time spent on debugging code, many efforts have been
focused to automate this process. Spectrum-Based fault localization is one of
the ways developers can rank statement based on their potential of being faulty.
This research proposes \href{https://github.com/noorbuchi/AFLuent}{\emph{AFLuent}},an easy to use Spectrum-Based
This research proposes \href{https://github.com/noorbuchi/AFLuent}{\emph{AFLuent}}\cite{afluent},an easy to use Spectrum-Based
fault localization tool integrated directly into Python's testing framework,
Pytest, making it user friendly for installation and usage. The
tool implements four main SBFL equations, Tarantula, Ochiai, Ochiai2, and DStar,
Expand Down
11 changes: 10 additions & 1 deletion preamble/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,13 @@ @inproceedings{parnin
keywords = {user studies, statistical debugging},
location = {Toronto, Ontario, Canada},
series = {ISSTA '11}
}
}

@misc{afluent,
title = {{AFLuent/AFLuent}},
year = {2022},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/AFLuent/AFLuent}}
}

0 comments on commit 8b932e6

Please sign in to comment.