{"id":15613559,"url":"https://github.com/daskol/typst-templates","last_synced_at":"2026-01-26T23:30:49.445Z","repository":{"id":213884468,"uuid":"735164170","full_name":"daskol/typst-templates","owner":"daskol","description":"A list of paper templates in the area of machine learning.","archived":false,"fork":false,"pushed_at":"2024-04-12T21:10:10.000Z","size":2136,"stargazers_count":23,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-13T04:06:53.456Z","etag":null,"topics":["icml","neurips","tmlr","typst","typst-templates"],"latest_commit_sha":null,"homepage":"","language":"Typst","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/daskol.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}},"created_at":"2023-12-23T22:27:04.000Z","updated_at":"2024-04-14T23:49:22.526Z","dependencies_parsed_at":"2024-01-09T00:23:36.102Z","dependency_job_id":"7f8135d5-20b5-4ff1-9f63-db676720fcff","html_url":"https://github.com/daskol/typst-templates","commit_stats":null,"previous_names":["daskol/typst-templates"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Ftypst-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Ftypst-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Ftypst-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Ftypst-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daskol","download_url":"https://codeload.github.com/daskol/typst-templates/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241482101,"owners_count":19969850,"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":["icml","neurips","tmlr","typst","typst-templates"],"created_at":"2024-10-03T07:01:05.546Z","updated_at":"2026-01-26T23:30:49.433Z","avatar_url":"https://github.com/daskol.png","language":"Typst","funding_links":[],"categories":["Templates \u0026 Libraries"],"sub_categories":["General"],"readme":"![Linting and testing][on-push]\n\n[on-push]: https://github.com/daskol/typst-templates/actions/workflows/on-push.yml/badge.svg\n\n# Typst: Templates\n\n*A curated list of paper templates in the area of machine learning.*\n\n## Overview\n\nSome conferences and journals in machine learning allow submissions in PDF\nwithout special requirement to use LaTeX. They also provides a template and an\nexample paper in LaTeX. With official author instructions, these materials\nenable us to make our own template in Typst mark up language. We start with\ntemplate for ICML and are going to add templates for other [Core A\\*][1]\nconferences and journals during next calendar years. The fields of research is\nbelow.\n\n- Artificial intelligence (4602).\n- Computer vision and multimedia computation (4603).\n- Data management and data science (4605).\n- Machine learning (4611).\n\nThe list of A* conferences of the fields given follows.\n\n- ACM International Conference on Computer Graphics and Interactive Techniques\n  (SIGGRAPH).\n- ACM International Conference on Knowledge Discovery and Data Mining (KDD).\n- ACM International World Wide Web Conference (WWW).\n- [Association for Computational Linguistics (ACL)][tracl] (by\n  [@alexanderkoller][alexanderkoller]).\n- Association for the Advancement of Artificial Intelligence (AAAI).\n- Conference on Learning Theory (COLT).\n- Empirical Methods in Natural Language Processing (EMNLP).\n- European Conference on Computer Vision (ECCV).\n- [IEEE Conference on Computer Vision and Pattern Recognition (CVPR)](cvpr).\n- IEEE International Conference on Computer Vision (ICCV).\n- International Conference on Automated Planning and Scheduling (ICAPS).\n- [International Conference on Learning Representations (ICLR)](iclr).\n- [International Conference on Machine Learning (ICML)](icml).\n- International Conference on the Principles of Knowledge Representation and\n  Reasoning (KR).\n- International Joint Conference on Artificial Intelligence (IJCAI).\n- International Joint Conference on Autonomous Agents and Multiagent Systems\n  (AAMAS).\n- International World Wide Web Conference (WWW).\n- [Neural Information Processing System (NeurIPS)](neurips).\n\nAdditionally, we are going to provide templates for popular machine learning\nscientific journals as well.\n\n- [Journal of Machine Learning Research (JMLR)](jmlr).\n- [Reinforcement Learning Conference/Journal (RLC/RLJ)](rlj).\n- [Transactions on Machine Learning Research (TMLR)](tmlr).\n\n## Usage\n\nYou can use this template in the [Typst][2] WebApp by clicking _Start from\ntemplate_ on the dashboard and searching for a template (e.g. `lucky-icml`).\n\nAlternatively, you can use the CLI to kick this project off using the command\n\n```shell\ntypst init @preview/lucky-icml\n```\n\n## Utilities\n\n### Colored Annotations\n\nTypst of version 0.10.0 does not produce colored annotations. In order to\nmitigate the issue, we add [a simple script](colorize-annotations.py) to the\nrepository. The script is plain and simple. One can use it as follows.\n\n```shell\n./colorize-annotations.py \\\n    neurips/example-paper.typst.pdf neurips/example-paper-colored.typst.pdf\n```\n\nIt is written with PyMuPDF library and inserts colored annotation.\n\n## CI/CD\n\nAt the moment, CI/CD pipeline tries only to render all available templates with\na specific version of `typst` compiler. In order to run CI/CD checks locally,\none can use container image `ghcr.io/daskol/typst-templates` to run script\n[`render-templates.sh`][render-templates.sh]. End-to-end command for local\ncheck follows.\n\n```bash\nmake image test\n```\n\n[1]: https://portal.core.edu.au/conf-ranks/?search=A*\u0026by=rank\u0026source=CORE2023\u0026sort=aacronym\n[2]: https://typst.app/\n[tracl]: https://typst.app/universe/package/tracl/\n[alexanderkoller]: https://github.com/alexanderkoller\n[render-templates.sh]: .github/scripts/render-templates.sh\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaskol%2Ftypst-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaskol%2Ftypst-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaskol%2Ftypst-templates/lists"}