diff options
author | RossTheRoss <mstrapp@protonmail.com> | 2021-03-18 09:09:05 -0500 |
---|---|---|
committer | RossTheRoss <mstrapp@protonmail.com> | 2021-03-18 09:09:05 -0500 |
commit | 0e3bb39710e4f9e64bed9ab113fcb363aa9ef266 (patch) | |
tree | cfd544b2aaa5b3caf5de8b1c40a7c54fa3d76d9f /csci4131/hw5/strap012_hw5/contacts.json | |
parent | S P A C I N G (diff) | |
download | homework-0e3bb39710e4f9e64bed9ab113fcb363aa9ef266.tar homework-0e3bb39710e4f9e64bed9ab113fcb363aa9ef266.tar.gz homework-0e3bb39710e4f9e64bed9ab113fcb363aa9ef266.tar.bz2 homework-0e3bb39710e4f9e64bed9ab113fcb363aa9ef266.tar.lz homework-0e3bb39710e4f9e64bed9ab113fcb363aa9ef266.tar.xz homework-0e3bb39710e4f9e64bed9ab113fcb363aa9ef266.tar.zst homework-0e3bb39710e4f9e64bed9ab113fcb363aa9ef266.zip |
Start Hw5
Diffstat (limited to 'csci4131/hw5/strap012_hw5/contacts.json')
-rwxr-xr-x | csci4131/hw5/strap012_hw5/contacts.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/csci4131/hw5/strap012_hw5/contacts.json b/csci4131/hw5/strap012_hw5/contacts.json new file mode 100755 index 0000000..54149e8 --- /dev/null +++ b/csci4131/hw5/strap012_hw5/contacts.json @@ -0,0 +1,22 @@ +{ + "contacts": [ + { + "name": "President Joan T.A. Gabel", + "category": "Academic", + "location": "202 Morrill Hall\r\n100 Church Street SE\r\nMinneapolis, MN 55455", + "contact": "President of the University of Minnesota System", + "email": "upres@umn.edu", + "website_name": "Home Page", + "website_url": "https://president.umn.edu/" + }, + { + "name": "Professor Dan Challou", + "category": "Academic", + "location": "383 Shepherd Laboratory\r\n100 Union Street SE\r\nMinneapolis, MN 55455", + "contact": "Professor of CSCI 4131 - Internet Programming", + "email": "chal0006@umn.edu", + "website_name": "Course Home Page", + "website_url": "https://canvas.umn.edu/courses/217376" + } + ] +} |