diff --git a/README.md b/README.md index 6d6c5cc..3e131cd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Accompanying Analysis Code for the Master Thesis "XXX" +# Accompanying Analysis Code for the Master Thesis "Analyzing Log Data from Multi-Touch Tables" The multi-touch table at the Herzog-Anton-Ulrich-Museum (HAUM) in Braunschweig gives visitors of the Museum the opportunity to interact with @@ -6,12 +6,28 @@ about 70 artworks and 3 virtual cards containing information about the museum and its layout. The table was installed at the museum in October 2016 and since November 2016 log files from interactions of visitors of the museum have been collected. The master thesis for which this repository was -created analyzed data collected between December 14, 2016 and July 5, 2023. +created analyzes data collected between December 14, 2016 and July 5, 2023. In total, the data set consists of 39,767 log files containing 6,700,176 events. The following gives a short overview over the analyses conducted. All -analysis scripts can be found in the `/code/` folder. +analysis scripts can be found in the `/code/` folder. The complete folder +structure of this project looks like this (not all folders are committed to +the repository): + +``` +// +| +|- /code/ +|- /data/ + |- /haum/ + |- /ContentEyevisit/ + |- /LogFiles/ + |- /metadata/ +|- /figures/ +|- /results/ +|-- README.md +``` ## Preprocessing and Descriptives