summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue98.ts
blob: 3425b00420c93200fb1d355b3ccad63a838e6588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
import type LallansIssue from '$types/LallansIssue';

const issue: LallansIssue = {
  issueNumber: 98,
  issueName: 'Simmer 221',
  price: '9.00',
  uploadDate: '2023-08-25',
  description: {
    sco: 'The ninety-echtth issue o the Lallans magazine.',
    'en-GB': 'The ninety-eighth issue of the Lallans magazine.',
  },
  contributors: [
    'John Aberdein',
    'Walter J McGinty',
    'Donald Adamson',
    'Hugh McMillan',
    'Craig Aitchison',
    'Moira McPartlin',
    'Jim Aitken',
    'Alan Millar',
    'Tony Beekman',
    'Susan Miller',
    'Nicole Cochrane',
    'WS Milne',
    'Kevin Connelly',
    'Gordon D Moodie',
    'Charles P Connor',
    'Elaine Morton',
    'Gillian Cook',
    'Colin Park',
    'David Douglas',
    'Ellen Pennie ',
    'Stuart Duffin',
    'Hugh Pyper ',
    'Robert M Duncan',
    'John Quinn ',
    'Iain DW Forde',
    'Amy Rafferty ',
    'Pamela Grace',
    'Jerry Randalls',
    'Tracey Anne Harvey',
    'Colin Robertson',
    'William Hershaw',
    'Frances Robson ',
    'John Hodgart',
    'Finola Scott ',
    'Brian Holton',
    'Pamela Scott',
    'Irene Howat',
    'Hamish Scott',
    'Robert Hume',
    'Gillian Shearer',
    'Shane Johnston',
    'Alan Sleater ',
    'Alex Laing',
    'James P Spence',
    'Alistair Lawrie',
    'Alice V Taylor',
    'Nicole Le Marie',
    'Raymond Vettese ',
    'Hilke MacIntyre',
    'George T Watt ',
    'Ian MacIntyre',
    'Ian Nimmo White ',
    'Kate Mackay',
    'Rab Wilson',
    'Ann Matheson',
    'Alun Robert Woods ',
    'Barbara Mathie (aka Rosa Alba Macdonald)',
    'J Derrick McClure',
  ],
};

export default issue;