docs(research): reorganise Q1 2026 padel research into subfolder

Moves brief into research/state-of-padel-q1-2026/ and adds source files:
- FIP 2024 PDF (8 MB)
- Extracted text from both FIP 2024 + 2025 PDFs
- README with download link for 2025 PDF (44 MB, not committed)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-25 23:36:59 +01:00
parent 783da8db2a
commit bb514dcc13
5 changed files with 39482 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# State of Padel Q1 2026 — Source Files
Research compiled 2026-02-25.
## Files in this folder
| File | Description |
|------|-------------|
| `research-brief.md` | Compiled research brief with all findings, tables, and data gaps |
| `fip_world_padel_report_2024.pdf` | FIP World Padel Report 2024 (original PDF, 8 MB) |
| `fip_2024_text.txt` | Text extracted from FIP 2024 PDF via `pdftotext` (11,049 lines) |
| `fip_2025_text.txt` | Text extracted from FIP 2025 PDF via `pdftotext` (28,135 lines) |
## FIP 2025 PDF (not committed — 44 MB)
Too large for git. Download from:
```
https://www.padelfip.com/wp-content/uploads/2025/12/FIP-WPR-2025_DIGITAL.pdf
```
Re-extract text if needed:
```bash
pdftotext -layout fip_world_padel_report_2025.pdf fip_2025_text.txt
```