-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsupporters.html
More file actions
100 lines (83 loc) · 3.8 KB
/
supporters.html
File metadata and controls
100 lines (83 loc) · 3.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Open Mashup Description Language: Supporters</title>
<meta name="description" content="OMDL is a simple way to export mashups consisting of pages, layouts and widgets for use in other applications. For example, OMDL can be used to export a profile page or a workspace from a portal or social network and import it into another.">
<meta name="author" content="Scott Wilson">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<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-41284508-1', 'omdl.org');
ga('send', 'pageview');
</script>
<!-- Le styles -->
<link rel="stylesheet" href="bootstrap.min.css">
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
<body>
<div class="container">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="index.html"><img src="logo_no_strapline_sm_white.png"></a>
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="introduction.html">About</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="community.html">Community</a></li>
<li class="active"><a href="supporters.html">Supporters</a></li>
<li><a href="licensing.html">Licensing</a></li>
</ul>
</div>
</div>
</div>
<div class="page-header">
<h1>OMDL Supporters</h1>
</div>
<div class="row">
<div class="span8">
<p>OMDL is supported by the following organisations:</p>
<ul>
<li><a href="http://www.ascora.de/">Ascora GmbH</a>
<li>
OMELETTE Consortium, comprising:
<ul>
<li><a href="http://bolton.ac.uk">University of Bolton</a></li>
<li><a href="http://www.tu-chemnitz.de/">TU Chemnitz</a></li>
<li>Logica</li>
<li>SAP</li>
<li>HUAWEI TECHNOLOGIES CO LTD</li>
<li>SAP AG, SAP Research</li>
<li>TIE Nederland B.V.</li>
<li>Universita Degli Studi di Trento</li>
<li>Universidad Politecnica de Madrid</li>
<li>T-Systems Multimedia Solutions GMBH</li>
</ul>
</li>
<li><a href="http://epfl.ch">École Polytechnique Fédérale de Lausanne (EPFL)</a>
</ul>
<p>OMDL has also been adopted by:</p>
<ul>
<li>the <a href="http://itec.eun.org/">iTEC Project</a></li>
<li>the <a href="http://www.role-project.eu/">ROLE Project</a></li>
</ul>
</div>
<div class="span4">
<h3>Quick links</h3>
<p><a href="http://groups.google.com/group/omdl">OMDL Mailing List</a></p>
</div>
</div>
</div> <!-- /container -->
</body>
</html>