Skip to content

Commit

Permalink
feat: add soc data of cgs and kdag
Browse files Browse the repository at this point in the history
  • Loading branch information
YoganshSharma committed Dec 4, 2023
1 parent e63eaea commit 369169d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
Binary file added public/data/media/images/societies/cgs.png
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 public/data/media/images/societies/kdag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions src/data/soc.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,26 @@ const soc = {
category: "Tech",
Heads: [],
},

{
name: "Kharagpur Data Analytics Group",
description: "Aimed at bringing Data Analytics and Machine Learning enthusiasts together under the umbrella of a single Society.",
facebook_link: "https://www.facebook.com/kgpdag",
wiki_link: "",
shortform: "kdag",
category: "Tech",
Heads: [],
},

{
name: "Computer Graphics Society",
description: "CGS: Computer Graphics Society, IIT Kharagpur. We believe that technology should serve as a tool to enhance creativity, rather than limit it. Our goal is to empower artists and creators with innovative tools and techniques that allow them to bring their visions to life in new and exciting ways. Our work involves innovative projects in Game development, 3D/2D graphics, AR/VR simulations, advanced visualizations through scripting and graphics programming, fostering a dynamic synergy between academia, industry, and creative exploration.",
facebook_link: "https://www.facebook.com/cgsiitkgp",
wiki_link: "",
shortform: "cgs",
category: "Tech",
Heads: [],
},
],
};
export default soc;

0 comments on commit 369169d

Please sign in to comment.