{"id":13525189,"url":"https://github.com/pncnmnp/typst-poster","last_synced_at":"2025-07-27T08:07:31.798Z","repository":{"id":149932473,"uuid":"622306120","full_name":"pncnmnp/typst-poster","owner":"pncnmnp","description":"An academic poster template for Typst","archived":false,"fork":false,"pushed_at":"2023-04-13T16:26:43.000Z","size":9417,"stargazers_count":134,"open_issues_count":0,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-01T04:32:41.164Z","etag":null,"topics":["poster-template","typst"],"latest_commit_sha":null,"homepage":"","language":null,"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/pncnmnp.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}},"created_at":"2023-04-01T18:06:21.000Z","updated_at":"2025-03-26T15:10:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"32d399fe-4160-47f2-b680-4c805aa007e2","html_url":"https://github.com/pncnmnp/typst-poster","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pncnmnp/typst-poster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pncnmnp%2Ftypst-poster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pncnmnp%2Ftypst-poster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pncnmnp%2Ftypst-poster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pncnmnp%2Ftypst-poster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pncnmnp","download_url":"https://codeload.github.com/pncnmnp/typst-poster/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pncnmnp%2Ftypst-poster/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267327534,"owners_count":24069442,"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-07-27T02:00:11.917Z","response_time":82,"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":["poster-template","typst"],"created_at":"2024-08-01T06:01:16.688Z","updated_at":"2025-07-27T08:07:31.771Z","avatar_url":"https://github.com/pncnmnp.png","language":null,"funding_links":[],"categories":["Templates \u0026 Libraries","模板"],"sub_categories":["Posters","学术海报"],"readme":"# Typst-Poster\n\nThis is an academic poster template designed for [Typst](https://github.com/typst/typst). Supports both horizontal and vertical posters.\n\n# What does it look like?\n\n![Example of a horizotal poster](./images/readme_horizontal.png)\n\n# Getting Started\n\nTo get started, use the following code:\n\n```typ\n#import \"poster.typ\": *\n\n#show: poster.with(\n  size: \"Tested on '36x24', '48x36', and '48x36'. See examples dir'\",\n  title: \"Poster Title\",\n  authors: \"Author Names (comma separated)\",\n  departments: \"Department Name\",\n  univ_logo: \"Logo Path (optimal dimension is 1080 × 170)\",\n  footer_text: \"Name of Conference or Course Name\",\n  footer_url: \"Conference URL\",\n  footer_email_ids: \"Email IDs of authors (comma separated)\",\n  footer_color: \"Hex Color Code\",\n\n  // Additional Parameters\n  // =====\n  // For 3-column posters, these usually DO NOT require any adjustments.\n  // However, they are important for 2-column posters.\n  // Refer to ./examples/example_2_column_18_24.typ for an example.\n  // Defaults are commented on the right side\n\n  keywords: Array of keywords, // default is empty\n  num_columns: \"Number of columns in the poster\", // 3\n  univ_logo_scale: \"University logo's scale (in %)\", // 100%\n  univ_logo_column_size: \"University logo's column size (in in)\", // 10in\n  title_column_size: \"Title and authors' column size (in in)\", // 20in\n  title_font_size: \"Poster title's font size (in pt)\", // 48pt\n  authors_font_size: \"Authors' font size (in pt)\", // 36pt\n  footer_url_font_size: \"Footer's URL and email font size (in pt)\", // 30pt\n  footer_text_font_size: \"Footer's text font size (in pt)\", // 40pt\n)\n\n// Proceed with your content as usual\n```\n\nFor an example, refer to [`example.typ`](https://github.com/pncnmnp/typst-poster/blob/master/examples/example.typ). The default dimensions are `36in` in width and `24in` in height.\n\n# Does it support 2-column posters?\n\nYes, but certain default parameters need to be adjusted to achieve this. Please refer to `./examples/example_2_column_18_24.typ` for an example on how to make the necessary adjustments.\n\nHere is an example of how a two-column poster looks.\n\n![Example of a horizotal poster](./images/readme_vertical.png)\n\n# License\n\nThis template is licensed under the [MIT License](https://github.com/pncnmnp/typst-poster/blob/master/LICENSE).\nAll images in `main.typ`, except for NC State's Logo, are in the Public Domain.\nNC State's Logo is the property of North Carolina State University.\nThis project is not sponsored or affiliated with NC State.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpncnmnp%2Ftypst-poster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpncnmnp%2Ftypst-poster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpncnmnp%2Ftypst-poster/lists"}