|
| 1 | + |
| 2 | +<!DOCTYPE html> |
| 3 | +<html lang="en-us"> |
| 4 | + <head> |
| 5 | + <meta charset="UTF-8"> |
| 6 | + <title>Download | GeoDa on Github</title> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 | + <style> |
| 9 | + *{margin:0;padding:0;} |
| 10 | + .shadowfilter { |
| 11 | + -webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5)); |
| 12 | + filter: url(shadow.svg#drop-shadow); |
| 13 | + } |
| 14 | + .intro1 { margin-left: -45px;} |
| 15 | + </style> |
| 16 | + <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen"> |
| 17 | + <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'> |
| 18 | + <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> |
| 19 | + <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen"> |
| 20 | + <link rel="stylesheet" href="stylesheets/simple-slideshow-styles.css"> |
| 21 | + <style> |
| 22 | + figcaption { |
| 23 | + top: .70em; |
| 24 | + left: .35em; |
| 25 | + bottom: auto!important; |
| 26 | + right: auto!important; |
| 27 | + } |
| 28 | + .water { |
| 29 | + fill: #deebf7; |
| 30 | + } |
| 31 | + |
| 32 | + .land { |
| 33 | + fill: #A98B6F; |
| 34 | + stroke: #FFF; |
| 35 | + stroke-width: 0.7px; |
| 36 | + } |
| 37 | + |
| 38 | + .land:hover { |
| 39 | + stroke: #FFF; |
| 40 | + stroke-width: 2.5px; |
| 41 | + } |
| 42 | + |
| 43 | + .focused { |
| 44 | + fill: #33CC33; |
| 45 | + } |
| 46 | + |
| 47 | + select { |
| 48 | + position: absolute; |
| 49 | + top: 20px; |
| 50 | + left: 580px; |
| 51 | + border: solid #ccc 1px; |
| 52 | + padding: 3px; |
| 53 | + box-shadow: inset 1px 1px 2px #ddd8dc; |
| 54 | + } |
| 55 | + |
| 56 | + .countryTooltip { |
| 57 | + position: absolute; |
| 58 | + display: none; |
| 59 | + pointer-events: none; |
| 60 | + background: #fff; |
| 61 | + padding: 5px; |
| 62 | + text-align: left; |
| 63 | + border: solid #ccc 1px; |
| 64 | + color: #666; |
| 65 | + font-size: 14px; |
| 66 | + font-family: sans-serif; |
| 67 | + } |
| 68 | + |
| 69 | + .q0-11 { fill:rgb(255,255,255); } |
| 70 | + .q1-11 { fill:rgb(240,240,240); } |
| 71 | + .q2-11 { fill:rgb(255,247,236); } |
| 72 | + .q3-11 { fill:rgb(254,232,200); } |
| 73 | + .q4-11 { fill:rgb(253,212,158); } |
| 74 | + .q5-11 { fill:rgb(253,187,132); } |
| 75 | + .q6-11 { fill:rgb(252,141,89); } |
| 76 | + .q7-11 { fill:rgb(239,101,72); } |
| 77 | + .q8-11 { fill:rgb(215,48,31); } |
| 78 | + .q9-11 { fill:rgb(179,0,0); } |
| 79 | + .q10-11 { fill:rgb(127,0,0); } |
| 80 | + </style> |
| 81 | + <script type="text/javascript" src="https://www.google.com/jsapi"></script> |
| 82 | + <script src="//d3js.org/d3.v3.min.js"></script> |
| 83 | + <script src="//d3js.org/topojson.v1.min.js"></script> |
| 84 | + <script src="//d3js.org/queue.v1.min.js"></script> |
| 85 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script> |
| 86 | + <script src="javascripts/simple_statistics.js"></script> |
| 87 | + </head> |
| 88 | + <body> |
| 89 | + |
| 90 | +<!-- Google Analytics --> |
| 91 | +<script> |
| 92 | +window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; |
| 93 | +ga('create', 'UA-72724100-1', 'auto'); |
| 94 | +ga('send', 'pageview'); |
| 95 | +</script> |
| 96 | +<script async src='https://www.google-analytics.com/analytics.js'></script> |
| 97 | +<!-- End Google Analytics --> |
| 98 | +<!-- Google Tag Manager --> |
| 99 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-53RVF8" |
| 100 | +height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
| 101 | +<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| 102 | +new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| 103 | +j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| 104 | +'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| 105 | +})(window,document,'script','dataLayer','GTM-53RVF8');</script> |
| 106 | +<!-- End Google Tag Manager --> |
| 107 | + |
| 108 | + <section class="page-header"> |
| 109 | + <h1 class="project-name">GeoDa</h1> |
| 110 | + <h2 class="project-tagline">GeoDa Cheat Sheet</h2> |
| 111 | + <a href="//geodacenter.github.io/" class="btn">Homepage</a> |
| 112 | + <a href="//geodacenter.github.io/download.html" class="btn">Download</a> |
| 113 | + <a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a> |
| 114 | + <a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a> |
| 115 | + <a href="documentation.html" class="btn">Documentation</a> |
| 116 | + <a href="//geodacenter.github.io/support.html" class="btn">Support</a> |
| 117 | + <a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a> |
| 118 | + </section> |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + <section class="main-content"> |
| 123 | + |
| 124 | +<p>Navigate GeoDa's functionality with this cheat sheet. The dots indicate the number of variables used in each tool. Icons and labels link to tutorials for more information.</p> |
| 125 | +<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSfER3ejdJ9heJx_6fYcAnNX-RE8x56Ql7LsPUIsseHOi8c4jHUdpJxcy4tatFhJbGOWyB_BraBiamA/embed?start=false&loop=false&delayms=3000" frameborder="0" width="890" height="919" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> |
| 126 | + |
| 127 | + |
| 128 | + <footer class="site-footer"> |
| 129 | + <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> |
| 130 | + |
| 131 | + <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> |
| 132 | + </footer> |
| 133 | + |
| 134 | + </section> |
| 135 | + |
| 136 | + </body> |
| 137 | +</html> |
0 commit comments