{"id":23628577,"url":"https://github.com/nhs-transformation-unit/data_sources","last_synced_at":"2026-02-25T15:03:03.585Z","repository":{"id":261665030,"uuid":"884730490","full_name":"NHS-Transformation-Unit/data_sources","owner":"NHS-Transformation-Unit","description":"Repository for website of regular data sources for TU projects","archived":false,"fork":false,"pushed_at":"2025-04-25T10:43:04.000Z","size":680,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T19:39:34.691Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NHS-Transformation-Unit.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":"2024-11-07T09:35:50.000Z","updated_at":"2025-04-25T10:43:09.000Z","dependencies_parsed_at":"2024-11-07T19:37:26.217Z","dependency_job_id":"30b71d2f-24a7-4745-9086-85b82c47b1d2","html_url":"https://github.com/NHS-Transformation-Unit/data_sources","commit_stats":null,"previous_names":["nhs-transformation-unit/data_sources"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NHS-Transformation-Unit/data_sources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHS-Transformation-Unit%2Fdata_sources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHS-Transformation-Unit%2Fdata_sources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHS-Transformation-Unit%2Fdata_sources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHS-Transformation-Unit%2Fdata_sources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NHS-Transformation-Unit","download_url":"https://codeload.github.com/NHS-Transformation-Unit/data_sources/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHS-Transformation-Unit%2Fdata_sources/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266655700,"owners_count":23963554,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-12-28T00:46:35.824Z","updated_at":"2026-02-25T15:03:03.526Z","avatar_url":"https://github.com/NHS-Transformation-Unit.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"images/TU_logo_large.png\" alt=\"TU logo\" width=\"200\" align=\"right\"/\u003e\n\n# Data Sources Quarto Site\nThis repository contains the source files for a Quarto website that provides an overview of data sources that can be used on TU projects.\n\n## Table of Contents\n\n1. [Purpose](#purpose)\n2. [Repository Structure](#repo-structure)\n3. [Getting Started](#getting-started)\n4. [Raising Issues](#raising-issues)\n5. [Contributors](#contributors)\n\n## 1. Purpose\n\nThis website has been built, and is still being developed in [Quarto](https://quarto.org/) with the aim of documenting important sources of data that we use on our projects. Beyond documenting data sources the website is also designed to educate others within the team on the data sources that can be used on projects, how to explore these and what they can be helpful for.\n\n## 2. Repository Structure\n\nThe repository is structured as:\n\n```plaintext\n\ndata-sources/\n├── .git/\n├── .gitignore\n├── _quarto.yml\n├── index.qmd\n├── pages/\n    ├── topic1.qmd\n    ├── topic1_a.qmd\n    ├── topic1_b.qmd\n    ├── topic2.qmd\n    ├── topic2_a.qmd\n    ├── topic2_b.qmd\n    └── ...\n├── images/\n├── tu_theme.css\n├── docs/\n└── README.md\n\n```\n\n* `_quarto.yml`: Configuration file for Quarto, specifying website structure and settings.\n* `index.qmd`: The homepage content.\n* `pages/`: Contains individual `.qmd` files for each of the topics and data sources documented in the website.\n* `images/`: Stores images used within the website.\n* `tu_theme.css`: Contains the custom `.css` file for TU formatting.\n* `docs/`: The output directory for rendered HTML files. These are then used by GitHub Pages to host the website.\n\n## 3. Getting Started\n\nTo clone this repository and set-up the project locally:\n\n1. **Clone the repository**:\n\n```bash\ngit clone https://github.com/NHS-Transformation-Unit/data_sources.git\n```\n2. **Navigate into the directory**:\n\n```bash\ncd data_sources\n```\n3. **Install Quarto**:\nIf not already completed then install [Quarto](https://quarto.org/docs/get-started/) or ensure that it is accessible via your IDE of choice.\n\n4. **Render website locally**:\n\nFor example within R, run:\n\n```r\nquarto::quarto_render()\n```\n5. **Preview the site**:\n\nOpen the HTML files in the `docs/` folder to view the website locally.\n\n## 4. Raising Issues\nIf you are raising an issue due to a bug or for adding a missing data source then please follow these guidelines:\n\n* __Title__: Clearly and concisely describe the issue.\n* __Labels__: Add the relevant label (e.g. `bug`, `enhancement`, etc.) to help the issue be appropriately categorised.\n* __Description__: Provide a clear description of the issue including screenshots if necessary.\n* __Steps to reproduce__: If reporting a bug, please outline the steps to reproduce the issue.\n\n## 5. Contributors\n\n* __[Andy Wilson](https://github.com/ASW-Analyst)__","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhs-transformation-unit%2Fdata_sources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhs-transformation-unit%2Fdata_sources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhs-transformation-unit%2Fdata_sources/lists"}