{"id":31812907,"url":"https://github.com/flytewizard/uvic-ecs-work-term-report","last_synced_at":"2026-02-18T10:03:39.387Z","repository":{"id":40250798,"uuid":"485432895","full_name":"FlyteWizard/uvic-ecs-work-term-report","owner":"FlyteWizard","description":"UVic ECS Work Term Report Template","archived":false,"fork":false,"pushed_at":"2022-09-01T18:07:31.000Z","size":3702,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T07:46:00.231Z","etag":null,"topics":["co-op","ecs","overleaf","template","uvic","work-term-report"],"latest_commit_sha":null,"homepage":"https://www.overleaf.com/read/zrrbdkncbxhf","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/FlyteWizard.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}},"created_at":"2022-04-25T15:42:36.000Z","updated_at":"2022-08-30T06:43:55.000Z","dependencies_parsed_at":"2022-09-15T02:50:40.787Z","dependency_job_id":null,"html_url":"https://github.com/FlyteWizard/uvic-ecs-work-term-report","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"purl":"pkg:github/FlyteWizard/uvic-ecs-work-term-report","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlyteWizard%2Fuvic-ecs-work-term-report","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlyteWizard%2Fuvic-ecs-work-term-report/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlyteWizard%2Fuvic-ecs-work-term-report/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlyteWizard%2Fuvic-ecs-work-term-report/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlyteWizard","download_url":"https://codeload.github.com/FlyteWizard/uvic-ecs-work-term-report/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlyteWizard%2Fuvic-ecs-work-term-report/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29575343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"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":["co-op","ecs","overleaf","template","uvic","work-term-report"],"created_at":"2025-10-11T07:45:01.842Z","updated_at":"2026-02-18T10:03:39.377Z","avatar_url":"https://github.com/FlyteWizard.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UVic ECS Work Term Report - Template\n\nA template following the [Computer Science Work Term Report Guidelines](./admin/computer-science-work-term-report-guidelines.pdf). The report is built using LaTeX and Overleaf.\n\n- [Work Term Report](./work-term-report.pdf)\n- [Letter of Transmittal](./letter.pdf)\n\n## Overleaf\n\nThe report template can be copied and modified in Overleaf. To learn more about copying a project in Overleaf read \"[Copying A Project](https://www.overleaf.com/learn/how-to/Copying_a_project)\".\n\n[https://www.overleaf.com/read/zrrbdkncbxhf](https://www.overleaf.com/read/zrrbdkncbxhf)\n\n## Report Structure\n\nThe report structure is spilt up into sections. It also includes a template for the letter of transmittal.\n\nThe file `main.tex` is the entry point of the report. All the preamble and imports are within this file. If you want to add a section you'll need to include it in `main.tex`.\n\nThe file `bibliography.bib` is the bibliography. Add all your references to this file. Once they are include you can reference them within the report by using the `\\cite{}` command. To learn more about BibLaTeX read \"[Getting started with BibLaTeX\n](https://www.overleaf.com/learn/latex/Articles/Getting_started_with_BibLaTeX)\". The following tool is helpful in validating and formatting your BIB file: [BibTeX Tidy](https://flamingtempura.github.io/bibtex-tidy/).\n\nThe file `glossary.tex` is the glossary. You can add all your terms and acronyms to this file and then reference them within your report with `\\gls{}`. You can learn more by reading the [Glossaries](https://www.overleaf.com/learn/latex/Glossaries) article on Overleaf.\n\nThe `sections` folder includes all the report sections (title, professional reflection, executive summary, introduction, discussion, conclusion, recommendation, acknowledgements, and appendix). In addition, there is a `discussion` folder. The folder splits up the discussion into readable parts. You can create a TEX file for each section heading within discussion.\n\nThe `figures` and `snippets` folders are for images and code files respectively.\n\nAnd finally, the file `letter.tex` is the letter of transmittal. To include the letter in the report you'll need to compile the file into a PDF and upload it to the root folder. The template provides a compiled letter.\n\n## LICENSE\n\nMIT License\n\n## Acknowledgements\n\nThe template is based on [https://github.com/trstephen/work-term-report](https://github.com/trstephen/work-term-report).\n\n## Affliated Links\n\nOverleaf allows users to refer a friend. You can learn more about referring a friend here: [Help us spread the word about Overleaf](https://www.overleaf.com/user/bonus).\n\n- [Overleaf Referral Link](https://www.overleaf.com?r=CxCY1gVMJzbSHx3j\u0026rm=d\u0026rs=b)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflytewizard%2Fuvic-ecs-work-term-report","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflytewizard%2Fuvic-ecs-work-term-report","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflytewizard%2Fuvic-ecs-work-term-report/lists"}