{"id":19635996,"url":"https://github.com/xiaoxiae/soc-paper-2019","last_synced_at":"2026-04-26T20:32:10.906Z","repository":{"id":127937654,"uuid":"166299587","full_name":"xiaoxiae/soc-paper-2019","owner":"xiaoxiae","description":"The source code to my SOČ paper for the year 2019.","archived":false,"fork":false,"pushed_at":"2019-09-17T05:57:40.000Z","size":20010,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-06T12:31:25.617Z","etag":null,"topics":["education","latex","paper","robotics","soc"],"latest_commit_sha":null,"homepage":"","language":"TeX","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/xiaoxiae.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":"2019-01-17T21:29:01.000Z","updated_at":"2019-09-17T05:57:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a9ff27c-03d5-4038-a526-b1b093b811c9","html_url":"https://github.com/xiaoxiae/soc-paper-2019","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xiaoxiae/soc-paper-2019","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoxiae%2Fsoc-paper-2019","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoxiae%2Fsoc-paper-2019/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoxiae%2Fsoc-paper-2019/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoxiae%2Fsoc-paper-2019/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiaoxiae","download_url":"https://codeload.github.com/xiaoxiae/soc-paper-2019/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoxiae%2Fsoc-paper-2019/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32312260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"last_error":"SSL_read: 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":["education","latex","paper","robotics","soc"],"created_at":"2024-11-11T12:27:56.462Z","updated_at":"2026-04-26T20:32:10.892Z","avatar_url":"https://github.com/xiaoxiae.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SOČ paper 2019\nThis repository contains the source code to my 2019 [SOČ](http://www.soc.cz/) paper (written in LaTeX). It describes the work and the thought process behind [robotics-simplified.com](http://robotics-simplified.com/).\n\nThe presentation about the paper can be found [here](https://github.com/xiaoxiae/soc-presentation-2019)\n\n\n## Compiling the paper\nIf you want to use the project as a template for your own SOČ paper, or to compile the paper, there are some things you should know before doing so.\n\n\n### Typesetting system\nThe paper was converted to PDF using **LuaTeX**. It was chosen mainly for its out-of-the-box UFT-8 support (which pdfTeX lacks). It comes with most of the major TeX distributions like TeX Live and MiKTeX, so you should already have it installed.\n\n[compile.py](scripts/compile.py) is the script that was used to build the paper. I would recommend you either use it directly or run the same commands in the command line to properly render things like bibliography or the list of acronyms.\n\n\n### Code Highlights\n_If you don't need code highlights, simply remove `\\usepackage{minted}` from `paper.tex` and skip the rest of this section._\n\nCode highlights in the paper use the minted package, which uses **Pygments** (a Python syntax highlighter). To install it, run this command in your terminal:\n\n```\npip install Pygments\n```\n\nYou can then run `pygmentize -V` to ensure that the program installed correctly. Keep in mind that you will need to run the compilation with the `--shell-escape` option to allow shell interaction (see [compile.py](scripts/compile.py)).\n\n\n### Fonts\nThe font **CMU Serif** was used to typeset the (majority of the) paper, mainly due to it's bold small caps support that SOČ requires for certain headings. Make sure to have it [installed](https://sourceforge.net/projects/cm-unicode/) either on your system or through your TeX distribution if you plan on using it.\n\nYou can also use a different system font by changing the line `\\setmainfont{CMU Serif}` in `paper.tex`.\n\nThe paper also uses **FontAwesome5** and the fontawesome5 package to typeset certain symbols and icons. You can either remove the line `\\usepackage{fontawesome5}` from `paper.tex` if you don't plan on using any of the icons, or [install the font](https://fontawesome.com/download) on your system.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaoxiae%2Fsoc-paper-2019","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiaoxiae%2Fsoc-paper-2019","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaoxiae%2Fsoc-paper-2019/lists"}