forked from revisit-studies/study
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
212 additions
and
10 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<h1 style="text-align: center;">Dataset: Tennis Grand Slam Winners</h1> | ||
|
||
## UpSet Introduction | ||
This is an UpSet plot that visualizes set intersection. To learn about UpSet plots, visit https://upset.app. | ||
|
||
## Dataset Properties | ||
The dataset contains 4 sets and 208 elements, of which 4 sets are shown in the plot. | ||
|
||
## Set Properties | ||
The set sizes are roughly equal, ranging from 42 to 58. The largest set is Australian Open with 58 elements, followed by French Open with 56, US Open with 52, and Wimbledon with 42. | ||
|
||
## Intersection Properties | ||
The plot is sorted by size in descending order. There are 15 non-empty intersections, all of which are shown in the plot. The largest 5 intersections are Just French Open (23), Just Australian Open (22), Just US Open (11), Australian Open, US Open, and Wimbledon (10), and French Open, Australian Open, US Open, and Wimbledon (9). | ||
|
||
## Statistical Information | ||
The average intersection size is 7, and the median is 5. The 90th percentile is 22, and the 10th percentile is 1. The largest set, Australian Open, is present in 53.3% of all non-empty intersections. The smallest set, Wimbledon, is present in 53.3% of all non-empty intersections. | ||
|
||
## Trend Analysis | ||
The intersection sizes peak at a value of 23 and then drastically flatten down to 1. An all set intersection is present with a size of 9. The individual set intersections are in large and largest intersections. The low degree set intersections lie in small and medium sized intersections. The medium degree set intersections can be seen among small sized intersections. Among the large sized intersections, the high order set intersections are significantly present. |
37 changes: 37 additions & 0 deletions
37
public/Upset-Alttext-User-Survey/assets/tennisTextandVis.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<h1 style="text-align: center;">Dataset: Tennis Grand Slam Winners</h1> | ||
|
||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<style> | ||
.container { | ||
display: flex; | ||
gap: 20px; | ||
} | ||
.column { | ||
padding: 10px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<div class="container"> | ||
<div class="column"> | ||
<img style="width: 500px;" src="./assets/VO3.png" alt="Tennis Grand Slam Winners"> | ||
</div> | ||
<div class="column"> | ||
<h2>Dataset Properties</h2> | ||
<p>The dataset contains 4 sets and 208 elements, of which 4 sets are shown in the plot.</p> | ||
<h2>Set Properties</h2> | ||
<p>The set sizes are roughly equal, ranging from 42 to 58. The largest set is Australian Open with 58 elements, followed by French Open with 56, US Open with 52, and Wimbledon with 42.</p> | ||
<h2>Intersection Properties</h2> | ||
<p>The plot is sorted by size in descending order. There are 15 non-empty intersections, all of which are shown in the plot. The largest 5 intersections are Just French Open (23), Just Australian Open (22), Just US Open (11), Australian Open, US Open, and Wimbledon (10), and French Open, Australian Open, US Open, and Wimbledon (9).</p> | ||
<h2>Statistical Information</h2> | ||
<p>The average intersection size is 7, and the median is 5. The 90th percentile is 22, and the 10th percentile is 1. The largest set, Australian Open, is present in 53.3% of all non-empty intersections. The smallest set, Wimbledon, is present in 53.3% of all non-empty intersections.</p> | ||
<h2>Trend Analysis</h2> | ||
<p>The intersection sizes peak at a value of 23 and then drastically flatten down to 1. An all set intersection is present with a size of 9. The individual set intersections are in large and largest intersections. The low degree set intersections lie in small and medium sized intersections. The medium degree set intersections can be seen among small sized intersections. Among the large sized intersections, the high order set intersections are significantly present.</p> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<style> | ||
.image-container { | ||
display: flex; | ||
justify-content: center; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<h1 style="text-align: center;">Dataset: Tennis Grand Slam Winners</h1> | ||
|
||
<div class="image-container"> | ||
<img src="./assets/VO3.png" alt="Covid Symptoms" width="610" height="700"/> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters