This repository was archived by the owner on Mar 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsampleCourse.json
More file actions
89 lines (89 loc) · 2.4 KB
/
sampleCourse.json
File metadata and controls
89 lines (89 loc) · 2.4 KB
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
{
"name": "Sicherheit im Internet",
"url": "https://open.hpi.de/courses/intsec2014",
"abstract": "Pressemeldungen über den Diebstahl sensibler Daten in bislang ungekannten Größenordnungen verdeutlichen immer wieder...",
"description": "Der Kurs erklärt zunächst Grundbegriffe, wie z.B. \"Schwachstelle\", \"Angriff\" oder \"Sicherheitszwischenfall\"...",
"categories": [
"Computer Science",
"Internet"
],
"difficulty": "Beginner",
"requirements": [
"Interest in Internet Security",
"courseref:internetworking2013"
],
"learningObjectives": [
"Be able to understand and recognize security issues in the internet.",
"Not: Be able to administrate a server securely"
],
"costs": {
"priceCurrency": "EUR",
"price": 0
},
"languages": [
"en"
],
"workload": {
"lowerBound": 3,
"upperBound": 8
},
"startDate": "2014-07-01T12:00:00",
"endDate": "2014-09-01T12:00:00",
"duration": "P8W",
"image": "test.jpg",
"video": "test.wav",
"instructors": [
{
"name": "Christoph Meinel",
"academicTitle": ["Prof.","Dr."],
"role": "course instructor"
},
{
"name": "Thomas Staubitz",
"academicTitle": ["M.Sc."],
"role": "exercise instructor"
},
{
"name": "Feng Cheng",
"academicTitle": ["Dr."],
"role": "content expert"
}
],
"partnerInstitute": {
"name": "Hasso Plattner Institute",
"description": "The Hasso Plattner Institute is a ..."
},
"moocProvider": "openHPI",
"units": [ {
"name":"Week 1",
"description": "Introductional Unit. Overview. Housekeeping, etc.",
"videos": [
"test.mp4"
],
"assignments": [
{
"name": "Weekly Assignment 1",
"status":"returned",
"importantForCertificate": "false",
"startDate":"2014-07-02T12:00:00",
"endDate":"2014-07-03T12:00:00",
},
{
"name": "Weekly Assignment 2",
"status":"started",
"importantForCertificate": "false",
"startDate":"2014-07-02T12:00:00",
"endDate": "2014-07-03T12:00:00",
}
]
}
],
"hashtag": "#intsec2014",
"entity": 127234683,
"records": [
"security2014_certificate",
"security2014_RoA",
"security2014_CoP"
],
"license": "Proprietary"
}