mllmTeam commited on
Commit
2d66552
·
verified ·
1 Parent(s): 584ddde

Uploading README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -27,6 +27,7 @@
27
  - [🌟 Future Updates and Feedback](#-future-updates-and-feedback)
28
  - [🔖 Citation](#-citation)
29
 
 
30
  ## 🥳 NEWS
31
 
32
  - **`2024/11`** – **New Release!** We’ve expanded the dataset to include comprehensive interaction data, now featuring traces and action sequences for `20,000+` apps.
@@ -63,6 +64,7 @@ The `MobileViews_Apps_CompleteTraces` folder is a new addition, providing comple
63
  - **`Zip_Files/`**: Each `.zip` file represents a batch of app data, named with an index and total screenshot count (e.g., `001_8348.zip` : the first batch with 8,348 screenshots).
64
  - Inside each zip file are **200 subfolders**, each named by an app’s package name and containing interaction data for that app. Details on each app’s interaction data structure are provided below.
65
  - **`OneExample/`**: A sample app trace is provided to illustrate the folder structure and contents for a single app. You can start by exploring this uncompressed example directly at `MobileViews_Apps_CompleteTraces/OneExample` folder on this website, without the need for downloading.
 
66
  - **`Index_CSV.zip`**: This zip file contains all the `.csv` files listing the app package names and screenshot counts for each corresponding zip file (e.g., `001_8348.csv` for `001_8348.zip`).
67
 
68
  #### App Trace Folder Structure
 
27
  - [🌟 Future Updates and Feedback](#-future-updates-and-feedback)
28
  - [🔖 Citation](#-citation)
29
 
30
+
31
  ## 🥳 NEWS
32
 
33
  - **`2024/11`** – **New Release!** We’ve expanded the dataset to include comprehensive interaction data, now featuring traces and action sequences for `20,000+` apps.
 
64
  - **`Zip_Files/`**: Each `.zip` file represents a batch of app data, named with an index and total screenshot count (e.g., `001_8348.zip` : the first batch with 8,348 screenshots).
65
  - Inside each zip file are **200 subfolders**, each named by an app’s package name and containing interaction data for that app. Details on each app’s interaction data structure are provided below.
66
  - **`OneExample/`**: A sample app trace is provided to illustrate the folder structure and contents for a single app. You can start by exploring this uncompressed example directly at `MobileViews_Apps_CompleteTraces/OneExample` folder on this website, without the need for downloading.
67
+ - **`OneExample.zip`**: For convenient downloading, this file is a compressed version of the `OneExample` folder. It includes all files and subfolders from the `OneExample` folder, allowing you to download and explore the sample app trace offline. After extracting `OneExample.zip`, you can open `index.html` in a web browser to interactively view the app trace structure and explore metadata and interactions.
68
  - **`Index_CSV.zip`**: This zip file contains all the `.csv` files listing the app package names and screenshot counts for each corresponding zip file (e.g., `001_8348.csv` for `001_8348.zip`).
69
 
70
  #### App Trace Folder Structure