Update GitHub URLs
This commit is contained in:
parent
dd17436a53
commit
db76a30ec5
@ -6,8 +6,8 @@ The format is `fix/123-short-description`, `feature/description` or `feature/123
|
|||||||
|
|
||||||
|
|
||||||
For example
|
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 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-london/colouring-london/pull/625) used branch `feature/verification`
|
* [PR 625](https://github.com/colouring-cities/colouring-core/pull/625) used branch `feature/verification`
|
||||||
|
|
||||||
## Commits
|
## Commits
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Colouring Cities Core Platform
|
# Colouring Cities Core Platform
|
||||||
[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors)
|
[![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
|
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
|
are they located and how do they contribute to the city? How adaptable are
|
||||||
|
@ -16,7 +16,7 @@ const ContactPage = () => (
|
|||||||
|
|
||||||
<p> You can send us comments or ask questions on our discussion threads at <a href="https://discuss.colouring.london/">https://discuss.colouring.london/</a>.</p>
|
<p> You can send us comments or ask questions on our discussion threads at <a href="https://discuss.colouring.london/">https://discuss.colouring.london/</a>.</p>
|
||||||
|
|
||||||
<p> To view our technical site and platform code please visit Github at: <a href={ccconfig.githubURL}>https://github.com/colouring-london/colouring-london</a>.</p>
|
<p> To view our technical site and platform code please visit Github at: <a href={ccconfig.githubURL}>https://github.com/colouring-cities/colouring-core</a>.</p>
|
||||||
|
|
||||||
<p>For press enquiries please contact <a href="https://www.turing.ac.uk/contact-us/press-office">The Alan Turing Institute press office</a></p>
|
<p>For press enquiries please contact <a href="https://www.turing.ac.uk/contact-us/press-office">The Alan Turing Institute press office</a></p>
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ const ContributorAgreementPage : React.SFC<any> = () => (
|
|||||||
<h3 className='h3'>What you are contributing to</h3>
|
<h3 className='h3'>What you are contributing to</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
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 <a href="https://github.com/colouring-london/colouring-london/issues/687">'Data ethics'</a> 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 <a href="https://github.com/colouring-cities/colouring-core/issues/687">'Data ethics'</a> 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.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3 className='h3'>Diversity and inclusivity</h3>
|
<h3 className='h3'>Diversity and inclusivity</h3>
|
||||||
|
@ -35,7 +35,7 @@ export const Login: React.FC = () => {
|
|||||||
<InfoBox msg={msgText}>
|
<InfoBox msg={msgText}>
|
||||||
<br/>Please <a href="https://discuss.colouring.london/">discuss
|
<br/>Please <a href="https://discuss.colouring.london/">discuss
|
||||||
suggestions for improvements</a> and <a
|
suggestions for improvements</a> and <a
|
||||||
href="https://github.com/colouring-london/colouring-london/issues">
|
href="https://github.com/colouring-cities/colouring-core/issues">
|
||||||
report issues or problems</a>.
|
report issues or problems</a>.
|
||||||
</InfoBox>
|
</InfoBox>
|
||||||
<ErrorBox msg={error} />
|
<ErrorBox msg={error} />
|
||||||
|
@ -38,7 +38,7 @@ export const SignUp: React.FC = () => {
|
|||||||
<InfoBox msg={msgName}>
|
<InfoBox msg={msgName}>
|
||||||
<br/>Please <a href="https://discuss.colouring.london/">discuss
|
<br/>Please <a href="https://discuss.colouring.london/">discuss
|
||||||
suggestions for improvements</a> and <a
|
suggestions for improvements</a> and <a
|
||||||
href="https://github.com/colouring-london/colouring-london/issues">
|
href="https://github.com/colouring-cities/colouring-core/issues">
|
||||||
report issues or problems</a>.
|
report issues or problems</a>.
|
||||||
</InfoBox>
|
</InfoBox>
|
||||||
<p>
|
<p>
|
||||||
|
@ -46,7 +46,7 @@ Clone the remote Colouring London GitHub repository into `/var/www`
|
|||||||
|
|
||||||
`cd /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
|
Create a system user (`nodeapp`) to `chown` the `colouring-london` directory
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user