diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-06-05 20:39:06 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-06-05 20:39:06 +0100 |
| commit | 37256df1ad3a722100ee7becb918f054c92abe9c (patch) | |
| tree | a086cda3cbcc33674ce9bbae268d7cde714aad91 /website/src/data | |
| parent | a69d3fe14aa04f7299b78442159eec4d1e6dcec0 (diff) | |
BCS manifesto
Diffstat (limited to 'website/src/data')
| -rw-r--r-- | website/src/data/links.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/website/src/data/links.ts b/website/src/data/links.ts index 3002768..9c7c60f 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -38,6 +38,12 @@ const LINKS: Link[] = [ description: 'Catherine Carr did a fantastic job of unveiling how teenage boys are experiencing masculinity in Britain today. Plenty here to surprise, shock and inspire.', isoDateAdded: '2024-06-05', }, + { + href: 'https://www.bcs.org/articles-opinion-and-research/the-computing-revolution-how-the-next-government-can-transform-society-with-ethics-education-and-equity-in-technology', + title: 'BCS manifesto', + description: 'Good for what it is. Good policies. Succinct. Should be the beginning (<em>not</em> the end) of some interesting conversations.', + isoDateAdded: '2024-06-05' + } ]; export default LINKS; |
