Skip to content

Commit

Permalink
fix src script
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcsmits committed Jun 28, 2024
1 parent 5b523f5 commit 25a9905
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@
</head>
<body>
<h1>Introducing new chart types</h1>
<p>This page is used to study the effect of introducing new chart types to a blind individual by starting from a known chart type and explaining the transitions.</p>
<p>
This page is used to study the effect of introducing new chart types to a blind individual <br>
by starting from a known chart type and explaining the transitions.
</p>
<h2>Sequence Logo</h2>
<h3>Data</h3>
<p>Here is the data.</p>
<div id="seqlogo-data"></div>
<h3>Direct introduction</h3>
<div id="seqlogo-top"></div>
<p>
Expand All @@ -24,11 +30,13 @@ <h3>Gradual introduction</h3>
</p>
<h4>Bar Chart</h4>
<div id="seqlogo-barchart"></div>
This is a bar chart.
<p>
This is a bar chart.
</p>
<h4>Stacked Bar Chart</h4>
<div id="seqlogo-stacked-barchart"></div>
<h4>Sequence Logo</h4>
<div id="seqlogo-full"></div>
<script type="module" src="/src/sequenceLogo/chart.js"></script>
<script src="./src/sequenceLogo/chart.js" type="module"></script>
</body>
</html>

0 comments on commit 25a9905

Please sign in to comment.