mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-26 01:01:58 +00:00
Correct 'expoimages' -> 'expofiles' in many files.
This commit is contained in:
parent
1993dd22df
commit
37e6d79500
@ -15,7 +15,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Ian Walker ascending the slot at the top of Hammer and Thong pitch in Pussyprance.</p>
|
<p>Ian Walker ascending the slot at the top of Hammer and Thong pitch in Pussyprance.</p>
|
||||||
<!-- Original photo: expoimages/photos/2009/Edvin/00072.jpg -->
|
<!-- Original photo: expofiles/photos/2009/Edvin/00072.jpg -->
|
||||||
<p class="caption">Photo © Edvin Deadman 2009</p>
|
<p class="caption">Photo © Edvin Deadman 2009</p>
|
||||||
<hr />
|
<hr />
|
||||||
<ul id="links">
|
<ul id="links">
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
<dl>
|
<dl>
|
||||||
<dt><a href="update.htm">Website and Data</a></dt>
|
<dt><a href="update.htm">Website and Data</a></dt>
|
||||||
<dd>This tells you how the website and cave data are arranged, accessed and used.</dd>
|
<dd>This tells you how the website and cave data are arranged, accessed and used.</dd>
|
||||||
<dt><a href="uploading.html">Uploading files to 'expoimages'</a></dt>
|
<dt><a href="uploading.html">Uploading files to 'expofiles'</a></dt>
|
||||||
<dd>How to upload photos/reports/surveys/documents/scans to the
|
<dd>How to upload photos/reports/surveys/documents/scans to the
|
||||||
filestore section of the website. For larger files that are too fat to
|
filestore section of the website. For larger files that are too fat to
|
||||||
be in the website repository (generaly anything bigger than 200KB).</dd>
|
be in the website repository (generaly anything bigger than 200KB).</dd>
|
||||||
|
@ -117,13 +117,13 @@ stored just as files (not in version control). See below for details on that.</p
|
|||||||
|
|
||||||
<p>Photos, scans (logbooks, drawn-up cave segments) (This is about
|
<p>Photos, scans (logbooks, drawn-up cave segments) (This is about
|
||||||
16GB of stuff which you probably don't actually need locally) To sync
|
16GB of stuff which you probably don't actually need locally) To sync
|
||||||
the files from the server to local expoimages directory:</p>
|
the files from the server to local expofiles directory:</p>
|
||||||
|
|
||||||
<p><tt>rsync -av expo@expo.survex.com:expoimages /home/expo</tt></p>
|
<p><tt>rsync -av expo@expo.survex.com:expofiles /home/expo</tt></p>
|
||||||
|
|
||||||
<p>To sync the local expoimage directory back to the server:</p>
|
<p>To sync the local expoimage directory back to the server:</p>
|
||||||
|
|
||||||
<p><tt>rsync -av /home/expo/expoimages expo@expo.survex.com:</tt></p>
|
<p><tt>rsync -av /home/expo/expofiles expo@expo.survex.com:</tt></p>
|
||||||
|
|
||||||
<p>(do be careful not to delete piles of stuff then rsync back - as it'll all get deleted on the server too, and we may not have backups!). Use rsync --dry-run --delete-after -a to check what would be deleted.</p>
|
<p>(do be careful not to delete piles of stuff then rsync back - as it'll all get deleted on the server too, and we may not have backups!). Use rsync --dry-run --delete-after -a to check what would be deleted.</p>
|
||||||
|
|
||||||
@ -246,7 +246,7 @@ T/U: Jess 1 hr, Emma 0.5 hr
|
|||||||
<h3><a id="photos">Uploading photos</a></h3>
|
<h3><a id="photos">Uploading photos</a></h3>
|
||||||
|
|
||||||
<p>Photos are stored in the general file area of the site under <a
|
<p>Photos are stored in the general file area of the site under <a
|
||||||
href="http://expo.survex.com/expoimages/photos/">http://expo.survex.com/expoimages/photos/</a>
|
href="http://expo.survex.com/expofiles/photos/">http://expo.survex.com/expofiles/photos/</a>
|
||||||
They are organised by year, and by photographer. Please use directory
|
They are organised by year, and by photographer. Please use directory
|
||||||
names like 2014/YourName (i.e no spaces, CamelCase for names).</p>
|
names like 2014/YourName (i.e no spaces, CamelCase for names).</p>
|
||||||
|
|
||||||
@ -255,8 +255,8 @@ href="http://expo.survex.com/photos/">http://expo.survex.com/photos/</a></p>
|
|||||||
|
|
||||||
<p>Photos can be uploaded in 2 basic ways:
|
<p>Photos can be uploaded in 2 basic ways:
|
||||||
<ol>
|
<ol>
|
||||||
<li>Rsync,scp,sftp as user 'expo' to expo.survex.com, into the directory expoimages/photos/<year>/<PhotographerName></li>
|
<li>Rsync,scp,sftp as user 'expo' to expo.survex.com, into the directory expofiles/photos/<year>/<PhotographerName></li>
|
||||||
<li>Webdav upload to special dir http://expo.survex.com/expoimages/uploads/<year>/<PhotographerName></li>
|
<li>Webdav upload to special dir http://expo.survex.com/expofiles/uploads/<year>/<PhotographerName></li>
|
||||||
</ol></p>
|
</ol></p>
|
||||||
|
|
||||||
<p>See <a href="uploading.html">Photo/File Upload Instructions</a> for
|
<p>See <a href="uploading.html">Photo/File Upload Instructions</a> for
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<h2 id="tophead">CUCC Expedition Handbook</h2>
|
<h2 id="tophead">CUCC Expedition Handbook</h2>
|
||||||
<h1>Uploading photos and files</h1>
|
<h1>Uploading photos and files</h1>
|
||||||
|
|
||||||
<p>The expo website has a big section under 'expoimages' that is not part of the repositories. This section describes how to move files into that area. It supports 2 basic methods of upload:
|
<p>The expo website has a big section under 'expofiles' that is not part of the repositories. This section describes how to move files into that area. It supports 2 basic methods of upload:
|
||||||
<ol>
|
<ol>
|
||||||
<li>Uploading directly to the file store using scp/sftp/rsync</li>
|
<li>Uploading directly to the file store using scp/sftp/rsync</li>
|
||||||
<li>Uploading to a special 'uploads' directory using Webdav</li>
|
<li>Uploading to a special 'uploads' directory using Webdav</li>
|
||||||
@ -63,7 +63,7 @@ mac and android with other tools.</p>
|
|||||||
<p>The above FireFTP is just one example of a tool that does this job</p>
|
<p>The above FireFTP is just one example of a tool that does this job</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
directory: /home/expo/expoimages/photos/2015/YourName
|
directory: /home/expo/expofiles/photos/2015/YourName
|
||||||
server: expo.survex.com
|
server: expo.survex.com
|
||||||
user: expo
|
user: expo
|
||||||
with the usual expo password
|
with the usual expo password
|
||||||
@ -87,7 +87,7 @@ http://winscp.net/eng/docs/screenshots</p>
|
|||||||
directory. Ask someone to move your uploaded files to the final
|
directory. Ask someone to move your uploaded files to the final
|
||||||
location. But you may not need any extra software.</p>
|
location. But you may not need any extra software.</p>
|
||||||
|
|
||||||
<p> This is the upload dir: <tt><a href="/expoimages/uploads/">http://expo.survex.com/expoimages/uploads/</a></tt>
|
<p> This is the upload dir: <tt><a href="/expofiles/uploads/">http://expo.survex.com/expofiles/uploads/</a></tt>
|
||||||
<p>You can use 'open as webfolder' on IE, or install this:
|
<p>You can use 'open as webfolder' on IE, or install this:
|
||||||
https://addons.mozilla.org/en-US/firefox/addon/open-as-webfolder/ on
|
https://addons.mozilla.org/en-US/firefox/addon/open-as-webfolder/ on
|
||||||
firefox, you will get a pop-up box asking for authenticaion for
|
firefox, you will get a pop-up box asking for authenticaion for
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<h2>Survey information</h2>
|
<h2>Survey information</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="expoimages/surveyscans/">Survey scans</a>
|
<li><a href="expofiles/surveyscans/">Survey scans</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Area Description</h2>
|
<h2>Area Description</h2>
|
||||||
|
@ -43,7 +43,7 @@ fabricated aluminium tags with our own internal number as a temporary
|
|||||||
measure during early exploration; our practices are documented in the <a
|
measure during early exploration; our practices are documented in the <a
|
||||||
href="handbook/look4.htm">Prospecting Handbook</a>. Once a cave has been
|
href="handbook/look4.htm">Prospecting Handbook</a>. Once a cave has been
|
||||||
accurately located and explored sufficiently to count as a significant find, a
|
accurately located and explored sufficiently to count as a significant find, a
|
||||||
<a href="expoimages/documents/example_kataster_form.odg">form</a> is filled out and sent to
|
<a href="expofiles/documents/example_kataster_form.odg">form</a> is filled out and sent to
|
||||||
the VfHO, who will allocate a final kataster number.</p>
|
the VfHO, who will allocate a final kataster number.</p>
|
||||||
|
|
||||||
<p>If caves have been explored by groups not recognised by the local cavers,
|
<p>If caves have been explored by groups not recognised by the local cavers,
|
||||||
|
@ -39,8 +39,8 @@ Jenny extended in 2012/2013</explorers>
|
|||||||
<h2>Big rift series</h2><p>A pitch of 23m has an inlet entering part way down, which makes the rest of this pitch and the following one of 19m unpleasant in wet weather. Two ways then lead on, either down with the water or by traversing round this drop to another passage.</p><p>Climbing down with the water leads to a short passage with the water in a rift below. Round a sharp corner is a short drop to the head of a larger rift. A 5m pitch down this leads to another rift which, in turn, leads out to the side of a large shaft. Stones dropped from a small hole in the corner of the passage above the 5m pitch also fall into this shaft. Laddering from the side, the pitch is 67m with a large ledge just above half-way, and is unpleasantly wet in poor weather. From the base of this pitch, the continuing rift/canyon trends south west and has pitches of 5, 9 and 8m before the other route drops in from above.</p><p>Over the traverse, a short pitch of 4.5m, followed by a short climb up, leads to the head of a pitch of 10m to a boulder floor. Two ways on from here are down through the boulders into a shaft, or across the shaft and into a narrow rift. The way through boulders soon chokes, but the narrow rift soon opens into a massive shaft of 100m with a rebelay roughly halfway. This drops directly into the rift reached by the original route.</p><p>Below the junction, the rift continues with a 5m climb and pitches of 5, 14 and 44m, this last pitch being quite wet and emerging into a massive cross-rift trending south east. The water disappears into the choked floor of this rift via a nasty wet crawl, rapidly becoming too small.</underground_description>
|
<h2>Big rift series</h2><p>A pitch of 23m has an inlet entering part way down, which makes the rest of this pitch and the following one of 19m unpleasant in wet weather. Two ways then lead on, either down with the water or by traversing round this drop to another passage.</p><p>Climbing down with the water leads to a short passage with the water in a rift below. Round a sharp corner is a short drop to the head of a larger rift. A 5m pitch down this leads to another rift which, in turn, leads out to the side of a large shaft. Stones dropped from a small hole in the corner of the passage above the 5m pitch also fall into this shaft. Laddering from the side, the pitch is 67m with a large ledge just above half-way, and is unpleasantly wet in poor weather. From the base of this pitch, the continuing rift/canyon trends south west and has pitches of 5, 9 and 8m before the other route drops in from above.</p><p>Over the traverse, a short pitch of 4.5m, followed by a short climb up, leads to the head of a pitch of 10m to a boulder floor. Two ways on from here are down through the boulders into a shaft, or across the shaft and into a narrow rift. The way through boulders soon chokes, but the narrow rift soon opens into a massive shaft of 100m with a rebelay roughly halfway. This drops directly into the rift reached by the original route.</p><p>Below the junction, the rift continues with a 5m climb and pitches of 5, 14 and 44m, this last pitch being quite wet and emerging into a massive cross-rift trending south east. The water disappears into the choked floor of this rift via a nasty wet crawl, rapidly becoming too small.</underground_description>
|
||||||
<equipment></equipment>
|
<equipment></equipment>
|
||||||
<references></references>
|
<references></references>
|
||||||
<survey><p>2013 Plan<br /><a href="../expoimages/surveys/107/107-plan-2013.pdf"><img src="107/plan.png" alt="2013 plan survey"></a></p>
|
<survey><p>2013 Plan<br /><a href="../expofiles/surveys/107/107-plan-2013.pdf"><img src="107/plan.png" alt="2013 plan survey"></a></p>
|
||||||
<p>2013 Elevation<br /><a href="../expoimages/surveys/107/107-elv-2013.pdf"><img src="107/elevation.png" alt="2013 elevation survey"></a></p>
|
<p>2013 Elevation<br /><a href="../expofiles/surveys/107/107-elv-2013.pdf"><img src="107/elevation.png" alt="2013 elevation survey"></a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<p>1978 (grade 5) survey<br /><img src="107/survey-1978.png" alt="1978 107 survey"></p></survey>
|
<p>1978 (grade 5) survey<br /><img src="107/survey-1978.png" alt="1978 107 survey"></p></survey>
|
||||||
<kataster_status></kataster_status>
|
<kataster_status></kataster_status>
|
||||||
|
@ -27,11 +27,11 @@
|
|||||||
<references></references>
|
<references></references>
|
||||||
<survey><br />
|
<survey><br />
|
||||||
Extended Elevation of 148 and 81 (2012):<br />
|
Extended Elevation of 148 and 81 (2012):<br />
|
||||||
<a href="../../../expoimages/surveys/148_81_elev.pdf"> <img src="../others/148_81_elev.png" alt="Survey (25k PNG)" width="900"/></a><br />
|
<a href="../../../expofiles/surveys/148_81_elev.pdf"> <img src="../others/148_81_elev.png" alt="Survey (25k PNG)" width="900"/></a><br />
|
||||||
Plan of 148 (2012):<br />
|
Plan of 148 (2012):<br />
|
||||||
<a href="../../../expoimages/surveys/148-cropped.pdf"> <img src="148-cropped.png" alt="Survey (21k PNG)" width="595" height="842" /></a><br />
|
<a href="../../../expofiles/surveys/148-cropped.pdf"> <img src="148-cropped.png" alt="Survey (21k PNG)" width="595" height="842" /></a><br />
|
||||||
Area plan, showing 81, 82, 107, 148, 1987-02, 2006-06 and 2006-76 (2012):<br />
|
Area plan, showing 81, 82, 107, 148, 1987-02, 2006-06 and 2006-76 (2012):<br />
|
||||||
<a href="../../../expoimages/surveys/82_area_plan.pdf"> <img src="../others/82_area_plan.png" alt="Survey (72k PNG)" width="757" height="697" /></a><br />
|
<a href="../../../expofiles/surveys/82_area_plan.pdf"> <img src="../others/82_area_plan.png" alt="Survey (72k PNG)" width="757" height="697" /></a><br />
|
||||||
There is also a 1980s survey <a href="../145/145.png">area plan, drawn at 1:2000</a>, showing <a href="../145/145.html">145</a>, <a href="../82.htm">82</a> and 148 on Gauß and Krüger
|
There is also a 1980s survey <a href="../145/145.png">area plan, drawn at 1:2000</a>, showing <a href="../145/145.html">145</a>, <a href="../82.htm">82</a> and 148 on Gauß and Krüger
|
||||||
coordinates.</survey>
|
coordinates.</survey>
|
||||||
<kataster_status></kataster_status>
|
<kataster_status></kataster_status>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</underground_description>
|
</underground_description>
|
||||||
<equipment>5m handline and ~120m for entrance shaft</equipment>
|
<equipment>5m handline and ~120m for entrance shaft</equipment>
|
||||||
<references>Brief description and sketch in 2002#31; <a href="../../years/2005/logbook.html#t2005-08-10A">2005 log book</a>.</references>
|
<references>Brief description and sketch in 2002#31; <a href="../../years/2005/logbook.html#t2005-08-10A">2005 log book</a>.</references>
|
||||||
<survey>../expoimages/surveys/balconyhohle.png
|
<survey>../expofiles/surveys/balconyhohle.png
|
||||||
</survey>
|
</survey>
|
||||||
<kataster_status></kataster_status>
|
<kataster_status></kataster_status>
|
||||||
<underground_centre_line></underground_centre_line>
|
<underground_centre_line></underground_centre_line>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<references></references>
|
<references></references>
|
||||||
<survey><br />
|
<survey><br />
|
||||||
Extended Elevation of 148 and 81 (2012):<br />
|
Extended Elevation of 148 and 81 (2012):<br />
|
||||||
<a href="../../../expoimages/surveys/148_81_elev.pdf"> <img src="../others/148_81_elev.png" alt="Survey (25k PNG)" width="900"/></a><br />
|
<a href="../../../expofiles/surveys/148_81_elev.pdf"> <img src="../others/148_81_elev.png" alt="Survey (25k PNG)" width="900"/></a><br />
|
||||||
Area plan, showing 81, 82, 107, 148, 1987-02, 2006-06 and 2006-76 (2012):<br />
|
Area plan, showing 81, 82, 107, 148, 1987-02, 2006-06 and 2006-76 (2012):<br />
|
||||||
<a href="../../../expofiles/surveys/82_area_plan.pdf"> <img src="../others/82_area_plan.png" alt="Survey (72k PNG)" width="757" height="697" /></a><br />
|
<a href="../../../expofiles/surveys/82_area_plan.pdf"> <img src="../others/82_area_plan.png" alt="Survey (72k PNG)" width="757" height="697" /></a><br />
|
||||||
Compare with original Grade 1 extended elevation in Cambridge Underground <a href="../others/80-86.png">expedition report</a></survey>
|
Compare with original Grade 1 extended elevation in Cambridge Underground <a href="../others/80-86.png">expedition report</a></survey>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<location_description></location_description>
|
<location_description></location_description>
|
||||||
<approach></approach>
|
<approach></approach>
|
||||||
<underground_description></underground_description>
|
<underground_description></underground_description>
|
||||||
<photo><div class="centre"><a href="/expoimages/photos/2013/JuliaDay/entrance2001-02_1.JPG">
|
<photo><div class="centre"><a href="/expofiles/photos/2013/JuliaDay/entrance2001-02_1.JPG">
|
||||||
<img alt="2001-02 tag location" src="entrance2001-02_1-small.jpg"></a>
|
<img alt="2001-02 tag location" src="entrance2001-02_1-small.jpg"></a>
|
||||||
<p>2001-02 tag position</p></div></photo>
|
<p>2001-02 tag position</p></div></photo>
|
||||||
<!-- marking options: P = Paint,
|
<!-- marking options: P = Paint,
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<location_description></location_description>
|
<location_description></location_description>
|
||||||
<approach></approach>
|
<approach></approach>
|
||||||
<underground_description></underground_description>
|
<underground_description></underground_description>
|
||||||
<photo><div class="centre"><a href="/expoimages/photos/2013/JuliaDay/entrance2001-03_1.JPG">
|
<photo><div class="centre"><a href="/expofiles/photos/2013/JuliaDay/entrance2001-03_1.JPG">
|
||||||
<img alt="2001-03 tag location" src="entrance2001-03_1-small.jpg"></a>
|
<img alt="2001-03 tag location" src="entrance2001-03_1-small.jpg"></a>
|
||||||
<p>2001-03 tag position</p></div>
|
<p>2001-03 tag position</p></div>
|
||||||
</photo>
|
</photo>
|
||||||
|
@ -18,9 +18,9 @@ Noel Snape
|
|||||||
<location_description>In E facing escarpent at S end, near highest point of hill. </location_description>
|
<location_description>In E facing escarpent at S end, near highest point of hill. </location_description>
|
||||||
<approach>Take german path N of tunnocks. Cross one "valley" running roughly E-W. After ascending out of valley on cairned route, follow level section around several large shakjeholes/broken shafts. Turn right where the bunder thins (near the end of the hill). Upon reaching the edge of the escarpemt facing E from the top of this hill, follow it to the S end and the cave should be at the end, hidden by a boulder until you are upon it.</approach>
|
<approach>Take german path N of tunnocks. Cross one "valley" running roughly E-W. After ascending out of valley on cairned route, follow level section around several large shakjeholes/broken shafts. Turn right where the bunder thins (near the end of the hill). Upon reaching the edge of the escarpemt facing E from the top of this hill, follow it to the S end and the cave should be at the end, hidden by a boulder until you are upon it.</approach>
|
||||||
<underground_description>sharp floored crawl</underground_description>
|
<underground_description>sharp floored crawl</underground_description>
|
||||||
<photo>/home/expo/expofiles/expoimages/photos/2012/Noel/2012-ns-13-a1.JPG
|
<photo>/home/expo/expofiles/expofiles/photos/2012/Noel/2012-ns-13-a1.JPG
|
||||||
|
|
||||||
/home/expo/expofiles/expoimages/photos/2012/Noel/2012-ns-13-a2.JPG
|
/home/expo/expofiles/expofiles/photos/2012/Noel/2012-ns-13-a2.JPG
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<location_description>immediataly next to a</location_description>
|
<location_description>immediataly next to a</location_description>
|
||||||
<approach></approach>
|
<approach></approach>
|
||||||
<underground_description></underground_description>
|
<underground_description></underground_description>
|
||||||
<photo>/home/expo/expofiles/expoimages/photos/2012/Noel/2012-ns-09-b1</photo>
|
<photo>/home/expo/expofiles/expofiles/photos/2012/Noel/2012-ns-09-b1</photo>
|
||||||
<!-- marking options: P = Paint,
|
<!-- marking options: P = Paint,
|
||||||
P? = Paint (?),
|
P? = Paint (?),
|
||||||
T = Tag,
|
T = Tag,
|
||||||
|
@ -17,7 +17,7 @@ Julian Todd</explorers>
|
|||||||
<location_description>Just around corner from a, on S side of cliff</location_description>
|
<location_description>Just around corner from a, on S side of cliff</location_description>
|
||||||
<approach>as per a</approach>
|
<approach>as per a</approach>
|
||||||
<underground_description></underground_description>
|
<underground_description></underground_description>
|
||||||
<photo>/home/expo/expofiles/expoimages/photos/2012/Noel/2012-ns-13-b1</photo>
|
<photo>/home/expo/expofiles/expofiles/photos/2012/Noel/2012-ns-13-b1</photo>
|
||||||
<!-- marking options: P = Paint,
|
<!-- marking options: P = Paint,
|
||||||
P? = Paint (?),
|
P? = Paint (?),
|
||||||
T = Tag,
|
T = Tag,
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<location_description></location_description>
|
<location_description></location_description>
|
||||||
<approach></approach>
|
<approach></approach>
|
||||||
<underground_description></underground_description>
|
<underground_description></underground_description>
|
||||||
<photo><div class="centre"><a href="/expoimages/photos/2013/JuliaDay/entrance204f.JPG">
|
<photo><div class="centre"><a href="/expofiles/photos/2013/JuliaDay/entrance204f.JPG">
|
||||||
<img alt="204f tag location" src="i/entrance204f-small.jpg"></a>
|
<img alt="204f tag location" src="i/entrance204f-small.jpg"></a>
|
||||||
<p>204f tag position</p></div></photo>
|
<p>204f tag position</p></div></photo>
|
||||||
<!-- marking options: P = Paint,
|
<!-- marking options: P = Paint,
|
||||||
|
@ -16,11 +16,11 @@
|
|||||||
<location_description></location_description>
|
<location_description></location_description>
|
||||||
<approach></approach>
|
<approach></approach>
|
||||||
<underground_description></underground_description>
|
<underground_description></underground_description>
|
||||||
<photo><div class="centre"><a href="/expoimages/photos/2013/JuliaDay/entrance231b_1.JPG">
|
<photo><div class="centre"><a href="/expofiles/photos/2013/JuliaDay/entrance231b_1.JPG">
|
||||||
<img alt="231b tag location" src="entrance231b_1-small.jpg"></a>
|
<img alt="231b tag location" src="entrance231b_1-small.jpg"></a>
|
||||||
<p>231b tag position</p></div>
|
<p>231b tag position</p></div>
|
||||||
|
|
||||||
<div class="centre"><a href="/expoimages/photos/2013/JuliaDay/entrance231b_3.JPG">
|
<div class="centre"><a href="/expofiles/photos/2013/JuliaDay/entrance231b_3.JPG">
|
||||||
<img alt="231b view of entrance looking south" src="entrance231b_3-small.jpg"></a>
|
<img alt="231b view of entrance looking south" src="entrance231b_3-small.jpg"></a>
|
||||||
<p>231b view of entrance looking south</p></div>
|
<p>231b view of entrance looking south</p></div>
|
||||||
</photo>
|
</photo>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<location_description></location_description>
|
<location_description></location_description>
|
||||||
<approach></approach>
|
<approach></approach>
|
||||||
<underground_description></underground_description>
|
<underground_description></underground_description>
|
||||||
<photo><div class="centre"><a href="/expoimages/photos/2013/JuliaDay/entrance231c_2.JPG">
|
<photo><div class="centre"><a href="/expofiles/photos/2013/JuliaDay/entrance231c_2.JPG">
|
||||||
<img alt="231c tag location" src="entrance231c_2-small.jpg"></a>
|
<img alt="231c tag location" src="entrance231c_2-small.jpg"></a>
|
||||||
<p>231c tag position</p></div></photo>
|
<p>231c tag position</p></div></photo>
|
||||||
<!-- marking options: P = Paint,
|
<!-- marking options: P = Paint,
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<location_description></location_description>
|
<location_description></location_description>
|
||||||
<approach></approach>
|
<approach></approach>
|
||||||
<underground_description></underground_description>
|
<underground_description></underground_description>
|
||||||
<photo><div class="centre"><a href="/expoimages/photos/2013/JuliaDay/entrance231g_2.JPG">
|
<photo><div class="centre"><a href="/expofiles/photos/2013/JuliaDay/entrance231g_2.JPG">
|
||||||
<img alt="231g tag location" src="entrance231g_2-small.jpg"></a>
|
<img alt="231g tag location" src="entrance231g_2-small.jpg"></a>
|
||||||
<p>231g tag position</p></div></photo>
|
<p>231g tag position</p></div></photo>
|
||||||
<!-- marking options: P = Paint,
|
<!-- marking options: P = Paint,
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<location_description></location_description>
|
<location_description></location_description>
|
||||||
<approach></approach>
|
<approach></approach>
|
||||||
<underground_description></underground_description>
|
<underground_description></underground_description>
|
||||||
<photo><div class="centre"><a href="/expoimages/photos/2013/JuliaDay/entrance231i_1.JPG">
|
<photo><div class="centre"><a href="/expofiles/photos/2013/JuliaDay/entrance231i_1.JPG">
|
||||||
<img alt="231i tag location" src="entrance231i_1-small.jpg"></a>
|
<img alt="231i tag location" src="entrance231i_1-small.jpg"></a>
|
||||||
<p>231i tag position</p></div></photo>
|
<p>231i tag position</p></div></photo>
|
||||||
<!-- marking options: P = Paint,
|
<!-- marking options: P = Paint,
|
||||||
|
@ -16,11 +16,11 @@
|
|||||||
<location_description>Immediately above and behind the 204 stone bridge bivvy</location_description>
|
<location_description>Immediately above and behind the 204 stone bridge bivvy</location_description>
|
||||||
<approach></approach>
|
<approach></approach>
|
||||||
<underground_description></underground_description>
|
<underground_description></underground_description>
|
||||||
<photo><div class="centre"><a href="/expoimages/photos/2013/JuliaDay/entrance244_1.JPG">
|
<photo><div class="centre"><a href="/expofiles/photos/2013/JuliaDay/entrance244_1.JPG">
|
||||||
<img alt="244 tag location" src="entrance244_1-small.jpg"></a>
|
<img alt="244 tag location" src="entrance244_1-small.jpg"></a>
|
||||||
<p>244 tag position</p></div>
|
<p>244 tag position</p></div>
|
||||||
|
|
||||||
<div class="centre"><a href="/expoimages/photos/2013/JuliaDay/entrance244_2.JPG">
|
<div class="centre"><a href="/expofiles/photos/2013/JuliaDay/entrance244_2.JPG">
|
||||||
<img alt="244 looking down entrance shaft, tag top right-hand corner" src="entrance244_2-small.jpg"></a>
|
<img alt="244 looking down entrance shaft, tag top right-hand corner" src="entrance244_2-small.jpg"></a>
|
||||||
<p>244 looking down entrance shaft, tag top right-hand corner</p></div>
|
<p>244 looking down entrance shaft, tag top right-hand corner</p></div>
|
||||||
</photo>
|
</photo>
|
||||||
|
12
pubs.htm
12
pubs.htm
@ -495,7 +495,7 @@ Black</dd>
|
|||||||
<dt><a href="years/2007/reports/report.html">Expo '07 Report</a></dt>
|
<dt><a href="years/2007/reports/report.html">Expo '07 Report</a></dt>
|
||||||
<dd><em>Speleology 10/11: 6-10</em> <strong>Science and Surveying: Totes Gebirge, Austria 2007</strong>, Aaron Curtis</dd>
|
<dd><em>Speleology 10/11: 6-10</em> <strong>Science and Surveying: Totes Gebirge, Austria 2007</strong>, Aaron Curtis</dd>
|
||||||
<dt><a href="years/2007/reports/die_hoehle_article.pdf">Die Höhle Article</a></dt>
|
<dt><a href="years/2007/reports/die_hoehle_article.pdf">Die Höhle Article</a></dt>
|
||||||
<dd><em>Die H<EFBFBD>hle 60 (2009): 10-20</em> <strong>Karst micrometeorology of two caves on the Loser Plateau, Northern Calcareous Alps, Austria - Initial results </strong>, Aaron Curtis</dd>
|
<dd><em>Die Höhle 60 (2009): 10-20</em> <strong>Karst micrometeorology of two caves on the Loser Plateau, Northern Calcareous Alps, Austria - Initial results </strong>, Aaron Curtis</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<hr />
|
<hr />
|
||||||
<h4>Pre-Expo statements and Post-Expo reports of CUCC <a id="pubs2008" href="years/2008/" name="pubs2008">Austria 2008</a></h4>
|
<h4>Pre-Expo statements and Post-Expo reports of CUCC <a id="pubs2008" href="years/2008/" name="pubs2008">Austria 2008</a></h4>
|
||||||
@ -520,10 +520,10 @@ this actually submitted/published?)
|
|||||||
<hr />
|
<hr />
|
||||||
<h4>Pre-Expo statements and Post-Expo reports of CUCC <a id="pubs2012" href="years/2012/" name="pubs2012">Austria 2012</a></h4>
|
<h4>Pre-Expo statements and Post-Expo reports of CUCC <a id="pubs2012" href="years/2012/" name="pubs2012">Austria 2012</a></h4>
|
||||||
<p><a href="years/2012/SpeleoAustria.html">Speleo Austria Proceedings Article</a><br>
|
<p><a href="years/2012/SpeleoAustria.html">Speleo Austria Proceedings Article</a><br>
|
||||||
<a href="expoimages/presentations/SpeleoAustria/2012/AustrianConference2012.pdf">Speleo
|
<a href="expofiles/presentations/SpeleoAustria/2012/AustrianConference2012.pdf">Speleo
|
||||||
Austria Presentation (39MB PDF)</a> <a href="expoimages/presentations/SpeleoAustria/2012/AustrianConference2012.odp">(78MB
|
Austria Presentation (39MB PDF)</a> <a href="expofiles/presentations/SpeleoAustria/2012/AustrianConference2012.odp">(78MB
|
||||||
OpenDocumentPresentation)</a><br>
|
OpenDocumentPresentation)</a><br>
|
||||||
<a href="expoimages/presentations/HiddenEarth/2012/HE2012.odp">Hidden Earth Presentation</a>
|
<a href="expofiles/presentations/HiddenEarth/2012/HE2012.odp">Hidden Earth Presentation</a>
|
||||||
</p>
|
</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h4>Pre-Expo statements and Post-Expo reports of CUCC <a id="pubs2013"
|
<h4>Pre-Expo statements and Post-Expo reports of CUCC <a id="pubs2013"
|
||||||
@ -534,9 +534,9 @@ href="years/2013/" name="pubs2012">Austria 2013</a></h4>
|
|||||||
<h4>Pre-Expo statements and Post-Expo reports of CUCC <a id="pubs2014"
|
<h4>Pre-Expo statements and Post-Expo reports of CUCC <a id="pubs2014"
|
||||||
href="years/2014/" name="pubs2012">Austria 2014</a></h4>
|
href="years/2014/" name="pubs2012">Austria 2014</a></h4>
|
||||||
<p><a href="years/2014/VFHOwriteup.rtf">VFHO article</a>(2013+2014)<br>
|
<p><a href="years/2014/VFHOwriteup.rtf">VFHO article</a>(2013+2014)<br>
|
||||||
<a href="expoimages/presentations/HiddenEarth/2014/unpackedfiles/reveal/">Hidden
|
<a href="expofiles/presentations/HiddenEarth/2014/unpackedfiles/reveal/">Hidden
|
||||||
Earth Presentation(html)</a> <a
|
Earth Presentation(html)</a> <a
|
||||||
href="expoimages/presentations/HiddenEarth/2014/hiddenearth2014.tar.xz">(56Mb
|
href="expofiles/presentations/HiddenEarth/2014/hiddenearth2014.tar.xz">(56Mb
|
||||||
tarball of files
|
tarball of files
|
||||||
)</a>
|
)</a>
|
||||||
</p>
|
</p>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/expedition/2010">People/Trips/Surveys 2010 overview</li>
|
<li><a href="/expedition/2010">People/Trips/Surveys 2010 overview</li>
|
||||||
<li><a href="logbook.html">Logbook</a> (graphics missing), <a href="/expoimages/writeups/2010/logbook.pdf">(or pdf scan, 1MB)</a></li></li>
|
<li><a href="logbook.html">Logbook</a> (graphics missing), <a href="/expofiles/writeups/2010/logbook.pdf">(or pdf scan, 1MB)</a></li></li>
|
||||||
<li><a href="topcamplist.html">Stuff left at top camp</a></li>
|
<li><a href="topcamplist.html">Stuff left at top camp</a></li>
|
||||||
<li><a href="basecamplist.html">Stuff left at base camp</a></li>
|
<li><a href="basecamplist.html">Stuff left at base camp</a></li>
|
||||||
<li><a href="returnedtoT-store.html">Stuff returned to T-store</a></li>
|
<li><a href="returnedtoT-store.html">Stuff returned to T-store</a></li>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/expedition/2012">People/Trips/Surveys 2012 overview</li>
|
<li><a href="/expedition/2012">People/Trips/Surveys 2012 overview</li>
|
||||||
<li><a href="logbook.html">Logbook</a> complete 2014-07-04, <a href="/expoimages/writeups/2012/logbook.pdf">(or pdf scan, 32MB)</a></li>
|
<li><a href="logbook.html">Logbook</a> complete 2014-07-04, <a href="/expofiles/writeups/2012/logbook.pdf">(or pdf scan, 32MB)</a></li>
|
||||||
<li><a href="topcamplist.html">Stuff left at top camp</a></li>
|
<li><a href="topcamplist.html">Stuff left at top camp</a></li>
|
||||||
<li><a href="basecamplist.html">Stuff left at base camp</a></li>
|
<li><a href="basecamplist.html">Stuff left at base camp</a></li>
|
||||||
<li><a href="suggestions.html">Suggestions/(not)needed for next year</a></li>
|
<li><a href="suggestions.html">Suggestions/(not)needed for next year</a></li>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<p><span style="font-weight: bold;">Post-Expo Documentation</span></p>
|
<p><span style="font-weight: bold;">Post-Expo Documentation</span></p>
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="logbook.html">Logbook</a> <a href="/expoimages/writeups/2013/logbook.pdf">(pdf scan)</a></li>
|
<li><a href="logbook.html">Logbook</a> <a href="/expofiles/writeups/2013/logbook.pdf">(pdf scan)</a></li>
|
||||||
<li><a href="topcamplist.html">"Things left at top camp" list</a></li>
|
<li><a href="topcamplist.html">"Things left at top camp" list</a></li>
|
||||||
<li><a href="basecamplist.html">"Things left at base camp" list</a></li>
|
<li><a href="basecamplist.html">"Things left at base camp" list</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<p><span style="font-weight: bold;">Post-Expo Documentation</span></p>
|
<p><span style="font-weight: bold;">Post-Expo Documentation</span></p>
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="logbook.html">Logbook</a> <a href="../../expoimages/writeups/2014/logbook.pdf">(pdf scan)</a></li>
|
<li><a href="logbook.html">Logbook</a> <a href="../../expofiles/writeups/2014/logbook.pdf">(pdf scan)</a></li>
|
||||||
<li><a href="topcamplist.html">Things left at top camp</a></li>
|
<li><a href="topcamplist.html">Things left at top camp</a></li>
|
||||||
<li><a href="basecamplist.html">Things left at base camp</a></li>
|
<li><a href="basecamplist.html">Things left at base camp</a></li>
|
||||||
<li><a href="foodbought.html">Food Bought</a></li>
|
<li><a href="foodbought.html">Food Bought</a></li>
|
||||||
|
@ -175,9 +175,9 @@
|
|||||||
|
|
||||||
<p>Nipped Down had been rebolted the previous trip, but the ropes needed switching to ensure the rope reached the floor. Wookey sorted this while Jess and Michael passed 5m of slack rope along the popped across traverse back to the pitch at too bold for this spit:</p>
|
<p>Nipped Down had been rebolted the previous trip, but the ropes needed switching to ensure the rope reached the floor. Wookey sorted this while Jess and Michael passed 5m of slack rope along the popped across traverse back to the pitch at too bold for this spit:</p>
|
||||||
|
|
||||||
<p><a href="../../expoimages/107_tooboldforthisspit.svg"><img src="./logbkimg01.png" alt="Too Bold for this Spit + Popped Across rigging"></a></p>
|
<p><a href="../../expofiles/107_tooboldforthisspit.svg"><img src="./logbkimg01.png" alt="Too Bold for this Spit + Popped Across rigging"></a></p>
|
||||||
|
|
||||||
<p><a href="../../expoimages/107_nippeddown.svg"><img src="./logbkimg02.png" alt="Popped Across and Popped Down rigging"></a></p>
|
<p><a href="../../expofiles/107_nippeddown.svg"><img src="./logbkimg02.png" alt="Popped Across and Popped Down rigging"></a></p>
|
||||||
|
|
||||||
<p>Rigging now fettled, the team departed for the N end of China + Korea and spent some time checking for leads at and below floor level - Wookey moved some scary boulders under Korea but all that was found was the pitch pushed by O+J the previous year. However, the climb to the alcove 20m up the N wall of the Aven at the N end of China looked promising.</p>
|
<p>Rigging now fettled, the team departed for the N end of China + Korea and spent some time checking for leads at and below floor level - Wookey moved some scary boulders under Korea but all that was found was the pitch pushed by O+J the previous year. However, the climb to the alcove 20m up the N wall of the Aven at the N end of China looked promising.</p>
|
||||||
<p>Having so far found nothing new, the three now departed for the A lead at the S end of China - <u>13-CH-11A</u>. 7m climb was rigged with a handline from a single bolt ½ way down:</p>
|
<p>Having so far found nothing new, the three now departed for the A lead at the S end of China - <u>13-CH-11A</u>. 7m climb was rigged with a handline from a single bolt ½ way down:</p>
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="required_first_aid.html">First aid items needed</a>
|
<li><a href="required_first_aid.html">First aid items needed</a>
|
||||||
<li><a href="/expoimages/surveyscans/2015/">Survey scans</a></li>
|
<li><a href="/expofiles/surveyscans/2015/">Survey scans</a></li>
|
||||||
<li><a href="stuffleftattopcamp.html">stuff left at top camp</a></li>
|
<li><a href="stuffleftattopcamp.html">stuff left at top camp</a></li>
|
||||||
<li><a href="biertent.html">Bier tent survey</a></li>
|
<li><a href="biertent.html">Bier tent survey</a></li>
|
||||||
<!--<li><a href="logbook.html">Logbook</a> <a href="../../expoimages/writeups/2014/logbook.pdf">(pdf scan)</a></li>-->
|
<!--<li><a href="logbook.html">Logbook</a> <a href="../../expofiles/writeups/2014/logbook.pdf">(pdf scan)</a></li>-->
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
|
Loading…
Reference in New Issue
Block a user