Skip to content

Commit 55bfe96

Browse files
committed
Remove all-caps headings in VMCAI25 artifact description
1 parent 5c9b5fb commit 55bfe96

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/artifact-descriptions/vmcai25.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ The artifact contains [Goblint at `vmcai25` git tag](https://github.com/goblint/
99

1010
-------------------------------------------------------------------------------
1111

12-
## OVERVIEW
12+
## Overview
1313

1414
This artifact contains the following components:
1515

16-
EVALUATION RESULTS :: The evaluation results, and overview tables (HTML)
16+
Evaluation Results :: The evaluation results, and overview tables (HTML)
1717
generated from the raw data.
18-
SOURCE CODE :: Source code for Goblint and Ultimate GemCutter,
18+
Source Code :: Source code for Goblint and Ultimate GemCutter,
1919
the verification tools used in the experiments
2020
for the paper.
21-
VERIFIER BINARIES :: Binaries for Goblint and Ultimate GemCutter.
22-
BENCHMARK PROGRAMS :: Benchmarks used for evaluation of the verifiers.
23-
BENCHMARK WITNESSES :: The witnesses generated by Goblint, as used in the
21+
Verifier Binaries :: Binaries for Goblint and Ultimate GemCutter.
22+
Benchmark Programs :: Benchmarks used for evaluation of the verifiers.
23+
Benchmark Witnesses :: The witnesses generated by Goblint, as used in the
2424
experiments.
25-
BENCHEXEC TOOL :: The BenchExec benchmarking tool can be used
25+
BenchExec Tool :: The BenchExec benchmarking tool can be used
2626
to replicate our results on these benchmarks.
2727

2828
The next section gives instructions on how to setup and quickly get an overview of the artifact.
@@ -31,7 +31,7 @@ The final section gives information on how to reuse this artifact.
3131

3232
-------------------------------------------------------------------------------
3333

34-
## GETTING STARTED
34+
## Getting Started
3535

3636
### 1. Setup
3737

@@ -67,7 +67,7 @@ The times for the Table 2 are given first in seconds and then pretty-printed as
6767

6868
For a more detailed inspection and visualization of the data, take a look at the generated HTML report.
6969
Just open the file `~/witness-validation/paper-evaluation/results.2024-09-24_22-00-48.table.html` in firefox.
70-
For detailed information, see the "EVALUATION RESULTS" section below.
70+
For detailed information, see the "Evaluation Results" section below.
7171

7272
### 3. Quick Test of the Benchmark Setup
7373

@@ -192,7 +192,7 @@ Naturally, changes to the timeout or memory are expected to affect the evaluatio
192192

193193
----------------------------------------------------------------------------------
194194

195-
## EVALUATION RESULTS
195+
## Evaluation Results
196196

197197
The evaluation results that form the basis for the experimental data in the paper can be found in the directory `~/witness-validation/paper-evaluation/`.
198198
The witnesses generated by Goblint that formed the basis for this evaluation can be found in `~/witness-generation/paper-evaluation/`.
@@ -228,7 +228,7 @@ As described above (in section _2. Inspect the evaluation results_), the artifac
228228

229229
----------------------------------------------------------------------------------
230230

231-
## SOURCE CODE
231+
## Source Code
232232

233233
### GemCutter
234234

@@ -257,7 +257,7 @@ More recent versions of Goblint can be found at <https://github.com/goblint>.
257257

258258
----------------------------------------------------------------------------------
259259

260-
## VERIFIER BINARIES
260+
## Verifier Binaries
261261

262262
A pre-built binary of GemCutter can be found in `~/ultimate/releaseScripts/default/UGemCutter-linux/`.
263263
For information on how to execute GemCutter, consult the `README` in `~/ultimate/releaseScripts/default/UGemCutter-linux/`.
@@ -272,7 +272,7 @@ For examples, see the benchmark definition files `~/witness-generation/goblint.x
272272

273273
----------------------------------------------------------------------------------
274274

275-
## BENCHMARK PROGRAMS
275+
## Benchmark Programs
276276

277277
This artifact includes the benchmark programs on which we evaluated the verifiers.
278278
These benchmarks are taken from the publicly available sv-benchmarks set (<https://gitlab.com/sosy-lab/benchmarking/sv-benchmarks>)
@@ -281,7 +281,7 @@ The benchmarks are written in C and use POSIX threads (`pthreads`) to model conc
281281

282282
----------------------------------------------------------------------------------
283283

284-
## EXTENDING & REUSING THIS ARTIFACT
284+
## Extending & Reusing This Artifact
285285

286286
* **Building a modified version of the VM:** This VM was created using the `vagrant` tool (<https://developer.hashicorp.com/vagrant/>).
287287
The `Vagrantfile` used to build the artifact, along with several other files used in the build, is included in the directory `~/artifact`.

0 commit comments

Comments
 (0)