Two lists that read the same on the page and are not the same underneath
On a finished resume, education and training sit next to each other and look like variations of one idea. You went somewhere, you studied something, there are dates. Underneath your account they are two different structures, and knowing which is which explains a few things about how your page renders.
Education points at a school
An education entry does not store the name of your university as text. It stores a reference to a school record, and the name lives on that record. That is deliberate. It means "New York University" is spelled one way across every actor who lists it, and it means a school can be corrected once rather than in three hundred places.
The cost of that design is that anything rendering an education entry has to follow the reference to get the name. A design that reads the raw field gets the reference itself, which is a number, and prints that instead. Ten designs were doing one version or another of this, six printing a number and four printing nothing at all. On one of them a degree rendered with the dates and the field of study intact and an empty heading where the university should have been.
Training stores it directly
Training is the other shape. A training entry joins to classes, and the school there really is the school's name as text. So the same field name means two different things depending on which list you are inside, which is exactly the sort of thing that survives for years without anyone noticing.
All ten designs read the name correctly now, including the shared fallback that every design without its own training page uses. If your education section was showing a number, or a blank line above your dates, it is showing the school.
What this means for your resume
Practically, nothing you have entered needs re-entering. This was a display problem, not a storage one, so the schools were correct the whole time.
It is worth checking the section on your live site anyway, because it is easy to stop looking at a page that has been wrong for a while. While you are there, the wider point about every section your resume page can show is the companion piece to this one. If you are building the section out from scratch, start with how to structure a resume page, and if you want the printable version too, there is the downloadable PDF. Training entries themselves live on the training and education page.
