Files
lecturer/ati-ti/index.php
T
Willy Sudiarto Raharjo bb4d4d3057 Added Week 13 Material
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
2013-04-30 23:28:51 +07:00

82 lines
3.2 KiB
PHP

<!DOCTYPE html>
<head>
<title>Willy Sudiarto Raharjo - Computer Technology</title>
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Arsitektur Teknologi Informasi, Teknik Informatika" />
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Arsitektur Teknologi Informasi Universitas Kristen Duta Wacana" />
<link rel="icon" href="../images/favicon.ico" type="image/ico" />
<style type="text/css">
@import "../includes/index.css";
@import "../includes/normalize.css";
</style>
</head>
<body>
<?php
include "../includes/functions.php";
?>
<header role="banner">
<?php
include "../includes/courses.php";
?>
</header>
<section class="title">IT Architecture</section>
<section class="sidebar">
<header>
<h3>Jadwal</h3>
</header>
<aside>
<p>Grup A<br/>Hari Rabu<br/>Jam 10.30<br/>Ruang D.3.1</p>
<hr/>
<p>Grup B<br/>Hari Rabu<br/>Jam 13.30<br/>Ruang D.3.1</p>
</aside>
<header>
<h3><a href="TOPIK">Topik Presentasi</a></h3>
</header>
<header>
<h3><a href="https://docs.google.com/spreadsheet/pub?key=0AvhuiUaiIBYmdEl1cV84QTR6Umk0WDdVOS1sNjBDd1E&amp;output=html">Nilai Sementara</a></h3>
</header>
</section>
<section class="classinfo">
<section class="description">
<header>
<h1>PENGANTAR</h1>
</header>
<p>Matakuliah ini memberikan landasan terkait dengan pengembangan dan pembangunan arsitektur teknologi informasi. Selain lapisan dan metodologi pengembangannya, matakuliah ini juga akan mendiskusikan beberapa bentuk arsitektur teknologi informasi yang sudah diterapkan disertai dengan studi kasus.</p>
</section>
</section>
<section class="material">
<header>
<h1>MATERI</h1>
</header>
<ol>
<li><a href="syllabus.pdf">Syllabus</a></li>
<li><a href="introduction.pdf">Introduction to IT Architectures</a></li>
<li><a href="server_architectures.pdf">Server Architectures</a></li>
<li><a href="virtualizations.pdf">Virtualizations</a></li>
<li><a href="cloud_computing.pdf">Cloud Computing</a></li>
<li><a href="web_architecture.pdf">Web Architecture</a></li>
<li><a href="service_oriented_architecture.pdf">Service Oriented Architecture</a></li>
<li><a href="web_service.pdf">Web Services Architectures</a></li>
<li><a href="search_engine_architecture.pdf">Search Engines Architectures</a></li>
<li><a href="ebusiness_ecommerce_system_architecture.pdf">E-Business &amp; E-Commerce System Architectures</a></li>
<li><a href="web_architecture_social_network.pdf">Web 2.0 &amp; Social Networks Architectures</a></li>
<li><a href="mobile_pervasive_computing.pdf">Mobile System &amp; Pervasive Computing Architectures</a></li>
<li>Enterprise System Architectures</li>
</ol>
</section>
<section class="references">
<header>
<h1>REFERENSI</h1>
</header>
<ol>
<li>Enterprise Cloud Computing: Technology, Architecture, Applications (Gautam Shroff, Cambridge)</li>
<li>Cloud Computing Bible (Barrie Sosinsky, Wiley)</li>
<li>Distributed and Cloud Computing: From Parallel Processing to the Internet of Things (Kai Hwang, Jack Dongarra, Geoffrey C. Fox, Morgan Kaufmann)</li>
</ol>
</section>
<?php
include "../includes/footer.php";
?>
</body>
</html>