f8a52ea9b76a07023c9aa4961bfbfbf061f2158e
_get_aligned_party_scores and _get_aligned_trajectory_scores both called compute_nd_axes() with no window_ids, which defaulted to _load_window_ids() returning ALL windows including quarterly. This caused the SVD component 1 bar chart to disagree with the compass (which correctly used annual-only windows via get_uniform_dim_windows). D66 appeared between GL-PvdA and PvdD in component 1 because quarterly windows contaminated the PCA basis.
docs(blog): update political compass post with correct EVR, GL-PvdA evidence, scree plot, HTML table
stemwijzer
A small project that uses QWEN embeddings for semantic features. The codebase includes an example Ansible package under packages/@ansible/example and helper scripts for deployment.
Embeddings
- This project uses QWEN embeddings (model:
qwen/qwen3-embedding-4b) via OpenRouter-compatible APIs. - Preferred environment variable:
OPENROUTER_API_KEYwith a fallback toOPENAI_API_KEY.
Publishing and deploying the Ansible package
- Package location:
packages/@ansible/example— this contains the Ansible playbooks and packaging used by CI. - To publish the package (CI): create a git tag for the version and provide
NPM_TOKENas a secret to the CI runner so it can publish to npm. - To deploy the package (CI): set the following repository secrets in your CI pipeline:
DEPLOY_HOST(default:motief.sgeboers.nl)DEPLOY_SSH_KEY(private key for thewebappsuser)DEPLOY_USER(default:webapps)
Defaults
- DEPLOY_HOST:
motief.sgeboers.nl - DEPLOY_USER:
webapps
See docs/deployment/ansible-package-deploy.md for more detailed deploy instructions and defaults.
Languages
HTML
96.7%
Python
3.2%