-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (99 loc) · 4.81 KB
/
index.html
File metadata and controls
112 lines (99 loc) · 4.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BE-OLS</title>
<!-- Open Graph (for LinkedIn, WhatsApp, etc.) -->
<meta property="og:title" content="BE-OLS: Built Environment Ontology Lookup Service">
<meta property="og:description" content="A platform for built environment ontology discovery, exploration and evaluation.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://cyberbuildlab.github.io/BE-OLS/">
<meta property="og:image" content="https://cyberbuildlab.github.io/BE-OLS/images/ec3_logo.jpg">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="BE-OLS: Built Environment Ontology Lookup Service">
<meta name="twitter:description" content="A platform for built environment ontology discovery, exploration and evaluation.">
<meta name="twitter:image" content="https://cyberbuildlab.github.io/BE-OLS/images/ec3_logo.jpg">
<link rel="stylesheet" href="index.css">
</head>
<body>
<header class="header-ribbon">
<div class="logo">
<a href="https://ec-3.org/">
<img src="images/ec3_logo.jpg" alt="EC3 Logo">
</a>
<a href="https://cyberbuildlab.github.io/BE-OLS/"> Built Environment Ontology Lookup Service </a>
</div>
<nav class="nav">
<ul>
<li><a href="ontologyGraph.html">Ontology Network Graph</a></li>
<li><a href="https://ec-3.org/BIM-Standards-Landscape-Explorer.html">Other Projects</a></li>
<li><a href="https://ec-3.org/governance/technical-committees/modelling-standards-committee/">About
Us</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<div class="video-background">
<video autoplay muted loop playsinline>
<source src="images/OntologyVideo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="video-overlay">
<header class="header">
<h1>Built Environment Ontology Lookup Service</h1>
<p>A Platform for Built Environment Ontology Discovery, Exploration and Evaluation</p>
<a href="ontologyCards.html" class="button">Get Started</a>
</header>
</div>
</div>
<section class="features">
<h2>Key Features</h2>
<div class="features-container">
<div class="feature-box">
<h3>100+ Ontologies</h3>
<p>A comprehensive Database</p>
</div>
<div class="feature-box">
<h3>Novel Multi-criteria Ontology Rating</h3>
<p>Alignment, Accessibility, Robustness, Quality, Quantity</p>
</div>
<div class="feature-box">
<h3>Advanced Filters</h3>
<p>Extensive Search Capabilities</p>
</div>
<div class="feature-box">
<h3>Domain-Driven Categorisation</h3>
<p>20 Different Built Environment-specific Domains</p>
</div>
<div class="feature-box">
<h3>FAIR Assessment</h3>
<p>Findable, Accessible, Interoperable, Reusable</p>
</div>
<div class="feature-box">
<h3>Linked Built Environment Data Cloud</h3>
<p>Relationship Mapping of Domain Ontologies</p>
</div>
</div>
</section>
<section class="partners">
<h2>Partners</h2>
<div class="partners-container">
<div class="partner-box"></div>
<div class="partner-box">
<h3>Building Digital Twin Association (BDTA)</h3>
<img src="https://buildingdigitaltwin.org/wp-content/uploads/2023/01/logo2022.png" alt="BDTA logo" width="200px">
<p>We are proud that the EC3 BE-OLS is supported by BDTA, and recommend to our users to explore the <a href="https://ontologies.buildingdigitaltwin.org/" target="_blank">BDTA Ontology Catalogue</a> about best practice for building scalable and interoperable Building Digital Twins for specific use cases.</p>
</div>
</div>
</section>
<footer class="footer">
<div class="social-icons">
<a href="https://x.com/europeanC3" target="_blank"><img src="images/twitter.png" alt="Twitter"></a>
<a href="https://www.linkedin.com/company/european-council-for-computing-in-construction" target="_blank"><img src="images/linkedin.png" alt="LinkedIn"></a>
</div>
<p>© Copyright EC3 M&S Committee 2025 | All rights reserved.</p>
</footer>
</body>
</html>