forked from rage/cyber-security-base-19
-
Notifications
You must be signed in to change notification settings - Fork 0
/
course-metadata.json
40 lines (40 loc) · 1.18 KB
/
course-metadata.json
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
{
"@context": "http://schema.org",
"@type": "Course",
"name": "Cyber security base 2019-2020",
"description": "Cyber Security Base is a free course series by University of Helsinki and MOOC.fi that focuses on building core knowledge and abilities related to the work of a cyber security professional.",
"provider": {
"@type": "Organization",
"name": "MOOC.fi",
"sameAs": "https://mooc.fi"
},
"publisher": {
"@type": "Organization",
"name": "University of Helsinki",
"sameAs": "https://www.helsinki.fi/"
},
"hasCourseInstance": [
{
"@type": "CourseInstance",
"name": "Cyber security base 2019-2020",
"courseMode": ["MOOC", "online"],
"location": {
"@type": "Place",
"name": "Exactum, Kumpulan kampus",
"address": "Gustaf Hällströmin katu 2b 00560 Helsinki, Finland"
},
"startDate": "2018-12-14",
"audience": {
"@type": "EducationalAudience",
"educationalRole": "student",
"audienceType": "everyone"
},
"inLanguage": {
"@type": "Language",
"name": "English",
"alternateName": "en"
},
"isAccessibleForFree": true
}
]
}