Anthony Day : 2007
215.3 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
Wallet status | 1993 | 1994 | 1995 | 1996 | 1997 | 1999 | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2007 | 2009 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2018
Table of all trips and surveys aligned by date
Date | Trips | Surveys | |||
---|---|---|---|---|---|
July 7, 2007 | Anthony's journey out | UNKNOWN | |||
July 11, 2007 | 115 - MarkD & Anthony install a radon detector in 115 | 115 | |||
July 13, 2007 | 204 - Kiwi Suit Rig | 204 | |||
July 14, 2007 | Surface Prospecting - northwest of 204e | Surface Prospecting | |||
July 15, 2007 | 204 - Razordance Rig | 204 | |||
July 18, 2007 | 204 - Razordance | 204 | razor10 | 113.1 m | |
July 19, 2007 | Surface Prospecting - Useful Walkies | Surface Prospecting | |||
July 22, 2007 | 204 - Razor Dance | 204 | razor12 | 102.1 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!