From d2e55cbe2776c5967ea746f77e2a3bd615acd665 Mon Sep 17 00:00:00 2001 From: Carey Gumaer Date: Fri, 28 Jun 2024 14:17:46 -0400 Subject: [PATCH 1/3] update mitpe unit data --- learning_resources/fixtures/offered_by.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/learning_resources/fixtures/offered_by.json b/learning_resources/fixtures/offered_by.json index 2d805a23b1..f9814c5415 100644 --- a/learning_resources/fixtures/offered_by.json +++ b/learning_resources/fixtures/offered_by.json @@ -78,15 +78,18 @@ "name": "Professional Education", "code": "mitpe", "professional": true, - "offerings": ["(tbd)"], + "offerings": ["Courses", "Certificates"], "audience": [ "Engineering Professionals", "Technical Professionals", "Scientists and Researchers" ], - "formats": ["(tbd)"], + "formats": ["Online", "In Person", "Blended"], "fee": ["Paid"], - "certifications": ["(tbd)"], + "certifications": [ + "Certificate of Completion", + "Executive Certificates/Professional Certificates" + ], "content_types": ["Academic"], "more_information": "https://professional.mit.edu/", "value_prop": "Whether online, on campus, or at your company site, MIT Professional Education offers several programs to fit your career goals and organization needs. With over 50 courses across more than 12 topic categories, and some now offered in Spanish, our programs are geared towards engineering and technology professionals across the globe.", From 80dd87f3f6cfdd9e1d98abdf88a8fb5e7277550c Mon Sep 17 00:00:00 2001 From: Carey Gumaer Date: Fri, 28 Jun 2024 14:24:19 -0400 Subject: [PATCH 2/3] only professional certificates --- learning_resources/fixtures/offered_by.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learning_resources/fixtures/offered_by.json b/learning_resources/fixtures/offered_by.json index f9814c5415..b6aba5207f 100644 --- a/learning_resources/fixtures/offered_by.json +++ b/learning_resources/fixtures/offered_by.json @@ -88,7 +88,7 @@ "fee": ["Paid"], "certifications": [ "Certificate of Completion", - "Executive Certificates/Professional Certificates" + "Professional Certificates" ], "content_types": ["Academic"], "more_information": "https://professional.mit.edu/", From eb5b975cc4bf9aae68377b88bf47ae7a7bc6471d Mon Sep 17 00:00:00 2001 From: Carey Gumaer Date: Fri, 28 Jun 2024 14:42:13 -0400 Subject: [PATCH 3/3] hybrid, not blended --- learning_resources/fixtures/offered_by.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learning_resources/fixtures/offered_by.json b/learning_resources/fixtures/offered_by.json index b6aba5207f..5337113828 100644 --- a/learning_resources/fixtures/offered_by.json +++ b/learning_resources/fixtures/offered_by.json @@ -84,7 +84,7 @@ "Technical Professionals", "Scientists and Researchers" ], - "formats": ["Online", "In Person", "Blended"], + "formats": ["Online", "In Person", "Hybrid"], "fee": ["Paid"], "certifications": [ "Certificate of Completion",