-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule-6.html
189 lines (171 loc) · 5.76 KB
/
module-6.html
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
<!DOCTYPE HTML>
<html>
<head>
<title>M6: Research Methods and Professional Practice</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="left-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Inner -->
<div class="inner">
<header>
<h1><a href="/e-Portfolio/module-6" id="logo">M6: Research Methods and Professional Practice</a>
</h1>
</header>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="/e-Portfolio">Home</a></li>
<li>
<a href="/e-Portfolio/pg-cert-cyber-security">PG Cert Cyber Security</a>
<ul>
<li><a href="/e-Portfolio/module-1">M1: Launching into Cyber Security</a></li>
<li>
<a href="/e-Portfolio/module-2">M2: Security and Risk Management <i
class="fa fa-solid fa-caret-right"></i></a>
<ul>
<li><a href="/e-Portfolio/module-2-individual-investigations">A. Individual
Investigations</a></li>
<li><a href="/e-Portfolio/module-2-seminar-activities">B. Seminar Activities</a>
</li>
<li><a href="/e-Portfolio/module-2-team-project">C. Team Project</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</nav>
</div>
<!-- Main -->
<div class="wrapper style1">
<div class="container">
<section>
<header>
<h3>About Module 6</h3>
</header>
The Security and Risk Management module reviews traditional and recent risk models, risk assessments
via qualitative and quantitative methods, security standards such as PCI-DSS business continuity and
disaster recovery solutions.
<footer>
<a href="https://online.essex.ac.uk/wp-content/uploads/2022/03/SRM_PCOM7E_PG_COM-1.pdf"
class="button info" target="_session-frame">Learn more</a>
<a href="https://www.my-course.co.uk/course/view.php?id=8910" class="button module"
target="_session-frame">Go to course</a>
<br><br>
<span class="site-note">*Some hyperlinks require access to the Security and Risk Management
Module (SRM_PCOM7E September 2022) within the University of Essex's Online Virtual Learning
Environment.
<hr />
</span>
</footer>
</section>
<section class="col-12 col-12-mobile special">
<header>
<h2>Module 2 Sections</h2>
</header>
<a href="/e-Portfolio/pdfs/M2_Unit_Readings_Compilation.pdf" class="button content"
target="_session-frame">Reading list</a>
</section>
<div class="row">
<article class="col-4 col-12-mobile special">
<header>
<h3>
<a href="/e-Portfolio/module-2-individual-investigations" class="image">
<img src="images/m2a_thumbnail.jpg" alt="" />
<br><br>
A. Individual Investigations
</a>
</h3>
</header>
<p>
Forum discussion posts, e-portfolio activities, wiki contributions, personal notes, ideas,
reflection and thoughts.
</p>
</article>
<article class="col-4 col-12-mobile special">
<header>
<h3>
<a href="/e-Portfolio/module-2-seminar-activities" class="image">
<img src="images/m2b_thumbnail.jpg" alt="" />
<br><br>
B. Seminar Activities
</a>
</h3>
</header>
<p>
A compilation of my findings, feedback and discussion of the seminars in the module's even
units from 2 to 12.
</p>
</article>
<article class="col-4 col-12-mobile special">
<header>
<h3>
<a href="/e-Portfolio/module-2-team-project" class="image">
<img src="images/m2c_thumbnail.jpg" alt="" />
<br><br>
C. Team Project
</a>
</h3>
</header>
<p>
Group project components of Pampered Pets, including Risk Identification Report and
Executive Summary.
</p>
</article>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Contact -->
<section class="contact">
<header>
<h3>Your next quest?</h3>
</header>
<p>Feel free to reach out - I'd love to hear your story!</p>
<ul class="icons">
<li><a href="mailto:xt22073@essex.ac.uk" class="icon fa fa-envelope"><span
class="label">Email</span></a></li>
<li><a href="https://github.com/xcelt/e-Portfolio" class="icon brands fa-github"
target="_session-frame"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/thecelineteh/"
class="icon brands fa-linkedin-in" target="_session-frame"><span
class="label">Linkedin</span></a></li>
</ul>
</section>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>Maintained by <a href="https://github.com/xcelt" target="_session-frame">xcelt</a>
<script>document.write(new Date().getFullYear())</script>
</li>
<li>Design: <a href="http://html5up.net" target="_session-frame">HTML5 UP</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>