-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
50 lines (36 loc) · 1.76 KB
/
Copy pathfooter.html
File metadata and controls
50 lines (36 loc) · 1.76 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
<footer class="footer">
<div class="container">
<div class="row ">
<div class="col-md-6">
<div class="list-heading">Contact</div>
<ul>
<li ><a href="http://www.ioc.ee">Institute of Cybernetics</a></li>
<li><a href="http://www.cs.ioc.ee/msg/">Modeling and Simulation Group</a></li>
<li><a href="http://cs.ioc.ee/">Software Science Laboratory</a></li>
<li><a href="http://cs.ioc.ee/mbjsdt/">MBJSDT Project</a></li>
</ul>
<div class="list-heading">E-mail</div>
<ul>
<li>cocovila at cs.ioc.ee</li>
</ul>
</div>
<div class="col-md-6">
<div class="list-heading">License</div>
<p>The project is developed in public and the source code is distributed under <a href="https://github.com/CoCoViLa/CoCoViLa/blob/master/LICENSE.txt">Apache License 2.0</a></p>
<div class="list-heading"> </div>
<p>This research was supported by the European Union through the European Regional Development Fund</p>
<img src="http://cocovila.github.io/img/logo_transp.png" id="logo" class="center-block" alt="EU_logo">
<script src="js/upButton.js"></script>
<a href="#top"><div class="upButton" ></div></a>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-31205735-1', 'auto');
ga('send', 'pageview');
</script>
</footer>