Skip to content

Commit 2845e0b

Browse files
committed
Fix links and math rendering in README.md
1 parent 7834beb commit 2845e0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ This repository contains material and data of the experiment described in our (F
77
in SEE in more detail, though it's written in German.
88
- **[`calc_results.R`](calc_results.R)**: An R script which outputs all relevant results (e.g., from the Mann-Whitney-U tests) and generates all PDFs used in the paper and original bachelor thesis.
99
- **[`Common-Eval.xlsx`](Common-Eval.xlsx)**: The questionnaire (including the tasks themselves) in a format compatible with the survey tool [KoBoToolbox](https://www.kobotoolbox.org).
10-
Note that this contains both the questionnaire for group alpha (SEE->Dashboard) and beta (Dashboard->SEE) concatenated together,
10+
Note that this contains both the questionnaire for group alpha (SEEDashboard) and beta (DashboardSEE) concatenated together,
1111
whereas these two questionnaires are divided by the invisible field title "HIER AUFHÖREN".
1212
- **[`Dashboard_SEE.csv`](Dashboard_SEE.csv)**: Contains raw data for the above questionnaire for each participant, including task results.
1313
Columns `dsus` resp. `ssus` contain the SUS questions for the Axivion Dashboard resp. SEE.
1414
At the end, columns with `_c` suffixes have been appended which specify the correctness of each answer for the respective question.
1515
Various timestamps are included which describe the time a respective field was last edited, this was used to determine the time participants
16-
took to solve a task ($\max(t_2, t_3, \ldots, t_n) - t_1$, whereas there are $n$ fields and $t_i$ contains the timestamp for field $i$.).
16+
took to solve a task ( $\max(t_2, t_3, \ldots, t_n) - t_1$, whereas there are $n$ fields for a given task, $t_i$ contains the timestamp for field $i$ and field 1 is a "pseudo-field" measuring the time when the respective task was started.).
1717
- **[`Dashboard-Solution.txt`](Dashboard-Solution.txt)**: Solution for the Dashboard tasks. These were automatically calculated by the `findDash.py` script.
1818
- **[`DashboardUseCases.txt`](DashboardUseCases.txt)**: An anonymized listing of Axivion employees' descriptions of possible use cases for the Axivion Dashboard.
1919
- **[`findCorrelation.py`](findCorrelation.py)**: A python script which calculates Pearson correlation coefficients between architecture, style, and metric violations.
2020
- **[`findDash.py`](findDash.py)**: A python script which calculates the solution for the Dashboard tasks. Output is contained in `Dashboard-Solution.txt`.
2121
- **[`SEE-Solution.txt`](SEE-Solution.txt)**: Solution for the SEE tasks. These were manually determined by using the Unity Editor.
22-
- **[`Visualizing code smells in SEE.mp4`](Visualizing code smells in SEE.mp4)**: This is a short demonstration of how code smells are visualized in the Code City software SEE.
22+
- **[`Visualizing_code_smells_in_SEE.mp4`](Visualizing_code_smells_in_SEE.mp4)**: This is a short demonstration of how code smells are visualized in the Code City software SEE.
2323
The Code City used as a basis here is the source code of SEE itself.
2424
The smells are visualized as icons above each node, whereas the red tint of an icon shows the relative occurrence of that kind of code smell within its level.
2525
At the bottom, key inputs are shown to demonstrate how SEE can be controlled.
File renamed without changes.

0 commit comments

Comments
 (0)