This file does a check of the seminar data in PHP. You can also check it with JavaScript.
NOTE: The dual-purpose data file causes <!-- // --> to be output when it is parsed by PHP. If we wish to use the file before headers are sent, (e.g. for a Facebook scrape or an image rewrite) then that output must be sent to null. That is achieved by buffering - see php source code for this page.
Data, extracted as an array dump...
Array ( [cats] => Array ( [0] => index [1] => use_image [2] => condensed [3] => fullTitle [4] => speaker [5] => day [6] => dateTime [7] => grayam [8] => url [9] => abstract [10] => photo_credit ) [index] => Array ( [0] => 0 [1] => 1 [2] => 2 [3] => 3 ) [use_image] => Array ( [0] => /meetings/images/talk3_Farrant_w1000-h600-ush3333-c10.jpg [1] => /meetings/images/he-screenshot_w1200_h630_c11.jpg [2] => /meetings/images/scisym2018_Dominika_Wroblewska_w1200-h555-c5.jpg [3] => /meetings/images/pavement_P5140326_w1200-h630-c11.jpg [4] => /meetings/images/creg-screenshot.png ) [condensed] => Array ( [0] => Condensed title placeholder 0 [1] => Hidden Earth 2025 [2] => Science symposium and AGM, 2025 [3] => Science symposium Field Trips, 2025 [4] => CREG Field Meeting ) [fullTitle] => Array ( [0] => Full title placeholder 0 - Lorem ipsum dolor sit amet, consectetur adipiscing elit [1] => Hidden Earth 2025 [2] => Science symposium and AGM, 2025 [3] => Science symposium Field Trips, 2025 [4] => CREG Field Meeting, Yorkshire Dales ) [speaker] => Array ( [0] => Laik Parhoe, Professor of Dust, Fluff, and Miscellaneous Particles, Unseen University [1] => [2] => Prof. David Richards. University of Bristol. Email: David.Richards... [3] => Prof. David Richards. University of Bristol. Email: David.Richards... [4] => Mike Bedford (organiser) ) [day] => Array ( [0] => Monday [1] => Saturday [2] => Saturday [3] => Sunday [4] => Saturday ) [dateTime] => Array ( [0] => Mon 09-Jan 2023, 19:30 to 21:00 GMT [1] => Sat 27-Sept 2025, weekend event [2] => Sat 11-Oct 2025, 09:30 to 17:00 BST [3] => Sun 12-Oct 2025, all day [4] => Sat 18-Oct 2025, weekend event ) [grayam] => Array ( [0] => * [1] => [2] => [3] => [4] => ) [url] => Array ( [0] => * [1] => See Hidden Earth [2] => See our Symposium page [3] => See our Symposium page [4] => Contact Mike Bedford for further details ) [endGMT] => Array ( [0] => 9 January 2023, 21:00 GMT [1] => tbc [2] => tbc [3] => tbc [4] => tbc ) [abstract] => Array ( [0] => Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris ullamcorper ipsum et massa\ eleifend, in tempor eros tincidunt. Nullam egestas augue non magna molestie posuere. Maecenas\ venenatis euismod rutrum. Donec accumsan mi vel orci eleifend, eu luctus nisl ultrices. Nulla\ ullamcorper lacinia suscipit. Pellentesque sagittis, sem vitae sollicitudin pretium, lorem magna\ tempus velit, vel finibus diam orci quis quam. Nam dictum sapien velit, scelerisque laoreet tellus\ bibendum ut. Mauris tristique tristique arcu, non placerat lacus facilisis in. Aliquam sagittis\ augue sed sapien porttitor, hendrerit fermentum ex volutpat. Proin sit amet interdum lorem.\ Phasellus vel ornare risus, ullamcorper blandit augue. Nam dignissim, arcu eget eleifend rhoncus,\ diam tortor aliquet ligula, dapibus consectetur eros ipsum vitae neque. \ [1] => [2] => [3] => For a list of this year's field trips, please visit our Symposium page. That will take you to\ an event registration page where you can sign up for further information. [4] =>CREG, the BCRA Cave Radio and Electronics Group, is holding a field meeting in the Yorkshire Dales over the weekend\ of 18/19 October 2025. We already have an interesting programme of demonstrations and talks lined up, but if you want to\ bring something along there will be opportunity for you to carry out tests or give a demonstration, and possibly to give a talk.\
\ Activities already lined up include demonstrations and talks on the new Nicola 4 cave radio and an along-passage system based\ on LoRa and using repeaters. Both these are intended primarily for rescue use. There will also be a demonstration and talk about\ the use of LoRa above ground for data logging applications. In addition, there will be a talk about a flood monitoring project\ in South Wales, and we plan to hold two discussions sessions, one about a possible audio frequency text-based cave radio, and the\ other addressing the question of whether loop antennas are staging a comeback. The provisional programme has in-cave demonstrations\ on the Saturday and talks / discussion sessions on the Sunday.\
\ Some accommodation has been reserved at the YSS caving hut in Helwith Bridge, for the Friday and Saturday nights but, unless\ you have already requested one of those places, you'll have to contact YSS to book your place. It would also\ be useful to let CREG know if you plan to join us, especially if you'd like to reserve a slot in the programme.\ Contact Mike Bedford for further information.
\ We'll meet for breakfast at 09:00 on Saturday 18 October at Inglesport in Ingleton before going to the cave we'll be using for\ the practical sessions. The talks and discussion workshops will start at 10:00 on Sunday 19 October at the YSS.\ You might also like to meet up with us on the Friday and Saturday evenings at the Helwith Bridge Hotel pub, which is adjacent to the YSS.\
) [photo_credit] => Array ( [0] => insert photo credit [1] => [2] => Illustration (2018 science symposium) by Dominika Wroblewska [3] => Limestone pavement above Malham Cove (2016 BCRA field meeting), by Laik Parhoe [4] => ) )