Skip to content

Commit

Permalink
Merge pull request #207 from weikang9009/cite
Browse files Browse the repository at this point in the history
(docs) fix links and citations
  • Loading branch information
weikang9009 committed Jan 22, 2024
2 parents c847766 + 344cfb3 commit 6468f09
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,24 +101,21 @@ BibTeX Citation
---------------------

```
@software{wei_kang_2023_7693957,
@software{wei_kang_2024_10520458,
author = {Wei Kang and
Sergio Rey and
Philip Stephens and
James Gaboardi and
Philip Stephens and
Nicholas Malizia and
Stefanie Lumnitz and
Levi John Wolf and
Charles Schmidt and
Jay Laura and
Eli Knaap},
title = {pysal/giddy: v2.3.4},
month = mar,
year = 2023,
title = {pysal/giddy},
publisher = {Zenodo},
version = {v2.3.4},
doi = {10.5281/zenodo.7693957},
url = {https://doi.org/10.5281/zenodo.7693957}
doi = {10.5281/zenodo.1322825},
url = {https://doi.org/10.5281/zenodo.1322825}
}
```

Expand Down
19 changes: 8 additions & 11 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@ addition to space-time LISA and spatial markov methods.
<div class="col-sm-1 col-xs-hidden">
</div>
<div class="col-md-3 col-xs-12">
<a href="http://nbviewer.jupyter.org/github/pysal/giddy/blob/master/notebooks/DirectionalLISA.ipynb" class="thumbnail">
<a href="http://nbviewer.jupyter.org/github/pysal/giddy/blob/main/notebooks/DirectionalLISA.ipynb" class="thumbnail">
<img src="_static/images/rose_conditional.png" class="img-responsive center-block">
<div class="caption text-center">
<h6>Rose diagram (directional LISAs)</h6>
</div>
</a>
</div>
<div class="col-sm-3 col-xs-12">
<a href="http://nbviewer.jupyter.org/github/pysal/giddy/blob/master/notebooks/MarkovBasedMethods.ipynb" class="thumbnail">
<a href="http://nbviewer.jupyter.org/github/pysal/giddy/blob/main/notebooks/MarkovBasedMethods.ipynb" class="thumbnail">
<img src="_static/images/spatial_markov_us.png" class="img-responsive center-block">
<div class="caption text-center">
<h6>Spatial Markov Chain</h6>
</div>
</a>
</div>
<div class="col-sm-3 col-xs-12">
<a href="http://nbviewer.jupyter.org/github/pysal/giddy/blob/master/notebooks/RankBasedMethods.ipynb" class="thumbnail">
<a href="http://nbviewer.jupyter.org/github/pysal/giddy/blob/main/notebooks/RankBasedMethods.ipynb" class="thumbnail">
<img src="_static/images/neighboorsetLIMA_US.png"
class="img-responsive center-block">
<div class="caption text-center">
Expand All @@ -60,24 +60,21 @@ If you use PySAL-giddy in a scientific publication, we would appreciate using th

Bibtex entry::

@software{wei_kang_2020_3887455,
@software{wei_kang_2024_10520458,
author = {Wei Kang and
Sergio Rey and
James Gaboardi and
Philip Stephens and
Nicholas Malizia and
James Gaboardi and
Stefanie Lumnitz and
Levi John Wolf and
Charles Schmidt and
Jay Laura and
Eli Knaap},
title = {pysal/giddy: Release v2.3.3},
month = jun,
year = 2020,
title = {pysal/giddy},
publisher = {Zenodo},
version = {v2.3.3},
doi = {10.5281/zenodo.3887455},
url = {https://doi.org/10.5281/zenodo.3887455}
doi = {10.5281/zenodo.1322825},
url = {https://doi.org/10.5281/zenodo.1322825}
}

.. toctree::
Expand Down

0 comments on commit 6468f09

Please sign in to comment.