|
2 | 2 | <html lang="en-us">
|
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8">
|
5 |
| - <title>GeoDa by GeoDaCenter</title> |
| 5 | + <title>GeoDa on Github</title> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
| 7 | + <style> |
| 8 | + *{margin:0;padding:0;} |
| 9 | + .shadowfilter { |
| 10 | + -webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5)); |
| 11 | + filter: url(shadow.svg#drop-shadow); |
| 12 | + } |
| 13 | + .intro1 { margin-left: -45px;} |
| 14 | + </style> |
7 | 15 | <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
|
8 | 16 | <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
9 | 17 | <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
|
10 | 18 | <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
|
| 19 | + <link rel="stylesheet" href="stylesheets/simple-slideshow-styles.css"> |
| 20 | + <style> |
| 21 | + figcaption { |
| 22 | + top: .70em; |
| 23 | + left: .35em; |
| 24 | + bottom: auto!important; |
| 25 | + right: auto!important; |
| 26 | + } |
| 27 | + </style> |
11 | 28 | </head>
|
12 | 29 | <body>
|
13 | 30 | <section class="page-header">
|
14 |
| - <h1 class="project-name">GeoDa</h1> |
15 |
| - <h2 class="project-tagline">GeoDa github webpage</h2> |
| 31 | + <h1 class="project-name">GeoDa on Github</h1> |
| 32 | + <h2 class="project-tagline">GeoDa (TM): Software providing an introduction to spatial data analysis.</h2> |
| 33 | + <a href="https://github.com/lixun910/geoda" class="btn">View on GitHub</a> |
| 34 | + <a href="https://github.com/lixun910/geoda/zipball/master" class="btn">Download .zip</a> |
| 35 | + <a href="https://github.com/lixun910/geoda/tarball/master" class="btn">Download .tar.gz</a> |
16 | 36 | </section>
|
17 | 37 |
|
18 | 38 | <section class="main-content">
|
19 | 39 | <h3>
|
20 |
| -<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3> |
| 40 | +<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to GeoDa GitHub Pages.</h3> |
21 | 41 |
|
22 |
| -<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here <a href="https://guides.github.com/features/mastering-markdown/">using GitHub Flavored Markdown</a>, select a template crafted by a designer, and publish. After your page is generated, you can check out the new <code>gh-pages</code> branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.</p> |
| 42 | +<p>GeoDa is the flagship program of the GeoDa Center, following a long line of software tools developed by Dr. Luc Anselin. It is designed to implement techniques for exploratory spatial data analysis (ESDA) on lattice data (points and polygons). The free program provides a user friendly and graphical interface to methods of descriptive spatial data analysis, such as spatial autocorrelation statistics, as well as basic spatial regression functionality. The latest version contains several new features such as full space-time data support in all views, a new cartogram, a refined map movie, parallel coordinate plot, 3D visualization, conditional plots (and maps) and spatial regression.</p> |
23 | 43 |
|
24 | 44 | <h3>
|
25 |
| -<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Designer Templates</h3> |
| 45 | +<a id="intro-geoda-1.8" class="anchor" href="#intro-geoda-1.8" aria-hidden="true"><span class="octicon octicon-link"></span></a>Introducing GeoDa 1.8</h3> |
26 | 46 |
|
27 |
| -<p>We’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.</p> |
| 47 | +<p> |
| 48 | +<div class="bss-slides num2" tabindex="2"> |
| 49 | + <figure> |
| 50 | + <img src="images/intro1.png" class="shadowfilter intro1" width="100%" /><figcaption>Mac OSX Yosemite</figcaption> |
| 51 | + </figure> |
| 52 | + <figure> |
| 53 | + <img src="images/intro2.png" class="shadowfilter intro1" width="100%" /><figcaption>Windows 7/8/10</figcaption> |
| 54 | + </figure> |
| 55 | + <figure> |
| 56 | + <img src="images/intro3.png" class="shadowfilter intro1" width="100%" /><figcaption>Ubuntu 14.04</figcaption> |
| 57 | + </figure> |
| 58 | +</div> <!-- // bss-slides --> |
| 59 | +<script src="javascripts/better-simple-slideshow.min.js"></script> |
| 60 | +<script> |
| 61 | +var opts = { |
| 62 | + auto : {speed: 5000, pauseOnHover: true}, |
| 63 | + fullScreen : false, |
| 64 | + swipe : true |
| 65 | +}; |
| 66 | +makeBSS('.num2', opts); |
| 67 | +</script> |
| 68 | + |
| 69 | +</p> |
| 70 | + |
| 71 | +<br/> |
| 72 | +<h3> |
| 73 | +<a id="intro-data-formats" class="anchor" href="#intro-data-formats" aria-hidden="true"><span class="octicon octicon-link"></span></a>Spatial Data</h3> |
| 74 | +<p>GeoDa supports various vector data in different formats and projections. Supported formats include all vector data supported by GDAL library.</p> |
| 75 | +<p><img src="images/dataformats.png" class="shadowfilter"></p> |
28 | 76 |
|
29 | 77 | <h3>
|
30 |
| -<a id="creating-pages-manually" class="anchor" href="#creating-pages-manually" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Creating pages manually</h3> |
| 78 | +<a id="intro-ui" class="anchor" href="#intro-ui" aria-hidden="true"><span class="octicon octicon-link"></span></a>New GeoDa UI</h3> |
31 | 79 |
|
32 |
| -<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p> |
| 80 | +<p> |
| 81 | +<style> |
| 82 | +.area { |
| 83 | + background:#000; |
| 84 | + display:block; |
| 85 | + height:397px; |
| 86 | + opacity:0.1; |
| 87 | + //position:absolute; |
| 88 | + width:140px; |
| 89 | + margin-top: -403px; |
| 90 | + float: left; |
| 91 | +} |
| 92 | +#area2 { |
| 93 | + background:#000; |
| 94 | + margin-left:140px; |
| 95 | + width: 142px; |
| 96 | +} |
| 97 | +#area3 { |
| 98 | + background:#000; |
| 99 | + margin-left:282px; |
| 100 | + width: 195px; |
| 101 | +} |
| 102 | +#area4 { |
| 103 | + background:#000; |
| 104 | + margin-left:477px; |
| 105 | + width: 155px; |
| 106 | +} |
| 107 | +#area5 { |
| 108 | + background:#000; |
| 109 | + margin-left:632px; |
| 110 | + width: 202px; |
| 111 | +} |
| 112 | +#area1:hover, #area2:hover, #area3:hover, #area4:hover, #area5:hover { |
| 113 | + opacity:0.0; |
| 114 | +} |
| 115 | +.fiximage { |
| 116 | + max-width: 832px!important; |
| 117 | + min-width: 832px!important; |
| 118 | +} |
| 119 | +</style> |
| 120 | +<img src="images/intro4.png" class="shadowfilter fiximage" width=832> |
| 121 | +<a id="area1" class="area" href="#"></a> |
| 122 | +<a id="area2" class="area" href="#"></a> |
| 123 | +<a id="area3" class="area" href="#"></a> |
| 124 | +<a id="area4" class="area" href="#"></a> |
| 125 | +<a id="area5" class="area" href="#"></a> |
| 126 | +<div style="clear:both;"></div> |
| 127 | +</p> |
33 | 128 |
|
34 | 129 | <h3>
|
35 |
| -<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Authors and Contributors</h3> |
| 130 | +<a id="intro-esda" class="anchor" href="#intro-esda" aria-hidden="true"><span class="octicon octicon-link"></span></a>Exploratory Spatial Data Analysis</h3> |
| 131 | +<p> |
| 132 | +</p> |
36 | 133 |
|
37 |
| -<p>You can <a href="https://github.com/blog/821" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code><a></code> element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p> |
| 134 | +<h3> |
| 135 | +<a id="intro-space-time" class="anchor" href="#intro-space-time" aria-hidden="true"><span class="octicon octicon-link"></span></a>Space-Time Enabled</h3> |
| 136 | +<p> |
| 137 | +</p> |
| 138 | + |
| 139 | +<h3> |
| 140 | +<a id="intro-regression" class="anchor" href="#intro_regression" aria-hidden="true"><span class="octicon octicon-link"></span></a>Spatial Regression</h3> |
| 141 | +<p> |
| 142 | +</p> |
38 | 143 |
|
39 | 144 | <h3>
|
40 |
| -<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Support or Contact</h3> |
| 145 | +<a id="dependencies" class="anchor" href="#dependencies" aria-hidden="true"><span class="octicon octicon-link"></span></a>Communities</h3> |
| 146 | + |
| 147 | +<p>Since its initial release in February 2003, GeoDa's user numbers have increased exponentially, as the chart and map of global users above shows. This includes lab users at universities such as Harvard, MIT, and Cornell. The user community and press embraced the program enthusiastically, calling it a "hugely important analytic tool," a "very fine piece of software," an "exciting development" and more.</p> |
| 148 | + |
| 149 | +<p> |
| 150 | + <iframe width="100%" height="420" frameborder="0" src="https://geodacenter.asu.edu/data/charts/GeoDa Software_map.html"></iframe> |
| 151 | +</p> |
| 152 | +<h3> |
| 153 | +<a id="dependencies" class="anchor" href="#dependencies" aria-hidden="true"><span class="octicon octicon-link"></span></a>Dependencies</h3> |
| 154 | + |
| 155 | +<p>GeoDa TM is built upon several open source libraries and source-code files. Below is a list of some of these that we'd like to acknowledge.</p> |
| 156 | + |
| 157 | +<p>Boost Libraries, version 1.53 |
| 158 | +License: Boost Software License - Version 1.0 |
| 159 | +Authors: many |
| 160 | +Links: <a href="http://www.boost.org/">http://www.boost.org/</a> |
| 161 | + <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a></p> |
| 162 | + |
| 163 | +<p>Boost.Polygon Voronoi Library, Boost version 1.53 |
| 164 | +License: Boost Software License - Version 1.0 |
| 165 | +Author: Andrii Sydorchuk |
| 166 | +Links: <a href="http://www.boost.org/">http://www.boost.org/</a> |
| 167 | + <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a></p> |
| 168 | + |
| 169 | +<p>wxWidgets Cross-Platform GUI Library, version 2.9.4 |
| 170 | +License: The wxWindows Library Licence |
| 171 | +Authors: Julian Smart, Robert Roebling, and others |
| 172 | +Links: <a href="http://www.wxwidgets.org/">http://www.wxwidgets.org/</a> |
| 173 | + <a href="http://www.opensource.org/licenses/wxwindows.php">http://www.opensource.org/licenses/wxwindows.php</a></p> |
| 174 | + |
| 175 | +<p>CLAPACK Linear Algebra Libraries, version 3.2.1 |
| 176 | +Authors: many |
| 177 | +License: Custom by University of Tennessee |
| 178 | +Links: <a href="http://www.netlib.org/clapack/">http://www.netlib.org/clapack/</a> |
| 179 | + <a href="http://www.netlib.org/lapack/lapack-3.2/LICENSE">http://www.netlib.org/lapack/lapack-3.2/LICENSE</a></p> |
| 180 | + |
| 181 | +<p>Approximate Nearest Neighbor Library, version 0.1 |
| 182 | +Note: Full source of 0.1 release included in kNN directory |
| 183 | +Authors: Sunil Arya and David Mount |
| 184 | +License: See kNN/AHH.h in included source files |
| 185 | +Links: <a href="http://www.cs.umd.edu/%7Emount/ANN/">http://www.cs.umd.edu/~mount/ANN/</a></p> |
| 186 | + |
| 187 | +<p>FastArea.c++ source code |
| 188 | +Note: We have based the source for functions findArea and |
| 189 | + ComputeArea2D in our file GenGeomAlgs.h from FastArea.c++ |
| 190 | + in Journal of Graphics Tools, 7(2):9-13, 2002 |
| 191 | +Author: Daniel Sunday |
| 192 | +License: unknown |
| 193 | +Links: <a href="http://jgt.akpeters.com/papers/Sunday02/FastArea.html">http://jgt.akpeters.com/papers/Sunday02/FastArea.html</a></p> |
| 194 | + |
| 195 | +<p>logger.h source code |
| 196 | +Author: Seweryn Habdank-Wojewodzki |
| 197 | +Note: We have copied the source for logger.h and modified it slightly |
| 198 | + to work with wxString. |
| 199 | +License: Boost Software License - Version 1.0 |
| 200 | +Links: <a href="http://accu.org/index.php/journals/1304">http://accu.org/index.php/journals/1304</a></p> |
| 201 | + |
| 202 | +<p>nullstream.h source code |
| 203 | +Author: Maciej Sobczak |
| 204 | +License: See logger.h in included source files |
| 205 | +Links: <a href="http://www.msobczak.com/">http://www.msobczak.com/</a></p> |
| 206 | + |
| 207 | +<h3> |
| 208 | +<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support or Contact</h3> |
41 | 209 |
|
42 | 210 | <p>Having trouble with Pages? Check out our <a href="https://help.github.com/pages">documentation</a> or <a href="https://github.com/contact">contact support</a> and we’ll help you sort it out.</p>
|
43 | 211 |
|
44 | 212 | <footer class="site-footer">
|
| 213 | + <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> |
45 | 214 |
|
46 | 215 | <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>
|
47 | 216 | </footer>
|
48 | 217 |
|
49 | 218 | </section>
|
50 | 219 |
|
51 |
| - |
| 220 | + <script type="text/javascript"> |
| 221 | + var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |
| 222 | + document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); |
| 223 | + </script> |
| 224 | + <script type="text/javascript"> |
| 225 | + try { |
| 226 | + var pageTracker = _gat._getTracker("UA-72724100-1"); |
| 227 | + pageTracker._trackPageview(); |
| 228 | + } catch(err) {} |
| 229 | + </script> |
| 230 | + |
52 | 231 | </body>
|
53 | 232 | </html>
|
0 commit comments