forked from Urban-Meteorology-Reading/SUEWS
-
Notifications
You must be signed in to change notification settings - Fork 10
docs: add Global Applications page with WoS publications analysis #921
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
Draft
sunt05
wants to merge
5
commits into
master
Choose a base branch
from
feature/wos-papers-analysis
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
|
🤖 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>
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