{
  "id": "herbarium-plate-collector",
  "name": "Collector Record",
  "theme": "herbarium-plate",
  "category": "Profile & Social",
  "description": "A profile for a collector rather than a user, where the identity is made of the sheets they gathered and the places they went, not a bio and a follower count.",
  "layout": "A plate-shaped portrait card above a two-column split of a dated expedition list and a small uniform grid of that collector’s sheets.",
  "modules": [
    {
      "key": "head",
      "name": "Collector head",
      "html": "\n<header class=\"ch\"><figure><img src=\"{{ART drawer}}\" alt=\"{{ARTALT drawer}}\"><figcaption><span class=\"ac\">Portrait plate · HB.PORT.14</span></figcaption></figure>\n<div><span class=\"ct\">Collector</span><h1>Adaeze Nwosu</h1><p class=\"dates\">1931 — 2009 · active 1958 to 1991</p><p class=\"bio\">Pteridologist. Collected chiefly in the western Highlands and the Faroes, with a late series from the Cameroon highlands. 2,204 sheets held here, of which 61 are types.</p></div></header>"
    },
    {
      "key": "exped",
      "name": "Expedition list",
      "html": "\n<section class=\"ex\"><span class=\"ct\">Expeditions</span>\n<ol>\n  <li><time>1974</time><div><b>Glen Affric and Strathfarrar</b><span>218 sheets · Polypodiopsida, Cyperaceae</span></div></li>\n  <li><time>1971</time><div><b>Faroe Islands</b><span>146 sheets · Bryophyta, Polypodiopsida</span></div></li>\n  <li><time>1968</time><div><b>Torridon</b><span>92 sheets · Polypodiopsida</span></div></li>\n  <li><time>1963</time><div><b>Cameroon highlands</b><span>311 sheets · mixed, 18 types</span></div></li>\n</ol></section>"
    },
    {
      "key": "sheets",
      "name": "Sheet grid",
      "html": "\n<section class=\"sg\"><span class=\"ct\">Selected sheets</span>\n<div class=\"g3\">\n  <figure class=\"pl\"><img src=\"{{ART specimen}}\" alt=\"{{ARTALT specimen}}\"><figcaption><i>Polystichum aculeatum</i><span class=\"ac\">HB.4417</span></figcaption></figure>\n  <figure class=\"pl\"><img src=\"{{ART seedhead}}\" alt=\"{{ARTALT seedhead}}\"><figcaption><i>Equisetum sylvaticum</i><span class=\"ac\">HB.4502</span></figcaption></figure>\n  <figure class=\"pl\"><img src=\"{{ART moss}}\" alt=\"{{ARTALT moss}}\"><figcaption><i>Polytrichum commune</i><span class=\"ac\">HB.4511</span></figcaption></figure>\n</div></section>"
    }
  ],
  "moduleCount": 3,
  "reorderable": false,
  "meta": {
    "id": "herbarium-plate-collector",
    "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-collector.json",
  "structure": "A plate-shaped portrait card above a two-column split of a dated expedition list and a small uniform grid of that collector’s sheets.",
  "html": "<div class=\"dz dz-herbarium-plate-collector\" data-design=\"herbarium-plate-collector\" data-theme=\"herbarium-plate\">\n<section class=\"dz-mod\" data-mod=\"head\" aria-label=\"Collector head\">\n<header class=\"ch\"><figure><img src=\"https://designlookbook.dev/assets/img/herbarium-plate-drawer.webp\" alt=\"A shallow specimen drawer of mounted sheets pulled open\"><figcaption><span class=\"ac\">Portrait plate · HB.PORT.14</span></figcaption></figure>\n<div><span class=\"ct\">Collector</span><h1>Adaeze Nwosu</h1><p class=\"dates\">1931 — 2009 · active 1958 to 1991</p><p class=\"bio\">Pteridologist. Collected chiefly in the western Highlands and the Faroes, with a late series from the Cameroon highlands. 2,204 sheets held here, of which 61 are types.</p></div></header></section><div class=\"split\"><section class=\"dz-mod\" data-mod=\"exped\" aria-label=\"Expedition list\">\n<section class=\"ex\"><span class=\"ct\">Expeditions</span>\n<ol>\n  <li><time>1974</time><div><b>Glen Affric and Strathfarrar</b><span>218 sheets · Polypodiopsida, Cyperaceae</span></div></li>\n  <li><time>1971</time><div><b>Faroe Islands</b><span>146 sheets · Bryophyta, Polypodiopsida</span></div></li>\n  <li><time>1968</time><div><b>Torridon</b><span>92 sheets · Polypodiopsida</span></div></li>\n  <li><time>1963</time><div><b>Cameroon highlands</b><span>311 sheets · mixed, 18 types</span></div></li>\n</ol></section></section><section class=\"dz-mod\" data-mod=\"sheets\" aria-label=\"Sheet grid\">\n<section class=\"sg\"><span class=\"ct\">Selected sheets</span>\n<div class=\"g3\">\n  <figure class=\"pl\"><img src=\"https://designlookbook.dev/assets/img/herbarium-plate-specimen.webp\" alt=\"A single pressed fern frond on a pale mount\"><figcaption><i>Polystichum aculeatum</i><span class=\"ac\">HB.4417</span></figcaption></figure>\n  <figure class=\"pl\"><img src=\"https://designlookbook.dev/assets/img/herbarium-plate-seedhead.webp\" alt=\"A dried seed head against a khaki ground\"><figcaption><i>Equisetum sylvaticum</i><span class=\"ac\">HB.4502</span></figcaption></figure>\n  <figure class=\"pl\"><img src=\"https://designlookbook.dev/assets/img/herbarium-plate-moss.webp\" alt=\"Bright green moss growing on a grey stone\"><figcaption><i>Polytrichum commune</i><span class=\"ac\">HB.4511</span></figcaption></figure>\n</div></section></section></div>\n</div>",
  "css": "\n.dz-herbarium-plate-collector { background: var(--background); color: var(--foreground); font-family: var(--pv-body); padding: 30px 36px; }\n.dz-herbarium-plate-collector .ct { text-transform: uppercase; letter-spacing: .22em; font-size: 10px; font-weight: 700; color: var(--muted-foreground); display: block; margin-bottom: 8px; }\n.dz-herbarium-plate-collector .ch { display: grid; grid-template-columns: 300px 1fr; gap: 30px; align-items: start; padding-bottom: 26px; border-bottom: 1px solid var(--border); }\n.dz-herbarium-plate-collector .ch figure { margin: 0; background: var(--card); border: 1px solid var(--border); padding: 14px; }\n.dz-herbarium-plate-collector .ch img { width: 100%; height: 220px; object-fit: cover; display: block; filter: var(--img-filter); }\n.dz-herbarium-plate-collector figcaption { padding-top: 10px; margin-top: 12px; border-top: 1px solid var(--border); text-align: right; }\n.dz-herbarium-plate-collector .ac { font-family: var(--pv-mono); font-size: 12px; letter-spacing: .02em; color: var(--muted-foreground); }\n.dz-herbarium-plate-collector h1 { font-family: var(--pv-display); font-weight: 400; font-size: 31px; margin: 0 0 4px; }\n.dz-herbarium-plate-collector .dates { font-family: var(--pv-mono); font-size: 12px; letter-spacing: .02em; color: var(--muted-foreground); margin: 0 0 12px; }\n.dz-herbarium-plate-collector .bio { margin: 0; font-size: 15px; line-height: 1.68; max-width: 64ch; }\n.dz-herbarium-plate-collector .split { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 26px; }\n.dz-herbarium-plate-collector .ex ol { list-style: none; margin: 0; padding: 0; }\n.dz-herbarium-plate-collector .ex li { display: grid; grid-template-columns: 60px 1fr; gap: 16px; padding: 12px 0; border-top: 1px solid var(--border); }\n.dz-herbarium-plate-collector time { font-family: var(--pv-mono); font-size: 12.5px; color: var(--muted-foreground); }\n.dz-herbarium-plate-collector .ex b { display: block; font-size: 14.5px; }\n.dz-herbarium-plate-collector .ex span { font-family: var(--pv-mono); font-size: 12px; letter-spacing: .02em; color: var(--muted-foreground); }\n.dz-herbarium-plate-collector .g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }\n.dz-herbarium-plate-collector .pl { margin: 0; background: var(--card); border: 1px solid var(--border); padding: 10px; }\n.dz-herbarium-plate-collector .pl img { width: 100%; height: 110px; object-fit: cover; display: block; filter: var(--img-filter); }\n.dz-herbarium-plate-collector .pl figcaption { display: grid; gap: 3px; text-align: left; }\n.dz-herbarium-plate-collector .pl i { font-size: 12px; }\n.dz-herbarium-plate-collector .pl .ac { text-align: right; }\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"
}