From 69721a23eb56172e95e974b22368221ab382d115 Mon Sep 17 00:00:00 2001 From: Jessica Date: Fri, 12 Oct 2018 18:44:29 -0500 Subject: [PATCH 1/7] added word --- js/index.js | 1 + 1 file changed, 1 insertion(+) 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); From a37415eea2c56a0690a3f0f5eb3cf77bac7b0c21 Mon Sep 17 00:00:00 2001 From: Jessica Date: Fri, 12 Oct 2018 19:00:23 -0500 Subject: [PATCH 2/7] fixed typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!

From b3e569bbcca52b2326fca0c0c5dc9b974baffda4 Mon Sep 17 00:00:00 2001 From: Jessica Date: Fri, 12 Oct 2018 19:07:55 -0500 Subject: [PATCH 3/7] fixed email address --- _includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
-

© 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

From a304b51da534bdbbb6389e8987cdfe3cc0f81cac Mon Sep 17 00:00:00 2001 From: Jessica Date: Thu, 18 Oct 2018 11:05:07 -0500 Subject: [PATCH 4/7] fixed UPL email link --- about.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/about.md b/about.md index 9242a20..c0ec928 100644 --- a/about.md +++ b/about.md @@ -33,11 +33,7 @@ students that frequent the lab as well. You can contact us in numerous ways: Email us all at: u...@cs.wisc.edu.
+ href="mailto:upl@cs.wisc.edu">upl@cs.wisc.edu.
Like us on Facebook! From 03455c47e44f7fea7641e6a2a063a9aafc5e13ca Mon Sep 17 00:00:00 2001 From: Jessica Date: Thu, 18 Oct 2018 11:17:49 -0500 Subject: [PATCH 5/7] fixed advisor email address --- about.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/about.md b/about.md index c0ec928..68cd10e 100644 --- a/about.md +++ b/about.md @@ -32,9 +32,8 @@ students that frequent the lab as well. You can contact us in numerous ways: -Email us all at: upl@cs.wisc.edu.
- Like us on upl@cs.wisc.edu.
+Like us on Facebook! Or you can always send us a letter! @@ -48,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 @@ -81,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? From 21e6f55a4d3290e8940e01dccfce7615d491f338 Mon Sep 17 00:00:00 2001 From: Jessica Date: Thu, 18 Oct 2018 11:32:28 -0500 Subject: [PATCH 6/7] fixed email address --- projects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' %} From a3302865f46f14bdfd1c4e4b1e560cad1a0bef8c Mon Sep 17 00:00:00 2001 From: Jessica Date: Thu, 18 Oct 2018 11:35:55 -0500 Subject: [PATCH 7/7] fixed email addresses --- coords.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' %}