{"id":27173102,"url":"https://github.com/artomweb/eva-checklist","last_synced_at":"2026-01-28T02:06:15.323Z","repository":{"id":279322045,"uuid":"938424732","full_name":"artomweb/EVA-Checklist","owner":"artomweb","description":"A template for creating NASA Gemini (1966) style checklists.","archived":false,"fork":false,"pushed_at":"2025-02-27T15:35:16.000Z","size":407,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-02T00:29:34.835Z","etag":null,"topics":["typst","typst-package","typst-template","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/artomweb.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}},"created_at":"2025-02-24T23:52:19.000Z","updated_at":"2025-05-10T08:44:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9211e11-28d3-4892-8786-f89e5b6dc143","html_url":"https://github.com/artomweb/EVA-Checklist","commit_stats":null,"previous_names":["artomweb/eva-checklist"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/artomweb/EVA-Checklist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artomweb%2FEVA-Checklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artomweb%2FEVA-Checklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artomweb%2FEVA-Checklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artomweb%2FEVA-Checklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artomweb","download_url":"https://codeload.github.com/artomweb/EVA-Checklist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artomweb%2FEVA-Checklist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28833501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"online","status_checked_at":"2026-01-28T02:00:06.943Z","response_time":57,"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":["typst","typst-package","typst-template","typst-templates"],"created_at":"2025-04-09T10:50:18.863Z","updated_at":"2026-01-28T02:06:15.308Z","avatar_url":"https://github.com/artomweb.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EVA Checklist\n\nA Typst template for creating NASA Gemini (1966) style checklists. See comparison with original below:\n\n|               Template                |                    NASA Gemini                     |\n| :-----------------------------------: | :------------------------------------------------: |\n| \u003cimg src=\"thumbnail.png\" width=\"205\"\u003e | \u003cimg src=\"NASM-A19850125000_PS01.jpg\" width=\"250\"\u003e |\n\n[NASA Image Source](https://airandspace.si.edu/collection-objects/checklist-card-umbilical-eva-gemini-10/nasm_A19850125000)\n\n### Features:\n\n- Sequence with heading\n- Time scale axis\n- Crew identifier (Pilot, copilot, both etc.)\n- Step\n- Sub Step\n- Numbered steps as seen in other Gemini checklists such as [gemini-5](https://www.thespacecollective.com/complete-gemini-5-flown-checklist)\n\n## Start with\n\n```typst\n#import \"../lib.typ\": *\n#show: checklist\n```\n\nSee `examples/` for help.\nAll sequence titles and steps have forced capitalisation.\n\n### Sequence\n\nStarts a new sequence, the title and time axis are optional.\n\n```typst\n#sequence(title: \"Eva Sequence\")[\n  #withCrew(\"P\")[\n  //...steps\n  ]\n]\n// With an optional time axis\n#sequence(title: \"Eva Sequence\", withTime: true)[\n  // rest of sequence\n]\n// With optional numbered steps.\n#sequence(title: \"Eva Sequence\", withNumbers: true)[\n  // rest of sequence\n]\n```\n\n### Crew\n\nSpecifies the crew letter in the left hand margin.\n\n```typst\n #withCrew(\"P\")[\n  // ... steps\n ]\n```\n\n### Step\n\nSpecifies an individual step. Optional `atTime` parameter if using time axis.\n\n```typst\n#step[Take Agena pictures - Hasselblad]\n#step(atTime: \"05:00\")[Raise handrail]\n```\n\n### Sub step\n\nA step with a left indentation. Optional `atTime` parameter if using time axis.\n\n```typst\n#subStep[YAW 90#sym.degree L \u0026 R]\n#subStep(atTime: \"40:00\")[Pitch 45]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartomweb%2Feva-checklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartomweb%2Feva-checklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartomweb%2Feva-checklist/lists"}