{"id":13791333,"url":"https://github.com/kapsner/authors-block","last_synced_at":"2025-05-04T13:30:48.688Z","repository":{"id":64839850,"uuid":"578744650","full_name":"kapsner/authors-block","owner":"kapsner","description":"Quarto extension that brings author blocks to docx documents","archived":false,"fork":false,"pushed_at":"2023-05-23T11:05:32.000Z","size":113,"stargazers_count":35,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-01T12:36:31.617Z","etag":null,"topics":["authors","authorship","docx","extension","publications","quarto","scientific","scientific-publishing","word"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kapsner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-12-15T19:30:34.000Z","updated_at":"2024-04-19T22:29:59.000Z","dependencies_parsed_at":"2023-02-07T08:46:16.163Z","dependency_job_id":"644a9d7b-f9b8-446b-af02-675b7aa4cf19","html_url":"https://github.com/kapsner/authors-block","commit_stats":{"total_commits":38,"total_committers":1,"mean_commits":38.0,"dds":0.0,"last_synced_commit":"82c8663b5646f9a2c5b91e279a81b9ea235ca907"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapsner%2Fauthors-block","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapsner%2Fauthors-block/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapsner%2Fauthors-block/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapsner%2Fauthors-block/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kapsner","download_url":"https://codeload.github.com/kapsner/authors-block/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224392021,"owners_count":17303652,"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","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":["authors","authorship","docx","extension","publications","quarto","scientific","scientific-publishing","word"],"created_at":"2024-08-03T22:00:58.979Z","updated_at":"2024-11-13T04:57:39.277Z","avatar_url":"https://github.com/kapsner.png","language":"Lua","readme":"# Authors-block Extension For Quarto\n\n\u003c!-- badges: start --\u003e\n[![R build status](https://github.com/kapsner/authors-block/workflows/tests/badge.svg?branch=main)](https://github.com/kapsner/authors-block/actions)\n\u003c!-- badges: end --\u003e\n\nThis extension brings the capability to add an author-related header block when rendering docx-documents with Quarto.\n\nThe extension adds some modifications to the code originally provided with the lua-filters [scholarly-metadata](https://github.com/pandoc/lua-filters/tree/master/scholarly-metadata) (by Albert Krewinkel and Robert Winkler) and [author-info-block](https://github.com/pandoc/lua-filters/tree/master/author-info-blocks) (by Albert Krewinkel) in order to make it compatible with Quarto and its [normalized author-block](https://quarto.org/docs/journals/authors.html).  \n\n## Installing\n\n```bash\nquarto add kapsner/authors-block\n```\n\nUsing `authors-block` requires Quarto version \u003e= 1.3.0\n\nThis will install the extension under the `_extensions` sub-directory.\nIf you're using version control, you will want to check in this directory.\n\n## Using\n\n\u003cbr\u003e\n\u003cimg src=\"example.png\" align=\"center\" width=100% /\u003e\n\u003cbr\u003e\n\n## Example\n\nHere is the source code for a minimal example: [example.qmd](example.qmd).\n\n```yml\n---\ntitle: \"Authors-block Example\"\n\nauthors:\n  - name: John Doe\n    affiliations:\n      - ref: jdct\n    corresponding: true\n    email: john.doe@jdct.edu\n    orcid: 0000-1111-2222-3333\n    equal-contributor: true\n  - name: John Roe\n    affiliations:\n      - ref: jdct\n    orcid: 0000-3333-2222-1111\n  - name: Jane Roe\n    affiliations:\n      - ref: jdct\n      - ref: iot\n    orcid: 0000-2222-1111-3333\n    equal-contributor: true\n\naffiliations:\n  - id: jdct\n    name: John Doe Center for Technology, John Doe University, Doetown, Germany.\n  - id: iot\n    name: Institute of Technology, John Doe University, Doetown, Germany.\n\nfilters:\n  - authors-block\n\nformat:\n  docx: default\n  pdf:\n    keep-tex: true\n---\n```\n","funding_links":[],"categories":["Extensions"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkapsner%2Fauthors-block","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkapsner%2Fauthors-block","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkapsner%2Fauthors-block/lists"}