Conservation Tech Sheet
Conservation Tech Sheet
A six-panel conservation record that folds down to card size and rides inside the toploader with the card.
Think of it as the honest cousin of a Beckett altered label: it doesn't hide what was done, it documents it β condition at intake, every process step, the disclosure tier, and a grade estimate. The card and its history travel together.
Why This Exists
Most restoration work is documented nowhere. A card changes hands and the next owner has no idea whether it was pressed, cleaned, rebacked, or left alone. That vacuum is where disputes start, and it's why disclosure has a bad reputation it doesn't deserve.
This sheet closes that gap. It gives the tech a structured intake record, gives the client proof of what was and wasn't done, and gives the next owner a document that travels with the card.
Map the card before you touch it. The intake map is the only proof of what was already there.
What's in the File
| Page | What it is |
|---|---|
| 1 | Side 1 β two fold-out strips: tech sheet Β· front map Β· back map |
| 2 | Side 2 β reverse: notes Β· process log Β· legend |
| 3 | Bench tech sheet β one full page at ~2.85Γ, for bench work and the client file |
| 4 | Bench condition map β diagrams print exactly life size, so you can lay the card straight onto the page |
| 5 | How to mark a card β a worked example with eight defects. Print once and pin it up. |
Each panel is 2.45 Γ 3.45 in (62 Γ 88 mm) β deliberately a hair under a real card, so the folded strip seats in a 3Γ4 toploader behind the card without catching.
Panel layout
SIDE 1 [ TECH SHEET ] [ FRONT MAP ] [ BACK MAP ] SIDE 2 [ NOTES ] [ PROCESS LOG ] [ LEGEND ]
Side 2 is printed in that order on purpose. A long-edge duplex flip mirrors left-to-right, so the legend lands behind the tech sheet. Folded up, the strip reads tech sheet on the front and the full legend on the back β you can decode any mark without unfolding it.
Printing
- Scale = 100%. Not "Fit to page". Margins None or Minimum. This matters β at 97% the folded strip no longer fits a toploader properly.
- Pages 1 & 2 two-sided, flip on long edge.
- Check the ruler at the bottom of page 1 against a real ruler before you cut anything. It must measure exactly 2.45 in / 62 mm.
- Cut the strips apart on the solid lines. Fold on the two dashed lines β accordion / Z-fold, so the tech sheet ends up on top.
Paper weight:
- 24 lb plain if the strip rides in the toploader with the card. Three folded layers plus a card is close to the limit of a 35 pt toploader β thin matters.
- 32 lb+ if it lives in the binder, box, or shipping sleeve.
Black-and-white printing is fine. The whole thing is monochrome by design.
Duplex calibration
Almost no printer registers the two sides of a sheet perfectly, and the error is specific to the machine. The back sheet (page 2) is shifted up by 3 mm to compensate. One value controls it, at the top of the HTML:
--duplex-y: 3mm; /* shifts the BACK sheet UP by this much */
To tune it: print one double-sided sheet, hold it to a strong light, and look at how the panel borders line up.
- Back panels sitting too low β increase the value
- Back panels sitting too high β decrease it (negative is fine β
-2mmpushes the back down) - Printer registers true β set it to
0
The Marking System
Two mark classes. Linear damage gets traced along its actual path β so length and direction are recorded, not just "there's a crease". Point damage gets circled where it sits.
Linear β trace along the defect
| Mark | Means | Why it matters |
|---|---|---|
βββ solid |
CREASE | Fibres are broken. Permanent. No press will undo it. |
- - - dashed |
BEND | No fibre break. This is the one a cold press actually fixes. |
Β· Β· Β· dotted |
SCRATCH | Surface only. |
βΏβΏβΏ wavy |
WRINKLE | Rippled β evidence of prior moisture exposure. |
βββ double |
PRINT LINE | Factory, not handling. Doesn't count against the owner. |
Point β circle it, letter it
| I Indent | D Ding | N Nick / chip | W Whitening |
| S Stain | G Gloss loss | F Foil / silvering | L Delamination / lift |
| A Adhesive | M Mark / ink | P Paper loss | R Print defect (factory) |
Modifiers
- 1 / 2 / 3 β severity: light, moderate, heavy. Put one on every mark.
- * β the defect reads through to the other side.
- hatching β the defect covers an area, not a point. Hatch the zone and letter it.
Grid coordinates
Each diagram is divided A B C across and 1 2 3 down, so a defect can be written in plain text. G2 at B2 = moderate gloss loss in the centre square.
Use it on the notes panel, in eBay listings, and in messages to clients β anyone can find the defect without holding the sheet.
Disclosure Tiers
The part that makes this a conservation document rather than a repair receipt.
| Tier | Meaning |
|---|---|
| I β CONSERVATION | Non-additive, nothing removed. Grader-safe. |
| II β RESTORATION | Possibly detectable under loupe or UV. Disclose on sale. |
| III β ALTERATION | Material added or removed. High rejection risk. |
Every checkbox in Work Performed marked β² puts the card in tier III by definition β delamination repair, rosin press, rebacking, scratch fill, UV gloss, corner rebuild, recolor, trim/recut. They sit together at the bottom of each column, so the tier III block is one glance rather than a hunt.
The tier is about disclosure, not permission.
Tier III work isn't fraud. Selling tier III work as untouched is.
See Altered Flags for how PSA's N5 / N8 codes treat these, and the Restoration Service Agreement Template for putting the disclosure obligation in writing.
Customising It for Your Shop
One self-contained HTML file β no build step, no dependencies, no fonts to install. Grab the source, open it in any editor.
- The five
<template>blocks (tplTech,tplMap,tplLegend,tplLog,tplNotes) are the single source for every copy. Edit once, all copies update. - The legend lives in the
LINES/POINTS/MODSarrays in the script β edit those and both the panel and the bench copy update together. - Swap the wordmark in the
.hdrblock for your own shop name. Keep the attribution line in the footer β that's the licence condition. - Sizes live in
:root:--face-w,--face-h,--big.
Two rules if you change the layout.
1. Every repeated row carries an explicit height on purpose, so a substituted fallback font can't grow a panel past 3.45 in. Panels are overflow:hidden, so anything that doesn't fit silently disappears rather than pushing the strip oversize. If you add rows, re-check the fit.
transform: translate(-50%, -50%). Chrome paginates using the untransformed box, so a translated block gets fragmented across the page break and the bottom row spills off the sheet. Everything here is centred with calc() offsets instead.Licence
Copy it, sell it, fork it. But every fork stays open.
Being straight about what this does and doesn't do:
It does:
- Force anyone who distributes a modified version to release it under CC BY-SA 4.0 too β they cannot fold this into a closed, proprietary "our method" document.
- Require attribution to cardconservation.com on every copy and every derivative.
- Give a public, dated, verifiable record that this system originated here β which makes "we invented this" trivially disprovable.
It does not:
- Stop someone charging money for access. Selling copies is explicitly allowed, and share-alike doesn't change that.
- Trigger on private internal use. A group can use it behind a paywall without redistributing anything, and no licence term is breached. Share-alike bites on distribution, not on use.
The practical effect: someone can charge people to see it, but the moment they hand out a modified version, that version is legally required to be open under the same terms and credited here. The strongest protection isn't the licence text β it's that this is published, dated, and public.
Changes from v1
- Format: single card β 1Γ3 fold-out. The condition maps went from 0.88 Γ 1.23 in to 1.87 Γ 2.62 in β a bit over 4Γ the marking area, which was the whole point.
- New panels: process log (13 dated session rows), notes, and a full-size legend.
- Licence: CC BY 4.0 β CC BY-SA 4.0, so forks must stay open.
- Work checklist rebuilt around actual press methods:
| v1 | v2 |
|---|---|
| Dry press | Cold Press |
| Humidity + press | Humidor and Humidity Stack (split) |
| Spot press | Tool Work |
| De-warp / flatten | dropped β covered by Cold Press |
| Edge clean | dropped |
| Adhesive removal | Scratch reduction |
| β | Heat Press, Rosin Press, UV Glossed (new) |
HRβTIMEin the press log.HOLDβRAWin the submit row. Centring fields now read FRONT / BACK instead of bare F/B.
See Also
Free on this wiki:
- Free Resources β everything on this site that's open without a login
- Restoration Service Agreement Template β the contract that pairs with this record
- Hydration and Drying β the science behind the press methods on the checklist
- Essential Tools Β· Start Here Β· Safety Guidelines
Related (member wiki):
- Altered Flags β how graders detect and code the tier III work on this sheet
- Grading Preparation Β· Pre-Submission Inspection Β· What Graders Look For
- Crease Removal Β· Indent Removal Β· Pressing and Flattening Β· Heat Press
- Centering Guide β for the centring measurement fields
- Selling on eBay β using grid coordinates in listings
Cardboard Alchemists Conservation Tech Sheet v2.0 Β· cardconservation.com Β· CC BY-SA 4.0