diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 21976429..562e2b4d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,8 +6,8 @@ The format is `fix/123-short-description`, `feature/description` or `feature/123 For example -* [PR 648](https://github.com/colouring-london/colouring-london/pull/684) used branch `fix/681-land-use-edit` referencing [#681](https://github.com/colouring-london/colouring-london/issues/681) -* [PR 625](https://github.com/colouring-london/colouring-london/pull/625) used branch `feature/verification` +* [PR 648](https://github.com/colouring-cities/colouring-core/pull/684) used branch `fix/681-land-use-edit` referencing [#681](https://github.com/colouring-cities/colouring-core/issues/681) +* [PR 625](https://github.com/colouring-cities/colouring-core/pull/625) used branch `feature/verification` ## Commits diff --git a/README.md b/README.md index 8fd7c8af..d01689e0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Colouring Cities Core Platform [![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors) -![Build status](https://github.com/colouring-london/colouring-london/workflows/Node.js%20CI/badge.svg) +![Build status](https://github.com/colouring-cities/colouring-core/workflows/Node.js%20CI/badge.svg) How many buildings are there in a city? What are their characteristics? Where are they located and how do they contribute to the city? How adaptable are diff --git a/app/src/frontend/pages/contact.tsx b/app/src/frontend/pages/contact.tsx index 19163d71..df2329ac 100644 --- a/app/src/frontend/pages/contact.tsx +++ b/app/src/frontend/pages/contact.tsx @@ -16,7 +16,7 @@ const ContactPage = () => (
You can send us comments or ask questions on our discussion threads at https://discuss.colouring.london/.
-To view our technical site and platform code please visit Github at: https://github.com/colouring-london/colouring-london.
+To view our technical site and platform code please visit Github at: https://github.com/colouring-cities/colouring-core.
For press enquiries please contact The Alan Turing Institute press office
diff --git a/app/src/frontend/pages/contributor-agreement.tsx b/app/src/frontend/pages/contributor-agreement.tsx index 20c67079..8cb79383 100644 --- a/app/src/frontend/pages/contributor-agreement.tsx +++ b/app/src/frontend/pages/contributor-agreement.tsx @@ -54,7 +54,7 @@ const ContributorAgreementPage : React.SFC- Colouring {config.cityName} is a free knowledge exchange platform and open database designed for public use. It has been set up to support a whole-of-society approach to improving the sustainability, resilience and inclusivity of cities. Colouring {config.cityName} is also part of the international Colouring Cities Research Programme (CCRP) run at the Alan Turing Institute. Its design is guided by principles set out in the United Nations New Urban Agenda, the Open Data Charter, the General Data Protection Regulation (GDPR), The Gemini Principles, the Open Data Institute's recommendations on personal data and data infrastructure, and specific Articles within the Declaration of Human rights. These are discussed on our 'Data ethics' page, where we also use the Open Data Institute's data ethics canvas to answer questions on how we use and manage our data. We capture spatial statistics and do not collect text or images, though images may be integrated in the future. The type of spatial data we collect can be viewed by clicking on each data category, on 'Info' buttons and on the 'Building data categories' page. We are also planning a 'Showcase section' to enable platform users to share, and view, ways in which Colouring {config.cityName} data are used. + Colouring {config.cityName} is a free knowledge exchange platform and open database designed for public use. It has been set up to support a whole-of-society approach to improving the sustainability, resilience and inclusivity of cities. Colouring {config.cityName} is also part of the international Colouring Cities Research Programme (CCRP) run at the Alan Turing Institute. Its design is guided by principles set out in the United Nations New Urban Agenda, the Open Data Charter, the General Data Protection Regulation (GDPR), The Gemini Principles, the Open Data Institute's recommendations on personal data and data infrastructure, and specific Articles within the Declaration of Human rights. These are discussed on our 'Data ethics' page, where we also use the Open Data Institute's data ethics canvas to answer questions on how we use and manage our data. We capture spatial statistics and do not collect text or images, though images may be integrated in the future. The type of spatial data we collect can be viewed by clicking on each data category, on 'Info' buttons and on the 'Building data categories' page. We are also planning a 'Showcase section' to enable platform users to share, and view, ways in which Colouring {config.cityName} data are used.
diff --git a/docs/setup-production-environment.md b/docs/setup-production-environment.md index 62c0cb03..2f98c888 100644 --- a/docs/setup-production-environment.md +++ b/docs/setup-production-environment.md @@ -46,7 +46,7 @@ Clone the remote Colouring London GitHub repository into `/var/www` `cd /var/www` -`sudo git clone https://github.com/colouring-london/colouring-london.git` +`sudo git clone https://github.com/colouring-cities/colouring-core.git` Create a system user (`nodeapp`) to `chown` the `colouring-london` directory