From 73f1693ffb7c75ede26111e928fa1d1346d11c8a Mon Sep 17 00:00:00 2001 From: "Philip Sargent (muscogee)" Date: Thu, 5 Mar 2020 23:19:47 +0000 Subject: [PATCH 1/3] Fixing
to
for --- handbook/computing/getsurvex.html | 2 +- handbook/computing/keyexchange.html | 14 ++++++------- handbook/computing/logbooks-parsing.html | 4 ++-- handbook/computing/troggle-ish.html | 6 +++--- handbook/computing/winlaptop.html | 26 ++++++++++++------------ 5 files changed, 26 insertions(+), 26 deletions(-) diff --git a/handbook/computing/getsurvex.html b/handbook/computing/getsurvex.html index 979918124..50b5ca575 100644 --- a/handbook/computing/getsurvex.html +++ b/handbook/computing/getsurvex.html @@ -75,7 +75,7 @@ There is currently no working version and it has not been updated since 2007.

psurvex -"A Survex compatible cave survey data processor for Psion palmtop computers" by Matt Ryan, 2004.
+"A Survex compatible cave survey data processor for Psion palmtop computers" by Matt Ryan, 2004.
My task was to write a new program which could read the data from an external file, ideally one which resembled a .svx file as much as possible. Psurvex supports diff --git a/handbook/computing/keyexchange.html b/handbook/computing/keyexchange.html index e8f6fe7dd..7968e73b6 100644 --- a/handbook/computing/keyexchange.html +++ b/handbook/computing/keyexchange.html @@ -74,16 +74,16 @@ If you accepted the defaults, the public key will be called id_rsa.pub and it will be in ~/.ssh/ - check that this is the case.

  • Now copy the public key file to your first machine, the one that is already set up with a working key-pair setup with the expo server. Using email to yourself is easiest.
  • Now upload the public key using sFTP (Filezilla configured to use sFTP, which uses Pageant by default) to expo.survex.com/home/expo/.ssh/keys/ -
  • Now login to the expo server on your first machine and do these commands:
    +
  • Now login to the expo server on your first machine and do these commands:
    Be extremely careful to type ">>" and not ">" in the fourth line below otherwise you will delete everyone's logins. $ ssh expo@expo.survex.com -
    expo@expo:~$ cd .ssh -
    expo@expo:~$ cp -p authorized_keys authorized_keys.backup -
    expo@expo:~/.ssh$ cat keys/id_rsa.pub >>authorized_keys -
    expo@expo:~/.ssh$ ./list-keys.sh -
    expo@expo:~/.ssh$ cat list-of-key-owners +
    expo@expo:~$ cd .ssh +
    expo@expo:~$ cp -p authorized_keys authorized_keys.backup +
    expo@expo:~/.ssh$ cat keys/id_rsa.pub >>authorized_keys +
    expo@expo:~/.ssh$ ./list-keys.sh +
    expo@expo:~/.ssh$ cat list-of-key-owners
    -This adds your key on to the end of the authorized keys list, runs a little script to extract the names of all the people who have added keys (24 keys as of Jan.2020) and prints out the list. You should see that the last line says:
    +This adds your key on to the end of the authorized keys list, runs a little script to extract the names of all the people who have added keys (24 keys as of Jan.2020) and prints out the list. You should see that the last line says:
    anathema.device@crowley
  • Now your public key is installed for your second machine. You check that it works by logging into the expo server using ssh from your second machine.

    diff --git a/handbook/computing/logbooks-parsing.html b/handbook/computing/logbooks-parsing.html index c86fa62d5..01ec43191 100644 --- a/handbook/computing/logbooks-parsing.html +++ b/handbook/computing/logbooks-parsing.html @@ -61,9 +61,9 @@ Calculating GetPersonExpeditionNameLookup for 2017

    The logbooks format

    This is documented on the logbook user-documentation page as even expoers who can do nothing else technical can at least write up their logbook entries. -

    [ Yes this format needs to be re-done using a proper structure:
    +

    [ Yes this format needs to be re-done using a proper structure:

    -<div class="logentry">
    +<div class="logentry">
         </div">
    it's on the to-do list...] diff --git a/handbook/computing/troggle-ish.html b/handbook/computing/troggle-ish.html index 8ff66a7e8..84a185ac8 100644 --- a/handbook/computing/troggle-ish.html +++ b/handbook/computing/troggle-ish.html @@ -20,7 +20,7 @@ -
    +
    Everything here should be updated or replaced - this page just records a lot of unfinished ideas. Most people will not want to read this at all. This is for speleosoftwarearcheologists only. @@ -63,7 +63,7 @@ how to use it and how to tidy up afterwards.

    The first thing to do is to read: "Troggle: a novel system for cave exploration information management", by Aaron Curtis, CUCC.

    Two things to remember are

      -
    • that troggle is just one of several cave-survey management online software systems. CUCC EXPO is not the only caving expedition with a substantial nerd community.

      +
    • that troggle is just one of several cave-survey management online software systems. CUCC EXPO is not the only caving expedition with a substantial nerd community.

    • that troggle is part of a 40-year ongoing project and lives in a soup of several disparate scripts all working on the same data
    @@ -92,7 +92,7 @@ All Survex | Scans | Tunneldata | 107 | 161 | 204 | 258 | 264 | Expo2016 | Expo2

    At one time Martin Green attempted to reimplement troggle as "stroggle" using flask instead of Django at git@gitorious.org:stroggle/stroggle.git (but gitorious has been deleted).

    A copy of this project is archived by Wookey on wookware.org/software/cavearchive/stroggle/. -

    There is also a copy of stroggle on the backed-up, read-only copy of gitorious on "gitorious valhalla"
    +

    There is also a copy of stroggle on the backed-up, read-only copy of gitorious on "gitorious valhalla"
    stroggle code
    stroggle-gitorious-wiki
    but note that this domain has an expired ertificate so https:// complains. diff --git a/handbook/computing/winlaptop.html b/handbook/computing/winlaptop.html index fa14f0d42..820d6cb81 100644 --- a/handbook/computing/winlaptop.html +++ b/handbook/computing/winlaptop.html @@ -14,17 +14,17 @@

    It used to be quite simple: software equivalents existed for Windows for everything we needed. Since Spring 2018, we unfortunately have to use ssh keys. This has simply added an extra step for most things, but has made one thing (rsync) really quite hard to get working.

    What makes this all much more tiresome is that Microsoft are introducing some cool new ways of interacting with Linux systems but these are new and need some effort to get configured correctly. See the end of this page for more details.

    @@ -45,7 +45,7 @@

    Linux people like to use links. This is where there is really only one file, but it is referred to by different names. This is particularly useful when a file is moved, but you want people who have got the old location to still be able to find it. This happens quite a lot when updating handbooks.

    The links you are most likely to come across are that what looks like -/home/expo/expoweb is really just a link to the folder /home/expo/repositories/hg/expoweb,
    +/home/expo/expoweb is really just a link to the folder /home/expo/repositories/hg/expoweb,
    and that expoweb/essentials.gpx is a link to the file /home/expo/expofiles/gpslogs/essentials/essentials2019.gpx @@ -69,7 +69,7 @@ There are two types of linux links: hard links and symbolic links. Symbolic link

  • Be careful not to copy any links using sFTP and instead recreate them manually on the Windows filesystem using right-click "Create shortcut".
  • You will have to find out what to make the shortcut link to by logging in to the server (using a PuTTy ssh logon) and doing "ls -l" in the folder where the link is.
  • But later, when re-uploading edited files from Windows to the server, Filezilla will see the Windows shortcut as a ".lnk" file which it will upload, but which will mean nothing to the linux server receiving it. So you would have to manually recreate the symbolic link by logging into the server using ssh and using the "ln -s" command. Yuk. -
    +
  • Even if you use scp instead of sFTP, it does the same stupid thing when copying from a linux filesystem to a Windows filesystem. The PuTTy package includes pscp.exe but even if you force it to use the scp protocol like this: pscp -scp expo@expo.survex.com:expoweb/essentials.gpx . @@ -82,12 +82,12 @@ it downloads a copy of the contents of essentials.gpx and not a link.

    Things that are really quite involved

    The core problem is integrating the PuTTy key management software (pagent.exe) with a terminal window. We need a terminal window to run rsync as none of the packaged software (Filezilla, PuTTy) includes an rsync client.

    The solution we have now is to use WSL1 and to create another key, distinct from the PuTTy one, and to upload that key to the expo server. Because this is treating WSL as if it were a different machine requiring its own key quite separate from the Windows key, we expect this to continue to work when WSL2 becomes the default behaviour on Windows10. -

    So on a machine with WSL enabled, create an ordinary cmd window and get into the WSL environment using the wsl command:
    +

    So on a machine with WSL enabled, create an ordinary cmd window and get into the WSL environment using the wsl command:
    D:\CUCC-Expo\expoweb\ wsl -
    -which puts you into the WSL environment with a new command prompt, e.g.
    +
    +which puts you into the WSL environment with a new command prompt, e.g.
    philip@Muscogee:/mnt/c/Users/Philip$ From 112dd3c713f61913a50e07a7f7fa5c16b4085bb7 Mon Sep 17 00:00:00 2001 From: "Philip Sargent (muscogee)" Date: Thu, 5 Mar 2020 23:23:41 +0000 Subject: [PATCH 2/3] Completing fomratting for for to make sure ann
    and


    are now conformant --- 1623/161/a-z.htm | 4 +- entrance_data/1623-264.html | 2 +- entrance_data/1623-277.html | 2 +- geolog.htm | 2 +- handbook/bierbook.html | 2 +- handbook/computing/menudesign.html | 2 +- handbook/festering/brewery.html | 2 +- handbook/geartape2018.html | 6 +- handbook/index.htm | 16 +- handbook/logbooks.html | 2 +- handbook/manual.html | 4 +- handbook/survey/getin.htm | 4 +- handbook/survey/newcave.html | 6 +- handbook/survey/newwallet.html | 6 +- handbook/survey/status.html | 12 +- handbook/travelcosts.html | 2 +- handbook/treasurer.html | 2 +- handbook/website-history.html | 8 +- infodx.htm | 2 +- intro.htm | 2 +- links.htm | 2 +- noinfo/scripts/logbk.pl | 2 +- years/1981/cavdev.htm | 16 +- years/1987/geolog.htm | 4 +- years/1990/drill.htm | 4 +- years/1991/log.htm | 28 +-- years/1992/log.htm | 46 ++--- years/1995/log.htm | 104 +++++------ years/1996/gps.htm | 12 +- years/1996/index.htm | 4 +- years/1996/report.htm | 12 +- years/1997/report.htm | 12 +- years/1998/index.htm | 30 +-- years/2000/goals.htm | 46 ++--- years/2000/report.htm | 6 +- years/2006/travel.html | 26 +-- years/2007/reports/report.html | 2 +- years/2008/gearforexpo.html | 2 +- years/2008/mission.html | 2 +- years/2008/trips.html | 2 +- years/2012/logbook.html | 10 +- years/2013/logbook.html | 28 +-- years/2013/topcamplist.html | 2 +- years/2014/logbook.html | 2 +- years/2016/logbook.html | 10 +- years/2018/hc-cave-description-bits.html | 26 +-- years/2018/logbook.html | 228 +++++++++++------------ years/2019/logbook.html | 10 +- years/2020/index.html | 2 +- 49 files changed, 384 insertions(+), 384 deletions(-) diff --git a/1623/161/a-z.htm b/1623/161/a-z.htm index 8cfbd0b7a..d2513d889 100644 --- a/1623/161/a-z.htm +++ b/1623/161/a-z.htm @@ -13,11 +13,11 @@ src="ovview.png" width=40 height=40>  Photos -Rigging
    +Rigging
     Desc  Expo
    + src="ausbut.png" width=40 height=40>
     Topics  Index T -Taged "264 Balkonhoehle" in 2015
    +Taged "264 Balkonhoehle" in 2015
    (Tag "2005-05" placed 2005)
    T -Tagged "1623/277" in 2018
    +Tagged "1623/277" in 2018
    (Replaces tag "2017-pw-01" placed in 2017)

    diff --git a/handbook/website-history.html b/handbook/website-history.html index c7344e3fe..e3a67eccd 100644 --- a/handbook/website-history.html +++ b/handbook/website-history.html @@ -162,7 +162,7 @@ tunneldata has also been migrated to git, and renamed 'drawings' as it includes The loser repo and expoweb repo need more care in migration. Loser should have the old 1999-2004 CVS history restored, and maybe toms annual snapshots from before that, so ancient history can usefully be researched (sometimes useful). It's also a good idea to add the 2015, 2016 and 2017 ARGE data we got (in 2017) added in the correct years so that it's possible to go back to an 'end of this year' checkout and get an accurate view of what was found (for making plots and length stats). All of that requires some history rewriting, which is best done at the time of conversion.

    Similarly expoweb is full of bloat from fat images and surveys and one 82MB thesis that got checked in and then removed. Clearing that out is a good idea. I have a set of 'unused fat blob' lists which can be stripped out with git-gilter. It's not hard to make a 'do the conversion' script, ready for sometime after expo 2019 has calmed down. -


    +

    Automation on expo.survex.com

    Ths section is entirely out of date (June 2014), and moved here for historic interest

    . @@ -203,9 +203,9 @@ Before then we manually maintained
    a list of updates
  • Style guide for writing cave descriptions: correct use of boldface (once for each passage name, at the primary definition thereof; other uses of the name should be links to this, and certainly should not be bold.)
  • -Return to
    -Website update
    +Return to
    +Website update
    -
    +
    diff --git a/infodx.htm b/infodx.htm index 3a0cea751..4ed65cf64 100644 --- a/infodx.htm +++ b/infodx.htm @@ -67,7 +67,7 @@

    Expedition Handbook

      -
    • Full Expedition Handbook - start here.
      +
    • Full Expedition Handbook - start here.
      This contains the Prospecting Handbook and the Surveying Handbook sections.
    • Handbook section on surveying
    • Primer - for new expedition members
    • diff --git a/intro.htm b/intro.htm index 7d4793d63..0e0ee4ff5 100644 --- a/intro.htm +++ b/intro.htm @@ -29,7 +29,7 @@ should read in the Expo Handbook.

      Schwatzmooskogelsystem superimposed on the map

      Winkler & Day, Die Hohle/64 Jg./Heft 1-4/ (2013) pp 62-71

      -
      +

      A little history

      diff --git a/links.htm b/links.htm index 119ded777..372211e92 100644 --- a/links.htm +++ b/links.htm @@ -16,7 +16,7 @@
    • The principal reference must be to the local Austrian caving group, the Verein für Höhlenkunde im Obersteier. -
      +
      Follow their links page to find more local clubs
    • The German Arbeitsgemeinschaft diff --git a/noinfo/scripts/logbk.pl b/noinfo/scripts/logbk.pl index bf1fd6ed2..8c001bc00 100755 --- a/noinfo/scripts/logbk.pl +++ b/noinfo/scripts/logbk.pl @@ -96,7 +96,7 @@ print $out ("
        print $triplist (" -
        +
        • Main index of the expedition site
        • diff --git a/years/1981/cavdev.htm b/years/1981/cavdev.htm index 67653de9f..579c5e6f3 100644 --- a/years/1981/cavdev.htm +++ b/years/1981/cavdev.htm @@ -219,13 +219,13 @@ achieving a 1000 metre cave - unless fears of the cave joining

          REFERENCES

          -

          Studies in Physical Geography, ed. K.J. Gregory, Dawson Publishing
          -Periglacial Processes and Environments, A.L. Washburn, Arnold
          -The Geology of Western Europe, M.G. Rutten, Elsevier
          -Jurassic Environments, A. Hallam, Cambridge Earth Science Series
          -Geomorphology and Climate, ed. E. Derbyshire, John Wiley and Sons
          -Weathering, Geomorphology, Text 2, C.D. Ollier
          -Structural Geomorphology, J. Tricart
          +

          Studies in Physical Geography, ed. K.J. Gregory, Dawson Publishing
          +Periglacial Processes and Environments, A.L. Washburn, Arnold
          +The Geology of Western Europe, M.G. Rutten, Elsevier
          +Jurassic Environments, A. Hallam, Cambridge Earth Science Series
          +Geomorphology and Climate, ed. E. Derbyshire, John Wiley and Sons
          +Weathering, Geomorphology, Text 2, C.D. Ollier
          +Structural Geomorphology, J. Tricart
          Geomorphology, B.W. Sparks, Longman

          For detailed surveys see Cambridge Underground from 1978 onwards, which @@ -236,7 +236,7 @@ discoveries.


          Link to Wikipedia: Eastern Alps Geology. -
          +
          Link to Anonymous Geological Outline (2015?).
          Link to Jared's Geological Guide (1988). diff --git a/years/1987/geolog.htm b/years/1987/geolog.htm index 23dd26322..7c97f1f5f 100644 --- a/years/1987/geolog.htm +++ b/years/1987/geolog.htm @@ -8,7 +8,7 @@
          Cambridge Underground 1988 pp 8-13 -

          The Geology of the CUCC Expedition area,
          +

          The Geology of the CUCC Expedition area,
          Totengebirgs, Austria

          Jared West

          @@ -151,7 +151,7 @@ reproduction of his diagrams.


          Link to Wikipedia: Eastern Alps Geology. -
          +
          Link to Anonymous Geological Outline (2015?).
          Link to Jared's Geological Guide (1988). diff --git a/years/1990/drill.htm b/years/1990/drill.htm index a7a881568..c8be0e1f9 100644 --- a/years/1990/drill.htm +++ b/years/1990/drill.htm @@ -169,8 +169,8 @@ pushing when they sheared one of the drivers off whilst attempting to ensure that the spit was properly set.

          before setting - 1k png
          -Hilti HDK spits before and after setting.
          +width=530 height=90 hspace=10 vspace=10 src="hilti1-100.png">
          +Hilti HDK spits before and after setting.
          after setting - 1k png
          diff --git a/years/1991/log.htm b/years/1991/log.htm index 8098fea5a..fcafad02a 100644 --- a/years/1991/log.htm +++ b/years/1991/log.htm @@ -245,7 +245,7 @@ Julian H Juliette -11 -> 9½
          +11 -> 9½
          = 10½ hrs

          On an overcast day the trip began in the light of, I quote @@ -262,11 +262,11 @@ on the records bottom of shell pitch. Töny's keen eye and Del-a Microdiagrames bounce on down for 5/6 hrs [small graphic]

          At the end of their rope, and still without hearing the 'Sleazers' we -decide to tie the ropes together. Lady incomptance suggests this:-
          -[graphic of two linked figure-8s, total length > 1ft]
          +decide to tie the ropes together. Lady incomptance suggests this:-
          +[graphic of two linked figure-8s, total length > 1ft]
          (Do knot do this.) -

          [the Dougherty supervariation is:-
          +

          [the Dougherty supervariation is:-
          [graphic of a reef knot with two stoppers, and a dirty great "safety loop" on the downward side. allows you to undo it] @@ -279,12 +279,12 @@ and are running for the rift, sit and whatch a fountain emerge from the top of pitch.

          Having also heard this gradual roaring build, dared not mention it to -each other not wishing to induce panic
          +each other not wishing to induce panic

            \|||||/
            -PANIC-
            /|||||\
          -
          Julian by calmly proclaiming that he might start going up and Juliette +
          Julian by calmly proclaiming that he might start going up and Juliette by plastering herself against the wall and preparing for certain death in the form of an Indiana Jones style tidal wave (with rocks) [almost certainly]. It's arrival was in fact a slight anticlimax in comparison to @@ -700,9 +700,9 @@ boulders. 22/7/91 | Derig France | Mark S, Julian S

          "You're lying around the campsite festering. Bugger off and get the -rope out of France."
          -"Sodding hell. Do we have to ?"
          -"Yes. Bugger off."
          +rope out of France."
          +"Sodding hell. Do we have to ?"
          +"Yes. Bugger off."
          Normal boring derigging trip. Forget grease, fetch grease. Whizz down to bottom, prussik slowly out - Prussick, prussick Sod the tacklebags caught again. Free tacklebag prussick prussick. Repeat until caver gets bored, and @@ -744,7 +744,7 @@ boulders - refused to jump down the extra 4 ft needed to reach the bolt rerigged + sent Andy down went another 10ft below snow still plugged could be very big tho. so named 161d - thus giving us the highest entrance ! -

          To B Zinken 236½°
          +

          To B Zinken 236½°
          To Hinter SKL 37½°

          About 5 mins from the summit down grass deer path on RH side of main @@ -790,7 +790,7 @@ sketches). Then pulled D.T. apart.

          T/U : 5½ hours

          Previous trip / -Next trip
          +Next trip
          Wookey's write-up (same trip)


          @@ -844,7 +844,7 @@ etc. which are big for me. Feel hypothermic, until Wookey lends me some dry clothes - opposite problem to him using my SRT gear - and we go back to base. God it was awful ..... and so on. -

          T/U : Olly : 1 hr
          +

          T/U : Olly : 1 hr
          Wookey : ½ hr - (if you can call it U/G !)

          Previous trip / @@ -868,7 +868,7 @@ it choked after 2 zigs (20m) turned round & wondered about draught so went back & following breeze led through 'obviously choked' bit to a sizeable room. This is a gaping QM. -
          T/U Wook:15 Gill:15 Henri:5.5 (Jacker) +
          T/U Wook:15 Gill:15 Henri:5.5 (Jacker)

          [sketch]

          Also poked obvious passage at end 'A' @@ -890,7 +890,7 @@ survey to Burble crawl. Called Vom as Gill felt ill all the way up.

          She was totally shagged on the way out. Good but slow trip. out at 04.30 for dawn. -
          T/U Wook:15 Gill:15 Henri:5.5 (Jacker) +
          T/U Wook:15 Gill:15 Henri:5.5 (Jacker)

          Previous trip / Next trip diff --git a/years/1992/log.htm b/years/1992/log.htm index dfdac58f9..9393fd5a7 100644 --- a/years/1992/log.htm +++ b/years/1992/log.htm @@ -41,7 +41,7 @@ from the top of the pitch to reach this point. After 3 bolts we were tired and decided to come out. We're not far from reaching the good rigging side - next trip we'll get there. -

          T.U. Matt - 6 hours
          +

          T.U. Matt - 6 hours
          Mark, Julian, Ali - 9 hours

          Previous trip (last year) / @@ -331,9 +331,9 @@ Olly can't get his warped imagination out of here.

          To be filled in later. -

          Cave - Moose Trap
          -1st pitch - Rocky
          -2nd pitch - Bullwinkle
          +

          Cave - Moose Trap
          +1st pitch - Rocky
          +2nd pitch - Bullwinkle
          3rd pitch - Cliopatra's

          T/U 8 hrs (all at less than 50m, what a bunch of light weights)


          @@ -386,7 +386,7 @@ to BA and sat in the potato hut. Next trip

          PS. What do you call 2 ageing Austrians who are walking across the -crapper in the pissing rain and mist at 8 am carrying umbrellas ?
          +crapper in the pissing rain and mist at 8 am carrying umbrellas ?
          We didn't know either, but if you can think of something tell us, 'cos when it happened we were far too knackered to think of it. @@ -409,7 +409,7 @@ bolts.

          Dum dee dum. Niflheim [This is disinformational, Ed.] -

          Love Dave
          +

          Love Dave
          T/U 10

          Previous trip / @@ -556,7 +556,7 @@ TACKLESACKS.

          The Dark Room has been derigged so the Chimney rope can be pulled up from above. Have fun on the rebelays ! -

          T/U 11½ hrs (Mark M, Julian H)
          +

          T/U 11½ hrs (Mark M, Julian H)
          8½ hrs (Tony, Andy)

          Previous trip / @@ -631,7 +631,7 @@ rift and 2 parallel shafts. Andy was ill and after surveying 1st bit went out. Dave and I surveyed out all the new stuff - really satisfying. This cave is ridiculous (again) -

          TU (Wook/ Dave) 11hrs
          +

          TU (Wook/ Dave) 11hrs
          (Andy) 7hrs

          Previous trip / @@ -804,7 +804,7 @@ bolted), and left, 'cos Fran/Jerry wanted to go to the slide show.


          -29/7/92 | 161 - Hyper Gamma Spaces | Wook, Andrew
          +29/7/92 | 161 - Hyper Gamma Spaces | Wook, Andrew

          Went down with Andy and Wookey to HGS where we left them to rig a tyrolean (inadvertantly stealing the bag of gear they needed). Missed @@ -821,7 +821,7 @@ ticked off 2 QM's !


          -29/7/92 | 161 | Mike TA, Sam
          +29/7/92 | 161 | Mike TA, Sam

          SAM/MIKETA go somewhere else @@ -864,7 +864,7 @@ so exit all. yesterday's rigging (note, take a rope 'tector). Survey. Find the way on, and a Zoom which must have fallen down the entrance. -

          T/U 6 hrs
          +

          T/U 6 hrs

          Previous trip / Next trip @@ -943,8 +943,8 @@ Camp.

          No. is 189, name GLITTERSTOMPF. -

          Prospecting (sometime in the middle)
          -Aggy, Julian S, Fran & Jerry
          +

          Prospecting (sometime in the middle)
          +Aggy, Julian S, Fran & Jerry
          ½ HR

          Found lots of holes - generally wandered in the direction of the huge @@ -970,7 +970,7 @@ for the surface. Robert & Jerry went ahead (Jerry behind !). They were far enough ahead to suspect they had got lost. Fran on surface, with already changed Robert & Jerry. -

          TU Hard cavers Rob, Jerry 6hrs
          +

          TU Hard cavers Rob, Jerry 6hrs
          Humans Aggy, Andrew, Sep 7½hrs

          Previous trip / @@ -1041,8 +1041,8 @@ facist thieving bastard. Bolt, bolt, bolt, bolt yawn loadsa pitch.

          Bollock Bollocks, it stops. I don't fit. Aahh but no. It goes so squeezesque* lovely. Then rift, then maze, then pitch. Yawn bolts. -

          * Millenium Falcan -> squeeze bit
          -* Yoda -> mazey bit
          +

          * Millenium Falcan -> squeeze bit
          +* Yoda -> mazey bit
          * Androids -> pitch

          T/U 8hrs @@ -1171,7 +1171,7 @@ pity to put footprints in it. Another pitch at end & then narrower passage to more QM's - ridiculous cave. Too tired [?] to survey on return so buggered off out. -

          See over for diag. T/U 15 hrs (Wook & Andy)
          +

          See over for diag. T/U 15 hrs (Wook & Andy)
          14 hrs (Aggy & Jerry)

          FAR TOO FAR 10 QM's !!! @@ -1211,9 +1211,9 @@ staircase 36 one as it has been used for 3 years.

          Initially:

          Team A: Dave & Dave: Tourist to end & then derig Strange Downfall -& RH.
          +& RH.
          -Team B: Wook & Henri: Survey & derig Bladerunner.
          +Team B: Wook & Henri: Survey & derig Bladerunner.
          Team C: Andy & Clive: Photo Knossos & fish out battery ('Small Paul') @@ -1224,8 +1224,8 @@ down pitch in Knossos. resigned & became team derig whilst DaveF went to finish survey & derig. -

          Team 1 became DaveH & Clive with baggies,
          -Team 2 Wook & Andy ([can't read this]) &
          +

          Team 1 became DaveH & Clive with baggies,
          +Team 2 Wook & Andy ([can't read this]) &
          Team 3 Dave & Henri who didn't finish survey & still didn't get out till 3.30 am. @@ -1273,7 +1273,7 @@ dawn as intended.


          1/8/1992 | Surface - Various holes: Prospecting, (re)numbering and mobile festering | Olly -
          +

          to 1992.08.05 @@ -1369,7 +1369,7 @@ crap. Olly

        • Expedition Report 1992 (Cambridge Underground)
        • BCRA Caves & Caving Report
        • "The Twelve Pitches of Puffball" (expedition song).
        • -
        • This year's sponsors

          +
        • This year's sponsors

      • Published accounts
      • Back to Expedition intro page
      • diff --git a/years/1995/log.htm b/years/1995/log.htm index 74648e706..9e843a4c2 100644 --- a/years/1995/log.htm +++ b/years/1995/log.htm @@ -8,7 +8,7 @@

        Austria 1995

        The first part of the log is traditionally taken up by the journey -out.
        If this is of no interest, here is a link to the +out.
        If this is of no interest, here is a link
        to the caving!

        2/7 - 4/7/95 @@ -102,9 +102,9 @@ Pass until....

        BANG -

        Dear reader, do you think this noise was from
        -a) A nearby meteorite impact
        -or b) Driving over an unexploded shell
        +

        Dear reader, do you think this noise was from
        +a) A nearby meteorite impact
        +or b) Driving over an unexploded shell
        or c) the third blowout in 24 hours on the same trailer wheel.....

        ....At least in Belgium it had been sunny, now it was pissing buckets. We @@ -164,14 +164,14 @@ authority. quieter + simpler than the 14:38 so I carefully watched the 14:38 pull out. Got on the 14:55. Shortly after Doncaster it was ticket time. -

        'Tickets please' I hold up my pass.
        -'Oh dear' says Conductor. I look blank.
        -'Oh dear, oh dear' says conductor.
        -'What ? You're going to tell me this is restricted', says me
        +

        'Tickets please' I hold up my pass.
        +'Oh dear' says Conductor. I look blank.
        +'Oh dear, oh dear' says conductor.
        +'What ? You're going to tell me this is restricted', says me
        'This train is restricted'. Head falls, heart sinks, no money on me for -a fine.
        -'You know what I'm supposed to do ?' says Conductor.
        -'What ?'
        +a fine.
        +'You know what I'm supposed to do ?' says Conductor.
        +'What ?'
        'Take your pass. Report you and you + your family will lose all travel benefits for 12 months' said the conductor with a degree of glee which gradually increased as he noticed my student i.d. whilst flicking through my @@ -246,7 +246,7 @@ bored, arrived at campsite at expected time and got pissed. So nerr !

        ner, ner; ner ner ner ! [scribble] -

        Duncan was 'ere
        +

        Duncan was 'ere
        after some beer !


        @@ -352,12 +352,12 @@ others and decided to come out. This was done with out much pace but without hic A note from your leader...

        How to travel to expo EASY and free:- -

        What you need is
        -

        1) 3 days with fuck all to do except go to expo
        -2) be in the Alps already (although you could get here as quick from England)
        -3) a thumb
        +

        What you need is
        +

        1) 3 days with fuck all to do except go to expo
        +2) be in the Alps already (although you could get here as quick from England)
        +3) a thumb
        4) less than 100 litres of shit per person (tricky, but your -friends can take the expo shit in the nice trailer Wookey found.
        +friends can take the expo shit in the nice trailer Wookey found.
        Ex friends)
        @@ -366,13 +366,13 @@ to expo, this is easy) with your thumb out, glance at the occasional HEDGEHOGS in the undergrowth, and get taken to Hilda's (in 21 lifts as Kate 'super keen hitching superstar Jannossy {How many N's - RANT! [inserted here - Ed]} has just counted). -
        Note that campsite is fulll of normal people. -
        Whoops. -
        Note that beer tally only . . . +
        Note that campsite is fulll of normal people. +
        Whoops. +
        Note that beer tally only . . .

        (pause to turn Floyd tape over)

        . . . note that beer tally only goes up to a hundred. -
        Whoops. -
        Note that potato hut contains no cavers (must be caving, ho ho!) +
        Whoops. +
        Note that potato hut contains no cavers (must be caving, ho ho!)

        And then, and then it happened. A fridge. I couldn't believe it. Was is possible? Cold Gösser in the potato hut? I tentatively opened the door, hoping, praying, and YES! the light came on and I was @@ -392,11 +392,11 @@ random snog because there's no way they would give you smeggy gits a lift anyway....until they give you a 200km lift!! (with only slight ranting for not speaking Italian - they speak perfect English). :. Italians are romantics really. -
        Later, when hitching got crap we considered demonstrative shagging +
        Later, when hitching got crap we considered demonstrative shagging on the hard shoulder but suspected this might not work in Austria.

        2) Don't wear Steve's utterly foul T shirt (specially in Austria). -Continuous stream of lifts after he took it off.
        +Continuous stream of lifts after he took it off.
        (It seems to be OK when I wear it though)

        3) Look at the map before refusing lifts to towns you think are the @@ -432,7 +432,7 @@ finds and we went out (slowly) Actually found some clean white stals down there, so if anyone fancies a return trip ......

        TU Dunc, Anthony 9½ -
        Nick 10½ +
        Nick 10½

        Previous trip / Next trip @@ -447,7 +447,7 @@ a long time to come out. This trip was an EPIC (note: Extended browbeat someone else

        TU Paul, James 14 -
        Mike 12½ +
        Mike 12½

        Previous trip / Next DoL Pushing trip @@ -457,10 +457,10 @@ browbeat someone else On account that Wookey now has a fuck-off big trailer we suggest that Expo 95 has an

        -
        * * * -
        EXPO TUMBLE DRIER -
        * * * -

        Almost certainly ace gear, yeh?! :-) +
        * * * +
        EXPO TUMBLE DRIER +
        * * * +
        Almost certainly ace gear, yeh?! :-)
        16/7/95 | 161 - Pushing Dreaming of Limo | Nick, James, Dave C @@ -523,7 +523,7 @@ pushing front, which looks quite promising. Then we buggered off out, with dying lights & flooded leaking carbides. Two hours from bottom of Knossos. We're not hard. (Just wanted to get back to Base Camp) -

        TU Nick 7½
        James & Mike 8 +

        TU Nick 7½
        James & Mike 8

        Previous trip / Next trip / @@ -545,7 +545,7 @@ to go to Algeria. Rope didn't reach ! The only good things about this trip was that Julian found several leads* near the surface + it was still daylight when we got out. -

        TU Kate, Dave, Paul 5½ hrs
        +

        TU Kate, Dave, Paul 5½ hrs
        Steve, Julian 7 hrs (?)

        * Part way down "toothless" there is a hole in the wall leading to two @@ -570,7 +570,7 @@ them moved. Gibber. Rapid change of plan. Lets put a bolt in the wall then. This done, a 10m pitch was descended, with yet another one leading from it. DOL lives on. We shall return. -

        TU Nick 6½
        +

        TU Nick 6½
        Paul 7

        Previous trip / @@ -588,7 +588,7 @@ vast experience) + we rigged short pitch into a chamber with a big wet pitch + a small rifty thing (which probably floods lots) with a pitch at the end. I started thinking about rigging this while Dave + Dave went out but Julian thought it was too scary so I didn't bother. Might rig possible alternative -way into the bottom of the same rift soon. Maybe.
        +way into the bottom of the same rift soon. Maybe.
        P.S. Dave t'other got strung up again on the way in. @@ -644,7 +644,7 @@ roof with a large mud bank, being followable for perhaps 30 metres.

        The lead to the west is worth a second look for small people since it sounds as if it goes somewhere significant. -

        TU Kate 7
        Dunk 8 hours +

        TU Kate 7
        Dunk 8 hours

        Previous trip / Next trip / @@ -818,8 +818,8 @@ Dunc & eventually ignoring rubs altogether - quality rigging. 23/7/95 | 161 - France - Black Suspender | JulianH, Dave C, Andrew Atkinson -

        Holes in floor of Algeria Dave (other), Kate
        -Rift in floor nr Hobnob passage AndyA, Steve
        +

        Holes in floor of Algeria Dave (other), Kate
        +Rift in floor nr Hobnob passage AndyA, Steve
        (Piss Pot)

        I only know what I did and a bit about other things, so other people will @@ -874,7 +874,7 @@ gluppy KH mud. Hole to be named "Death's Door II", climb inside choke "Stairway to Hell."

        Previous France Trips: Sultans / -Piss Pot
        +Piss Pot
        Next trips: Regurgitation / Stairway to Hell & Triassic Park @@ -892,7 +892,7 @@ of pitch which is probably twin tubs. Also found a ?previously unknown scrotty connection to an adjacent wettish shaft bottom.

        Previous France Trips: Sultans / -Piss Pot
        +Piss Pot
        Next trips: Regurgitation / Stairway to Hell & Triassic Park @@ -913,7 +913,7 @@ go and have another look some time.

        Previous France Trips: Sultans / -Piss Pot
        +Piss Pot
        Next trips: Regurgitation / Stairway to Hell & Triassic Park @@ -1056,7 +1056,7 @@ cave.

        Previous France Trips: Black Suspender / Algeria / -Piss Pot
        +Piss Pot
        Discovery of Triassic Park (same day) / Next Regurgitation trip (1996) @@ -1096,7 +1096,7 @@ but hard to get a clean rock throw.

        Next Trip -


        1995-07-27 | 161 - Surveying Triassic Park & Photos | Wookey, Anthony, Duncan,
        Andrew Atkinson, Scout, Steve +
        1995-07-27 | 161 - Surveying Triassic Park & Photos | Wookey, Anthony, Duncan,
        Andrew Atkinson, Scout, Steve

        Trundled down to survey all the new stuff & photo it. Andy, Scout & Steve did photos, the rest surveyed. Tedious but effective. Just did @@ -1109,7 +1109,7 @@ Scout continued, surveying up huge passages with QMs everywhere. Staud'nwirt Palace, White passage is Salt Lake City, then the guillotine & finally Triassic Park. -

        TU 8 ½ (Anthony, Steve, Dunc)
        +

        TU 8 ½ (Anthony, Steve, Dunc)
        11 ½ (Wook, Andy, Scout)

        Previous trip / @@ -1133,7 +1133,7 @@ dark.

        TU ½ -


        27/7/95 | Plateau - Prospecting on big white patch of limestone below Hinter | Kate, Balazs
        +
        27/7/95 | Plateau - Prospecting on big white patch of limestone below Hinter | Kate, Balazs

        Balazs wanted to go prospecting & taking photos. Oh dear what a shame @@ -1224,16 +1224,16 @@ ropes + 2 tacklesacks from gob (one of which was 'fucking heavy') made 3 sacks. 1 more from over the rainbow + chunnel, and another from the rope up to cowboy caver. Having carted -

        [Interrupted by page of names]
        -Some names:
        -

        1) Climb above L H route at G. party/squeeze = cowboy caver.
        -2) Left turn where guillotine joins Triassic park = shortage of walls
        -3) Junction after dark bit in t.p. = Trifurcation
        -4) chamber between triassic park pt2 & pt3 = locophobia
        +

        [Interrupted by page of names]
        +Some names:
        +

        1) Climb above L H route at G. party/squeeze = cowboy caver.
        +2) Left turn where guillotine joins Triassic park = shortage of walls
        +3) Junction after dark bit in t.p. = Trifurcation
        +4) chamber between triassic park pt2 & pt3 = locophobia
        5) LH at junction near end of triassic pt 3 = minoan surprise
        -

        [back to the story]
        +

        [back to the story]
        all this up to the bottom of snot we find another baggy there - Hmmmm - that makes 6, which is about 4 too many. Wookey also got a bit keen and decided to tidy up the co-ax which has been lying around since 1989. The @@ -1360,7 +1360,7 @@ gain & very little bunde & hopefully no objective danger - Needs checking out, as otherwise access to 161d could prove very problematic. Surface camp water supplies could still be problematic.... -

        Back to the caving:
        +

        Back to the caving:
        We went in, and photo'd the bear(?) skull near the entrance. Then Andy stayed one side of choke whilst steve & I battled the bulge & went to other (steve was suitably impressed by the awfulness). Voices were clear & diff --git a/years/1996/gps.htm b/years/1996/gps.htm index 89fad0197..f0c38d043 100644 --- a/years/1996/gps.htm +++ b/years/1996/gps.htm @@ -11,7 +11,7 @@ 15, March 1997, pp 11-15

        GPS For Expedition cave location

        -

        +

        Wookey

        GPS units are now cheap enough that cavers can afford to consider @@ -136,7 +136,7 @@ minutes it usually improved to be within the correct area. You can tell this once you have a few waypoints marked because you get a line on the map screen zooming in from way over to one side. -


        Figure 1 +

        Figure 1 showing how the first couple of readings after getting a fix can be several hundred metres off.
        @@ -235,9 +235,9 @@ as this is also timestamped, but basically be aware that if there are gaps in the datastream it is much easier to split up the sections. An alternative would be to record the GPS time (displayed by the GPS) on arrival and departure at a site, but you really do have to remember if keeping the unit -on whilst wandering about. Keeping the unit on is useful because
        +on whilst wandering about. Keeping the unit on is useful because
        a) it's fun to play with and watch your little squiggle wander about the -place, and
        +place, and
        b) you seem to get more accurate position data after the unit has had a fix for a few minutes. @@ -399,7 +399,7 @@ better than the waypoint results.

        Here is typical example of the results: -


        Figure 2 +


        Figure 2 showing 5 fixes for entrance 161d, and the 5 corresponding averaged positions. @@ -412,7 +412,7 @@ behaviour that means a GPS reading alone can be thoroughly misleading. The bar on the left shows the 100m limit, and the readings are nearly all with in this, although not quite. -


        Figure 3, showing the area +


        Figure 3, showing the area of the plateau near top camp with surface surveys and GPS positions.

        I have selected a number of locations, the corresponding GPS waypoint, and diff --git a/years/1996/index.htm b/years/1996/index.htm index ad7610097..77fa42740 100644 --- a/years/1996/index.htm +++ b/years/1996/index.htm @@ -20,7 +20,7 @@ This page is to provide quick links to the documentation of these finds:

        diff --git a/years/2000/goals.htm b/years/2000/goals.htm index 669dcf5de..6e621b60f 100644 --- a/years/2000/goals.htm +++ b/years/2000/goals.htm @@ -88,13 +88,13 @@ in the Eishöhle - some quite promising areas have been revealed, and there is a significant amount of survey to be done, as well as continuing to push the Persistence of Vision leads found in 1999. Any stone left unturned here has potential for someone else to walk in easily and link -the systems !
        ---->Schotterland 50m pitch to big passage - right by the entrance
        ---->Push POV
        ---->Good leads in Plastic
        ---->Leads at Kalter Gang end
        ---->Wahnsinnsschächte resurvey
        ---->Connect survey to old cave
        +the systems !
        +--->Schotterland 50m pitch to big passage - right by the entrance
        +--->Push POV
        +--->Good leads in Plastic
        +--->Leads at Kalter Gang end
        +--->Wahnsinnsschächte resurvey
        +--->Connect survey to old cave
        --->Find other entrances
      • Further pushing of numerous leads in Chile with a view to connecting to the nearby southern Schwarzmooskogel system, with a @@ -106,16 +106,16 @@ potential length/depth in excess of 47km/1056m.
      • Regurgitation area needs 1999 finds surveying and pushing
    • Photography and other documentation work. Many caves need a rudimentary -survey or sketch, and description and a photo.
      +survey or sketch, and description and a photo.
      ---->Survey to B4 (on col by top camp - only 1 or 2 legs) - already documented
      ---->Survey-to and draw 172,174,175,176. Tagged - in a row out from top camp.
      ---->Survey-to 96-02,03,04 group close to hinter (already documented and tagged).
      ---->Find and identify non-CUCC 1980s caves (Eishöhle area) from survey data: Grunstein Eishöhle, Schwarzblatthöle, Kuppelhöhle, Lamperlhöhle
      ---->Connect up East and West surface surveys near 163
      ---->Try to work out where Seniorenschacht and Braunsteinhöle are (near one of the Eishöhle entrances)
      ---->Draw pictures for the 147 survey!
      ---->A few caves are still missing and need searching out....177, 178, 181, 187, 192, 193
      +--->Survey to B4 (on col by top camp - only 1 or 2 legs) - already documented
      +--->Survey-to and draw 172,174,175,176. Tagged - in a row out from top camp.
      +--->Survey-to 96-02,03,04 group close to hinter (already documented and tagged).
      +--->Find and identify non-CUCC 1980s caves (Eishöhle area) from survey data: Grunstein Eishöhle, Schwarzblatthöle, Kuppelhöhle, Lamperlhöhle
      +--->Connect up East and West surface surveys near 163
      +--->Try to work out where Seniorenschacht and Braunsteinhöle are (near one of the Eishöhle entrances)
      +--->Draw pictures for the 147 survey!
      +--->A few caves are still missing and need searching out....177, 178, 181, 187, 192, 193
      --->
    • There are loose ends in some older CUCC discoveries which may be useful to pursue to tie surveys in: @@ -134,7 +134,7 @@ major systems, and a reexploration (and a good survey) is in order.
    • Cooperation with Arge to fix a number of key points on the surface by accurate theodolite survey. This is being arranged for 2000.
    -
  • High quality publication via the World Wide Web, CD-ROM and on paper
    +
  • High quality publication via the World Wide Web, CD-ROM and on paper

    @@ -157,11 +157,11 @@ entirely possible to go for as long or as little time as you like.

    Transport is pooled to minimise cost, but overall costs are variable and difficult to be precise about since it depends on factors such as how long -you go for and how much beer you drink. As a guide - over the last 3 years it average out at £200 + £40/week.
    -1 week = £240
    -2 weeks = £280
    -3 weeks = £320
    -4 weeks = £360
    +you go for and how much beer you drink. As a guide - over the last 3 years it average out at £200 + £40/week.
    +1 week = £240
    +2 weeks = £280
    +3 weeks = £320
    +4 weeks = £360
    5 weeks = £400

    The £200 gets you there and back and use of the gear, the @@ -177,7 +177,7 @@ consumption...

  • Leader: Mark Shinwell
  • Treasurer: Mark Byers
  • Sponsorship: Earl Merson
  • -
  • Transport: Martin Green
    +
  • Transport: Martin Green

    Most up to date information is available on the student website at http://mrs30.quns.cam.ac.uk/expo/ (that website now totally defunct and no copy found, Dec.2019) diff --git a/years/2000/report.htm b/years/2000/report.htm index 2ac9b9db7..dd9a472be 100644 --- a/years/2000/report.htm +++ b/years/2000/report.htm @@ -200,7 +200,7 @@ survey this series did not unfortunately lead to any passages closer to

    Persistence of Vision

    In 1999 the Persistence of Vision series was discovered---to -quote the words of the original explorers:
    +quote the words of the original explorers:
    ... An interesting series off Schneevulkanhalle, with some tortuous small passage of a highly "Mendip" nature, including tight @@ -381,7 +381,7 @@ hut. Finally the expedition members are also thanked for their individual contributions to this year's expedition.

    Mark Shinwell -- -Expedition Leader 2000
    +Expedition Leader 2000
    Queens' College, Cambridge, England. CB3 9ET

    19th November 2000

    @@ -396,7 +396,7 @@ Queens' College, Cambridge, England. CB3 9ET

  • Pre-expo mission statement
  • Logbook (70k)
  • All the 161 trips written up in the logbook are -indexed in the history page.
    +indexed in the history page.
    (40 and 204 trips will be indexed soon)
  • Published accounts
  • diff --git a/years/2006/travel.html b/years/2006/travel.html index dbb9ea411..b5c767f9f 100644 --- a/years/2006/travel.html +++ b/years/2006/travel.html @@ -164,7 +164,7 @@ taken at the top of the group. 20   -Mark S
    D,V +Mark S
    D,V @@ -176,7 +176,7 @@ taken at the top of the group. -Tom
    D +Tom
    D @@ -188,7 +188,7 @@ taken at the top of the group. -Aaron
    I(r) +Aaron
    I(r) @@ -201,7 +201,7 @@ taken at the top of the group.   -Olly
    D,V,N +Olly
    D,V,N @@ -213,7 +213,7 @@ taken at the top of the group. -"Mrs Ol"
    D,V,N +"Mrs Ol"
    D,V,N @@ -226,7 +226,7 @@ taken at the top of the group.   -Phil
    D,V,N(r) +Phil
    D,V,N(r) @@ -239,7 +239,7 @@ taken at the top of the group. Taking gear back but no people. -Matt
      +Matt
      @@ -253,7 +253,7 @@ taken at the top of the group.   -Dave
    I +Dave
    I @@ -266,7 +266,7 @@ taken at the top of the group. -Sandeep
    I +Sandeep
    I @@ -280,7 +280,7 @@ taken at the top of the group.   -John
    D,V +John
    D,V @@ -293,7 +293,7 @@ taken at the top of the group. -Chantalle
    D +Chantalle
    D @@ -306,7 +306,7 @@ taken at the top of the group. -Pete
      +Pete
      @@ -320,7 +320,7 @@ taken at the top of the group.   -Wook
    D,I(o) +Wook
    D,I(o) Unable to come (sniff) diff --git a/years/2007/reports/report.html b/years/2007/reports/report.html index 929e3acb0..da0738fb3 100644 --- a/years/2007/reports/report.html +++ b/years/2007/reports/report.html @@ -92,7 +92,7 @@ Eiseh diff --git a/years/2008/gearforexpo.html b/years/2008/gearforexpo.html index 9b0e2ab40..adf35e354 100644 --- a/years/2008/gearforexpo.html +++ b/years/2008/gearforexpo.html @@ -14,7 +14,7 @@ merged back into the main handbook kitlist -
    +

    From Frank's Expo Training Weekend

    On 3rd-4th May Frank and Martin went to an expedition training weekend in Wales run by Joel Corrigan (who does the Dachstein expeditions). Frank wrote a document with a list of useful kit that was suggested during the weekend. I've pasted it below as Frank doesn't currently have wiki access. Feel free to comment, as it's interesting to see how the Dachstein people kit themselves out slightly differently from us. Edvin

    Report on Expedition Training Weekend 3rd -4th May 08 South Wales Climbing Centre and OFD diff --git a/years/2008/mission.html b/years/2008/mission.html index d8a58e08b..2609a140e 100644 --- a/years/2008/mission.html +++ b/years/2008/mission.html @@ -7,7 +7,7 @@ -

    Expo 2008/Overall Expedition Guidelines & Objectives
    From CUCCWiki

    +

    Expo 2008/Overall Expedition Guidelines & Objectives
    From CUCCWiki

    Exploration

    diff --git a/years/2008/trips.html b/years/2008/trips.html index ccc3c3092..9b69ca452 100644 --- a/years/2008/trips.html +++ b/years/2008/trips.html @@ -423,7 +423,7 @@ the callout books or the Time Underground page in the bier book.
    - Mark Dougherty traversing over the Razordance sump.
    + Mark Dougherty traversing over the Razordance sump.
    Photo: Andreas Forsberg.
    -
    +
    diff --git a/years/2012/logbook.html b/years/2012/logbook.html index 8e8fa45e1..55335d1d8 100644 --- a/years/2012/logbook.html +++ b/years/2012/logbook.html @@ -24,12 +24,12 @@ On this date, with the exchange of geartape Julia "the bloke" Bradshaw and Dour "the beardy one" Day were in the sanctity of the tattiehut joined in Holy Bondage until the day that one or the other fall apart.

    -

    Registrar: Martin Green
    -Witnessed: Jessica Stirrups
    - Emma Wilson
    +

    Registrar: Martin Green
    +Witnessed: Jessica Stirrups
    + Emma Wilson

    -
    +
     Rope for rigging down to pushing in 204
    @@ -51,7 +51,7 @@ Puss in bolts => 34 9mm
     On the prowl => 29 9mm
     Fat Cat => 140 10mm
     
    -
    +
    2012-08-07
    Wookey Serena
    diff --git a/years/2013/logbook.html b/years/2013/logbook.html index dc36ef5ac..5d23438c9 100644 --- a/years/2013/logbook.html +++ b/years/2013/logbook.html @@ -13,7 +13,7 @@

    T/U:
    -
    +
    --end of fragment-->

    Nat promised me an “adventure” and so led me down Tunnocks after excessive faff to push a lead he’d last visited in 2014. We descended relatively efficiently and route finding was not -much of an issue. The following changes were made to the ‘champagne on ice’ pitch series:
    --Replaced sling at 1st pitch head with additional bolt to form proper y-hang
    +much of an issue. The following changes were made to the ‘champagne on ice’ pitch series:
    +-Replaced sling at 1st pitch head with additional bolt to form proper y-hang
    -Improved the traverse at the very end with the addition of a single bolt in the ceiling of the passage at the very bottom of the series.

    @@ -502,9 +502,9 @@ met Becka at the col whilst slowly making our way back to camp.

    T/U: -Mark 7 hours
    -George 3 hours
    -Nat 2 hours
    +Mark 7 hours
    +George 3 hours
    +Nat 2 hours
    Haydon 2 hours (extra reinforcement at the surface)
    diff --git a/years/2018/hc-cave-description-bits.html b/years/2018/hc-cave-description-bits.html index 72ca0e5b9..d1247db22 100644 --- a/years/2018/hc-cave-description-bits.html +++ b/years/2018/hc-cave-description-bits.html @@ -473,23 +473,23 @@ Out of rope so we surveyed out.
    2018-07-17
    Becka Lawson
    Rigging Guide: Homecoming - Entrance - Wallace and Gromit - Second Coming
    -

    Homecoming entrance and first pitch rigging guide:
    +

    Homecoming entrance and first pitch rigging guide:
    -
    +
    -

    Radagast rigging guide and handclimb below Radagast (poor natural belay):
    +

    Radagast rigging guide and handclimb below Radagast (poor natural belay):
    -
    +

    Traverse over hole and up the pitch in meander. Probably best left rigged for next year to save hassle on rerigging.

    First meander pitch. String around boulder in roof to protect traverse over rammed blocks. -

    2nd meander pitch.
    +

    2nd meander pitch.
    -
    +

    Rigging guide: Wallace and Gromit -

    traverse into the second coming
    +

    traverse into the second coming
    -
    +


    @@ -526,7 +526,7 @@ our plan of action. We had at last cometoterms with our situation.

    Bags on we walked around the bunde that had provided shelter for our break, a cairn, two, three, the familiar path to Homecoming. -

    +

    With regards to the cave, we swung into the window at the top of Gromit, bolted the pitch Anthony had startedthe day prior. It lead into two continuations; one horizontal, one vertically down. We crapped out the horizontal @@ -606,11 +606,11 @@ top of big block with a sling.

    Rigging Guide: Snagged and Shagged

    -

    First section, Second section
    -
    +

    First section, Second section
    +
    -

    3rd section:
    -
    +

    3rd section:
    +

    T/U: 6 hours
    diff --git a/years/2018/logbook.html b/years/2018/logbook.html index 94ff869db..a5a5c068a 100644 --- a/years/2018/logbook.html +++ b/years/2018/logbook.html @@ -9,9 +9,9 @@

    CUCC Expo Logbook 2018

    -
    +

    Frontispiece -
    +


    2018-07-10
    @@ -204,7 +204,7 @@ obvious passage on L of this (as you face downstream) is main Snakebite passage (dry) that connects to Song of the Earth.

    -
    +

    Lower Snakebite - Pitch series starts 20m beyond the awkward free climb below Snakebite @@ -270,7 +270,7 @@ Out of rope so we surveyed out.

    Chris Densham
    Steinbrucken Tarp Topo

    -[DIAGRAM of tarp rigging in bivvy]
    +[DIAGRAM of tarp rigging in bivvy]
    @@ -401,7 +401,7 @@ Tom joined Mike and Lydia, surveyed free attic frys and Urinal, found thgat Urin

    Rigging Guide: Balkon Honeycomb Shaft -> Hangmans Daughter
    -
    +
    T/U 0 hours

    @@ -411,30 +411,30 @@ Tom joined Mike and Lydia, surveyed free attic frys and Urinal, found thgat Urin

    Hangmans's Traverse is not here: redrawn later. See 20/7/2018. -
    +

    T/U 0 hours

    2018-07-17
    Becka Lawson
    Rigging Guide: Homecoming - Entrance - Wallace and Gromit - Second Coming
    -

    Homecoming entrance and first pitch rigging guide:
    +

    Homecoming entrance and first pitch rigging guide:
    -
    +
    -

    Radagast rigging guide and handclimb below Radagast (poor natural belay):
    +

    Radagast rigging guide and handclimb below Radagast (poor natural belay):
    -
    +

    Traverse over hole and up the pitch in meander. Probably best left rigged for next year to save hassle on rerigging. -

    First meander pitch. String around boulder in roof to protect traverse over rammed blocks.
    +

    First meander pitch. String around boulder in roof to protect traverse over rammed blocks.
    -

    2nd meander pitch.
    +

    2nd meander pitch.
    -
    +

    Rigging guide: Wallace and Gromit -

    traverse into the second coming
    +

    traverse into the second coming
    -
    +


    2018-07-18
    @@ -459,20 +459,20 @@ go along Stoger Weg past Windloch (32) and further past the next cave (marked 88 Go [10m] further from there along Stoger Weg and leave path descending limestone karren down to right. Proceed back along foot of karren slope and push aside -3-4 branches of bunde to reach a "path".

    +3-4 branches of bunde to reach a "path".

    Follow along this until you can descend steeply to the left (a few more branches of bunde) to steep "rockery" scramble bank. Make your way with care down this and you should be able to see a truncated pine tree [4m high] on the other side of a small gully. (When seen from the other side, this pine tree has branches in the shape of a figure "4".) Descend and traverse round -to the right and climb up to this pine tree across the gully.

    +to the right and climb up to this pine tree across the gully.

    Now follow "path" down and to the right across 2 areas of soil/grass/loose stones to eventually reach a big pine tree with a bend in the trunk at ground level and a small cairn on the bend in the trunk. Continue down right through bunde with a little climb until you can see a large dead twisted tree root across a gully. Descend and get to this via via lush grass and flowers on steep slope and loose soil. -

    +

    At the twisted dead tree root there is an obvious route leading to the right. At this point you are only 13m from p115x but you can't see it as it faces S. and you are approaching from the N. 10m on you pass a large anthill and then 3m further -and you're there.

    +and you're there.

    You may see a water collection poly sheet a lot earlier but use this route to get to it. (I did it 3x today and lots of other routes are worse.)

    @@ -519,7 +519,7 @@ ring hanger at the top of the climb at the end of Hangman's traverse. George looked at the tube at the top mud slope half way along Hangman's Traverse + asked for a drill so he could put a rope on it but I'd already snaffled the drill to bolt up the mud + boulder slope further along Hangman's Traverse ("Snail Trail") -so he had to down climb.
    +so he had to down climb.

    I made slow progress (hence the name) + finally gave up + asked George to do the final climb over a wedged boulder only for him to find an easy @@ -568,15 +568,15 @@ so we're still well off the bottom.

    Tired ont eh survey on the way out. Took 90 min from bottom of Hangman's to get out. -

    Pitch below Prangman's (rigged 19/7) [6]
    +

    Pitch below Prangman's (rigged 19/7) [6]
    -
    -

    Hangman's Traverse ( redrawn from 17/7/18)
    -and Snail Trail Traverse (20m after Snail Trail climb)
    -
    +
    +

    Hangman's Traverse ( redrawn from 17/7/18)
    +and Snail Trail Traverse (20m after Snail Trail climb)
    +
    -

    [10] Mongol Ralley Pitch - rigging guide - 1 of 3.
    -
    +

    [10] Mongol Ralley Pitch - rigging guide - 1 of 3.
    +

    [See continuing Mongol Rally rigging guide]

    T/U: 11.5 hours
    @@ -601,11 +601,11 @@ top of big block with a sling.

    Rigging Guide: Snagged and Shagged

    -

    First section, Second section
    -
    +

    First section, Second section
    +
    -

    3rd section:
    -
    +

    3rd section:
    +

    T/U: 6 hours
    @@ -673,7 +673,7 @@ our plan of action. We had at last cometoterms with our situation.

    Bags on we walked around the bunde that had provided shelter for our break, a cairn, two, three, the familiar path to Homecoming. -

    +

    With regards to the cave, we swung into the window at the top of Gromit, bolted the pitch Anthony had startedthe day prior. It lead into two continuations; one horizontal, one vertically down. We crapped out the horizontal @@ -701,7 +701,7 @@ with the set.

    PLEASE RETURN ALL 3 SETS TO CHRIS DENSHAM, OXFORD. ALSO PLEASE RETURN THE 3 ALPINEXES. -
    [anonymous but presumably Chris D.]] +
    [anonymous but presumably Chris D.]]

    T/U: 0 hours

    @@ -843,9 +843,9 @@ was duly obtained [and is posted on the caving.uk blog - ed.]
    T/U: 56 hours
    -

    Rigging in Beckoning Silence/Radio Silence
    -All rope lengths estimated
    -
    +

    Rigging in Beckoning Silence/Radio Silence
    +All rope lengths estimated
    +


    2018-07-24
    @@ -871,10 +871,10 @@ side of the depression ~10m NW of GC which could potentially be used for storage Photos of both have been uploaded to expofiles/photos/2018/PhilipWithnall. -

    Sketch survey of GC (grade 2, total bullshit):
    -
    -
    [annotations on sketch transcribed below] -
    +

    Sketch survey of GC (grade 2, total bullshit):
    +
    +
    [annotations on sketch transcribed below] +
    [] 6m climb up dripping chimney to rift with sump(?). WOuld need 2x2m tarp for water collection.

    [] Head height tunnel, sunlight at N. end.

    [] Meandering aven, open at N end, chokled with boulders at S. @@ -909,17 +909,17 @@ and a jerrycan of water. 013 deg. 48.478 min. E -CRUSHED GARLIC CAVE
    -Grade 2 survey
    +CRUSHED GARLIC CAVE
    +Grade 2 survey

    Small crawly tunnel 10m NW of GARLIC CAVE -10m up a 45° boulder ramp.
    +10m up a 45° boulder ramp.
    Entrance is 3m below lip of the depression. Philip has some photos on his camera . Entrance is waypointed as 'bin cave' in Philip's phone.

    Cave is stooping passage on 12m toa small open chamber with bunde at its top. -A flat out crawl is visible for a further ~6m to sunlight.
    -
    +A flat out crawl is visible for a further ~6m to sunlight.
    +

    Could be used for extra storage for Garlic Cave.

    Now numbered 2018-ad-03 and in essentials.gpx. @@ -927,23 +927,23 @@ Could be used for extra storage for Garlic Cave.

    LES TRES DENTS -Grade 2 survey
    +Grade 2 survey

    3 holes in a rift aligned E-W, immediately NNW of an obvious knobble of bunde (20m x 20m round). There is a lone pine tree 20m east of that.

    Each hole ~20m deep, pebble bounces a few timesafter hitting the bottom - may be a hading passage accessible from the rubble pile. Significant snow block in eastmost hole. -All 3 holes look to connect.
    -
    -Small cliff on surface
    -Pine tree and marked path to east.
    +All 3 holes look to connect.
    +
    +Small cliff on surface
    +Pine tree and marked path to east.

    Only available as a waypoint in the prospecting GPX file. Not physically tagged or dropped yet.

    -2018-pw-02
    +2018-pw-02

    2x1m shaft with 3s drop when rocks bounced off E wall. Shaft is at S end of a 30x40m depression with cliff tiers on N side. Photos on Philip's camera GPS. Waypoint on Philip's phone. @@ -952,12 +952,12 @@ Photos on Philip's camera GPS. Waypoint on Philip's phone. for updated notes and elevation. It craps out. Cave left untagged. Waypoint in prospecting GPX file. }

    -2018-pw-03 LEFT MY COMPASS IN THE OTHER CAVE
    +2018-pw-03 LEFT MY COMPASS IN THE OTHER CAVE

    10m horizontal rift. dripping with 90° 'L'-bend 7m in, then dead end after a further 2.5m. Stoopy loose ceiling. Photos on Philips camera. GPS on Philip's phone.

    -
    +

    Entrance in the East wall of a large depression (which has 2018-th-02 at its south end), roughly 10m deep. 100m N-S, 10-30m E-W.

    { After discussion with Elaine, the german name for this cave is @@ -989,8 +989,8 @@ accommodation. If so, the water collection system and supplies from Organhöhle could then be moved over.

    Once that was done, we had a bit of time left to prospect. -Frank dropped 2018-pw-02 (see previous page) and killed it off. Survey:
    -
    +Frank dropped 2018-pw-02 (see previous page) and killed it off. Survey:
    +

    6m deep, 3m wide rift, no discernible draft.

    T/U: 0 hours
    @@ -1330,32 +1330,32 @@ being flooded in Balkon.

    [See previous Mongol Rally rigging guide (part 1)]

    MONGOL RALLY - Part 2 of 3 - rigging guide

    -
    -
    +
    +

    -Total rope for Mongol Rally = 23+40+40+22+100+65 = 300m (290m) approx.
    -
    -

    [12] Pitch to enter Myopia from the top of Hangmans
    -

    [13] Myopia traverse
    -

    [14] Littleboy pitch
    -
    -

    [moved from later in logbook:]


    +Total rope for Mongol Rally = 23+40+40+22+100+65 = 300m (290m) approx.
    +
    +

    [12] Pitch to enter Myopia from the top of Hangmans
    +

    [13] Myopia traverse
    +

    [14] Littleboy pitch
    +
    +

    [moved from later in logbook:]


    MONGOL RALLY - rigging guide - Part 2

    [15] Suction cup pitch in Grand Prix,beyond Littleboy pitch rigged on 3/8/18

    -

    [16] Scum of the earth pitch below radio silence rigged on 4/8/18


    -
    +

    [16] Scum of the earth pitch below radio silence rigged on 4/8/18


    +

    MONGOL RALLY - rigging guide - Part 3

    [17] Traverse above Horrible Pitch (Luke & Rachel)

    [18] Horrible Pitch level of Indy Rally, 8+9 Aug.rigged George & Becka -
    +

    [19] Horrible rift Part II - from horrible pitch Part I - climb down large -muddy passage to corkscrewing around,to obvious pitch head.
    +muddy passage to corkscrewing around,to obvious pitch head.
    -
    +

    [NB rigging moved back here from later in logbook as it belongs here]

    @@ -1635,7 +1635,7 @@ The high phreas would be accessible with a traverse line for a climb up that is
    2018-08-04
    Philip Sargent
    Expo T-shirts arrived at Gasthof
    -

    2x S,
    3x XL,
    4x L,
    lots of M (some male, some female, no distinction in label) +

    2x S,
    3x XL,
    4x L,
    lots of M (some male, some female, no distinction in label)

    T/U: 0 hours
    @@ -1919,7 +1919,7 @@ heading down which choked out, however when surveyed by Wook [squiggle]
    T/U: ? hours

    [Mongol Rally rigging guide here (Becka's handwriting?, in the written logbook moved -back to this location in this online version]


    +back to this location in this online version]



    2018-08-10
    @@ -2010,11 +2010,11 @@ End of my caving for Expo 2018 -221h underground for me :-) Off to Plonkermira [??] with VHO tomorrow to see how things look from the other side of the hill... -
    -This has been transcsribed into ugcamplist.html

    +
    +This has been transcsribed into ugcamplist.html

    T/U: 49 hours
    -
    +
    2018-08-01
    Jacob, George, Olly
    @@ -2039,7 +2039,7 @@ This has been transcsribed into ugcamplist.html
    -
    Helmut Kalss +
    Helmut Kalss
    Hitched a lift down from the carpark with Helmut Kalss who lives in Altausee (we drive past his house every time we go up to the plateau). He is a local and teaches at the agricultural college. He knew about the SMK system but not what we had done - so he gave @@ -2052,7 +2052,7 @@ me a lift to the potato hut and I showed him the posters and aven. (He also has
    Finishing Fish Face beyond Gardening School, discovering Private Pineapple Pitch

    Accompanied by Pi and Andt (two German cavers).

    The trip was to push Fish Face further following a low-level lead in Gardening School. An exchange was agreed with German cavers whereby they would offer us a trip if we offered them a trip (an agreement arranged by Alex and Jacob during the bottom base camp BBQ). The trip also allowed the German's to experience top camp, both who were incredibly impressed by the arrangement, declaring, "You English are mad!" The international caving group encounted a language barrier in the especilly crumbly and loose passages of the Fish Face entrance pitch and traverse. WHile descending Alex had one of the Germans (Pi) shout "stein!", somewhat confussed he looked up to find the German caver was not offering him a beer, insted a number of rocks had been kicked down. A system was then proposed by the Germans to overcome the language barrier. The sylable count of words would indicate the cave command, therefore the language used would be rendered pointless.

    -
    Image of the syllable system table +
    Image of the syllable system table

    It was also agreed during the trip that signiifciant space woudl be left berween cavers on th epitch/traverse series leading on from another due to the daners of very loose rock and the potential of injury. The gardening school passage was pushed beyond the unnamed and unknown pitch that offered a lead. Originally we believed that a shaft 3/4m down would be best for a rebelay, however on investigation this appeared to be a large boulder wedged between a large rift. Furthermore, the placement of the boulder, nicknamed 'coffin lid', appeared to be only secured by small boulders. The decision was made to drop the Y hang down through a squeezy pitch, although tight, the pitch is easily accessible. The newly found Pirate Pineapple Pitch (PPP) ~50m and decends down further into the rift. Multiple passages can be seen coming of this pitch which may be worth future exploration. The pitch bottoms out in a small chamber ~10m^3. A smaller interesting chamber is to the right, nicknamed 'mud hole', here a variety of interesting geological features are found. ALso at this point a small pool of water has forned. Directly in front of the dropped pitch after a smooth step the rift can be seen to bottom out. However, at this point, we had ran out of rope. An additional 15/20m (unreadble word) have allowed us to reach the bottom. We assume this amy be the bottom as its the collection point for many of the smaller dropped rocks. The rift appears to curve around the corner offering a potential easy lead for those who are willing to push this further.

    NB: the pitch was named Pirate Pineapple Pitch due to the consumption of a pineapple by some rugged looking cavers at the bottom of the pitch. The carrying of pineapples to inappropriate places is a tradition upheld by Alex Sterling (sp?) of Nottingham University Caving Club in reference to the Pineapple on Tour (sp?) - a society at Nottingham University which took pineapples up munrows in Scotland. The society was dispelled by the university and folded into other outdoor societies.

    T/U X mins
    @@ -2095,7 +2095,7 @@ me a lift to the potato hut and I showed him the posters and aven. (He also has
    Philip Sargent
    "Receipt for expo members of VfHO for 2018"
    -


    from Robert Seebacher +


    from Robert Seebacher
    2018-08-15
    @@ -2189,18 +2189,18 @@ Becka
    Top Camp - Surface Prospecting - Old & New Caves - 8.5 hours
    T/U: 25 mins
    -
    +

    New cave 2018-NTU-01 -
    +
    Paul had prepared a list of some caves found in 2004 which were within 300m of Top Camp. In the blazing heat of morning, Nat and Paul set off with packs full of SRT kits, 50m rope, hangers, drill, bolting kit, oversuits, helmets and lights. @@ -2212,14 +2212,14 @@ gully filled with wild chives.

    The entrance is below a large fixed boulder with the tag on its SW side. I (Nat) squeezed down through some @@ -2237,25 +2237,25 @@ one could get into the shaft and see where the rift goes.

    -Data from Nat's GPS (Garmin Oregon 650):
    -1834m, N47°41.518, E13°49.298
    -UTM UPS: 33T 0411579, 5282737
    +Data from Nat's GPS (Garmin Oregon 650):
    +1834m, N47°41.518, E13°49.298
    +UTM UPS: 33T 0411579, 5282737
    GPS accuracy not noted for this point, but the other points this day had 3m accuracy. -
    +
    This cave was tagged by Nat & Neil a few days later on Aug. 13. -
    +
    To reach this cave easily from Top Camp, just follow the Tunnocks path until the cave marked on GPS as "1623.p2001-02", then turn right (uphill) and go up a small chive & boulder-filled gully until you see the big boulder with the tag on it.

    Rift hole to descend -
    +
    Several meters downhill from 2018-NTU-01, in passing we waypointed on the GPS a "rift hole to descend", which looked like a promising hole that is nowhere near any already-catalogued waypoints. @@ -2268,11 +2268,11 @@ that's most likely the same as catalogued 1623.p2002-07.

    2018-PF-01,02,03 -
    +

    Arriving at the Big Cairn (GPS coords UTM: 33T 0411542, 5282881) @@ -2290,13 +2290,13 @@ day with Wookey; undescended), and 2018-PF-03 -2018-PF-01 Tag: 1857m, UTM: 33T 0411526, 5282885
    -2018-PF-02: 1859m, UTM: 33T 0411540, 5282900
    -2018-PF-03: 1858m, UTM: 33T 0411530, 5282893
    -GPS with 3m accuracy for all.
    +2018-PF-01 Tag: 1857m, UTM: 33T 0411526, 5282885
    +2018-PF-02: 1859m, UTM: 33T 0411540, 5282900
    +2018-PF-03: 1858m, UTM: 33T 0411530, 5282893
    +GPS with 3m accuracy for all.
    2018-PF-01 is a 2m-diameter shaft with an easy climb down to a mossy slope. We surveyed it [see Paul's excellent digital @@ -2306,7 +2306,7 @@ survey]. 2018-PF-02 is an impressive, open surface shaft about 3.5m diameter and 11.5m deep (as measured by Disto). It looks like it @@ -2325,14 +2325,14 @@ dashed all our hopes of finding a free-climbable access to the big shaft. Afterwards we circled painfully through obstacles of larch and cliffs until we stumbled across another interesting hole, which we named 2018-NTU-02. -1861m, UTM: 33T 0411522, 5282905, GPS with 3m accuracy.
    +1861m, UTM: 33T 0411522, 5282905, GPS with 3m accuracy.
    It is a window in the side of a surface shaft filled with grass. Nat climbed down into it using a handline tied with loops, which proved essential. The small shaft is vertical @@ -2345,14 +2345,14 @@ shaft. [See scanned sketch in our survey notes.] We drilled and installed a Hilti, but did not have any tags, and we were unable to return to put the tag in later. The tag has been made and is sitting in the Tags tub at top camp. -










    +










    A big opening in the side of the mountain

    Next we headed again for the mythical 2004-18, and reached the @@ -2360,13 +2360,13 @@ south-eastern edge of a huge steep-sided valley: Cubic Valley. (Note: the next day we found a much easier way with Wookey, by @@ -2381,7 +2381,7 @@ investigated, as it seems to be below Tunnocks.

    Freezer Hole -
    +
    In the lowest point of the eastern bowl of Cubic Valley is a small hole in the rubble which emits freezing cold air. We measured the temperature just inside the hole as 9°C, @@ -2394,17 +2394,17 @@ certainly be an interesting digging project for future Expos.

    2004-18 and Mystery Shafts -
    +
    Finally, heading westward down Cubic Valley towards the Cube-Shaped Boulder, we reached the fabled cave. The whole section of valley is full of tantalising deep shafts which @@ -2412,20 +2412,20 @@ must be explored! Just beside 2004-18 we found another shaft with a tag marked "AA 1 2017" but there is no recorded survey, no database entry, no information anywhere about it . -
    Beside this shaft is another shaft with a snow plug +
    Beside this shaft is another shaft with a snow plug and 2 spits well positioned for rigging, but no visible tag nor informations recorded. Who could have been there?

    2004-16 and 2004-17 and Maybe Hole -
    +
    As it was getting late and our water bottles were empty and it was very hot, we left our heavy caving gear in a hole and tried to head back to top camp. On the way out of the valley @@ -2450,7 +2450,7 @@ just 20 minutes before our callout time!

    T/U 2.5 hours
    Surveying 2004-18 Eiskeller -
    +
    The day after our eventful prospecting trip, Nat, Paul, and Wookey returned to 2004-18 to survey it. We recovered our gear left in a hole, and Paul rigged. Feeling hot, I went down in my t-shirt and trousers. @@ -2473,13 +2473,13 @@ found on the way in [see our description in Approach and our GPS track].

    Twin Caves -
    +
    Along the northern edge of the valley approaching 2004-18 we waypointed two shafts with snow inside. UTM: 33T 0411527, 5282982.

    Summary: go back to Cubic Valley!! -
    +
    Given the number of deep shafts in this valley, it's the most exciting place to return to. The Cube-shaped boulder sitting above 2004-18 is an easy landmark to find [see our photos]. The hike to/from Top Camp @@ -2501,7 +2501,7 @@ Be sure to wear an oversuit and layers!

    Neil and Nat practiced hand-bolting and installed the tag for the diff --git a/years/2019/logbook.html b/years/2019/logbook.html index 741548ec9..d0bdc46d5 100644 --- a/years/2019/logbook.html +++ b/years/2019/logbook.html @@ -12,7 +12,7 @@

    It is raining and there is lots of snow !! -
    +


    2019-07-07
    @@ -20,7 +20,7 @@ It is raining and there is lots of snow !!
    Discovery of Snow-filled Steinbruckhohle

    Plentiful snow. -
    +
    1st trip up on Sunday 7th spent ~8 hrs digging with the shovel and cleared only top level and made steps to get out at the front (~4m to climb out). @@ -254,14 +254,14 @@ They may return to basecamp. Callout 22:00.

    Radost & Philip drove to the carpark and walked to CUCC-PS-01 which Radost declared a "B lead at best" after we had got out.

    Cave descripotion: -
    +
    rock-filled rift ~1m high and wide goes 260 degrees magnetic into hillside (descending approx. 15 degrees). Hole in floor near ent. is a climbdown, then a 22cm squeeze (Radost did it) to where it continues - tight. No draft.

    Going over the hole in the floor the more obvious route leads after 14m from ent.to a 2m climb down and a drafting flat-out hole leading to a vertical (upwards) solution (?) shaft filled with rocks. [Since the hillside is very steep here, this may be ~20m or more to the surface.] Could be dug, but ideally not from the bottom where Radost was. -
    +
    Whole cave drafts cold air out slightly - less than last year possibly due to snow choke elsewhere. No snow visible anywhere near it.

    The roof of the rift is flat and slopes to the south, about 30 degrees from vertical. This is very similar @@ -398,7 +398,7 @@ The Boop-Boo-Da-Boop-Da-Boop [exact spelling pending confirmation] complex is an

    Both of these leads really require photos to better explain (and someone with more awareness to convey their geography) but represent very exciting prospects in a fairly untouched region of the plateau. -

    [Not on Blog - where does htis text fragment come from?]
    +

    [Not on Blog - where does htis text fragment come from?]
    A brief foray into Happy Butterfly found a Y-hang with a dangling hangar, and we could not locate the hilti to screw it back into, and so we turned back around to avoid descenting a one-bolt-wonder.

    T/U: 0 hour
    diff --git a/years/2020/index.html b/years/2020/index.html index a4dd046dc..d12e49d67 100644 --- a/years/2020/index.html +++ b/years/2020/index.html @@ -9,7 +9,7 @@

    Expo 2020

    Expo 2020: Organisation

    -Link to last year: 2019
    +Link to last year: 2019
    Back to Expo Planning Guide. From ca0b4cec62da6c5ac01ce07044f362ec1dc847c8 Mon Sep 17 00:00:00 2001 From: "Philip Sargent (muscogee)" Date: Thu, 5 Mar 2020 23:41:18 +0000 Subject: [PATCH 3/3] tidy HTML5 capital letter tags while I was at it using grep -rl "<\!DOCTYPE html>" * | xargs sed -i "s;
    ;
    ;g" --- handbook/treasurer.html | 4 +-- years/1996/gps.htm | 16 ++++----- years/2011/descentarticle.html | 62 +++++++++++++++++----------------- 3 files changed, 41 insertions(+), 41 deletions(-) diff --git a/handbook/treasurer.html b/handbook/treasurer.html index b70c8b702..5231b851d 100644 --- a/handbook/treasurer.html +++ b/handbook/treasurer.html @@ -74,7 +74,7 @@

  • Provide a summary of the Expo Accounts to the CUCC Journal, web site and Expo Report.
  • Make sure the following year's grant applications are submitted correctly.
  • Introduce your successor to the post of treasurer, preferably before you retire.
  • -
  • Work with the other members of the Expo committee in pulling off yet another stormin' Expo
    +
  • Work with the other members of the Expo committee in pulling off yet another stormin' Expo
    Enough? Perhaps they should have more than one person doing all this!
  • @@ -339,7 +339,7 @@ Email: jc@johnmcooper.freeserve.co.uk

    -


    +
    Started 1999-12-31 by Earl Merson, Treasurer 1998 & 1999.
    This page was last modified 2000-01-07

    --> diff --git a/years/1996/gps.htm b/years/1996/gps.htm index f0c38d043..049c022d2 100644 --- a/years/1996/gps.htm +++ b/years/1996/gps.htm @@ -210,13 +210,13 @@ S2 to download Track data on Serial port 2. This gives a text file with a header and then one line per track log point, like this:

    -T  N49 37.7525 E006 12.2740 Fri Jul 12 22:51:49 1996
    -T N49 37.7441 E006 12.2804 Fri Jul 12 22:53:50 1996
    -T N49 37.7635 E006 12.3152 Fri Jul 12 22:55:51 1996
    -T N49 37.8224 E006 12.3338 Fri Jul 12 22:56:36 1996
    -T N49 38.1552 E006 12.8984 Fri Jul 12 22:58:36 1996
    -T N49 38.2060 E006 14.2361 Fri Jul 12 23:00:36 1996
    -T N49 38.3663 E006 15.8547 Fri Jul 12 23:02:38 1996
    +T N49 37.7525 E006 12.2740 Fri Jul 12 22:51:49 1996
    +T N49 37.7441 E006 12.2804 Fri Jul 12 22:53:50 1996
    +T N49 37.7635 E006 12.3152 Fri Jul 12 22:55:51 1996
    +T N49 37.8224 E006 12.3338 Fri Jul 12 22:56:36 1996
    +T N49 38.1552 E006 12.8984 Fri Jul 12 22:58:36 1996
    +T N49 38.2060 E006 14.2361 Fri Jul 12 23:00:36 1996
    +T N49 38.3663 E006 15.8547 Fri Jul 12 23:02:38 1996
    T N49 38.4481 E006 16.0234 Fri Jul 12 23:04:39 1996
    @@ -453,7 +453,7 @@ will be able see how it compares in accuracy to very long surface surveys. And some time in the next ten years the US should turn off SA which will make life significantly easier for this sort of work. -
    +