Post Template
Copy this into a new file at _posts/YYYY-MM-DD-your-title.md and then replace placeholders:
---
layout: post
title: "Post Title"
date: YYYY-MM-DD
categories: [research, music-technology]
tags: [python, pytorch, scientific-python, notebook]
excerpt: "One-sentence summary used on the blog overview."
---
Introduction
Brief context: what problem you are addressing and why it matters.
Goals
- Goal one.
- Goal two.
- Goal three.
Method / Setup
- Data/materials:
- Tools/stack:
- Environment:
Process
Describe key steps and decisions.
Results
- Main outcome 1
- Main outcome 2
- Main limitation
Takeaways
Short summary of what worked, what did not, and next steps.
References
- Link to repo, notebooks, paper, or related resources.
Category Guide
- Use at least 1 and at most 3 categories.
research,music,music-technologymap to Research Notes.machine-learning,deep-learning,toolsmap to Engineering Notes.- Anything else appears under General Notes.
Tag Guide
- Use 3 to 6 tags.
- Prefer specific tags:
pytorch,numpy,scipy,music21,librosa,jupyter,workflow,analysis.