thegetty / inventories-and-surveys

"Inventories and Surveys for Heritage Management", by David Myers and Janet Hansen
0 stars 0 forks source link

Issue #22: Add tables into first-pages #40

Closed jenpark-getty closed 1 year ago

jenpark-getty commented 1 year ago

Added tables 7.1, 8.4, 9.3, 10.2, 10.11d, 12.3 in _assets and inserted table shortcodes

Erin-Cecele commented 1 year ago

Just chiming in to say once the figures.yaml is updated, the shortcodes in the individual chapters for each of these former figures will also need to have their ids updated; otherwise, the preview will break.

jenpark-getty commented 1 year ago

Oh sorry, I wasn't clear. For the figures.yaml, there were already entries for all these tables. So rather than adding new entries, can you please update the existing ones. For example:

- id: "fig-8-4"
  label: "Fig. 8.4"
  src: "figures/fig-8-4.png"
  caption: "The figure illustrates the multiple property documentation template developed for SurveyLA populated for the resource type Single-Family Residential Hill Houses."
  credit: "Los Angeles City Planning, Office of Historic Resources"
  alt:

Becomes:

- id: "table-8-4"
  label: "Fig. 8.4"
  src: "tables/table-8-4.html"
  media_type: table
  caption: "The figure illustrates the multiple property documentation template developed for SurveyLA populated for the resource type Single-Family Residential Hill Houses."
  credit: "Los Angeles City Planning, Office of Historic Resources"
  alt:

And note that for now we're going to leave it, and the others, labeled as Fig. 8.4 rather than Table 8.4, because that's how they're referred to in the text.

The one exception to all this is Table 7.1, you can leave that entry as you added it. That one doesn't have an existing YAML entry, and should be labeled Table 7.1 as you have it.

Ah got it, sorry about that! Will do