Add mcclellan

This commit is contained in:
Kenwood 2025-07-13 10:54:19 -04:00
parent 72f55bc3b7
commit 1a3df1b1df
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}