Skip to content

Commit 5c0d359

Browse files
committed
UPDATE Website
Added the following items: 1. MSAI details 2. Articles Updated summary.
1 parent d8ed7b6 commit 5c0d359

4 files changed

Lines changed: 98 additions & 6 deletions

File tree

components/custom/articles/articles.tsx

Lines changed: 49 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,58 @@
11
"use client";
22

3+
import articles from "../../../public/data/articles.json";
4+
import Card from "../card/card";
5+
import CardSubHeader from "../card/card-sub-header";
36
import Link from "next/link";
4-
import certifications from "../../../public/data/certifications.json";
5-
import { ScrollText } from "lucide-react";
7+
import { Button } from "@/components/ui/button";
8+
import CardCollection from "../card/card-collection";
69

710
const Articles = () => {
811
return (
9-
<div className="flex h-fit text-6xl text-muted-foreground">
10-
<div className="m-auto">No Articles</div>
11-
</div>
12+
<CardCollection>
13+
{articles.map((article) => (
14+
<Card
15+
key={article.id}
16+
header={article.title}
17+
body={
18+
<div className="flex-col divide-y">
19+
<div className="grid gap-2 pb-2">
20+
<CardSubHeader primary_header1={"Description"} />
21+
<div className="">{article.description}</div>
22+
</div>
23+
<div className="grid gap-2 pb-2">
24+
<CardSubHeader primary_header1={"Date"} />
25+
<div className="text-sm text-muted-foreground">
26+
{article.date}
27+
</div>
28+
</div>
29+
</div>
30+
}
31+
footer={
32+
<div className="grid grid-cols-2 text-sm text-muted-foreground">
33+
<Button variant="outline" asChild>
34+
<Link
35+
href={article.view_url}
36+
target="_blank"
37+
className="justify-self-start"
38+
>
39+
View Article
40+
</Link>
41+
</Button>
42+
<Button variant="outline" asChild>
43+
<Link
44+
href={article.download_url}
45+
target="_blank"
46+
className="justify-self-end"
47+
>
48+
Download Article
49+
</Link>
50+
</Button>
51+
</div>
52+
}
53+
/>
54+
))}
55+
</CardCollection>
1256
);
1357
};
1458

public/data/academics.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
11
[
2+
{
3+
"degree": "Master of Science in Artificial Intelligence",
4+
"institution_link": "https://www.ucumberlands.edu",
5+
"institution_name": "University of the Cumberlands",
6+
"location": "Dallas, Texas, United States",
7+
"graduation_time": "May 2027",
8+
"has_courses": true,
9+
10+
"courses_taken":
11+
[
12+
{
13+
"semester": "Fall 2025",
14+
"courses": [
15+
{
16+
"course_link": "https://catalog.ucumberlands.edu/content.php?filter%5B27%5D=MSAI&filter%5B29%5D=630&filter%5Bkeyword%5D=&filter%5B32%5D=1&filter%5Bcpage%5D=1&cur_cat_oid=1&expand=&navoid=24&search_database=Filter&filter%5Bexact_match%5D=1#acalog_template_course_filter",
17+
"course_code": "MSAI 630",
18+
"course_name": "Generative AI with Large Language Models"
19+
},
20+
21+
{
22+
"course_link": "https://catalog.ucumberlands.edu/content.php?filter%5B27%5D=MSAI&filter%5B29%5D=632&filter%5Bkeyword%5D=&filter%5B32%5D=1&filter%5Bcpage%5D=1&cur_cat_oid=1&expand=&navoid=24&search_database=Filter&filter%5Bexact_match%5D=1#acalog_template_course_filter",
23+
"course_code": "MSAI 632",
24+
"course_name": "Application of AI in Risk Management"
25+
}
26+
]
27+
}
28+
]
29+
},
30+
231
{
332
"degree": "Master of Science in Information Technology",
433
"institution_link": "https://www.ucumberlands.edu",

public/data/articles.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[
2+
{
3+
"id": 1,
4+
"title": "Artificial Intelligence - Definition, Opinion, Examples, and Perception",
5+
"description": "Artificial Intelligence (AI) has emerged as one of the most transformative technologies of the 21st century, influencing fields as diverse as healthcare, business, education, and law. As AI capabilities continue to expand, so too does the complexity of defining and understanding its true nature. This article explores four core dimensions of AI: its definition, current availability and role in augmenting human tasks, key technologies that exemplify its use, and the varying perceptions of AI across industries and geographic contexts. Moreover, it highlights both the promise and limitations of AI in practical settings, offering a nuanced view of its current impact and future trajectory.",
6+
"date": "22 July 2025",
7+
"download_url": "https://raw.githubusercontent.com/rishikdev/articles/main/Artificial%20Intelligence%20-%20Definition%2C%20Opinion%2C%20Examples%2C%20and%20Perception.pdf",
8+
"view_url": "https://github.com/rishikdev/articles/blob/main/Artificial%20Intelligence%20-%20Definition%2C%20Opinion%2C%20Examples%2C%20and%20Perception.pdf"
9+
},
10+
11+
{
12+
"id": 2,
13+
"title": "Emerging Technologies - Impact & Remedies",
14+
"description": "In today’s rapidly evolving digital landscape, emerging technologies such as artificial intelligence, Internet of Things, robotic process automation, and social media technologies are profoundly transforming organisational structures, operations, and strategies. These technologies drive complexity by fostering hyper-connectivity and dynamic interdependencies among people, processes, and systems (Benbya et al., 2020). While they offer significant opportunities for innovation and competitive advantage, they also introduce unpredictability and systemic challenges that many organisations struggle to manage. As a result, organisations are compelled to adopt adaptive approaches that can mitigate the burdens of digitalisation. By embracing strategies, such as the thoughtful application of digital solutions, designing evolvable systems, embracing complexity science approaches, cultivating IT-enabled agility, and strategically configuring organisational capabilities, firms can better navigate digital complexity (Benbya et al., 2020). This article explores the dual impact of emerging technologies and outlines strategies organisations can adopt to reduce their disruptive effects.",
15+
"date": "15 May 2025",
16+
"download_url": "https://raw.githubusercontent.com/rishikdev/articles/main/Emerging%20Technologies%20-%20Impact%20%26%20Remedies.pdf",
17+
"view_url": "https://github.com/rishikdev/articles/blob/main/Emerging%20Technologies%20-%20Impact%20%26%20Remedies.pdf"
18+
}
19+
]

public/data/summaries.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
22
{
3-
"summary": "I am a skilled software developer with a strong background in developing applications across a range of platforms and technologies. I hold a Master of Science in Computer Science from The University of Texas at Dallas and am currently pursuing a Master of Science in Information Technology at the University of the Cumberlands. My academic journey has been enriched with hands-on projects such as developing a first-person VR game using Unity, creating interactive virtual environments, and building web-based applications like GameArena, an online video game store.\n\nMy professional experience spans multiple roles, including my tenure at Develop for Good, where I delivered a data management platform for a nonprofit client on GCP, building ingestion pipelines and crafting client-facing dashboards; my time as a Software Developer at Compunnel Inc., where I honed my skills in mobile and web application development; at Rebecca Everlene Trust Company, I worked as a Game Developer, creating immersive experiences using Unity Game Engine and C#; as an Associate Software Engineer at Accenture, I collaborated in an agile environment, developing SaaS applications with Java and React.js.\n\nIn addition to my professional experience, I have worked on various personal projects such as My Notes Plus, a note-taking app, and Space Shooter, a 3D video game. I am proficient in several programming languages, including Java, C#, Swift, Python, and JavaScript, and familiar with frameworks such as SwiftUI, UIKit, and Tailwind CSS. My toolbox also includes React.js, Next.js, Firebase, and Git, among others.\n\nI am passionate about leveraging my technical skills to create innovative solutions and continuously learning new technologies to stay at the forefront of the field."
3+
"summary": "I am a skilled software developer with a strong background in developing applications across a range of platforms and technologies. I hold a Master of Science in Computer Science from the University of Texas at Dallas, a Master of Science in Information Technology from the University of the Cumberlands and am currently pursuing a Master of Science in Artificial Intelligence at the University of the Cumberlands. My academic journey has been enriched with hands-on projects such as developing a first-person VR game using Unity, creating interactive virtual environments, and building web-based applications like GameArena, an online video game store.\n\nMy professional experience spans multiple roles, including my tenure at Develop for Good, where I delivered a data management platform for a nonprofit client on GCP, building ingestion pipelines and crafting client-facing dashboards; my time as a Software Developer at Compunnel Inc., where I honed my skills in mobile and web application development; at Rebecca Everlene Trust Company, I worked as a Game Developer, creating immersive experiences using Unity Game Engine and C#; as an Associate Software Engineer at Accenture, I collaborated in an agile environment, developing SaaS applications with Java and React.js.\n\nIn addition to my professional experience, I have worked on various personal projects such as My Notes Plus, a note-taking app, and Space Shooter, a 3D video game. I am proficient in several programming languages, including Java, C#, Swift, Python, and JavaScript, and familiar with frameworks such as SwiftUI, UIKit, and Tailwind CSS. My toolbox also includes React.js, Next.js, Firebase, and Git, among others.\n\nI am passionate about leveraging my technical skills to create innovative solutions and continuously learning new technologies to stay at the forefront of the field."
44
}
55
]

0 commit comments

Comments
 (0)