Skip to content

Commit

Permalink
added index file
Browse files Browse the repository at this point in the history
  • Loading branch information
elizaan committed Aug 14, 2024
1 parent a77d380 commit 496ca67
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Study Overview</title>
</head>
<body>
<h1>Welcome to the Interview Session!</h1>
<p>
This page shows you the two pages that provide explanation of UpSet plots and text description generated for them.
</p>

<h2>Contents</h2>
<ul>
<li>
<a href="introduction.html">Introduction to UpSet Plots</a>
<p>This page introduces what an UpSet plot is, explains how to interpret the data, and provides a glossary of terms used in the description.</p>
</li>
<li>
<a href="text.html">UpSet Plot Description</a>
<p>This page contains a text description of a dataset visualized with an UpSet plot.</p>
</li>
</ul>

<h2>How to Use</h2>
<p>
Click on the links above to explore the different pages. The introduction page is a great starting point if you are new to UpSet plots.
</p>

<h2>Additional Information</h2>
<p>
This study is part of a research project that aims to make data visualizations more accessible to people with visual impairments. The study is approved by Institutional Review Board (IRB).
We anticipate it will take no longer than one hour and we will compensate you with a $50 Amazon gift card. All information you provide will be
confidential. You are also free to end your participation at any point during the interview!
</p>
<p>You may now click <a href="introduction.html">here</a> to start.</p>

0 comments on commit 496ca67

Please sign in to comment.