Add mcclellan
This commit is contained in:
parent
72f55bc3b7
commit
1a3df1b1df
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue