{"id":26246752,"url":"https://github.com/axect/yonsei-thesis-typst","last_synced_at":"2026-02-14T21:32:17.285Z","repository":{"id":281964014,"uuid":"947030885","full_name":"Axect/yonsei-thesis-typst","owner":"Axect","description":"Thesis/Dissertation typst template for Yonsei University","archived":false,"fork":false,"pushed_at":"2025-06-27T06:33:37.000Z","size":253,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-30T08:19:30.480Z","etag":null,"topics":["dissertation","thesis","typst","yonsei-university"],"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/Axect.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-12T03:36:24.000Z","updated_at":"2025-08-08T05:09:48.000Z","dependencies_parsed_at":"2025-10-11T01:11:27.708Z","dependency_job_id":"22ca4358-b9e4-4037-b783-f1fabaad2e66","html_url":"https://github.com/Axect/yonsei-thesis-typst","commit_stats":null,"previous_names":["axect/yonsei-thesis-typst"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Axect/yonsei-thesis-typst","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2Fyonsei-thesis-typst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2Fyonsei-thesis-typst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2Fyonsei-thesis-typst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2Fyonsei-thesis-typst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Axect","download_url":"https://codeload.github.com/Axect/yonsei-thesis-typst/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2Fyonsei-thesis-typst/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29456245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T21:29:27.764Z","status":"ssl_error","status_checked_at":"2026-02-14T21:28:11.111Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dissertation","thesis","typst","yonsei-university"],"created_at":"2025-03-13T13:28:33.107Z","updated_at":"2026-02-14T21:32:17.270Z","avatar_url":"https://github.com/Axect.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yonsei University Thesis Template for Typst\n\nThis repository contains a Typst template for creating Yonsei University theses and dissertations, complying with the official formatting guidelines.\n\n## Notice\n\nFrom 2025-1, you should write your name as \"Hong, Gildong\" (Family name first) in the thesis. The template is designed to accommodate this change.\n\n## Features\n\n- Complete template for both doctoral dissertations and master's theses\n- Pre-configured page layouts and margins according to Yonsei University requirements\n- Automatically generated:\n  - Cover page\n  - Title page\n  - Signature page\n  - Table of contents\n  - List of figures\n  - List of tables\n  - Bibliography support\n  - Korean abstract page\n\n## Requirements\n\n- [Typst](https://typst.app/) (latest version recommended)\n- Times New Roman font\n\n## Usage\n\n1. Clone this repository or download the `thesis.typ` file.\n2. Place the file in your project directory.\n3. Create your main Typst file (e.g., `main.typ`) and use the template like this:\n\n```typst\n#import \"thesis.typ\": thesis\n\n#show: doc =\u003e thesis(\n  title: \"Your Thesis Title\",\n  title_kr: \"논문 제목 (한국어)\",\n  author: \"Your Name\",\n  degree: \"Philosophy\",\n  department: \"Your Department\",\n  university: \"Yonsei University\",\n  date: \"2025\",\n  month: \"June\",\n  year: \"2025\",\n  supervisor: \"Name of Supervisor\",\n  committee: (\"Committee Member 1\", \"Committee Member 2\", \"Committee Member 3\", \"Committee Member 4\"),\n  is_doctoral: true, // true for doctoral dissertation, false for master's thesis\n  doc,\n)\n\n= Introduction\n\nYour content here...\n```\n\n## Template Parameters\n\n| Parameter | Description |\n|-----------|-------------|\n| `title` | Title of the thesis (in English) |\n| `title_kr` | Title of the thesis (in Korean) |\n| `author` | Author's name |\n| `degree` | Degree type (e.g., \"Philosophy\", \"Science\") |\n| `department` | Department name |\n| `university` | University name (default: \"Yonsei University\") |\n| `date` | Full date |\n| `month` | Month of submission |\n| `year` | Year of submission |\n| `supervisor` | Name of the thesis supervisor |\n| `committee` | Array of committee member names |\n| `is_doctoral` | Boolean value (true for doctoral dissertation, false for master's thesis) |\n\n## Formatting Notes\n\n- The template uses Times New Roman at 11pt with 1.15 line spacing\n- First-line indentation of 2em for paragraphs\n- Justified text alignment\n- Proper heading styles according to Yonsei University guidelines\n- Automatic page numbering (Roman numerals for preliminaries, Arabic numerals for main content)\n- Footnotes with 9pt font size\n\n## Customization\n\nYou can customize the template by modifying the `thesis.typ` file. The file is well-commented to help you understand the different sections and formatting options.\n\n## License\n\n[MIT License](LICENSE)\n\n## Acknowledgments\n\n- Created by Axect\n- Based on the official Yonsei University thesis guidelines\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxect%2Fyonsei-thesis-typst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxect%2Fyonsei-thesis-typst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxect%2Fyonsei-thesis-typst/lists"}