{"id":39542544,"url":"https://github.com/npikall/vienna-tech","last_synced_at":"2026-01-18T06:38:04.412Z","repository":{"id":254033847,"uuid":"844224396","full_name":"npikall/vienna-tech","owner":"npikall","description":"A typst template for thesis work","archived":false,"fork":false,"pushed_at":"2025-06-04T22:02:12.000Z","size":7482,"stargazers_count":0,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T02:51:32.390Z","etag":null,"topics":["template","thesis","typst"],"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/npikall.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2024-08-18T18:47:19.000Z","updated_at":"2025-03-17T21:51:23.000Z","dependencies_parsed_at":"2025-03-15T17:23:16.894Z","dependency_job_id":"fc319d19-f892-4ca1-b0a5-85992a98a15c","html_url":"https://github.com/npikall/vienna-tech","commit_stats":null,"previous_names":["npikall/vienna-tech"],"tags_count":5,"template":false,"template_full_name":"typst-community/typst-package-template","purl":"pkg:github/npikall/vienna-tech","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npikall%2Fvienna-tech","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npikall%2Fvienna-tech/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npikall%2Fvienna-tech/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npikall%2Fvienna-tech/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/npikall","download_url":"https://codeload.github.com/npikall/vienna-tech/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npikall%2Fvienna-tech/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28531997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["template","thesis","typst"],"created_at":"2026-01-18T06:38:03.597Z","updated_at":"2026-01-18T06:38:04.353Z","avatar_url":"https://github.com/npikall.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The `vienna-tech` Template\n[![Dynamic TOML Badge](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fnpikall%2Fvienna-tech%2Frefs%2Fheads%2Fmain%2Ftypst.toml\u0026query=%24.package.version\u0026prefix=v\u0026logo=typst\u0026label=template\u0026color=239DAD)](https://typst.app/universe/package/rubber-article)\n[![MIT License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/npikall/vienna-tech/blob/main/LICENSE)\n[![Test Status](https://github.com/npikall/vienna-tech/actions/workflows/ci.yml/badge.svg)](https://github.com/npikall/vienna-tech/actions/workflows/ci.yml)\n[![User Manual](https://img.shields.io/badge/doc-.pdf-mediumpurple)](https://github.com/npikall/vienna-tech/blob/main/docs/docs.pdf)\n\n\u003c!-- \u003cdiv align=\"center\"\u003eVersion 1.1.0\u003c/div\u003e --\u003e\n\nThis is a template, modeled after the LaTeX template provided by the [TU Wien] for Engineering Students. It is intended to be used as a starting point for writing Bachelor's or Master's theses, but can be adapted for other purposes as well. It shall be noted that this template is **not** an official template provided by the Vienna University of Technology, but rather a personal effort to provide a similar template in a new typesetting system. If you want to checkout the original templates visit the website of [TU Wien](https://www.tuwien.at/cee/edvlabor/lehre/vorlagen) \n\n\n## Getting Started\n\nThese instructions will help you set up the template on the typst web app. \n\n```typ\n#import \"@preview/vienna-tech:1.1.0\": *\n\n// Useing the configuration\n#show: tuw-thesis.with(\n  header-title: \"Instruktionen zur Abfassung der Bachelorarbeit\",\n)\n#maketitle(\n  title: [Instruktionen zur Abfassung der Bachelorarbeit],\n  thesis-type: [Bachelorarbeit],\n  authors: (\n    author(\"Vorname Nachname\",\n      email: \"email@email.com\",\n      matrnr: \"123456789\",\n    ),\n  ),\n)\n```\n\n## Options\n\nFor a indepth overview of the options have a look at the [documentation].\n\n\n\n## Usage\n\nThese instructions will get you a copy of the project up and running on the typst web app. \n\n```bash\ntypst init @preview/vienna-tech:1.1.0\n```\n\n### Template overview\n\nAfter initializing a project with this template, you will have the following files:\n\n- `main.typ`: the file which is used to compile the document\n- `abstract.typ`: a file where you can put your abstract text\n- `appendix.typ`: a file where you can put your appendix text\n- `sections.typ`: a file which can include all your contents\n- `refs.bib`: references\n\n## Contribute to the template\n\nFeel free to contribute to the template by opening a pull request. If you have any questions, feel free to open an issue.\n\n[documentation]: https://github.com/npikall/vienna-tech/tree/main/docs/docs.pdf\n[TU Wien]:https://www.tuwien.at/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpikall%2Fvienna-tech","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnpikall%2Fvienna-tech","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpikall%2Fvienna-tech/lists"}