Skip to content

Commit

Permalink
Update STATUS.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
phamquiluan authored Apr 30, 2024
1 parent 978d5b3 commit 929fa91
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions STATUS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# STATUS

We apply for the Available and Reusable badges.
We believe our artifact meets the requirements for the two badges in the [artifact submission guideline](https://2024.esec-fse.org/track/fse-2024-artifacts).

Expand All @@ -7,8 +9,7 @@ We believe our artifact meets the requirements for the two badges in the [artifa


* **Reusable**: Our artifact is "Reusable" (and also "Functional") as we meet the following five criteria (the first four are the criteria for "Functional" badge) mentioned in the [artifact submission guideline](https://2024.esec-fse.org/track/fse-2024-artifacts).
* _Documented_: We provide the following documents necessary for using our artifact: (1) README, (2) REQUIREMENTS, (3) STATUS, (4) LICENSE, (5) INSTALL, and (6) a copy of the accepted paper.
* _Consistent & Complete_: We provide concrete steps for reproducing the main experimental results in the paper.
* _Exercisable_: We provide scripts and related commands for running experiments.
* _Reusable for Future Researches_: We provide a PyPI package [fse-baro](https://pypi.org/project/fse-baro/) with a Google Colab Notebook ([![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1znckFNPny9zU0Rlc9_Q99E6h3hsJq764?usp=sharing)
) that provides concrete instructions for running BARO with metrics data. Thus, other researchers can use BARO in their own research.
* _Documented_: We provide the following documents necessary for using our artifact: (1) [README.md](README.md), (2) [REQUIREMENTS.md](REQUIREMENTS.md), (3) [STATUS.md](STATUS.md), (4) [LICENSE](LICENSE), (5) [INSTALL.md](INSTALL.md), and (6) a copy of the accepted paper.
* _Consistent & Complete_: We provide concrete steps for reproducing the main experimental results in the paper using our public artifacts, as described in Section [README.md#reproducibility](https://github.com/phamquiluan/baro/tree/main?tab=readme-ov-file#reproducibility).
* _Exercisable_: We provide three tutorials at directory [./tutorials](tutorials) in the Jupyter Notebook format, which can also be opened using Google Colab. In addition, we also add unit tests for main functions at [./tests/test.py](./tests/test.py) file.
* _Reusable for Future Researches_: We have published our BARO as a PyPI package [fse-baro](https://pypi.org/project/fse-baro/) and provided concrete instructions to install and use BARO (as described above). In addition, we also provide unit-tests and adopt Continuous Integration (CI) tools to perform testing automatically in daily manner to detect and prevent code rot, see [.circleci/config.yml](.circleci/config.yml). Thus, we believe that other researchers can use BARO in their own research.

0 comments on commit 929fa91

Please sign in to comment.