{"id":13426208,"url":"https://github.com/ITSLeeds/TDS","last_synced_at":"2025-03-15T21:30:50.769Z","repository":{"id":32968258,"uuid":"134841364","full_name":"itsleeds/tds","owner":"itsleeds","description":"Transport Data Science, a post-graduate module at the University of Leeds' Institute for Transport Studies","archived":false,"fork":false,"pushed_at":"2025-03-06T21:57:48.000Z","size":114594,"stargazers_count":49,"open_issues_count":17,"forks_count":49,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-03-06T22:22:43.022Z","etag":null,"topics":["course","education","module","msc","python-data-science","rstats","transportation-planning"],"latest_commit_sha":null,"homepage":"https://itsleeds.github.io/tds/","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsleeds.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":"2018-05-25T10:26:25.000Z","updated_at":"2025-03-06T21:53:03.000Z","dependencies_parsed_at":"2024-03-11T15:49:29.261Z","dependency_job_id":"dfcce892-6670-450e-9a09-f00e67351e77","html_url":"https://github.com/itsleeds/tds","commit_stats":{"total_commits":524,"total_committers":25,"mean_commits":20.96,"dds":0.2137404580152672,"last_synced_commit":"d177dbc71137c0bffe40b96c99004455ff580d5f"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsleeds%2Ftds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsleeds%2Ftds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsleeds%2Ftds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsleeds%2Ftds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsleeds","download_url":"https://codeload.github.com/itsleeds/tds/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243792293,"owners_count":20348611,"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","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":["course","education","module","msc","python-data-science","rstats","transportation-planning"],"created_at":"2024-07-31T00:01:28.976Z","updated_at":"2025-03-15T21:30:50.763Z","avatar_url":"https://github.com/itsleeds.png","language":"TeX","readme":"\n\n[![pages-build-deployment](https://github.com/itsleeds/tds/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/itsleeds/tds/actions/workflows/pages/pages-build-deployment)\n[![Open in GitHub\nCodespaces](https://img.shields.io/badge/Open%20in-GitHub%20Codespaces-blue?logo=github.png)](https://github.com/codespaces/new/itsleeds/tds?quickstart=1)\n[![Docker Image\nSize](https://ghcr-badge.egpl.dev/itsleeds/tds/size?color=%2344cc11\u0026tag=latest\u0026label=image+size\u0026trim=.png)](https://github.com/itsleeds/tds/pkgs/container/tds)\n\nThis repo contains code for the Transport Data Science module at the\nInstitute for Transport Studies, University of Leeds. See the website at\nhttps://itsleeds.github.io/tds/ and at\n[leeds.ac.uk](https://webprod3.leeds.ac.uk/catalogue/dynmodules.asp?Y=202223\u0026M=TRAN-5340M)\n\n## Quickstart\n\nSee the course website at\n[itsleeds.github.io/tds](https://itsleeds.github.io/tds/)\n\nThe quickest way to get started with the code for many people will be to\nuse GitHub Codespaces. Click the [Open in GitHub\nCodespaces](https://github.com/codespaces/new/itsleeds/tds?quickstart=1)\nbutton above to get started.\n\nIf you’re using VS Code and have Docker installed you can open the\nproject in a Devcontainer by pressing Ctrl+Shift+P, typing in\n“Devcontainer”, and selecting “Remote-Containers: Reopen in Container”.\n\n## Cloning and contributing\n\nWe welcome contributions!\n\nTo fork and clone the repo, use the following commands:\n\n``` sh\n# install the gh command line tool: https://cli.github.com/\ngh repo fork itsleeds/tds\ngit clone tds\ncode tds # to open in VS Code, or open in your preferred editor\n# make changes\ngit add .\ngit status # to check what you've changed\ngit commit -m \"your message\"\ngit push\ngh pr create # to create a pull request\n```\n\nPlease create an issue before contributing, so we can discuss the\nchanges you’d like to make.\n\n\u003c!-- Note: we have branch protections in place so you should create a PR before pushing to the main branch. --\u003e\n\nYou can create and work on an issue with the following commands:\n\n``` sh\ngh repo clone itsleeds/tds\ncd tds # or code tds to open with VS Code\ngh issue create # to create an issue\ngh issue develop 123 --checkout # to create a branch and start working on issue 123\n# make changes\ngit add .\ngit commit -m \"your message\"\ngit push\ngh pr create # to create a pull request\n```\n\n## Reproducing the website\n\nTo reprooduce the website, you can use the following command in R:\n\n``` r\nif (!requireNamespace(\"remotes\", quietly = TRUE)) {\n  install.packages(\"remotes\")\n}\nremotes::install_github(\"itsleeds/tds\")\n```\n\n``` r\nquarto::quarto_preview()\n```\n\nThis is the same as running the following command in the system\nterminal:\n\n``` bash\nquarto preview\n```\n\n## Archive\n\nSee an archived version of the repo, before we switched to using Quarto,\nat https://github.com/itsleeds/tdsarchive\n\n## Setup\n\n\u003cdetails\u003e\n\nTo set it up we used commands such as:\n\n``` r\nusethis::use_description()\nusethis::use_package(\"stats19\")\nusethis::use_package(\"DT\")\nusethis::use_package(\"quarto\")\nusethis::use_package(\"zonebuilder\")\n```\n\nYou can save presentations as PDF files with the following command:\n\nWe use the Harvard citation style, added as follows:\n\n``` bash\nwget https://github.com/citation-style-language/styles/raw/refs/heads/master/elsevier-harvard.csl\n```\n\nSee documentation on Quarto website for info on publishing.\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FITSLeeds%2FTDS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FITSLeeds%2FTDS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FITSLeeds%2FTDS/lists"}