From 1a3df1b1df77193c94db5b012ee4b73f00f0e39d Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Sun, 13 Jul 2025 10:54:19 -0400 Subject: [PATCH] Add mcclellan --- cookiecutter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookiecutter.json b/cookiecutter.json index 92b5ec5..28a102c 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -3,7 +3,7 @@ "number": "1", "name": "Your Name", "class": "EE-101", - "professor": ["SNHU", "monk", "moghimi"], - "professorlong": "{% if cookiecutter.professor == 'monk' %}Timothy Monk, Ph.D.\\\\{% elif cookiecutter.professor == 'moghimi' %}Prof. Moghimi\\\\{% else %}SNHU Faculty\\\\{% endif %}", + "professor": ["SNHU", "monk", "moghimi", "mcclellan"], + "professorlong": "{% if cookiecutter.professor == 'monk' %}Timothy Monk, Ph.D.\\\\{% elif cookiecutter.professor == 'moghimi' %}Prof. Moghimi\\\\{% elif cookiecutter.professor == 'mcclellan' %}Natalia McClellan\\\\{% else %}SNHU Faculty\\\\{% endif %}", "two_column_mode": "no" }