{"id":12474,"date":"2026-08-06T07:12:09","date_gmt":"2026-08-06T07:12:09","guid":{"rendered":"https:\/\/www.psyctc.org\/pelerinage2016\/?page_id=12474"},"modified":"2026-08-07T09:52:55","modified_gmt":"2026-08-07T09:52:55","slug":"day-5-saturday-6-8-16-amiens-to-beauvais","status":"publish","type":"page","link":"https:\/\/www.psyctc.org\/pelerinage2016\/days\/day-5-saturday-6-8-16-amiens-to-beauvais\/","title":{"rendered":"Day 5: Saturday 6.viii.2016. Amiens to Beauvais"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">The day started with serious rubbernecking in Amiens cathedral. That header image is a detail from the West front. I had been to Amiens before, back in 1980 in my cycle tour of the great cathedrals forming a necklace around Paris with my then girlfriend\/partner, Kay.  I think then our route had been [Beauvais], Amiens, Noyon. Soissons, Laon, Reims but those were the days of 35mm film and I haven&#8217;t scanned most of the images from that amazing trip nor am I 100% of that route a scary 46 years later.  Hm.  <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Well, 21st Century technology confirms that the route ten years ago today was this.<\/p>\n\n\n\n<div class=\"leaflet-map WPLeafletMap\" style=\"height:500px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = atob('aHR0cHM6Ly90aWxlLm9wZW5zdHJlZXRtYXAub3JnL3t6fS97eH0ve3l9LnBuZw==');\nvar base = (!baseUrl && window.MQ) ?\n    window.MQ.mapLayer() : L.tileLayer(baseUrl,\n        L.Util.extend({}, {\n            detectRetina: 0,\n        },\n        {\"subdomains\":\"abc\",\"noWrap\":false,\"maxZoom\":19}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    },\n    {\"zoomControl\":false,\"scrollWheelZoom\":true,\"doubleClickZoom\":false,\"fitBounds\":true,\"minZoom\":0,\"maxZoom\":19,\"maxBounds\":null,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"A JS library for interactive maps\\\">Leaflet<\\\/a>; \\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> contributors\"},\n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([44.67,-63.61],12);});<\/script><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletjsonShortcode() {\/*<script>*\/\nvar src = 'https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/20160806.geojson';\nvar default_style = {};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\n\/\/ htmlspecialchars converts & to \"&amp;\"; maybe unnecessarily, and maybe 3x\nvar ampersandRegex = \/&(?:amp;){1,3}\/g\nvar layer = L.ajaxGeoJson(src.replace(ampersandRegex, '&'), {\n    type: 'json',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar table_view = 0;\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (table_view) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\n    function pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"title\":\"Monsures\"});\nvar marker = L.marker(\n    [49.71,2.17],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape('https:\/\/en.wikipedia.org\/wiki\/Monsures'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>[hover ][zoomhomemap ][gestures ]\n\n\n\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function () {\n\tvar map = window.WPLeafletMapPlugin.getCurrentMap();\n\tif ( WPLeafletMapPlugin.markers.length > 0 ) {\n\t\tfor (var i = 0; i < WPLeafletMapPlugin.markers.length; i++) {\n\t\t\tvar a = WPLeafletMapPlugin.markers[i];\n\t\t\ta.on(\"click\", function (e) {\n\t\t\t\tif (typeof e.sourceTarget.getPopup() != \"undefined\") {\n\t\t\t\t\ta.url = e.sourceTarget.getPopup().getContent();\n\t\t\t\t\twindow.location = (a.url);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n});\n<\/script><p class=\"wp-block-paragraph\">And equally 21st C: the time stamps on my images say I wasn't packed and leaving the campsite until 11.20.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.22.52.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.22.52-1024x576.jpg\" alt=\"\" class=\"wp-image-12482\" srcset=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.22.52-1024x576.jpg 1024w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.22.52-300x169.jpg 300w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.22.52-768x432.jpg 768w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.22.52-1536x864.jpg 1536w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.22.52-2048x1152.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">And this was the lovely cycle path from the campsite into the centre of Amiens.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.35.13.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.35.13-1024x576.jpg\" alt=\"\" class=\"wp-image-12483\" srcset=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.35.13-1024x576.jpg 1024w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.35.13-300x169.jpg 300w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.35.13-768x432.jpg 768w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.35.13-1536x864.jpg 1536w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.35.13-2048x1152.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">So by midday I was at the cathedral.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.59.27.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.59.27-1024x576.jpg\" alt=\"\" class=\"wp-image-12484\" srcset=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.59.27-1024x576.jpg 1024w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.59.27-300x169.jpg 300w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.59.27-768x432.jpg 768w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.59.27-1536x864.jpg 1536w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.59.27-2048x1152.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The interior is as stunning as that west front but I know that gothic cathedrals aren't everyone's cup of tea so if they're not yours, skip on until you see a food break ahead!<\/p>\n\n\n\n<div class=\"wp-block-responsive-lightbox-gallery\"><div class=\"rl-gallery-container rl-loading\" id=\"rl-gallery-container-1\" data-gallery_id=\"12487\"> <div class=\"rl-gallery rl-basicmasonry-gallery \" id=\"rl-gallery-1\" data-gallery_no=\"1\"> <div class=\"rl-gutter-sizer\"><\/div><div class=\"rl-grid-sizer\"><\/div> <div class=\"rl-gallery-item rl-gallery-item-width-4\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.59.36.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-11.59.36-300x169.jpg\" width=\"300\" height=\"169\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.07.45.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.07.45-300x169.jpg\" width=\"300\" height=\"169\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.08.04-1.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.08.04-1-300x169.jpg\" width=\"300\" height=\"169\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.07.01.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.07.01-169x300.jpg\" width=\"169\" height=\"300\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.06.49.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.06.49-300x169.jpg\" width=\"300\" height=\"169\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.08.25.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.08.25-169x300.jpg\" width=\"169\" height=\"300\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.07.24.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.07.24-169x300.jpg\" width=\"169\" height=\"300\" alt=\"\" \/><\/a> <\/div> <\/div> <\/div> <\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">The interior is stunning.  I remembered it as one of the \"cleanest\" of the interiors of French gothic cathedrals that I knew and I think that was correct.  (Fits with <a href=\"https:\/\/en.wikipedia.org\/wiki\/Amiens_Cathedral\">https:\/\/en.wikipedia.org\/wiki\/Amiens_Cathedral<\/a> which has much detail and far better images than mine!)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, I had forgotten just how much amazing \"furniture\" there is inside.  This momento mori would normally be a bit OTT for me but it caught me. Yes, we should all remember that we all must die and perhaps I should  give more thanks for being alive ten years on from this and still able to enjoy it.<\/p>\n\n\n\n<div class=\"wp-block-responsive-lightbox-gallery\"><div class=\"rl-gallery-container rl-loading\" id=\"rl-gallery-container-2\" data-gallery_id=\"12509\"> <div class=\"rl-gallery rl-basicmasonry-gallery \" id=\"rl-gallery-2\" data-gallery_no=\"2\"> <div class=\"rl-gutter-sizer\"><\/div><div class=\"rl-grid-sizer\"><\/div> <div class=\"rl-gallery-item rl-gallery-item-width-4\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.37.54.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-2\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.37.54-169x300.jpg\" width=\"169\" height=\"300\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.38.59.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-2\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.38.59-300x169.jpg\" width=\"300\" height=\"169\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.38.37.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-2\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.38.37-300x169.jpg\" width=\"300\" height=\"169\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.38.12.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-2\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.38.12-300x169.jpg\" width=\"300\" height=\"169\" alt=\"\" \/><\/a> <\/div> <\/div> <\/div> <\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">I really liked that mourning cherub with the skull!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And this huge and very  baroque piece is definitely at the ornate edge of my comfort zone but appealed.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"576\" height=\"1024\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.35.47-576x1024.jpg\" alt=\"\" class=\"wp-image-12504\" srcset=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.35.47-576x1024.jpg 576w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.35.47-169x300.jpg 169w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.35.47-768x1367.jpg 768w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.35.47-863x1536.jpg 863w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.35.47-1151x2048.jpg 1151w\" sizes=\"auto, (max-width: 576px) 100vw, 576px\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Digression<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Perhaps this day is a \"double time travel\" day: 2016 and I've already added 190 and somewhere between 1975 and 1978 I leavened my pre-clinical medical lectures by going to a term of lectures on \"Mannerism and the Baroque\" given by the amazing Nikolaus Pevsner.  The choice was surely partly guided by the fact that Pevsner's <em>Buildings of England <\/em>books were of almost biblical importance to my father in my childhood as he took us British castles, cathedrals and churces.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It was one of the priviledges of Cambridge that in principle any student could go to any lecture.  I knew then that Mannerism and the Baroque were not me but I also felt I shouldn't pass up the chance to hear him and I suspect I said to myself  \"well, if the first one is a turn off, I don't have to continue\".  He was stunning, I remember a heavy middle German accent, a slow but still spellbinding, energising voice and a series of slides that completely changed my views. I went to all eight lectures and reader I could have married him (OK, hyperbole, poetic licence, forgive me.  However, I was absolutely stunned: this was a true academic.  He must have been 73 at least and in a sort of timeless prime of complete immersion in his topic, his emotions and thoughts about it and his quiet confidence that we would listen and understand.  I was having, or going to have, some medical lectures, certainly including from Nobel prize winners and Fellows of the Royal Society, Colin Blakemore on vision in my third year was outstanding; but this was something else, a reminder that the arts, and history are vital.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hm, I went another of my intellectual loves, wikipedia, to find Pevsner's date of birth but I recommend <a href=\"https:\/\/en.wikipedia.org\/wiki\/Nikolaus_Pevsner\">https:\/\/en.wikipedia.org\/wiki\/Nikolaus_Pevsner<\/a> for the history of his initial Nazi sympathies.  I wonder where he ended up in that after his mother, who hadn't escaped Germany when he and his wife and children did, committed suicide before she would  have been sent to a concentration camp.  His daughter narrowly escaped recognition as a jew and survived the war in Germany.  Hm, one can be immersed in intellectual, aesthetic passions at the expense of others around you.  The image in wikipedia: <a href=\"https:\/\/en.wikipedia.org\/wiki\/Nikolaus_Pevsner#\/media\/File:Nikolaus_Pevsner.jpg\">https:\/\/en.wikipedia.org\/wiki\/Nikolaus_Pevsner#\/media\/File:Nikolaus_Pevsner.jpg<\/a> is pretty much how I remember him.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Back to 2016<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">I had completely forgotten this huge polyptych (or 3D cartoon) of the life and death of John the Baptsit in the choir.<\/p>\n\n\n\n<div class=\"wp-block-responsive-lightbox-gallery\"><div class=\"rl-gallery-container rl-loading\" id=\"rl-gallery-container-3\" data-gallery_id=\"12528\"> <div class=\"rl-gallery rl-basicmasonry-gallery \" id=\"rl-gallery-3\" data-gallery_no=\"3\"> <div class=\"rl-gutter-sizer\"><\/div><div class=\"rl-grid-sizer\"><\/div> <div class=\"rl-gallery-item rl-gallery-item-width-4\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.42.48_cropped.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.42.48_cropped-295x300.jpg\" width=\"295\" height=\"300\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.50.17.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.50.17-300x169.jpg\" width=\"300\" height=\"169\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.44.29.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.44.29-300x169.jpg\" width=\"300\" height=\"169\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.41.35.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.41.35-300x169.jpg\" width=\"300\" height=\"169\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.44.43.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.44.43-169x300.jpg\" width=\"169\" height=\"300\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.42.11.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.42.11-169x300.jpg\" width=\"169\" height=\"300\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.41.44.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.41.44-169x300.jpg\" width=\"169\" height=\"300\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.43.28.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.43.28-300x169.jpg\" width=\"300\" height=\"169\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.43.21.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.43.21-300x169.jpg\" width=\"300\" height=\"169\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.43.12.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.43.12-300x169.jpg\" width=\"300\" height=\"169\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.43.04.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.43.04-300x169.jpg\" width=\"300\" height=\"169\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.42.56.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.42.56-300x169.jpg\" width=\"300\" height=\"169\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.47.51.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-12.47.51-169x300.jpg\" width=\"169\" height=\"300\" alt=\"\" \/><\/a> <\/div> <\/div> <\/div> <\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Wikipedia tells me it dates from 1531.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After all that it was time for lunch, or to fuel up for the challenge ahead!<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-13.23.16.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-13.23.16-1024x576.jpg\" alt=\"\" class=\"wp-image-12529\" srcset=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-13.23.16-1024x576.jpg 1024w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-13.23.16-300x169.jpg 300w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-13.23.16-768x432.jpg 768w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-13.23.16-1536x864.jpg 1536w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-13.23.16-2048x1152.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The way marker on the map up at the top of this page marks a tiny village, Monsures,  <a href=\"https:\/\/en.wikipedia.org\/wiki\/Monsures\" target=\"_blank\" rel=\"noreferrer noopener\">here in the English wikipedia<\/a> and a much larger entry <a href=\"https:\/\/fr.wikipedia.org\/wiki\/Monsures\" target=\"_blank\" rel=\"noreferrer noopener\">in the French version<\/a>.  It had this 12th Century church (and a population of about 200 according to those wikipedia pages).<\/p>\n\n\n\n<div class=\"wp-block-responsive-lightbox-gallery\"><div class=\"rl-gallery-container rl-loading\" id=\"rl-gallery-container-4\" data-gallery_id=\"12537\"> <div class=\"rl-gallery rl-basicmasonry-gallery \" id=\"rl-gallery-4\" data-gallery_no=\"4\"> <div class=\"rl-gutter-sizer\"><\/div><div class=\"rl-grid-sizer\"><\/div> <div class=\"rl-gallery-item rl-gallery-item-width-4\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-16.11.27.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-4\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-16.11.27-300x169.jpg\" width=\"300\" height=\"169\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-16.11.18_Monsures_cropped.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-4\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-16.11.18_Monsures_cropped-300x166.jpg\" width=\"300\" height=\"166\" alt=\"\" \/><\/a> <\/div> <\/div> <div class=\"rl-gallery-item\" > <div class=\"rl-gallery-item-content\"> <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-16.11.23_Monsures_cropped.jpg\" title=\"\" data-rl_title=\"\" class=\"rl-gallery-link\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-4\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-16.11.23_Monsures_cropped-220x300.jpg\" width=\"220\" height=\"300\" alt=\"\" \/><\/a> <\/div> <\/div> <\/div> <\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Then it was on to Beauvais and I didn't make in there ...<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-18.42.23.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"576\" height=\"1024\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-18.42.23-576x1024.jpg\" alt=\"\" class=\"wp-image-12538\" srcset=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-18.42.23-576x1024.jpg 576w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-18.42.23-169x300.jpg 169w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-18.42.23-768x1367.jpg 768w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-18.42.23-863x1536.jpg 863w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-18.42.23-1151x2048.jpg 1151w\" sizes=\"auto, (max-width: 576px) 100vw, 576px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">... until nearly 19.00 and I remember I only just managed to get into a restaurant to refuel.  I though the restaurant was something \"d'antan\" (rather archaic French for \"of old\") but I can't see that on Gurgle maps.   I do know I was in a rather technicolour cheap hotel.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-19.03.30.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-19.03.30-1024x576.jpg\" alt=\"\" class=\"wp-image-12541\" srcset=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-19.03.30-1024x576.jpg 1024w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-19.03.30-300x169.jpg 300w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-19.03.30-768x432.jpg 768w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-19.03.30-1536x864.jpg 1536w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-19.03.30-2048x1152.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">... which came up rather wonderfully when I added flash ...<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-19.02.58.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-19.02.58-1024x576.jpg\" alt=\"\" class=\"wp-image-12542\" srcset=\"https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-19.02.58-1024x576.jpg 1024w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-19.02.58-300x169.jpg 300w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-19.02.58-768x432.jpg 768w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-19.02.58-1536x864.jpg 1536w, https:\/\/www.psyctc.org\/pelerinage2016\/wp-content\/uploads\/2026\/08\/2016-08-06-19.02.58-2048x1152.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">... those reflective tyre sidewalls really worked eh?  I think some of the other images on the walls were of London but perhaps I am misrembering?  Enough!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The day started with serious rubbernecking in Amiens cathedral. That header image is a detail from the West front. I had been to Amiens before, back in 1980 in my cycle tour of the great cathedrals forming a necklace around Paris with my then girlfriend\/partner, Kay. I think then our route had been [Beauvais], Amiens, &hellip; <a href=\"https:\/\/www.psyctc.org\/pelerinage2016\/days\/day-5-saturday-6-8-16-amiens-to-beauvais\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Day 5: Saturday 6.viii.2016. Amiens to Beauvais<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":12473,"parent":6,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12474","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/www.psyctc.org\/pelerinage2016\/wp-json\/wp\/v2\/pages\/12474","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.psyctc.org\/pelerinage2016\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.psyctc.org\/pelerinage2016\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.psyctc.org\/pelerinage2016\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.psyctc.org\/pelerinage2016\/wp-json\/wp\/v2\/comments?post=12474"}],"version-history":[{"count":11,"href":"https:\/\/www.psyctc.org\/pelerinage2016\/wp-json\/wp\/v2\/pages\/12474\/revisions"}],"predecessor-version":[{"id":12591,"href":"https:\/\/www.psyctc.org\/pelerinage2016\/wp-json\/wp\/v2\/pages\/12474\/revisions\/12591"}],"up":[{"embeddable":true,"href":"https:\/\/www.psyctc.org\/pelerinage2016\/wp-json\/wp\/v2\/pages\/6"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.psyctc.org\/pelerinage2016\/wp-json\/wp\/v2\/media\/12473"}],"wp:attachment":[{"href":"https:\/\/www.psyctc.org\/pelerinage2016\/wp-json\/wp\/v2\/media?parent=12474"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}