# -*- mode: snippet -*-
# name: thesis
# key: thesis
# contributor: Spenser Truex
# --
@thesis{ ${title},
author  = {${author}},
title   = {${title}},
school  = {${school}},
year    = {${year}}${,
type    = {${type}}}${,
address = {${address}}}${,
month   = {${month}}}${,
note    = {${note}}}
}

$0