{"id":22538910,"url":"https://github.com/christinalk/large-scale-chtc","last_synced_at":"2026-02-09T03:03:30.964Z","repository":{"id":70688695,"uuid":"70820792","full_name":"ChristinaLK/large-scale-chtc","owner":"ChristinaLK","description":null,"archived":false,"fork":false,"pushed_at":"2016-10-13T15:40:03.000Z","size":6373,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"gh-pages","last_synced_at":"2025-03-28T07:11:13.192Z","etag":null,"topics":["christinalk-work","chtc","hpc-lessons","lessons","own-lessons"],"latest_commit_sha":null,"homepage":"https://christinalk.github.io/large-scale-chtc/","language":"PostScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChristinaLK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-13T15:28:07.000Z","updated_at":"2017-10-02T20:12:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"b3241a29-7b6c-4fdf-ad5c-244e06918aa4","html_url":"https://github.com/ChristinaLK/large-scale-chtc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChristinaLK/large-scale-chtc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristinaLK%2Flarge-scale-chtc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristinaLK%2Flarge-scale-chtc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristinaLK%2Flarge-scale-chtc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristinaLK%2Flarge-scale-chtc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChristinaLK","download_url":"https://codeload.github.com/ChristinaLK/large-scale-chtc/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristinaLK%2Flarge-scale-chtc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269365332,"owners_count":24405206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"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":["christinalk-work","chtc","hpc-lessons","lessons","own-lessons"],"created_at":"2024-12-07T11:23:09.067Z","updated_at":"2026-02-09T03:03:30.885Z","avatar_url":"https://github.com/ChristinaLK.png","language":"PostScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Computing At Scale (Template Lesson)\n==============\n\nThis repository contains a customizable template for \nan introductory training on using a large scale \ncomputing resource, based on this [lesson template][github].  \n\n\u003e Disclaimer: While this template uses the [Software Carpentry][swc] \nand [Data Carpentry][dc] lesson template, it is in no way affiliated \nwith or endorsed by these organizations, and is not considered part \nof either organization's official scope or curriculum.  Any instructor \nor trainer can use this material at their own discretion.  \n\n## Customization Instructions\n\n1.  Do *not* fork this repository directly on GitHub.\n    Instead, \n    \u003e add import instructions\n\n2.  Edit the following files and values: \n    \u003e _yaml, title, intro text on first page, includes in `_episodes/custom` dir, figs\n\n3.  See layout/formatting below for more info.  \n\n4.  Commit changes to the gh-pages branch.  Push a copy to repsitory on github\n    [automatically published as a website by GitHub][github-pages].\n\n5.  To preview material,\n    please run `make serve` from the command line\n    to launch Jekyll with the correct parameters,\n    or push to your repository's `gh-pages` branch\n    and let GitHub take care of the rendering.\n\n6.  Run `make lesson-check` to check that your files follow our formatting rules.\n    For a list of other helpful commands run `make` in this directory.\n\n7.  If you find an error or omission in this documentation,\n    please [file an issue in this repository][example-issues].\n    If you find an error or omission in the lesson template,\n    please [file an issue in the styles repository][styles-issues] instead.\n\n## Layout Overview\n\nThe layout of this repository is explained in [this site's episodes][rendered].\nIn brief:\n\n1.  The source for pages that appear as top-level items in the navigation bar\n    are stored in the root directory,\n    including the home page (`index.md`),\n    the reference page (`reference.md`),\n    and the setup instructions (`setup.md`).\n\n2.  Source files for lesson episodes are stored in `_episodes`;\n    `_episodes/01-xyz.md` generates `/01-xyz/index.html`,\n    which can be linked to using `/01-xyz/`.\n\n4.  Files that appear under the \"extras\" menu are stored in `_extras`.\n\n5.  Figures are stored in the `fig` directory,\n    data sets in `data`,\n    source code in `code`,\n    and miscellaneous files in `files`.\n    \n## Formatting overview\n\n1.  Markdown, links, link to gh-markdown\n\n2.  Callouts, challenges, checklists, prereq, solutions\n\n[collections]: https://jekyllrb.com/docs/collections/\n[dc]: https://datacarpentry.org\n[editing-config]: https://swcarpentry.github.io/lesson-example/03-organization/\n[example-issues]: https://github.com/swcarpentry/lesson-example/issues/\n[github]: https://github.com/swcarpentry/lesson-example/\n[github-pages]: https://help.github.com/articles/creating-project-pages-manually/\n[issues]: https://github.com/swcarpentry/lesson-example/issues\n[rendered]: https://swcarpentry.github.io/lesson-example/\n[setup]: https://github.com/swcarpentry/lesson-example/blob/gh-pages/setup.md\n[styles-issues]: https://github.com/swcarpentry/styles/issues/\n[styles]: https://github.com/swcarpentry/styles/\n[swc]: https://software-carpentry.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristinalk%2Flarge-scale-chtc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristinalk%2Flarge-scale-chtc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristinalk%2Flarge-scale-chtc/lists"}