Skip to content

Commit

Permalink
Remove hyphen from B Corp
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-strange committed May 21, 2024
1 parent 0ee47fb commit a404683
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We use `duckdb` and python to pull data from [EDD](https://github.com/economic-a

Where data is not currently available in EDD, we either download manually into `working` or other scripts in `working/cs` download open data from NOMIS, ONS etc. These will eventually be incorporated into EDD and switched to duckdb / python scripts.

For all non-EDD related data we can use `dvc` and `import-url` if there is a stable URL with regularly updated data. For example, we will manage B-corp data this way.
For all non-EDD related data we can use `dvc` and `import-url` if there is a stable URL with regularly updated data. For example, we will manage B Corp data this way.

In `pipelines` we process the data sources to extract only the data we need for the site. These files are stored in data directories available to the website in `src` and checked in to GitHub. These data files drive the visualisations on the site.

Expand Down
2 changes: 1 addition & 1 deletion src/_data/dashboard/true_north_list.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ name,value,footnote,post
"Companies with 1-10 employees",31,"Of members work in companies of this size","%"
"Top sector","17","Of members work in Finance and Insurance","%"
"Top regions","West Yorkshire and Greater Manchester",,
"B-Corps",13,"Of member's organisations are B-corps or are joining","%"
"B Corps",13,"Of member's organisations are B Corps or are joining","%"
"True North purpose",96,"Agree that the True North report identified the key challenges and opportunities facing the region","%"
2 changes: 1 addition & 1 deletion src/index.vto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ nav: about
{ name: "Membership change" },
{ name: "Companies with 1-10 employees" },
{ name: "Top sector" },
{ name: "B-Corps" },
{ name: "B Corps" },
{ name: "True North purpose" },
],
units: { postfix: "post" },
Expand Down
2 changes: 1 addition & 1 deletion src/resources/index.vto
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ nav: resources
<li><a href="https://github.com/open-innovations/true-north">GitHub Repo</a></li>
<li><a href="https://open-innovations.github.io/oi-lume-viz/samples/">OI Lume Chart Samples</a></li>
<li><a href="https://github.com/economic-analytics/edd/tree/main">Economic Data Dashboard</a></li>
<li><a href="https://data.world/datasets/b-corp">B-corp datasets</a></li>
<li><a href="https://data.world/datasets/b-corp">B Corp datasets</a></li>
<li><a href="https://www.gov.uk/government/statistical-data-sets/immigration-system-statistics-data-tables#entry-clearance-visas-granted-outside-the-uk">Visa applications and outcomes</a></li>
<ul>
2 changes: 1 addition & 1 deletion src/themes/true-north/b-corporations/index.vto
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: B-Corporations
title: B Corporations
theme: true-north
---
<h2>B Corporations</h2>
Expand Down

0 comments on commit a404683

Please sign in to comment.