-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
79 lines (74 loc) · 3.09 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
---
title: Queryverse
description: Queryverse
---
<section class="hero">
<div class="text-container">
<h1 class="editable"><strong>Queryverse</strong></h1>
<p class="subtext editable">Julia Packages for Data Science</p>
<div class="cta button alt"><a href="/learn/">Get Started</a></div>
</div>
</section>
<div class="content">
<section>
<div class="container flex">
<div class="text editable">
<h2>Data Manipulation</h2>
<p>Use <a href="https://github.com/queryverse/Query.jl">Query.jl</a> to manipulate, query and reshape any kind of data in Julia.</p>
</div>
<div class="image">
<img src="/images/query.png" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2>Data Visualization</h2>
<p>Use <a href="https://github.com/queryverse/VegaLite.jl">VegaLite.jl</a> to produce beautiful figures using a Grammar of Graphics like API and <a href="https://github.com/queryverse/DataVoyager.jl">DataVoyager.jl</a> to interactively explore your data. </p>
</div>
<div class="image">
<img src="/images/vegalite.png" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2>File IO</h2>
<p>Use a uniform way to load and save <a href="https://github.com/queryverse/CSVFiles.jl">CSV</a>, <a href="https://github.com/queryverse/FeatherFiles.jl">Feather</a>, <a href="https://github.com/queryverse/ExcelFiles.jl">Excel</a>, <a href="https://github.com/queryverse/StatFiles.jl">SPSS</a>, <a href="https://github.com/queryverse/StatFiles.jl">Stata</a>, <a href="https://github.com/queryverse/StatFiles.jl">SAS</a> and <a href="https://github.com/queryverse/ParquetFiles.jl">Parquet</a> files.</p>
</div>
<div class="image">
<img src="/images/fileio.png" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2>UI Tools</h2>
<p>Display plots and tables in an Electron based window with <a href="https://github.com/queryverse/ElectronDisplay.jl">ElectronDisplay.jl</a></p>
</div>
<div class="image">
<img src="/images/electrondisplay.png" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<!--
<section class="testimonial">
<div class="container flex">
<div class="testimonial-block">
<div class="square-image"><img src="https://source.unsplash.com/6anudmpILw4/600x400" alt="Jim James" class="editable"></div>
<blockquote>
<p class="editable">Hydra has shaped the business we have today. We have a repeatable sales process and a strategy to scale our team. I recommend Hydra to any business looking to improve their sales.</p>
<p class="editable author">Jim James - CEO of Global Corp.</p>
</blockquote>
</div>
</div>
</section>
<section class="bottom-cta">
<h2 class="editable"><strong>Improve</strong> your sales process today</h2>
<div class="button alt"><a href="#">Get Started Free</a></div>
</section>
-->
</div>