-
Notifications
You must be signed in to change notification settings - Fork 6
/
support.html
83 lines (65 loc) · 4.55 KB
/
support.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Support | GeoDa on Github</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
*{margin:0;padding:0;}
.shadowfilter {
-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
filter: url(shadow.svg#drop-shadow);
}
.intro1 { margin-left: -45px;}
</style>
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" href="stylesheets/simple-slideshow-styles.css">
<style>
figcaption {
top: .70em;
left: .35em;
bottom: auto!important;
right: auto!important;
}
</style>
</head>
<body>
<section class="page-header">
<h1 class="project-name">GeoDa</h1>
<h2 class="project-tagline">Support</h2>
<a href="//geodacenter.github.io/" class="btn">Homepage</a>
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
<a href="documentation.html" class="btn">Documentation</a>
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>
</section>
<section class="main-content">
<p> </p>
<h3>FAQs: Frequently Asked Questions</h3>
<p>Find answers to Frequently Asked Questions (FAQs) <a href="faq.html">here</a>.</p>
<h3>Answers to Common Technical Questions</h3>
<p>Find answers to common technical questions about GeoDa <a href="questions.html">here</a>.</p>
<h3>Community Support through Openspace Mailing List</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; line-height: 1.5em;">The <a href="http://groups.google.com/group/openspace-list?lnk=" target="_blank">Openspace mailing list</a> is a list to discuss all aspects of methods and open source software tools to carry out spatial data analysis. A specific emphasis is on the GeoDa, GeoDaSpace, PySAL and CAST software programs.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; line-height: 1.5em;">The list is <strong>not</strong> for the discussion of commercial spatial analysis software, but methodological debates are welcomed. It is for non-commercial use only.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; line-height: 1.5em;"> </p>
<ul style="line-height: 1.5em; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0px; margin-left: 1.5em; list-style-type: square; padding: 0px;">
<li class="kadov-p" style="margin-bottom: 0.5em;">Subscribe to the Openspace mailing list: [email protected]</li>
<li class="kadov-p" style="margin-bottom: 0.5em;">Post to the Openspace mailing list: [email protected]</li>
<li class="kadov-p" style="margin-bottom: 0.5em;"><a href="http://groups.google.com/group/openspace-list?lnk=srg" target="_blank">Current Openspace mailing list (searchable)</a></li>
<li><a href="http://groups.google.com/support/bin/answer.py?hl=en&answer=46608" target="_blank">Unsubscribe</a> from the Openspace mailing list (instructions)</li>
<!-- This is not implemented. <a href="/openspace/" target="_blank">Openspace mailing list archive (old)</a></li> --></ul>
<p> </p>
<h3>
<a id="intro-contact" class="anchor" href="#intro-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contact</h3>
<p>Questions? Contact <a href="mailto:[email protected]">us</a>. </p>
<p>You can also report potential bugs in GitHub <a href="https://github.com/GeoDaCenter/geoda/issues">here</a>.</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/lixun910/geoda">GeoDa</a> is maintained by <a href="https://github.com/lixun910">lixun910</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>