{"id":13706730,"url":"https://github.com/schochastics/academicons","last_synced_at":"2025-08-15T00:38:28.583Z","repository":{"id":45785043,"uuid":"514496520","full_name":"schochastics/academicons","owner":"schochastics","description":"quarto extension to use academicons in HTML documents","archived":false,"fork":false,"pushed_at":"2024-11-22T17:38:56.000Z","size":588,"stargazers_count":77,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-04T12:32:09.416Z","etag":null,"topics":["quarto","quarto-extension","quarto-template"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schochastics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-16T06:21:32.000Z","updated_at":"2025-06-27T19:56:53.000Z","dependencies_parsed_at":"2024-10-27T11:27:40.222Z","dependency_job_id":"8a5fdacd-ddf6-471f-9b21-5dadd05ee784","html_url":"https://github.com/schochastics/academicons","commit_stats":{"total_commits":27,"total_committers":6,"mean_commits":4.5,"dds":0.4814814814814815,"last_synced_commit":"2adf8a2c132031a2758e3041f5f96d7f88d7f68f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/schochastics/academicons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schochastics%2Facademicons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schochastics%2Facademicons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schochastics%2Facademicons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schochastics%2Facademicons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schochastics","download_url":"https://codeload.github.com/schochastics/academicons/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schochastics%2Facademicons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270505983,"owners_count":24596505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["quarto","quarto-extension","quarto-template"],"created_at":"2024-08-02T22:01:06.663Z","updated_at":"2025-08-15T00:38:28.503Z","avatar_url":"https://github.com/schochastics.png","language":"CSS","funding_links":[],"categories":["Extensions","CSS"],"sub_categories":[],"readme":"# Academicons Extension for Quarto\n\nThis extension provides support for\n[academicons](https://jpswalsh.github.io/academicons/) (v1.9.4). Icons can be used in\nHTML  and PDF documents only.\n\nThe code is adapted from the [fontawesome](https://github.com/quarto-ext/fontawesome) extension.\n\n## Installing\n\n```bash\nquarto install extension schochastics/academicons\n```\n\nThis will install the extension under the `_extensions` subdirectory.\nIf you're using version control, you will want to check in this directory.\n\n## Using\n\nTo embed an icon, use the `{{{\u003c ai \u003e}}}` shortcode. For example:\n\n```default\n{{\u003c ai arxiv \u003e}} \n{{\u003c ai google-scholar \u003e}}\n{{\u003c ai open-access \u003e}}\n{{\u003c ai open-access size=5x \u003e}}\n```\n\nYou can browse all of the available icons here:\n\n\u003chttps://jpswalsh.github.io/academicons/\u003e\n\n### Sizing Icons\n\nThis extension provides relative, literal, and LaTeX-style sizing for icons.  \nWhen the size is invalid, no size changes are made. LaTeX-style sizes are automatically\nconverted to HTML-style sizing for HTML documents, and _relative_ HTML-styles sizes are\nconverted to LaTeX-style sizing for PDF documents. Different sizes can be specified\nfor HTML and PDF documents using the `hsize` and `psize` parameters.\n\n- Relative sizing: `{{\u003c ai open-access size=2xl \u003e}}`.\n\n  | Relative Sizing Class | Font Size | Equivalent in Pixels |\n  | --------------------- | --------- | -------------------- |\n  | ai-2xs                | 0.625em   | 10px                 |\n  | ai-xs                 | 0.75em    | 12px                 |\n  | ai-sm                 | 0.875em   | 14px                 |\n  | ai-lg                 | 1.25em    | 20px                 |\n  | ai-xl                 | 1.5em     | 24px                 |\n  | ai-2xl                | 2em       | 32px                 |\n\n- Literal sizing: `{{\u003c ai open-access size=5x \u003e}}`.\n\n  | Literal Sizing Class | Font Size |\n  | -------------------- | --------- |\n  | ai-1x                | 1em       |\n  | ai-2x                | 2em       |\n  | ai-3x                | 3em       |\n  | ai-4x                | 4em       |\n  | ai-5x                | 5em       |\n  | ai-6x                | 6em       |\n  | ai-7x                | 7em       |\n  | ai-8x                | 8em       |\n  | ai-9x                | 9em       |\n  | ai-10x               | 10em      |\n\n- LaTeX-style sizing: `{{\u003c ai open-access size=Huge \u003e}}`.\n\n  | Sizing Command                   | Font Size (HTML) |\n  | -------------------------------- | ---------------- |\n  | tiny (= `\\tiny`)                 | 0.5em            |\n  | scriptsize (= `\\scriptsize`)     | 0.7em            |\n  | footnotesize (= `\\footnotesize`) | 0.8em            |\n  | small (= `\\small`)               | 0.9em            |\n  | normalsize (= `\\normalsize`)     | 1em              |\n  | large (= `\\large`)               | 1.25em           |\n  | Large (= `\\Large`)               | 1.5em            |\n  | LARGE (= `\\LARGE`)               | 1.75em           |\n  | huge (= `\\huge`)                 | 2em              |\n  | Huge (= `\\Huge`)                 | 2.5em            |\n\n- Different sizes for HTML and PDF: `{{\u003c ai open-access hsize=xl psize=Large \u003e}}`.\n\n### Coloring icon\n\nThe color of the icon can be changed via the `color` parameter.  \n`{{\u003c ai open-access color=red \u003e}}` \n\n\nDifferent colors for HTML and PDF can be specified using the `hcolor` and `pcolor` parameters:\n`{{\u003c ai open-access hcolor=red pcolor=blue \u003e}}`\n\n## Example\n\nHere is the source code for a minimal example: [example.qmd](example.qmd)\n\nThis is the output of `example.qmd` for [HTML](https://schochastics.quarto.pub/academicons-quarto-extension/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschochastics%2Facademicons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschochastics%2Facademicons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschochastics%2Facademicons/lists"}