{"id":16880389,"url":"https://github.com/tarleb/abstract-section","last_synced_at":"2025-03-20T02:34:34.992Z","repository":{"id":70177525,"uuid":"520135714","full_name":"tarleb/abstract-section","owner":"tarleb","description":"Allow to write an article abstract in a normal section instead of the metadata YAML.","archived":false,"fork":false,"pushed_at":"2022-08-01T20:23:24.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T05:24:59.685Z","etag":null,"topics":["quarto","quarto-extension"],"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/tarleb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08-01T14:07:38.000Z","updated_at":"2023-03-15T11:10:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1e1dc60-f34a-4e00-b5d7-63c3108af05c","html_url":"https://github.com/tarleb/abstract-section","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarleb%2Fabstract-section","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarleb%2Fabstract-section/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarleb%2Fabstract-section/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarleb%2Fabstract-section/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarleb","download_url":"https://codeload.github.com/tarleb/abstract-section/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244539033,"owners_count":20468835,"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":["quarto","quarto-extension"],"created_at":"2024-10-13T15:58:35.291Z","updated_at":"2025-03-20T02:34:34.954Z","avatar_url":"https://github.com/tarleb.png","language":"Lua","readme":"# abstract-section\n\nThis extension allows to write an abstract anywhere in the main\ntext and moves it to the metadata. Quarto expects the abstract to\nbe given as part of the metadata, but adding the abstract to the\nbody text is often easier and more natural.\n\n## Defining an Abstract\n\nA document abstract can either be put directly in the document\nmetadata, for example by inserting an *abstract* attribute into a\nYAML block.\n\n    ---\n    abstract: |\n      Place abstract here.\n\n      Multiple paragraphs are possible.\n    ---\n\nThe additional indentation and formatting requirements in YAML\nheaders can be confusing or annoying for authors. It can be\npreferable to write abstracts as normal sections.\n\n    # Abstract\n\n    Place abstract here.\n\n    Multiple paragraphs are possible.\n\nThis filter turns the latter into the former by looking for a\nheader whose ID is `abstract`. Quarto auto-creates IDs based on\nheader contents, so a header titled *Abstract* will satisfy this\ncondition.\n\nThe abstract can be placed anywhere in the document.\n\nThe filter assumes that the abstract contains all text up to the\nnext heading or horizontal rule, whichever comes first. Thus the\nabstract can be placed at the beginning of a document whose text\ndoesn't start with a heading:\n\n    # Abstract\n\n    The abstract text includes this.\n\n    * * * *\n\n    This text is the beginning of the document.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarleb%2Fabstract-section","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarleb%2Fabstract-section","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarleb%2Fabstract-section/lists"}