From 8b932e64d0426eeaed9a350cd2209ada179f2b90 Mon Sep 17 00:00:00 2001 From: Noor Buchi Date: Sat, 14 May 2022 20:47:04 -0400 Subject: [PATCH] add repo citation --- preamble/abstract.tex | 2 +- preamble/bibliography.bib | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/preamble/abstract.tex b/preamble/abstract.tex index bfd5695..f1246b2 100755 --- a/preamble/abstract.tex +++ b/preamble/abstract.tex @@ -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, diff --git a/preamble/bibliography.bib b/preamble/bibliography.bib index ce47482..d51b8fd 100755 --- a/preamble/bibliography.bib +++ b/preamble/bibliography.bib @@ -276,4 +276,13 @@ @inproceedings{parnin keywords = {user studies, statistical debugging}, location = {Toronto, Ontario, Canada}, series = {ISSTA '11} -} \ No newline at end of file +} + +@misc{afluent, + title = {{AFLuent/AFLuent}}, + year = {2022}, + publisher = {GitHub}, + journal = {GitHub repository}, + howpublished = {\url{https://github.com/AFLuent/AFLuent}} +} +