-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (41 loc) · 1.65 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home</title>
<link rel="stylesheet" href="./viz/root/styles.css">
</head>
<body background="./viz/root/stat.jpeg" >
<h1 id="heading1">ROSE: tool and data ResOurces to explore the instability of <br>SEntiment analysis systems</h1>
<div class="buttons">
<form action="./viz/root/home/home.html" >
<button id="a" inline ="true">Explore emotions by words (positive, negative)</button>
</form>
<br>
<form action="./viz/root/home/sentence/Sentence_level.html" >
<button id="a" inline ="true">Explore emotions by pronouns (one by one)</button>
</form>
<form action="./viz/root/home/sentence/Sentence_level_2.html" >
<button id="a" inline ="true">Explore emotions by pronouns (all at once)</button>
</form>
<br>
<form action="./viz/root/home/sentence/Sentence_level_name.html" >
<button id="a" inline ="true">Explore emotions by proper nouns (one by one)</button>
</form>
<form action="./viz/root/home/sentence/Sentence_level_name_2.html" >
<button id="a" inline ="true">Explore emotions by proper nouns (all at once)</button>
</form>
<!-- <br> -->
<!-- <form action="https://github.com/ai4society/sentiment-rating/tree/master/data/baseline" >
<button id="a" inline ="true">Access Data Resource</button>
</form> -->
</div>
<div>
</div>
<br><br>
<h6 id="heading2">
Created by - <br>
Gaurav Mundada <br>
Kausik Lakkaraju <br>
Biplav Srivastava<br></h6>
</body>
</html>