Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(docs) fix links and citations #207

Merged
merged 5 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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