Update courses for next semester.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo
2016-06-19 13:08:59 +07:00
parent 3a3fc5ec42
commit 7af2bcf95d
4 changed files with 38 additions and 42 deletions
+13 -3
View File
@@ -24,12 +24,22 @@ include "includes/navbar.html";
<section class="teaching"> <section class="teaching">
<article> <article>
<header> <header>
<h1>genap 2015/2016</h1> <h1>Gasal 2016/2017</h1>
</header> </header>
<ol> <ol>
<li><a href="manpro-ti/index.php">Project Management</a></li> <li>Business Communication</li>
<li><a href="kakom-ti/index.php">Computer Security</a></li> <li><a href="kakom-ti/index.php">Computer Security</a></li>
<li><a href="os-ti/index.php">Operating System</a></li> <li><a href="kripto-ti/index.php">Cryptography</a></li>
</ol>
</article>
<article>
<header>
<h1>Genap 2015/2016</h1>
</header>
<ol>
<li>Project Management</li>
<li>Computer Security</li>
<li>Operating System</li>
</ol> </ol>
</article> </article>
<article> <article>
+2 -2
View File
@@ -4,9 +4,9 @@
<li>|</li> <li>|</li>
<li><a href="../kakom-ti/">CompSec</a></li> <li><a href="../kakom-ti/">CompSec</a></li>
<li>|</li> <li>|</li>
<li><a href="../manpro-ti/">Proj Mngmt</a></li> <li><a href="../kripto-ti/">Crypto</a></li>
<li>|</li> <li>|</li>
<li><a href="../os-ti/">OS</a></li> <li><a href="../biskom-ti/">BussCom</a></li>
</ul> </ul>
</nav> </nav>
+4 -3
View File
@@ -50,11 +50,12 @@ include "includes/quotes.php";
<article> <article>
<header> <header>
<h3>My classes next semester</h3> <h3>My classes next semester</h3>
<span><time datetime="2016-01-07">July 27, 2015</time></span> <span><time datetime="2016-06-17">June 19, 2016</time></span>
</header> </header>
<p>I will be teaching Computer Security, Operating System, and Project Management.</p> <p>I will be teaching Computer Security, Cryptography, and Business Communication.</p>
</article> </article>
<header> <article>
<header>
<h3>HTML5 and CSS 3 Compliance</h3> <h3>HTML5 and CSS 3 Compliance</h3>
<span><time datetime="2012-06-14">June 14, 2012</time></span> <span><time datetime="2012-06-14">June 14, 2012</time></span>
</header> </header>
+19 -34
View File
@@ -24,21 +24,21 @@ include "../includes/courses.php";
<h3>Jadwal</h3> <h3>Jadwal</h3>
</header> </header>
<aside> <aside>
<p>Grup A<br/>Hari Senin<br/>Jam 11.30<br/>Ruang </p> <p>Grup <br/>Hari <br/>Jam <br/>Ruang </p>
</aside> </aside>
</section> </section>
<section class="classinfo"> <section class="classinfo">
<section class="notice"> <section class="description">
<header> <header>
<h1>PEMBERITAHUAN</h1> <h1>PENGAJAR</h1>
</header> </header>
<p>Materi perkuliahan ini mengacu pada matakuliah <a href="https://crypto.stanford.edu/cs155/syllabus.html"><strong>Computer and Network Security (Stanford)</strong> </a>.</p> <p>Ignatia Dhian E.K.R, S.Kom, M.Eng<br/>Willy Sudiarto Raharjo, S.Kom., M.Cs</a></p>
</section> </section>
<section class="description"> <section class="description">
<header> <header>
<h1>PENGANTAR</h1> <h1>PENGANTAR</h1>
</header> </header>
<p>Matakuliah ini memperkenalkan konsep pengamanan data dan informasi dengan berfokus pada empat bagian utama, yaitu pembatasan akses, keamanan web, keamanan jaringan, dan keamanan pada platform mobile.</p> <p>Matakuliah ini memperkenalkan konsep pengamanan data dan informasi dengan berfokus pada low-level security, keamanan web, kriptografi, dan keamanan jaringan kabel/nirkabel.</p>
</section> </section>
</section> </section>
@@ -48,38 +48,23 @@ include "../includes/courses.php";
</header> </header>
<ol> <ol>
<li>Syllabus</li> <li>Syllabus</li>
<li>Course Overview</li> <li>Introduction to Computer Security</li>
<li>Computer Security Intro</li> <li>Low Level Security</li>
<li>Basics <li>Attacks on Low Level Security</li>
<ul> <li>Introduction to Web Security</li>
<li>Control hijacking attacks: exploits and defenses</li> <li>Attacks on the Web Platform</li>
<li>Principle of least privilege, access control, and operating systems security</li> <li>Web 2.0 Attacks</li>
</ul> <li>Malware</li>
</li> <li>Introduction to Cryptography</li>
<li>Web Security <li>Modern Cryptography</li>
<ul> <li>Cryptography Applications</li>
<li>Basic web security model</li> <li>Networking Basics</li>
<li>Web application security</li> <li>Network Attacks</li>
<li>Session management and user authentication</li> <li>Network Security</li>
<li>HTTPS: goals and pitfalls</li> <li>Wireless Security</li>
<li>HTTPS: SSL/TLS Attacks</li>
</ul>
</li>
<li>Overview of Cryptography</li>
<li>Network Security
<ul>
<li>Malware: Computer viruses, Spyware, and key-loggers </li>
</ul>
</li>
<li>Security of mobile platforms
<ul>
<li>Mobile platform security models: Android and iOS</li>
</ul>
</li>
</ol> </ol>
</section> </section>
<section class="references"> <section class="references">
</section> </section>
<?php <?php
include "../includes/footer.php"; include "../includes/footer.php";