Anthony Day : 2003
35.1 m surveyed this year.
Other years: | 1993 | 1994 | 1995 | 1996 | 1997 | 1999 | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2007 | 2009 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2018 | 2022
Wallet status | 1993 | 1994 | 1995 | 1996 | 1997 | 1999 | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2007 | 2009 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2018 | 2022
Table of all trips and surveys aligned by date
Date | Trips | Surveys | |||
---|---|---|---|---|---|
July 16, 2003 | Journey , Travel out | Journey | |||
July 18, 2003 | 204 , Rigging Ariston | 204 | |||
July 19, 2003 | 204 , Kiwi Suit rigging | 204 | |||
July 23, 2003 | 204 , Razordance rigging (+ pushing a bit) | 204 | |||
July 24, 2003 | Loser Plateau , Finding tent spaces + surface wandering | Loser Plateau | 204cto242 | 0.0 m | |
July 25, 2003 | 204 , Razordance | 204 | |||
July 29, 2003 | Cave 2002-04 , 2004-04 = Tröpfelnhöhle (Dripping Cave) | Cave 2002-04 | 242 | 17.5 m | |
-- | 204ftoc | 0.0 m | |||
-- | 249to234 | 0.0 m | |||
-- | 249to234 | 0.0 m | |||
July 30, 2003 | 204 , Razor Dance | 204 | razor6 | 17.6 m |
Horrible convoluted bug here, but only for some survex files. Mostly, a survex block is duplicated. But not always.
e.g. see Wookey 1999 where there are one eiscream survex block on 5th August in eiscream.svx
It duplicates it. Also on 4th Aug. there is only one block, but it gets shown twice.
The interaction of django database query idioms with django HTML templating language is a bit impenetrable here.
I blame Aaron Curtis who was too fond of being clever with the Django templating system
instead or writing it in python anyone could understand.
- The template is in troggle/templates/personexpedition.html
- The code is in function personexpedition() which calls
get_person_chronology() in troggle/core/views/logbooks.py
- the connection between the two is made in the URL resolver in troggle/urls.py
To be fixed!