Skip to content

Commit bf8f639

Browse files
committed
Change behaviour change to behaviour-change
1 parent 3d6a6f2 commit bf8f639

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(c) Copyright 2018 Human Behaviour Change Project, all rights reserved.
1+
(c) Copyright 2018 Human Behaviour-Change Project, all rights reserved.

app/Resources/views/frontend/homepage.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="container">
2121
<div class="row">
2222
<div class="col-md-12">
23-
<h2 class="mt-0">Human Behaviour Change Project</h2>
23+
<h2 class="mt-0">Human Behaviour-Change Project</h2>
2424
<p>The Human Behaviour-Change Project (HBCP) is creating an online ‘Knowledge System’ that uses Artificial Intelligence, in particular Natural Language Processing and Machine Learning, to extract information from intervention evaluation reports to answer key questions about the evidence. It is a collaboration between behavioural scientists, computer scientists and systems architects.</p>
2525
<p>The Knowledge System will continually search publication databases to find behaviour change intervention evaluation reports, extract and synthesise the findings, provide up-to-date answers to questions, and draw inferences about behaviour change. Practitioners, policy makers and researchers will be able to query the system to obtain answers to variants of the key question: ‘What intervention(s) work, compared with what, how well, with what exposure, with what behaviours, for how long, for whom, in what settings and why?’</p>
2626
<p>The project team is committed to open science and generating products and resources for the scientific community to use. These will be accessible via this website. There is strong engagement of the scientific community as the project evolves, with an International Advisory Board and peer review panels to comment on specific components.</p>

app/Resources/views/frontend/privacy.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{% block body %}
77
{% include 'frontend/_hero.html.twig' with {
88
'icon': 'bundles/app/images/mob-home.png',
9-
'icon_alt': 'About the Human Behaviour Change Project',
9+
'icon_alt': 'About the Human Behaviour-Change Project',
1010
'header': 'Privacy Policy'
1111
} %}
1212

app/Resources/views/layout.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<div class="container-fluid">
9393
<div class="row">
9494
<div class="col-md-6 text-left">
95-
<h4>Human Behaviour Change Project</h4>
95+
<h4>Human Behaviour-Change Project</h4>
9696
<p>
9797
Centre for Behaviour Change<br />
9898
University College London<br />

app/config/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ fos_user:
7676
user_class: AppBundle\Entity\User
7777
from_email:
7878
address: "%mailer_user%"
79-
sender_name: "Human Behaviour Change Project (HBCP)"
79+
sender_name: "Human Behaviour-Change Project (HBCP)"
8080

8181
fos_ck_editor:
8282
configs:
@@ -89,15 +89,15 @@ fos_ck_editor:
8989
sonata_seo:
9090
encoding: UTF-8
9191
page:
92-
title: Human Behaviour Change Project (HBCP)
92+
title: Human Behaviour-Change Project (HBCP)
9393
metas:
9494
name:
9595
keywords: Human,Behaviour,Change,Project,HBCP
96-
description: Human Behaviour Change Project (HBCP)
96+
description: Human Behaviour-Change Project (HBCP)
9797
#robots: noindex, nofollow
9898
property:
99-
'og:site_name': Human Behaviour Change Project (HBCP)
100-
'og:description': Human Behaviour Change Project (HBCP)
99+
'og:site_name': Human Behaviour-Change Project (HBCP)
100+
'og:description': Human Behaviour-Change Project (HBCP)
101101

102102
http-equiv:
103103
'Content-Type': text/html; charset=utf-8

0 commit comments

Comments
 (0)