Danielle Gemenis : 1998
179.2 m surveyed this year.
Other years: | 1998
Table of all trips and surveys aligned by date
Date | Trips | Surveys | |||
---|---|---|---|---|---|
July 1, 1998 | logic | inst notes pics tape | 148.4 m | ||
-- | logic | inst notes pics tape | 148.4 m | ||
July 4, 1998 | bearbum | inst notes pics tape | 30.9 m | ||
-- | bearbum | inst notes pics tape | 30.9 m | ||
July 11, 1998 | 161 - Rig to Exhaustion | 1623-161 | |||
July 13, 1998 | 161 - Overflow | 1623-161 | |||
July 16, 1998 | 161 - Fuzzy Logic | 1623-161 | |||
July 24, 1998 | 161 - Fuzzy Logic | 1623-161 | |||
July 28, 1998 | 161 - SEP - Derig | 1623-161 | |||
Aug. 1, 1998 | 161 - Fuzzy Logic | 1623-161 | |||
Aug. 4, 1998 | 161 - Derig from Fuzzy Logic to Knossos | 1623-161 |
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!