-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
245 lines (242 loc) · 16.1 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE HTML>
<html>
<head>
<link rel="shortcut icon" href="images/alphaplot.svg">
<title>AlphaPlot</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="copyright" content="Designed by Arun Narayanankutty, all rights reserved" />
<meta name="description" content="Alpha Plot software" />
<meta name="keywords" content="alpha plot, alpha, alphaplot, 2d plot, 3d plot, plot, data visualization, data visualisation, chart, chart 2d, chart 3d, graph 2d, graph 3d, analysis, data analysis, scientific data analysis, graph, graphics, graphing software, plotting software, graph engine, statistics, statistical software, curve fitting, curve, fitting, linear curve fitting, polynomial curve fitting" />
<meta name="author" content="Arun Narayanankutty" />
<noscript>
<link rel="stylesheet" href="css/5grid/core.css" />
<link rel="stylesheet" href="css/5grid/core-desktop.css" />
<link rel="stylesheet" href="css/5grid/core-1200px.css" />
<link rel="stylesheet" href="css/5grid/core-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
<link rel="stylesheet" href="css/style-mobile.css" /> </noscript>
<link rel="stylesheet" href="css/icons.css" />
<script src="css/5grid/jquery.js"></script>
<script src="css/5grid/init.js?use=mobile,desktop,1000px&mobileUI=1&mobileUI.theme=none"></script>
<!--[if IE 9]><link rel="stylesheet" href="css/style-ie9.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<div id="header-wrapper">
<header id="header">
<div class="5grid-layout">
<div class="2u" id="logo">
<h1><a href="index.html" class="mobileUI-site-name"><i style="text-transform: lowercase; color:orange;">α</i> AlphaPlot</a></h1> </div>
<div id="menu">
<nav class="mobileUI-site-nav">
<ul>
<li class="current_page_item"><a href="index.html">About</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="test-build.html">Test Build</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="development.html">Development</a></li>
</ul>
</nav>
</div>
</div>
</header>
<div id="banner" class="5grid-layout">
<div class="row">
<div class="10u">
<section>
<h2> What is AlphaPlot ?</h2>
<p>AlphaPlot is an open-source computer program for interactive scientific graphing and data analysis. It can generate different types of 2D and 3D plots (such as line, scatter, bar, pie, and surface plots) from data that is either imported from ASCII files, entered by hand, or using formulas.</p> <a href="#content" class="button button-style1">Read More</a>
<h3></h3> </section>
</div>
</div>
</div>
</div>
<!-- Header Ends Here -->
<!-- Featured Area -->
<div id="featured-wrapper">
<div id="featured-content" class="5grid-layout">
<div class="row">
<div class="4u">
<section>
<h2>Development</h2> <img src="images/github.png" width="91" height="68" alt="">
<p>AlphaPlot development takes place in Github. If you would like to contribute, please visit the Github repository.</p> <a href="https://github.com/narunlifescience/AlphaPlot" class="button button-style1">GitHub</a> </section>
</div>
<div class="4u">
<section>
<h2>Report Bugs</h2> <img src="images/bug.png" width="91" height="68" alt="">
<p>Please report any alphaplot bug by opening an issue in AlphaPlot github repo. You may need to create an github account.</p> <a href="https://github.com/narunlifescience/AlphaPlot/issues/new" class="button button-style1">Report Bug</a> </section>
</div>
<div class="4u">
<section>
<h2>Community Chat</h2> <img src="images/chat.png" width="91" height="68" alt="">
<p>If you would like to chat regarding alphaplot, then please use the gitter chat room. You may need to create an account. </p> <a href="https://gitter.im/narunlifescience/AlphaPlot?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" class="button button-style1">Chat Now !</a> </section>
</div>
</div>
</div>
</div>
<!-- Featured Ends Here -->
<!-- Wrapper -->
<div id="wrapper" class="5grid-layout">
<!-- Page Content -->
<div id="page" class="row">
<!-- Content Area -->
<div id="content" class="8u">
<!-- Main Content Area -->
<section>
<h2 class="main-title">About AlphaPlot</h2>
<p>AlphaPlot can generate different types of 2D and 3D plots (such as line, scatter, bar, pie, and surface plots) from data that is either imported from ASCII files, entered by hand, or calculated using formulas. The data is held in spreadsheets which are referred to as tables with column-based data (typically X and Y values for 2D plots) or matrices (for 3D plots). The spreadsheets as well as graphs and note windows are gathered in a project and can be organized using folders. The built-in analysis operations include column/row statistics, (de)convolution, FFT and FFT-based filters. Curve fitting can be performed with user-defined or built-in linear and nonlinear functions, including multi-peak fitting, based on the GNU Scientific Library. The plots can be exported to several bitmap formats, PDF, EPS or SVG. Scripting Console support in-place evaluation of mathematical expressions and scrtipting interface to ECMAScript like dynamic scripting language(java script). The GUI of the application uses the Qt toolkit.</p>
<p></p>
<a href="#" class="image-style1"><img src="images/index-main-pic.png" alt=""></a>
<p>Development started in 2016 as fork of SciDAVis 1.D009, which in turn is a fork of QtiPlot 0.9rc-2. AlphaPlot aims to be a tool for analysis and graphical representation of data, allowing powerfull mathematical treatment and data visualization while keeping a user-friendly graphical user interface and an ECMAScript like scripting interface for power users which can be easily automated. </p>
<p>Legal notice: Permission is granted to copy, distribute and/or modify this software under the terms of the GNU Free Documentation License, Version 2.0 published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.</p>
<ul class="style3">
<p>
<a href="#"> <i class="icon-plus-circle"></i> More...</a>
</li>
</p>
</ul>
</section>
<!-- Two Column Area -->
<section>
<div id="two-column" class="5grid">
<div class="row">
<div class="6u">
<section>
<h2>Stable Releases</h2>
<p>We recommend all users to download AlphaPlot from Sourceforge, GitHub or official website only. Any other download sites may contain malware or modified source code.</p>
<ul class="style3">
<li class="first">
<p><span class="date"><a href="#">2016.05.03</a></span><span class="heading-title">Alpha Test 0.01A-2</span></p>
<p><a href="#">Changelog highlights: Rewrite console widget to be interactive, Drop Python support and add QtScript support.</a></p>
</li>
<li>
<p><span class="date"><a href="#">2016.04.02</a></span><span class="heading-title">Alpha Test 0.01A-1</span></p>
<p><a href="#">First test build with modifications to scidavis source code such as moving to c++ 11, customize look and feel (widgets, icons).</a></p>
</li>
</ul>
</section>
</div>
<div class="6u">
<section>
<h2>Latest News</h2>
<ul class="style4">
<li class="first">
<h3>Migration to Qcustomplot (work in progress)</h3>
<p><a href="#">Replace the aging QWT library with QCustomplot, adding more features like multiple axis, layout management etc... and rewrite properties explorer to a tree style editor.</a></p>
</li>
<li>
<h3>Probability random generators (GSL)</h3>
<p><a href="#">Gaussian, Exponential, Exponential power, Laplace, Cauchy, Raylegish, Raylegish tail, Landu, Leavy alpha-stable, Leavy skew alpha-stable, Gamma, Flat, Lognormal, Chi-squared...</a></p>
</li>
<li>
<h3>Rewrite project explorer and properties</h3>
<p><a href="#">Drop Q3TreeWidget and replace it with QTreeWidget as a step towars QT4/5 migration, make a new class for QTreeWidget item/widget Properties with more information.</a> </p>
</li>
</ul>
</section>
</div>
</div>
</div>
</section>
</div>
<!-- Sidebar Area -->
<div id="sidebar" class="4u">
<!-- Sidebar Section 1 -->
<section id="box1">
<!-- Two Column Content Area -->
<div class="5grid">
<div class="row">
<div class="6u">
<section>
<h2>Feature Highlights</h2>
<ul class="style4">
<li class="first"><a href="#">2D/3D Plotting</a></li>
<li><a href="#">EMACs like scripting</a></li>
<li><a href="#">muParser macros</a></li>
<li><a href="#">ASCII file import</a></li>
<li><a href="#">(de)convolution</a></li>
<li><a href="#">FFT and FFT filters</a></li>
<li><a href="#">Multi peak fitting</a></li>
</ul>
</section>
</div>
<div class="6u">
<section>
<h2>AlphaPlot Software</h2>
<ul class="style4">
<li class="first"><a href="#">AlphaPlot Blog</a></li>
<li><a href="#">Avilable Tutorials</a></li>
<li><a href="#">Avilable Webinars</a></li>
<li><a href="#">Contact support</a></li>
<li><a href="#">Official forum</a></li>
<li><a href="#">License GPL</a></li>
<li><a href="#">Technical articles</a></li>
</ul>
</section>
</div>
</div>
</div>
<!-- Two Column Content Area Ends Here -->
</section>
<!-- Sidebar Section 2 -->
<section id="box2">
<h2>Plottable Types</h2>
<ul class="style2">
<li class="first">
<p>
<a href="#"><img src="images/scatter-chart.svg" alt="">Line Scatter plot: record individual data values as scatters connecting each data point together with a line. </a>
</p>
</li>
<li>
<p>
<a href="#"><img src="images/area-chart.svg" alt="">Area graph: displays graphically quantitive data based on the line chart with colored area between axis and line.</a>
</p>
</li>
<li>
<p>
<a href="#"><img src="images/stack-bar.svg" alt="">Stacked bar chart: grouped data with rectangular bars with lengths proportional to the values with stacked bars.</a>
</p>
</li>
<li>
<p>
<a href="#"><img src="images/pics04.png" alt="">Countour plot: Representing a 3-dimensional surface by plotting constant z slices contours, on a 2-dimensional format.</a>
</p>
</li>
<li class="first">
<p>
<a href="#"><img src="images/pics05.png" alt="">Heatmap: graphical representation of data where the individual values(matrix) are represented as varying color/intensity(s).</a>
</p>
</li>
<li>
<p>
<a href="#"><img src="images/graph-3d.png" alt="">3D scatter plot: allows the visualization of multivariate data taking multiple scalar variables for different axes in phase space.</a>
</p>
</li>
</ul>
</section>
</div>
</div>
<!-- Page Content -->
</div>
<!-- Wrapper Ends Here -->
<!-- Copyright -->
<div class="5grid-layout" id="copyright">
<div class="row">
<div class="12u">
<section>
<!-- SOCIAL ICONS -->
<ul class="social">
<li><a href=""><i class="icon-facebook"></i></a></li>
<li><a href=""><i class="icon-twitter"></i></a></li>
<li><a href=""><i class="icon-google-plus"></i></a></li>
<li><a href=""><i class="icon-rss"></i></a></li>
<li><a href="https://github.com/narunlifescience/AlphaPlot"><i class="icon-github"></i></a></li>
</ul>
<p>© 2016 alphaplot.sourceforge.net | ® All Rights Reserved | Design: Arun Narayanankutty</p>
</section>
</div>
</div>
</div>
</body>
</html>