Skip to content

Commit

Permalink
Publish f24 HoF for CS 290.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Jan 10, 2025
1 parent d2651fd commit 3408871
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 15 deletions.
1 change: 0 additions & 1 deletion src/data/courses/f24/cs261/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@ const topics = [
{
title: 'Graphs',
weeks: [ 10 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down
41 changes: 29 additions & 12 deletions src/data/courses/f24/cs290/hof.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// import survivalIslandImage from './hofFiles/survivalIsland.jpg';
// import survivalIslandScreencap from './hofFiles/survivalIsland.gif';
import depictionImage from './hofFiles/depiction.jpg';
import depictionScreencap from './hofFiles/depiction.gif';
import resumeBookImage from './hofFiles/resumeBook.jpg';
import resumeBookScreencap from './hofFiles/resumeBook.gif';
import t42Image from './hofFiles/t42.jpg';
import t42Screencap from './hofFiles/t42.gif';

/*
* Some helpful resources for converting image/movie files to the right formats:
Expand All @@ -8,15 +12,28 @@
* * MP4 to GIF: Gifski
*/

const hof = null;
// const hof = [
// {
// title: "",
// developers: [],
// description: "",
// imageUrl: survivalIslandImage,
// screencapUrl: survivalIslandScreencap
// }
// ];
const hof = [
{
title: "Depiction",
developers: [ "Ethan Harter", "Rose Farrens", "Sam Willard" ],
description: "Depiction is a drawing game based on Telestrations and Gartic Phone that combines elements of Telephone and Pictionary. Each player enters their starting prompt, which is then sent to the next player. Players alternate between drawing their given prompt and guessing what another player drew. At the end of the game, each chain of drawings and guesses are displayed starting with the initial prompts.",
imageUrl: depictionImage,
screencapUrl: depictionScreencap
},
{
title: "OSU Club Resume Book",
developers: [ "Will Teyema", "Owen Krause", "Cassius Villareal", "Bailey Budlong" ],
description: "A platform for OSU clubs to share members resumes with companies and sponsors. Students can log in, upload, or update their resumes, and allow club officers to share them with potential employers via a secure link. Companies have access to filter resumes and download them for review, making industry connections easier.",
imageUrl: resumeBookImage,
screencapUrl: resumeBookScreencap
},
{
title: "T42",
developers: [ "Arvin Mirtorabi" ],
description: "The T42 Chat App is a real-time chat site built with Node.js and Express. It features secure user authentication using bcryptjs for password encryption and session management powered by Supabase, with data handled via Prisma ORM. The app includes a user-friendly interface with a dark/light mode toggle, a visual chat history timeline, and is fully responsive, ensuring use on both mobile and desktop. With its simple design, T42 is meant to be engaging for the user as well as extensible for future use.",
imageUrl: t42Image,
screencapUrl: t42Screencap
},
];

export default hof;
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/data/courses/f24/cs290/hofFiles/t42.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/data/courses/f24/cs290/hofFiles/t42.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/data/courses/f24/cs290/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var courseDetails = {
},
{
title: 'The CS 290 Hall of Fame',
link: '/teaching/hof/cs290',
link: '/teaching/hof/cs290#f24',
description: 'this is a showcase of some of the very best final projects from past terms of CS 290'
},
{
Expand Down
1 change: 0 additions & 1 deletion src/data/courses/f24/cs290/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ const topics = [
{
title: 'Asynchronous Client-Server Communication and User-Generated Content',
weeks: [ 10 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down

0 comments on commit 3408871

Please sign in to comment.