Add citation and update readme for topology-preserving line densification paper#313
Open
nihalzp wants to merge 5 commits into
Open
Add citation and update readme for topology-preserving line densification paper#313nihalzp wants to merge 5 commits into
nihalzp wants to merge 5 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s citation guidance to reference the new topology-preserving line densification paper and corrects the previously incorrect DOI for the 2018 PNAS flow-based cartogram paper, aligning with Issue #311’s request to add a .cff citation file.
Changes:
- Update
README.mdto cite the 2026 topology-preserving line densification paper and fix the 2018 PNAS paper DOI. - Add
CITATION.cffwith a preferred-citation pointing to the 2026 paper. - Adjust docs CI support files (
.markdown-link-check.json,.cspell.json) to accommodate the updated README content.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updates primary citation to the 2026 paper and corrects the 2018 DOI (but currently contains a license inconsistency). |
| CITATION.cff | Adds a Citation File Format entry with preferred citation for the 2026 paper. |
| .markdown-link-check.json | Ignores new README links that may fail automated link checking. |
| .cspell.json | Adds new domain-specific/proper-noun words introduced by the README update. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Miaji NZ, Singhania A, Goh ME, Le C, Tharatipyakul A, Gastner MT. _Topology-preserving line densification for creating contiguous cartograms_. Cartography and Geographic Information Science 1–16 (2026). <https://doi.org/10.1080/15230406.2026.2625329> | ||
|
|
||
| Data produced by code in this repository are subject to the MIT license found [here](./LICENSE) and should cite the aforementioned paper by Gastner et al. (2018). | ||
| Data produced by code in this repository are subject to the MIT license and should cite the aforementioned paper by Miaji et al. (2026). |
🚦 Performance Comparison (α=0.05, ±5%)
❌ FailuresNone 😎 🚀 Speed-ups (2)
🐢 Slow-downs (0)none ⚖️ No significant change (32)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Additionally, this PR fixes the wrong DOI for the 2018 paper. Initially, it pointed to the older 2004 diffusion paper.
Closes
.cffFormat #311