536
|
1 <?xml version="1.0" encoding="US-ASCII"?>
|
|
2 <!DOCTYPE html
|
|
3 PUBLIC "-//HST//DTD XHTML5 1.0 Transitional//EN" "http://www.ltg.ed.ac.uk/~ht/xhtml5.dtd">
|
|
4 <html xmlns="http://www.w3.org/1999/xhtml"><head><meta name="copyright" content="Copyright © 2024 <a href="http://www.ltg.ed.ac.uk/~ht/">Henry S. Thompson</a>&#160;<a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en">CC-BY-SA</a>"/><meta http-equiv="Content-type" content="text/html; charset=utf-8"/><style type="text/css">
|
|
5 ul.nolabel { margin: 0; margin-left: -2.5em}
|
|
6 ul.naked.nolabel {margin: 0; margin-left: 0; padding-left: 0}
|
|
7 ul.cdefn {clear: both}
|
|
8 div.ndli { margin-bottom: 1ex }
|
|
9 div.hidden {display: none}
|
|
10
|
|
11 ul.naked > li { list-style-type: none; background: none; margin-left: 2em;
|
|
12 margin-bottom: 0 }
|
|
13 li ul.naked > li, dd ul.naked > li { list-style-type: none; background: none; margin-left: 0;
|
|
14 margin-bottom: 0 }
|
|
15 li.cdefni {}
|
|
16 li.cdefni span.cl {display: inline-block; vertical-align: bottom}
|
|
17 li.cdefni span.cr {display: inline-block; margin-left: 1em; vertical-align: bottom}
|
|
18 pre.code {display: inline-block}
|
|
19 blockquote.vanilla {display: inline-block; margin-left: 1em;
|
|
20 border: solid 1px; background: rgb(238,234,230);
|
|
21 padding: .5ex .5em}
|
|
22 blockquote.vanilla ul.naked li {margin-left: 0 ! important;font-size: 100%}
|
|
23 ol ol ol, ol ol ol li {list-style-type: lower-roman}
|
|
24 ol ol, ol ol li {list-style-type: lower-alpha}
|
|
25 i i {font-style: normal}
|
|
26 li li {font-style: normal}
|
|
27 li ul li {font-style: normal}
|
|
28 li { line-height: 100%; margin-top: 0.3em}
|
|
29 .math {font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', serif}
|
|
30 .sub {font-size: 80%; vertical-align: sub}
|
|
31 .termref {text-decoration: none; color: #606000}
|
|
32 .licence {margin-left: 1em; font-size: 70%}
|
|
33 .credits {margin-left: 1.5em; font-size: 70%}
|
|
34 .right {position: absolute}
|
|
35 .stackdown {vertical-align: text-top; margin-top: 0}
|
|
36 body {font-size: 12pt}
|
|
37 pre.numbered {
|
|
38 white-space: pre-wrap;
|
|
39 }
|
|
40 div.counter {
|
|
41 counter-reset: listing;
|
|
42 }
|
|
43 pre.numbered code {
|
|
44 counter-increment: listing;
|
|
45 }
|
|
46 pre.cl code::before {
|
|
47 content: "$ " ;
|
|
48 font-size: 80%;
|
|
49 width: 2em
|
|
50 }
|
|
51 pre.numbered code::before {
|
|
52 content: counter(listing) ". ";
|
|
53 display: inline-block;
|
|
54 font-size: 80%;
|
|
55 width: 3em;
|
|
56 padding-left: auto;
|
|
57 margin-left: auto;
|
|
58 text-align: right;
|
|
59 }
|
|
60
|
|
61 /* content doesn't combine :-( */
|
|
62 pre.numbered.cl code::before {
|
|
63 content: counter(listing) ". $ ";
|
|
64 display: inline-block;
|
|
65 font-size: 80%;
|
|
66 width: 3em;
|
|
67 padding-left: auto;
|
|
68 margin-left: auto;
|
|
69 text-align: right;
|
|
70 }
|
|
71 @page { size: A4 portrait; margin: 2cm;
|
|
72 orphans: 2; widows: 2;}
|
|
73 @media screen {
|
|
74 body {width: 20cm; margin-left: auto; margin-right: auto}
|
|
75 }
|
|
76 @media print {
|
|
77 body {font-size: 10pt}
|
|
78 h1, h2, h3, h4 {page-break-after: avoid}
|
|
79 }
|
|
80 pre.code {font-family: monospace;
|
|
81 font-weight: bold;
|
|
82 line-height: 120%;
|
|
83 padding-top: 0.2em;
|
|
84 padding-bottom: 0.2em;
|
|
85 padding-left: 1em;
|
|
86 padding-right: 1em;
|
|
87 border-style: solid;
|
|
88 border-left-width: 1em;
|
|
89 border-top-width: thin;
|
|
90 border-right-width: thin;
|
|
91 border-bottom-width: thin;
|
|
92 border-color: #95ABD0;
|
|
93 color: #00428C;
|
|
94 background-color: #E4E5E7;
|
|
95 }
|
|
96 pre {margin-left: 0em}
|
|
97 div.toc h2 {font-size: 120%; margin-top: 0em; margin-bottom: 0em}
|
|
98 div.toc h4 {font-size: 100%; margin-top: 0em; margin-bottom: 0em;
|
|
99 margin-left: 1em}
|
|
100 div.toc h1 {font-size: 140%; margin-bottom: 0em}
|
|
101 div.toc ul {margin-top: 1ex}
|
|
102 .byline {font-size: 120%}
|
|
103 div.figure {margin-left: 2em}
|
|
104 div.caption {font-style: italic; font-weight: bold; margin-top: 1em}
|
|
105 i i {font-style: normal}
|
|
106 img {border: 0}
|
|
107 .copyright {font-size: 70%}
|
|
108 .note {width: 20%; float: right; clear: right; margin-left: .5em}
|
|
109 </style><style type="text/css">.a::before {content: "ACTION: "; font-weight: bold}</style><title>Meeting House Management Committee 2024-08-27 Minutes</title></head><body style="font-family: DejaVu Sans, Arial; background: rgb(254,250,246)"><div style="text-align: center" class="head"><h1>Meeting House Management Committee 2024-08-27 Minutes</h1><hr/><div class="byline">Henry S. Thompson</div><div class="byline">Tuesday 27
|
|
110 August, 5 p.m.<br/>7 Victoria Terrace</div><div class="copyright">Copyright © 2024 <a href="http://www.ltg.ed.ac.uk/~ht/">Henry S. Thompson</a> <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en">CC-BY-SA</a></div></div><div class="preToC"/><div class="toc"><h1>Table of Contents</h1><ul class="naked"><li><h2>1. <a href="#attendance">
|
|
111 Attendance</a></h2></li><li><h2>2. <a href="#convenors-report">
|
|
112 Convenor’s report</a></h2></li><li><h4>2.1. <a href="#f-upper-bow-shower"> 4F Upper Bow shower</a></h4></li><li><h4>2.2. <a href="#regular-meetings-with-staff">Regular meetings with
|
|
113 staff</a></h4></li><li><h4>2.2.1. <a href="#with-rachel-2024-08-15"> With Rachel
|
|
114 2024-08-15</a></h4></li><li><h4>2.2.2. <a href="#with-henry-2024-08-29"> With Henry
|
|
115 2024-08-29</a></h4></li><li><h4>2.3. <a href="#fire-alarm-upgrade"> Fire
|
|
116 Alarm upgrade</a></h4></li><li><h4>2.4. <a href="#kitchen-toilet-leak-into-hideout-café"> Kitchen toilet leak into
|
|
117 Hideout Café</a></h4></li><li><h4>2.5. <a href="#hiring">
|
|
118 Hiring</a></h4></li><li><h4>2.5.1. <a href="#f-sublet-query">
|
|
119 4F sublet query</a></h4></li><li><h4>2.6. <a href="#trustees-meeting-2024-08-20"> Trustees meeting
|
|
120 2024-08-20</a></h4></li><li><h2>3. <a href="#cafe"> Café</a></h2></li><li><h2>4. <a href="#c-arts"> C Arts</a></h2></li><li><h2>5. <a href="#carpets">
|
|
121 Carpets</a></h2></li><li><h2>6. <a href="#business-as-usual-septemberdecember"> Business as usual
|
|
122 September–December</a></h2></li><li><h4>6.1. <a href="#contract-staff">
|
|
123 Contract staff</a></h4></li><li><h4>6.2. <a href="#casual-staff">
|
|
124 Casual staff</a></h4></li><li><h4>6.3. <a href="#end-of-lets"> End
|
|
125 of lets</a></h4></li><li><h4>6.4. <a href="#meeting-room-microphones"> Meeting Room microphones</a></h4></li><li><h2>7. <a href="#payment-for-use-of-johnston-terrace-garden"> Payment for use of Johnston
|
|
126 Terrace garden</a></h2></li><li><h2>8. <a href="#planning-for-debriefing-meetings"> Planning for debriefing
|
|
127 meetings</a></h2></li><li><h4>8.1. <a href="#internal">
|
|
128 Internal</a></h4></li><li><h4>8.2. <a href="#with-hartley">
|
|
129 With Hartley</a></h4></li><li><h2>9. <a href="#date-of-next-meeting"> Date of next meeting</a></h2></li></ul></div><div class="body"><div id="attendance"><h2>1. <a name="attendance">
|
|
130 Attendance</a></h2><ul class="naked "><li><a name="Present"><b>Present</b></a>
|
|
131   Rachel Fitzgerald (RF), Katrina McCrea (KM), Laragh
|
|
132 Quinney (LQ), Henry S. Thompson (HST), Majk Stokes (MS) in part</li><li><a name="Prevented"><b>Prevented</b></a>
|
|
133   J. P. Ascher (network problems)</li></ul></div><div id="convenors-report"><h2>2. <a name="convenors-report">
|
|
134 Convenor’s report</a></h2><div id="f-upper-bow-shower"><h4>2.1. <a name="f-upper-bow-shower"> 4F Upper Bow shower</a></h4><p>2 days after move-in shower packed up, needed new shower and cable,
|
|
135 made good plaster and tile, after 12 days :-(. Details of costs are with
|
|
136 Jackie.</p></div><div id="regular-meetings-with-staff"><h4>2.2. <a name="regular-meetings-with-staff">Regular meetings with
|
|
137 staff</a></h4><div id="with-rachel-2024-08-15"><h4>2.2.1. <a name="with-rachel-2024-08-15"> With Rachel
|
|
138 2024-08-15</a></h4><p>Extra WiFi has never worked</p><p>Decided not to have
|
|
139 soup-making to go ahead for Sunday 1 September as Kitchen not in good enough
|
|
140 state.</p></div><div id="with-henry-2024-08-29"><h4>2.2.2. <a name="with-henry-2024-08-29"> With Henry
|
|
141 2024-08-29</a></h4><p>See actions in <a href="#contract-staff">Contract
|
|
142 staff</a> below</p></div></div><div id="fire-alarm-upgrade"><h4>2.3. <a name="fire-alarm-upgrade"> Fire
|
|
143 Alarm upgrade</a></h4><p>Deposit of £500 was paid by Hartley Kemp (HK)</p><p>Beeper which gives feedback on button-press is no longer happening
|
|
144 :-(</p><p>HK asked for a call with HST but never rang.</p><p>[HK emailed on 2024-08-29 and
|
|
145 requested relief and/or participation. This will have to be the subject of a
|
|
146 between-meetings decision via email]</p></div><div id="kitchen-toilet-leak-into-hideout-café"><h4>2.4. <a name="kitchen-toilet-leak-into-hideout-café"> Kitchen toilet leak into
|
|
147 Hideout Café</a></h4><p>£40 paid to Hassan for his plumber, our plumber did nothing, hasn’t
|
|
148 billed (yet).</p></div><div id="hiring"><h4>2.5. <a name="hiring">
|
|
149 Hiring</a></h4><p>We <b>AGREED</b> that we would (seek to) interview any job-sharing
|
|
150 applicants both at once, in person.</p><p class="a">HST to post all
|
|
151 applications to Dropbox</p><p>We <b>AGREED</b> target interview dates of 30/9 and 4/10, all day, here</p><p class="a">HST to book the Bow Room</p><div id="f-sublet-query"><h4>2.5.1. <a name="f-sublet-query">
|
|
152 4F sublet query</a></h4><p>we <b>AGREED</b> that HST can say that living in at least during the week is a
|
|
153 requirement of taking the flat, no subletting.</p></div></div><div id="trustees-meeting-2024-08-20"><h4>2.6. <a name="trustees-meeting-2024-08-20"> Trustees meeting
|
|
154 2024-08-20</a></h4><p>Trustees approved contracting with Peter Young,
|
|
155 “subject to John Renshaw” - see <a href="#carpets">Carpets</a> below.</p></div></div><div id="cafe"><h2>3. <a name="cafe"> Café</a></h2><p>Ian Wilson is keen to do a more substantial café offering vegetarian food, but is
|
|
156 willing to undertake a 'pop-up' trial period. Office will ask him in for a chat
|
|
157 in due course.</p></div><div id="c-arts"><h2>4. <a name="c-arts"> C Arts</a></h2><p>Setup and
|
|
158 ongoing management suffered from being short-staffed, as well as the
|
|
159 complexity arising from there being two types of staff: Paid and volunteer.
|
|
160 There were two changes of venue manager in quick succession early on.</p></div><div id="carpets"><h2>5. <a name="carpets">
|
|
161 Carpets</a></h2><p>We <b>AGREED</b> on the “Sea Blue” sample tile.</p><p class="a">MS to finalise arrangements with Peter Young, then ask Jackie
|
|
162 Noltingk (JN) for a deposit of £4000 to be sent to them.</p><div class="note "><small><i>At this point MS left the meeting.</i></small></div></div><div id="business-as-usual-septemberdecember"><h2>6. <a name="business-as-usual-septemberdecember"> Business as usual
|
|
163 September–December</a></h2><div id="contract-staff"><h4>6.1. <a name="contract-staff">
|
|
164 Contract staff</a></h4><p class="a">HST to let staff know that the existing uplift will continue
|
|
165 until the new Manager is in post [<b>DONE</b>].</p><p class="a">HST to offer MS the title of Acting Manager in time for the
|
|
166 Thursday meeting [<b>DONE</b>].</p></div><div id="casual-staff"><h4>6.2. <a name="casual-staff">
|
|
167 Casual staff</a></h4><p>Not in a rush to appoint, for a range of reasons, but will look to
|
|
168 advertise again in September.</p></div><div id="end-of-lets"><h4>6.3. <a name="end-of-lets"> End
|
|
169 of lets</a></h4><p>HST and MS will do two walk-throughs of the Meeting House and both flats with HK, one on Friday 30 September to
|
|
170 look for issues, one on at a time subsequent to C Venues and their staff having
|
|
171 left for good.</p></div><div id="meeting-room-microphones"><h4>6.4. <a name="meeting-room-microphones"> Meeting Room microphones</a></h4><p>New light fittings won’t support old mic cables.</p><p class="a">MS to liase with Keith Gunn to ask them to minimise the visual
|
|
172 impact of the trays – above the lights, perhaps? [<b>DONE</b>: Keith Gunn
|
|
173 say that over the
|
|
174 lights should be possible.]</p></div></div><div id="payment-for-use-of-johnston-terrace-garden"><h2>7. <a name="payment-for-use-of-johnston-terrace-garden"> Payment for use of Johnston
|
|
175 Terrace garden</a></h2><p>We <b>AGREE</b> to pay £200 to the Scottish Wildlife Trust for that.</p><p class="a">JN to arrange for this payment.</p></div><div id="planning-for-debriefing-meetings"><h2>8. <a name="planning-for-debriefing-meetings"> Planning for debriefing
|
|
176 meetings</a></h2><div id="internal"><h4>8.1. <a name="internal">
|
|
177 Internal</a></h4><p>Overtaken, staff meeting on Thursday will in fact do this.</p></div><div id="with-hartley"><h4>8.2. <a name="with-hartley">
|
|
178 With Hartley</a></h4><p class="a">HST to find out how long HK is going to be in Edinburgh, and
|
|
179 arrange a walk-through for Friday or Saturday, include MS in
|
|
180 planning. [<b>Overtaken</b> in part: initial walk-through agreed for
|
|
181 Friday, request for date for final walk-through sent to HK]</p><p>Wrt a follow-on contract, MSMC can have our own discussion about that
|
|
182 in late September/early October.</p><p>Paradise Green not interested in adding Venue 40. Greenside might be
|
|
183 worth contacting again.</p></div></div><div id="date-of-next-meeting"><h2>9. <a name="date-of-next-meeting"> Date of next meeting</a></h2><p>TBA.</p></div></div></body></html> |