From 964b112481112e0ad57f74c19180cad3ed4afd79 Mon Sep 17 00:00:00 2001 From: Aditya Thakral Date: Fri, 3 Sep 2021 21:55:23 -0400 Subject: [PATCH] Move content to match routes (#289) Make sure that the advice, team, and tech-talk pages are loading properly Reviewed-on: https://git.csclub.uwaterloo.ca/www/www-new/pulls/289 Co-authored-by: Aditya Thakral Co-committed-by: Aditya Thakral --- content/{ => resources}/advice/academic-advice.mdx | 0 content/{ => resources}/advice/co-op-advice.mdx | 0 content/{ => resources}/advice/misc-advice.mdx | 0 .../tech-talks/1989-bill-gates-talk-on-microsoft.md | 0 .../tech-talks/a-brief-history-of-cs-curriculum-at-uw.md | 0 .../tech-talks/a-brief-introduction-to-video-encoding.md | 0 .../tech-talks/algorithms-for-shortest-paths.md | 0 .../tech-talks/alt-tab-manic-pxe-dream-servers.md | 0 ...-introduction-to-vector-graphics-libraries-with-cairo.md | 0 ...alks-culture-turnaround-and-software-defined-networks.md | 0 content/{ => resources}/tech-talks/baremetal-os.md | 0 ...best-practices-to-the-world-of-functional-programming.md | 0 .../building-a-mobile-platform-for-android-and-ios.md | 0 .../tech-talks/c-plus-plus-0x-an-overview.md | 0 content/{ => resources}/tech-talks/cooking-for-geeks.md | 0 ...opyright-vs-community-in-the-age-of-computer-networks.md | 0 .../cory-doctorow-the-war-on-general-purpose-computing.md | 0 .../{ => resources}/tech-talks/csc-and-wics-career-panel.md | 0 .../deep-learning-with-multiplicative-interactions.md | 0 .../{ => resources}/tech-talks/distributed-file-systems.md | 0 .../eric-laforest-next-generation-stack-computing.md | 0 .../tech-talks/feminism-in-stem-a-101-panel.md | 0 .../tech-talks/functional-lexing-and-parsing.md | 0 .../general-purpose-computing-on-graphics-cards.md | 0 .../tech-talks/google-fiber-speed-is-hard.md | 0 content/{ => resources}/tech-talks/how-browsers-work.md | 0 ...how-to-build-a-brain-from-single-neurons-to-cognition.md | 0 .../tech-talks/in-pursuit-of-the-travelling-salesman.md | 0 .../tech-talks/infra-sound-is-all-around-us.md | 0 .../tech-talks/introduction-to-3-d-graphics.md | 0 .../larry-smith-computing-s-next-great-empires.md | 0 .../tech-talks/larry-smith-creating-killer-applications.md | 0 ...ing-vs-human-learning-will-scientists-become-obsolete.md | 0 .../tech-talks/more-haskell-functional-programming-fun.md | 0 .../tech-talks/multi-processor-real-time-systems.md | 0 content/{ => resources}/tech-talks/netplay-in-emulators.md | 0 .../tech-talks/network-infrastructure-talk.md | 0 ...e-record-messaging-useful-security-and-privacy-for-im.md | 0 .../tech-talks/open-source-computer-sound-measurement.md | 0 .../tech-talks/pmamc&oc-sasms-spring-2007.md | 0 content/{ => resources}/tech-talks/privacy-by-design.md | 0 .../tech-talks/programming-quantum-computers.md | 0 content/{ => resources}/tech-talks/qippspace.md | 0 .../{ => resources}/tech-talks/racket-s-magical-match.md | 0 .../ralph-stanton-40th-anniversary-of-math-faculty-talk.md | 0 .../tech-talks/rapid-prototyping-and-mathematical-art.md | 0 .../reactos-an-open-source-os-platform-for-learning.md | 0 ...mariani-eighteen-years-in-the-software-tools-business.md | 0 .../tech-talks/riding-the-multi-core-revolution.md | 0 .../runtime-type-inference-in-dynamic-languages.md | 0 content/{ => resources}/tech-talks/sat-and-smt-solvers.md | 0 .../semacode-image-recognition-on-mobile-camera-phones.md | 0 .../software-development-gets-on-the-cluetrain.md | 0 .../tech-talks/software-transactional-memory-and-haskell.md | 0 .../spam-filters-do-they-work-and-can-you-prove-it.md | 0 .../starting-a-vn-indie-game-company-as-a-uw-student.md | 0 .../{ => resources}/tech-talks/the-art-of-the-propagator.md | 0 .../the-best-algorithms-are-randomized-algorithms.md | 0 ...x-operating-system-a-talk-by-richard-stallman-at-ucsd.md | 0 .../the-future-of-robotics-and-automated-systems.md | 0 content/{ => resources}/tech-talks/unix-102-spring-2017.md | 0 content/{ => resources}/tech-talks/usability-in-the-wild.md | 0 .../uw-software-start-ups-what-worked-and-what-did-not.md | 0 ...ssing-poorly-understood-and-sloppily-formulated-ideas.md | 0 ...should-care-about-functional-programming-with-haskell.md | 0 .../{ => resources}/tech-talks/wilderness-programming.md | 0 content/{meet-the-team => team}/execs/01-kallen-tu.md | 0 content/{meet-the-team => team}/execs/02-gordon-le.md | 0 .../{meet-the-team => team}/execs/03-ravindu-angammana.md | 0 content/{meet-the-team => team}/execs/04-neil-parikh.md | 0 content/{meet-the-team => team}/execs/05-max-erenberg.md | 0 content/{meet-the-team => team}/execs/06-codey.md | 0 content/{meet-the-team => team}/programme-committee.json | 0 content/{meet-the-team => team}/systems-committee.json | 0 content/{meet-the-team => team}/website-committee.json | 0 lib/team.ts | 2 +- lib/tech-talks.ts | 2 +- pages/about/team.tsx | 6 +++--- pages/resources/advice/academic.tsx | 2 +- pages/resources/advice/co-op.tsx | 2 +- pages/resources/advice/misc.tsx | 2 +- 81 files changed, 8 insertions(+), 8 deletions(-) rename content/{ => resources}/advice/academic-advice.mdx (100%) rename content/{ => resources}/advice/co-op-advice.mdx (100%) rename content/{ => resources}/advice/misc-advice.mdx (100%) rename content/{ => resources}/tech-talks/1989-bill-gates-talk-on-microsoft.md (100%) rename content/{ => resources}/tech-talks/a-brief-history-of-cs-curriculum-at-uw.md (100%) rename content/{ => resources}/tech-talks/a-brief-introduction-to-video-encoding.md (100%) rename content/{ => resources}/tech-talks/algorithms-for-shortest-paths.md (100%) rename content/{ => resources}/tech-talks/alt-tab-manic-pxe-dream-servers.md (100%) rename content/{ => resources}/tech-talks/an-introduction-to-vector-graphics-libraries-with-cairo.md (100%) rename content/{ => resources}/tech-talks/back-to-back-talks-culture-turnaround-and-software-defined-networks.md (100%) rename content/{ => resources}/tech-talks/baremetal-os.md (100%) rename content/{ => resources}/tech-talks/bringing-oop-best-practices-to-the-world-of-functional-programming.md (100%) rename content/{ => resources}/tech-talks/building-a-mobile-platform-for-android-and-ios.md (100%) rename content/{ => resources}/tech-talks/c-plus-plus-0x-an-overview.md (100%) rename content/{ => resources}/tech-talks/cooking-for-geeks.md (100%) rename content/{ => resources}/tech-talks/copyright-vs-community-in-the-age-of-computer-networks.md (100%) rename content/{ => resources}/tech-talks/cory-doctorow-the-war-on-general-purpose-computing.md (100%) rename content/{ => resources}/tech-talks/csc-and-wics-career-panel.md (100%) rename content/{ => resources}/tech-talks/deep-learning-with-multiplicative-interactions.md (100%) rename content/{ => resources}/tech-talks/distributed-file-systems.md (100%) rename content/{ => resources}/tech-talks/eric-laforest-next-generation-stack-computing.md (100%) rename content/{ => resources}/tech-talks/feminism-in-stem-a-101-panel.md (100%) rename content/{ => resources}/tech-talks/functional-lexing-and-parsing.md (100%) rename content/{ => resources}/tech-talks/general-purpose-computing-on-graphics-cards.md (100%) rename content/{ => resources}/tech-talks/google-fiber-speed-is-hard.md (100%) rename content/{ => resources}/tech-talks/how-browsers-work.md (100%) rename content/{ => resources}/tech-talks/how-to-build-a-brain-from-single-neurons-to-cognition.md (100%) rename content/{ => resources}/tech-talks/in-pursuit-of-the-travelling-salesman.md (100%) rename content/{ => resources}/tech-talks/infra-sound-is-all-around-us.md (100%) rename content/{ => resources}/tech-talks/introduction-to-3-d-graphics.md (100%) rename content/{ => resources}/tech-talks/larry-smith-computing-s-next-great-empires.md (100%) rename content/{ => resources}/tech-talks/larry-smith-creating-killer-applications.md (100%) rename content/{ => resources}/tech-talks/machine-learning-vs-human-learning-will-scientists-become-obsolete.md (100%) rename content/{ => resources}/tech-talks/more-haskell-functional-programming-fun.md (100%) rename content/{ => resources}/tech-talks/multi-processor-real-time-systems.md (100%) rename content/{ => resources}/tech-talks/netplay-in-emulators.md (100%) rename content/{ => resources}/tech-talks/network-infrastructure-talk.md (100%) rename content/{ => resources}/tech-talks/off-the-record-messaging-useful-security-and-privacy-for-im.md (100%) rename content/{ => resources}/tech-talks/open-source-computer-sound-measurement.md (100%) rename content/{ => resources}/tech-talks/pmamc&oc-sasms-spring-2007.md (100%) rename content/{ => resources}/tech-talks/privacy-by-design.md (100%) rename content/{ => resources}/tech-talks/programming-quantum-computers.md (100%) rename content/{ => resources}/tech-talks/qippspace.md (100%) rename content/{ => resources}/tech-talks/racket-s-magical-match.md (100%) rename content/{ => resources}/tech-talks/ralph-stanton-40th-anniversary-of-math-faculty-talk.md (100%) rename content/{ => resources}/tech-talks/rapid-prototyping-and-mathematical-art.md (100%) rename content/{ => resources}/tech-talks/reactos-an-open-source-os-platform-for-learning.md (100%) rename content/{ => resources}/tech-talks/rico-mariani-eighteen-years-in-the-software-tools-business.md (100%) rename content/{ => resources}/tech-talks/riding-the-multi-core-revolution.md (100%) rename content/{ => resources}/tech-talks/runtime-type-inference-in-dynamic-languages.md (100%) rename content/{ => resources}/tech-talks/sat-and-smt-solvers.md (100%) rename content/{ => resources}/tech-talks/semacode-image-recognition-on-mobile-camera-phones.md (100%) rename content/{ => resources}/tech-talks/software-development-gets-on-the-cluetrain.md (100%) rename content/{ => resources}/tech-talks/software-transactional-memory-and-haskell.md (100%) rename content/{ => resources}/tech-talks/spam-filters-do-they-work-and-can-you-prove-it.md (100%) rename content/{ => resources}/tech-talks/starting-a-vn-indie-game-company-as-a-uw-student.md (100%) rename content/{ => resources}/tech-talks/the-art-of-the-propagator.md (100%) rename content/{ => resources}/tech-talks/the-best-algorithms-are-randomized-algorithms.md (100%) rename content/{ => resources}/tech-talks/the-free-software-movement-and-gnulinux-operating-system-a-talk-by-richard-stallman-at-ucsd.md (100%) rename content/{ => resources}/tech-talks/the-future-of-robotics-and-automated-systems.md (100%) rename content/{ => resources}/tech-talks/unix-102-spring-2017.md (100%) rename content/{ => resources}/tech-talks/usability-in-the-wild.md (100%) rename content/{ => resources}/tech-talks/uw-software-start-ups-what-worked-and-what-did-not.md (100%) rename content/{ => resources}/tech-talks/why-programming-is-a-good-medium-for-expressing-poorly-understood-and-sloppily-formulated-ideas.md (100%) rename content/{ => resources}/tech-talks/why-you-should-care-about-functional-programming-with-haskell.md (100%) rename content/{ => resources}/tech-talks/wilderness-programming.md (100%) rename content/{meet-the-team => team}/execs/01-kallen-tu.md (100%) rename content/{meet-the-team => team}/execs/02-gordon-le.md (100%) rename content/{meet-the-team => team}/execs/03-ravindu-angammana.md (100%) rename content/{meet-the-team => team}/execs/04-neil-parikh.md (100%) rename content/{meet-the-team => team}/execs/05-max-erenberg.md (100%) rename content/{meet-the-team => team}/execs/06-codey.md (100%) rename content/{meet-the-team => team}/programme-committee.json (100%) rename content/{meet-the-team => team}/systems-committee.json (100%) rename content/{meet-the-team => team}/website-committee.json (100%) diff --git a/content/advice/academic-advice.mdx b/content/resources/advice/academic-advice.mdx similarity index 100% rename from content/advice/academic-advice.mdx rename to content/resources/advice/academic-advice.mdx diff --git a/content/advice/co-op-advice.mdx b/content/resources/advice/co-op-advice.mdx similarity index 100% rename from content/advice/co-op-advice.mdx rename to content/resources/advice/co-op-advice.mdx diff --git a/content/advice/misc-advice.mdx b/content/resources/advice/misc-advice.mdx similarity index 100% rename from content/advice/misc-advice.mdx rename to content/resources/advice/misc-advice.mdx diff --git a/content/tech-talks/1989-bill-gates-talk-on-microsoft.md b/content/resources/tech-talks/1989-bill-gates-talk-on-microsoft.md similarity index 100% rename from content/tech-talks/1989-bill-gates-talk-on-microsoft.md rename to content/resources/tech-talks/1989-bill-gates-talk-on-microsoft.md diff --git a/content/tech-talks/a-brief-history-of-cs-curriculum-at-uw.md b/content/resources/tech-talks/a-brief-history-of-cs-curriculum-at-uw.md similarity index 100% rename from content/tech-talks/a-brief-history-of-cs-curriculum-at-uw.md rename to content/resources/tech-talks/a-brief-history-of-cs-curriculum-at-uw.md diff --git a/content/tech-talks/a-brief-introduction-to-video-encoding.md b/content/resources/tech-talks/a-brief-introduction-to-video-encoding.md similarity index 100% rename from content/tech-talks/a-brief-introduction-to-video-encoding.md rename to content/resources/tech-talks/a-brief-introduction-to-video-encoding.md diff --git a/content/tech-talks/algorithms-for-shortest-paths.md b/content/resources/tech-talks/algorithms-for-shortest-paths.md similarity index 100% rename from content/tech-talks/algorithms-for-shortest-paths.md rename to content/resources/tech-talks/algorithms-for-shortest-paths.md diff --git a/content/tech-talks/alt-tab-manic-pxe-dream-servers.md b/content/resources/tech-talks/alt-tab-manic-pxe-dream-servers.md similarity index 100% rename from content/tech-talks/alt-tab-manic-pxe-dream-servers.md rename to content/resources/tech-talks/alt-tab-manic-pxe-dream-servers.md diff --git a/content/tech-talks/an-introduction-to-vector-graphics-libraries-with-cairo.md b/content/resources/tech-talks/an-introduction-to-vector-graphics-libraries-with-cairo.md similarity index 100% rename from content/tech-talks/an-introduction-to-vector-graphics-libraries-with-cairo.md rename to content/resources/tech-talks/an-introduction-to-vector-graphics-libraries-with-cairo.md diff --git a/content/tech-talks/back-to-back-talks-culture-turnaround-and-software-defined-networks.md b/content/resources/tech-talks/back-to-back-talks-culture-turnaround-and-software-defined-networks.md similarity index 100% rename from content/tech-talks/back-to-back-talks-culture-turnaround-and-software-defined-networks.md rename to content/resources/tech-talks/back-to-back-talks-culture-turnaround-and-software-defined-networks.md diff --git a/content/tech-talks/baremetal-os.md b/content/resources/tech-talks/baremetal-os.md similarity index 100% rename from content/tech-talks/baremetal-os.md rename to content/resources/tech-talks/baremetal-os.md diff --git a/content/tech-talks/bringing-oop-best-practices-to-the-world-of-functional-programming.md b/content/resources/tech-talks/bringing-oop-best-practices-to-the-world-of-functional-programming.md similarity index 100% rename from content/tech-talks/bringing-oop-best-practices-to-the-world-of-functional-programming.md rename to content/resources/tech-talks/bringing-oop-best-practices-to-the-world-of-functional-programming.md diff --git a/content/tech-talks/building-a-mobile-platform-for-android-and-ios.md b/content/resources/tech-talks/building-a-mobile-platform-for-android-and-ios.md similarity index 100% rename from content/tech-talks/building-a-mobile-platform-for-android-and-ios.md rename to content/resources/tech-talks/building-a-mobile-platform-for-android-and-ios.md diff --git a/content/tech-talks/c-plus-plus-0x-an-overview.md b/content/resources/tech-talks/c-plus-plus-0x-an-overview.md similarity index 100% rename from content/tech-talks/c-plus-plus-0x-an-overview.md rename to content/resources/tech-talks/c-plus-plus-0x-an-overview.md diff --git a/content/tech-talks/cooking-for-geeks.md b/content/resources/tech-talks/cooking-for-geeks.md similarity index 100% rename from content/tech-talks/cooking-for-geeks.md rename to content/resources/tech-talks/cooking-for-geeks.md diff --git a/content/tech-talks/copyright-vs-community-in-the-age-of-computer-networks.md b/content/resources/tech-talks/copyright-vs-community-in-the-age-of-computer-networks.md similarity index 100% rename from content/tech-talks/copyright-vs-community-in-the-age-of-computer-networks.md rename to content/resources/tech-talks/copyright-vs-community-in-the-age-of-computer-networks.md diff --git a/content/tech-talks/cory-doctorow-the-war-on-general-purpose-computing.md b/content/resources/tech-talks/cory-doctorow-the-war-on-general-purpose-computing.md similarity index 100% rename from content/tech-talks/cory-doctorow-the-war-on-general-purpose-computing.md rename to content/resources/tech-talks/cory-doctorow-the-war-on-general-purpose-computing.md diff --git a/content/tech-talks/csc-and-wics-career-panel.md b/content/resources/tech-talks/csc-and-wics-career-panel.md similarity index 100% rename from content/tech-talks/csc-and-wics-career-panel.md rename to content/resources/tech-talks/csc-and-wics-career-panel.md diff --git a/content/tech-talks/deep-learning-with-multiplicative-interactions.md b/content/resources/tech-talks/deep-learning-with-multiplicative-interactions.md similarity index 100% rename from content/tech-talks/deep-learning-with-multiplicative-interactions.md rename to content/resources/tech-talks/deep-learning-with-multiplicative-interactions.md diff --git a/content/tech-talks/distributed-file-systems.md b/content/resources/tech-talks/distributed-file-systems.md similarity index 100% rename from content/tech-talks/distributed-file-systems.md rename to content/resources/tech-talks/distributed-file-systems.md diff --git a/content/tech-talks/eric-laforest-next-generation-stack-computing.md b/content/resources/tech-talks/eric-laforest-next-generation-stack-computing.md similarity index 100% rename from content/tech-talks/eric-laforest-next-generation-stack-computing.md rename to content/resources/tech-talks/eric-laforest-next-generation-stack-computing.md diff --git a/content/tech-talks/feminism-in-stem-a-101-panel.md b/content/resources/tech-talks/feminism-in-stem-a-101-panel.md similarity index 100% rename from content/tech-talks/feminism-in-stem-a-101-panel.md rename to content/resources/tech-talks/feminism-in-stem-a-101-panel.md diff --git a/content/tech-talks/functional-lexing-and-parsing.md b/content/resources/tech-talks/functional-lexing-and-parsing.md similarity index 100% rename from content/tech-talks/functional-lexing-and-parsing.md rename to content/resources/tech-talks/functional-lexing-and-parsing.md diff --git a/content/tech-talks/general-purpose-computing-on-graphics-cards.md b/content/resources/tech-talks/general-purpose-computing-on-graphics-cards.md similarity index 100% rename from content/tech-talks/general-purpose-computing-on-graphics-cards.md rename to content/resources/tech-talks/general-purpose-computing-on-graphics-cards.md diff --git a/content/tech-talks/google-fiber-speed-is-hard.md b/content/resources/tech-talks/google-fiber-speed-is-hard.md similarity index 100% rename from content/tech-talks/google-fiber-speed-is-hard.md rename to content/resources/tech-talks/google-fiber-speed-is-hard.md diff --git a/content/tech-talks/how-browsers-work.md b/content/resources/tech-talks/how-browsers-work.md similarity index 100% rename from content/tech-talks/how-browsers-work.md rename to content/resources/tech-talks/how-browsers-work.md diff --git a/content/tech-talks/how-to-build-a-brain-from-single-neurons-to-cognition.md b/content/resources/tech-talks/how-to-build-a-brain-from-single-neurons-to-cognition.md similarity index 100% rename from content/tech-talks/how-to-build-a-brain-from-single-neurons-to-cognition.md rename to content/resources/tech-talks/how-to-build-a-brain-from-single-neurons-to-cognition.md diff --git a/content/tech-talks/in-pursuit-of-the-travelling-salesman.md b/content/resources/tech-talks/in-pursuit-of-the-travelling-salesman.md similarity index 100% rename from content/tech-talks/in-pursuit-of-the-travelling-salesman.md rename to content/resources/tech-talks/in-pursuit-of-the-travelling-salesman.md diff --git a/content/tech-talks/infra-sound-is-all-around-us.md b/content/resources/tech-talks/infra-sound-is-all-around-us.md similarity index 100% rename from content/tech-talks/infra-sound-is-all-around-us.md rename to content/resources/tech-talks/infra-sound-is-all-around-us.md diff --git a/content/tech-talks/introduction-to-3-d-graphics.md b/content/resources/tech-talks/introduction-to-3-d-graphics.md similarity index 100% rename from content/tech-talks/introduction-to-3-d-graphics.md rename to content/resources/tech-talks/introduction-to-3-d-graphics.md diff --git a/content/tech-talks/larry-smith-computing-s-next-great-empires.md b/content/resources/tech-talks/larry-smith-computing-s-next-great-empires.md similarity index 100% rename from content/tech-talks/larry-smith-computing-s-next-great-empires.md rename to content/resources/tech-talks/larry-smith-computing-s-next-great-empires.md diff --git a/content/tech-talks/larry-smith-creating-killer-applications.md b/content/resources/tech-talks/larry-smith-creating-killer-applications.md similarity index 100% rename from content/tech-talks/larry-smith-creating-killer-applications.md rename to content/resources/tech-talks/larry-smith-creating-killer-applications.md diff --git a/content/tech-talks/machine-learning-vs-human-learning-will-scientists-become-obsolete.md b/content/resources/tech-talks/machine-learning-vs-human-learning-will-scientists-become-obsolete.md similarity index 100% rename from content/tech-talks/machine-learning-vs-human-learning-will-scientists-become-obsolete.md rename to content/resources/tech-talks/machine-learning-vs-human-learning-will-scientists-become-obsolete.md diff --git a/content/tech-talks/more-haskell-functional-programming-fun.md b/content/resources/tech-talks/more-haskell-functional-programming-fun.md similarity index 100% rename from content/tech-talks/more-haskell-functional-programming-fun.md rename to content/resources/tech-talks/more-haskell-functional-programming-fun.md diff --git a/content/tech-talks/multi-processor-real-time-systems.md b/content/resources/tech-talks/multi-processor-real-time-systems.md similarity index 100% rename from content/tech-talks/multi-processor-real-time-systems.md rename to content/resources/tech-talks/multi-processor-real-time-systems.md diff --git a/content/tech-talks/netplay-in-emulators.md b/content/resources/tech-talks/netplay-in-emulators.md similarity index 100% rename from content/tech-talks/netplay-in-emulators.md rename to content/resources/tech-talks/netplay-in-emulators.md diff --git a/content/tech-talks/network-infrastructure-talk.md b/content/resources/tech-talks/network-infrastructure-talk.md similarity index 100% rename from content/tech-talks/network-infrastructure-talk.md rename to content/resources/tech-talks/network-infrastructure-talk.md diff --git a/content/tech-talks/off-the-record-messaging-useful-security-and-privacy-for-im.md b/content/resources/tech-talks/off-the-record-messaging-useful-security-and-privacy-for-im.md similarity index 100% rename from content/tech-talks/off-the-record-messaging-useful-security-and-privacy-for-im.md rename to content/resources/tech-talks/off-the-record-messaging-useful-security-and-privacy-for-im.md diff --git a/content/tech-talks/open-source-computer-sound-measurement.md b/content/resources/tech-talks/open-source-computer-sound-measurement.md similarity index 100% rename from content/tech-talks/open-source-computer-sound-measurement.md rename to content/resources/tech-talks/open-source-computer-sound-measurement.md diff --git a/content/tech-talks/pmamc&oc-sasms-spring-2007.md b/content/resources/tech-talks/pmamc&oc-sasms-spring-2007.md similarity index 100% rename from content/tech-talks/pmamc&oc-sasms-spring-2007.md rename to content/resources/tech-talks/pmamc&oc-sasms-spring-2007.md diff --git a/content/tech-talks/privacy-by-design.md b/content/resources/tech-talks/privacy-by-design.md similarity index 100% rename from content/tech-talks/privacy-by-design.md rename to content/resources/tech-talks/privacy-by-design.md diff --git a/content/tech-talks/programming-quantum-computers.md b/content/resources/tech-talks/programming-quantum-computers.md similarity index 100% rename from content/tech-talks/programming-quantum-computers.md rename to content/resources/tech-talks/programming-quantum-computers.md diff --git a/content/tech-talks/qippspace.md b/content/resources/tech-talks/qippspace.md similarity index 100% rename from content/tech-talks/qippspace.md rename to content/resources/tech-talks/qippspace.md diff --git a/content/tech-talks/racket-s-magical-match.md b/content/resources/tech-talks/racket-s-magical-match.md similarity index 100% rename from content/tech-talks/racket-s-magical-match.md rename to content/resources/tech-talks/racket-s-magical-match.md diff --git a/content/tech-talks/ralph-stanton-40th-anniversary-of-math-faculty-talk.md b/content/resources/tech-talks/ralph-stanton-40th-anniversary-of-math-faculty-talk.md similarity index 100% rename from content/tech-talks/ralph-stanton-40th-anniversary-of-math-faculty-talk.md rename to content/resources/tech-talks/ralph-stanton-40th-anniversary-of-math-faculty-talk.md diff --git a/content/tech-talks/rapid-prototyping-and-mathematical-art.md b/content/resources/tech-talks/rapid-prototyping-and-mathematical-art.md similarity index 100% rename from content/tech-talks/rapid-prototyping-and-mathematical-art.md rename to content/resources/tech-talks/rapid-prototyping-and-mathematical-art.md diff --git a/content/tech-talks/reactos-an-open-source-os-platform-for-learning.md b/content/resources/tech-talks/reactos-an-open-source-os-platform-for-learning.md similarity index 100% rename from content/tech-talks/reactos-an-open-source-os-platform-for-learning.md rename to content/resources/tech-talks/reactos-an-open-source-os-platform-for-learning.md diff --git a/content/tech-talks/rico-mariani-eighteen-years-in-the-software-tools-business.md b/content/resources/tech-talks/rico-mariani-eighteen-years-in-the-software-tools-business.md similarity index 100% rename from content/tech-talks/rico-mariani-eighteen-years-in-the-software-tools-business.md rename to content/resources/tech-talks/rico-mariani-eighteen-years-in-the-software-tools-business.md diff --git a/content/tech-talks/riding-the-multi-core-revolution.md b/content/resources/tech-talks/riding-the-multi-core-revolution.md similarity index 100% rename from content/tech-talks/riding-the-multi-core-revolution.md rename to content/resources/tech-talks/riding-the-multi-core-revolution.md diff --git a/content/tech-talks/runtime-type-inference-in-dynamic-languages.md b/content/resources/tech-talks/runtime-type-inference-in-dynamic-languages.md similarity index 100% rename from content/tech-talks/runtime-type-inference-in-dynamic-languages.md rename to content/resources/tech-talks/runtime-type-inference-in-dynamic-languages.md diff --git a/content/tech-talks/sat-and-smt-solvers.md b/content/resources/tech-talks/sat-and-smt-solvers.md similarity index 100% rename from content/tech-talks/sat-and-smt-solvers.md rename to content/resources/tech-talks/sat-and-smt-solvers.md diff --git a/content/tech-talks/semacode-image-recognition-on-mobile-camera-phones.md b/content/resources/tech-talks/semacode-image-recognition-on-mobile-camera-phones.md similarity index 100% rename from content/tech-talks/semacode-image-recognition-on-mobile-camera-phones.md rename to content/resources/tech-talks/semacode-image-recognition-on-mobile-camera-phones.md diff --git a/content/tech-talks/software-development-gets-on-the-cluetrain.md b/content/resources/tech-talks/software-development-gets-on-the-cluetrain.md similarity index 100% rename from content/tech-talks/software-development-gets-on-the-cluetrain.md rename to content/resources/tech-talks/software-development-gets-on-the-cluetrain.md diff --git a/content/tech-talks/software-transactional-memory-and-haskell.md b/content/resources/tech-talks/software-transactional-memory-and-haskell.md similarity index 100% rename from content/tech-talks/software-transactional-memory-and-haskell.md rename to content/resources/tech-talks/software-transactional-memory-and-haskell.md diff --git a/content/tech-talks/spam-filters-do-they-work-and-can-you-prove-it.md b/content/resources/tech-talks/spam-filters-do-they-work-and-can-you-prove-it.md similarity index 100% rename from content/tech-talks/spam-filters-do-they-work-and-can-you-prove-it.md rename to content/resources/tech-talks/spam-filters-do-they-work-and-can-you-prove-it.md diff --git a/content/tech-talks/starting-a-vn-indie-game-company-as-a-uw-student.md b/content/resources/tech-talks/starting-a-vn-indie-game-company-as-a-uw-student.md similarity index 100% rename from content/tech-talks/starting-a-vn-indie-game-company-as-a-uw-student.md rename to content/resources/tech-talks/starting-a-vn-indie-game-company-as-a-uw-student.md diff --git a/content/tech-talks/the-art-of-the-propagator.md b/content/resources/tech-talks/the-art-of-the-propagator.md similarity index 100% rename from content/tech-talks/the-art-of-the-propagator.md rename to content/resources/tech-talks/the-art-of-the-propagator.md diff --git a/content/tech-talks/the-best-algorithms-are-randomized-algorithms.md b/content/resources/tech-talks/the-best-algorithms-are-randomized-algorithms.md similarity index 100% rename from content/tech-talks/the-best-algorithms-are-randomized-algorithms.md rename to content/resources/tech-talks/the-best-algorithms-are-randomized-algorithms.md diff --git a/content/tech-talks/the-free-software-movement-and-gnulinux-operating-system-a-talk-by-richard-stallman-at-ucsd.md b/content/resources/tech-talks/the-free-software-movement-and-gnulinux-operating-system-a-talk-by-richard-stallman-at-ucsd.md similarity index 100% rename from content/tech-talks/the-free-software-movement-and-gnulinux-operating-system-a-talk-by-richard-stallman-at-ucsd.md rename to content/resources/tech-talks/the-free-software-movement-and-gnulinux-operating-system-a-talk-by-richard-stallman-at-ucsd.md diff --git a/content/tech-talks/the-future-of-robotics-and-automated-systems.md b/content/resources/tech-talks/the-future-of-robotics-and-automated-systems.md similarity index 100% rename from content/tech-talks/the-future-of-robotics-and-automated-systems.md rename to content/resources/tech-talks/the-future-of-robotics-and-automated-systems.md diff --git a/content/tech-talks/unix-102-spring-2017.md b/content/resources/tech-talks/unix-102-spring-2017.md similarity index 100% rename from content/tech-talks/unix-102-spring-2017.md rename to content/resources/tech-talks/unix-102-spring-2017.md diff --git a/content/tech-talks/usability-in-the-wild.md b/content/resources/tech-talks/usability-in-the-wild.md similarity index 100% rename from content/tech-talks/usability-in-the-wild.md rename to content/resources/tech-talks/usability-in-the-wild.md diff --git a/content/tech-talks/uw-software-start-ups-what-worked-and-what-did-not.md b/content/resources/tech-talks/uw-software-start-ups-what-worked-and-what-did-not.md similarity index 100% rename from content/tech-talks/uw-software-start-ups-what-worked-and-what-did-not.md rename to content/resources/tech-talks/uw-software-start-ups-what-worked-and-what-did-not.md diff --git a/content/tech-talks/why-programming-is-a-good-medium-for-expressing-poorly-understood-and-sloppily-formulated-ideas.md b/content/resources/tech-talks/why-programming-is-a-good-medium-for-expressing-poorly-understood-and-sloppily-formulated-ideas.md similarity index 100% rename from content/tech-talks/why-programming-is-a-good-medium-for-expressing-poorly-understood-and-sloppily-formulated-ideas.md rename to content/resources/tech-talks/why-programming-is-a-good-medium-for-expressing-poorly-understood-and-sloppily-formulated-ideas.md diff --git a/content/tech-talks/why-you-should-care-about-functional-programming-with-haskell.md b/content/resources/tech-talks/why-you-should-care-about-functional-programming-with-haskell.md similarity index 100% rename from content/tech-talks/why-you-should-care-about-functional-programming-with-haskell.md rename to content/resources/tech-talks/why-you-should-care-about-functional-programming-with-haskell.md diff --git a/content/tech-talks/wilderness-programming.md b/content/resources/tech-talks/wilderness-programming.md similarity index 100% rename from content/tech-talks/wilderness-programming.md rename to content/resources/tech-talks/wilderness-programming.md diff --git a/content/meet-the-team/execs/01-kallen-tu.md b/content/team/execs/01-kallen-tu.md similarity index 100% rename from content/meet-the-team/execs/01-kallen-tu.md rename to content/team/execs/01-kallen-tu.md diff --git a/content/meet-the-team/execs/02-gordon-le.md b/content/team/execs/02-gordon-le.md similarity index 100% rename from content/meet-the-team/execs/02-gordon-le.md rename to content/team/execs/02-gordon-le.md diff --git a/content/meet-the-team/execs/03-ravindu-angammana.md b/content/team/execs/03-ravindu-angammana.md similarity index 100% rename from content/meet-the-team/execs/03-ravindu-angammana.md rename to content/team/execs/03-ravindu-angammana.md diff --git a/content/meet-the-team/execs/04-neil-parikh.md b/content/team/execs/04-neil-parikh.md similarity index 100% rename from content/meet-the-team/execs/04-neil-parikh.md rename to content/team/execs/04-neil-parikh.md diff --git a/content/meet-the-team/execs/05-max-erenberg.md b/content/team/execs/05-max-erenberg.md similarity index 100% rename from content/meet-the-team/execs/05-max-erenberg.md rename to content/team/execs/05-max-erenberg.md diff --git a/content/meet-the-team/execs/06-codey.md b/content/team/execs/06-codey.md similarity index 100% rename from content/meet-the-team/execs/06-codey.md rename to content/team/execs/06-codey.md diff --git a/content/meet-the-team/programme-committee.json b/content/team/programme-committee.json similarity index 100% rename from content/meet-the-team/programme-committee.json rename to content/team/programme-committee.json diff --git a/content/meet-the-team/systems-committee.json b/content/team/systems-committee.json similarity index 100% rename from content/meet-the-team/systems-committee.json rename to content/team/systems-committee.json diff --git a/content/meet-the-team/website-committee.json b/content/team/website-committee.json similarity index 100% rename from content/meet-the-team/website-committee.json rename to content/team/website-committee.json diff --git a/lib/team.ts b/lib/team.ts index 62a80850..a162e3dc 100644 --- a/lib/team.ts +++ b/lib/team.ts @@ -4,7 +4,7 @@ import path from "path"; import matter from "gray-matter"; import { serialize } from "next-mdx-remote/serialize"; -const EXECS_PATH = path.join("content", "meet-the-team", "execs"); +const EXECS_PATH = path.join("content", "team", "execs"); const fileType = ".md"; export interface Metadata { diff --git a/lib/tech-talks.ts b/lib/tech-talks.ts index f64275d8..c27153ef 100644 --- a/lib/tech-talks.ts +++ b/lib/tech-talks.ts @@ -13,7 +13,7 @@ export interface Metadata { links: { file: string; type: string; size?: string }[]; } -const TALKS_PATH = path.join("content", "tech-talks"); +const TALKS_PATH = path.join("content", "resources", "tech-talks"); export async function getTechTalk(slug: string) { const raw = await fs.readFile(path.join(TALKS_PATH, `${slug}.md`)); diff --git a/pages/about/team.tsx b/pages/about/team.tsx index fcab06f2..c02f2818 100644 --- a/pages/about/team.tsx +++ b/pages/about/team.tsx @@ -16,9 +16,9 @@ import { getMemberImagePath, } from "@/lib/team"; -import programmeData from "../../content/meet-the-team/programme-committee.json"; -import systemsData from "../../content/meet-the-team/systems-committee.json"; -import websiteData from "../../content/meet-the-team/website-committee.json"; +import programmeData from "../../content/team/programme-committee.json"; +import systemsData from "../../content/team/systems-committee.json"; +import websiteData from "../../content/team/website-committee.json"; import styles from "./team.module.css"; diff --git a/pages/resources/advice/academic.tsx b/pages/resources/advice/academic.tsx index 6e334657..bf451981 100644 --- a/pages/resources/advice/academic.tsx +++ b/pages/resources/advice/academic.tsx @@ -2,7 +2,7 @@ import React from "react"; import { Title } from "@/components/Title"; -import Content from "../../../content/advice/academic-advice.mdx"; +import Content from "../../../content/resources/advice/academic-advice.mdx"; import { Advice } from "./co-op"; diff --git a/pages/resources/advice/co-op.tsx b/pages/resources/advice/co-op.tsx index 24bb551c..c1831540 100644 --- a/pages/resources/advice/co-op.tsx +++ b/pages/resources/advice/co-op.tsx @@ -5,7 +5,7 @@ import React, { ReactNode } from "react"; import { Image } from "@/components/Image"; import { Title } from "@/components/Title"; -import Content from "../../../content/advice/co-op-advice.mdx"; +import Content from "../../../content/resources/advice/co-op-advice.mdx"; import styles from "./co-op.module.css"; diff --git a/pages/resources/advice/misc.tsx b/pages/resources/advice/misc.tsx index 21ffabaa..31ebc6eb 100644 --- a/pages/resources/advice/misc.tsx +++ b/pages/resources/advice/misc.tsx @@ -2,7 +2,7 @@ import React from "react"; import { Title } from "@/components/Title"; -import Content from "../../../content/advice/misc-advice.mdx"; +import Content from "../../../content/resources/advice/misc-advice.mdx"; import { Advice } from "./co-op";