[AI] Generates visualizations for project timelines.
Find a file
2026-08-09 19:38:27 +02:00
categories-per-day claude(cpd): standardize style with reference image 2026-07-31 23:24:54 +02:00
time-per-day claude(tpd): standardize style with reference extract 2026-07-31 23:26:41 +02:00
.gitignore readme: add images and fix links 2026-07-31 22:59:01 +02:00
README.md readme: update assets url 2026-08-09 19:38:27 +02:00
sample_log.txt claude: time per day 2026-07-31 22:07:27 +02:00

Timeline Visualization Tools

Generates visualizations for project timelines.

Takes as input a timeline as a text file log following this format:

YYYY-mm-dd HH:MM X minutes - (Category) Description.
YYYY-mm-dd HH:MM X minutes - (Category) Description.
YYYY-mm-dd HH:MM X minutes - (Category) Description.

categories-per-day
time-per-day

Disclaimer

This code, in it's entirety, was automatically generated by Anthropic's Claude Opus 5. It was not particularly important how the visualization was achieved; only that it was visually appealing and represented the underlying data in an informative manner.

The prompts used to generate the tools are available under the prompt folder in each tool's subfolder. The transcripts are available at: https://files.krishnaraj.dev/projects/2026-07-27-timeline-visualization-tools/.

Credits

These visualizations were inspired by Nicholas Rougeux at C82; particularly, the "Timeline of project activities" in Making of The Naturalists Library.