Updated README, added folder structure
This commit is contained in:
parent
7f0b0d44ad
commit
84f0434638
22
README.md
22
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):
|
||||
|
||||
```
|
||||
/<parent_folder>/
|
||||
|
|
||||
|- /code/
|
||||
|- /data/
|
||||
|- /haum/
|
||||
|- /ContentEyevisit/
|
||||
|- /LogFiles/
|
||||
|- /metadata/
|
||||
|- /figures/
|
||||
|- /results/
|
||||
|-- README.md
|
||||
```
|
||||
|
||||
## Preprocessing and Descriptives
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user