From 47e2c6e21470b101ead037dbfd7f9353ff26f9d1 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 10 Oct 2022 22:12:42 +0300 Subject: [PATCH] more text on aliases page --- templates/aliases.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/templates/aliases.html b/templates/aliases.html index 7820c1c..9ad50e0 100644 --- a/templates/aliases.html +++ b/templates/aliases.html @@ -5,7 +5,7 @@

Aliases for people's names in {{year}}

- +

This is the list of people on expo this year. {% for pe in personexpeditions %} @@ -17,6 +17,12 @@ {% endfor %}
Personslugaliases
+

This table below lists the possible unambiguous ways of identifying a person in a survex file or a logbook entry. +This ridiculously long list of alternatives is derived from what people have actually done in the last 40 years. +

Note that this is year specific: On a year with only one 'Sophie' then the identifier 'Sophie' will be fine. +On a year with more than one Sophie, an additional disambiguation is required, such as a surnbame or the first letter of the surname. +In the case of a year with two people called Ben, both of whose surnames begin with W (yes this has happened), +the entire surname is required. {% for key, value in aliasdict.items %} @@ -37,7 +43,8 @@ {% endfor %}
aliaswho
-

The aliases below are specified in the folk.csv file. Only one alias is possible in that format. +

The aliases below are specified in the folk.csv file. Only one alias is possible in that format. The specified alias ('nickname') +is used in the table above to construct possible unambiguous identifiers. {% for p in persons %} @@ -53,6 +60,8 @@ {% endfor %}
FirstLastFull nameNicknameexpo firstexpo last
- +

Don't blame me [programmer] for this, it's just what you all have collectively done over the decades by using this absurd variety of short-form +name formats when you have entered the cave data. +

The code that does this is in troggle/parsers/people.py. {% endblock %} \ No newline at end of file