Update Course for Gasal 2015/2016

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo
2015-07-27 23:39:34 +07:00
parent 6d994df9b1
commit 26d69b9572
6 changed files with 26 additions and 22 deletions
+1 -2
View File
@@ -24,8 +24,7 @@ include "../includes/courses.php";
<h3>Jadwal</h3> <h3>Jadwal</h3>
</header> </header>
<aside> <aside>
<p>Grup A<br/>Hari Senin<br/>Jam 14.30<br/>Ruang Lab E</p> <p>Grup A<br/>Hari Selasa<br/>Jam 13.30<br/>Ruang Lab H</p>
<p>Grup B<br/>Hari Kamis<br/>Jam 13.30<br/>Ruang Lab E</p>
</aside> </aside>
</section> </section>
<section class="classinfo"> <section class="classinfo">
+12 -2
View File
@@ -22,13 +22,23 @@ include "includes/navbar.html";
?> ?>
</header> </header>
<section class="teaching"> <section class="teaching">
<article>
<header>
<h1>Gasal 2015/2016</h1>
</header>
<ol>
<li><a href="adminjar-ti/index.php">Network Administration</a></li>
<li><a href="kakom-ti/index.php">Computer Security</a></li>
<li><a href="tekkom-ti/index.php">Computer Technology</a></li>
</ol>
</article>
<article> <article>
<header> <header>
<h1>Genap 2014/2015</h1> <h1>Genap 2014/2015</h1>
</header> </header>
<ol> <ol>
<li><a href="kripto-ti/index.php">Cryptography</a></li> <li>Cryptography</li>
<li><a href="manpro-ti/index.php">Project Management</a></li> <li>Project Management</li>
</ol> </ol>
</article> </article>
<article> <article>
+4 -2
View File
@@ -2,9 +2,11 @@
<ul> <ul>
<li><a href="../index.php">Home</a></li> <li><a href="../index.php">Home</a></li>
<li>|</li> <li>|</li>
<li><a href="../kripto-ti/">Crypto</a></li> <li><a href="../kakom-ti/">CompSec</a></li>
<li>|</li> <li>|</li>
<li><a href="../manpro-ti/">PM</a></li> <li><a href="../tekkom-ti/">CompTech</a></li>
<li>|</li>
<li><a href="../adminjar-ti/">NetAdmin</a></li>
</ul> </ul>
</nav> </nav>
+2 -2
View File
@@ -50,9 +50,9 @@ include "includes/quotes.php";
<article> <article>
<header> <header>
<h3>My classes next semester</h3> <h3>My classes next semester</h3>
<span><time datetime="2015-01-05">January 05, 2015</time></span> <span><time datetime="2015-07-27">July 27, 2015</time></span>
</header> </header>
<p>I will be teaching User Interface Evaluation, Project Management, and Cryptography for regular program.</p> <p>I will be teaching Computer Technology, Computer Security, and Network Administration for regular program.</p>
</article> </article>
<article> <article>
<header> <header>
+5 -12
View File
@@ -24,9 +24,9 @@ include "../includes/courses.php";
<h3>Jadwal</h3> <h3>Jadwal</h3>
</header> </header>
<aside> <aside>
<p>Grup C<br/>Hari Rabu<br/>Jam 10.30<br/>Ruang D.3.1</p> <p>Grup A<br/>Hari Selasa<br/>Jam 16.30<br/>Ruang </p>
<hr/> <hr/>
<p>Grup D<br/>Hari Rabu<br/>Jam 13.30<br/>Ruang B.3.1</p> <p>Grup B<br/>Hari Kamis<br/>Jam 13.30<br/>Ruang </p>
</aside> </aside>
</section> </section>
<section class="classinfo"> <section class="classinfo">
@@ -36,12 +36,6 @@ include "../includes/courses.php";
</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>Materi perkuliahan ini mengacu pada matakuliah <a href="https://crypto.stanford.edu/cs155/syllabus.html"><strong>Computer and Network Security (Stanford)</strong> </a>.</p>
</section> </section>
<section class="description">
<header>
<h1>PENGAJAR</h1>
</header>
<p>Erick Purwanto, S.Kom., M. Comp<br/>Willy Sudiarto Raharjo, S.Kom., M.Cs</a></p>
</section>
<section class="description"> <section class="description">
<header> <header>
<h1>PENGANTAR</h1> <h1>PENGANTAR</h1>
@@ -57,10 +51,10 @@ include "../includes/courses.php";
<ol> <ol>
<li>Syllabus</li> <li>Syllabus</li>
<li>Course Overview</li> <li>Course Overview</li>
<li>Computer Security Intro</li>
<li>Basics <li>Basics
<ul> <ul>
<li>Control hijacking attacks: exploits and defenses</li> <li>Control hijacking attacks: exploits and defenses</li>
<li>Dealing with legacy code: sandboxing and isolation</li>
<li>Principle of least privilege, access control, and operating systems security</li> <li>Principle of least privilege, access control, and operating systems security</li>
</ul> </ul>
</li> </li>
@@ -69,20 +63,19 @@ include "../includes/courses.php";
<li>Basic web security model</li> <li>Basic web security model</li>
<li>Web application security</li> <li>Web application security</li>
<li>Session management and user authentication</li> <li>Session management and user authentication</li>
<li>Content Security Policies (CSP), Web workers, and extensions</li>
<li>HTTPS: goals and pitfalls</li> <li>HTTPS: goals and pitfalls</li>
<li>HTTPS: SSL/TLS Attacks</li>
</ul> </ul>
</li> </li>
<li>Overview of Cryptography</li>
<li>Network Security <li>Network Security
<ul> <ul>
<li>Unwanted traffic: denial of service attacks</li>
<li>Malware: Computer viruses, Spyware, and key-loggers </li> <li>Malware: Computer viruses, Spyware, and key-loggers </li>
</ul> </ul>
</li> </li>
<li>Security of mobile platforms <li>Security of mobile platforms
<ul> <ul>
<li>Mobile platform security models: Android and iOS</li> <li>Mobile platform security models: Android and iOS</li>
<li>Mobile threats and malware</li>
</ul> </ul>
</li> </li>
</ol> </ol>
+2 -2
View File
@@ -24,8 +24,8 @@ include "../includes/courses.php";
<h3>Jadwal</h3> <h3>Jadwal</h3>
</header> </header>
<aside> <aside>
<p>Grup <br/>Hari Senin<br/>Jam 11.30 - 14.20<br/>Ruang B.3.1</p> <p>Grup B1<br/>Hari Senin<br/>Jam 11.30 - 14.20<br/>Ruang </p>
<p><br/>Hari Selasa<br/>Jam 10.30 - 13.20<br/>Ruang B.3.1</p> <p>Grup B2<br/>Hari Kamis<br/>Jam 10.30 - 12.00<br/>Ruang </p>
</aside> </aside>
</section> </section>
<section class="classinfo"> <section class="classinfo">