diff --git a/_includes/footer.html b/_includes/footer.html
index 038ba0d..08463bf 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -14,7 +14,7 @@
![](images/uwlogo.png)
-
© 2018 The Board of Regents of the University of Wisconsin System
Feedback, questions, or issues: u...@cs.wisc.edu
+
© 2018 The Board of Regents of the University of Wisconsin System
Feedback, questions, or issues: upl@cs.wisc.edu
diff --git a/about.md b/about.md
index 9242a20..68cd10e 100644
--- a/about.md
+++ b/about.md
@@ -32,13 +32,8 @@ students that frequent the lab as well.
You can contact us in numerous ways:
-Email us all at: u...@cs.wisc.edu.
- Like us on upl@cs.wisc.edu.
+Like us on Facebook!
Or you can always send us a letter!
@@ -52,12 +47,7 @@ Madison, WI 53706
## Who runs the UPL?
-Our faculty advisor is Professor Bart Miller, who can be reached at: b...@cs.wisc.edu.
+Our faculty advisor is Professor Bart Miller, who can be reached at: bart@cs.wisc.edu.
[Coordinators]({{ 'coords.html' | prepend: site.baseurl }}), "coords" for short,
handle the day to day operations of the UPL. These operations include paperwork
@@ -85,12 +75,7 @@ various members who are generously making them available.
## What sources of help are available in the UPL?
The people! We'll always do our best to answer your questions. Email us all at:
-u...@cs.wisc.edu.
+upl@cs.wisc.edu.
## When is the UPL open?
diff --git a/coords.html b/coords.html
index 6d7e3f5..0a92603 100644
--- a/coords.html
+++ b/coords.html
@@ -4,11 +4,11 @@
Faculty Advisor
-Our faculty advisor is Professor Bart Miller, who can be contacted at: b...@cs.wisc.edu.
+Our faculty advisor is Professor Bart Miller, who can be contacted at: bart@cs.wisc.edu.
Coordinators
-These are the people responsible for the daily operation and maintenance of the UPL. If you have any questions email us at: u...@cs.wisc.edu.
+These are the people responsible for the daily operation and maintenance of the UPL. If you have any questions email us at: upl@cs.wisc.edu.
{% assign coords = site.data.coords | sort: 'name' %}
diff --git a/index.html b/index.html
index 2b08eea..35c590e 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
Undergraduate Projects Lab
- We're a resource for undergraduate students in UW Madison's Computer Science department. Find out why you should join us!
+ We're a resource for undergraduate students in UW Madison's Computer Sciences department. Find out why you should join us!
If the lab is open, feel free to come in!
diff --git a/js/index.js b/js/index.js
index 4cb1bcb..9f342ce 100644
--- a/js/index.js
+++ b/js/index.js
@@ -4,6 +4,7 @@ $(document).ready(function() {
'Undergraduate Projects Lab',
'Undergraduate Pickle Lab',
'Undergraduate Penguin Lab',
+ 'Undergraduate Poop Lab',
];
var index = Math.floor(Math.random() * names.length);
diff --git a/projects.html b/projects.html
index 528c62a..9a3adb3 100644
--- a/projects.html
+++ b/projects.html
@@ -2,7 +2,7 @@
layout: default
---
-Interested in getting your project on our website? Add your project's info to projects.json and make a pull request. Alternatively, if you do not have a GitHub account you can email us at u...@cs.wisc.edu with your information.
+Interested in getting your project on our website? Add your project's info to projects.json and make a pull request. Alternatively, if you do not have a GitHub account you can email us at upl@cs.wisc.edu with your information.
{% assign projects = site.data.projects | sort: 'title' %}