It might soon be time to separate data essays and other pages out into two separate sites.
Summary of pages
- All the dates data, with filters for categories
- Childbirth and other activities before and after
- Higher education and degrees timeline
- Something about residence and gaps in it [WIP]
- Networks around excavation; if there is enough data. [analysis WIP]
Other pages retained (for now) for reference.
Updated 12/8/24 to use Github Actions.
All the dates
- category filters
Childbirth
- Plot.axis to show label at both top and bottom is not working (cf education) and Idk why (lowish priority: not essential but desirable given that it's a tall chart, and for consistency between similar charts)
notes
- work includes
employed as
(only about 3 instances?) - maybe separate these out - named children included (if they have a date of birth) as well as
had child in
- upper age cutoff at 70; v few data points beyond this, doesn't significantly change interpretation but does make chart less readable (because it's trying to squish more into the same space)
- handling more than one activity in the same year:
- there's been some reduction in preprocessing, so that only one activity per type per year is included in chart (doesn't remove that many instances)
- if there's more than one type of activity in the same year, all symbols are visible but only one tooltip (order of priority should be: work / served / spoke)
Education
- custom d3 shapes? (esp for start/end pairs)
- better sharing code between the two tables
Residence
- some viz on people with only residence data for early or late in life;
- examples of people with gaps: look at place data between those gaps, does it help explain absent residence data?
notes
- make sure all this chimes with history of inward migration, socio-economic class dynamics [town/country, family homes], etc
Networks
- will need d3 for any network graphs... could avoid having network graphs at all... :-0
- analysis of SAL elections started but work to do on change over time (excavation networks mostly done)
Other pages
(lower priority)
BM page should be componentized.