docs: add Global Applications page with WoS publications analysis#921
Draft
docs: add Global Applications page with WoS publications analysis#921
Conversation
|
🤖 I've automatically formatted the code in this PR using:
Please pull the latest changes before making further edits. |
bed9148 to
192f6ec
Compare
Add automated Web of Science publications tracker for SUEWS-related papers: - New `scripts/wos-papers/fetch_suews_papers.py` for reproducible paper retrieval - Comprehensive methodology documentation in `scripts/wos-papers/README.md` - New `docs/source/global_applications.rst` showing: - 68 papers from Web of Science - Geographic distribution across 24+ cities/regions - Application areas (energy balance, CO2 flux, vegetation, etc.) - Publication trends (2011-2026) - Output data files in JSON, BibTeX, and Markdown formats The script uses the WoS Expanded API (requires institutional subscription) and can be re-run to update the data for future documentation releases.
Co-authored-by: sunt05 <1802656+sunt05@users.noreply.github.com>
192f6ec to
60cdf5b
Compare
Preview Deployed
Note This preview is ephemeral. It will be lost when:
To restore, push any commit to this PR. |
- Remove BibTeX and Markdown outputs, keep JSON as single source of truth - Remove timestamps from filenames (suews_wos_papers.json) - Update script to default to JSON-only output - Simplify RST page: remove Publication Trends section, update date - Update README with new output format 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Create refs-wos.bib with 68 WoS papers (unique citation keys) - Add inline citations to each city entry in global_applications.rst - Add References section with bibliography directive - Fix duplicate citation keys in fetch script (AuthorYear -> AuthorYeara/b) - Update conf.py to include refs-wos.bib 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add CSV format option to fetch_suews_papers.py - Implement city detection from paper titles/abstracts - Display publications as filterable table in documentation - Include downloadable CSV alongside JSON data Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
Summary
New Files
Scripts
scripts/wos-papers/fetch_suews_papers.py- WoS API fetcher with analysisscripts/wos-papers/README.md- Methodology documentationDocumentation
docs/source/global_applications.rst- New page in Community sectiondocs/source/assets/wos-papers/- Output data (JSON, BibTeX, Markdown)Key Findings
Top Cities
Application Areas
Reproducibility
To update the data in future:
Test plan
🤖 Generated with Claude Code