merged upstream changes

This commit is contained in:
Wookey 2012-01-04 12:22:56 +00:00
commit a9bdc75b85
33 changed files with 360 additions and 234 deletions

View File

@ -11,12 +11,16 @@ body {
font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
font-size: 12pt;
margin-left: 275px;
margin-right: 100px;
text-align: justify;
max-width: 800px;
}
body#homepage {
margin-left: auto;
margin: auto;
background: #008787 url(../images/style/homebackground.jpg) no-repeat 0 0;
color: #fff;
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
margin: 80px;
text-align: left;
}
.caption {
color: #004C4C;
@ -30,13 +34,12 @@ body#homepage {
a {
color: #008787;
}
a:hover,
a:visited:hover {
a:hover {
color: #d7442b;
}
a:visited {
/*a:visited {
color: #636363;
}
}*/
div.centre img {
border: 2px solid #99CCCC;
margin: 25px;
@ -55,14 +58,21 @@ dd {
display: inline;
margin-left: 0pt;
}
div.clear {
clear: both;
}
/*HEADINGS*/
h1, h2, h3, h4 {
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
}
h1 { text-align: center; font-size: 210%;
line-height: 100%; margin: 35px 0 55px;}
h1 {
text-align: center;
font-size: 210%;
line-height: 100%;
margin: 35px 0 55px;
}
h2, h3, h4 {
color: #008787;
color: #005151;
}
h2#tophead {
text-align: center;
@ -97,6 +107,10 @@ ul#links {
text-align: left;
border-top-right-radius: 1em;
}
*html .menu {width: 180px; left: 10px;}
*+html .menu {width: 180px; left: 10px;}
*html ul#links {width: 180px; left: 10px;}
*+html ul#links {width: 180px; left: 10px;}
.menu {
top: 20px;
}
@ -104,7 +118,7 @@ ul#links {
/*background-image: url(../images/style/menu-second.png);
border-color: #C8E1E2;
border-style: dotted;*/
top: 20px /*300px; to be set once the menu is in all pages*/
top: 15px /*300px; to be set once the menu is in all pages*/
}
ul#links a {
text-decoration: none;
@ -151,11 +165,12 @@ ul#links li a.editlink {
}
/* TABLES */
table.trad, table.centre {
table.trad, table.centre, table.fancy {
border-collapse: collapse;
}
table.trad, table.trad th, table.trad td,
table.centre, table.centre th, table.centre td {
table.centre, table.centre th, table.centre td,
table.fancy, table.fancy th, table.fancy td {
border: 1px solid #008787;
margin: 0px;
}
@ -178,8 +193,61 @@ table.centre {
table.bigfatborder {
border-width: 6px;
}
table.fancy { /*For the members list in ../folk/index.htm*/
font-size: 72%;
padding: 5px 2px;
}
table.fancy td:first-child {
background-color: #C8E1E2;
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
width: 180px;
}
table.fancy td.nonempty {
background-color: #99CCCC;
font-size: 85%;
text-align: center;
}
/*SPECIAL PAGES*/
/*homepage*/
#homepage h1 {
color: #fff;
font-size: 2.2em;
margin-bottom: 0;
text-align: left;
}
#homepage h1 a, #homepage p a {
color: #bedfdf;
}
#homepage h1 a:hover, #homepage p a:hover {
color: #008787;
}
#homebox {
left: 280px;
top: 100px;
position: absolute;
}
ul#homenu {
list-style: none;
margin: 0;
padding: 0;
width: 165px;
}
ul#homenu li {
padding: 0 0 10px;
}
ul#homenu li a {
border-top-right-radius: 1em;
border: 1px solid #008787;
display: block;
background: #bedfdf;
padding: 7px 16px 7px 8px;
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
font-size: 85%;
}
ul#homenu li a:hover {
background: #008787;
color: #fff;
}
/*caves*/
table#cavepage {
background: none repeat scroll 0 0 #FFFFFF;
@ -207,19 +275,94 @@ table#cavepage th#status { text-align: right; width: 25%; }
background-color: #fff;
float: right;
font-style: italic;
margin-bottom: 10px;
}
.triptitle {
border: 1px solid #99CCCC;
border-top-width: 2px;
color: #008787;
font-size: 120%;
font-weight: bold;
padding-bottom: 15px;
padding-top: 55px;
text-align: center;
border: 1px solid #99CCCC;
border-top-width: 2px;
color: #008787;
font-size: 120%;
font-weight: bold;
padding: 45px 10px 20px;
text-align: center;
}
.timeug {
text-align: right;
font-weight: bold;
margin-bottom: 10px;}
/*RULES OVERRIDING JQUERY CSS FOR CAVES DESCRIPTION*/
/*This method is faster but less efficient. These would better be directly written in the jquery css file currently in http://expo.survex.com/site_media/css/redmond/jquery-ui-1.8.14.custom.css*/
body .ui-widget {
font-family: inherit;
font-size: inherit;
}
body .ui-widget-content {
color: inherit;
border: 2px solid #99CCCC;
border-radius: 0 !important;
border-top: none;
}
body .ui-widget-content a {
color: #008787;
}
body .ui-widget-content a:hover,
body .ui-widget-content a:visited:hover,
body .ui-state-default a:hover {
color: #d7442b;
}
body .ui-widget-content a:visited {
color: #636363;
}
body .ui-widget-header {
background: url("../images/style/ui-bg_gloss-wave_green.png") repeat-x scroll 50% 50% #85bdbe;
border: 1px solid #85bdbe;
color: #FFFFFF;
}
body .ui-tabs {
padding: 0;
border-radius: 0 !important;
}
body .ui-tabs .ui-tabs-nav {
padding-left: 10px;
}
body .ui-tabs-nav {
border-radius: 0 !important;
}
body .ui-tabs .ui-tabs-nav li {
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
margin: 0 15px 1px 0;
padding-right: 5px;
}
body .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
background: #fff;
color: #E17009;
}
body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
border: 1px solid #85bdbe;
background: #85bdbe url("../images/style/ui-bg_glass_green.png") 50% 50% repeat-x;
font-weight: bold;
color: #008787;
}
body .ui-corner-all,
body .ui-corner-top,
body .ui-corner-right,
body .ui-corner-tr {
border-top-right-radius: 30px;
}
body .ui-state-default a,
body .ui-state-default a:link,
body .ui-state-default a:visited {
color: #008787;
text-decoration: none;
}
body .ui-state-active a,
body .ui-state-active a:link,
body .ui-state-active a:visited,
body .ui-state-default a:hover,
body .ui-state-default a:link:hover,
body .ui-state-default a:visited:hover {
color: #E17009;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -11,12 +11,21 @@
</head>
<body id="homepage">
<h1>CUCC in Austria <a href="years/1976/report.htm">1976</a>-<a href="years/2011/">2011</a></h1>
<p style="text-align: center;">Welcome to the website of the Cambridge University Caving Club expeditions to Austria.</p>
<div style="text-align: center;"><img src="images/stone-bridge-view.jpg" alt="Austria panorama" width="399" height="260" /></div>
<div style="text-align: center; position: relative;">
<p><a href="intro.htm">Introduction</a> | <a href="infodx.htm">Main index</a> | <a href="indxal.htm">Cave index</a> | <a href="handbook/index.htm">Expedition handbook</a><br /> <a href="pubs.htm">Published reports</a> | <a href="areas.htm">Area description</a> | <a href="http://www.srcf.ucam.org/caving/wiki/Main_Page" target="_blank">CUCC website</a></p>
<div id="homebox">
<h1>CUCC in Austria <a href="years/1976/report.htm">1976</a>-<a href="years/2011/">2011</a></h1>
<p>Welcome to the website of the <a href="http://www.srcf.ucam.org/caving/wiki/Main_Page" target="_blank">Cambridge University Caving Club</a> expeditions to Austria</p>
</div>
<!--div id="homeimg"><img src="images/stone-bridge-view.jpg" alt="Austria panorama" width="399" height="260" /-->
<ul id="homenu">
<li><a href="intro.htm">Introduction</a></li>
<li><a href="infodx.htm">Main index</a></li>
<li><a href="indxal.htm">Cave index</a></li>
<li><a href="handbook/index.htm">Expedition handbook</a></li>
<li><a href="pubs.htm">Published reports</a></li>
<li><a href="areas.htm">Area description</a></li>
<li><a href="http://www.srcf.ucam.org/caving/wiki/Main_Page" target="_blank">CUCC website</a></li>
</ul>
</body>
</html>

View File

@ -14,9 +14,9 @@ of <span lang="de-at">Salzburg</span> in Austria. These WWW pages (over 800
pages and over 700 images) contain much of the documentation from the
exploration of these annual expeditions.</b></p>
<p>The next expedition runs this summer, from 18th July to 22nd August; it is
<p>The next expedition runs next Summer, in August; it is
still at the earliest planning stage. More details will appear when
available on the <a href="years/2009/index.html">Expo 2009 page</a>.</p>
available on the <a href="years/2012/index.html">Expo 2012 page</a>.</p>
<p>For those coming on an Austria expedition for the first time, this great
bulk of material can seem a little overwhelming. However, it's important for

View File

@ -8,38 +8,25 @@
<body>
<h1>CUCC Austria Expeditions: Primer</h1>
<blockquote>
<table class="trad"><tbody><tr><td style="padding:0 30px">
<p>The annual CUCC expedition to Austria lasts around five weeks each summer
and concentrates mainly on new exploration in the high alpine karst of the
<span lang="de-at">Loser</span> plateau (about 80km E of <span
lang="de-at">Salzburg).</span> The current main projects are:</p>
<dl>
<dt><span lang="de-at">Steinbr&uuml;ckenh&ouml;hle</span></dt>
<dd>the most major cave in the area <em>not</em> to have been connected to the
master <span lang="de-at">Schwarzmooskogel</span> system, and the principal
focus of CUCC's work since 2000. At the end of Expo 2008 it had been explored
to 622m in depth and 16km in length.</dd>
<dt><span lang="de-at">Eislufth&ouml;hle</span></dt>
<dd>originally explored in the very early days of CUCC expeditions in the late
seventies, to a depth estimated at 506m. The original explorers simply
concentrated on getting to the bottom and were not unduly concerned with
<ul><li><b>Steinbr&uuml;ckenh&ouml;hle</b> the most major cave in the area <em>not</em> to have been connected to the master Schwarzmooskogel system, and the principal focus of CUCC's work since 2000. At the end of Expo 2008 it had been explored to 622m in depth and 16km in length.</li>
<li><b>Eislufth&ouml;hle</b> originally explored in the very early days of CUCC expeditions in the late seventies, to a depth estimated at 506m. The original explorers simply concentrated on getting to the bottom and were not unduly concerned with
exploring side passages or with accurate surveying; hence a return and
reexploration was began in 2004, and continued in 2005, 2006 and 2007.</dd>
<dt><span lang="de-at">Schwarzmooskogel</span> system</dt>
<dd>formed from the linkage of several caves into one system, 55km or so
long, and 1033m deep, of which around two-thirds of the length (and the highest
and deepest points) were explored by CUCC. CUCC has not been directly involved
in exploration in the system itself since 2002, but we will be
returning in 2009 (via Kaninchenh&ouml;hle) to seek a connection
with Steinbr&uuml;ckenh&ouml;hle.</dd>
</dl>
reexploration was began in 2004, and continued in 2005, 2006 and 2007.</li>
<li><b>Schwarzmooskogel</b> system formed from the linkage of several caves into one system, 55km or so long, and 1033m deep, of which around two-thirds of the length (and the highest and deepest points) were explored by CUCC. CUCC has not been directly involved in exploration in the system itself since 2002, but we will be returning in 2009 (via Kaninchenh&ouml;hle) to seek a connection with Steinbr&uuml;ckenh&ouml;hle.</li>
</ul>
<p>Over a hundred shorter caves have also been explored and
recorded over the twenty year history of expo, and prospecting for new
entrances is still an important activity.</p>
</blockquote>
<hr />
</td></tr></tbody></table>
<p>So much for the executive summary, but what does that mean for the new
expo member? What is actually involved in going on expo?</p>

View File

@ -6,12 +6,13 @@
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body>
<h3>It's not clear whether there ever was a logbook. If there was, Jack
Upsall would be a good bet as the most likely to have it</h3>
<h1>Expedition 1976</h1>
<h4>It's not clear whether there ever was a logbook. If there was, Jack
Upsall would be a good bet as the most likely to have it</h4>
<!-- LINKS -->
<ul id="links">
<li>1976 Expedition info:
<li>1976 Expedition info:</li>
<ul>
<li><a href="report.htm">Expo report, Cambridge Underground 1977</a><br>
<!-- <li><a href="bcracc.htm">BCRA Caves &amp; Caving Report</a><br> -->

View File

@ -8,6 +8,7 @@
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body>
<h1>Expedition 1977</h1>
<h4>Sadly, the original of the 1977 logbook seems to be missing</h4>
There is evidence that the club had it in 1988, when in Austria, but

View File

@ -8,6 +8,7 @@
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body>
<h1>Expedition 1978</h1>
29th July
<p>Got up at 7.30 (not Simon). We reached the caf&eacute; at about 12 and
@ -24,7 +25,7 @@ grike). Very sharp rocks at the top, after which the shaft bells out toward
a lightly boulder covered floor about 27m (85 feet to sensible people) from
surface, but as yet the ladder doesn't reach the floor. Mike.
<p><a href="#id1978-98-2">Next trip</a><hr />
<p><a href="#id1978-98-2">Next trip</a>
<hr />
Ben and John ; Well we went down this hole somewhere near 106 but after c
30' it got tight so returned to brilliant sunshine. We continued sweating

View File

@ -8,6 +8,7 @@
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body>
<h1>Expedition 1979</h1>
The first part of the log is traditionally taken up by the journey out.<br>
If this is of no interest, here is a link <a href="#id1979-76-1">to the caving</a>!

View File

@ -8,8 +8,9 @@
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body>
<h3>If you ever find this logbook, then for fuck's sake make N photocopies
and send me one before it disappears for another 15 years :-( Andy</h3>
<h1>Expedition 1980</h1>
<h4>If you ever find this logbook, then for fuck's sake make N photocopies
and send me one before it disappears for another 15 years :-( Andy</h4>
The following details are reconstructed from various sources, and do not
pretend to be complete - they are almost all concerned with Stellerweg:

View File

@ -6,8 +6,9 @@
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body>
<h3>If you ever find this logbook, then for fuck's sake make N photocopies
and send me one before it disappears for another 17 years :-( Andy</h3>
<h1>Expedition 1981</h1>
<h4>If you ever find this logbook, then for fuck's sake make N photocopies
and send me one before it disappears for another 17 years :-( Andy</h4>
<hr />
<!-- LINKS -->
<ul id="links">

View File

@ -9,6 +9,7 @@
</head>
<!-- 113 trips not threaded or linked -->
<body>
<h1>Expedition 1982</h1>
Arrive Saturday (24th July 1982) evening to glorious sunshine. Sunday dull,
examine lake from pedalo. Large canvas erection appears, much to horror of
everyone else on campsite. Uncouth rabble now appears and makes much noise

View File

@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body>
<h3>AUSTRIA 1983</h3>
<h1>AUSTRIA 1983</h1>
25/7/83 - 12/8/83
<p>

View File

@ -6,6 +6,7 @@
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body>
<h1>Expedition 1984</h1>
The first part of the log is traditionally taken up by the journey out.<br>
If this is of no interest, here is a link <a href="#id1984-142-1">to the
caving</a>!

View File

@ -6,6 +6,7 @@
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body>
<h1>Expedition 1985</h1>
Surface Prospecting

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body>
<h2>AUSTRIA 1987</h2>
<h1>AUSTRIA 1987</h1>
The first part of the log is traditionally taken up by the journey out.<br>
If this is of no interest, here is a link <a href="#start">to the caving</a>!

View File

@ -5,22 +5,21 @@
<title>1988: Logbook</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body bgcolor="#FFFFFF">
<table><tr><td width=44></td><td width="*">
<body>
<h1>Austria 1988</h1>
<p>The first part of the log is traditionally taken up by the journey
out.<br>If this is of no interest, here is a link <a href="#start">to the
caving</a>!
caving</a>!</p>
<p>Team Rover (Chris Densham, Becka Lawson, Mark Fearon &amp; Penny Reeves)
<p>Team Rover (Chris Densham, Becka Lawson, Mark Fearon &amp; Penny Reeves)</p>
<p>Set off from Cambridge at 6.30pm on Monday 15th August. Despite Rover
losing incredible amounts of oil on the way, the 11.59pm ferry from Dover to
Calais was reached on time. Once off the ferry it took 26 hours to reach
Hilder's, where Rover arrived at 5am on Wednesday morning, to find that Hugh
had arrived from Greece the night before.
had arrived from Greece the night before.</p>
<p>Team Rover Amendment
<p>Team Rover Amendment</p>
<p>Animal had unfortunately only screwed up the rocker cover bolts finger
tight so they <u>poured</u> out oil. Eventually sussed out what it was and
@ -37,7 +36,7 @@ with windscreen wiper, ie. had to be operated manually. Some sod overtook
Chris, then braked, so Chris managed to actually skid Rover... We overheated
quite badly on the final pass (110&deg; engine), so I walked it, as Rover
cooled off. There'd been an enormous storm last night and lots of soil had
washed down onto the road. Eventually arrived about dawn, dead.
washed down onto the road. Eventually arrived about dawn, dead.</p>
<hr />
@ -51,12 +50,12 @@ M&uuml;nchen rather more rapidly than I did. After eventually catching up
with my possessions, I went to Salzburg with Karin (an amazingly dumb
American girl) [Tautology - Ed.] and thence to Hilda's, where I was allowed
to kip in her sin-bin type place (rather confusingly called the
&quot;lager&quot; which has visions of sleeping lots of beer!)
&quot;lager&quot; which has visions of sleeping lots of beer!)</p>
<hr />
Fri 19th <u>Team Sharman arrival</u>
<p>Chris, Sue, Jared, Adam.
<p>Chris, Sue, Jared, Adam.</p>
<p>Left Calais ~12 o'clock<br>
Eventless<br>
@ -74,43 +73,43 @@ Something exciting may have happened but I was probably asleep at the time.
<hr />
Team Millars.<br>
Arrived &frac12; hour after Sharmans after leaving Calais at the same time.<br>
Passed 2 times by Sharmans. Didn't get lost on route.
Passed 2 times by Sharmans. Didn't get lost on route.</p>
<hr />
<a name="start">Thurs 18th Recce trip</a>
<p>All up to the col where the following holes were assessed:- (Hopefully
Becka still has the piece of paper with the bearings on !)
Becka still has the piece of paper with the bearings on !)</p>
<p><a href="recce0.png">
<img src="recce2.png" width=370 height=403 alt="Sketch map of recce"></a>
<p>These holes may be the initial targets for bashing... Chris D, Rebecca,
Mark &quot;call me Fief&quot; F, Penny, Hugh.
Mark &quot;call me Fief&quot; F, Penny, Hugh.</p>
<p>The area looked at is about 1%-5% of the available area ! Only hopeful
entrances are marked.
entrances are marked.</p>
<hr />
Friday 19th
<p>Bright and early start to &lt;???&gt; of Expo88, noone had need to stoop
as low as moaning at Rebecca with their cuppa.
as low as moaning at Rebecca with their cuppa.</p>
<p>Down to Bad Aussee (on foot as Rover was poorly) to miss bus to Loser by 5
mins. Chris D and RL head off to hitch up intending to investigate a little
into the previous day's finds.
into the previous day's finds.</p>
<p>Team Sloth head on foot, via bier vendor, to Hilda's for a swim, sunbath
and a few beers to the accompaniment of Mozart. This being all too much, we
took the dinghy up to Grundlsee for another arduous bout of swim, sun etc.
took the dinghy up to Grundlsee for another arduous bout of swim, sun etc.</p>
<p>Penny comments that the chances of a passing (yucky) orange Fiesta with UK
plates not being the Millar brothers are rather remote. She was right -
enter C &amp; S S, I &amp; K M, JW, AC. Of course, this brings on a relapse
and, armed with a second dinghy, more swim, sun etc.
and, armed with a second dinghy, more swim, sun etc.</p>
<p>Back to camp - food, beer, latern, beer, chat, beer.
<p>Back to camp - food, beer, latern, beer, chat, beer.</p>
<p>A highly successful day's caving !
<p>A highly successful day's caving !</p>
<hr />
<u><a id="id1988-B10-1">Fri 19th</a></u> (Chris D, Becka)
@ -129,7 +128,7 @@ skeleton here and an old colander ! Out 10.30 ish walked back. Lift home
(well, poor guy all but hijacked by us) by Karl Gaisberger, who we met on
Thurs - he took us all the way home, after showing us his 5 houses, 3 car
garage etc. On top of the plateau, at the Bergrestaurant, there were 3 blokes
watching moths, with lights and a white sheet.
watching moths, with lights and a white sheet.</p>
<p>T/U (3 hours or so !)
<hr />
@ -138,11 +137,11 @@ watching moths, with lights and a white sheet.
<p>Nothing significant found in searching on the far side of the obvious coll
looking from the initial place thought for a campsite - not much of a
description I know but I haven't got a map. loads of promising looking holes
but none draughting &amp; most filled with snow plugs or infill. Nuf zed.
but none draughting &amp; most filled with snow plugs or infill. Nuf zed.</p>
<hr />
<u>TEAM MARLBOROUGH (MONTEGO, ACTUALLY)</u>
<p>:- J.J.Rodgers, Del Boy Robinson, M Dougherty &amp; Wookey
<p>:- J.J.Rodgers, Del Boy Robinson, M Dougherty &amp; Wookey</p>
<p>Left Cambs at 7.30 ish having completely filled estate with 9 rucksacks
for 4 people. Trogged down to Dover all complaining about clutch. Sat
@ -152,14 +151,14 @@ ripped the handle off trying to get in. Next drove through France (Wookey
alseep), Luxembourg (Del asleep), Germany (All asleep) with terminal rain.
(It's really hard to drive at 100mph when you can't see) &amp; then got lost
a lot in Austria (due to navigation by blind people). Arrived 8.30 (16 hours
driving).
driving).</p>
<hr />
<u>Sat 20th</u>
<p>More exploration in the rain:
<p>More exploration in the rain:</p>
<p>Hugh, Penny, Mark R, Mark F.
<p>Hugh, Penny, Mark R, Mark F.</p>
<p>Met at the &quot;campsite&quot; to be told it was the wrong one ! So all
up to the col between the low + high Schwarzmoochkogelllll, where it started
@ -171,26 +170,26 @@ down ! There are others........ Dumped gear at the Brauning wall coll, then
back to sit at the Bergrestaurant in the rain until the whiskey ran out, then
walked down the hill until Chris S appeared. Also, located the entrance to
old caves 81, 82, 85 (of unknown explorers and vintage !) and 147 (CUCC
1984).
1984).</p>
<p>Forced self-confession - I botched up rigging a shaft. Tied to bunder I
went down to a ledge ~5m down to bolt-in. Woops there goes my helmet. Down to
bottom - nothing save helmet (15m pitch, 10m crawl choking off). Draft at top
- no draft at choke, must have been caused by through draft from other
- no draft at choke, must have been caused by through draft from other</p>
entrances clearly visible.
<hr />
<a id="id1988-161-1"> <u>SUNDAY</u></a>
<p>21st August 1988
<p>21st August 1988</p>
<p>Mark D, Becka, Jeremy, Wookey, Adam, Del
<p>Mark D, Becka, Jeremy, Wookey, Adam, Del</p>
<p>Carried stacks of gear over to the 'far' campsite (near 136). Becka &amp;
Adam went for a recce, while Jeremy, Wookey, Del &amp; me (Mark) looked at a
hole found by Jeremy. Bolted the top, but ran out of time, as at least 1
&amp; probably 2 rebelays needed to reach bottom. Depth estimated as 50
metres.
metres.</p>
<p><a href="#id1988-161-2">Next trip</a>
<hr />
@ -199,7 +198,7 @@ metres.
&nbsp;&nbsp;----------&gt; Enthusiasm at a low ebb on
this intended &quot;fester&quot; day. Found some green splodges beyond end
of Brauning Nase &amp; a big boomy rift (that probably blocks). Bored so
took 'short cut' back through gap in Brauning wall. Chris D.
took 'short cut' back through gap in Brauning wall. Chris D.</p>
<p>Carried gas cylinder up to camp site. Set off with Chris after some
festering to look for caves along the upper limit of the limestone where it
@ -214,12 +213,12 @@ booming for several seconds. After finding Roddick, Juliette &amp; Mark F I
borrowing Roddick's gear and went down. Roddick nosed around while I changed
&amp; noticed the first bit was free climbable. After this put in three
bolts and ended up on a ledge overlooking a 60 foot pitch in a chamber which
appears to have several exits. Ran out of rope ! Jared
appears to have several exits. Ran out of rope ! Jared</p>
<p>[map with comment: Becka - (WONDROUS MAP, NO LANDMARKS !)]
<p>[map with comment: Becka - (WONDROUS MAP, NO LANDMARKS !)]</p>
<p>NB 136 is large shaft, has CUCC 1983 on, a ring of red, in small valley,
uphill &amp; over from 135. (Fairly obvious)
uphill &amp; over from 135. (Fairly obvious)</p>
<hr />
<u>Joe</u> Cheap'n'easy flight, train, bus, hitch Manchester -&gt; Bad
Aussee 7 hours
@ -233,17 +232,17 @@ exploration (ruining his jacket in the process). Made our way over to 82
where MM assured us there would be a draught - however there wasn't ! Spied
on the Millars who were clearly audiable but at least &frac12; mile away.
Went back to the car park and made tea until the rest of the animals turned
up.
up.</p>
<hr />
Monday 22nd
<p><u>Mike + Tina</u>
<p><u>Mike + Tina</u></p>
<p>HELLO !! We've arrived in little min !!
<p>HELLO !! We've arrived in little min !!</p>
<hr />
<u>Mon 22.8.88</u>
<p>The keenies: Jeremy, Mark, Becka, Chris, Wookey, Del &amp; Joe
<p>The keenies: Jeremy, Mark, Becka, Chris, Wookey, Del &amp; Joe</p>
<p>We all set off up the hill at about 2.00 pm, 7 in car (Wookey farting in
back). Trogged uphill in cloud, got damp &amp; squidgy. J&amp;M continued to
@ -1309,7 +1308,7 @@ all the figures 'cos I used a metal torch. This was the first female only
trip. It was a really good trip in spite of the cave being a shitty one and
comeing out with everything brown.
<p>T/U ~ 7 hours I think !
<p>T/U ~ 7 hours I think !</p>
<hr />
<!-- LINKS -->
<ul id="links">
@ -1330,7 +1329,6 @@ comeing out with everything brown.
<li><a href="../../index.htm">Back to Expeditions intro page</a></li>
<li><a href="../../../index.htm">CUCC Home Page</a>
</td></tr></table>
</ul>
</body>
</html>

View File

@ -5,8 +5,8 @@
<title>1989: Logbook</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body bgcolor="#FFFFFF" text="#000080">
<table><tr><td width=44></td><td width="*">
<body>
<h1>Austria 1989</h1>
<p><font color="#000000">Webeditors notes: this log has been rendered
using the same ink colours as in the original book. Often, this makes it
clearer when comments have been added by other writers. We hope you
@ -1802,7 +1802,6 @@ Same day: <a href="#id1989-161-40">RHR derig/survey</a> /
<li><a href="../../pubs.htm#pubs1989">Index</a> to all publications</li>
<li><a href="../../index.htm">Back to Expeditions intro page</a></li>
<li><a href="../../../index.htm">CUCC Home Page</a>
</td></tr></table>
</ul>
</body>
</html>

View File

@ -6,13 +6,10 @@
<title>1990: Logbook</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body bgcolor="#FFFFFF">
<table><tr><td width=44></td><td width="*">
<body>
<h1>1990 Expedition Trip Log</h1>
ONLY FIRST TWO
<p><center><font size=+2><b>1990 Expedition Trip Log</b></font></center>
<p>This is a (fairly) faithful transcription of the CUCC 1990 Expedition
Logbook (<b>Captain's Turd '90</b>). The only changes made are some
reformatting to allow for easier perusal and the limitations of ASCII.
@ -2151,7 +2148,6 @@ some strange looks when we got there.
<li><a href="../../pubs.htm#pubs1990">Index</a> to all publications</li>
<li><a href="../../index.htm">Back to Expeditions intro page</a></li>
<li><a href="../../../index.htm">CUCC Home Page</a>
</td></tr></table>
</ul>
</body>
</html>

View File

@ -5,10 +5,8 @@
<title>1991: Logbook</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body bgcolor="#FFFFFF">
<table><tr><td width=44></td><td width="*">
<hr />
<body>
<h1>Austria 1991</h1>
<a id="id1991-182-4">7/7/91 | Puffball and Icing Sugar cave</a> | Gill, Jon, <u>Olly</u>

View File

@ -5,10 +5,10 @@
<title>1992: Logbook</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body bgcolor="#FFFFFF">
<table><tr><td width=44></td><td width="*">
<body>
<h1>Austria 1992</h1>
<hr /><a id="id1992-182-1">29/6/92 | Puffball | Mark M, Julian H, Matt, <u>Alistair</u></a>
<a id="id1992-182-1">29/6/92 | Puffball | Mark M, Julian H, Matt, <u>Alistair</u></a>
<p>Caving at last !! The first problem that was presented to us was how to
get in. The winter snow fall had not fully melted and the entrance appeared
@ -1370,7 +1370,6 @@ crap. Olly
<li><a href="../../index.htm">Back to Expedition intro page</a></li>
<li><A href="../../../index.htm">CUCC Home page</a>
</td></tr></table>
</ul>
</body>
</html>

View File

@ -5,10 +5,9 @@
<title>1993: Logbook</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body bgcolor="#FFFFFF">
<table><tr><td width=44></td><td width="*">
<body>
<h3>Title page: 1993 LOG of RANTS</h3>
<h1>Title page: 1993 LOG of RANTS</h1>
<p>The first part of the log is traditionally taken up by the journey out.<br>
If this is of no interest, here is a link <a href="#id1993-161-1">to the
@ -1145,7 +1144,6 @@ went caving - down to Knossos in 25 mins (1 hr 15 from Top Camp !)
<li><a href="../../index.htm">Back to Expedition intro page</a></li>
<li><A href="../../../index.htm">CUCC Home page</a>
</td></tr></table>
</ul>
</body>
</html>

View File

@ -7,13 +7,10 @@
<title>1994: Logbook</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body bgcolor="#FFFFFF">
<table><tr><td width=44></td><td width="*">
<center><font size=+2>1994 EXPO<br>
<body>
<br>SUNSHINE BOOK</font></center>
<h1>1994 EXPO - SUNSHINE BOOK</h1>
<hr />
<p>4/7/94 | Plateau | Sean
<p>Walked up to top-camp, walked down and got blisters. <u>But</u> it's still
@ -709,7 +706,7 @@ AJD.
<li>(Index of) <a href="../../pubs.htm#pubs1994">Published accounts</a></li>
<li><a href="../../index.htm">Back to Expedition intro page</a></li>
<li><A href="../../../index.htm">CUCC Home page</a>
</td></tr></table>
</ul>
</body>
</html>

View File

@ -5,9 +5,8 @@
<title>1995: Logbook</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body bgcolor="#FFFFFF">
<table><tr><td width=44></td><td width="*">
<body>
<h1>Austria 1995</h1>
<p>The first part of the log is traditionally taken up by the journey
out.<br>If this is of no interest, here is a link <a href="#start">to the
caving</a>!
@ -1250,7 +1249,7 @@ Grade 1 in logbook will have to do for now!
<p>T/U 10.5hrs<hr />
<a id="id1995-161-29">1995-07-31 | 161 - Go to find new entrance | <u>Wook</u> &amp; Andy
<a id="id1995-161-29">1995-07-31</a> | 161 - Go to find new entrance | <u>Wook</u> &amp; Andy
<p>The plan was to prod a few of the QMs down T.P, especially on the R.H
side, to see if any popped out of the hill.
@ -1431,7 +1430,6 @@ The tale of my Decline</li>
<li><a href="../../index.htm">Back to Expedition intro page</a></li>
<li><A href="../../../index.htm">CUCC Home page</a>
</td></tr></table>
</ul>
</body>
</html>

View File

@ -5,9 +5,8 @@
<title>1996: Logbook</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body bgcolor="#FFFFFF">
<table><tr><td width=44></td><td width="*">
<body>
<h1>Austria 1996</h1>
<p>The first part of the log is traditionally taken up by the journey
out.<br> If this is of no interest, here is a link <a href="#start">to the
caving</a>!
@ -2378,7 +2377,6 @@ minimal. ref. email from Dave 97/02/13)
<li><a href="../../index.htm">Back to Expedition intro page</a></li>
<li><A href="../../../index.htm">CUCC Home page</a>
</td></tr></table>
</ul>
</body>
</html>

View File

@ -7,7 +7,7 @@
</head>
<body bgcolor="#FFFFFF">
<table><tr><td width=44></td><td width="*">
<h1 style="color:lightgrey"">Austria 1997</h1>
<p>The first part of the log is traditionally taken up by the journey
out.<br>If this is of no interest, here is a link <a href="#id1997-161-1">to
the caving</a>!
@ -83,7 +83,7 @@ tricky. 2) Coffee beans work at keeping a driver lively.
<hr />
<a id="id1997-161-1">1997-07-21 | 161 - Wheelchair Access |<u>Sam</u>, Dave, Mike TA, Becka, Tony </p>
<a id="id1997-161-1">1997-07-21</a> | 161 - Wheelchair Access |<u>Sam</u>, Dave, Mike TA, Becka, Tony </p>
<br>Team 1: <u>Sam</u>, Dave, Mike TA
<br>Team 2: Becka, Tony, Mike TA (again)
@ -122,7 +122,7 @@ separate write-up when I get round to it).
<hr />
<a id="id1997-161-2">1997-07-23 | 161 - Where the Wind Blows | Tony, Sam, <u>Becka</u></p>
<a id="id1997-161-2">1997-07-23</a> | 161 - Where the Wind Blows | Tony, Sam, <u>Becka</u></p>
<br>T/U 5 hours
@ -163,7 +163,7 @@ draft got a <u>bit</u> stronger. Slow going - a medium sized QM?.
<hr />
<a id="id1997-161-5">1997-07-24 | 161 - Alternative Universe | Dave H, Jon Barber, <u>Becka</u></p>
<a id="id1997-161-5">1997-07-24</a> | 161 - Alternative Universe | Dave H, Jon Barber, <u>Becka</u></p>
<p align=right>T/U 5&frac12; hours
@ -207,7 +207,7 @@ short climb down the rift.
<hr />
<a id="id1997-161-3">1997-07-23 | 161 - Wheelchair Access | <u>Jon</u>, Adam, Mike TA</p>
<a id="id1997-161-3">1997-07-23</a> | 161 - Wheelchair Access | <u>Jon</u>, Adam, Mike TA</p>
<p>T/U 5 hours
@ -233,7 +233,7 @@ out how much more there is ....
<hr />
<a id="id1997-161-4">1997-07-24 | 161 - Wheelchair Access and Kein Zimmer Rift | Tony, <u>Mike TA</u>, Sam, <u>Adam</u></p>
<a id="id1997-161-4">1997-07-24</a> | 161 - Wheelchair Access and Kein Zimmer Rift | Tony, <u>Mike TA</u>, Sam, <u>Adam</u></p>
<p>Tony, Mike pushing Time U/G
<p>Sam, <u>Adam</u>surveying TU 6 hours
@ -377,7 +377,7 @@ and crawled up a slope and out.
<hr />
<a id="id1997-161-9">1997-07-28 | 161 Surveying and Photographing Lost World | <u>Dave H</u>, Mike TA, Sam and William </p>
<a id="id1997-161-9">1997-07-28</a> | 161 Surveying and Photographing Lost World | <u>Dave H</u>, Mike TA, Sam and William </p>
<p>Dave H and Mike - Photographing Lost World
<p>Sam and William - Surveying Lost World
@ -403,7 +403,7 @@ close to our call-out time of 8pm.
<hr />
<p><a id="id1997-161-10">1997-07-28 | 161 - Surveying Lost World Upstream | Sam, <u>William</u></p>
<p><a id="id1997-161-10">1997-07-28</a> | 161 - Surveying Lost World Upstream | Sam, <u>William</u></p>
<p>Sam (notes) and <u>William</u> (instruments)
@ -451,7 +451,7 @@ for Sump clearance, wild nights out and rising damp."]
<hr />
<a id="id1997-161-11">1997-07-28 | 161 - Rigging towards Siberia | <u>Phil U</u>, Dunks, Becka </p>
<a id="id1997-161-11">1997-07-28</a> | 161 - Rigging towards Siberia | <u>Phil U</u>, Dunks, Becka </p>
<p>T/U 7 hrs
@ -491,7 +491,7 @@ exited to warm sunshine at 7.00pm.
<hr />
<a id="id1997-161-6">1997-07-26 | 161 - Wheelchair Access | <u>Becka</u>, Jon</p>
<a id="id1997-161-6">1997-07-26</a> | 161 - Wheelchair Access | <u>Becka</u>, Jon</p>
<p>TU 6 hrs
@ -505,7 +505,7 @@ surveying downstream for some time. Then we came out.
<hr />
<p><a id="id1997-161-7">1997-07-27 | 161 - Tourist + Wheelchair Access with German cavers from Stuttgart club | <u>Becka</u>, Robert and Robert </p>
<p><a id="id1997-161-7">1997-07-27</a> | 161 - Tourist + Wheelchair Access with German cavers from Stuttgart club | <u>Becka</u>, Robert and Robert </p>
<p>T/U 7 hrs<br>
@ -538,7 +538,7 @@ all the way back to the car park with their gear!
<hr />
<p><a id="id1997-136-2">1997-07-29 | 136 - Steinschlagschacht | <u>Becka</u>, Julian H, Anthony</p>
<p><a id="id1997-136-2">1997-07-29</a> | 136 - Steinschlagschacht | <u>Becka</u>, Julian H, Anthony</p>
<p>T/U 6&frac12; hrs
@ -563,7 +563,7 @@ again to a fantastic sunset.
<hr />
<p><a id="id1997-136-1">1997-07-28 | 136 - Steinschlagschacht | <u>Julian H</u>, Anthony </p>
<p><a id="id1997-136-1">1997-07-28</a> | 136 - Steinschlagschacht | <u>Julian H</u>, Anthony </p>
<p>T/U 7&frac12; hrs
@ -597,7 +597,7 @@ to the obvious ledge. It's advisable not to call "pitch free" until OFF the
<hr />
<p><a id="id1997-161-15">1997-07-31 | 161 - KH&ouml;hle - Puerile Humour | <u>Dave H</u>, Andrew A, Mike TA</p>
<p><a id="id1997-161-15">1997-07-31</a> | 161 - KH&ouml;hle - Puerile Humour | <u>Dave H</u>, Andrew A, Mike TA</p>
<p>TU 5&frac12; hrs
@ -615,7 +615,7 @@ Next trip - 1999 ?
<hr />
<a id="id1997-161-16">1997-07-31 | 161 - Siberia | <u>Dunks</u>, William, Phil U </p>
<a id="id1997-161-16">1997-07-31</a> | 161 - Siberia | <u>Dunks</u>, William, Phil U </p>
<p>TU 11 hrs</p>
@ -630,7 +630,7 @@ of sculpted flakes of rock, and quite a lot of ?s all over the place.
<hr />
<p><a id="id1997-136-3">1997-07-31 | 136 - Steinschlagschact | Tony, <u>Becka</u> </p>
<p><a id="id1997-136-3">1997-07-31</a> | 136 - Steinschlagschact | Tony, <u>Becka</u> </p>
<p>TU Tony 7 hrs, Becka 8 hrs
@ -671,7 +671,7 @@ lightning and downpour. Walked down in caving gear. Yum,yum.
<hr />
<p><a id="id1997-161-8">1997-07-27 | 161 - Surveying upstream in Lost World |<u>Sam</u>, Adam</p>
<p><a id="id1997-161-8">1997-07-27</a> | 161 - Surveying upstream in Lost World |<u>Sam</u>, Adam</p>
<p>Discovered a section of <u>large</u> passage containing many mud
formations and showing evidence of backing up. Very sump-like. Much of
@ -789,7 +789,7 @@ Fuel consumption against speed for Lada Riva 1.3 !
<hr />
<p><a id="id1997-161-14">30/7/97 | 161 - Last and final bit of Magic Jumars | Sam Lieberman and Mike Richardson</p>
<p><a id="id1997-161-14">30/7/97</a> | 161 - Last and final bit of Magic Jumars | Sam Lieberman and Mike Richardson</p>
<p>First trip down Magic Jumars (in fact first trip down Alternative
Universe) before we'd even got to the pitch series we spotted a V. V. good
@ -810,7 +810,7 @@ dehydrated midgets might get through - derigged in the well dripping pitches.
<hr />
<p><a id="id1997-161-14a">30/7/97 | 161 - Re-rigging Where the Wind Blows | <u>Sam</u></p>
<p><a id="id1997-161-14a">30/7/97</a> | 161 - Re-rigging Where the Wind Blows | <u>Sam</u></p>
<p>After de-rigging Alternative Universe, Mike headed out from the
Guillotine, with some time in hand I decided to go and recover my tape slings
@ -923,7 +923,7 @@ KH over 500m + a new entrance!!!
<hr />
<p><a id="id1997-136-6">3/8/97 | 136 - Steinschlagschacht | Julian, Anthony, <u>Becka</u></p>
<p><a id="id1997-136-6">3/8/97</a> | 136 - Steinschlagschacht | Julian, Anthony, <u>Becka</u></p>
T/U 8
@ -1013,7 +1013,7 @@ Out at sundown via <u>lots</u> of prussiking + getting v.hot.
<hr />
<p><a id="id1997-161-17">3/8/97 | 161 - Someone Else's Problem | Duncan, Jon, Andrew K, Phil U</p>
<p><a id="id1997-161-17">3/8/97</a> | 161 - Someone Else's Problem | Duncan, Jon, Andrew K, Phil U</p>
TU 14
@ -1204,7 +1204,7 @@ at a sensible time.
<hr />
<p><a id="id1997-136-8">5/8/97 | 136 - Steinschlagschacht | <u>Chris D</u>, Andy A</p>
<p><a id="id1997-136-8">5/8/97</a> | 136 - Steinschlagschacht | <u>Chris D</u>, Andy A</p>
<p>First trip in this hole for me - far less chossy than feared, due to
latest bolting techniques no doubt. Down to pit at connection between 136 +
@ -1226,7 +1226,7 @@ pitch. Good trip, shame nothing went.
<hr />
<p><a id="id1997-161-21">6/8/97 | 161 - Staudnwirt Palace</a> | Chris &amp; <u>Mary</u></p>
<p><a id="id1997-161-21">6/8/97</a> | 161 - Staudnwirt Palace</a> | Chris &amp; <u>Mary</u></p>
<p>Went to Staudnwirt Palace, climbed up miserable climb, bits of it fell
off at embarassing moments, de-rigged two ropes and retrieved Julian's gear
@ -1401,7 +1401,7 @@ Jon, Phil U --&gt; TU 6&frac12; hour
<hr />
<p><a id="id1997-136-11">10/8/97 | 136 - Footlights Traverse | Chris &amp; <u>Anthony</u></p>
<p><a id="id1997-136-11">10/8/97</a> | 136 - Footlights Traverse | Chris &amp; <u>Anthony</u></p>
<p align=right>TU ~9 hrs
@ -1469,7 +1469,7 @@ Dark thoughts cast in the Haines direction on the dim prusik out.
<hr />
<p><a id="id1997-136-12">10/8/97 | 136 - Tirolia via Elin Algor | Brian &amp; Phil B</p>
<p><a id="id1997-136-12">10/8/97</a> | 136 - Tirolia via Elin Algor | Brian &amp; Phil B</p>
<p align=right>TU 9 hrs</a>
@ -1577,7 +1577,7 @@ hill.
<hr />
<p><a id="id1997-161-25">11/8/97 | 161 - Moomintroll</a> | <u>Jon</u>, Phil B</p>
<p><a id="id1997-161-25">11/8/97</a> | 161 - Moomintroll</a> | <u>Jon</u>, Phil B</p>
<p>[Marked only as Phil, so had to guess U or B -- JGT]

View File

@ -93,7 +93,7 @@ die. Boring or what ?
<hr />
<p><a id="id1998-161-1">1998-07-10 | 161 - Rigging trip to Knossos | <u>Kate</u> + Steve B </p>
<p><a id="id1998-161-1">1998-07-10</a> | 161 - Rigging trip to Knossos | <u>Kate</u> + Steve B </p>
<p>Carried shit to the entrance (via accidental detour up Schwarzmooskogel)
+ rigged the handlines on the little 'climbs'. Went to Knossos, where
@ -107,7 +107,7 @@ Steve rigged the pitch, then came out.
<hr />
<a id="id1998-161-2">1998-07-10 | 161 - Moomintroll and Overflow | Sean, Steve J and Tim</p>
<a id="id1998-161-2">1998-07-10</a> | 161 - Moomintroll and Overflow | Sean, Steve J and Tim</p>
Sean, SteveJ and Tim went to push Moomintroll and Overflow. No logbook write up, but we can deduce from the
next write up that they didn't find Moomintroll, TU 3 hours]
@ -119,7 +119,7 @@ next write up that they didn't find Moomintroll, TU 3 hours]
<hr />
<p><a id="id1998-161-3">1998-07-11 | 161 - Pushing trip to Moomintroll | <u>Kate</u>, Brian, Steve J, Earl, Tim</p>
<p><a id="id1998-161-3">1998-07-11</a> | 161 - Pushing trip to Moomintroll | <u>Kate</u>, Brian, Steve J, Earl, Tim</p>
<p>Found Moomintroll on the second attempt. Rigged a short, blind pitch
to the R after Moth Chamber by mistake, while Kate went to get SRT kit
@ -176,7 +176,7 @@ K, E, T - &frac12;
<hr />
<p><a id="id1998-161-4">1998-07-11 | 161 - Rig to Exhaustion | Steve B, <u>Dunks</u> &amp; Dan</p>
<p><a id="id1998-161-4">1998-07-11</a> | 161 - Rig to Exhaustion | Steve B, <u>Dunks</u> &amp; Dan</p>
<p> TU 8
@ -201,7 +201,7 @@ occupants of said hut. Mr. Bellhouse then suggested renaming Wadders as
<hr />
<p><a id="id1998-161-5">1998-07-12 | 161 - Rig to pushing front in Siberia | <u>Dunks</u>, Steve B, Sean</p>
<p><a id="id1998-161-5">1998-07-12</a> | 161 - Rig to pushing front in Siberia | <u>Dunks</u>, Steve B, Sean</p>
<p>Dunks, Steve B -&gt;TU 16 + Sean -&gt; TU 14
@ -242,7 +242,7 @@ clear morning and the start of a very hot day.
/ <a href="#id1998-161-8">Next trip</a>
<hr />
<p><a id="id1998-161-6">1998-07-13 | 161 - Overflow | Dan, Brian, <u>Steve J</u> </p>
<p><a id="id1998-161-6">1998-07-13</a> | 161 - Overflow | Dan, Brian, <u>Steve J</u> </p>
<p> TU 6 ?
@ -259,7 +259,7 @@ the flow. Next pitch looks flood-prone but promising.
<hr />
<p><a id="id1998-161-7">1998-07-14 | 161 - Overflow | Earl, Brian, <u>Steve J</u></p>
<p><a id="id1998-161-7">1998-07-14</a> | 161 - Overflow | Earl, Brian, <u>Steve J</u></p>
<p> TU E, S 5&frac14;, B 5&frac12;
@ -276,7 +276,7 @@ is a no go !
<hr />
<p><a id="id1998-161-8">1998-07-15 | 161 - Team diuresis push Midnight in Moscow |
<p><a id="id1998-161-8">1998-07-15</a> | 161 - Team diuresis push Midnight in Moscow |
<u>Dunks</u> + Steve B</p>
<img width=450 height=210 align=right src="mim.png">
@ -336,7 +336,7 @@ Boulder Hole, and after a few more tags returned to camp.
<hr />
<p><a id="id1998-161-9">1998-07-16 | 161 - Overflow Surveying | Kate J, Earl, <u>Tim</u></p>
<p><a id="id1998-161-9">1998-07-16</a> | 161 - Overflow Surveying | Kate J, Earl, <u>Tim</u></p>
<p>Everyone else went off to Fuzzy Logic, so Earl + Tim went off to survey
The Overflow. I hobbled off early, and after arriving and checking if my
@ -375,7 +375,7 @@ more like 90m long.
<hr />
<p><a id="id1998-200-1">1998-07-18 | Loser Plateau - Surveyed from 90 to 91, 159<sup>*</sup>, 93 &amp; 94 | Wook, Brian, Wadders</p>
<p><a id="id1998-200-1">1998-07-18</a> | Loser Plateau - Surveyed from 90 to 91, 159<sup>*</sup>, 93 &amp; 94 | Wook, Brian, Wadders</p>
<p>Surveyed from 90 to 91,159<sup>*</sup>,93 &amp; 94
@ -399,7 +399,7 @@ surveyed to) orange-numbered 159 later in week.
<hr />
<p><a id="id1998-200-2">1998-07-19 | Lost Rucksack Hole - Lost Rucksack Hole |Wook, Wadders, Brian</p>
<p><a id="id1998-200-2">1998-07-19</a> | Lost Rucksack Hole - Lost Rucksack Hole |Wook, Wadders, Brian</p>
<p>Went back to LRH with more rope. Cave went down past snow bridge to narrow
section with impending doom from snow &amp; ice columns. End of rope trapped
@ -440,7 +440,7 @@ Said they were looking for the Appelhaus. Very Odd.
<hr />
<p><a id="id1998-40-1">1998-07-21 | 40 - Eish&ouml;hle - SVH | <u>Julian H</u>, Wookey, Wadders, Phil U </p>
<p><a id="id1998-40-1">1998-07-21</a> | 40 - Eish&ouml;hle - SVH | <u>Julian H</u>, Wookey, Wadders, Phil U </p>
<p>Set out once again to find a route from top camp to Eish&ouml;hle
without walking to the Bergrestaurant first. Two GPS this time - as if
@ -467,7 +467,7 @@ on to explore still.
<hr />
<p><a id="id1998-161-11">1998-07-20 | 161 - Eau Naturel (Locophobia) | <u>Kate J</u>, Brian </p>
<p><a id="id1998-161-11">1998-07-20</a> | 161 - Eau Naturel (Locophobia) | <u>Kate J</u>, Brian </p>
<p>Set off to do Fuzzy Logic, but Dan forgot her furry, so Brian + Kate went
to investigate the pitch at the end of Locophobia. The other depression
@ -515,7 +515,7 @@ went home when the shade ran out.
<hr />
<p><a id="id1998-161-12">1998-07-20 | 161 - MIDNIGHT IN MOSCOW | Dunks, <u>Steve B</u></p>
<p><a id="id1998-161-12">1998-07-20</a> | 161 - MIDNIGHT IN MOSCOW | Dunks, <u>Steve B</u></p>
<p>Record low enthusiasm and massive faffing at entrance, but eventually we
ended up going underground. Potential jack at the guillotine when my carbide
@ -670,7 +670,7 @@ photo trip. Drat !
<hr />
<p><a id="id1998-200-3">1998-07-20 | Lost Rucksack Cave - Lost Rucksack h&ouml;hle | Wookey, Wadders + Brian </p>
<p><a id="id1998-200-3">1998-07-20</a> | Lost Rucksack Cave - Lost Rucksack h&ouml;hle | Wookey, Wadders + Brian </p>
<p>Wookey, Wads (+ Brian later)
@ -695,7 +695,7 @@ lengths.
<hr />
<p><a id="id1998-40-2">1998-07-23 | 40 - Eish&ouml;hle - 'Connect to 136' trip | Wookey, Phil U, Julian H</p>
<p><a id="id1998-40-2">1998-07-23</a> | 40 - Eish&ouml;hle - 'Connect to 136' trip | Wookey, Phil U, Julian H</p>
<p>Proper trip to try and find route from Eish&ouml;hle to 136/KH. Took loads
of rope, hangers, ice screws etc.
@ -762,14 +762,14 @@ there didn't seem much point worrying! DC}
<hr />
<p><a id="id1998-161-13">1998-07-23 | 161 - Gear Collection | Steve B </p>
<p><a id="id1998-161-13">1998-07-23</a> | 161 - Gear Collection | Steve B </p>
<p>Steve B spent a few minutes collecting gear
from Triassic Park at this point (23rd), but did not think it worth writing up.
<hr />
<p><a id="id1998-40-3">1998-07-24 | 40 - Eish&ouml;hle - 'Connect to 136 mk II' trip | Phil U, Julian H</p>
<p><a id="id1998-40-3">1998-07-24</a> | 40 - Eish&ouml;hle - 'Connect to 136 mk II' trip | Phil U, Julian H</p>
<p>Went back to rift at end of new bit in Eish&ouml;hle. Having successfully
negotiated the evil-bastard, oversuit-ripping, plastic-boot-catching
@ -792,7 +792,7 @@ back to the main path just in time.
<hr />
<p><a id="id1998-40-4">1998-07-27 | 40 - Eish&ouml;hle -"Connect to 136 mk III or derig" trip | Phil U, Julian H </p>
<p><a id="id1998-40-4">1998-07-27</a> | 40 - Eish&ouml;hle -"Connect to 136 mk III or derig" trip | Phil U, Julian H </p>
<p>Bimbled into the ridiculously large chamber. Julian went up the 45&deg;
choss/ice slope, twatting in ice screws as he went. Unfortunately, this
@ -936,7 +936,7 @@ said book by Wookey, 1998-10-24]
<hr />
<p><a id="id1998-161-14">1998-07-24 | 161 - Fuzzy Logic | Brian &amp; Danielle </p>
<p><a id="id1998-161-14">1998-07-24</a> | 161 - Fuzzy Logic | Brian &amp; Danielle </p>
<p>Carried rope &amp; Hammer drill to Top of 1st pitch. Drilled extra pitch
head bolt for Y-hang. Descended pitch while Dan rerigged top of pitch. Top of
@ -953,7 +953,7 @@ recharge as we lacked any other form of spit drill.
<hr />
<p><a id="id1998-161-16">1998-07-31 | 161 - Fuzzy logic - pushing the realms of uncertainty | Phil U and Brian </p>
<p><a id="id1998-161-16">1998-07-31</a> | 161 - Fuzzy logic - pushing the realms of uncertainty | Phil U and Brian </p>
<p>&quot;twas brillig, and the slithy toves did gyre and gimble in the
borogrove&quot; Meanwhile, Phil &amp; Brian went caving. Armed with a trusty
@ -988,7 +988,7 @@ camp, pausing only to fall over.
<hr />
<p><a id="id1998-161-17">1998-08-01 | 161 - Fuzzy Logic | Duncan &amp; Danielle </p>
<p><a id="id1998-161-17">1998-08-01</a> | 161 - Fuzzy Logic | Duncan &amp; Danielle </p>
<p>After Brian and Phil's efforts we had a further small pitch to rig in what
they described as &quot;terminal&quot; looking cave - was that a medical term
@ -1016,7 +1016,7 @@ through into larger stuff below.
<hr />
<p><a id="id1998-161-10">1998-07-16 | 161 - Fuzzy Logic | Sean, Danielle, Kate </p>
<p><a id="id1998-161-10">1998-07-16</a> | 161 - Fuzzy Logic | Sean, Danielle, Kate </p>
<p>Eager for an alternative point of exploration to SEP we deided to persue
the question mark from last year's exploration. Reports suggested there was a
@ -1046,7 +1046,7 @@ Pleased with promising streamway we had a very ordinary trip home.
<p><hr />
<p><a id="id1998-161-15">1998-07-28 | 161 - SEP - Derig | Duncan, Danielle, Brian </p>
<p><a id="id1998-161-15">1998-07-28</a> | 161 - SEP - Derig | Duncan, Danielle, Brian </p>
<p> TU 12
@ -1082,7 +1082,7 @@ of sugars.
<hr />
<a id="id1998-161-18">1998-08-04 | 161 - Derig from Fuzzy Logic to Knossos | Danielle, Duncan, Phil U and Brian </p>
<a id="id1998-161-18">1998-08-04</a> | 161 - Derig from Fuzzy Logic to Knossos | Danielle, Duncan, Phil U and Brian </p>
<p> Danielle, Duncan, Phil U and Brian
derigged from Fuzzy Logic to Knossos, but no write up in log. Info below

View File

@ -5,9 +5,8 @@
<title>1999: Logbook</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body bgcolor="#FFFFFF">
<table><tr><td width=44></td><td width="*">
<body>
<h1>Austria 1999</h1>
<p><em>Note: The images for this logbook were once on the web but appear to have vanished some while ago. They may be re-scanned, as the original paper logbook is still around in the expo library - would anyone like to volunteer? &mdash;DL 2004-04-29</em></p>
<p>The first part of the log is traditionally taken up by the journey
@ -1521,7 +1520,6 @@ incomplete record, Webeditor.
<li><a href="../../index.htm">Back to Expeditions intro page</a></li>
<li><a href="../../../index.htm">CUCC Home Page</a>
</td></tr></table>
</ul>
</body>
</html>

View File

@ -5,8 +5,8 @@
<title>2000: Logbook</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body bgcolor="#FFFFFF">
<body>
<h1>Austria 2000</h1>
<p>The first part of the log is traditionally taken up by the journey
out.<br> If this is of no interest, here is a link <a href="#id2000-204-1">to
the caving</a>!
@ -148,7 +148,7 @@ barrels)
<hr />
<p><b><a id="id2000-204-1">2000-07-21 | 204 -Steinbr&uuml;ckenh&ouml;hle. |
<p><b><a id="id2000-204-1">2000-07-21</a> | 204 -Steinbr&uuml;ckenh&ouml;hle. |
<u>Duncan</u>, Simon F, Martin</a></b></p>
<p>Went to rig <span lang="de">Steinbr&uuml;ckenh&ouml;hle.</span> Had enough
@ -229,7 +229,7 @@ than 100 quid! Anyone need any Deutsch marks ?
<hr />
<p><a id="id2000-204-2"><b>2000-07-27 | 204 - Steinbr&uuml;ckenh&ouml;hle | <u>Dunks</u>,
<p><a id="id2000-204-2"><b>2000-07-27</a> | 204 - Steinbr&uuml;ckenh&ouml;hle | <u>Dunks</u>,
Anthony</b></a>
<p>Had sesh in taty hut night before. Awoke early, breakfasted and went up
@ -318,7 +318,7 @@ down it. It didn't go.
<hr />
<p><a id="id2000-204-3"><b>2000-07-27 | 204 - 204 | <u>Phil</u>, <u>Mark B</u>, Martin</b></p>
<p><a id="id2000-204-3"><b>2000-07-27</a> | 204 - 204 | <u>Phil</u>, <u>Mark B</u>, Martin</b></p>
<p><u>Mark B</u> starts:
@ -359,7 +359,7 @@ went back to top camp, arriving 4:40 am. Lovely. Only got lost twice.
<hr />
<p><a id="id2000-40-1"><b>2000-07-26 | 40 - Eish&ouml;hle -poking | <u>Mark S</u>, Dave H, Olly, Fay </p>
<p><a id="id2000-40-1"><b>2000-07-26</a> | 40 - Eish&ouml;hle -poking | <u>Mark S</u>, Dave H, Olly, Fay </p>
T/U 3 hrs</b></a>
<p>Walked to <span lang="de">Eish&ouml;hle</span> from the car park.
@ -465,7 +465,7 @@ Only missed call-out by 10 mins.
<hr />
<p><a id="id2000-40-3"><b>2000-07-31 | 40 - Eish&ouml;hle - POV | <u>Wook</u>, Andy A, Fay, *Bob</b></a>
<p><a id="id2000-40-3"><b>2000-07-31</a> | 40 - Eish&ouml;hle - POV | <u>Wook</u>, Andy A, Fay, *Bob</b></a>
<p>Slogged with gear over to 40. Bumped into Mark S, Olly, Dave H party going
down. Slow start due to waiting for it to stop raining meant we went
@ -526,7 +526,7 @@ caving.....
<hr />
<p><b><a id="id2000-161-1">2000-07-30 | 161 - 161D - Regurgitation I | Becka, <u>Julian</u></p>
<p><b><a id="id2000-161-1">2000-07-30</a> | 161 - 161D - Regurgitation I | Becka, <u>Julian</u></p>
<p> T/U 3 hours</b>
@ -541,7 +541,7 @@ out and walked back in the fog.
<hr />
<p><b><a id="id2000-161-2">2000-07-31 | 161 - 161D - Regurgitation II</a><br> | Becka, Mike TA, <u>Julian</u></b></p>
<p><b><a id="id2000-161-2">2000-07-31</a> | 161 - 161D - Regurgitation II</a><br> | Becka, Mike TA, <u>Julian</u></b></p>
<p>T/U 7 hours</p>
@ -582,7 +582,7 @@ oversuit.
<hr />
<p><b><a id="id2000-161-3">2000-08-01 | 161 - 161D Regurgitation III | <u>Julian</u>, Becka</a></p></b>
<p><b><a id="id2000-161-3">2000-08-01</a> | 161 - 161D Regurgitation III | <u>Julian</u>, Becka</a></p></b>
<p>BECKA: No date given for this trip in the digital log book - have given it the date after the last trip to Regurgitation since I went caving elsewhere on the 2nd and 3rd</p>
@ -613,7 +613,7 @@ this year.
<hr />
<p><b><a id="id2000-204-6">2000-07-31 | 204 - [I assume this is 204,
<p><b><a id="id2000-204-6">2000-07-31</a> | 204 - [I assume this is 204,
Webeditor]</a> | Earl, <u>Julia</u>, Brian</b></p>
<p>Me a bit pissed. Brian went first, then Brian, then me. It was harder than
@ -627,7 +627,7 @@ end.
<hr />
<p><a id="id2000-40-6"><b>2000-08-02 | 40 - Eish&ouml;hle | <u>Wookey</u>, Fay</b></a>
<p><a id="id2000-40-6"><b>2000-08-02</a> | 40 - Eish&ouml;hle | <u>Wookey</u>, Fay</b></a>
<p>Back to POV. On way in Fay stuffed herself down 1999-40-06, which I had
previously declared too tight. Climbing down onto a shelf leads to a short
@ -666,7 +666,7 @@ stop 10 mins after we got back!
<hr />
<p><a id="id2000-40-8"><b>2000-08-03 | 40 - Eish&ouml;hle bits and bobs | <u>Wook</u>, Andy A, Mike TA</b></a>
<p><a id="id2000-40-8"><b>2000-08-03</a> | 40 - Eish&ouml;hle bits and bobs | <u>Wook</u>, Andy A, Mike TA</b></a>
<p>Dinner day so a slack trip in order.
@ -719,7 +719,7 @@ for dinner with perfect timing.
<hr />
<p><a id="id2000-161-4"><b>2000-08-02 | 161 - 161D | <u>Becka</u>, Bill + *Sharon </p>
<p><a id="id2000-161-4"><b>2000-08-02</a> | 161 - 161D | <u>Becka</u>, Bill + *Sharon </p>
<p>T/U 3 hours</b></a>
@ -732,7 +732,7 @@ belting sun.
<hr />
<p><a id="id2000-40-4"><b>2000-07-31 | 40 - Eish&ouml;le | <u>Dave H</u>, Mark S, Olly </p>
<p><a id="id2000-40-4"><b>2000-07-31</a> | 40 - Eish&ouml;le | <u>Dave H</u>, Mark S, Olly </p>
<p>TU 5&frac12;hrs</b></a>
@ -758,7 +758,7 @@ pitch. Having run out of tackle we came out.
<hr />
<p><b><a id="id2000-40-5">2000-08-01 | 40 - Eish&ouml;le | </a> Olly, Mark S, <u>Dave H</u> </p>
<p><b><a id="id2000-40-5">2000-08-01</a> | 40 - Eish&ouml;le | </a> Olly, Mark S, <u>Dave H</u> </p>
<p>TU 6 hrs (less for Mark)</b>
@ -782,14 +782,14 @@ time so returned to find concerned Dave on ice ramp pitch.
<hr />
<p><b><a id="id2000-204-4">2000-07-31 | 204 - 204 | Mick, Dunks</b></p>
<p><b><a id="id2000-204-4">2000-07-31</a> | 204 - 204 | Mick, Dunks</b></p>
<p>[This trip to rig rest of Ariston to the pushing front was apparently
successful (see next day) but never written up, Webeditor]
<hr />
<p><a id="id2000-204-5"><b>2000-07-31 | 204 - Steinbr&uuml;ckenh&ouml;hle | <u>Anthony</u></p>
<p><a id="id2000-204-5"><b>2000-07-31</a> | 204 - Steinbr&uuml;ckenh&ouml;hle | <u>Anthony</u></p>
<p>TU 4 hrs</b></a>
@ -801,7 +801,7 @@ wasn't worth following them, so I buggered off out.
<hr />
<p><a id="id2000-204-7"><b>2000-08-01 | 204 - Steinbr&uuml;ckenh&ouml;hle | Dunks, Mick, <u>Anthony</u></p>
<p><a id="id2000-204-7"><b>2000-08-01</a> | 204 - Steinbr&uuml;ckenh&ouml;hle | Dunks, Mick, <u>Anthony</u></p>
<p> TU 10 hrs</b></a>
@ -854,7 +854,7 @@ of snow on that side of the hill, so it might be covered over.
<hr />
<p><a id="id2000-40-9"><b>2000-08-05 | 40 - Eish&ouml;hle - mission impossible | <u>Wook</u>, Andy A, Michael Allen, Becka </b></a>
<p><a id="id2000-40-9"><b>2000-08-05</a> | 40 - Eish&ouml;hle - mission impossible | <u>Wook</u>, Andy A, Michael Allen, Becka </b></a>
<p>Walked up from base camp as it was not raining for a change. Mike &amp;
Becka (who set off first) were nowhere to be seen - they'd got sidetracked
@ -891,7 +891,7 @@ hidden ?
<hr />
<p><b><a id="id2000-40-10">2000-08-06 | 40 - Eish&ouml;hle - Plus surface work </a> | Wook, Michael Allen, Andy A, Olly, Mark S</b></p>
<p><b><a id="id2000-40-10">2000-08-06</a> | 40 - Eish&ouml;hle - Plus surface work </a> | Wook, Michael Allen, Andy A, Olly, Mark S</b></p>
<p>Tagged WK2 &amp; WK3 as '1996, 1623/207' '1996 1623/208' respectively,
whilst drying out Mike's kit (Wook's tent leaks and so does his plastic bag).
@ -976,7 +976,7 @@ down, wet road. Brian only took an hour to get up earlier in Expo.
<hr />
<p><b><a id="id2000-161-5">2000-08-08 | 161 - 'The Connection trip' | <u>Wook</u>, Andy A</a></b></p>
<p><b><a id="id2000-161-5">2000-08-08</a> | 161 - 'The Connection trip' | <u>Wook</u>, Andy A</a></b></p>
<p>Becka &amp; Bob went in <span lang="de">Eish&ouml;hle,</span> Wook &amp;
Andy went in KH to <span lang="de">Elin Algor</span> via Stairway to Hell.
@ -1027,7 +1027,7 @@ makes for an awful lot of 'overhead' &amp; work. We were both shagged.
<hr />
<p><b><a id="id2000-40-7">2000-08-02 | 40 - Eish&ouml;hle - Mission Impossible | *Bob, <u>Olly</u></b></p>
<p><b><a id="id2000-40-7">2000-08-02</a> | 40 - Eish&ouml;hle - Mission Impossible | *Bob, <u>Olly</u></b></p>
<p>Went up from base camp so didn't have a chance to get any survey
instruments. Wookey had a set, but wanted to survey + derig POV so just took
@ -1041,7 +1041,7 @@ compass + pace / body length survey and left before FX5 ran out. T/U 7 hours.
<hr />
<p><b><a id="id2000-40-11">2000-08-08 | 40 - Eish&ouml;hle - Mission Impossible | <u>Becka</u> + *Bob</b></p>
<p><b><a id="id2000-40-11">2000-08-08</a> | 40 - Eish&ouml;hle - Mission Impossible | <u>Becka</u> + *Bob</b></p>
<p>T/U 8 hours</p>
@ -1059,7 +1059,7 @@ dark + just before started minging down, for a change !
<hr />
<p><b><a id="id2000-204-9">2000-08-10 | 204 - Steinbr&uuml;ckenh&ouml;hle | <u>Becka</u> + Brian</p></b>
<p><b><a id="id2000-204-9">2000-08-10</a> | 204 - Steinbr&uuml;ckenh&ouml;hle | <u>Becka</u> + Brian</p></b>
<p>T/U 10 hours</p>
@ -1078,7 +1078,7 @@ the morning, think the early start was a record, this expo.
<hr />
<p><b><a id="id2000-204-11">2000-08-11 | 204 - Steinbr&uuml;ckenh&ouml;hle | <u>Becka</u> + Michael Allen</b></p>
<p><b><a id="id2000-204-11">2000-08-11</a> | 204 - Steinbr&uuml;ckenh&ouml;hle | <u>Becka</u> + Michael Allen</b></p>
<p>T/U 8 hours</p>
@ -1121,7 +1121,7 @@ Too late to surface survey so just walked back in the gloaming. Tried to find
<hr />
<p><b><a id="id2000-40-12">2000-08-10 | 40 - Eish&ouml;hle: MI pushing | <u>Wook</u> &amp; Andy A</b></p>
<p><b><a id="id2000-40-12">2000-08-10</a> | 40 - Eish&ouml;hle: MI pushing | <u>Wook</u> &amp; Andy A</b></p>
<p>Went back to <span lang="de">Eish&ouml;hle</span> to try another angle on
the connection - going 'over the top'. Took drill &amp; 60m rope to top of
@ -1149,7 +1149,7 @@ seems likely to go down too far (40m+ deep).
<hr />
<p><b><a id="id2000-40-14">2000-08-11 | 40 - Eish&ouml;hle: MI pushing |<u>Wook</u> &amp; Andy A</b></p>
<p><b><a id="id2000-40-14">2000-08-11</a> | 40 - Eish&ouml;hle: MI pushing |<u>Wook</u> &amp; Andy A</b></p>
<p>Back to try again down splendid stonking cave.
@ -1232,7 +1232,7 @@ can write a cave description....
<hr />
<p><b><a id="id2000-40-13">2000-08-10 | 40 - Eish&ouml;hle | <u>Mark S</u>, Earl</b></p>
<p><b><a id="id2000-40-13">2000-08-10</a> | 40 - Eish&ouml;hle | <u>Mark S</u>, Earl</b></p>
<p>Plan was to go to do one-leg survey to connect <span lang="de">Gr&uuml;ner
Eingang</span> survey to old cave + then MI pushing. Stomped up
@ -1251,7 +1251,7 @@ but it's now a QM for someone to check.
<hr />
<p><b><a id="id2000-40-15">2000-08-14 | 40 - Eish&ouml;hle | <u>Mark S</u>, Earl</b></p>
<p><b><a id="id2000-40-15">2000-08-14</a> | 40 - Eish&ouml;hle | <u>Mark S</u>, Earl</b></p>
<p>Mark S bashed his knee on the walk in so Earl went to derig Oldway pitch.
Went and did more SVH photos. Then rigged slope down from lowest pt of
@ -1272,7 +1272,7 @@ return visit next year.
<hr />
<p><b><a id="id2000-204-12">2000-08-14 | 204 - Steinbr&uuml;ckenh&ouml;hle | <u>Becka</u>, Martin + Mark B </b></p>
<p><b><a id="id2000-204-12">2000-08-14</a> | 204 - Steinbr&uuml;ckenh&ouml;hle | <u>Becka</u>, Martin + Mark B </b></p>
<p>T/U Becka 5 hours, Martin + Mark 6&frac12; hours</b>
@ -1340,7 +1340,7 @@ bottom). Be crap in bad weather though.
<hr />
<p><b><a id="id2000-204-14">2000-08-16 | 204 - Steinbr&uuml;ckenh&ouml;hle - final trip | Becka + Martin </b></p>
<p><b><a id="id2000-204-14">2000-08-16</a> | 204 - Steinbr&uuml;ckenh&ouml;hle - final trip | Becka + Martin </b></p>
<p>T/U 5 hours</p>
@ -1364,7 +1364,7 @@ m&eacute;lee, so still trudging along with a big pack at 10pm but the job was
<hr />
<p><a id="id2000-204-8">2000-08-08 | 204 - Steinbr&uuml;ckenh&ouml;hle | <u>Anthony</u>, Dunks, Mick </b></p>
<p><a id="id2000-204-8">2000-08-08</a> | 204 - Steinbr&uuml;ckenh&ouml;hle | <u>Anthony</u>, Dunks, Mick </b></p>
<p> TU 9 hrs </p>
@ -1382,7 +1382,7 @@ hence pitch is called <span lang="de">Fledermausschacht.</span>
<hr />
<p><b><a id="id2000-204-10">2000-08-10 | 204 - Steinbr&uuml;ckenh&ouml;hle | <u>Anthony</u> &amp; Dunks </b></p>
<p><b><a id="id2000-204-10">2000-08-10</a> | 204 - Steinbr&uuml;ckenh&ouml;hle | <u>Anthony</u> &amp; Dunks </b></p>
<p>TU 11 hrs</p>
@ -1397,7 +1397,7 @@ hading rift of friendly dimensions.
<hr />
<p><b><a id="id2000-204-15">2000-08-15 | 204 - Steinbr&uuml;ckenh&ouml;hle | <u>Anthony</u>, Dunks, Michael Allen</b></p>
<p><b><a id="id2000-204-15">2000-08-15</a> | 204 - Steinbr&uuml;ckenh&ouml;hle | <u>Anthony</u>, Dunks, Michael Allen</b></p>
<p>TU 14&frac12; hrs, Anthony, Dunks; Mike Allen 12&frac12; hrs</p>

View File

@ -21,7 +21,7 @@ hours' traveling.</p>
<hr>
<p><b><a id="id2001-204-0">2001-08-06 | Loser Plateau - Carry to 204 | <u>Mark S</u>, Martin,
<p><b><a id="id2001-204-0">2001-08-06</a> | Loser Plateau - Carry to 204 | <u>Mark S</u>, Martin,
Earl, Brian, Mike C</b></p>
<p>Set off from the Bergrestaurant about lunchtime, after
@ -906,7 +906,7 @@ would be much easier to rig. The larger entrance is tagged 2001/04.
<hr>
<p><b><a id="id2001-40-7">2001-08-25</a> | 40 - Eish&ouml;hle - More quality, but even less quantity | Martin, <u>Olly</u>
<p><b><a id="id2001-40-7">2001-08-25</a> | 40 - Eish&ouml;hle - More quality, but even less quantity | Martin, <u>Olly</u></b>
<p>Back to <span lang="de">Eish&ouml;hle</span> with a new recruit for the uphill caving club.
Today's plan is to try to get to the top of the rift and see if there's

View File

@ -7,14 +7,13 @@
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
<body id="logbk">
<h1>Expo 2011</h1>
<!--fragment for each trip-->
<!--fragment for each trip --
<div class="tripdate" id="t2011-07-">2011-07</div>
<div class="trippeople"><u></u></div>
<div class="triptitle"></div>
<p></p>
<div class="timeug">T/U: </div>
<!--end of fragment-->
--end of fragment-->
<div class="tripdate" id="t2011-07-18">2011-07-18</div>
<div class="trippeople"><u>Chris Smith</u></div>
<div class="triptitle">Chris Rescues a sheep</div>
@ -1238,4 +1237,4 @@ massage is 'March of the Ents'.
</body>
</html>
</html>