forked from ML-Fusion-Lab/ML-Fusion-Lab-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
courseDetails.js
324 lines (323 loc) · 14.4 KB
/
courseDetails.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
const courseDetails = [
{
id: "course_1",
img: "Course Assets/1.jpg",
logo: "https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
logoName: "IBM",
title: "Google AI Essentials",
desc: "Beginner · Course",
skills: "AI fundamentals",
certifiedBy:
"https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
instructors: ["Dr. Sarah Lee", "Prof. John Smith"],
courseDetails: {
lessons: 12,
assignments: 5,
duration: { hours: 20, minutes: 30 },
},
about:
"Dive into the world of AI with Google AI Essentials. This comprehensive course provides a solid foundation in artificial intelligence concepts, machine learning techniques, and their practical applications. You'll explore cutting-edge AI technologies and learn how to leverage Google's AI tools to solve real-world problems.",
learningOutcomes: [
"Understand core AI concepts and terminology",
"Apply machine learning algorithms to solve practical problems",
"Utilize Google's AI tools effectively",
"Develop AI-powered applications",
],
requirements: [
"Basic programming knowledge",
"Familiarity with Python (recommended)",
"Understanding of basic mathematics and statistics",
],
strikedPrice: "$199",
price: "$149",
},
{
id: "course_2",
img: "Course Assets/2.jpg",
logo: "https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
logoName: "IBM",
title: "Python for Everybody",
desc: "Beginner · Specialization",
skills: "Python programming",
certifiedBy:
"https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
instructors: ["Dr. Charles Severance"],
courseDetails: {
lessons: 25,
assignments: 10,
duration: { hours: 40, minutes: 0 },
},
about:
"Python for Everybody is a comprehensive specialization designed to introduce you to programming and Python. From the basics of syntax to advanced concepts like data structures and web scraping, this course covers it all. You'll gain hands-on experience through numerous coding exercises and projects, preparing you for real-world programming challenges.",
learningOutcomes: [
"Master Python fundamentals and syntax",
"Work with data structures and algorithms",
"Develop web scraping skills",
"Create basic Python applications",
],
requirements: [
"No prior programming experience required",
"Basic computer skills",
"Willingness to learn and practice regularly",
],
strikedPrice: "$249",
price: "$199",
},
{
id: "course_3",
img: "Course Assets/3.jpg",
logo: "https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
logoName: "IBM",
title: "Prompt Engineering",
desc: "Beginner · Specialization",
skills: "AI interaction",
certifiedBy:
"https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
instructors: ["Dr. Emily Chen", "Prof. Michael Johnson"],
courseDetails: {
lessons: 15,
assignments: 8,
duration: { hours: 25, minutes: 45 },
},
about:
"Unlock the power of AI language models with our Prompt Engineering specialization. Learn the art and science of crafting effective prompts to get the most out of AI systems. This course covers various techniques, best practices, and ethical considerations in prompt engineering, enabling you to leverage AI tools more efficiently in your projects and workflows.",
learningOutcomes: [
"Understand the principles of prompt engineering",
"Craft effective prompts for various AI tasks",
"Optimize AI model outputs",
"Apply ethical considerations in AI interactions",
],
requirements: [
"Basic understanding of AI and machine learning",
"Familiarity with natural language processing concepts",
"Critical thinking and problem-solving skills",
],
strikedPrice: "$179",
price: "$139",
},
{
id: "course_4",
img: "Course Assets/4.jpg",
logo: "https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
logoName: "IBM",
title: "IBM Data Science",
desc: "Beginner · Professional Certificate",
skills: "Data science, AI skills",
certifiedBy:
"https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
instructors: ["Dr. Robert Taylor", "Prof. Lisa Wong"],
courseDetails: {
lessons: 30,
assignments: 15,
duration: { hours: 60, minutes: 0 },
},
about:
"Embark on a journey to become a skilled data scientist with IBM's comprehensive Data Science Professional Certificate program. This course covers everything from basic statistics to advanced machine learning techniques. You'll work with real-world datasets, learn to use popular data science tools, and develop a portfolio of projects to showcase your skills to potential employers.",
learningOutcomes: [
"Master data analysis and visualization techniques",
"Develop proficiency in machine learning algorithms",
"Gain hands-on experience with data science tools",
"Create a portfolio of data science projects",
],
requirements: [
"Basic knowledge of mathematics and statistics",
"Familiarity with programming concepts (preferably Python)",
"Analytical mindset and problem-solving skills",
],
strikedPrice: "$399",
price: "$299",
},
{
id: "course_5",
img: "Course Assets/5.jpg",
logo: "https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
logoName: "IBM",
title: "Machine Learning Fundamentals",
desc: "Intermediate · Course",
skills: "Machine learning, AI skills",
certifiedBy:
"https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
instructors: ["Dr. Alex Martinez", "Prof. Sophia Lee"],
courseDetails: {
lessons: 20,
assignments: 10,
duration: { hours: 35, minutes: 0 },
},
about:
"Delve into the core concepts of machine learning with this comprehensive course. From supervised and unsupervised learning to deep neural networks, you'll gain a solid understanding of various ML algorithms and their applications. Through hands-on projects, you'll learn to implement these algorithms and tackle real-world problems using popular ML libraries.",
learningOutcomes: [
"Understand key machine learning algorithms",
"Implement ML models using Python libraries",
"Evaluate and optimize model performance",
"Apply ML techniques to solve real-world problems",
],
requirements: [
"Intermediate Python programming skills",
"Basic understanding of statistics and linear algebra",
"Familiarity with data analysis concepts",
],
strikedPrice: "$299",
price: "$249",
},
{
id: "course_6",
img: "Course Assets/6.jpg",
logo: "https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
logoName: "IBM",
title: "Big Data Analytics",
desc: "Advanced · Specialization",
skills: "Big data, Analytics",
certifiedBy:
"https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
instructors: ["Dr. David Chen", "Prof. Rachel Brown"],
courseDetails: {
lessons: 28,
assignments: 12,
duration: { hours: 50, minutes: 30 },
},
about:
"Master the skills needed to handle and analyze massive datasets with our Big Data Analytics specialization. Learn to work with distributed computing systems, implement MapReduce algorithms, and use tools like Hadoop and Spark. This course will equip you with the knowledge to extract valuable insights from big data and drive data-informed decision-making in organizations.",
learningOutcomes: [
"Understand big data ecosystems and technologies",
"Implement distributed computing algorithms",
"Use Hadoop and Spark for big data processing",
"Develop skills in data mining and predictive analytics",
],
requirements: [
"Strong programming skills (preferably in Java or Scala)",
"Understanding of database systems",
"Familiarity with basic statistical concepts",
],
strikedPrice: "$449",
price: "$379",
},
{
id: "course_7",
img: "Course Assets/7.jpg",
logo: "https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
logoName: "IBM",
title: "Cybersecurity Essentials",
desc: "Beginner · Professional Certificate",
skills: "Cybersecurity",
certifiedBy:
"https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
instructors: ["Prof. Mark Thompson", "Dr. Laura Garcia"],
courseDetails: {
lessons: 22,
assignments: 8,
duration: { hours: 40, minutes: 15 },
},
about:
"Dive into the world of cybersecurity with this comprehensive course. Learn about common threats, security protocols, and best practices for protecting digital assets. You'll gain hands-on experience with security tools, explore ethical hacking techniques, and develop the skills to identify and mitigate potential vulnerabilities in computer systems and networks.",
learningOutcomes: [
"Understand fundamental cybersecurity concepts",
"Implement basic security measures",
"Perform vulnerability assessments",
"Develop incident response strategies",
],
requirements: [
"Basic understanding of computer networks",
"Familiarity with operating systems (Windows, Linux)",
"No prior security experience required",
],
strikedPrice: "$299",
price: "$249",
},
{
id: "course_8",
img: "Course Assets/8.jpg",
logo: "https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
logoName: "IBM",
title: "Cloud Computing Fundamentals",
desc: "Intermediate · Course",
skills: "Cloud computing",
certifiedBy:
"https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
instructors: ["Dr. Samuel Lee", "Prof. Emma Watson"],
courseDetails: {
lessons: 18,
assignments: 6,
duration: { hours: 30, minutes: 0 },
},
about:
"Explore the foundations of cloud computing in this comprehensive course. Learn about different cloud service models, deployment strategies, and leading cloud platforms. You'll gain hands-on experience setting up and managing cloud infrastructure, understand scalability and security considerations, and develop the skills to architect cloud-based solutions for various business needs.",
learningOutcomes: [
"Understand cloud computing concepts and models",
"Deploy and manage cloud infrastructure",
"Implement cloud security best practices",
"Architect scalable cloud-based solutions",
],
requirements: [
"Basic understanding of networking concepts",
"Familiarity with virtualization technologies",
"Some experience with Linux command line",
],
strikedPrice: "$279",
price: "$229",
},
{
id: "course_9",
img: "Course Assets/9.jpg",
logo: "https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
logoName: "IBM",
title: "Blockchain Technology",
desc: "Advanced · Specialization",
skills: "Blockchain, Cryptocurrency",
certifiedBy:
"https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
instructors: ["Dr. Michael Chang", "Prof. Jessica Roberts"],
courseDetails: {
lessons: 24,
assignments: 10,
duration: { hours: 45, minutes: 30 },
},
about:
"Delve into the revolutionary world of blockchain technology with this advanced specialization. Understand the underlying principles of distributed ledgers, smart contracts, and consensus mechanisms. You'll learn to develop blockchain applications, explore different blockchain platforms, and gain insights into the potential impact of this technology across various industries.",
learningOutcomes: [
"Understand blockchain fundamentals and architecture",
"Develop smart contracts and decentralized applications",
"Implement blockchain solutions using popular platforms",
"Evaluate blockchain use cases for different industries",
],
requirements: [
"Strong programming skills (preferably in JavaScript or Solidity)",
"Understanding of cryptography basics",
"Familiarity with distributed systems concepts",
],
strikedPrice: "$399",
price: "$349",
},
{
id: "course_10",
img: "Course Assets/10.png",
logo: "https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
logoName: "IBM",
title: "Data Visualization Mastery",
desc: "Intermediate · Course",
skills: "Data visualization, Analytics",
certifiedBy:
"https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg",
instructors: ["Prof. Sarah Johnson", "Dr. Thomas Lee"],
courseDetails: {
lessons: 16,
assignments: 8,
duration: { hours: 28, minutes: 45 },
},
about:
"Master the art and science of data visualization with this comprehensive course. Learn to transform complex data into clear, compelling visual stories. You'll explore various visualization techniques, work with popular tools like Tableau and D3.js, and develop the skills to create interactive dashboards and data-driven narratives that effectively communicate insights to diverse audiences.",
learningOutcomes: [
"Understand principles of effective data visualization",
"Create compelling visualizations using various tools",
"Design interactive dashboards and data stories",
"Apply best practices for different data types and audiences",
],
requirements: [
"Basic understanding of data analysis concepts",
"Familiarity with spreadsheet software",
"Some programming experience (preferably JavaScript) for advanced topics",
],
strikedPrice: "$249",
price: "$199",
},
];
export default courseDetails;