-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
128 lines (110 loc) · 3.99 KB
/
index.html
File metadata and controls
128 lines (110 loc) · 3.99 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Name : TriColor
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20090723
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>DISTECH at Bergen University College </title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
<div id="banner"> </div>
<div id="header">
<div id="logo">
<h1><a href="">DISTECH -</a></h1>
<p>Software Technologies for Distributed Systems</p>
</div>
</div>
<!-- end #header -->
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="people.html">People</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="links.html">Links</a></li>
</ul>
</div>
<!-- end #menu -->
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<div class="post">
<div class="entry">
<p class "meta"><img src="images/distechlogo.jpg" width=180px</img></p>
</div>
<h2 class="title"></h2>
<hr>
<div class="entry">
<p><a href="http://www.hib.no/aktuelt/nyheter/2012/10/simsubsea.asp">SIM Subsea Game Development</a><br></p>
<p><a href="http://www.forskning.no/artikler/2010/januar/239252">Model-driven development</a><br>(Programsvakhet gir datakrasj)</a></p>
<p><a href="http://www.forskning.no/artikler/2010/februar/241429">CERN data collection</a><br>(Luker bort feilkilder ved CERN)</a></p>
<p><a href="http://nwpt12.ii.uib.no/">NWPT'12</a></p>
</div>
<hr>
</div>
<div style="clear: both;"> </div>
</div>
<!-- end #content -->
<div id="sidebar">
<h2>About DISTECH</h2>
<p>DISTECH is a strategic research initiative
at <a href="http://www.hib.no">Bergen University College</a> focusing
on software technologies for distributed systems. The purpose of the
DISTECH research programme is to research and develop new software
technologies in order to address the challenges in developing modern
complex distributed systems.</p>
<p>The initiative is anchored in the research and development
activities at
the <a href="http://www.hib.no/avd_ai/data/index.htm">Department of
Computer Engineering</a> within
the <a href="http://www.hib.no/avd_ai/default.asp">Faculty of
Engineering</a>. The programme currently consists of the following
integrated core research areas:
<ul>
<li> Model-driven software engineering
<li> Modelling and verification and concurrent software systems
<li> Grid computing
<li> Engineering computing
<li> Computatinal intelligence
<li> Multi-agent systems and logic
<li> Secure and reliable communication
</ul>
</p>
<!--<p align=center> <img src="images/distechlogo.jpg" width=200px border ="0" alt="distech"> </p>-->
<p>The research within DISTECH ranges from theoretical foundations to
the development and application computer tools aimed at addressing the
challenges in modern software development for distributed
systems. DISTECH provides a research foundation for the master’s
programme in software development offered by Bergen University College
jointly with the University of Bergen. A long-term goal of DISTECH is
to contribute to the establishment of a doctoral programme within
distributed computing systems.</p>
</div>
<!-- end #sidebar -->
<div style="clear: both;"> </div>
</div>
</div>
<hr>
</div>
<!-- end #page -->
</div>
<div id="footer">
<p>Bergen University College - Nygaardsgaten 112 - 5020 Bergen - Norway</p>
<p>Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
<hr>
</div>
<!-- end #footer -->
</body>
</html>