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
|
@@ -0,0 +1,386 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Scholar Icons v1.0.2 by @louisfacun – https://github.com/louisfacun/scholar-icons
|
|
3
|
+
* License – Fonts: SIL OFL 1.1, Codes: MIT License, Icons: CC BY 4.0
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
@font-face {
|
|
7
|
+
font-family: "Scholar Icons";
|
|
8
|
+
src: url("../fonts/scholar-icons.eot");
|
|
9
|
+
src:
|
|
10
|
+
url("../fonts/scholar-icons.eot") format("embedded-opentype"),
|
|
11
|
+
url("../fonts/scholar-icons.ttf") format("truetype"),
|
|
12
|
+
url("../fonts/scholar-icons.woff") format("woff"),
|
|
13
|
+
url("../fonts/scholar-icons.svg") format("svg");
|
|
14
|
+
font-style: normal;
|
|
15
|
+
font-weight: normal;
|
|
16
|
+
font-display: block;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.si {
|
|
20
|
+
font-family: "Scholar Icons" !important;
|
|
21
|
+
font-weight: 400;
|
|
22
|
+
-moz-osx-font-smoothing: grayscale;
|
|
23
|
+
-webkit-font-smoothing: antialiased;
|
|
24
|
+
display: inline-block;
|
|
25
|
+
font-style: normal;
|
|
26
|
+
font-variant: normal;
|
|
27
|
+
text-rendering: auto;
|
|
28
|
+
text-transform: none;
|
|
29
|
+
line-height: 1;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.si-1x {
|
|
33
|
+
font-size: 1em;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.si-2x {
|
|
37
|
+
font-size: 2em;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.si-3x {
|
|
41
|
+
font-size: 3em;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.si-4x {
|
|
45
|
+
font-size: 4em;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.si-5x {
|
|
49
|
+
font-size: 5em;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.si-6x {
|
|
53
|
+
font-size: 6em;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.si-7x {
|
|
57
|
+
font-size: 7em;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.si-8x {
|
|
61
|
+
font-size: 8em;
|
|
62
|
+
}
|
|
63
|
+
.si-arduino:before {
|
|
64
|
+
content: "\e956";
|
|
65
|
+
}
|
|
66
|
+
.si-biorxiv:before {
|
|
67
|
+
content: "\e957";
|
|
68
|
+
}
|
|
69
|
+
.si-cplusplus:before {
|
|
70
|
+
content: "\e958";
|
|
71
|
+
}
|
|
72
|
+
.si-csharp:before {
|
|
73
|
+
content: "\e959";
|
|
74
|
+
}
|
|
75
|
+
.si-css3:before {
|
|
76
|
+
content: "\e95a";
|
|
77
|
+
}
|
|
78
|
+
.si-debian:before {
|
|
79
|
+
content: "\e95b";
|
|
80
|
+
}
|
|
81
|
+
.si-debian-diversity:before {
|
|
82
|
+
content: "\e95c";
|
|
83
|
+
}
|
|
84
|
+
.si-dotnet:before {
|
|
85
|
+
content: "\e95d";
|
|
86
|
+
}
|
|
87
|
+
.si-gitlab:before {
|
|
88
|
+
content: "\e95e";
|
|
89
|
+
}
|
|
90
|
+
.si-hackerearth:before {
|
|
91
|
+
content: "\e95f";
|
|
92
|
+
}
|
|
93
|
+
.si-hackerrank:before {
|
|
94
|
+
content: "\e960";
|
|
95
|
+
}
|
|
96
|
+
.si-hal:before {
|
|
97
|
+
content: "\e961";
|
|
98
|
+
}
|
|
99
|
+
.si-html5:before {
|
|
100
|
+
content: "\e962";
|
|
101
|
+
}
|
|
102
|
+
.si-lattes:before {
|
|
103
|
+
content: "\e963";
|
|
104
|
+
}
|
|
105
|
+
.si-leetcode:before {
|
|
106
|
+
content: "\e964";
|
|
107
|
+
}
|
|
108
|
+
.si-medrxiv:before {
|
|
109
|
+
content: "\e965";
|
|
110
|
+
}
|
|
111
|
+
.si-mysql:before {
|
|
112
|
+
content: "\e966";
|
|
113
|
+
}
|
|
114
|
+
.si-php:before {
|
|
115
|
+
content: "\e967";
|
|
116
|
+
}
|
|
117
|
+
.si-r:before {
|
|
118
|
+
content: "\e968";
|
|
119
|
+
}
|
|
120
|
+
.si-sas:before {
|
|
121
|
+
content: "\e969";
|
|
122
|
+
}
|
|
123
|
+
.si-tableau:before {
|
|
124
|
+
content: "\e96a";
|
|
125
|
+
}
|
|
126
|
+
.si-the-conversation:before {
|
|
127
|
+
content: "\e96b";
|
|
128
|
+
}
|
|
129
|
+
.si-academia:before {
|
|
130
|
+
content: "\e900";
|
|
131
|
+
}
|
|
132
|
+
.si-academia-square:before {
|
|
133
|
+
content: "\e901";
|
|
134
|
+
}
|
|
135
|
+
.si-acm:before {
|
|
136
|
+
content: "\e902";
|
|
137
|
+
}
|
|
138
|
+
.si-arxiv:before {
|
|
139
|
+
content: "\e903";
|
|
140
|
+
}
|
|
141
|
+
.si-citavi:before {
|
|
142
|
+
content: "\e904";
|
|
143
|
+
}
|
|
144
|
+
.si-codecademy:before {
|
|
145
|
+
content: "\e905";
|
|
146
|
+
}
|
|
147
|
+
.si-coursera:before {
|
|
148
|
+
content: "\e906";
|
|
149
|
+
}
|
|
150
|
+
.si-crossref:before {
|
|
151
|
+
content: "\e907";
|
|
152
|
+
}
|
|
153
|
+
.si-dblp:before {
|
|
154
|
+
content: "\e908";
|
|
155
|
+
}
|
|
156
|
+
.si-deeplearning-ai:before {
|
|
157
|
+
content: "\e909";
|
|
158
|
+
}
|
|
159
|
+
.si-degree-bs:before {
|
|
160
|
+
content: "\e90a";
|
|
161
|
+
}
|
|
162
|
+
.si-degree-ma:before {
|
|
163
|
+
content: "\e90b";
|
|
164
|
+
}
|
|
165
|
+
.si-degree-mba:before {
|
|
166
|
+
content: "\e90c";
|
|
167
|
+
}
|
|
168
|
+
.si-degree-md:before {
|
|
169
|
+
content: "\e90d";
|
|
170
|
+
}
|
|
171
|
+
.si-degree-ms:before {
|
|
172
|
+
content: "\e90e";
|
|
173
|
+
}
|
|
174
|
+
.si-degree-phd:before {
|
|
175
|
+
content: "\e90f";
|
|
176
|
+
}
|
|
177
|
+
.si-devto:before {
|
|
178
|
+
content: "\e910";
|
|
179
|
+
}
|
|
180
|
+
.si-doaj:before {
|
|
181
|
+
content: "\e911";
|
|
182
|
+
}
|
|
183
|
+
.si-doi:before {
|
|
184
|
+
content: "\e912";
|
|
185
|
+
}
|
|
186
|
+
.si-edx:before {
|
|
187
|
+
content: "\e913";
|
|
188
|
+
}
|
|
189
|
+
.si-elsevier:before {
|
|
190
|
+
content: "\e914";
|
|
191
|
+
}
|
|
192
|
+
.si-endnote:before {
|
|
193
|
+
content: "\e915";
|
|
194
|
+
}
|
|
195
|
+
.si-endnote-square:before {
|
|
196
|
+
content: "\e916";
|
|
197
|
+
}
|
|
198
|
+
.si-facebook:before {
|
|
199
|
+
content: "\e917";
|
|
200
|
+
}
|
|
201
|
+
.si-freecodecamp:before {
|
|
202
|
+
content: "\e918";
|
|
203
|
+
}
|
|
204
|
+
.si-futurelearn:before {
|
|
205
|
+
content: "\e919";
|
|
206
|
+
}
|
|
207
|
+
.si-github:before {
|
|
208
|
+
content: "\e91a";
|
|
209
|
+
}
|
|
210
|
+
.si-google-scholar:before {
|
|
211
|
+
content: "\e91b";
|
|
212
|
+
}
|
|
213
|
+
.si-hackernoon:before {
|
|
214
|
+
content: "\e91c";
|
|
215
|
+
}
|
|
216
|
+
.si-ieee:before {
|
|
217
|
+
content: "\e91d";
|
|
218
|
+
}
|
|
219
|
+
.si-ieee-alt:before {
|
|
220
|
+
content: "\e91e";
|
|
221
|
+
}
|
|
222
|
+
.si-iet:before {
|
|
223
|
+
content: "\e91f";
|
|
224
|
+
}
|
|
225
|
+
.si-image-sc:before {
|
|
226
|
+
content: "\e920";
|
|
227
|
+
}
|
|
228
|
+
.si-impact-story:before {
|
|
229
|
+
content: "\e921";
|
|
230
|
+
}
|
|
231
|
+
.si-jstor:before {
|
|
232
|
+
content: "\e922";
|
|
233
|
+
}
|
|
234
|
+
.si-kaggle:before {
|
|
235
|
+
content: "\e923";
|
|
236
|
+
}
|
|
237
|
+
.si-keras:before {
|
|
238
|
+
content: "\e924";
|
|
239
|
+
}
|
|
240
|
+
.si-khan-academy:before {
|
|
241
|
+
content: "\e925";
|
|
242
|
+
}
|
|
243
|
+
.si-latex:before {
|
|
244
|
+
content: "\e926";
|
|
245
|
+
}
|
|
246
|
+
.si-latex-alt:before {
|
|
247
|
+
content: "\e927";
|
|
248
|
+
}
|
|
249
|
+
.si-linkedin:before {
|
|
250
|
+
content: "\e928";
|
|
251
|
+
}
|
|
252
|
+
.si-mathworks:before {
|
|
253
|
+
content: "\e929";
|
|
254
|
+
}
|
|
255
|
+
.si-medium:before {
|
|
256
|
+
content: "\e92a";
|
|
257
|
+
}
|
|
258
|
+
.si-mendeley:before {
|
|
259
|
+
content: "\e92b";
|
|
260
|
+
}
|
|
261
|
+
.si-numpy:before {
|
|
262
|
+
content: "\e92c";
|
|
263
|
+
}
|
|
264
|
+
.si-nwo-nl:before {
|
|
265
|
+
content: "\e92d";
|
|
266
|
+
}
|
|
267
|
+
.si-open-access:before {
|
|
268
|
+
content: "\e92e";
|
|
269
|
+
}
|
|
270
|
+
.si-opencv:before {
|
|
271
|
+
content: "\e92f";
|
|
272
|
+
}
|
|
273
|
+
.si-openscience-nl:before {
|
|
274
|
+
content: "\e930";
|
|
275
|
+
}
|
|
276
|
+
.si-orcid:before {
|
|
277
|
+
content: "\e931";
|
|
278
|
+
}
|
|
279
|
+
.si-pandas:before {
|
|
280
|
+
content: "\e932";
|
|
281
|
+
}
|
|
282
|
+
.si-papers-with-code:before {
|
|
283
|
+
content: "\e933";
|
|
284
|
+
}
|
|
285
|
+
.si-piazza:before {
|
|
286
|
+
content: "\e934";
|
|
287
|
+
}
|
|
288
|
+
.si-piazza-square:before {
|
|
289
|
+
content: "\e935";
|
|
290
|
+
}
|
|
291
|
+
.si-publons:before {
|
|
292
|
+
content: "\e936";
|
|
293
|
+
}
|
|
294
|
+
.si-publons-square:before {
|
|
295
|
+
content: "\e937";
|
|
296
|
+
}
|
|
297
|
+
.si-pubmed:before {
|
|
298
|
+
content: "\e938";
|
|
299
|
+
}
|
|
300
|
+
.si-python:before {
|
|
301
|
+
content: "\e939";
|
|
302
|
+
}
|
|
303
|
+
.si-pytorch:before {
|
|
304
|
+
content: "\e93a";
|
|
305
|
+
}
|
|
306
|
+
.si-quora:before {
|
|
307
|
+
content: "\e93b";
|
|
308
|
+
}
|
|
309
|
+
.si-reddit:before {
|
|
310
|
+
content: "\e93c";
|
|
311
|
+
}
|
|
312
|
+
.si-researchgate:before {
|
|
313
|
+
content: "\e93d";
|
|
314
|
+
}
|
|
315
|
+
.si-researchgate-square:before {
|
|
316
|
+
content: "\e93e";
|
|
317
|
+
}
|
|
318
|
+
.si-scopus:before {
|
|
319
|
+
content: "\e93f";
|
|
320
|
+
}
|
|
321
|
+
.si-scribd:before {
|
|
322
|
+
content: "\e940";
|
|
323
|
+
}
|
|
324
|
+
.si-se-academia:before {
|
|
325
|
+
content: "\e941";
|
|
326
|
+
}
|
|
327
|
+
.si-se-ai:before {
|
|
328
|
+
content: "\e942";
|
|
329
|
+
}
|
|
330
|
+
.si-se-ask-ubuntu:before {
|
|
331
|
+
content: "\e943";
|
|
332
|
+
}
|
|
333
|
+
.si-semantic-scholar:before {
|
|
334
|
+
content: "\e944";
|
|
335
|
+
}
|
|
336
|
+
.si-se-mathematics:before {
|
|
337
|
+
content: "\e945";
|
|
338
|
+
}
|
|
339
|
+
.si-se-superuser:before {
|
|
340
|
+
content: "\e946";
|
|
341
|
+
}
|
|
342
|
+
.si-skillshare:before {
|
|
343
|
+
content: "\e947";
|
|
344
|
+
}
|
|
345
|
+
.si-sklearn:before {
|
|
346
|
+
content: "\e948";
|
|
347
|
+
}
|
|
348
|
+
.si-springer:before {
|
|
349
|
+
content: "\e949";
|
|
350
|
+
}
|
|
351
|
+
.si-springer-nature:before {
|
|
352
|
+
content: "\e94a";
|
|
353
|
+
}
|
|
354
|
+
.si-ssrn:before {
|
|
355
|
+
content: "\e94b";
|
|
356
|
+
}
|
|
357
|
+
.si-stack-exchange:before {
|
|
358
|
+
content: "\e94c";
|
|
359
|
+
}
|
|
360
|
+
.si-stack-overflow:before {
|
|
361
|
+
content: "\e94d";
|
|
362
|
+
}
|
|
363
|
+
.si-surf-nl:before {
|
|
364
|
+
content: "\e94e";
|
|
365
|
+
}
|
|
366
|
+
.si-tensorflow:before {
|
|
367
|
+
content: "\e94f";
|
|
368
|
+
}
|
|
369
|
+
.si-twitter:before {
|
|
370
|
+
content: "\e950";
|
|
371
|
+
}
|
|
372
|
+
.si-udacity:before {
|
|
373
|
+
content: "\e951";
|
|
374
|
+
}
|
|
375
|
+
.si-udemy:before {
|
|
376
|
+
content: "\e952";
|
|
377
|
+
}
|
|
378
|
+
.si-xing:before {
|
|
379
|
+
content: "\e953";
|
|
380
|
+
}
|
|
381
|
+
.si-zenodo:before {
|
|
382
|
+
content: "\e954";
|
|
383
|
+
}
|
|
384
|
+
.si-zotero:before {
|
|
385
|
+
content: "\e955";
|
|
386
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<title>Relativity: The Special and General Theory</title>
|
|
6
|
+
</head>
|
|
7
|
+
<body>
|
|
8
|
+
<center>
|
|
9
|
+
<h2>Relativity: the Special and General Theory</h2>
|
|
10
|
+
<h5>Albert Einstein</h5>
|
|
11
|
+
<br />
|
|
12
|
+
Insert HTML document here.
|
|
13
|
+
</center>
|
|
14
|
+
</body>
|
|
15
|
+
</html>
|
data/assets/img/1.jpg
ADDED
|
Binary file
|
data/assets/img/10.jpg
ADDED
|
Binary file
|
data/assets/img/11.jpg
ADDED
|
Binary file
|
data/assets/img/12.jpg
ADDED
|
Binary file
|
data/assets/img/2.jpg
ADDED
|
Binary file
|
data/assets/img/3.jpg
ADDED
|
Binary file
|
data/assets/img/4.jpg
ADDED
|
Binary file
|
data/assets/img/5.jpg
ADDED
|
Binary file
|
data/assets/img/6.jpg
ADDED
|
Binary file
|
data/assets/img/7.jpg
ADDED
|
Binary file
|
data/assets/img/8.jpg
ADDED
|
Binary file
|
data/assets/img/9.jpg
ADDED
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="150mm"
|
|
6
|
+
height="120mm"
|
|
7
|
+
viewBox="0 0 150 120"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg206"
|
|
10
|
+
xml:space="preserve"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
|
13
|
+
id="defs203" /><g
|
|
14
|
+
id="layer1"
|
|
15
|
+
transform="translate(-40.226568,-77.009121)"><path
|
|
16
|
+
style="fill:#7a591b;stroke-width:0.216639"
|
|
17
|
+
d="m 111.82116,194.74114 c -1.22131,-0.22889 -2.90648,-0.88501 -6.60748,-2.57261 -9.457502,-4.31251 -16.154971,-6.98624 -24.155236,-9.64313 -10.808301,-3.58944 -18.598222,-5.55286 -31.715052,-7.99361 -1.437547,-0.26751 -2.52621,-0.58921 -2.784325,-0.82281 -1.085423,-0.98228 -1.029389,1.27774 -1.029389,-41.51858 V 92.226404 l 0.555523,-0.660211 c 0.745732,-0.88625 1.77537,-1.154181 3.082918,-0.802262 0.560612,0.150897 2.708895,0.875409 4.773961,1.610029 2.065067,0.734615 3.844214,1.335668 3.95366,1.335668 0.116161,0 0.19899,-2.527742 0.19899,-6.072849 0,-6.465266 0.07414,-7.008707 1.07784,-7.900364 0.417279,-0.370688 0.773603,-0.429775 2.467087,-0.409033 4.05787,0.04964 14.972806,1.824207 21.368534,3.474025 12.651964,3.263626 23.221059,8.913214 30.309409,16.201516 l 1.82141,1.872787 2.40305,-2.350553 c 4.62819,-4.527071 8.57309,-7.313633 14.64316,-10.343501 8.70521,-4.345181 19.00701,-7.034159 33.14574,-8.65171 3.84364,-0.439744 4.72279,-0.425938 5.56463,0.08734 1.2299,0.749923 1.25016,0.866098 1.36781,7.841264 l 0.10827,6.422338 4.33279,-1.592636 c 5.25928,-1.933196 6.2159,-2.0465 7.38738,-0.875039 0.41915,0.419155 0.73676,0.955982 0.73701,1.245687 2.2e-4,0.280006 0.0353,17.76439 0.0778,38.85417 0.0425,21.0898 0.004,39.02559 -0.086,39.85731 -0.14582,1.35053 -0.23922,1.57562 -0.8734,2.10506 -0.39736,0.33174 -1.19455,0.69281 -1.81008,0.81984 -0.60497,0.12491 -3.58589,0.71926 -6.62425,1.32092 -17.73221,3.51132 -33.08009,8.59602 -51.47471,17.0534 -4.45004,2.04601 -4.51012,2.06133 -8.31761,2.12067 -1.84684,0.0289 -3.60162,0.007 -3.8995,-0.0491 z m 9.57839,-14.70287 c 9.19251,-7.89168 21.42026,-13.36928 35.75121,-16.01525 2.42327,-0.44741 7.73394,-1.2056 8.44453,-1.2056 0.093,0 0.16894,-17.25528 0.16894,-38.34508 V 86.127273 h -0.53119 c -0.90337,0 -6.58403,0.865749 -9.43347,1.437687 -12.74381,2.557951 -22.93424,6.725179 -29.65022,12.125043 -2.14811,1.727137 -5.64136,5.326407 -7.33692,7.559547 -0.90467,1.19151 -1.84855,2.33482 -2.09752,2.54069 -0.45104,0.37297 -1.91772,0.51477 -2.6033,0.25168 -0.18956,-0.0727 -1.14488,-1.16948 -2.12293,-2.43719 -7.68434,-9.960081 -19.502353,-16.358082 -36.671164,-19.852903 -3.483095,-0.709002 -9.167043,-1.624554 -10.085587,-1.624554 -0.415849,0 -0.42139,0.504707 -0.42139,38.331797 v 38.3318 l 0.920717,0.1194 c 5.984374,0.77604 9.821386,1.485 14.159363,2.6162 13.082169,3.41141 24.255061,9.58487 32.654861,18.04312 l 2.56571,2.58357 1.98369,-2.06116 c 1.09103,-1.13365 3.02813,-2.95782 4.30467,-4.05372 z"
|
|
18
|
+
id="path288" /></g><g
|
|
19
|
+
id="layer2"
|
|
20
|
+
transform="translate(-40.226568,-77.009121)"><circle
|
|
21
|
+
style="fill:#7a591b;fill-opacity:0.99137;stroke-width:0.147847;stroke-linecap:round"
|
|
22
|
+
id="path496"
|
|
23
|
+
cx="115.22657"
|
|
24
|
+
cy="137.00912"
|
|
25
|
+
r="6.1003327" /><path
|
|
26
|
+
style="fill:none;fill-rule:evenodd;stroke:#7a591b;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
|
|
27
|
+
d="m 115.63604,136.84026 17.17283,-8.129"
|
|
28
|
+
id="path552" /><path
|
|
29
|
+
style="fill:none;fill-rule:evenodd;stroke:#7a591b;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
|
|
30
|
+
d="m 115.28337,138.78246 -0.1136,25.0285"
|
|
31
|
+
id="path554" /></g></svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="150mm"
|
|
6
|
+
height="120mm"
|
|
7
|
+
viewBox="0 0 150 120"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg206"
|
|
10
|
+
xml:space="preserve"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
|
13
|
+
id="defs203" /><g
|
|
14
|
+
id="layer1"
|
|
15
|
+
transform="translate(-40.226568,-77.009121)"><path
|
|
16
|
+
style="fill:#f3eacb;stroke-width:0.216639"
|
|
17
|
+
d="m 111.82116,194.74114 c -1.22131,-0.22889 -2.90648,-0.88501 -6.60748,-2.57261 -9.457502,-4.31251 -16.154971,-6.98624 -24.155236,-9.64313 -10.808301,-3.58944 -18.598222,-5.55286 -31.715052,-7.99361 -1.437547,-0.26751 -2.52621,-0.58921 -2.784325,-0.82281 -1.085423,-0.98228 -1.029389,1.27774 -1.029389,-41.51858 V 92.226404 l 0.555523,-0.660211 c 0.745732,-0.88625 1.77537,-1.154181 3.082918,-0.802262 0.560612,0.150897 2.708895,0.875409 4.773961,1.610029 2.065067,0.734615 3.844214,1.335668 3.95366,1.335668 0.116161,0 0.19899,-2.527742 0.19899,-6.072849 0,-6.465266 0.07414,-7.008707 1.07784,-7.900364 0.417279,-0.370688 0.773603,-0.429775 2.467087,-0.409033 4.05787,0.04964 14.972806,1.824207 21.368534,3.474025 12.651964,3.263626 23.221059,8.913214 30.309409,16.201516 l 1.82141,1.872787 2.40305,-2.350553 c 4.62819,-4.527071 8.57309,-7.313633 14.64316,-10.343501 8.70521,-4.345181 19.00701,-7.034159 33.14574,-8.65171 3.84364,-0.439744 4.72279,-0.425938 5.56463,0.08734 1.2299,0.749923 1.25016,0.866098 1.36781,7.841264 l 0.10827,6.422338 4.33279,-1.592636 c 5.25928,-1.933196 6.2159,-2.0465 7.38738,-0.875039 0.41915,0.419155 0.73676,0.955982 0.73701,1.245687 2.2e-4,0.280006 0.0353,17.76439 0.0778,38.85417 0.0425,21.0898 0.004,39.02559 -0.086,39.85731 -0.14582,1.35053 -0.23922,1.57562 -0.8734,2.10506 -0.39736,0.33174 -1.19455,0.69281 -1.81008,0.81984 -0.60497,0.12491 -3.58589,0.71926 -6.62425,1.32092 -17.73221,3.51132 -33.08009,8.59602 -51.47471,17.0534 -4.45004,2.04601 -4.51012,2.06133 -8.31761,2.12067 -1.84684,0.0289 -3.60162,0.007 -3.8995,-0.0491 z m 9.57839,-14.70287 c 9.19251,-7.89168 21.42026,-13.36928 35.75121,-16.01525 2.42327,-0.44741 7.73394,-1.2056 8.44453,-1.2056 0.093,0 0.16894,-17.25528 0.16894,-38.34508 V 86.127273 h -0.53119 c -0.90337,0 -6.58403,0.865749 -9.43347,1.437687 -12.74381,2.557951 -22.93424,6.725179 -29.65022,12.125043 -2.14811,1.727137 -5.64136,5.326407 -7.33692,7.559547 -0.90467,1.19151 -1.84855,2.33482 -2.09752,2.54069 -0.45104,0.37297 -1.91772,0.51477 -2.6033,0.25168 -0.18956,-0.0727 -1.14488,-1.16948 -2.12293,-2.43719 -7.68434,-9.960081 -19.502353,-16.358082 -36.671164,-19.852903 -3.483095,-0.709002 -9.167043,-1.624554 -10.085587,-1.624554 -0.415849,0 -0.42139,0.504707 -0.42139,38.331797 v 38.3318 l 0.920717,0.1194 c 5.984374,0.77604 9.821386,1.485 14.159363,2.6162 13.082169,3.41141 24.255061,9.58487 32.654861,18.04312 l 2.56571,2.58357 1.98369,-2.06116 c 1.09103,-1.13365 3.02813,-2.95782 4.30467,-4.05372 z"
|
|
18
|
+
id="path288" /></g><g
|
|
19
|
+
id="layer2"
|
|
20
|
+
transform="translate(-40.226568,-77.009121)"><circle
|
|
21
|
+
style="fill:#f3eacb;fill-opacity:0.99137;stroke-width:0.147847;stroke-linecap:round"
|
|
22
|
+
id="path496"
|
|
23
|
+
cx="115.22657"
|
|
24
|
+
cy="137.00912"
|
|
25
|
+
r="6.1003327" /><path
|
|
26
|
+
style="fill:none;fill-rule:evenodd;stroke:#f3eacb;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
|
|
27
|
+
d="m 115.63604,136.84026 17.17283,-8.129"
|
|
28
|
+
id="path552" /><path
|
|
29
|
+
style="fill:none;fill-rule:evenodd;stroke:#f3eacb;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
|
|
30
|
+
d="m 115.28337,138.78246 -0.1136,25.0285"
|
|
31
|
+
id="path554" /></g></svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="150mm"
|
|
6
|
+
height="120mm"
|
|
7
|
+
viewBox="0 0 150 120"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg206"
|
|
10
|
+
xml:space="preserve"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
|
13
|
+
id="defs203" /><g
|
|
14
|
+
id="layer1"
|
|
15
|
+
transform="translate(-40.226568,-77.009121)"><path
|
|
16
|
+
style="fill:#ffffff;stroke-width:0.216639"
|
|
17
|
+
d="m 111.82116,194.74114 c -1.22131,-0.22889 -2.90648,-0.88501 -6.60748,-2.57261 -9.457502,-4.31251 -16.154971,-6.98624 -24.155236,-9.64313 -10.808301,-3.58944 -18.598222,-5.55286 -31.715052,-7.99361 -1.437547,-0.26751 -2.52621,-0.58921 -2.784325,-0.82281 -1.085423,-0.98228 -1.029389,1.27774 -1.029389,-41.51858 V 92.226404 l 0.555523,-0.660211 c 0.745732,-0.88625 1.77537,-1.154181 3.082918,-0.802262 0.560612,0.150897 2.708895,0.875409 4.773961,1.610029 2.065067,0.734615 3.844214,1.335668 3.95366,1.335668 0.116161,0 0.19899,-2.527742 0.19899,-6.072849 0,-6.465266 0.07414,-7.008707 1.07784,-7.900364 0.417279,-0.370688 0.773603,-0.429775 2.467087,-0.409033 4.05787,0.04964 14.972806,1.824207 21.368534,3.474025 12.651964,3.263626 23.221059,8.913214 30.309409,16.201516 l 1.82141,1.872787 2.40305,-2.350553 c 4.62819,-4.527071 8.57309,-7.313633 14.64316,-10.343501 8.70521,-4.345181 19.00701,-7.034159 33.14574,-8.65171 3.84364,-0.439744 4.72279,-0.425938 5.56463,0.08734 1.2299,0.749923 1.25016,0.866098 1.36781,7.841264 l 0.10827,6.422338 4.33279,-1.592636 c 5.25928,-1.933196 6.2159,-2.0465 7.38738,-0.875039 0.41915,0.419155 0.73676,0.955982 0.73701,1.245687 2.2e-4,0.280006 0.0353,17.76439 0.0778,38.85417 0.0425,21.0898 0.004,39.02559 -0.086,39.85731 -0.14582,1.35053 -0.23922,1.57562 -0.8734,2.10506 -0.39736,0.33174 -1.19455,0.69281 -1.81008,0.81984 -0.60497,0.12491 -3.58589,0.71926 -6.62425,1.32092 -17.73221,3.51132 -33.08009,8.59602 -51.47471,17.0534 -4.45004,2.04601 -4.51012,2.06133 -8.31761,2.12067 -1.84684,0.0289 -3.60162,0.007 -3.8995,-0.0491 z m 9.57839,-14.70287 c 9.19251,-7.89168 21.42026,-13.36928 35.75121,-16.01525 2.42327,-0.44741 7.73394,-1.2056 8.44453,-1.2056 0.093,0 0.16894,-17.25528 0.16894,-38.34508 V 86.127273 h -0.53119 c -0.90337,0 -6.58403,0.865749 -9.43347,1.437687 -12.74381,2.557951 -22.93424,6.725179 -29.65022,12.125043 -2.14811,1.727137 -5.64136,5.326407 -7.33692,7.559547 -0.90467,1.19151 -1.84855,2.33482 -2.09752,2.54069 -0.45104,0.37297 -1.91772,0.51477 -2.6033,0.25168 -0.18956,-0.0727 -1.14488,-1.16948 -2.12293,-2.43719 -7.68434,-9.960081 -19.502353,-16.358082 -36.671164,-19.852903 -3.483095,-0.709002 -9.167043,-1.624554 -10.085587,-1.624554 -0.415849,0 -0.42139,0.504707 -0.42139,38.331797 v 38.3318 l 0.920717,0.1194 c 5.984374,0.77604 9.821386,1.485 14.159363,2.6162 13.082169,3.41141 24.255061,9.58487 32.654861,18.04312 l 2.56571,2.58357 1.98369,-2.06116 c 1.09103,-1.13365 3.02813,-2.95782 4.30467,-4.05372 z"
|
|
18
|
+
id="path288" /></g><g
|
|
19
|
+
id="layer2"
|
|
20
|
+
transform="translate(-40.226568,-77.009121)"><circle
|
|
21
|
+
style="fill:#ffffff;fill-opacity:0.99137;stroke-width:0.147847;stroke-linecap:round"
|
|
22
|
+
id="path496"
|
|
23
|
+
cx="115.22657"
|
|
24
|
+
cy="137.00912"
|
|
25
|
+
r="6.1003327" /><path
|
|
26
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
|
|
27
|
+
d="m 115.63604,136.84026 17.17283,-8.129"
|
|
28
|
+
id="path552" /><path
|
|
29
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
|
|
30
|
+
d="m 115.28337,138.78246 -0.1136,25.0285"
|
|
31
|
+
id="path554" /></g></svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="150mm"
|
|
6
|
+
height="120mm"
|
|
7
|
+
viewBox="0 0 150 120"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg206"
|
|
10
|
+
xml:space="preserve"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
|
13
|
+
id="defs203" /><g
|
|
14
|
+
id="layer1"
|
|
15
|
+
transform="translate(-40.226568,-77.009121)"><path
|
|
16
|
+
style="fill:#000000;stroke-width:0.216639"
|
|
17
|
+
d="m 111.82116,194.74114 c -1.22131,-0.22889 -2.90648,-0.88501 -6.60748,-2.57261 -9.457502,-4.31251 -16.154971,-6.98624 -24.155236,-9.64313 -10.808301,-3.58944 -18.598222,-5.55286 -31.715052,-7.99361 -1.437547,-0.26751 -2.52621,-0.58921 -2.784325,-0.82281 -1.085423,-0.98228 -1.029389,1.27774 -1.029389,-41.51858 V 92.226404 l 0.555523,-0.660211 c 0.745732,-0.88625 1.77537,-1.154181 3.082918,-0.802262 0.560612,0.150897 2.708895,0.875409 4.773961,1.610029 2.065067,0.734615 3.844214,1.335668 3.95366,1.335668 0.116161,0 0.19899,-2.527742 0.19899,-6.072849 0,-6.465266 0.07414,-7.008707 1.07784,-7.900364 0.417279,-0.370688 0.773603,-0.429775 2.467087,-0.409033 4.05787,0.04964 14.972806,1.824207 21.368534,3.474025 12.651964,3.263626 23.221059,8.913214 30.309409,16.201516 l 1.82141,1.872787 2.40305,-2.350553 c 4.62819,-4.527071 8.57309,-7.313633 14.64316,-10.343501 8.70521,-4.345181 19.00701,-7.034159 33.14574,-8.65171 3.84364,-0.439744 4.72279,-0.425938 5.56463,0.08734 1.2299,0.749923 1.25016,0.866098 1.36781,7.841264 l 0.10827,6.422338 4.33279,-1.592636 c 5.25928,-1.933196 6.2159,-2.0465 7.38738,-0.875039 0.41915,0.419155 0.73676,0.955982 0.73701,1.245687 2.2e-4,0.280006 0.0353,17.76439 0.0778,38.85417 0.0425,21.0898 0.004,39.02559 -0.086,39.85731 -0.14582,1.35053 -0.23922,1.57562 -0.8734,2.10506 -0.39736,0.33174 -1.19455,0.69281 -1.81008,0.81984 -0.60497,0.12491 -3.58589,0.71926 -6.62425,1.32092 -17.73221,3.51132 -33.08009,8.59602 -51.47471,17.0534 -4.45004,2.04601 -4.51012,2.06133 -8.31761,2.12067 -1.84684,0.0289 -3.60162,0.007 -3.8995,-0.0491 z m 9.57839,-14.70287 c 9.19251,-7.89168 21.42026,-13.36928 35.75121,-16.01525 2.42327,-0.44741 7.73394,-1.2056 8.44453,-1.2056 0.093,0 0.16894,-17.25528 0.16894,-38.34508 V 86.127273 h -0.53119 c -0.90337,0 -6.58403,0.865749 -9.43347,1.437687 -12.74381,2.557951 -22.93424,6.725179 -29.65022,12.125043 -2.14811,1.727137 -5.64136,5.326407 -7.33692,7.559547 -0.90467,1.19151 -1.84855,2.33482 -2.09752,2.54069 -0.45104,0.37297 -1.91772,0.51477 -2.6033,0.25168 -0.18956,-0.0727 -1.14488,-1.16948 -2.12293,-2.43719 -7.68434,-9.960081 -19.502353,-16.358082 -36.671164,-19.852903 -3.483095,-0.709002 -9.167043,-1.624554 -10.085587,-1.624554 -0.415849,0 -0.42139,0.504707 -0.42139,38.331797 v 38.3318 l 0.920717,0.1194 c 5.984374,0.77604 9.821386,1.485 14.159363,2.6162 13.082169,3.41141 24.255061,9.58487 32.654861,18.04312 l 2.56571,2.58357 1.98369,-2.06116 c 1.09103,-1.13365 3.02813,-2.95782 4.30467,-4.05372 z"
|
|
18
|
+
id="path288" /></g><g
|
|
19
|
+
id="layer2"
|
|
20
|
+
transform="translate(-40.226568,-77.009121)"><circle
|
|
21
|
+
style="fill:#000000;fill-opacity:0.99137;stroke-width:0.147847;stroke-linecap:round"
|
|
22
|
+
id="path496"
|
|
23
|
+
cx="115.22657"
|
|
24
|
+
cy="137.00912"
|
|
25
|
+
r="6.1003327" /><path
|
|
26
|
+
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
|
|
27
|
+
d="m 115.63604,136.84026 17.17283,-8.129"
|
|
28
|
+
id="path552" /><path
|
|
29
|
+
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
|
|
30
|
+
d="m 115.28337,138.78246 -0.1136,25.0285"
|
|
31
|
+
id="path554" /></g></svg>
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320" role="img" aria-labelledby="title desc">
|
|
2
|
+
<title id="title">Profile image placeholder</title>
|
|
3
|
+
<desc id="desc">Neutral grey and white profile silhouette placeholder.</desc>
|
|
4
|
+
<rect width="320" height="320" rx="160" fill="#f3f4f6"/>
|
|
5
|
+
<circle cx="160" cy="118" r="54" fill="#d1d5db"/>
|
|
6
|
+
<path d="M67 272c13-55 50-86 93-86s80 31 93 86" fill="#d1d5db"/>
|
|
7
|
+
<circle cx="160" cy="160" r="154" fill="none" stroke="#e5e7eb" stroke-width="12"/>
|
|
8
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|