forked from Open-MBEE/open-mbee.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (71 loc) · 4.49 KB
/
index.html
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
---
layout: front
title: Open Model Based Engineering Environment
---
<div class="jumbotron splash-background">
<div class="container">
<div class="row">
<div class="col-lg-8 pb-2">
<h1 class="font-weight-bold">Connected engineering information for a connected world</h1>
<span class="header-subtext text-muted">OpenMBEE (Open Model Based Engineering Environment) is an open source collaborative engineering system. It enables engineers to work in the language of their choice and easily share and document their work across other tools.</span>
</div>
<div class="col-sm-8 col-lg-4">
<img class="d-block mx-auto img-fluid" src="images/linked-data-document.svg" alt="diagram showing elements linked to each other including a satellite solar panel, a node of a model, and a document"/>
<span class="text-muted pt-3 d-block font-italic text-center font-weight-bold">Edit once, use everywhere</span>
</div>
</div>
</div>
</div>
<div class="container">
<h1 class="text-muted d-none" id="navbar-title"></h1>
<section class="mb-5 pt-5">
<h2 class="mb-5 text-center font-weight-bold">OpenMBEE Components</h2>
<div class="row">
<div class="col-md-6 col-lg-3">
<img class="img-sm pb-3" src="images/icon-spacecraft.svg" alt="satellite with a highlighted solar panel in a page">
<h4><a href="projects.html#mdk">Model Development Kits</a></h4>
<p>Model Development Kits (MDKs) are tool-specific integrations that's
primary purposes are to sync models with the MMS and implement the DocGen language, which allows
modelers to dynamically generate documents in a model-based approach using the view and viewpoint concept.
</p>
</div>
<div class="col-md-6 col-lg-3">
<img class="img-sm pb-3" src="images/icon-db.svg" alt="database icon">
<h4><a href="projects.html#mms">Model Management System</a></h4>
<p>MMS is a version control system for structured data. It exposes model information through RESTful web
services that can be used for CRUD operations, branching, and tagging of the model repository.</p>
</div>
<div class="col-md-6 col-lg-3">
<img class="img-sm pb-3" src="images/icon-document.svg" alt="a document with a highlighted line">
<h4><a href="projects.html#ve">View Editor</a></h4>
<p>VE enables users to interact with SysML models within a web-based environment. It implements
the MMS REST API to provide a web environment to create, read, and update model elements, including Documents
and Views.</p>
</div>
<div class="col-md-6 col-lg-3">
<img class="img-sm pb-3" src="images/icon-cookbook.svg" alt="a cookbook">
<h4><a href="projects.html#cookbooks">OpenSE Cookbook</a></h4>
<p>Engineering cookbooks are a compendium for the engineer which captures best practices, lessons learned, and provides guidance on how to use languages and tools to perform a certain engineering task</p>
</div>
</div>
</section>
<section class="mb-5 pt-5">
<h2 class="mb-5 text-center font-weight-bold">OpenMBEE In the Wild</h2>
<div class="row">
<div class="col-lg-4">
<img class="img-fluid" src="images/Top_view_of_tmt_complex.jpg" alt="rendering of the TMT complex">
</div>
<div class="col-lg-8">
<h4><a href="projects.html">Thirty Meter Telescope SysML Model</a></h4>
<p>TMT is currently being developed by the <a target="_blank" href="http://www.tmt.org/">TMT Observatory
Corporation</a>. The TMT SysML model provides an industrial scale application of OpenMBEE and system-level
behavior simulation. The main objective for the TMT related analysis is to provide state-dependent power
roll-ups for different operational scenarios and demonstrate that requirements are satisfied by the design as
well as mass roll-ups and duration analysis of the operational use cases. The model is built with an approach
to model-based systems analysis with SysML that is both rigorous and automated. The approach’s rigor is
established with a modeling method that is an extension of <a target="_blank"
href="http://www.incose.org/">INCOSE</a>’s Object Oriented Systems Engineering Method (OOSEM).</p>
</div>
</div>
</section>
</div> <!-- /container -->