diff --git a/_config.yml b/_config.yml index e58d214..d18f6dc 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ # Site settings title: Software Engineering Practicum Organization -tagline: A collection of student created software projects +tagline: A collection of student-created software projects author_name: Dr Cengiz Gunay author_link: http://www.ggc.edu/about-ggc/directory/cengiz-gunay email: cengique@users.sf.net @@ -19,6 +19,12 @@ profs: name: "Dr. Anca Doloc-Mihu" url: https://www.ggc.edu/about-ggc/directory/anca-doloc-mihu collections: + itec3870_sp25: + title: "Spring 2025 ITEC 3870 Soft Dev 2 course projects" + menutitle: "Spring 2025" + course: "SD2" + date: 2025-01-01 + output: true itec3870_sp23: title: "Spring 2023 ITEC 3870 Soft Dev 2 course projects" menutitle: "Spring 2023" @@ -91,6 +97,23 @@ collections: course: "SD2" date: 2016-12-01 output: true + internships: + title: "Internships" + menutitle: "Internships" + course: "TAP" + date: 2025-01-01 + output: true + sponsors: + title: "Sponsors" + menutitle: "Sponsors" + course: "TAP" + date: 2025-01-01 + output: true + students: + title: "Students" + menutitle: "Students" + date: 2025-01-01 + output: true # Build settings markdown: kramdown diff --git a/_includes/head.html b/_includes/head.html index 314d793..3d89fcb 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -15,6 +15,8 @@ + + diff --git a/_internships/index.md b/_internships/index.md new file mode 100644 index 0000000..abfc36e --- /dev/null +++ b/_internships/index.md @@ -0,0 +1,126 @@ +--- +layout: main_page +collection: internships +title: "Innovating Beyond the Classroom: Student-Led Software & STEM Projects" +--- +#### *Explore our showcase of transformative software development internships—from mobile fitness apps to chemistry lab platforms. This directory honors past achievements, connects current collaborators, and inspires the future of tech-driven innovation.* + +
+
+ +
+ + 🚀 Explore Projects + +
+ +
+ + 👩‍💻 Meet the Students + +
+ +
+ + 🤝 Our Partners + +
+ +
+
+ +#### Where Passion Meets Practical Impact +--- +
+ +This directory highlights internship projects created by students in software development and adjacent STEM fields. These real-world experiences are more than academic exercises—they’re opportunities for students to collaborate with partners, solve tangible problems, and build products with lasting impact. + +Each project featured here tells a story of innovation, mentorship, and the technical talent emerging from our college. +
+
+ +#### Student Work That Speaks for Itself +--- +
+ +- 🧬 “MoleCalc” – A chemistry simulation tool to visualize molecular reactions. +- 🏋️ “FitTrack Pro” – A mobile fitness tracker using real-time biometric data. +- 📊 “DataDash” – A dashboard for visualizing environmental sensor data. + +
+ +
+ + 🔎 View All Projects + +
+ +
+
+ +#### Students & Mentors Behind the Code +--- +
+ +Behind every project is a student—or team—committed to learning, building, and delivering. Explore profiles of student developers, STEM collaborators, and faculty mentors who guide and support these dynamic experiences. + +Whether you're scouting talent or celebrating past success, this section offers a glimpse into the minds shaping tomorrow’s innovations. + +
+ +
+ + 📇 See Participants + +
+ +
+
+ +#### Built in Collaboration with Industry & Research Leaders +--- +
+ +From local startups to national research labs, our partners fuel the creativity and rigor behind every internship. Their mentorship provides students with crucial feedback, industry insights, and real-world stakes. + +We’re proud to showcase our partners—past and present—who believe in nurturing the next generation of tech talent. + +
+ +
+ + 🏷️ Browse Partners + +
+ +
+
+ +> “I worked with a student team on a chemistry learning system, and I was blown away by the technical polish and professionalism of our very own Grizzlies! I'm proud to have been part of a project that has the potential to have a profound impact on the wider science community.” +> — Dr. Grizzly, Assistant Professor of Chemistry + +>“This internship enabled me to ship real code that solved a problem for real users. I gained more experience in 12 weeks than I did in two semesters.” +> — Grizzly Student, Software Engineering Intern + +#### Interested in Collaborating? +--- +
+ +Whether you’re a prospective partner with a project idea or a student eager to join the next cohort, we’d love to hear from you. Let’s build something remarkable together. + +
+ +
+ + 🏢 Become a Partner + +
+ +
+ + 🎯 Become an Intern + +
+ +
+
diff --git a/_itec3870_fa16/BeginAgain/index.md b/_itec3870_fa16/BeginAgain/index.md index 1afbcce..94e2ca0 100644 --- a/_itec3870_fa16/BeginAgain/index.md +++ b/_itec3870_fa16/BeginAgain/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Begin Again" date: 2016-12-07 14:49:25 categories: itec3870 create diff --git a/_itec3870_fa16/CampusMaps1/index.md b/_itec3870_fa16/CampusMaps1/index.md index fdd8f2e..501cde1 100644 --- a/_itec3870_fa16/CampusMaps1/index.md +++ b/_itec3870_fa16/CampusMaps1/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Campus Maps 1" date: 2016-12-07 14:49:25 categories: itec3870 create diff --git a/_itec3870_fa16/Elements/index.md b/_itec3870_fa16/Elements/index.md index 90b1368..3ae0604 100644 --- a/_itec3870_fa16/Elements/index.md +++ b/_itec3870_fa16/Elements/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: Elements date: 2016-12-07 14:49:25 categories: itec3870 create diff --git a/_itec3870_fa16/GGM/index.md b/_itec3870_fa16/GGM/index.md index 01d5933..87c0cdd 100644 --- a/_itec3870_fa16/GGM/index.md +++ b/_itec3870_fa16/GGM/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "GGM" date: 2016-12-07 14:49:25 categories: itec3870 create diff --git a/_itec3870_fa16/InsuranceSquad/index.md b/_itec3870_fa16/InsuranceSquad/index.md index 4b89a61..57387d8 100644 --- a/_itec3870_fa16/InsuranceSquad/index.md +++ b/_itec3870_fa16/InsuranceSquad/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Insurance Squad" date: 2016-12-07 14:49:25 categories: itec3870 create diff --git a/_itec3870_fa16/OneFitness/index.md b/_itec3870_fa16/OneFitness/index.md index 8dcfb86..d7222f0 100644 --- a/_itec3870_fa16/OneFitness/index.md +++ b/_itec3870_fa16/OneFitness/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: OneFitness date: 2016-12-07 14:49:25 categories: itec3870 create diff --git a/_itec3870_fa16/SimpleQ/index.md b/_itec3870_fa16/SimpleQ/index.md index 3b1ed8a..320c845 100644 --- a/_itec3870_fa16/SimpleQ/index.md +++ b/_itec3870_fa16/SimpleQ/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "SimpleQ" date: 2016-12-07 14:49:25 categories: itec3870 create diff --git a/_itec3870_fa16/Xenon/index.md b/_itec3870_fa16/Xenon/index.md index e2a8332..e9978ad 100644 --- a/_itec3870_fa16/Xenon/index.md +++ b/_itec3870_fa16/Xenon/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: Xenon date: 2016-12-07 14:49:25 categories: itec3870 create diff --git a/_itec3870_fa17/BookSwap/index.md b/_itec3870_fa17/BookSwap/index.md index 9d89f56..2d4c048 100644 --- a/_itec3870_fa17/BookSwap/index.md +++ b/_itec3870_fa17/BookSwap/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "BookSwap" date: 2017-11-30 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa17/ChemXplosion/index.md b/_itec3870_fa17/ChemXplosion/index.md index 5815811..856c892 100644 --- a/_itec3870_fa17/ChemXplosion/index.md +++ b/_itec3870_fa17/ChemXplosion/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "ChemXplosion" date: 2017-11-30 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa17/GGCMapsv3a/index.md b/_itec3870_fa17/GGCMapsv3a/index.md index 369eb76..86e4848 100644 --- a/_itec3870_fa17/GGCMapsv3a/index.md +++ b/_itec3870_fa17/GGCMapsv3a/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "GGC Maps v3a" date: 2017-11-30 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa17/GGCMapsv3b/index.md b/_itec3870_fa17/GGCMapsv3b/index.md index d5401aa..0202ce8 100644 --- a/_itec3870_fa17/GGCMapsv3b/index.md +++ b/_itec3870_fa17/GGCMapsv3b/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "GGC Maps v3b" date: 2017-11-30 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa17/GameOfDrone/index.md b/_itec3870_fa17/GameOfDrone/index.md index b8564b6..213f046 100644 --- a/_itec3870_fa17/GameOfDrone/index.md +++ b/_itec3870_fa17/GameOfDrone/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "GameOfDrone" date: 2017-11-30 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa17/LipidLator/index.md b/_itec3870_fa17/LipidLator/index.md index ceaddc6..60c779e 100644 --- a/_itec3870_fa17/LipidLator/index.md +++ b/_itec3870_fa17/LipidLator/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "LipidLator" date: 2017-11-30 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa17/ProjectReview/index.md b/_itec3870_fa17/ProjectReview/index.md index 459372c..99cfb9f 100644 --- a/_itec3870_fa17/ProjectReview/index.md +++ b/_itec3870_fa17/ProjectReview/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Project Review" date: 2017-11-30 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa17/SmartVid/index.md b/_itec3870_fa17/SmartVid/index.md index 18dd4b6..77bd8c1 100644 --- a/_itec3870_fa17/SmartVid/index.md +++ b/_itec3870_fa17/SmartVid/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "SmartVid" date: 2017-11-30 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa17/TheDroneZone/index.md b/_itec3870_fa17/TheDroneZone/index.md index 2b1d52b..e5293c5 100644 --- a/_itec3870_fa17/TheDroneZone/index.md +++ b/_itec3870_fa17/TheDroneZone/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "The Drone Zone" date: 2017-11-30 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa17/Xenon/index.md b/_itec3870_fa17/Xenon/index.md index 3a42333..3b3b794 100644 --- a/_itec3870_fa17/Xenon/index.md +++ b/_itec3870_fa17/Xenon/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Xenon" date: 2017-11-30 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa17/winRemote/index.md b/_itec3870_fa17/winRemote/index.md index 84dc054..70c6532 100644 --- a/_itec3870_fa17/winRemote/index.md +++ b/_itec3870_fa17/winRemote/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "winRemote" date: 2017-11-30 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa18/ChemGenApp/index.md b/_itec3870_fa18/ChemGenApp/index.md index 5294466..56a260f 100644 --- a/_itec3870_fa18/ChemGenApp/index.md +++ b/_itec3870_fa18/ChemGenApp/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "ChemGenApp" date: 2018-11-29 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa18/EventTrackingSystem/index.md b/_itec3870_fa18/EventTrackingSystem/index.md index a0cad06..40c3476 100644 --- a/_itec3870_fa18/EventTrackingSystem/index.md +++ b/_itec3870_fa18/EventTrackingSystem/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Event Tracking System" date: 2018-11-29 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa18/GGCInternApp/index.md b/_itec3870_fa18/GGCInternApp/index.md index 625b9e1..f483092 100644 --- a/_itec3870_fa18/GGCInternApp/index.md +++ b/_itec3870_fa18/GGCInternApp/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "GGC Intern App" date: 2018-11-29 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa18/GGCMaps/index.md b/_itec3870_fa18/GGCMaps/index.md index c0b870c..8e00577 100644 --- a/_itec3870_fa18/GGCMaps/index.md +++ b/_itec3870_fa18/GGCMaps/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "GGC Maps" date: 2018-11-29 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa18/GrizzlyParking/index.md b/_itec3870_fa18/GrizzlyParking/index.md index aa9e285..ba67c6b 100644 --- a/_itec3870_fa18/GrizzlyParking/index.md +++ b/_itec3870_fa18/GrizzlyParking/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Grizzly Parking" date: 2018-11-29 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa18/IDGMobile/index.md b/_itec3870_fa18/IDGMobile/index.md index c98bac0..d2e3947 100644 --- a/_itec3870_fa18/IDGMobile/index.md +++ b/_itec3870_fa18/IDGMobile/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "IDGMobile" date: 2018-11-29 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa18/VSEPRVenture/index.md b/_itec3870_fa18/VSEPRVenture/index.md index ca69282..90aa089 100644 --- a/_itec3870_fa18/VSEPRVenture/index.md +++ b/_itec3870_fa18/VSEPRVenture/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "VSEPR Venture" date: 2018-11-29 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa18/Whataremychances1/index.md b/_itec3870_fa18/Whataremychances1/index.md index 915ed2f..d331c13 100644 --- a/_itec3870_fa18/Whataremychances1/index.md +++ b/_itec3870_fa18/Whataremychances1/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "What are my chances 1" date: 2018-11-29 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa18/Whataremychances2/index.md b/_itec3870_fa18/Whataremychances2/index.md index 3ea26fb..b946c8f 100644 --- a/_itec3870_fa18/Whataremychances2/index.md +++ b/_itec3870_fa18/Whataremychances2/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "What are my chances 2" date: 2018-11-29 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa19/GGCMaps/index.md b/_itec3870_fa19/GGCMaps/index.md index 7f1de97..0da6655 100644 --- a/_itec3870_fa19/GGCMaps/index.md +++ b/_itec3870_fa19/GGCMaps/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "GGC Maps" date: 2019-12-14 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa19/GGCMaps2/index.md b/_itec3870_fa19/GGCMaps2/index.md index 9f9fcdb..4ec668a 100644 --- a/_itec3870_fa19/GGCMaps2/index.md +++ b/_itec3870_fa19/GGCMaps2/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "GGC Maps 2" date: 2019-12-14 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa19/GrizzlyParkingApp/index.md b/_itec3870_fa19/GrizzlyParkingApp/index.md index d00685b..d2ac74a 100644 --- a/_itec3870_fa19/GrizzlyParkingApp/index.md +++ b/_itec3870_fa19/GrizzlyParkingApp/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Grizzly Parking App" date: 2019-12-14 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa19/Internapp/index.md b/_itec3870_fa19/Internapp/index.md index be0a0f3..49600a9 100644 --- a/_itec3870_fa19/Internapp/index.md +++ b/_itec3870_fa19/Internapp/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Internapp" date: 2019-12-14 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa19/OhCounterMyCounter/index.md b/_itec3870_fa19/OhCounterMyCounter/index.md index 27933fa..8a46c16 100644 --- a/_itec3870_fa19/OhCounterMyCounter/index.md +++ b/_itec3870_fa19/OhCounterMyCounter/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Oh Counter My Counter" date: 2019-12-14 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa19/STaRSJudgingApp/index.md b/_itec3870_fa19/STaRSJudgingApp/index.md index 99b0aab..0c3803a 100644 --- a/_itec3870_fa19/STaRSJudgingApp/index.md +++ b/_itec3870_fa19/STaRSJudgingApp/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "STaRS Judging App" date: 2019-12-14 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa19/STaRSJudgingApp2/index.md b/_itec3870_fa19/STaRSJudgingApp2/index.md index cbe899b..ad8b70f 100644 --- a/_itec3870_fa19/STaRSJudgingApp2/index.md +++ b/_itec3870_fa19/STaRSJudgingApp2/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "STaRS Judging App 2" date: 2019-12-14 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa19/SchedulerforFaculty/index.md b/_itec3870_fa19/SchedulerforFaculty/index.md index c1abd56..53a31bb 100644 --- a/_itec3870_fa19/SchedulerforFaculty/index.md +++ b/_itec3870_fa19/SchedulerforFaculty/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Scheduler for Faculty" date: 2019-12-14 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa19/ShutterPlug/index.md b/_itec3870_fa19/ShutterPlug/index.md index 18eaa09..d56cd0b 100644 --- a/_itec3870_fa19/ShutterPlug/index.md +++ b/_itec3870_fa19/ShutterPlug/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Shutter Plug" date: 2019-12-14 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa19/ShutterPlug2/index.md b/_itec3870_fa19/ShutterPlug2/index.md index f1ac69f..569ef8b 100644 --- a/_itec3870_fa19/ShutterPlug2/index.md +++ b/_itec3870_fa19/ShutterPlug2/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Shutter Plug 2" date: 2019-12-14 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa20/DataScienceandAnalyticsWebsite/index.md b/_itec3870_fa20/DataScienceandAnalyticsWebsite/index.md index 7852130..3ff5216 100644 --- a/_itec3870_fa20/DataScienceandAnalyticsWebsite/index.md +++ b/_itec3870_fa20/DataScienceandAnalyticsWebsite/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Data Science and Analytics Website" date: 2020-11-23 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa20/EnglishGrammarChecker/index.md b/_itec3870_fa20/EnglishGrammarChecker/index.md index 54de020..22c4067 100644 --- a/_itec3870_fa20/EnglishGrammarChecker/index.md +++ b/_itec3870_fa20/EnglishGrammarChecker/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "English Grammar Checker" date: 2020-11-23 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa20/GrizzlyParking/index.md b/_itec3870_fa20/GrizzlyParking/index.md index 93dfc57..ccb6cc9 100644 --- a/_itec3870_fa20/GrizzlyParking/index.md +++ b/_itec3870_fa20/GrizzlyParking/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Grizzly Parking" date: 2020-11-23 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa20/LawrencevillCoopApp/index.md b/_itec3870_fa20/LawrencevilleCoopApp/index.md similarity index 99% rename from _itec3870_fa20/LawrencevillCoopApp/index.md rename to _itec3870_fa20/LawrencevilleCoopApp/index.md index 54f98a0..424a122 100644 --- a/_itec3870_fa20/LawrencevillCoopApp/index.md +++ b/_itec3870_fa20/LawrencevilleCoopApp/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Lawrenceville Coop App" date: 2020-11-23 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa20/PocketPals/index.md b/_itec3870_fa20/PocketPals/index.md index 07f27f8..5c0885c 100644 --- a/_itec3870_fa20/PocketPals/index.md +++ b/_itec3870_fa20/PocketPals/index.md @@ -1,11 +1,11 @@ --- -layout: project-page +layout: project_page title: "Pocket Pals" date: 2020-11-23 14:00:00 categories: itec3870 create collection: itec3870_fa20 -title: "2D top-down open world video game inspired by Pokémon" +phrase: "2D top-down open world video game inspired by Pokémon" tech: [ unity, html/css ] screencast-youtube: UTw_G8459uQ members: "Aqua Team Thunder Force: Dennis Dalton and anonymous members" diff --git a/_itec3870_fa20/ProfessorCourseScheduler/index.md b/_itec3870_fa20/ProfessorCourseScheduler/index.md index ea43444..18bb91f 100644 --- a/_itec3870_fa20/ProfessorCourseScheduler/index.md +++ b/_itec3870_fa20/ProfessorCourseScheduler/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Professor Course Scheduler" date: 2020-11-23 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa20/RosterSniper/index.md b/_itec3870_fa20/RosterSniper/index.md index ec66e2a..a81844b 100644 --- a/_itec3870_fa20/RosterSniper/index.md +++ b/_itec3870_fa20/RosterSniper/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Roster Sniper" date: 2020-11-23 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa20/STaRSJudgingApp/index.md b/_itec3870_fa20/STaRSJudgingApp/index.md index d730e69..e1ca59a 100644 --- a/_itec3870_fa20/STaRSJudgingApp/index.md +++ b/_itec3870_fa20/STaRSJudgingApp/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "STaRS Judging App" date: 2020-11-23 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa20/StellarPreyWebsite/index.md b/_itec3870_fa20/StellarPreyWebsite/index.md index 516f80f..5e4eebe 100644 --- a/_itec3870_fa20/StellarPreyWebsite/index.md +++ b/_itec3870_fa20/StellarPreyWebsite/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Stellar Prey Website" date: 2020-11-23 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa20/SustainabilityPledgeWebsite/index.md b/_itec3870_fa20/SustainabilityPledgeWebsite/index.md index 036e759..732d4c3 100644 --- a/_itec3870_fa20/SustainabilityPledgeWebsite/index.md +++ b/_itec3870_fa20/SustainabilityPledgeWebsite/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Sustainability Pledge Website" date: 2020-11-23 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa20/index.md b/_itec3870_fa20/index.md index 69a4389..ef734e7 100644 --- a/_itec3870_fa20/index.md +++ b/_itec3870_fa20/index.md @@ -17,6 +17,7 @@ throughout the semester. Final products were demonstrated and tested by other students and faculty at the GGC App Factory event during the GGC CREATE Symposium on November 12th and 13th, 2020, which was held online for the first time because of the COVID-19 concerns. + [ggc]: http://www.ggc.edu [gunay-ggc]: http://www.ggc.edu/about-ggc/directory/cengiz-gunay [doloc-ggc]: http://www.ggc.edu/about-ggc/directory/anca-doloc-mihu diff --git a/_itec3870_fa21/Internapp/index.md b/_itec3870_fa21/Internapp/index.md index 4d2a598..cdebb6e 100644 --- a/_itec3870_fa21/Internapp/index.md +++ b/_itec3870_fa21/Internapp/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Internapp" date: 2021-11-23 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa21/NGFAppNextGenerationFocus/index.md b/_itec3870_fa21/NGFAppNextGenerationFocus/index.md index 8afcfa8..62de683 100644 --- a/_itec3870_fa21/NGFAppNextGenerationFocus/index.md +++ b/_itec3870_fa21/NGFAppNextGenerationFocus/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "NGF App (Next Generation Focus Organization)" date: 2021-11-23 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa21/STECResearchApp/index.md b/_itec3870_fa21/STECResearchApp/index.md index 394f66c..8c2ed74 100644 --- a/_itec3870_fa21/STECResearchApp/index.md +++ b/_itec3870_fa21/STECResearchApp/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "STEC Research App" date: 2021-11-23 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa22/NGFAppNextGenerationFocus/index.md b/_itec3870_fa22/NGFAppNextGenerationFocus/index.md index 6ade692..81b144b 100644 --- a/_itec3870_fa22/NGFAppNextGenerationFocus/index.md +++ b/_itec3870_fa22/NGFAppNextGenerationFocus/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "NGF App (Next Generation Focus)" date: 2022-11-23 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa22/RosterSniper/index.md b/_itec3870_fa22/RosterSniper/index.md index 8737790..547436b 100644 --- a/_itec3870_fa22/RosterSniper/index.md +++ b/_itec3870_fa22/RosterSniper/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Roster Sniper" date: 2022-11-23 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa22/STECResearchApp/index.md b/_itec3870_fa22/STECResearchApp/index.md index 556a2b3..d252173 100644 --- a/_itec3870_fa22/STECResearchApp/index.md +++ b/_itec3870_fa22/STECResearchApp/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "STEC Research App" date: 2022-11-23 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa22/VisualPortfolio/index.md b/_itec3870_fa22/VisualPortfolio/index.md index ecf98a7..3ffcf5e 100644 --- a/_itec3870_fa22/VisualPortfolio/index.md +++ b/_itec3870_fa22/VisualPortfolio/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Visual Portfolio" date: 2022-11-23 14:00:00 categories: itec3870 create diff --git a/_itec3870_fa22/WalkingTrailsApp/index.md b/_itec3870_fa22/WalkingTrailsApp/index.md index 8f99ca9..06a13ea 100644 --- a/_itec3870_fa22/WalkingTrailsApp/index.md +++ b/_itec3870_fa22/WalkingTrailsApp/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Walking Trails App" date: 2022-11-23 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp17/AtomPuzzler/index.md b/_itec3870_sp17/AtomPuzzler/index.md index 7b4d613..1439f9d 100644 --- a/_itec3870_sp17/AtomPuzzler/index.md +++ b/_itec3870_sp17/AtomPuzzler/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: AtomPuzzler date: 2017-08-16 14:49:25 categories: itec3870 create diff --git a/_itec3870_sp17/CellPhysics42/index.md b/_itec3870_sp17/CellPhysics42/index.md index b59d320..55fa2b4 100644 --- a/_itec3870_sp17/CellPhysics42/index.md +++ b/_itec3870_sp17/CellPhysics42/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: CellPhysics42 date: 2017-08-16 14:49:25 categories: itec3870 create diff --git a/_itec3870_sp17/GGCmaps/index.md b/_itec3870_sp17/GGCmaps/index.md index 87541e0..2ab08d8 100644 --- a/_itec3870_sp17/GGCmaps/index.md +++ b/_itec3870_sp17/GGCmaps/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: GGCmaps date: 2017-08-16 14:49:25 categories: itec3870 create diff --git a/_itec3870_sp17/GGRAWebsite/index.md b/_itec3870_sp17/GGRAWebsite/index.md index 23e3c35..a9444ac 100644 --- a/_itec3870_sp17/GGRAWebsite/index.md +++ b/_itec3870_sp17/GGRAWebsite/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "GGRA Website" date: 2017-08-16 14:49:25 categories: itec3870 create diff --git a/_itec3870_sp17/InternApp/index.md b/_itec3870_sp17/InternApp/index.md index 1a61be2..acc9300 100644 --- a/_itec3870_sp17/InternApp/index.md +++ b/_itec3870_sp17/InternApp/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: InternApp date: 2017-08-16 14:49:25 categories: itec3870 create diff --git a/_itec3870_sp17/PicturePerfect/index.md b/_itec3870_sp17/PicturePerfect/index.md index ffb325d..ec3450d 100644 --- a/_itec3870_sp17/PicturePerfect/index.md +++ b/_itec3870_sp17/PicturePerfect/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: PicturePerfect date: 2017-08-16 14:49:25 categories: itec3870 create diff --git a/_itec3870_sp18/AutoSpeaker/index.md b/_itec3870_sp18/AutoSpeaker/index.md index 0acb029..e94a4f1 100644 --- a/_itec3870_sp18/AutoSpeaker/index.md +++ b/_itec3870_sp18/AutoSpeaker/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: AutoSpeaker date: 2018-05-17 14:25:23 categories: itec3870 create diff --git a/_itec3870_sp18/ChemXplosion/index.md b/_itec3870_sp18/ChemXplosion/index.md index d22ee36..3c9a536 100644 --- a/_itec3870_sp18/ChemXplosion/index.md +++ b/_itec3870_sp18/ChemXplosion/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: ChemXplosion date: 2018-05-17 14:25:23 categories: itec3870 create diff --git a/_itec3870_sp18/EmailGuard/index.md b/_itec3870_sp18/EmailGuard/index.md index 0c099e6..5d3e76a 100644 --- a/_itec3870_sp18/EmailGuard/index.md +++ b/_itec3870_sp18/EmailGuard/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: EmailGuard date: 2018-05-17 14:25:23 categories: itec3870 create diff --git a/_itec3870_sp18/GGCMaps/index.md b/_itec3870_sp18/GGCMaps/index.md index 949c964..4a8e3bd 100644 --- a/_itec3870_sp18/GGCMaps/index.md +++ b/_itec3870_sp18/GGCMaps/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: GGC Maps date: 2018-05-17 14:25:23 categories: itec3870 create diff --git a/_itec3870_sp18/MLStocks/index.md b/_itec3870_sp18/MLStocks/index.md index b8b2973..8d25ec8 100644 --- a/_itec3870_sp18/MLStocks/index.md +++ b/_itec3870_sp18/MLStocks/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: MLStocks date: 2018-05-17 14:25:23 categories: itec3870 create diff --git a/_itec3870_sp18/OneFitness/index.md b/_itec3870_sp18/OneFitness/index.md index ab77a86..f30b9d8 100644 --- a/_itec3870_sp18/OneFitness/index.md +++ b/_itec3870_sp18/OneFitness/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: OneFitness date: 2018-05-17 14:25:23 categories: itec3870 create diff --git a/_itec3870_sp18/STECResearchPortal/index.md b/_itec3870_sp18/STECResearchPortal/index.md index fe7f36d..b02ea5a 100644 --- a/_itec3870_sp18/STECResearchPortal/index.md +++ b/_itec3870_sp18/STECResearchPortal/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "STEC Research Portal" date: 2018-05-17 14:25:23 categories: itec3870 create diff --git a/_itec3870_sp18/VSEPRVenture/index.md b/_itec3870_sp18/VSEPRVenture/index.md index af0d1f8..5e7e377 100644 --- a/_itec3870_sp18/VSEPRVenture/index.md +++ b/_itec3870_sp18/VSEPRVenture/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "VSEPR Venture" date: 2018-05-17 14:25:23 categories: itec3870 create diff --git a/_itec3870_sp19/ChemGenApp/index.md b/_itec3870_sp19/ChemGenApp/index.md index f853aa2..89218cf 100644 --- a/_itec3870_sp19/ChemGenApp/index.md +++ b/_itec3870_sp19/ChemGenApp/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "ChemGenApp" date: 2019-05-04 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp19/ClawConnect/index.md b/_itec3870_sp19/ClawConnect/index.md index 5acdac7..0895e4f 100644 --- a/_itec3870_sp19/ClawConnect/index.md +++ b/_itec3870_sp19/ClawConnect/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "ClawConnect" date: 2019-05-04 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp19/DnD/index.md b/_itec3870_sp19/DnD/index.md index f7cae55..4721489 100644 --- a/_itec3870_sp19/DnD/index.md +++ b/_itec3870_sp19/DnD/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: DnD date: 2019-05-04 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp19/EventTrackingSystem/index.md b/_itec3870_sp19/EventTrackingSystem/index.md index 3fa906c..209da80 100644 --- a/_itec3870_sp19/EventTrackingSystem/index.md +++ b/_itec3870_sp19/EventTrackingSystem/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Event Tracking System" date: 2019-05-04 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp19/PURS/index.md b/_itec3870_sp19/PURS/index.md index 14e10d4..ad0b88c 100644 --- a/_itec3870_sp19/PURS/index.md +++ b/_itec3870_sp19/PURS/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: PURS date: 2019-05-04 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp19/WarsoftGames/index.md b/_itec3870_sp19/WarsoftGames/index.md index e079929..a5b4eab 100644 --- a/_itec3870_sp19/WarsoftGames/index.md +++ b/_itec3870_sp19/WarsoftGames/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: Warsoft Games date: 2019-05-04 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp20/GANon-ProfitsWeb-App/index.md b/_itec3870_sp20/GANon-ProfitsWeb-App/index.md index 63c6160..252acaa 100644 --- a/_itec3870_sp20/GANon-ProfitsWeb-App/index.md +++ b/_itec3870_sp20/GANon-ProfitsWeb-App/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "GA Non-Profits Web-App" date: 2020-04-22 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp20/GGCSustainabilityPledge/index.md b/_itec3870_sp20/GGCSustainabilityPledge/index.md index 6ffbceb..64f3d29 100644 --- a/_itec3870_sp20/GGCSustainabilityPledge/index.md +++ b/_itec3870_sp20/GGCSustainabilityPledge/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "GGC Sustainability Pledge" date: 2020-04-22 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp20/GGRAResourceMap/index.md b/_itec3870_sp20/GGRAResourceMap/index.md index 12d632a..692c124 100644 --- a/_itec3870_sp20/GGRAResourceMap/index.md +++ b/_itec3870_sp20/GGRAResourceMap/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "GGRA Resource Map" date: 2020-04-22 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp20/GoodVibes/index.md b/_itec3870_sp20/GoodVibes/index.md index b6862f8..094af7f 100644 --- a/_itec3870_sp20/GoodVibes/index.md +++ b/_itec3870_sp20/GoodVibes/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Good Vibes" date: 2020-04-22 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp20/GrizzlyHacksWebsite/index.md b/_itec3870_sp20/GrizzlyHacksWebsite/index.md index 788e001..a1c053f 100644 --- a/_itec3870_sp20/GrizzlyHacksWebsite/index.md +++ b/_itec3870_sp20/GrizzlyHacksWebsite/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Grizzly Hacks Website" date: 2020-04-22 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp20/GrizzlyHacksWebsite2/index.md b/_itec3870_sp20/GrizzlyHacksWebsite2/index.md index 7d40fde..72b3b11 100644 --- a/_itec3870_sp20/GrizzlyHacksWebsite2/index.md +++ b/_itec3870_sp20/GrizzlyHacksWebsite2/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Grizzly Hacks Website 2" date: 2020-04-22 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp20/RosterSniper/index.md b/_itec3870_sp20/RosterSniper/index.md index 1969662..7433387 100644 --- a/_itec3870_sp20/RosterSniper/index.md +++ b/_itec3870_sp20/RosterSniper/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Roster Sniper" date: 2020-04-22 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp23/GGCMaps/index.md b/_itec3870_sp23/GGCMaps/index.md index df6b5fd..ede77fc 100644 --- a/_itec3870_sp23/GGCMaps/index.md +++ b/_itec3870_sp23/GGCMaps/index.md @@ -1,10 +1,9 @@ --- -layout: project-page +layout: project_page title: "GGC Maps" date: 2023-04-28 14:00:00 categories: itec3870 create collection: itec3870_sp23 - phrase: "Your Comprehensive Guide to Georgia Gwinnett College Campus Layout, Safety, and Navigation" tech: [ javascript, grunt, sass, html ] screencast-youtube: hVx8VQ5Y79M @@ -17,17 +16,6 @@ description: "The Georgia Gwinnett College map application is an essential tool logo-full: flyer-GGCMaps.png logo-thumb: thumb-flyer-GGCMaps.png repo-url: https://github.com/soft-eng-practicum/ggcmaps - -team_members: -- name: "Nick Wen" - role: "Database Admin" - picture: defaultProfile.jpg -- name: "Ryan Campbell" - role: "Backend Engineer" - picture: defaultProfile.jpg -- name: "Ti Nguyen" - role: "Frontend Engineer" - picture: defaultProfile.jpg --- Detailed information about the {{ page.title }} development process. diff --git a/_itec3870_sp23/GrizzlyHacksApp/index.md b/_itec3870_sp23/GrizzlyHacksApp/index.md index baf48a9..fb75195 100644 --- a/_itec3870_sp23/GrizzlyHacksApp/index.md +++ b/_itec3870_sp23/GrizzlyHacksApp/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Grizzly Hacks App" date: 2023-04-28 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp23/NGFMobileApp/index.md b/_itec3870_sp23/NGFMobileApp/index.md index 6e2a729..2be66ae 100644 --- a/_itec3870_sp23/NGFMobileApp/index.md +++ b/_itec3870_sp23/NGFMobileApp/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "NGF Mobile App" date: 2023-04-28 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp23/SAUCE20/index.md b/_itec3870_sp23/SAUCE20/index.md index 68c0ef9..7f69bd9 100644 --- a/_itec3870_sp23/SAUCE20/index.md +++ b/_itec3870_sp23/SAUCE20/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "SAUCE 2.0" date: 2023-04-28 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp23/SD2Website/index.md b/_itec3870_sp23/SD2Website/index.md index a2ff3f6..27af773 100644 --- a/_itec3870_sp23/SD2Website/index.md +++ b/_itec3870_sp23/SD2Website/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "SD2 Website" date: 2023-04-28 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp23/WalkingTrail/index.md b/_itec3870_sp23/WalkingTrail/index.md index 55d2b54..78c3442 100644 --- a/_itec3870_sp23/WalkingTrail/index.md +++ b/_itec3870_sp23/WalkingTrail/index.md @@ -1,5 +1,5 @@ --- -layout: project-page +layout: project_page title: "Walking Trail" date: 2023-04-28 14:00:00 categories: itec3870 create diff --git a/_itec3870_sp23/index.md b/_itec3870_sp23/index.md index 39fe640..85fb9a3 100644 --- a/_itec3870_sp23/index.md +++ b/_itec3870_sp23/index.md @@ -5,7 +5,6 @@ date: 2023-04-28 14:00:00 categories: itec3870 create appfactory collection: itec3870_sp23 --- - These projects were developed by [Georgia Gwinnett College][ggc] students during the ITEC 3870 Software Development 2 course section taught by [Dr. Cengiz Gunay][gunay-ggc] in the Spring 2023 diff --git a/_itec3870_sp25/SampleProject/index.md b/_itec3870_sp25/SampleProject/index.md new file mode 100644 index 0000000..5a08a23 --- /dev/null +++ b/_itec3870_sp25/SampleProject/index.md @@ -0,0 +1,50 @@ +--- +layout: project_page +title: "Sample Project" +date: 2025-01-01 14:00:00 +categories: itec3870 create +collection: itec3870_sp25 +phrase: "Sample Project Phrase" +tech: [ javascript, Jekyll, html ] +screencast-youtube: hVx8VQ5Y79M +prof: gunay +client: "Sample Client" +client-url: https://github.com/sample +demo-url: https://soft-eng-practicum.github.io/sample/ +description: "Sample project description" +logo-full: flyer-GGCMaps.png +logo-thumb: thumb-flyer-GGCMaps.png +repo-url: https://github.com/soft-eng-practicum/sample + +project_key: project-name +sponsor_key: cengiz-gunay +cohort: "Group Name" +--- + +Detailed information about the {{ page.title }} development process. + + + + + + + + +[ggc]: http://www.ggc.edu +[gunay-ggc]: http://www.ggc.edu/about-ggc/directory/cengiz-gunay +[doloc-ggc]: http://www.ggc.edu/about-ggc/directory/anca-doloc-mihu diff --git a/_itec3870_sp25/images/flyer-GGCMaps.png b/_itec3870_sp25/images/flyer-GGCMaps.png new file mode 100644 index 0000000..6bbf345 Binary files /dev/null and b/_itec3870_sp25/images/flyer-GGCMaps.png differ diff --git a/_itec3870_sp25/images/thumb-flyer-GGCMaps.png b/_itec3870_sp25/images/thumb-flyer-GGCMaps.png new file mode 100644 index 0000000..12eedc9 Binary files /dev/null and b/_itec3870_sp25/images/thumb-flyer-GGCMaps.png differ diff --git a/_itec3870_sp25/index.md b/_itec3870_sp25/index.md new file mode 100644 index 0000000..0f4e89d --- /dev/null +++ b/_itec3870_sp25/index.md @@ -0,0 +1,20 @@ +--- +layout: projects_new +title: "Spring 2025 Software Projects" +date: 2023-04-28 14:00:00 +categories: itec3870 create appfactory +collection: itec3870_sp25 +--- +These projects were developed by [Georgia Gwinnett College][ggc] +students during the ITEC 3870 Software Development 2 course section +taught by [Dr. Cengiz Gunay][gunay-ggc] in the Spring 2025 +semester. Each project was commissioned and supervised by a GGC +professor or an external client who provided the idea, requirements, +and direction throughout the semester. Final products were +demonstrated and tested by other students and faculty at the App +Factory demonstration in person and online sessions as part of the GGC +CREATE Symposium event on April 25th and 27th, 2025. + +[ggc]: http://www.ggc.edu +[gunay-ggc]: http://www.ggc.edu/about-ggc/directory/cengiz-gunay +[doloc-ggc]: http://www.ggc.edu/about-ggc/directory/anca-doloc-mihu diff --git a/_layouts/category.html b/_layouts/category.html index 30a4c9d..1b3ac32 100644 --- a/_layouts/category.html +++ b/_layouts/category.html @@ -1,26 +1,24 @@ --- layout: default_menu --- - {% for category in site.categories %} - {% if category[0] == page.listcategory %} + {% if category[0] == page.listcategory %} -

{{ page.listcategory }}

- + {% break %} -{% endfor %} - + {% endif %} +{% endfor %} diff --git a/_layouts/default_menu.html b/_layouts/default_menu.html index ce16f64..612789b 100644 --- a/_layouts/default_menu.html +++ b/_layouts/default_menu.html @@ -2,28 +2,21 @@ layout: default --- -
- +
+ +
+
+
+ +
- {% comment %} {% include sidemenu.html %} {% endcomment %} + {{content}} - - - - -
-
-
- -
- - {{content}} - -
- {% include footer.html %} +
+ {% include footer.html %} +
+
-
+
- -
diff --git a/_layouts/home.html b/_layouts/home.html index a950454..59c525d 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -1,106 +1,253 @@ --- -layout: default_menu +layout: default --- - -
+
-

{{site.title}}

-

{{site.tagline}}

+
-
+
-{{content}} +
-
+

{{site.title}}

+

{{site.tagline}}

-

Meet our Professors!

+
-
+ {{content}} -
+
-
+

Meet our Professors!

- Dr. Anca Doloc-Mihu +
- +
- Dr. Anca Doloc-Mihu +
-

Look again at that dot. That's here. That's home. That's us. On it everyone you love, everyone you know, everyone you ever heard of, every human being who ever was, lived out their lives.

+ Dr. Anca Doloc-Mihu -
- View on ggc.edu + Headshot of Dr. Anca Doloc-Mihu -

+

Look again at that dot. That's here. That's home. That's us. On it everyone you love, everyone you know, everyone you ever heard of, every human being who ever was, lived out their lives.

-
+ - +
- Dr. Anca Doloc-Mihu +
-

To me, it underscores our responsibility to deal more kindly with one another, and to preserve and cherish the pale blue dot, the only home we've ever known.

+ Dr. Cengiz Gunay -
- View on ggc.edu + Headshot of Dr. Cengiz Gunay -

+

To me, it underscores our responsibility to deal more kindly with one another, and to preserve and cherish the pale blue dot, the only home we've ever known.

-
+ + +
+ +
+ +
+ + + +

Read More

+
+
-
- -
- - - -
- -
-

Soft Dev 2 Course Project Demos

- -
    - {% assign collections_list = site.collections | sort: "date", "first" | reverse %} - {% for projects in collections_list %} -
  • - {{ projects.menutitle }} -
  • - {% endfor %} -
-
- -
-

Other Posts

- - {% for category in site.categories %} - {% assign cat_name = category | first %} -

  {{ cat_name }}

-
    - {% assign posts_sorted = site.categories[cat_name] | sort: "date", "first" | reverse %} - {% for post in posts_sorted %} - {% if post.url %} -
  • {{post.title}} - - {%- if post.last_modified_at -%} - {{ post.last_modified_at | date_to_string: "ordinal", "US" }} (updated) - {%- else -%} - {{ post.date | date_to_string: "ordinal", "US" }} - {%- endif -%} -
  • - {% endif %} +
    + +

    +

    + +
    +

    +
    + + {% assign all_posts = site.categories["Pinned"] + | sort: "date", "first" | reverse %} + {% assign sorted_posts = "" | split: "," %} + {% assign sorted_modified = "" | split: "," %} + + {% for post in all_posts %} + {% if post.last_modified %} + {% assign testDate = site.time + | date: "%s" %} + {% assign cutoff = testDate + | minus: 2592000 %} + {% assign testPost = post.last_modified + | date: "%s" | minus: 0 %} + {% if testPost >= cutoff %} + {% assign sorted_modified = sorted_modified + | push: post %} + {% else %} + {% assign sorted_posts = sorted_posts + | push: post %} + {% endif %} + {% else %} + {% assign sorted_posts = sorted_posts + | push: post %} + {% endif %} + {% endfor %} + + {% assign sorted_modified = sorted_modified + | sort: "last_modified", "first" | reverse %} + + {% if sorted_modified.size > 0 %} +
    +

    Recently updated:

    + {% for post in sorted_modified %} + {% if post.url %} + {{ post.title }} - {{ post.last_modified | date_to_string: "ordinal", "US" }} (updated) +
    + {% endif %} + {% endfor %} +
    + +
    + {% endif %} + + {% if sorted_posts.size > 0 %} +
    + {% for post in sorted_posts %} + {% if post.url %} + {{ post.title }} - {{ post.date | date_to_string: "ordinal", "US" }} +
    + {% endif %} + {% endfor %} +
    + {% endif %} +
    + + {% comment %} + Alphabetize categories before displaying them + {% endcomment %} + + {% assign cats = "" | split: "," %} + {% for category in site.categories %} + {% assign name = category | first %} + {% assign cats = cats | push: name %} {% endfor %} + {% assign cats = cats | sort %} + {% for category in cats %} + + {% assign name = category %} + {% if name != "Pinned" %} + +
    + +

    +

    + +
    +

    +
    + + {% assign all_posts = site.categories[name] + | sort: "date", "first" | reverse %} + {% assign sorted_posts = "" | split: "," %} + {% assign sorted_modified = "" | split: "," %} + + {% for post in all_posts %} + {% if post.last_modified %} + {% assign testDate = site.time + | date: "%s" %} + {% assign cutoff = testDate + | minus: 2592000 %} + {% assign testPost = post.last_modified + | date: "%s" | minus: 0 %} + {% if testPost >= cutoff %} + {% assign sorted_modified = sorted_modified + | push: post %} + {% else %} + {% assign sorted_posts = sorted_posts + | push: post %} + {% endif %} + {% else %} + {% assign sorted_posts = sorted_posts + | push: post %} + {% endif %} + {% endfor %} + + {% assign sorted_modified = sorted_modified + | sort: "last_modified", "first" | reverse %} + + {% if sorted_modified.size > 0 %} +
    +

    Recently updated:

    + {% for post in sorted_modified %} + {% if post.url %} + {{ post.title }} - {{ post.last_modified | date_to_string: "ordinal", "US" }} (updated) +
    + {% endif %} + {% endfor %} +
    + +
    + {% endif %} + + {% if sorted_posts.size > 0 %} +
    + {% for post in sorted_posts %} + {% if post.url %} + {{ post.title }} - {{ post.date | date_to_string: "ordinal", "US" }} +
    + {% endif %} + {% endfor %} +
    + {% endif %} +
    + + {% endif %} -
- {% endfor %} + {% endfor %} +
+ +
+ +
-
+ {% include footer.html %} + +
diff --git a/_layouts/main_page.html b/_layouts/main_page.html new file mode 100644 index 0000000..002f28c --- /dev/null +++ b/_layouts/main_page.html @@ -0,0 +1,27 @@ +--- +layout: default +--- +
+ +
+ +
+ + {% unless page.project_key or page.sponsor_key + or page.path contains "contact.md" %} +
+

{{ page.title }}

+
+ {% endunless %} + +
+ {{ content }} +
+ +
+ + {% include footer.html %} + +
+ +
diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100644 index 622253b..0000000 --- a/_layouts/page.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default_menu ---- -
- -
-

{{ page.title }}

-
- -
- {{ content }} -
- -
diff --git a/_layouts/post.html b/_layouts/post.html index 5ae2668..7b2f881 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,15 +1,200 @@ --- -layout: default_menu +layout: default ---
-
-

{{ page.title }}

- -
+
-
- {{ content }} -
+
+

{{ page.title }}

+
+ +
+
+ {{ content }} +
+ +

Read More

+
+
+ +
+ +

+

+ +
+

+
+ + {% assign all_posts = site.categories["Pinned"] + | sort: "date", "first" | reverse %} + {% assign sorted_posts = "" | split: "," %} + {% assign sorted_modified = "" | split: "," %} + + {% for post in all_posts %} + {% if post.last_modified %} + {% assign testDate = site.time + | date: "%s" %} + {% assign cutoff = testDate + | minus: 2592000 %} + {% assign testPost = post.last_modified + | date: "%s" | minus: 0 %} + {% if testPost >= cutoff %} + {% assign sorted_modified = sorted_modified + | push: post %} + {% else %} + {% assign sorted_posts = sorted_posts + | push: post %} + {% endif %} + {% else %} + {% assign sorted_posts = sorted_posts + | push: post %} + {% endif %} + {% endfor %} + + {% assign sorted_modified = sorted_modified + | sort: "last_modified", "first" | reverse %} + + {% if sorted_modified.size > 0 %} +
+

Recently updated:

+ {% for post in sorted_modified %} + {% if post.url %} + {{ post.title }} - {{ post.last_modified | date_to_string: "ordinal", "US" }} (updated) +
+ {% endif %} + {% endfor %} +
+ +
+ {% endif %} + + {% if sorted_posts.size > 0 %} +
+ {% for post in sorted_posts %} + {% if post.url %} + {{ post.title }} - {{ post.date | date_to_string: "ordinal", "US" }} +
+ {% endif %} + {% endfor %} +
+ {% endif %} +
+ + {% comment %} + Alphabetize categories before displaying them + {% endcomment %} + + {% assign cats = "" | split: "," %} + {% for category in site.categories %} + {% assign name = category | first %} + {% assign cats = cats | push: name %} + {% endfor %} + {% assign cats = cats | sort %} + {% for category in cats %} + + {% assign name = category %} + {% if name != "Pinned" %} + +
+ +

+

+ +
+

+
+ + {% assign all_posts = site.categories[name] + | sort: "date", "first" | reverse %} + {% assign sorted_posts = "" | split: "," %} + {% assign sorted_modified = "" | split: "," %} + + {% for post in all_posts %} + {% if post.last_modified %} + {% assign testDate = site.time + | date: "%s" %} + {% assign cutoff = testDate + | minus: 2592000 %} + {% assign testPost = post.last_modified + | date: "%s" | minus: 0 %} + {% if testPost >= cutoff %} + {% assign sorted_modified = sorted_modified + | push: post %} + {% else %} + {% assign sorted_posts = sorted_posts + | push: post %} + {% endif %} + {% else %} + {% assign sorted_posts = sorted_posts + | push: post %} + {% endif %} + {% endfor %} + + {% assign sorted_modified = sorted_modified + | sort: "last_modified", "first" | reverse %} + + {% if sorted_modified.size > 0 %} +
+

Recently updated:

+ {% for post in sorted_modified %} + {% if post.url %} + {{ post.title }} - {{ post.last_modified | date_to_string: "ordinal", "US" }} (updated) +
+ {% endif %} + {% endfor %} +
+ +
+ {% endif %} + + {% if sorted_posts.size > 0 %} +
+ {% for post in sorted_posts %} + {% if post.url %} + {{ post.title }} - {{ post.date | date_to_string: "ordinal", "US" }} +
+ {% endif %} + {% endfor %} +
+ {% endif %} +
+ + {% endif %} + + {% endfor %} +
+ +
+ +
+ +
+ +
+ {% include footer.html %}
diff --git a/_layouts/project-page.html b/_layouts/project-page.html deleted file mode 100644 index e4e39a2..0000000 --- a/_layouts/project-page.html +++ /dev/null @@ -1,268 +0,0 @@ ---- -layout: default ---- -
- -
- -
- -

{{ page.title }} - {% if page.phrase %} - {{ page.phrase }} - {% endif %} -

- -
- - {% if page.photos %} -

The {{ page.title }} Development Process

- -
- -
- - {% for photo in page.photos %} - -
- - - -
- - {% endfor %} - -
- -
- {% endif %} - - - -
- -
- - - - - - - -
- -
- -

Developed by {{ page.members }}
- {% if page.client-url %} - Directed by client - - - - {{ page.client }} - - - - - - {% else %} - - {{ "Directed by client _" | append: page.client | append: "_" | markdownify }} - - {% endif %} - - {% if page.prof %} - {% assign prof = site.profs[page.prof] %} -

In the course of professor - - - - - {{ prof.name }} - - - - -

- {% endif %} - -

{{ page.description | markdownify }}

- - {% if page.tech %} - -

- - Technologies: {{ page.tech | join: "; " }} - -

- - {% endif %} - - {% if page.screencast-youtube %} -
- - - -
- {% endif %} - - {% if page.screencast-vimeo %} -
- - - -
- {% endif %} - - {% if page.screencast-streamable %} -
- - - -
- {% endif %} - - - {% if page.content %} -
- {{ content }} -
- {% endif %} - -
- -
- - - {%if page.team_members %} - -
- -
- - - -
- -
- -
- -

Our Experts

-

Meet the team!

- -
- -
- -
- - - -
- - {% for team_member in page.team_members %} - -
- -
- -
- - {{ team_member.name }} - - - - - -
- -
- -

{{ team_member.name }}

- {{ team_member.role }} - -
- -
- -
- - {% endfor %} - -
- -
- -
- - {% endif %} - -
- -
- - - -
- - -
- - - - - - diff --git a/_layouts/project_page.html b/_layouts/project_page.html new file mode 100644 index 0000000..1f271da --- /dev/null +++ b/_layouts/project_page.html @@ -0,0 +1,326 @@ +--- +layout: default +--- +
+ +
+ +
+ +

{{ page.title }} + {% if page.phrase %} + {{ page.phrase }} + {% endif %} +

+ +
+ + {% if page.photos %} +

The {{ page.title }} Development Process

+ +
+ +
+ + {% for photo in page.photos %} + +
+ + + +
+ + {% endfor %} + +
+ +
+ {% endif %} + + + +
+ +
+ + + + + + + +
+ +
+ + {% if page.members %} +

Developed by {{ page.members }}
+ {% else %} +

Developed by {{ page.cohort }}
+ {% endif %} + + {% if page.client-url %} + Directed by client + + + + {{ page.client }} + + + + + + {% else %} + + {{ "Directed by client _" | append: page.client | append: "_" | markdownify }} + + {% endif %} + + {% if page.sponsor_key %} + {% assign related_sponsors = site.sponsors + | where: "sponsor_key", page.sponsor_key %} + {% if related_sponsors.size > 0 %} +

In partnership with:  + {% for s in related_sponsors %} + + + + {{ s.title }} + + + + {% endfor %} +

+ {% endif %} + {% else %} + {% assign prof = site.profs[page.prof] %} +

In the course of professor + + + + + {{ prof.name }} + + + + +

+ {% endif %} + +

{{ page.description | markdownify }}

+ + {% if page.tech %} + +

+ + Technologies: {{ page.tech | join: "; " }} + +

+ + {% endif %} + + {% if page.screencast-youtube %} +
+ + + +
+ {% endif %} + + {% if page.screencast-vimeo %} +
+ + + +
+ {% endif %} + + {% if page.screencast-streamable %} +
+ + + +
+ {% endif %} + + + {% if page.content %} +
+ {{ content }} +
+ {% endif %} + +
+ + + {% if page.cohort %} + +
+ +
+ + + +
+ +
+ +
+ +

Our Experts

+

Meet the team!

+ +
+ +
+ +
+ + + +
+ + {% assign related_students = site.students + | where: "project_key", page.project_key %} + {% if related_students.size > 0 %} + + + {% for s in related_students %} + + {% endfor %} + + {% endif %} + +
+ +
+ +
+ + {% endif %} + +
+ + {% if page.sponsor_key %} + + {% assign s = site.sponsors + | where: "sponsor_key", page.sponsor_key %} + + +
+
+
+
+

And a special thanks to...

+

Our Partner!

+
+
+
+
+ + + + + {% endif %} + +
+ + + +
+ + +
+ + + + + + diff --git a/_layouts/projects.html b/_layouts/projects.html deleted file mode 100644 index 595b4ba..0000000 --- a/_layouts/projects.html +++ /dev/null @@ -1,161 +0,0 @@ ---- -layout: default ---- -
- - {% assign all_photos = "" | split: "," %} - - {% for sub_page in site[page.collection] %} - - {% unless sub_page.url == page.url %} - {{ sub_page.title }} -
- {% endunless %} - - {% if sub_page.photos %} - {% for photo in sub_page.photos %} - {% assign all_photos = all_photos | push: photo %} - {% endfor %} - {% endif %} - - {% for photo in all_photos %} - {{ photo }} - {% endfor %} - - {% endfor %} - -
- - -
- -
- -

{{ page.title }}

- -{{ content }} - -{% if page.photos %} -

Event Photos

- -
-
- {% for project in page.photos %} -
- - - -
- - {% endfor %} -
-
-{% endif %} - -{% for project in page.projects %} - -

- - {{ project.name }} - {{ project.title }}

- - {% if project.screencast-youtube %} -
- -
- {% endif %} - {% if project.screencast-vimeo %} -
- -
- {% endif %} - - {% if project.screencast-streamable %} -
- {% endif %} - - - -
- - - -
- -

Developed by {{ project.members }}
- {% if project.client-url %} - Directed by client - {{ - project.client }} - {% else %} - {{ "Directed by client _" | append: project.client | append: "_" | markdownify }} - {% endif %} - - {% if project.prof %} - {% assign prof = site.profs[project.prof] %} -

In the course of professor - {{ - prof.name }}

- {% endif %} - - -

{{ project.description | markdownify }}

- -{% if project.tech %} -

Technologies: {{ project.tech | join: "; " }}

-{% endif %} - -
- -
- -
- - {% endfor %} - -
-
- - - - - - diff --git a/_layouts/projects_new.html b/_layouts/projects_new.html index 77cb00d..6036589 100644 --- a/_layouts/projects_new.html +++ b/_layouts/projects_new.html @@ -24,6 +24,8 @@

{{ page.title }}

+
+ {{ content }}
@@ -65,6 +67,7 @@

project.phrase }}

+
{% if project.screencast-youtube %} @@ -132,7 +135,11 @@

+ {% if project.members %}

Developed by {{ project.members }}

+ {% else %} +

Developed by {{ project.cohort }}

+ {% endif %} {% if project.client-url %} Directed by client diff --git a/_layouts/sponsor_profile.html b/_layouts/sponsor_profile.html new file mode 100644 index 0000000..b8e23cc --- /dev/null +++ b/_layouts/sponsor_profile.html @@ -0,0 +1,192 @@ +--- +layout: main_page +--- +
+ +
+
+ +
+
+
+ +
+ mentor 1 +
+
+
+
+ +
+

{{ page.title }}

+ +
+ {{ page.industry }} + {{ page.sponsor_type }} +
+
+ + +
+
+
+ + + + + + + + + Something + important + +
+
+ + + + + + + + + {{ page.sponsorships }} + Partnerships + +
+
+ + + + + + + + {{ page.location}} +
+
+
+
+ +

Skills

+ +
+ {% for skill in page.skills %} + {{skill}} + {% endfor %} +
+
+ {% assign sponsored_projects = site.itec3870_sp25 + | where: "sponsor_key", page.sponsor_key %} + {% if sponsored_projects.size > 0 %} +
+ +

Project History

+ +
+ {% for p in sponsored_projects %} + {{ p.title }} + {% endfor %} +
+
+ {% endif %} +
+ {% for highlight in page.highlights %} + + + + + + + {{ highlight }}  + + {% endfor %} +
+
+
+ {% assign page_content = page.content | strip_newlines %} + {% if page_content != "" or page_content != null + or page.linkedin or page.git or page.x or page.instagram + or page.facebook %} +
+
+

About me

+
+
+ {% unless page_content == "" or page_content == null %} + {{ content }} + {% endunless %} +
+ +
+ +
+ {% if page.linkedin %} + + + {% endif %} + {% if page.git %} + + + {% endif %} + {% if page.x %} + + + {% endif %} + {% if page.instagram %} + + + {% endif %} + {% if page.facebook %} + + + {% endif %} +
+ +
+ +
+
+ {% endif %} +
+
+
+
diff --git a/_layouts/student_profile.html b/_layouts/student_profile.html new file mode 100644 index 0000000..b4e80ff --- /dev/null +++ b/_layouts/student_profile.html @@ -0,0 +1,61 @@ +--- +layout: default +--- +
+ +
+ +
+ +
+

{{ page.title }}

+
+ +
+ {{ content }} +
+ +
+ + {% if page.website %} + + {% endif %} + {% if page.git %} + + {% endif %} + {% if page.linkedin %} + + {% endif %} + {% if page.email %} + + {% endif %} + +
+ +
+ + {% include footer.html %} + +
+ +
diff --git a/_layouts/student_profile_new.html b/_layouts/student_profile_new.html new file mode 100644 index 0000000..b7760fb --- /dev/null +++ b/_layouts/student_profile_new.html @@ -0,0 +1,195 @@ +--- +layout: main_page +--- +
+ +
+
+ +
+
+
+ +
+ mentor 1 +
+
+
+
+ +
+

{{ page.title }}

+ +
+ {{ page.major }} + {{ page.project_role }} +
+
+ +
+ {% if page.website %} + + Website + + {% endif %} + Contact +
+
+
+
+ + + + + + + + + Something + important + +
+
+ + + + + + + + + {{ page.sponsorships }} + Sponsorships + +
+
+ + + + + + + + {{ page.location}} +
+
+
+
+ +

Skills

+ +
+ {% for skill in page.skills %} + {{skill}} + {% endfor %} +
+
+ {% assign sponsored_projects = site.itec3870_sp25 + | where: "project_key", page.project_key %} + {% if sponsored_projects.size > 0 %} +
+ +

Project History

+ +
+ {% for p in sponsored_projects %} + {{ p.title }} + {% endfor %} +
+
+ {% endif %} +
+ {% for highlight in page.highlights %} + + + + + + + {{ highlight }}  + + {% endfor %} +
+
+
+ + {% assign page_content = page.content | strip_newlines %} + {% if page_content != "" or page_content != null + or page.linkedin or page.git or page.x or page.instagram + or page.facebook %} +
+
+

About me

+
+
+ {% unless page_content == "" or page_content == null %} + {{ content }} + {% endunless %} +
+ +
+ +
+ {% if page.linkedin %} + + + {% endif %} + {% if page.git %} + + + {% endif %} + {% if page.x %} + + + {% endif %} + {% if page.instagram %} + + + {% endif %} + {% if page.facebook %} + + + {% endif %} +
+ +
+ +
+
+ {% endif %} +
+
+
+
diff --git a/_posts/2018-10-28-Hackathons.md b/_posts/2018-10-28-Hackathons.md index 203ed30..58464f2 100644 --- a/_posts/2018-10-28-Hackathons.md +++ b/_posts/2018-10-28-Hackathons.md @@ -3,14 +3,12 @@ layout: post title: "Hackathons near the Atlanta Region" date: 2018-10-28 13:43:17 -last_modified_at: 2020-08-17 categories: -- Pinned - +- Resources ---
-Hackathon list last updated on {{ page.last_modified_at }}. +Hackathon list last updated on {{ page.last_modified }}.
+Write a brief introduction about who you are, your academic interests, and what motivates you. Feel free to share any relevant passions or extracurriculars. + +> Example: +> I'm a third-year Software Development major passionate about building tools that solve real-world problems. Outside of school, I enjoy hackathons, fitness tech, and mentoring new coders. + + + +## Internship Project + +Provide a short summary of your internship project—what it was, what problem it solved, and what your role was. + +**Sponsor:** [Sponsor Name] +**Team Size:** [e.g., Solo / 3 students] +**Duration:** [e.g., 10 weeks – Summer 2025] + +> Example: +> I developed a web-based dashboard for tracking lab inventory levels in real time. My responsibilities included designing the UI in Figma, implementing the front-end in React, and integrating Firebase for real-time updates. + + + +## Skills Applied & Learned + +List the technologies, tools, or soft skills you used or developed during your internship. + +- Full-stack development (React, Node.js) +- RESTful APIs & Firebase integration +- Agile sprints & team communication +- Scientific data visualization + + + +## Reflections + +Share a short paragraph or a few bullet points reflecting on the experience: + +- What was your biggest challenge? +- What are you proud of? +- What did you learn about yourself or your career goals? + +> Example: +> This internship taught me how to scope a project from idea to MVP. It also gave me the confidence to work directly with a sponsor and justify design decisions. I now know I want to pursue a career in health tech. + diff --git a/_students/Test_Student4.md b/_students/Test_Student4.md new file mode 100644 index 0000000..064b379 --- /dev/null +++ b/_students/Test_Student4.md @@ -0,0 +1,66 @@ +--- +layout: student_profile_new +title: "Leonardo Motta" +description: "" +logo: "defaultProfile.jpg" +header: "defaultProfile.jpg" +website: "https://ggc.edu" +project_role: "Student Assistant" +contact_email: "lmotta@ggc.edu" +major: "I.T., Conc. Software Development" +graduation_year: 2026 +cohort: "Summer 2025 Internship" +skills: [ "Java", "Rust", "ANSI C", "Product Management" ] +highlights: [ "President's List x2", "Dean's List x2" ] +project_key: project-name + +git: "https://github.com/bytecodebitbang" +linkedin: "https://linkedin.com/in/yourname" +x: "https://x.com" +instagram: "https://instagram.com" +facebook: "https://facebook.com" +--- + + +Write a brief introduction about who you are, your academic interests, and what motivates you. Feel free to share any relevant passions or extracurriculars. + +> Example: +> I'm a third-year Software Development major passionate about building tools that solve real-world problems. Outside of school, I enjoy hackathons, fitness tech, and mentoring new coders. + + + +## Internship Project + +Provide a short summary of your internship project—what it was, what problem it solved, and what your role was. + +**Sponsor:** [Sponsor Name] +**Team Size:** [e.g., Solo / 3 students] +**Duration:** [e.g., 10 weeks – Summer 2025] + +> Example: +> I developed a web-based dashboard for tracking lab inventory levels in real time. My responsibilities included designing the UI in Figma, implementing the front-end in React, and integrating Firebase for real-time updates. + + + +## Skills Applied & Learned + +List the technologies, tools, or soft skills you used or developed during your internship. + +- Full-stack development (React, Node.js) +- RESTful APIs & Firebase integration +- Agile sprints & team communication +- Scientific data visualization + + + +## Reflections + +Share a short paragraph or a few bullet points reflecting on the experience: + +- What was your biggest challenge? +- What are you proud of? +- What did you learn about yourself or your career goals? + +> Example: +> This internship taught me how to scope a project from idea to MVP. It also gave me the confidence to work directly with a sponsor and justify design decisions. I now know I want to pursue a career in health tech. + diff --git a/_students/browse.md b/_students/browse.md new file mode 100644 index 0000000..7e06511 --- /dev/null +++ b/_students/browse.md @@ -0,0 +1,43 @@ +--- +layout: main_page +permalink: /students/browse +title: "Browse All Student Participants" +--- +
+ {% assign cats = "" | split: "," %} + {% for student in site.students %} + {% unless student.title contains "Browse" %} +
+
+
+
+
+
+

{{ student.title }}

+
+

{{ student.major }}

+ Hover to Learn More! +
+
+
+ +
+
+
+ {% endunless %} + {% endfor %} + +
diff --git a/about.md b/about.md index 3b1dcc8..992611d 100644 --- a/about.md +++ b/about.md @@ -1,5 +1,5 @@ --- -layout: page +layout: main_page title: About the Practicum Site permalink: /about/ --- @@ -11,21 +11,191 @@ from [Georgia Gwinnett College](http://www.ggc.edu/). Many of the projects were supervised by other faculty members or external collaborators of the organization. -## Sponsors + -