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.html
More file actions
133 lines (118 loc) · 7.16 KB
/
sampleCourse.html
File metadata and controls
133 lines (118 loc) · 7.16 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
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
<div itemscope itemtype="http:schema.org/EducationEvent/Course" id="intsec2014">
<span itemprop="name">Sicherheit im Internet</span>
<a href="https://open.hpi.de/courses/intsec2014" itemprop="url">Enter course</a>
<span itemprop="abstract">
Pressemeldungen über den Diebstahl sensibler Daten in bislang ungekannten Größenordnungen verdeutlichen immer wieder...
</span>
<span itemprop="description">
Der Kurs erklärt zunächst Grundbegriffe, wie z.B. "Schwachstelle", "Angriff" oder "Sicherheitszwischenfall"...
</span>
<span itemprop="categories" itemscope itemtype="http://schema.org/CategoryList">
<span itemprop="category">Computer Science</span>
<span itemprop="category">Internet</span>
<!-- ... -->
</span>
<span itemprop="difficulty" itemscope itemtype="http://schema.org/Difficulty">Beginner</span>
<span itemprop="requirements" itemscope itemtype="http://schema.org/RequirementList">
<span itemprop="requirement">Interest in Internet Security</span>
<span itemprop="requirement">Record of Achievement in <span itemref="internetworking2013">Internetworking with TCP/IP</span> course</span>
<!-- ... -->
</span>
<span itemprop="learningObjectives" itemtype="http://schema.org/LearningObjectiveList">
<span itemprop="learningObjective">Be able to understand and recognize security issues in the internet.</span>
<span itemprop="learningObjective">Not: Be able to administrate a server securely</span>
</span>
<span itemscope itemprop="costs" itemtype="http://schema.org/UnitPriceSpecification">Price:
<meta itemprop="priceCurrency" content="EUR" />Euro:
<span itemprop="price">0</span>
</span>
<span itemprop="languages" itemtype="http://schema.org/LanguageList">
<meta itemprop="language" content="en" /> English
<!-- ... -->
</span>
<!-- workload per week -->
<span itemprop="workload" itemtype="http://schema.org/Range">
<span itemprop="lowerBound">3</span>
<span itemprop="upperBound">8</span>
</span>
<span itemprop="startDate" itemtype="http://schema.org/DateTime">2014-07-01T12:00:00</span>
<span itemprop="endDate" itemtype="http://schema.org/DateTime">2014-09-01T12:00:00</span>
<!-- according to ISO_8601 (check if 8weeks is P8W)-->
<meta itemprop="duration" itemscope itemtype="http://schema.org/Duration" content="P8W" />8 weeks
<span itemprop="image" itemscope itemtype="http://schema.org/ImageObject">test.jpg</span>
<span itemprop="video" itemscope itemtype="http://schema.org/VideoObject">test.mp4</span>
<span itemprop="instructors" itemscope itemtype="http://schema.org/InstructorList">
<span itemprop="instructor" itemscope itemtype="http://schema.org/Instructor">
<span itemprop="name">Christoph Meinel</span>
<span itemprop="academicTitle">Prof.</span>
<span itemprop="academicTitle">Dr.</span>
<span itemprop="role" itemscope itemtype="http://schema.org/Role">Course Instructor</span>
</span>
<span itemprop="instructor"itemscope itemtype="http://schema.org/Instructor">
<span itemprop="name">Thomas Staubitz</span>
<span itemprop="academicTitle">M.Sc.</span>
<span itemprop="role" itemscope itemtype="http://schema.org/Role">Exercise Instructor</span>
</span>
<span itemprop="instructor" itemscope itemtype="http://schema.org/Instructor">
<span itemprop="name">Feng Cheng</span>
<span itemprop="academicTitle">Dr.</span>
<span itemprop="role" itemscope itemtype="http://schema.org/Role">Content Expert</span>
</span>
</span>
<span itemprop="partnerInstitute" itemscope itemtype="http://schema.org/Organization" id="hpi">
<span itemprop="name">Hasso Plattner Institute</span>
<span itemprop="description">The Hasso Plattner Institute is a ...</span>
</span>
<span itemprop="moocProvider" itemscope itemtype="http://schema.org/Organization" id="openHPI">openHPI</span>
<span itemprop="units" itemscope itemtype="http://schema.org/EducationalUnitList">
<span itemprop="unit" itemscope itemtype="http://schema.org/EducationalUnit">
<!--chapter, week, ...-->
<span itemprop="name">Woche 1</span>
<span itemprop="description">
Einführung. Übersicht. Kursplan, etc.
</span>
<span itemprop="videos" itemtype="http://schema.org/VideoList">
<span itemscope itemtype="http://schema.org/VideoObject">test.mp4</span>
<!-- ... -->
</span>
<span itemprop="assignments" itemscope itemtype="http://schema.org/AssignmentList">
<span itemprop="assignment" itemtype="http://schema.org/Assignment">
<span itemprop="name">Weekly Assignment 1</span>
<span itemprop="status" itemscope itemtype="http://schema.org/AssignmentStatus">returned</span>
<span itemprop="importantForCertificate" itemscope itemtype="http://schema.org/Boolean">False</span>
<span itemprop="startDate" itemtype="http://schema.org/DateTime">2014-07-02T12:00:00</span>
<span itemprop="endDate" itemtype="http://schema.org/DateTime">2014-07-03T12:00:00</span>
</span>
<span itemprop="assignment" itemtype="http://schema.org/Assignment">
<span itemprop="name">Weekly Assignment 2</span>
<span itemprop="status" itemscope itemtype="http://schema.org/AssignmentStatus">started</span>
<span itemprop="importantForCertificate" itemscope itemtype="http://schema.org/Boolean">False</span>
<span itemprop="startDate" itemtype="http://schema.org/DateTime">2014-07-04T12:00:00</span>
<span itemprop="endDate" itemtype="http://schema.org/DateTime">2014-07-05T12:00:00</span>
</span>
<span itemprop="assignment" itemtype="http://schema.org/Assignment">
<span itemprop="name">Weekly Assignment 3</span>
<span itemprop="status" itemscope itemtype="http://schema.org/AssignmentStatus">published</span>
<span itemprop="importantForCertificate" itemscope itemtype="http://schema.org/Boolean">False</span>
<span itemprop="startDate" itemtype="http://schema.org/DateTime">2014-07-25T12:00:00</span>
<span itemprop="endDate" itemtype="http://schema.org/DateTime">2014-07-26T12:00:00</span>
</span>
<span itemprop="assignment" itemtype="http://schema.org/Assignment">
<span itemprop="name">Weekly Assignment 4</span>
<span itemprop="status" itemscope itemtype="http://schema.org/AssignmentStatus">unpublished</span>
<span itemprop="importantForCertificate" itemscope itemtype="http://schema.org/Boolean">False</span>
<span itemprop="startDate" itemtype="http://schema.org/DateTime">2014-07-25T12:00:00</span>
<span itemprop="endDate" itemtype="http://schema.org/DateTime">2014-07-26T12:00:00</span>
</span>
</span>
</span>
</span>
<span itemprop="hashtag" itemtype="http://schema.org/Text">#intsec2014</span>
<span itemprop="entity" itemtype="http://schema.org/Number">127234683</span> //what is this good for
<span itemprop="records" itemscope itemtype="http://schema.org/RecordList">
<span itemprop="record" itemtype="http://schema.org/Record" itemref="security2014_certificate">Certificate<span>
<span itemprop="record" itemtype="http://schema.org/Record" itemref="security2014_RoA">Record of Achievement<span>
<span itemprop="record" itemtype="http://schema.org/Record" itemref="security2014_CoP">Confirmation of Participation<span>
</span>
<span itemprop="license" itemtype="http://schema.org/License">Proprietary</span>
</div>