-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
145 lines (130 loc) · 7.22 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Josefin+Sans:400,300,700' rel='stylesheet' type='text/css'>
<link href="about.css" rel="stylesheet" type="text/css">
<title>RevEx</title>
</head>
<body>
<div id="header">
<h1>RevEx</h1>
<a class="button" href="demo/">Online Demo</a>
</div>
<div class="content">
<div class="page">
<h1>RevEx</h1>
<div class="text">
A Faceted Search Tool for Seamless Exploratory Search Based on Structured Data and Unstructured Text
</div>
<img src="aboutImgs/Main.png" style="width: 900px" />
<p>
RevEx is a tool built to support exploratory search through facet exploration. Differently, of other faceted search RevEx also provides summaries of the data through visualizations helping the user to find interesting documents in the dataset.
</p>
</div>
<div class="page" style="background-color: #fafafa">
<div class="box line">
<h1>Text + Structured Data</h1>
<div class="text">
<p>
RevEx allows exploration of Unstructured Text and Structured Data through facets, RevEx creates Facets for both type of data and consistently provide the same interaction on both types of facets.
</p>
</div>
</div>
<img src="aboutImgs/TextStructured.png" style="width: 600px" class="shadow">
</div>
<div class="page" >
<div class="box line">
<h1>Data Type Based <br />Visualizations</h1>
<div class="text">
<p>
When choosing what graphical representation is appropriate for a given data summary, RevEx maximize <b>simplicity</b>, <b>familiarity</b>, <b>intuitiveness</b> and <b>effectiveness</b>, using visualizations based on charts with proven efficacy and widespread adoption, and visual representations that adapt to the specific field type selected by the end-user.
<p>In this way the facet visualization adapt to the data type of the field being represented on the facet
</p>
</div>
</div>
<img src="aboutImgs/DataTypes.png" style="width: 600px" class="shadow">
</div>
<div class="page" style="background-color: #fafafa">
<h1>Use your data</h1>
<div class="text" style="margin-bottom: 20px; width: 900px">
RevEx allows analysts to upload their own data in a local environment allowing for offline information while keeping your data locally
<br/><img src="aboutImgs/Import.png" style="width:900px">
</div>
<ul>
<li>
<span class="caption"><h2 style="margin: 0">Import your file</h2></span>
<p>Import CSV files to the system, the system will process it, including stopwords removal and stemming, and quickly allow you to start your exploration</p>
</li>
<li>
<span class="caption"><h2 style="margin: 0">Connect to a server</h2></span>
<p>RevEx also allows connections directly to an existent server, allowing you to explore the data you already have on a server in real time</p>
</li>
<li>
<span class="caption"><h2 style="margin: 0">Type mapping</h2></span>
<p>RevEx will suggest types for the fields based on your data, but you are free to change the suggestion or even remove fields that are not relevant</p>
</li>
</ul>
</div>
<div class="page">
<img src="./aboutImgs/LogoRevex.png" style="width: 200px" />
<h2>Beta Version Available</h2>
<div class="text" style="margin-bottom: 20px; width: 900px">
We are excited to announce that an improved standalone version of RevEx, with new features and support for local datasets. This version allows you to connect to your dataset. Elasticsearch is already supported and new adapters are on the way.
</div>
<div class="text" style="margin-bottom: 20px; width: 900px">
<a href="http://nyuvis-web.poly.edu/projects/RevEx-mas-x64.zip">Mac</a>
<a href="http://nyuvis-web.poly.edu/projects/RevEx-win32-x64.zip">Windows</a>
<a href="http://nyuvis-web.poly.edu/projects/RevEx-linux-x64.zip">Linux</a>
</div>
<div class="text" style="margin-bottom: 20px; width: 900px">
If you want to be updated in future releases and news about RevEx. Singup below.
</div>
<div class="text" style="margin-bottom: 20px; width: 900px" id="emailBox">
<label>Email: </label><input id="emailField" class="emailInput" type="email" /><button onclick="send()">Sign up</button>
</div>
<div class="text" style="margin-bottom: 20px; width: 900px;display:none" id="ThankYouBox">
<b>Thank you for your interest in RevEx, We will notify you once the new version is released</b>
</div>
</div>
<div class="page" style="background-color: #fafafa">
<img src="aboutImgs/logo.png" style="width: 400px;">
<h2><a href="demo/" style="color: #6A30A3">Online Demo</a></h2>
<div>
<ul class="credits">
<li>
Cristian Felix<br>
<a href="mailto:cristian.felix@nyu.edu">cristian.felix@nyu.edu</a></li>
<li>Anshul Pandey<br />
<a href="mailto:anshul.pandey@nyu.edu">anshul.pandey@nyu.edu</a>
</li>
<li>
Enrico Bertini<br />
<a href="mailto:enrico.bertini@nyu.edu">enrico.bertini@nyu.edu</a></li>
</ul>
</div>
</div>
</div>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js" charset="utf-8"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/topojson/1.1.0/topojson.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/3.2.1/firebase.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyDzBbOMwksgaMXCaFh691-J3jhGuH7clnw",
authDomain: "revexsign.firebaseapp.com",
databaseURL: "https://revexsign.firebaseio.com",
storageBucket: "",
};
firebase.initializeApp(config);
var database = firebase.database();
function send() {
email = document.getElementById('emailField').value;
firebase.database().ref('signs').push({
email: email,
date: new Date().toJSON()
})
document.getElementById('emailBox').style.display = 'none';
document.getElementById('ThankYouBox').style.display = 'block';
}
</script>
</html>