---
title: "About"
description: "What this site is for and how it is organized."
---
import Feature from '../../components/Feature.astro';

This is a personal notebook for random notes, setup instructions, resolutions to technical issues, and interesting concepts that I want to be able to rediscover easily. Notes are divided into five primary domains.

<Feature header="Practice" href="/practice/" cta="Browse notes on Practice">
  Notes on conventions, planning, criteria, and the process side of technical work.
</Feature>


<Feature header="Research" href="/research/" cta="Browse notes on Research">
  Notes on open science infrastructure, reproducibility, publishing, and provenance.
</Feature>


<Feature header="Science" href="/science/" cta="Browse notes on Science">
  Notes on bioinformatics tools, analytical methods, and scientific workflows.
</Feature>


<Feature header="Systems" href="/systems/" cta="Browse notes on Systems">
  Notes on storage, backups, remotes, and operational tooling.
</Feature>


<Feature header="Workbench" href="/workbench/" cta="Browse notes on Workbench">
  Notes on environments, editors, packaging, and development workflows.
</Feature>


# Style

The setup and style of the site is modeled after the [Cloudflare Docs](https://developers.cloudflare.com/).
