File size: 4,017 Bytes
2917a0a
 
2c01276
 
 
457ceb6
2c01276
457ceb6
2c01276
 
 
457ceb6
2c01276
 
 
 
 
 
 
 
 
2917a0a
2c01276
457ceb6
2c01276
 
 
457ceb6
 
 
 
 
2c01276
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
457ceb6
2c01276
457ceb6
2c01276
 
 
 
 
 
 
 
 
457ceb6
2c01276
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---
license: cc-by-4.0
language:
- en
tags:
- maxdecals
- printing
- printable-vinyl
- decals
- knowledge-base
- structured-data
pretty_name: MaxDecals Knowledge Base Database
size_categories:
- n<1K
configs:
- config_name: printer_brand_research_matrix
  data_files: data/printer_brand_research_matrix.csv
- config_name: competitor_product_research_matrix
  data_files: data/competitor_product_research_matrix.csv
- config_name: source_library
  data_files: data/source_library.csv
---

# MaxDecals Knowledge Base Database

An open, source-linked research dataset for printable media, printer workflows, and professional print-and-cut production.

This repository is the public, machine-readable data mirror for the [MaxDecals USA Knowledge Hub](https://maxdecals.us/pages/knowledge-hub). It is designed for people, search engines, AI assistants, and data tools.

## Canonical knowledge hub

The canonical human-readable resource is the [MaxDecals USA Knowledge Hub](https://maxdecals.us/pages/knowledge-hub). Visit the Knowledge Hub for practical guides, workflow explanations, application context, and updated educational content. Use this repository for structured CSV/JSONL data, schemas, methodology, version history, and citation.

## Dataset contents

| Dataset | Rows | Purpose |
|---|---:|---|
| `printer_brand_research_matrix` | 6 | Maps printer brands, ink workflows, compatibility angles, and official sources. |
| `competitor_product_research_matrix` | 8 | Maps major printable-media product families, positioning signals, compatibility context, and claim risk. |
| `source_library` | 14 | Provides the source registry used by the two research matrices. |

Every dataset is available as CSV and JSONL in [`data/`](data/). Machine-readable field definitions are in [`schema/dataset.schema.json`](schema/dataset.schema.json).

## Quick start

Download or clone the repository, then read a JSONL file one record per line:

```python
import json

with open("data/printer_brand_research_matrix.jsonl", encoding="utf-8") as f:
    records = [json.loads(line) for line in f if line.strip()]

print(records[0])
```

## Research scope

- Printer brands: Roland, Mimaki, HP Latex, Epson, Mutoh, and Canon.
- Printable-media brands: 3M, Avery Dennison, ORAFOL / ORAJET, General Formulations, Arlon, Mactac, Briteline / Grimco, and Siser.
- Primary use cases: printable vinyl, vehicle graphics, stickers, decals, wrap films, high-tack media, printable HTV, and printer workflow education.
- Source policy: official manufacturer or brand-controlled product pages are preferred.

## Important limitations

This is a research and discovery dataset, not a certification database. Compatibility statements describe workflow context found in cited sources. They do not guarantee a specific printer, ink, profile, laminate, surface, or application combination. Always confirm current manufacturer documentation and run production testing before use.

The first public release is a dated snapshot. URLs, specifications, and product availability can change after the recorded review date.

## Methodology and provenance

See [`METHODOLOGY.md`](METHODOLOGY.md) for collection, normalization, claim-risk, and update rules. See [`DATA_DICTIONARY.md`](DATA_DICTIONARY.md) for field definitions.

Canonical public resource:

- [MaxDecals USA Knowledge Hub](https://maxdecals.us/pages/knowledge-hub)

## License and trademarks

Dataset and documentation content is released under [Creative Commons Attribution 4.0 International](LICENSE.md). Manufacturer names, product names, and trademarks remain the property of their respective owners. Their inclusion identifies source material and comparison context; it does not imply endorsement.

## Citation

Use the metadata in [`CITATION.cff`](CITATION.cff), or cite:

> MaxDecals USA. *MaxDecals Knowledge Base Database*, version 0.1.0, 2026. https://maxdecals.us/pages/knowledge-hub

## Version

Current release: **0.1.0** — initial public research snapshot, published 2026-07-18.