diff --git a/docs/projects/enroll_dash/about.md b/docs/projects/enroll_dash/about.md
new file mode 100644
index 000000000..5f70a4b7c
--- /dev/null
+++ b/docs/projects/enroll_dash/about.md
@@ -0,0 +1,31 @@
+---
+id: about
+title: "Enroll Dash"
+custom_edit_url: null
+---
+
+## Overview
+
+Enroll Dash aims to provide SLU's department of Enrollment with a suite of web tools and dashboards to aid their daily operations and reporting duties.
+
+### Information
+
+- **Source Code:** [https://github.com/oss-slu/oss-orb](https://github.com/oss-slu/enroll-dash) [
](https://github.com/oss-slu/enroll-dash)
+- **Status:** Active (and ongoing)
+- **Platforms:** Web app
+- **Client:** Enrollment Services (Contact: Ryan Klotz)
+- **Track:** Internal Developer Services
+- **Current Tech Lead:** Justin DeKock [
](https://github.com/jdetok)
+- **Developers:**
+ - TBD
+- **Start Date:** August 2026
+- **Technologies Used:**
+ - TBD
+- **License:** Not yet established
+
+## Technical Information
+
+### Development Priorities
+- TBD
+
+## Get Involved
diff --git a/docs/projects/oss_dev_analytics/about.md b/docs/projects/oss_dev_analytics/about.md
index 1b324a2a0..f62031c7e 100644
--- a/docs/projects/oss_dev_analytics/about.md
+++ b/docs/projects/oss_dev_analytics/about.md
@@ -15,8 +15,9 @@ OSS Dev Analytics provides developer analytics and data-driven insights for open
- **Platforms:** Internal Developer Services
- **Client:** Open Source with SLU
- **Track:** Internal Developer Services
-- **Current Tech Lead:** Hazel Caballero [
](https://github.com/hcaballero2)
+- **Current Tech Lead:** Justin DeKock [
](https://github.com/jdetok)
- **Developers:**
+ - Hazel Caballero (alumni, prior tech lead) [
](https://github.com/hcaballero2)
- Grace Gondela (capstone) [
](https://github.com/ggondela1419)
- Kiara Mathews (capstone) [
](https://github.com/kiaramathews)
- Dhyana Patel (capstone) [
](https://github.com/dhyana6466)
diff --git a/docs/projects/oss_orb/about.md b/docs/projects/oss_orb/about.md
new file mode 100644
index 000000000..7389070f8
--- /dev/null
+++ b/docs/projects/oss_orb/about.md
@@ -0,0 +1,31 @@
+---
+id: about
+title: "OSS Open Source Repository Browser"
+custom_edit_url: null
+---
+
+## Overview
+
+OSS Open Source Repository Browser aims to scale the work originally done by the UC OSPO Network for the web. The product gathers and aggregates Github data from universities and research institutions represented in CURIOSS. This data is visualized into interactive dashboards and queryable via advanced filtering features.
+
+### Information
+
+- **Source Code:** [https://github.com/oss-slu/oss-orb](https://github.com/oss-slu/oss-orb) [
](https://github.com/oss-slu/oss-orb)
+- **Status:** Active (and ongoing)
+- **Platforms:** Web app
+- **Client:** UC OSPO Network (Contact: Emily Lovell)
+- **Track:** Internal Developer Services
+- **Current Tech Lead:** Justin DeKock [
](https://github.com/jdetok)
+- **Developers:**
+ - TBD
+- **Start Date:** August 2026
+- **Technologies Used:**
+ - TBD
+- **License:** Not yet established
+
+## Technical Information
+
+### Development Priorities
+- TBD
+
+## Get Involved
diff --git a/sidebars.js b/sidebars.js
index f5e1c63dd..33b31d1a5 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -332,6 +332,10 @@ const sidebars = {
type: 'doc',
id: 'projects/droneworld/about',
},
+ {
+ type: 'doc',
+ id: 'projects/enroll_dash/about',
+ },
{
type: 'doc',
id: 'projects/gradeval360/about',
@@ -380,6 +384,10 @@ const sidebars = {
type: 'doc',
id: 'projects/oss_infra_ops/about',
},
+ {
+ type: 'doc',
+ id: 'projects/oss_orb/about',
+ },
{
type: 'doc',
id: 'projects/pilot_data_synchronization/about',
diff --git a/src/data/people/currentDevelopers.json b/src/data/people/currentDevelopers.json
index 7ca2b4848..598eeb937 100644
--- a/src/data/people/currentDevelopers.json
+++ b/src/data/people/currentDevelopers.json
@@ -4,11 +4,6 @@
"image": "",
"profileLink": "https://github.com/Zhihuiwu646"
},
- {
- "name": "Dhyana Patel",
- "image": "",
- "profileLink": "https://github.com/dhyana6466"
- },
{
"name": "Bella Ott",
"image": "",
@@ -164,11 +159,6 @@
"image": "",
"profileLink": "https://github.com/ThomasPautler952194"
},
- {
- "name": "Joli Muller",
- "image": "",
- "profileLink": "https://github.com/hollowtree11"
- },
{
"name": "Leandru Martin",
"image": "",
@@ -219,16 +209,6 @@
"image": "",
"profileLink": "https://github.com/ahenehan2"
},
- {
- "name": "Grace Gondela",
- "image": "",
- "profileLink": "https://github.com/ggondela1419"
- },
- {
- "name": "Kiara Mathews",
- "image": "",
- "profileLink": "https://github.com/kiaramathews"
- },
{
"name": "Hunter Cataldo",
"image": "",
diff --git a/src/data/people/currentTechLeads.json b/src/data/people/currentTechLeads.json
index ee225178f..a64b08baa 100644
--- a/src/data/people/currentTechLeads.json
+++ b/src/data/people/currentTechLeads.json
@@ -125,8 +125,8 @@
"profileLink": "https://github.com/AyoAwodeyi"
},
{
- "name": "Hazel Caballero",
+ "name": "Justin DeKock",
"image": "",
- "profileLink": "https://github.com/hcaballero2"
+ "profileLink": "https://github.com/jdetok"
}
]
diff --git a/src/data/people/prevDevelopers.json b/src/data/people/prevDevelopers.json
index 56fa2d565..f45da4547 100644
--- a/src/data/people/prevDevelopers.json
+++ b/src/data/people/prevDevelopers.json
@@ -573,5 +573,25 @@
"name": "Munazzah Rizwan Rakhangi",
"image": "",
"profileLink": "https://github.com/Munazzah-Rakhangi"
+ },
+ {
+ "name": "Grace Gondela",
+ "image": "",
+ "profileLink": "https://github.com/ggondela1419"
+ },
+ {
+ "name": "Kiara Mathews",
+ "image": "",
+ "profileLink": "https://github.com/kiaramathews"
+ },
+ {
+ "name": "Dhyana Patel",
+ "image": "",
+ "profileLink": "https://github.com/dhyana6466"
+ },
+ {
+ "name": "Joli Muller",
+ "image": "",
+ "profileLink": "https://github.com/hollowtree11"
}
]
diff --git a/src/data/people/prevTechLeads.json b/src/data/people/prevTechLeads.json
index ee8a7917b..f033519d2 100644
--- a/src/data/people/prevTechLeads.json
+++ b/src/data/people/prevTechLeads.json
@@ -218,5 +218,10 @@
"name": "Shahid Shabeer Malik",
"image": "",
"profileLink": "https://github.com/Shahid1Malik"
+ },
+ {
+ "name": "Hazel Caballero",
+ "image": "",
+ "profileLink": "https://github.com/hcaballero2"
}
]
diff --git a/src/data/projects/Projects.json b/src/data/projects/Projects.json
index c8b75f6fc..f56bc458c 100644
--- a/src/data/projects/Projects.json
+++ b/src/data/projects/Projects.json
@@ -118,6 +118,15 @@
"domain": ["aerospace", "robotics"],
"research": true
},
+ {
+ "name": "Enroll Dash",
+ "url": "/projects/enroll_dash/about",
+ "description": "Enroll dash is a suite of online tools and dashboards for SLU's Office of Enrollment.",
+ "status": "current",
+ "image": "/img/projects/enroll-dash.png", "kind": "web-app", "domain": ["data"],
+ "research": false,
+ "github": "https://github.com/oss-slu/enroll-dash"
+ },
{
"name": "ESP: Electronic Structure Parser",
"url": "/projects/esp/about",
@@ -345,6 +354,17 @@
"research": false,
"github": "https://github.com/oss-slu/oss_infra_ops"
},
+ {
+ "name": "Open Source Repository Browser",
+ "url": "/projects/oss_orb/about",
+ "description": "OSS ORB builds a modern, scalable web architecture around the Open Source Repository Browser originally build by the UC OSPO Network.",
+ "status": "current",
+ "image": "/img/projects/oss-orb.png",
+ "kind": "web-app",
+ "domain": ["data"],
+ "research": false,
+ "github": "https://github.com/oss-slu/oss-orb"
+ },
{
"name": "Pi4Micronaut",
"url": "/projects/pi4micronaut/about",
diff --git a/static/img/projects/enroll-dash.png b/static/img/projects/enroll-dash.png
new file mode 100644
index 000000000..44f8bd856
Binary files /dev/null and b/static/img/projects/enroll-dash.png differ
diff --git a/static/img/projects/oss-orb.png b/static/img/projects/oss-orb.png
new file mode 100644
index 000000000..06a7b9bdc
Binary files /dev/null and b/static/img/projects/oss-orb.png differ