Adam Cooper : 1997
151.9 m surveyed this year.
Other years: | 1988 | 1989 | 1990 | 1993 | 1997
Table of all trips and surveys aligned by date
Date | Trips | Surveys | |||
---|---|---|---|---|---|
July 18, 1997 | Journey - DRIVE-IN - Jon Barker, Adam Cooper + Gear in a dodgy van | ||||
July 23, 1997 | 161 - Wheelchair Access | 1623-161 | |||
July 24, 1997 | 161 - Wheelchair Access and Kein Zimmer Rift | 1623-161 | keinzimmer | inst notes pics | 142.8 m |
July 27, 1997 | 161 - Surveying upstream in Lost World | 1623-161 | |||
July 29, 1997 | 161 - Sam's rift at top of K(l?)ein Zimmer | 1623-161 | dunno | inst notes pics | 9.0 m |
-- | dunno | inst notes pics | 9.0 m | ||
July 30, 1997 | Surface - Surface ramblings | ||||
Aug. 2, 1997 | Surface - some rambling/digging/surface rigging |
Horrible bug here but only when there is more than one survex block per day, e.g. see Wookey 1999 where there are 3 eiscream survex blocks on 5th August. it duplicates the entry but gets it wrong. The length from the first block is displayed twice but there should be 3 rows: eiscream, eiscream2, eiscream3.
Fortunately it is just this display on this page which is wrong: no bad calculations get into the database.
The interaction of django database query idioms with django HTML templating language is a bit impenetrable here.
- The template is in troggle/templates/personexpedition.html
- The code is in function personexpedition() which calls
GetPersonChronology() in troggle/core/views_logbooks.py
- the connection between the two is made in the URL resolver in troggle/urls.py
To be fixed!