Acknowledgements.md
... ...
@@ -0,0 +1,83 @@
1
+#Acknowledgements
2
+
3
+[[_TOC_]]
4
+
5
+##D3
6
+
7
+The SVG animation for Visualizations is handled by the D3 framework, which is written and maintained by Michael Bostock.
8
+
9
+The original software is available from http://d3js.org/
10
+
11
+The software is available under BSD 3-clause license http://opensource.org/licenses/BSD-3-Clause.
12
+
13
+##Dundas Gauge
14
+
15
+The static and dynamic gauges are handled by Dundas Charting Tools for ASP.NET, which is written by Dundas Data Visualization, Inc.
16
+
17
+The original software is available from http://www.microsoft.com/en-us/download/details.aspx?id=14422
18
+
19
+The software is available under MIT license http://www.microsoft.com/en-us/legal/intellectualproperty/copyright/default.aspx
20
+
21
+##Dundas Map
22
+
23
+The static map projection software is handled by Dundas Charting Tools for ASP.NET, which is written by Dundas Data Visualization, Inc.
24
+
25
+The original software is available from http://www.microsoft.com/en-us/download/details.aspx?id=14422
26
+
27
+The software is available under MIT license http://www.microsoft.com/en-us/legal/intellectualproperty/copyright/default.aspx
28
+
29
+##EO.PDF
30
+
31
+The HTML to PDF generation software is handled by EO.Pdf, which is maintained by Essential Objects, Inc.
32
+
33
+The original software is available from http://www.essentialobjects.com/Download.aspx
34
+
35
+The software is available under an End-User Software License Agreement: http://www.essentialobjects.com/Products/EOPdf/EULA.aspx
36
+
37
+##Highcharts
38
+
39
+The dynamic and modern charts are handled by Highcharts JS, which is maintained by Highsoft AS.
40
+
41
+The original software is available from http://shop.highsoft.com/highcharts/highcharts-single-developer-support.html
42
+
43
+The software is available under a commercial or non-commercial license http://shop.highsoft.com/highcharts.html
44
+
45
+##jQuery
46
+
47
+The DOM framework and HTML5 controls are provided by jQuery, which is provided by the jQuery foundation and is open-source software.
48
+
49
+The original software is available from https://github.com/jquery
50
+
51
+The software is available under MIT license https://jquery.org/license/
52
+
53
+##jQuery UI
54
+
55
+The advanced UX (user experience) controls are provided by jQuery UI, which is a product of the jQuery foundation.
56
+
57
+The original software is available from https://github.com/jquery
58
+
59
+The software is available under MIT license https://jquery.org/license/
60
+
61
+##Npgsql
62
+
63
+PostgreSQL database support is provided by the Ngpsql Development Team, which is open-source software.
64
+
65
+The original software is available from http://pgfoundry.org/frs/?group_id=1000140
66
+
67
+The software is available under MIT license http://npgsql.projects.pgfoundry.org/license.html
68
+
69
+##SQL Server Express Edition
70
+
71
+Development and testing is provided by SQL Server Express Edition, which is provided and maintained by Microsoft Corp. and is free to use.
72
+
73
+The original software is available from http://msdn.microsoft.com/en-us/evalcenter/dn434042.aspx
74
+
75
+The software is available under Microsoft Limited Public License http://msdn.microsoft.com/en-US/cc300389.aspx
76
+
77
+##Phantom.js
78
+
79
+Server side image generation is provided by PhantomJS, which is maintained by Ariya Hidayat and is open-source software.
80
+
81
+The original software is available from https://github.com/ariya/phantomjs
82
+
83
+The software is available under BSD 3-clause license https://github.com/ariya/phantomjs/blob/master/LICENSE.BSD
... ...
\ No newline at end of file