{
  "id": "herbarium-plate-sheet",
  "name": "Specimen Sheet",
  "theme": "herbarium-plate",
  "category": "Editorial",
  "description": "A single specimen record where the determination history is the substance of the page — who called it what, when, and on what evidence.",
  "layout": "A 1fr/380px split: the plate itself at full column width on the left, and a stacked record of labels, determinations and provenance on the right.",
  "modules": [
    {
      "key": "plate",
      "name": "Full plate",
      "html": "\n<figure class=\"fp\"><img src=\"{{ART specimen}}\" alt=\"{{ARTALT specimen}}\"><figcaption><span class=\"ac\">HB.4417 · Coll. A. Nwosu · 12.viii.1974 · Glen Affric, VC96 · alt. 340 m</span></figcaption></figure>"
    },
    {
      "key": "names",
      "name": "Name block",
      "html": "\n<header class=\"nm\"><span class=\"ct\">Accepted name</span><h1>Polystichum aculeatum</h1><p class=\"au\">(L.) Roth, 1799</p><p class=\"cm\">Hard shield fern</p></header>"
    },
    {
      "key": "dets",
      "name": "Determination history",
      "html": "\n<section class=\"dt\"><span class=\"ct\">Determinations</span>\n<ol>\n  <li class=\"cur\"><b>Polystichum aculeatum</b><span>H. Vestergaard · 04.ii.2019 · frond dissection and spore measurement</span></li>\n  <li><b>Polystichum setiferum</b><span>R. Ferreira · 17.vi.1988 · field character only</span></li>\n  <li><b>Aspidium aculeatum</b><span>A. Nwosu · 12.viii.1974 · original collection label</span></li>\n</ol>\n<p class=\"fn\">The 1988 determination was made without dissection and is retained because the sheet was cited under that name in two published floras.</p></section>"
    },
    {
      "key": "prov",
      "name": "Provenance",
      "html": "\n<section class=\"pv\"><span class=\"ct\">Provenance</span>\n<dl>\n  <div><dt>Locality</dt><dd>Glen Affric, Inverness-shire</dd></div>\n  <div><dt>Grid</dt><dd class=\"mono\">NH 2032 2311</dd></div>\n  <div><dt>Habitat</dt><dd>Shaded ravine, base-rich flush</dd></div>\n  <div><dt>Altitude</dt><dd class=\"mono\">340 m</dd></div>\n  <div><dt>Accessioned</dt><dd class=\"mono\">03.xi.1974</dd></div>\n  <div><dt>Duplicates</dt><dd>E, BM</dd></div>\n</dl></section>"
    }
  ],
  "moduleCount": 4,
  "reorderable": false,
  "meta": {
    "id": "herbarium-plate-sheet",
    "model": "Claude Opus 5",
    "author": "Claude Code",
    "createdAt": "2026-09-01T23:37:27+09:00",
    "updatedAt": "2026-09-01T23:37:27+09:00",
    "version": "1.0.0",
    "isNew": false
  },
  "link": "/api/v1/designs/herbarium-plate-sheet.json",
  "structure": "A 1fr/380px split: the plate itself at full column width on the left, and a stacked record of labels, determinations and provenance on the right.",
  "html": "<div class=\"dz dz-herbarium-plate-sheet\" data-design=\"herbarium-plate-sheet\" data-theme=\"herbarium-plate\">\n<div class=\"cols\"><section class=\"dz-mod\" data-mod=\"plate\" aria-label=\"Full plate\">\n<figure class=\"fp\"><img src=\"https://designlookbook.dev/assets/img/herbarium-plate-specimen.webp\" alt=\"A single pressed fern frond on a pale mount\"><figcaption><span class=\"ac\">HB.4417 · Coll. A. Nwosu · 12.viii.1974 · Glen Affric, VC96 · alt. 340 m</span></figcaption></figure></section><div class=\"rec\"><section class=\"dz-mod\" data-mod=\"names\" aria-label=\"Name block\">\n<header class=\"nm\"><span class=\"ct\">Accepted name</span><h1>Polystichum aculeatum</h1><p class=\"au\">(L.) Roth, 1799</p><p class=\"cm\">Hard shield fern</p></header></section><section class=\"dz-mod\" data-mod=\"dets\" aria-label=\"Determination history\">\n<section class=\"dt\"><span class=\"ct\">Determinations</span>\n<ol>\n  <li class=\"cur\"><b>Polystichum aculeatum</b><span>H. Vestergaard · 04.ii.2019 · frond dissection and spore measurement</span></li>\n  <li><b>Polystichum setiferum</b><span>R. Ferreira · 17.vi.1988 · field character only</span></li>\n  <li><b>Aspidium aculeatum</b><span>A. Nwosu · 12.viii.1974 · original collection label</span></li>\n</ol>\n<p class=\"fn\">The 1988 determination was made without dissection and is retained because the sheet was cited under that name in two published floras.</p></section></section><section class=\"dz-mod\" data-mod=\"prov\" aria-label=\"Provenance\">\n<section class=\"pv\"><span class=\"ct\">Provenance</span>\n<dl>\n  <div><dt>Locality</dt><dd>Glen Affric, Inverness-shire</dd></div>\n  <div><dt>Grid</dt><dd class=\"mono\">NH 2032 2311</dd></div>\n  <div><dt>Habitat</dt><dd>Shaded ravine, base-rich flush</dd></div>\n  <div><dt>Altitude</dt><dd class=\"mono\">340 m</dd></div>\n  <div><dt>Accessioned</dt><dd class=\"mono\">03.xi.1974</dd></div>\n  <div><dt>Duplicates</dt><dd>E, BM</dd></div>\n</dl></section></section></div></div>\n</div>",
  "css": "\n.dz-herbarium-plate-sheet { background: var(--background); color: var(--foreground); font-family: var(--pv-body); padding: 30px 36px; }\n.dz-herbarium-plate-sheet .cols { display: grid; grid-template-columns: 1fr 380px; gap: 34px; align-items: start; }\n.dz-herbarium-plate-sheet .fp { margin: 0; background: var(--card); border: 1px solid var(--border); border-radius: 1px; padding: 18px; }\n.dz-herbarium-plate-sheet .fp img { width: 100%; height: 460px; object-fit: cover; display: block; filter: var(--img-filter); }\n.dz-herbarium-plate-sheet figcaption { padding-top: 12px; margin-top: 14px; border-top: 1px solid var(--border); text-align: right; }\n.dz-herbarium-plate-sheet .ac { font-family: var(--pv-mono); font-size: 12px; letter-spacing: .02em; color: var(--muted-foreground); }\n.dz-herbarium-plate-sheet .ct { text-transform: uppercase; letter-spacing: .22em; font-size: 10px; font-weight: 700; color: var(--muted-foreground); display: block; margin-bottom: 10px; }\n.dz-herbarium-plate-sheet .rec { display: grid; gap: 28px; }\n.dz-herbarium-plate-sheet .nm h1 { font-family: var(--pv-display); font-weight: 400; font-size: 31px; font-style: italic; margin: 0 0 4px; }\n.dz-herbarium-plate-sheet .au { font-family: var(--pv-mono); font-size: 12px; letter-spacing: .02em; color: var(--muted-foreground); margin: 0 0 8px; }\n.dz-herbarium-plate-sheet .cm { margin: 0; font-size: 15px; }\n.dz-herbarium-plate-sheet .dt ol { list-style: none; margin: 0; padding: 0; }\n.dz-herbarium-plate-sheet .dt li { padding: 11px 0 11px 14px; border-top: 1px solid var(--border); border-left: 3px solid transparent; }\n.dz-herbarium-plate-sheet .dt li.cur { border-left-color: var(--accent); background: var(--card); }\n.dz-herbarium-plate-sheet .dt b { display: block; font-size: 14.5px; font-style: italic; }\n.dz-herbarium-plate-sheet .dt span { font-family: var(--pv-mono); font-size: 12px; letter-spacing: .02em; color: var(--muted-foreground); display: block; margin-top: 3px; }\n.dz-herbarium-plate-sheet .fn { font-size: 12.5px; color: var(--muted-foreground); margin: 14px 0 0; line-height: 1.55; }\n.dz-herbarium-plate-sheet dl { margin: 0; }\n.dz-herbarium-plate-sheet dl div { display: flex; justify-content: space-between; gap: 14px; padding: 8px 0; border-top: 1px solid var(--border); font-size: 13.5px; }\n.dz-herbarium-plate-sheet dt { color: var(--muted-foreground); margin: 0; }\n.dz-herbarium-plate-sheet dd { margin: 0; text-align: right; }\n.dz-herbarium-plate-sheet .mono { font-family: var(--pv-mono); font-size: 12.5px; }\n",
  "requiredTheme": "/api/v1/themes/herbarium-plate.json",
  "googleFontsHref": "https://fonts.googleapis.com/css2?family=Young+Serif:wght@400;500;600;700&family=Literata:wght@400;500;600;700&family=Cousine:wght@400;500;600;700&display=swap"
}