diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2025-10-22 14:30:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-22 14:30:12 +0100 |
| commit | b274eda23ae1328c8baeddfa26c7dbe6c107061f (patch) | |
| tree | 1e44fb20ce846487b07449a9f2f2b3ea760994b1 /src/data | |
| parent | c351f0286b413f4960fc19fae94bb1af218a9638 (diff) | |
| parent | 9368e73d5db81799831a70c76c37511076b5e23e (diff) | |
Merge pull request #128 from joeacarstairs/staging
changes
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/committee.ts | 142 |
1 files changed, 28 insertions, 114 deletions
diff --git a/src/data/committee.ts b/src/data/committee.ts index 5f935ab..ec3aed6 100644 --- a/src/data/committee.ts +++ b/src/data/committee.ts @@ -1,5 +1,9 @@ import type { CommitteeMember } from '$types/CommitteeMember'; import CommitteeRole from '$enums/CommitteeRole'; +import AndyMatthewsImg106Src from '$images/committee/andy-matthews-106w.webp'; +import AndyMatthewsImg146Src from '$images/committee/andy-matthews-146w.webp'; +import AndyMatthewsImg192Src from '$images/committee/andy-matthews-192w.webp'; +import AndyMatthewsImg222Src from '$images/committee/andy-matthews-222w.webp'; import RabWilsonImg106Src from '$images/committee/rab-wilson-106w.webp'; import RabWilsonImg146Src from '$images/committee/rab-wilson-146w.webp'; import RabWilsonImg192Src from '$images/committee/rab-wilson-192w.webp'; @@ -12,18 +16,6 @@ import TonyBeekmanImg106Src from '$images/committee/tony-beekman-106w.webp'; import TonyBeekmanImg146Src from '$images/committee/tony-beekman-146w.webp'; import TonyBeekmanImg192Src from '$images/committee/tony-beekman-192w.webp'; import TonyBeekmanImg222Src from '$images/committee/tony-beekman-222w.webp'; -import DavidBleimanImg106Src from '$images/committee/david-bleiman-106w.webp'; -import DavidBleimanImg146Src from '$images/committee/david-bleiman-146w.webp'; -import DavidBleimanImg192Src from '$images/committee/david-bleiman-192w.webp'; -import DavidBleimanImg222Src from '$images/committee/david-bleiman-222w.webp'; -import WilliamHershawImg106Src from '$images/committee/william-hershaw-106w.webp'; -import WilliamHershawImg146Src from '$images/committee/william-hershaw-146w.webp'; -import WilliamHershawImg192Src from '$images/committee/william-hershaw-192w.webp'; -import WilliamHershawImg222Src from '$images/committee/william-hershaw-222w.webp'; -import GeorgeTWattImg106Src from '$images/committee/george-t-watt-106w.webp'; -import GeorgeTWattImg146Src from '$images/committee/george-t-watt-146w.webp'; -import GeorgeTWattImg192Src from '$images/committee/george-t-watt-192w.webp'; -import GeorgeTWattImg222Src from '$images/committee/george-t-watt-222w.webp'; const committee: CommitteeMember[] = [ { @@ -49,6 +41,10 @@ const committee: CommitteeMember[] = [ }, }, { + name: 'Alan Millar', + roles: [CommitteeRole.LallansEiditor], + }, + { name: 'Joe Carstairs', roles: [CommitteeRole.Secretar, CommitteeRole.Wabmaister], bio: { @@ -97,88 +93,6 @@ const committee: CommitteeMember[] = [ }, }, { - name: 'David Bleiman', - roles: [CommitteeRole.OrdinaryMember], - bio: { - sco: ` - David bides i Cramond on the Embro Riviera. He is a makar, an is the winner - o the 2020 Sangschaw Prize an 2023 McCash Prize fur poyums in Scots. He - sells buiks on - <a href="https://poetrykilt.bigcartel.com/" class="link"> - poetrykilt.bigcartel.com - </a>. - `, - 'en-GB': ` - David lives in Cramond on the Edinburgh Riviera. He is a poet, and is the - winner of the 2020 Sangschaw Prize and 2023 McCash Prize for poems in Scots. - He sells books on - <a href="https://poetrykilt.bigcartel.com/" class="link"> - poetrykilt.bigcartel.com - </a>. - `, - }, - img: { - width106: DavidBleimanImg106Src, - width146: DavidBleimanImg146Src, - width192: DavidBleimanImg192Src, - width222: DavidBleimanImg222Src, - }, - }, - { - name: 'Michael Everson', - roles: [], - }, - { - name: 'William Hershaw', - roles: [CommitteeRole.LallansEiditor], - bio: { - sco: ` - William Hershaw is the praisent eiditor o Lallans. He is a weill-kent - <a - href="http://www.scottishpoetrylibrary.org.uk/poetry/poets/william-hershaw" - > - poet - </a> and - <a - href="https://en-gb.facebook.com/bowhillplayers" - > - singer - </a>. Brocht up as a native Scots speiker in a Fife - mining community he trowes that ‘the Scots leid is for aabody’ and - “gin ye tint your leid ye tint your sel’. Aa Scots leid has a feir in - Lallans. William can be contacted at - <a href="mailto:w.hershaw678@btinternet.com"> - w.hershaw678@btinternet.com - </a>. - `, - 'en-GB': ` - William Hershaw is the current editor of Lallans. He is a well-known - <a - href="http://www.scottishpoetrylibrary.org.uk/poetry/poets/william-hershaw" - > - poet - </a> and - <a - href="https://en-gb.facebook.com/bowhillplayers" - > - singer - </a>. Brought up as a native Scots speaker in a Fife mining - community, he believes that ‘the Scots language is for everyone’ and - “if you lose your language you lose your self.’ All Scots language can - give it a shot in Lallans. William can be contacted at - <a href="mailto:w.hershaw678@btinternet.com"> - w.hershaw678@btinternet.com - </a>. - `, - }, - img: { - width106: WilliamHershawImg106Src, - width146: WilliamHershawImg146Src, - width192: WilliamHershawImg192Src, - width222: WilliamHershawImg222Src, - }, - }, - { name: 'Derrick McClure', roles: [CommitteeRole.HonoraryPreses], bio: { @@ -217,35 +131,35 @@ const committee: CommitteeMember[] = [ }, }, { - name: 'Colin Robertson', - roles: [], - }, - { - name: 'Jack Stuart', - roles: [], + name: 'Tracy Harvey', + roles: [CommitteeRole.OrdinaryMember], }, { - name: 'George T Watt', - roles: [CommitteeRole.MemmershipSecretar], + name: 'Andy Matthews', + roles: [CommitteeRole.OrdinaryMember], bio: { sco: ` - George T Watt is a writer in Scots poesie, cutty tales and airticles. - This cheil haes been published in mony anthologies an magazines as weel - as Lallans. He haes produced seiveral recordings fur - Scotsoun anaa. + Born, brought up and schooled in Lochgelly and Cowdenbeath. Worked as a + Veterinary Surgeon for equine and ‘out of hours’ farm animals, in + clinical practice and in academia, based mainly in Ayrshire, until + retiring to Angus. Retirin’ lat him rekennle a lifelang interaist in + Scots Leid an Leeterature, tae the stent o pittin pen tae paper, an + haein an auld cowan’s ettle at the screivin o’t. `, 'en-GB': ` - George T Watt is a writer in Scots poetry, short stories and articles. - He has been published in many anthologies and magazines as well as - Lallans. He has also produced several recordings for - Scotsoun. + Born, brought up and schooled in Lochgelly and Cowdenbeath. Worked as a + Veterinary Surgeon for equine and ‘out of hours’ farm animals, in + clinical practice and in academia, based mainly in Ayrshire, until + retiring to Angus. Retirin’ lat him rekennle a lifelang interaist in + Scots Leid an Leeterature, tae the stent o pittin pen tae paper, an + haein an auld cowan’s ettle at the screivin o’t. `, }, img: { - width106: GeorgeTWattImg106Src, - width146: GeorgeTWattImg146Src, - width192: GeorgeTWattImg192Src, - width222: GeorgeTWattImg222Src, + width106: AndyMatthewsImg106Src, + width146: AndyMatthewsImg146Src, + width192: AndyMatthewsImg192Src, + width222: AndyMatthewsImg222Src, }, }, ]; |
