unaltraweb 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +20 -0
- data/Makefile +412 -0
- data/README.md +226 -0
- data/_config.yml +842 -0
- data/_data/i18n/ca.yml +278 -0
- data/_data/i18n/en.yml +278 -0
- data/_data/i18n/es.yml +278 -0
- data/_includes/audio.liquid +30 -0
- data/_includes/bib_search.liquid +5 -0
- data/_includes/blog-list.liquid +66 -0
- data/_includes/book-citation.liquid +33 -0
- data/_includes/citation.liquid +26 -0
- data/_includes/custom_head.liquid +3 -0
- data/_includes/custom_scripts.liquid +5 -0
- data/_includes/cv/list.liquid +5 -0
- data/_includes/cv/list_groups.liquid +51 -0
- data/_includes/cv/map.liquid +29 -0
- data/_includes/cv/nested_list.liquid +16 -0
- data/_includes/cv/time_table.liquid +118 -0
- data/_includes/cv-download-card.liquid +26 -0
- data/_includes/developer-mode-switcher.liquid +24 -0
- data/_includes/disqus.liquid +13 -0
- data/_includes/distill_scripts.liquid +298 -0
- data/_includes/documentation-download-detail.liquid +76 -0
- data/_includes/documentation-downloads.liquid +71 -0
- data/_includes/documentation-profile-attributes.liquid +4 -0
- data/_includes/documentation-section-toc.liquid +9 -0
- data/_includes/documentation-sidebar.liquid +112 -0
- data/_includes/figure.liquid +87 -0
- data/_includes/footer.liquid +66 -0
- data/_includes/giscus.liquid +25 -0
- data/_includes/head.liquid +220 -0
- data/_includes/header.liquid +544 -0
- data/_includes/latest_posts.liquid +61 -0
- data/_includes/localized-date.liquid +5 -0
- data/_includes/manual-bibliography.liquid +2 -0
- data/_includes/manual-featured-readings.liquid +12 -0
- data/_includes/manual-other-readings.liquid +12 -0
- data/_includes/manual-page-toc.liquid +11 -0
- data/_includes/manual-sidebar.liquid +58 -0
- data/_includes/manual-teachers.liquid +74 -0
- data/_includes/metadata.liquid +278 -0
- data/_includes/news.liquid +48 -0
- data/_includes/newsletter.liquid +68 -0
- data/_includes/page-hero.liquid +96 -0
- data/_includes/page-link.liquid +8 -0
- data/_includes/pagination.liquid +22 -0
- data/_includes/post-reading-time.liquid +29 -0
- data/_includes/previous-next.liquid +37 -0
- data/_includes/profile-card.liquid +49 -0
- data/_includes/profile-feature-matrix.liquid +75 -0
- data/_includes/profile-highlights.liquid +122 -0
- data/_includes/project-grid.liquid +26 -0
- data/_includes/project-resource-link.liquid +45 -0
- data/_includes/project-resources.liquid +21 -0
- data/_includes/projects.liquid +38 -0
- data/_includes/projects_horizontal.liquid +37 -0
- data/_includes/publications-metrics-summary.liquid +69 -0
- data/_includes/publications-summary.liquid +127 -0
- data/_includes/reading-biblio-controls.liquid +65 -0
- data/_includes/reading-cover-card.liquid +93 -0
- data/_includes/reading-rating.liquid +11 -0
- data/_includes/recommended-readings.liquid +30 -0
- data/_includes/related_posts.liquid +39 -0
- data/_includes/repository/repo.liquid +48 -0
- data/_includes/repository/repo_trophies.liquid +44 -0
- data/_includes/repository/repo_user.liquid +35 -0
- data/_includes/resume/awards.liquid +19 -0
- data/_includes/resume/basics.liquid +28 -0
- data/_includes/resume/certificates.liquid +35 -0
- data/_includes/resume/education.liquid +54 -0
- data/_includes/resume/interests.liquid +34 -0
- data/_includes/resume/languages.liquid +31 -0
- data/_includes/resume/projects.liquid +32 -0
- data/_includes/resume/publications.liquid +28 -0
- data/_includes/resume/references.liquid +31 -0
- data/_includes/resume/skills.liquid +33 -0
- data/_includes/resume/volunteer.liquid +52 -0
- data/_includes/resume/work.liquid +52 -0
- data/_includes/scripts.liquid +364 -0
- data/_includes/search-data.js.liquid +341 -0
- data/_includes/selected_papers.liquid +3 -0
- data/_includes/t.liquid +31 -0
- data/_includes/team-grid.liquid +172 -0
- data/_includes/video.liquid +97 -0
- data/_layouts/about.liquid +93 -0
- data/_layouts/archive.liquid +45 -0
- data/_layouts/bib.liquid +677 -0
- data/_layouts/book-review.liquid +225 -0
- data/_layouts/book-shelf.liquid +66 -0
- data/_layouts/cv.liquid +127 -0
- data/_layouts/default.liquid +70 -0
- data/_layouts/distill.liquid +132 -0
- data/_layouts/documentation-download-detail.liquid +5 -0
- data/_layouts/documentation-home.liquid +100 -0
- data/_layouts/documentation-page.liquid +45 -0
- data/_layouts/manual-bib.liquid +73 -0
- data/_layouts/manual-chapter.liquid +99 -0
- data/_layouts/manual-featured-bib.liquid +100 -0
- data/_layouts/manual-home.liquid +120 -0
- data/_layouts/none.liquid +1 -0
- data/_layouts/outputs.liquid +29 -0
- data/_layouts/page.liquid +52 -0
- data/_layouts/post.liquid +95 -0
- data/_layouts/profile.liquid +36 -0
- data/_layouts/profiles.liquid +36 -0
- data/_layouts/project.liquid +7 -0
- data/_layouts/repositories.liquid +58 -0
- data/_layouts/theses.liquid +126 -0
- data/_plugins/bibliography_profiles.rb +164 -0
- data/_plugins/callouts.rb +104 -0
- data/_plugins/code_blocks.rb +277 -0
- data/_plugins/computation_figure_images.rb +266 -0
- data/_plugins/computation_sources.rb +42 -0
- data/_plugins/content_search_index.rb +210 -0
- data/_plugins/details.rb +23 -0
- data/_plugins/external-posts.rb +124 -0
- data/_plugins/figure_captions.rb +800 -0
- data/_plugins/file-exists.rb +22 -0
- data/_plugins/google-scholar-citations.rb +86 -0
- data/_plugins/hide-custom-bibtex.rb +18 -0
- data/_plugins/inspirehep-citations.rb +57 -0
- data/_plugins/localized_visual_sources.rb +145 -0
- data/_plugins/manual_release_metadata.rb +47 -0
- data/_plugins/mermaid_mmd_images.rb +233 -0
- data/_plugins/profile-pages.rb +28 -0
- data/_plugins/remove-accents.rb +32 -0
- data/_plugins/reproducible_build_time.rb +55 -0
- data/_plugins/search-data.rb +83 -0
- data/_plugins/theme-cache-bust.rb +56 -0
- data/_plugins/vega_visual_images.rb +290 -0
- data/_plugins/web_capture_images.rb +154 -0
- data/_sass/_base.scss +2133 -0
- data/_sass/_blog.scss +67 -0
- data/_sass/_callouts.scss +100 -0
- data/_sass/_custom.scss +437 -0
- data/_sass/_cv.scss +274 -0
- data/_sass/_developer.scss +97 -0
- data/_sass/_distill.scss +185 -0
- data/_sass/_documentation.scss +2220 -0
- data/_sass/_layout.scss +218 -0
- data/_sass/_manual.scss +2691 -0
- data/_sass/_profile.scss +323 -0
- data/_sass/_projects.scss +163 -0
- data/_sass/_reading.scss +465 -0
- data/_sass/_site-custom.scss +3 -0
- data/_sass/_tabs.scss +48 -0
- data/_sass/_team.scss +230 -0
- data/_sass/_themes.scss +254 -0
- data/_sass/_typograms.scss +132 -0
- data/_sass/_variables.scss +52 -0
- data/_sass/font-awesome/_animated.scss +152 -0
- data/_sass/font-awesome/_bordered-pulled.scss +20 -0
- data/_sass/font-awesome/_core.scss +49 -0
- data/_sass/font-awesome/_fixed-width.scss +7 -0
- data/_sass/font-awesome/_functions.scss +57 -0
- data/_sass/font-awesome/_icons.scss +13 -0
- data/_sass/font-awesome/_list.scss +18 -0
- data/_sass/font-awesome/_mixins.scss +65 -0
- data/_sass/font-awesome/_rotated-flipped.scss +31 -0
- data/_sass/font-awesome/_screen-reader.scss +14 -0
- data/_sass/font-awesome/_shims.scss +1578 -0
- data/_sass/font-awesome/_sizing.scss +16 -0
- data/_sass/font-awesome/_stacked.scss +32 -0
- data/_sass/font-awesome/_variables.scss +5044 -0
- data/_sass/font-awesome/brands.scss +30 -0
- data/_sass/font-awesome/fontawesome.scss +21 -0
- data/_sass/font-awesome/regular.scss +27 -0
- data/_sass/font-awesome/solid.scss +27 -0
- data/_sass/font-awesome/v4-shims.scss +11 -0
- data/_sass/tabler-icons/tabler-icons-filled.scss +1646 -0
- data/_sass/tabler-icons/tabler-icons-outline.scss +9859 -0
- data/_sass/tabler-icons/tabler-icons.scss +11463 -0
- data/_scripts/cronitor-analytics-setup.js +9 -0
- data/_scripts/giscus-setup.js +48 -0
- data/_scripts/google-analytics-setup.js +9 -0
- data/_scripts/open-panel-analytics-setup.js +14 -0
- data/_scripts/photoswipe-setup.js +11 -0
- data/assets/audio/epicaly-short-113909.mp3 +0 -0
- data/assets/bibliography/2018-12-22-distill.bib +7 -0
- data/assets/css/academicons.min.css +1 -0
- data/assets/css/bootstrap-toc.min.css +4 -0
- data/assets/css/bootstrap.min.css +7 -0
- data/assets/css/bootstrap.min.css.map +1 -0
- data/assets/css/jekyll-pygments-themes-github.css +209 -0
- data/assets/css/jekyll-pygments-themes-native.css +232 -0
- data/assets/css/jupyter-grade3.css +3758 -0
- data/assets/css/jupyter-monokai.css +3758 -0
- data/assets/css/jupyter.css +383 -0
- data/assets/css/main.scss +36 -0
- data/assets/css/mdb.min.css +48 -0
- data/assets/css/mdb.min.css.map +1 -0
- data/assets/css/scholar-icons.css +386 -0
- data/assets/fonts/academicons.ttf +0 -0
- data/assets/fonts/academicons.woff +0 -0
- data/assets/fonts/scholar-icons.ttf +0 -0
- data/assets/fonts/scholar-icons.woff +0 -0
- data/assets/fonts/tabler-icons-filled.ttf +0 -0
- data/assets/fonts/tabler-icons-filled.woff +0 -0
- data/assets/fonts/tabler-icons-filled.woff2 +0 -0
- data/assets/fonts/tabler-icons-outline.ttf +0 -0
- data/assets/fonts/tabler-icons-outline.woff +0 -0
- data/assets/fonts/tabler-icons-outline.woff2 +0 -0
- data/assets/fonts/tabler-icons.ttf +0 -0
- data/assets/fonts/tabler-icons.woff +0 -0
- data/assets/fonts/tabler-icons.woff2 +0 -0
- data/assets/html/relativity.html +15 -0
- data/assets/img/1.jpg +0 -0
- data/assets/img/10.jpg +0 -0
- data/assets/img/11.jpg +0 -0
- data/assets/img/12.jpg +0 -0
- data/assets/img/2.jpg +0 -0
- data/assets/img/3.jpg +0 -0
- data/assets/img/4.jpg +0 -0
- data/assets/img/5.jpg +0 -0
- data/assets/img/6.jpg +0 -0
- data/assets/img/7.jpg +0 -0
- data/assets/img/8.jpg +0 -0
- data/assets/img/9.jpg +0 -0
- data/assets/img/book_covers/the_godfather.jpg +0 -0
- data/assets/img/brand/dosquartsdedocs-logo-cafe.svg +31 -0
- data/assets/img/brand/dosquartsdedocs-logo-footer-cafe.svg +31 -0
- data/assets/img/brand/dosquartsdedocs-logo-white.svg +31 -0
- data/assets/img/brand/dosquartsdedocs-logo.svg +31 -0
- data/assets/img/prof_pic.jpg +0 -0
- data/assets/img/prof_pic_color.png +0 -0
- data/assets/img/profile-placeholder.svg +8 -0
- data/assets/img/publication_preview/brownian-motion.gif +0 -0
- data/assets/img/publication_preview/goodchild1992-gis-cover.jpg +0 -0
- data/assets/img/publication_preview/gutierrez2020-jtrg-preview.jpg +0 -0
- data/assets/img/publication_preview/harvey1989-postmodernity-cover.jpg +0 -0
- data/assets/img/publication_preview/tobler1970-economic-geography-cover.jpg +0 -0
- data/assets/img/publication_preview/tuan1977-space-place-cover.jpg +0 -0
- data/assets/img/publication_preview/wave-mechanics.gif +0 -0
- data/assets/img/publication_preview/zaragozi2025-rooftop-pv-preview.jpg +0 -0
- data/assets/img/rhino.png +0 -0
- data/assets/img/team/aaron-gutierrez.png +0 -0
- data/assets/img/team/alba-font.png +0 -0
- data/assets/img/team/alba-viana.png +0 -0
- data/assets/img/team/alejandro-gonzalez.png +0 -0
- data/assets/img/team/ana-pastor.png +0 -0
- data/assets/img/team/antoni-domenech.png +0 -0
- data/assets/img/team/benito-zaragozi.png +0 -0
- data/assets/img/team/cinta-sanz.png +0 -0
- data/assets/img/team/daniel-miravet.png +0 -0
- data/assets/img/team/eugenia-altamirano.png +0 -0
- data/assets/img/team/fiammetta-brandajs.png +0 -0
- data/assets/img/team/francesc-gonzalez.png +0 -0
- data/assets/img/team/isabel-paulino.png +0 -0
- data/assets/img/team/joan-borras.png +0 -0
- data/assets/img/team/julie-wilson.png +0 -0
- data/assets/img/team/liliana-sole.png +0 -0
- data/assets/img/team/maria-casado.png +0 -0
- data/assets/img/team/maria-medina.png +0 -0
- data/assets/img/team/marta-nello.png +0 -0
- data/assets/img/team/mogrify +1 -0
- data/assets/img/team/oscar-saladie.png +0 -0
- data/assets/img/team/paolo-russo.png +0 -0
- data/assets/img/team/raquel-santos.png +0 -0
- data/assets/img/team/salvador-anton.png +0 -0
- data/assets/img/team/sunsi-huertas.png +0 -0
- data/assets/img/team/user-placeholder.png +0 -0
- data/assets/img/team/wilbert-den-hoed.png +0 -0
- data/assets/img/team/xavier-delclos.png +0 -0
- data/assets/img/template_error.png +0 -0
- data/assets/js/bibsearch.js +70 -0
- data/assets/js/bootstrap-toc.min.js +5 -0
- data/assets/js/bootstrap.bundle.min.js +7 -0
- data/assets/js/bootstrap.bundle.min.js.map +1 -0
- data/assets/js/callouts.js +115 -0
- data/assets/js/chartjs-setup.js +14 -0
- data/assets/js/common.js +117 -0
- data/assets/js/content-search-match.js +159 -0
- data/assets/js/content-search.js +441 -0
- data/assets/js/copy_code.js +60 -0
- data/assets/js/custom.js +6 -0
- data/assets/js/developer-mode.js +103 -0
- data/assets/js/diff2html-setup.js +20 -0
- data/assets/js/distillpub/overrides.js +27 -0
- data/assets/js/distillpub/template.v2.js +9616 -0
- data/assets/js/distillpub/template.v2.js.map +1 -0
- data/assets/js/distillpub/transforms.v2.js +14557 -0
- data/assets/js/distillpub/transforms.v2.js.map +1 -0
- data/assets/js/documentation.js +435 -0
- data/assets/js/echarts-setup.js +29 -0
- data/assets/js/highlight-search-term.js +110 -0
- data/assets/js/jupyter_new_tab.js +18 -0
- data/assets/js/leaflet-setup.js +22 -0
- data/assets/js/manual.js +308 -0
- data/assets/js/masonry.js +12 -0
- data/assets/js/mathjax-setup.js +46 -0
- data/assets/js/mermaid-setup.js +37 -0
- data/assets/js/newsletter.js +105 -0
- data/assets/js/no_defer.js +24 -0
- data/assets/js/plotly-setup.js +52 -0
- data/assets/js/profile-nav.js +92 -0
- data/assets/js/progress-bar.js +73 -0
- data/assets/js/pseudocode-setup.js +18 -0
- data/assets/js/search/base-styles.min.js +286 -0
- data/assets/js/search/command-score.min.js +7 -0
- data/assets/js/search/hotkeys-js/hotkeys.esm.min.js +18 -0
- data/assets/js/search/lit/decorators.min.js +7 -0
- data/assets/js/search/lit/directives/class-map.min.js +7 -0
- data/assets/js/search/lit/directives/join.min.js +7 -0
- data/assets/js/search/lit/directives/live.min.js +7 -0
- data/assets/js/search/lit/directives/ref.min.js +7 -0
- data/assets/js/search/lit/directives/repeat.min.js +7 -0
- data/assets/js/search/lit/directives/unsafe-html.min.js +7 -0
- data/assets/js/search/lit/index.min.js +7 -0
- data/assets/js/search/lit-element/lit-element.min.js +12 -0
- data/assets/js/search/lit-html/directives/class-map.min.js +22 -0
- data/assets/js/search/lit-html/directives/join.min.js +12 -0
- data/assets/js/search/lit-html/directives/live.min.js +28 -0
- data/assets/js/search/lit-html/directives/ref.min.js +32 -0
- data/assets/js/search/lit-html/directives/repeat.min.js +27 -0
- data/assets/js/search/lit-html/directives/unsafe-html.min.js +22 -0
- data/assets/js/search/lit-html/is-server.min.js +12 -0
- data/assets/js/search/lit-html/lit-html.min.js +12 -0
- data/assets/js/search/ninja-action.min.js +101 -0
- data/assets/js/search/ninja-footer.min.js +62 -0
- data/assets/js/search/ninja-header.min.js +78 -0
- data/assets/js/search/ninja-keys.min.js +39 -0
- data/assets/js/search/reactive-element/decorators/custom-element.min.js +12 -0
- data/assets/js/search/reactive-element/decorators/event-options.min.js +12 -0
- data/assets/js/search/reactive-element/decorators/property.min.js +22 -0
- data/assets/js/search/reactive-element/decorators/query-all.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/query-assigned-elements.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/query-assigned-nodes.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/query-async.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/query.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/state.min.js +27 -0
- data/assets/js/search/reactive-element/reactive-element.min.js +17 -0
- data/assets/js/search-setup.js +17 -0
- data/assets/js/shortcut-key.js +11 -0
- data/assets/js/tabs.min.js +5 -0
- data/assets/js/theme.js +314 -0
- data/assets/js/tooltips-setup.js +3 -0
- data/assets/js/typograms.js +1341 -0
- data/assets/js/vanilla-back-to-top.min.js +1 -0
- data/assets/js/vega-setup.js +24 -0
- data/assets/js/venobox-setup.js +5 -0
- data/assets/js/wechat.js +14 -0
- data/assets/js/zoom.js +15 -0
- data/assets/json/resume.json +98 -0
- data/assets/json/table_data.json +128 -0
- data/assets/jupyter/blog.ipynb +48 -0
- data/assets/pdf/example_pdf.pdf +0 -0
- data/assets/plotly/demo.html +72 -0
- data/assets/video/pexels-engin-akyurt-6069112-960x540-30fps.mp4 +0 -0
- data/assets/webfonts/fa-brands-400.ttf +0 -0
- data/assets/webfonts/fa-brands-400.woff2 +0 -0
- data/assets/webfonts/fa-regular-400.ttf +0 -0
- data/assets/webfonts/fa-regular-400.woff2 +0 -0
- data/assets/webfonts/fa-solid-900.ttf +0 -0
- data/assets/webfonts/fa-solid-900.woff2 +0 -0
- data/assets/webfonts/fa-v4compatibility.ttf +0 -0
- data/assets/webfonts/fa-v4compatibility.woff2 +0 -0
- data/docs/Gemfile +5 -0
- data/docs/_config.yml +83 -0
- data/docs/_documentation/en/01-quick-start.md +115 -0
- data/docs/_documentation/en/02-tools.md +146 -0
- data/docs/_documentation/en/03-usage.md +107 -0
- data/docs/_documentation/en/04-jekyll-basics.md +51 -0
- data/docs/_documentation/en/05-pages-collections.md +68 -0
- data/docs/_documentation/en/06-github-web-editing.md +92 -0
- data/docs/_documentation/en/10-profiles.md +125 -0
- data/docs/_documentation/en/11-unaltreselfie.md +39 -0
- data/docs/_documentation/en/12-unaltreprojecte.md +38 -0
- data/docs/_documentation/en/13-unaltremanual.md +237 -0
- data/docs/_documentation/en/14-unaltredocs.md +92 -0
- data/docs/_documentation/en/15-profile-checklist.md +39 -0
- data/docs/_documentation/en/20-syntax.md +353 -0
- data/docs/_documentation/en/21-themes.md +103 -0
- data/docs/_documentation/en/22-feature-reference.md +56 -0
- data/docs/_documentation/en/23-front-matter.md +51 -0
- data/docs/_documentation/en/24-data-files.md +28 -0
- data/docs/_documentation/en/30-customization.md +448 -0
- data/docs/_documentation/en/31-template.md +55 -0
- data/docs/_documentation/en/32-development.md +108 -0
- data/docs/_documentation/en/33-reusable-workflows.md +136 -0
- data/docs/_documentation/en/40-distribution.md +164 -0
- data/docs/_documentation/en/41-bibliometrics.md +137 -0
- data/docs/_documentation/en/42-docker-image.md +185 -0
- data/docs/_documentation/en/50-faq.md +33 -0
- data/docs/_pages/ca/index.md +35 -0
- data/docs/_pages/en/index.md +35 -0
- data/docs/_pages/es/index.md +35 -0
- data/docs/agents/action-prompts/00-start-site-session.txt +10 -0
- data/docs/agents/action-prompts/05-create-new-web.txt +5 -0
- data/docs/agents/action-prompts/10-content-update.txt +9 -0
- data/docs/agents/action-prompts/15-edit-default-content.txt +8 -0
- data/docs/agents/action-prompts/20-manual-teaching-materials.txt +18 -0
- data/docs/agents/action-prompts/22-manual-style-audit.txt +14 -0
- data/docs/agents/action-prompts/23-manual-structure-audit.txt +17 -0
- data/docs/agents/action-prompts/25-translation-prepublish.txt +8 -0
- data/docs/agents/action-prompts/30-project-site-update.txt +7 -0
- data/docs/agents/action-prompts/40-documentation-update.txt +7 -0
- data/docs/agents/action-prompts/50-bibliography-entry.txt +7 -0
- data/docs/agents/action-prompts/60-bibliometrics-refresh.txt +7 -0
- data/docs/agents/action-prompts/70-build-and-review.txt +12 -0
- data/docs/agents/manual-authoring-components.md +255 -0
- data/docs/agents/mcp-contract.md +162 -0
- data/docs/agents/quarto-computation-adoption.md +102 -0
- data/docs/assets/img/unaltraweb-docs-hero.svg +36 -0
- data/lib/unaltraweb/version.rb +8 -0
- data/lib/unaltraweb.rb +31 -0
- data/requirements.txt +5 -0
- data/scripts/biblio/fetch_scimago_csv.sh +126 -0
- data/scripts/biblio/metrics_common.py +154 -0
- data/scripts/biblio/metrics_merge_meta.py +73 -0
- data/scripts/biblio/metrics_update.py +826 -0
- data/scripts/computations/python/Dockerfile +37 -0
- data/scripts/computations/r/Dockerfile +31 -0
- data/scripts/computations/render.py +1267 -0
- data/scripts/cv/render_pdf_preview.sh +36 -0
- data/scripts/deploy/publish_branch.sh +80 -0
- data/scripts/generate_logo_variants.py +47 -0
- data/scripts/manual/Dockerfile +31 -0
- data/scripts/manual/build_pdf.py +1780 -0
- data/scripts/manual/filters/bibliography.lua +164 -0
- data/scripts/manual/filters/code-blocks.lua +102 -0
- data/scripts/manual/filters/figure-captions.lua +35 -0
- data/scripts/manual/publish_release.sh +281 -0
- data/scripts/manual/templates/manual.tex +494 -0
- data/scripts/manual/verify_release_assets.py +650 -0
- data/scripts/test_gem_build.py +128 -0
- data/scripts/test_reproducible_jekyll_build.py +191 -0
- data/scripts/test_wheel_install.py +282 -0
- data/scripts/unaltraweb-docker-mount.sh +36 -0
- data/scripts/unaltraweb-mcp-bootstrap.sh +105 -0
- data/scripts/unaltraweb-mcp-cleanup.sh +73 -0
- data/scripts/unaltraweb-mcp-project-id.sh +34 -0
- data/scripts/validate_distribution.py +563 -0
- data/scripts/validate_workflows.py +1285 -0
- data/scripts/web_captures/Dockerfile +31 -0
- data/scripts/web_captures/capture.mjs +157 -0
- data/scripts/web_captures/package-lock.json +56 -0
- data/scripts/web_captures/package.json +9 -0
- data/scripts/web_captures/render.py +867 -0
- data/src/unaltraweb_mcp/component-contract.json +153 -0
- data/src/unaltraweb_mcp/component-contract.schema.json +87 -0
- data/src/unaltraweb_mcp/docker_mount.py +19 -0
- metadata +861 -0
data/_sass/_blog.scss
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/* =============================================================================
|
|
2
|
+
Blog archive
|
|
3
|
+
============================================================================= */
|
|
4
|
+
|
|
5
|
+
.blog-archive {
|
|
6
|
+
display: grid;
|
|
7
|
+
gap: 1.15rem;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.blog-archive-range {
|
|
11
|
+
margin: 0;
|
|
12
|
+
color: var(--global-text-color-light);
|
|
13
|
+
font-size: 0.9rem;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.blog-archive-item {
|
|
17
|
+
padding-bottom: 1.15rem;
|
|
18
|
+
border-bottom: 1px solid var(--global-divider-color);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.blog-archive-item:last-child {
|
|
22
|
+
border-bottom: 0;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.blog-archive-meta {
|
|
26
|
+
margin: 0 0 0.2rem;
|
|
27
|
+
display: flex;
|
|
28
|
+
flex-wrap: wrap;
|
|
29
|
+
gap: 0.35rem 0.75rem;
|
|
30
|
+
color: var(--global-text-color-light);
|
|
31
|
+
font-size: 0.82rem;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.blog-archive-meta .post-reading-time {
|
|
35
|
+
display: inline-flex;
|
|
36
|
+
align-items: baseline;
|
|
37
|
+
gap: 0.25rem;
|
|
38
|
+
white-space: nowrap;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.blog-archive-title {
|
|
42
|
+
margin: 0;
|
|
43
|
+
font-size: 1.18rem;
|
|
44
|
+
line-height: 1.25;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.blog-archive-excerpt {
|
|
48
|
+
margin: 0.4rem 0 0;
|
|
49
|
+
color: var(--global-text-color);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.blog-archive-tags {
|
|
53
|
+
list-style: none;
|
|
54
|
+
padding: 0;
|
|
55
|
+
margin: 0.55rem 0 0;
|
|
56
|
+
display: flex;
|
|
57
|
+
flex-wrap: wrap;
|
|
58
|
+
gap: 0.35rem;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.blog-archive-tags li {
|
|
62
|
+
padding: 0.1rem 0.4rem;
|
|
63
|
+
border: 1px solid var(--global-divider-color);
|
|
64
|
+
border-radius: 999px;
|
|
65
|
+
color: var(--global-text-color-light);
|
|
66
|
+
font-size: 0.75rem;
|
|
67
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/*******************************************************************************
|
|
2
|
+
* Callouts
|
|
3
|
+
******************************************************************************/
|
|
4
|
+
|
|
5
|
+
.uw-callout-wrapper {
|
|
6
|
+
margin: 0;
|
|
7
|
+
padding: 0;
|
|
8
|
+
border: 0;
|
|
9
|
+
background: transparent;
|
|
10
|
+
font-size: inherit;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.uw-callout {
|
|
14
|
+
--uw-callout-border: var(--global-tip-block);
|
|
15
|
+
--uw-callout-bg: var(--global-tip-block-bg);
|
|
16
|
+
--uw-callout-text: var(--global-tip-block-text);
|
|
17
|
+
--uw-callout-title: var(--global-tip-block-title);
|
|
18
|
+
|
|
19
|
+
margin: 1.35rem 0;
|
|
20
|
+
padding: 0.85rem 1rem 0.9rem;
|
|
21
|
+
border: 1px solid color-mix(in srgb, var(--uw-callout-border) 42%, transparent);
|
|
22
|
+
border-left: 0.28rem solid var(--uw-callout-border);
|
|
23
|
+
border-radius: 0;
|
|
24
|
+
background: var(--uw-callout-bg);
|
|
25
|
+
font-size: 1rem;
|
|
26
|
+
|
|
27
|
+
p,
|
|
28
|
+
li,
|
|
29
|
+
em,
|
|
30
|
+
strong,
|
|
31
|
+
code {
|
|
32
|
+
color: var(--uw-callout-text);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
a,
|
|
36
|
+
h1,
|
|
37
|
+
h2,
|
|
38
|
+
h3,
|
|
39
|
+
h4,
|
|
40
|
+
h5,
|
|
41
|
+
h6 {
|
|
42
|
+
color: var(--uw-callout-title);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
> :last-child {
|
|
46
|
+
margin-bottom: 0;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.uw-callout-title {
|
|
50
|
+
margin: 0 0 0.45rem;
|
|
51
|
+
color: var(--uw-callout-title);
|
|
52
|
+
font-size: 0.78rem;
|
|
53
|
+
font-weight: 700;
|
|
54
|
+
letter-spacing: 0.06em;
|
|
55
|
+
line-height: 1.25;
|
|
56
|
+
text-transform: uppercase;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.uw-callout-example {
|
|
61
|
+
--uw-callout-border: var(--global-tip-block);
|
|
62
|
+
--uw-callout-bg: var(--global-tip-block-bg);
|
|
63
|
+
--uw-callout-text: var(--global-tip-block-text);
|
|
64
|
+
--uw-callout-title: var(--global-tip-block-title);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.uw-callout-warning {
|
|
68
|
+
--uw-callout-border: var(--global-warning-block);
|
|
69
|
+
--uw-callout-bg: var(--global-warning-block-bg);
|
|
70
|
+
--uw-callout-text: var(--global-warning-block-text);
|
|
71
|
+
--uw-callout-title: var(--global-warning-block-title);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.uw-callout-objectives {
|
|
75
|
+
--uw-callout-border: #2f6fd6;
|
|
76
|
+
--uw-callout-bg: #edf3ff;
|
|
77
|
+
--uw-callout-text: #20458b;
|
|
78
|
+
--uw-callout-title: #2a5fb8;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.uw-callout-danger {
|
|
82
|
+
--uw-callout-border: var(--global-danger-block);
|
|
83
|
+
--uw-callout-bg: var(--global-danger-block-bg);
|
|
84
|
+
--uw-callout-text: var(--global-danger-block-text);
|
|
85
|
+
--uw-callout-title: var(--global-danger-block-title);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
html[data-theme="cafe"] .uw-callout-objectives {
|
|
89
|
+
--uw-callout-border: #3d5f93;
|
|
90
|
+
--uw-callout-bg: #e4eaf5;
|
|
91
|
+
--uw-callout-text: #2d4570;
|
|
92
|
+
--uw-callout-title: #355784;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
html[data-theme="dark"] .uw-callout-objectives {
|
|
96
|
+
--uw-callout-border: #78b8ff;
|
|
97
|
+
--uw-callout-bg: #1a2d48;
|
|
98
|
+
--uw-callout-text: #d6eaff;
|
|
99
|
+
--uw-callout-title: #9bceff;
|
|
100
|
+
}
|
data/_sass/_custom.scss
ADDED
|
@@ -0,0 +1,437 @@
|
|
|
1
|
+
/* CUSTOM: all local overrides live here */
|
|
2
|
+
|
|
3
|
+
/* =============================================================================
|
|
4
|
+
Custom configuration
|
|
5
|
+
-----------------------------------------------------------------------------
|
|
6
|
+
Keep all your site-specific CSS changes in this file so they are easy to
|
|
7
|
+
locate, review, and port to other instances of the template.
|
|
8
|
+
============================================================================= */
|
|
9
|
+
|
|
10
|
+
/* === Configurable tokens ===================================================== */
|
|
11
|
+
:root {
|
|
12
|
+
/* Primary link color in light mode */
|
|
13
|
+
--custom-link-color: #1a73e8;
|
|
14
|
+
|
|
15
|
+
/* Link hover color in light mode */
|
|
16
|
+
--custom-link-hover-color: #135cbc;
|
|
17
|
+
|
|
18
|
+
/* Accent color used by UI elements (navbar active item, badges, etc.) */
|
|
19
|
+
--custom-accent-color: var(--custom-link-color);
|
|
20
|
+
--custom-accent-hover-color: var(--custom-link-hover-color);
|
|
21
|
+
|
|
22
|
+
/* Inline code styling in light mode (this removes the light purple highlight) */
|
|
23
|
+
--custom-inline-code-bg: rgba(26, 115, 232, 0.10);
|
|
24
|
+
--custom-inline-code-text: #5a1f5f;
|
|
25
|
+
--custom-inline-code-border: rgba(26, 115, 232, 0.25);
|
|
26
|
+
|
|
27
|
+
/* Text selection styling in light mode (optional) */
|
|
28
|
+
--custom-selection-bg: rgba(26, 115, 232, 0.25);
|
|
29
|
+
--custom-selection-text: inherit;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
/* =============================================================================
|
|
33
|
+
Light mode accent overrides (al-folio theme variables)
|
|
34
|
+
-----------------------------------------------------------------------------
|
|
35
|
+
In al-folio, many UI elements (navbar active item, badges, highlights,
|
|
36
|
+
some icons, etc.) use theme variables instead of inheriting from "a {}".
|
|
37
|
+
This block updates the accent variables ONLY in light mode.
|
|
38
|
+
============================================================================= */
|
|
39
|
+
|
|
40
|
+
html[data-theme="light"] {
|
|
41
|
+
/* Global theme accent used across the UI */
|
|
42
|
+
--global-theme-color: var(--custom-accent-color);
|
|
43
|
+
|
|
44
|
+
/* Global hover color used across the UI */
|
|
45
|
+
--global-hover-color: var(--custom-accent-hover-color);
|
|
46
|
+
|
|
47
|
+
/* Inline code variables used by the theme (names may vary by version, but
|
|
48
|
+
setting these is usually enough to remove the purple background) */
|
|
49
|
+
--global-code-bg-color: var(--custom-inline-code-bg);
|
|
50
|
+
--global-code-text-color: var(--custom-inline-code-text);
|
|
51
|
+
--global-code-border-color: var(--custom-inline-code-border);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/* =============================================================================
|
|
55
|
+
Light mode link overrides
|
|
56
|
+
-----------------------------------------------------------------------------
|
|
57
|
+
Force link colors ONLY in light mode. Dark mode keeps the theme defaults.
|
|
58
|
+
============================================================================= */
|
|
59
|
+
|
|
60
|
+
html[data-theme="light"] a,
|
|
61
|
+
html[data-theme="light"] table.table a {
|
|
62
|
+
color: var(--custom-link-color);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
html[data-theme="light"] a:hover,
|
|
66
|
+
html[data-theme="light"] table.table a:hover {
|
|
67
|
+
color: var(--custom-link-hover-color);
|
|
68
|
+
text-decoration: underline;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
html[data-theme="light"] a[rel~="external"],
|
|
72
|
+
html[data-theme="light"] a[rel~="external"]:hover {
|
|
73
|
+
color: var(--global-external-link-color);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
html[data-theme="light"] footer.fixed-bottom .footer-content a,
|
|
77
|
+
html[data-theme="light"] footer.fixed-bottom .footer-content a:hover {
|
|
78
|
+
color: var(--global-footer-link-color);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
html[data-theme="light"] a.citation,
|
|
82
|
+
html[data-theme="light"] a.citation:hover,
|
|
83
|
+
html[data-theme="light"] a.citation-number,
|
|
84
|
+
html[data-theme="light"] a.citation-number:hover {
|
|
85
|
+
color: var(--global-citation-color);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/* =============================================================================
|
|
89
|
+
Navbar overrides (light mode)
|
|
90
|
+
-----------------------------------------------------------------------------
|
|
91
|
+
Some navbar items can be styled with more specific selectors in the theme.
|
|
92
|
+
These rules ensure consistent behavior:
|
|
93
|
+
- Default navbar links use the standard text color
|
|
94
|
+
- Hover uses the global hover color
|
|
95
|
+
- Active item uses the global theme color
|
|
96
|
+
============================================================================= */
|
|
97
|
+
|
|
98
|
+
html[data-theme="light"] .navbar a,
|
|
99
|
+
html[data-theme="light"] .navbar .nav-link,
|
|
100
|
+
html[data-theme="light"] .navbar .dropdown-item {
|
|
101
|
+
color: var(--global-text-color);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
html[data-theme="light"] .navbar a:hover,
|
|
105
|
+
html[data-theme="light"] .navbar .nav-link:hover,
|
|
106
|
+
html[data-theme="light"] .navbar .dropdown-item:hover {
|
|
107
|
+
color: var(--global-hover-color);
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/* Active nav item (current page) */
|
|
111
|
+
html[data-theme="light"] .navbar .nav-link.active,
|
|
112
|
+
html[data-theme="light"] .navbar .nav-item.active > .nav-link {
|
|
113
|
+
color: var(--global-theme-color);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/* =============================================================================
|
|
117
|
+
Inline code overrides (light mode)
|
|
118
|
+
-----------------------------------------------------------------------------
|
|
119
|
+
The light purple highlight is the inline <code> styling.
|
|
120
|
+
These selectors force a consistent inline code background in light mode.
|
|
121
|
+
============================================================================= */
|
|
122
|
+
|
|
123
|
+
html[data-theme="light"] code {
|
|
124
|
+
background: var(--custom-inline-code-bg);
|
|
125
|
+
border: 1px solid var(--custom-inline-code-border);
|
|
126
|
+
color: var(--custom-inline-code-text);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
/* Avoid affecting fenced code blocks in light mode */
|
|
130
|
+
html[data-theme="light"] pre code {
|
|
131
|
+
background: inherit;
|
|
132
|
+
border: none;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/* =============================================================================
|
|
136
|
+
Text selection overrides (light mode)
|
|
137
|
+
-----------------------------------------------------------------------------
|
|
138
|
+
Optional: highlight color when selecting text with the mouse.
|
|
139
|
+
============================================================================= */
|
|
140
|
+
|
|
141
|
+
html[data-theme="light"] ::selection {
|
|
142
|
+
background: var(--custom-selection-bg);
|
|
143
|
+
color: var(--custom-selection-text);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/* =============================================================================
|
|
147
|
+
Notes
|
|
148
|
+
-----------------------------------------------------------------------------
|
|
149
|
+
If any remaining purple highlight persists, it may be coming from a more
|
|
150
|
+
specific class (e.g., .highlight, .kbd, .search-keyword, etc.). In that case,
|
|
151
|
+
add a targeted rule here, always prefixed with:
|
|
152
|
+
html[data-theme="light"] ...
|
|
153
|
+
so coffee and dark modes remain untouched.
|
|
154
|
+
============================================================================= */
|
|
155
|
+
|
|
156
|
+
/* =============================================================================
|
|
157
|
+
Page hero
|
|
158
|
+
============================================================================= */
|
|
159
|
+
|
|
160
|
+
.home-hero-fullwidth {
|
|
161
|
+
position: relative;
|
|
162
|
+
width: 100vw;
|
|
163
|
+
margin-left: calc(50% - 50vw);
|
|
164
|
+
margin-right: calc(50% - 50vw);
|
|
165
|
+
margin-top: -3rem;
|
|
166
|
+
margin-bottom: 1.5rem;
|
|
167
|
+
overflow: hidden;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.home-hero-fullwidth .home-hero-image {
|
|
171
|
+
display: block;
|
|
172
|
+
width: 100%;
|
|
173
|
+
height: clamp(170px, 28vw, 280px);
|
|
174
|
+
object-fit: cover;
|
|
175
|
+
object-position: center;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.home-hero-overlay {
|
|
179
|
+
position: absolute;
|
|
180
|
+
inset: 0;
|
|
181
|
+
display: flex;
|
|
182
|
+
align-items: flex-end;
|
|
183
|
+
background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 18%, rgba(0, 0, 0, 0.64) 100%);
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.home-hero-content {
|
|
187
|
+
width: min(100%, 1140px);
|
|
188
|
+
margin: 0 auto;
|
|
189
|
+
padding: 0.95rem 1rem 1.05rem;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.home-hero-title {
|
|
193
|
+
color: #fff !important;
|
|
194
|
+
-webkit-text-fill-color: #fff;
|
|
195
|
+
margin: 0;
|
|
196
|
+
line-height: 1.1;
|
|
197
|
+
font-size: clamp(1.45rem, 3vw, 2.5rem);
|
|
198
|
+
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.home-hero-subtitle {
|
|
202
|
+
color: rgba(255, 255, 255, 0.95) !important;
|
|
203
|
+
-webkit-text-fill-color: rgba(255, 255, 255, 0.95);
|
|
204
|
+
margin: 0.35rem 0 0;
|
|
205
|
+
font-size: clamp(0.92rem, 1.45vw, 1.15rem);
|
|
206
|
+
text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.home-hero-caption {
|
|
210
|
+
position: absolute;
|
|
211
|
+
right: 0.85rem;
|
|
212
|
+
bottom: 0.75rem;
|
|
213
|
+
z-index: 3;
|
|
214
|
+
max-width: min(86vw, 620px);
|
|
215
|
+
padding: 0;
|
|
216
|
+
border: 0;
|
|
217
|
+
border-radius: 0;
|
|
218
|
+
background: transparent;
|
|
219
|
+
color: #fff;
|
|
220
|
+
text-align: right;
|
|
221
|
+
font-size: clamp(0.6rem, 0.85vw, 0.74rem);
|
|
222
|
+
line-height: 1.3;
|
|
223
|
+
font-weight: 400;
|
|
224
|
+
letter-spacing: 0;
|
|
225
|
+
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
|
|
226
|
+
backdrop-filter: none;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.home-hero-caption,
|
|
230
|
+
.home-hero-caption * {
|
|
231
|
+
color: #fff !important;
|
|
232
|
+
-webkit-text-fill-color: #fff !important;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.home-hero-caption-text,
|
|
236
|
+
.home-hero-caption-source {
|
|
237
|
+
display: block;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.home-hero-caption-source {
|
|
241
|
+
margin-top: 0.08rem;
|
|
242
|
+
font-size: 0.8em;
|
|
243
|
+
opacity: 0.9;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.home-hero-caption-source-label {
|
|
247
|
+
margin-right: 0.16rem;
|
|
248
|
+
opacity: 0.86;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.home-hero-caption-source-link {
|
|
252
|
+
font-style: italic;
|
|
253
|
+
font-weight: 400;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.home-hero-caption a,
|
|
257
|
+
.home-hero-caption a:hover,
|
|
258
|
+
.home-hero-caption a:visited {
|
|
259
|
+
color: #fff;
|
|
260
|
+
text-decoration: underline;
|
|
261
|
+
text-decoration-color: rgba(255, 255, 255, 0.78);
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
@media (max-width: 575.98px) {
|
|
265
|
+
.home-hero-caption {
|
|
266
|
+
right: 0.55rem;
|
|
267
|
+
bottom: 0.48rem;
|
|
268
|
+
max-width: 78vw;
|
|
269
|
+
font-size: 0.66rem;
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
html[data-theme='light'] .home-hero-content,
|
|
274
|
+
html[data-theme='light'] .home-hero-content * {
|
|
275
|
+
color: #fff !important;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
@media (min-width: 576px) {
|
|
279
|
+
.home-hero-content {
|
|
280
|
+
padding-left: 1.5rem;
|
|
281
|
+
padding-right: 1.5rem;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.thesis-image-source {
|
|
286
|
+
display: block;
|
|
287
|
+
margin-top: 0.12rem;
|
|
288
|
+
font-size: 0.92em;
|
|
289
|
+
opacity: 0.9;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
/* =============================================================================
|
|
293
|
+
Publications summary
|
|
294
|
+
============================================================================= */
|
|
295
|
+
|
|
296
|
+
.pub-counts {
|
|
297
|
+
margin: 0.75rem 0 1.1rem;
|
|
298
|
+
font-size: 0.96rem;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.pub-metrics-summary {
|
|
302
|
+
margin: 0.35rem 0 1.25rem;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.pub-metrics-summary .pub-metrics-updated {
|
|
306
|
+
margin-bottom: 0.45rem;
|
|
307
|
+
font-size: 0.9rem;
|
|
308
|
+
color: var(--global-text-color-light);
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.pub-summary-badges {
|
|
312
|
+
display: flex;
|
|
313
|
+
flex-wrap: wrap;
|
|
314
|
+
gap: 0.35rem;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.pub-summary-badges + .pub-summary-badges {
|
|
318
|
+
margin-top: 0.35rem;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.pub-summary-badges:last-of-type {
|
|
322
|
+
margin-bottom: 0.9rem;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.pub-metrics-meta {
|
|
326
|
+
margin: 0.15rem 0 0.95rem;
|
|
327
|
+
font-size: 0.86rem;
|
|
328
|
+
color: var(--global-text-color-light);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.metrics-badge {
|
|
332
|
+
display: inline-flex;
|
|
333
|
+
align-items: center;
|
|
334
|
+
border: 1px solid var(--global-text-color);
|
|
335
|
+
border-radius: 0.12rem;
|
|
336
|
+
background: var(--global-bg-color);
|
|
337
|
+
color: var(--global-text-color);
|
|
338
|
+
font-size: 0.82rem;
|
|
339
|
+
line-height: 1.2;
|
|
340
|
+
overflow: hidden;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.metrics-badge-label {
|
|
344
|
+
padding: 0.28rem 0.5rem;
|
|
345
|
+
border-right: 1px solid var(--global-text-color);
|
|
346
|
+
text-transform: lowercase;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.metrics-badge-value {
|
|
350
|
+
padding: 0.28rem 0.5rem;
|
|
351
|
+
font-weight: 600;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.publications ol.bibliography li .badges a {
|
|
355
|
+
color: var(--global-text-color);
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.publications ol.bibliography li .badges .metrics-badge,
|
|
359
|
+
.publications ol.bibliography li .badges .metrics-badge span {
|
|
360
|
+
color: inherit;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.publications ol.bibliography li .badges .metrics-badge > span {
|
|
364
|
+
height: auto;
|
|
365
|
+
text-decoration: none;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.publications ol.bibliography li .badges .metrics-badge > .metrics-badge-label,
|
|
369
|
+
.publications ol.bibliography li .badges .metrics-badge > .metrics-badge-value {
|
|
370
|
+
padding: 0.28rem 0.5rem;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.publications ol.bibliography li .badges .metrics-badge > span:hover {
|
|
374
|
+
text-decoration: none;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.badges a:hover .metrics-badge {
|
|
378
|
+
border-color: var(--global-theme-color);
|
|
379
|
+
color: var(--global-theme-color);
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.badges a:hover .metrics-badge-label {
|
|
383
|
+
border-right-color: var(--global-theme-color);
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.publications .badges {
|
|
387
|
+
display: flex;
|
|
388
|
+
flex-direction: column;
|
|
389
|
+
align-items: flex-start;
|
|
390
|
+
row-gap: 0.4rem;
|
|
391
|
+
margin: 0.6rem 0 0.75rem;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.publications .badges .badges-row {
|
|
395
|
+
display: flex;
|
|
396
|
+
flex-wrap: wrap;
|
|
397
|
+
align-items: center;
|
|
398
|
+
column-gap: 0.35rem;
|
|
399
|
+
row-gap: 0.45rem;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.publications .badges .badges-row > a,
|
|
403
|
+
.publications .badges .badges-row > span {
|
|
404
|
+
margin: 0;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.publications .badges > a,
|
|
408
|
+
.publications .badges > span {
|
|
409
|
+
margin: 0;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.publications div.openalex.hidden,
|
|
413
|
+
.publications div.scimago.hidden {
|
|
414
|
+
border: dashed 1px var(--global-bg-color);
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
.publications div.openalex.hidden.open,
|
|
418
|
+
.publications div.scimago.hidden.open {
|
|
419
|
+
border-color: var(--global-text-color);
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.publications div.openalex.hidden ul,
|
|
423
|
+
.publications div.scimago.hidden ul {
|
|
424
|
+
margin: 0.2rem 1.2rem 0.5rem;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.publications .paper-metrics-meta {
|
|
428
|
+
margin: 0.2rem 0 0.65rem;
|
|
429
|
+
font-size: 0.86rem;
|
|
430
|
+
color: var(--global-text-color-light);
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.publications .paper-metrics-meta p {
|
|
434
|
+
margin: 0.2rem 0;
|
|
435
|
+
line-height: 1.35;
|
|
436
|
+
}
|
|
437
|
+
|