Skip to content

Commit

Permalink
Merge pull request #3176 from uw-it-aca/qa
Browse files Browse the repository at this point in the history
Resolve MUWM-5379 (#3175)
  • Loading branch information
fanglinfang authored Dec 30, 2024
2 parents a3fa220 + f438e65 commit 83f3e35
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion myuw/data/quicklinks.csv
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ http://www.washington.edu/news/,UW News,,past_stud,
http://www.uwb.edu/news,UW Bothell News,,past_stud,
http://www.tacoma.uw.edu/news/news-information,UW Tacoma News,,past_stud,
http://www.tacoma.uw.edu/news/news-information,UW Tacoma News,,past_stud,
https://teaching.washington.edu/topics/,Teaching Strategies,,instructor,
https://teaching.washington.edu/,Teaching Strategies,,instructor,
http://webster.uaa.washington.edu/asp/website/online-learning/,Online Learning Resources,seattle,student,
https://www.uwb.edu/it/learning,Learn Anywhere,bothell,student,
https://www.tacoma.uw.edu/digital-learning/student-online-support,Online Learning Support,tacoma,student,
1 change: 1 addition & 0 deletions myuw/data/resource_link_import.csv
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ Research,Research Administration,all,https://myresearch.washington.edu/,MyResear
Research,Research Administration,all,https://www.washington.edu/research/tools/sage/,System to Administer Grants Electronically (SAGE),,,,,,,no
Research,Research Administration,all,https://www.washington.edu/research/tools/,Research Administration Tools,,,,,,,no
Research,Research Administration,all,https://www.washington.edu/research/resources/funding-opportunities/,Funding Opportunities,,,,,,,no
Research,Research Administration,all,https://www.washington.edu/undergradresearch/,Office of Undergraduate Research,,,,,,,no
Research,Research Administration,all,https://www.washington.edu/research/compliance/office-of-research-misconduct-proceedings/,Office of Research Misconduct Proceedings,,,,,,,no
Research,"Research Centers, Shared Facilities, and Equipment",all,https://www.washington.edu/research/research-centers/,Research Centers and Institutes,,,,,,,no
Research,"Research Centers, Shared Facilities, and Equipment",all,https://www.washington.edu/research/shared-research-facilities-resources/,Shared Research Facilities and Resources,,,,,,,no
Expand Down
12 changes: 7 additions & 5 deletions myuw_vue/components/teaching/teaching-resources.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,17 @@ export default {
];
},
helpLinks() {
// MUWM-5379
return [
{ url: "https://teaching.washington.edu/", title: "Center for Teaching and Learning" },
{ url: "https://teaching.washington.edu/topics/preparing-to-teach/designing-your-course-and-syllabus/",
{ url: "https://teaching.washington.edu/",
title: "Center for Teaching and Learning" },
{ url: "https://teaching.washington.edu/course-design/",
title: "Course and Syllabus Design" },
{ url: "https://teaching.washington.edu/topics/inclusive-teaching/inclusive-teaching-strategies/",
{ url: "https://teaching.washington.edu/inclusive-teaching/",
title: "Inclusive Teaching" },
{ url: "https://teaching.washington.edu/topics/engaging-students-in-learning/",
{ url: "https://teaching.washington.edu/engaging-students/",
title: "Engagement Strategies" },
{ url: "https://teaching.washington.edu/topics/preparing-to-teach/designing-and-refining-hybrid-and-online-courses/",
{ url: "https://teaching.washington.edu/course-design/flipped-hybrid-and-online-teaching/designing-and-refining-hybrid-and-online-courses/",
title: "Hybrid and Online Course Design" },
];
}
Expand Down

0 comments on commit 83f3e35

Please sign in to comment.