Skip to content

Commit e19f38e

Browse files
authored
Merge pull request #72 from Open-MBEE/migrate-pages
Website page changes
2 parents b4c74d6 + c55b601 commit e19f38e

28 files changed

Lines changed: 61 additions & 57 deletions

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

_includes/navbar.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
aria-expanded="false">Projects <span class="caret"></span>
2828
</a>
2929
<div class="dropdown-menu">
30-
<a class="dropdown-item" href="projects.html#cookbooks">Models & Cookbooks</a>
31-
<a class="dropdown-item" href="projects.html#mdk">Model Development Kits (MDKs)</a>
32-
<a class="dropdown-item" href="projects.html#mms">Model Management System (MMS)</a>
33-
<a class="dropdown-item" href="projects.html#ve">View Editor</a>
34-
<a class="dropdown-item" href="projects.html#comodo">Comodo</a>
35-
<div role="separator" class="dropdown-divider"></div>
36-
<a class="dropdown-item" href="quick-start.html">Quick Start Guides</a>
30+
<a class="dropdown-item" href="https://github.com/Open-MBEE/open-mbee.github.io/wiki/Models-and-Cookbooks">Models & Cookbooks</a>
31+
<a class="dropdown-item" href="https://github.com/Open-MBEE/exec-cameo-mdk">Model Development Kits (MDKs)</a>
32+
<a class="dropdown-item" href="https://github.com/Open-MBEE/">Model Management System (MMS)</a>
33+
<!-- <a class="dropdown-item" href="projects.html#ve">View Editor</a> -->
34+
<!-- <a class="dropdown-item" href="projects.html#comodo">Comodo</a> -->
35+
<!-- <div role="separator" class="dropdown-divider"></div> -->
36+
<!-- <a class="dropdown-item" href="quick-start.html">Quick Start Guides</a> -->
3737
</div>
3838
</li>
3939
<li class="nav-item dropdown">

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,30 @@ <h1 class="text-muted d-none" id="navbar-title"></h1>
2323
<section class="mb-5 pt-5">
2424
<h2 class="mb-5 text-center font-weight-bold">OpenMBEE Components</h2>
2525
<div class="row">
26-
<div class="col-md-6 col-lg-3">
26+
<div class="col-md-8 col-lg-4">
2727
<img class="img-sm pb-3" src="images/icon-spacecraft.svg" alt="satellite with a highlighted solar panel in a page">
28-
<h4><a href="projects.html#mdk">Model Development Kits</a></h4>
28+
<h4><a href="https://github.com/Open-MBEE/exec-cameo-mdk">Model Development Kits</a></h4>
2929
<p>Model Development Kits (MDKs) are tool-specific integrations that's
3030
primary purposes are to sync models with the MMS and implement the DocGen language, which allows
3131
modelers to dynamically generate documents in a model-based approach using the view and viewpoint concept.
3232
</p>
3333
</div>
34-
<div class="col-md-6 col-lg-3">
34+
<div class="col-md-8 col-lg-4">
3535
<img class="img-sm pb-3" src="images/icon-db.svg" alt="database icon">
36-
<h4><a href="projects.html#mms">Model Management System</a></h4>
36+
<h4><a href="https://github.com/Open-MBEE/">Model Management System</a></h4>
3737
<p>MMS is a version control system for structured data. It exposes model information through RESTful web
3838
services that can be used for CRUD operations, branching, and tagging of the model repository.</p>
3939
</div>
40-
<div class="col-md-6 col-lg-3">
40+
<!-- <div class="col-md-6 col-lg-3">
4141
<img class="img-sm pb-3" src="images/icon-document.svg" alt="a document with a highlighted line">
4242
<h4><a href="projects.html#ve">View Editor</a></h4>
4343
<p>VE enables users to interact with SysML models within a web-based environment. It implements
4444
the MMS REST API to provide a web environment to create, read, and update model elements, including Documents
4545
and Views.</p>
46-
</div>
47-
<div class="col-md-6 col-lg-3">
46+
</div> -->
47+
<div class="col-md-8 col-lg-4">
4848
<img class="img-sm pb-3" src="images/icon-cookbook.svg" alt="a cookbook">
49-
<h4><a href="projects.html#cookbooks">OpenSE Cookbook</a></h4>
49+
<h4><a href="https://github.com/Open-MBEE/open-mbee.github.io/wiki/Models-and-Cookbooks">OpenSE Cookbook</a></h4>
5050
<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>
5151
</div>
5252
</div>
@@ -59,7 +59,7 @@ <h2 class="mb-5 text-center font-weight-bold">OpenMBEE In the Wild</h2>
5959
<img class="img-fluid" src="images/Top_view_of_tmt_complex.jpg" alt="rendering of the TMT complex">
6060
</div>
6161
<div class="col-lg-8">
62-
<h4><a href="projects.html">Thirty Meter Telescope SysML Model</a></h4>
62+
<h4><a href="https://github.com/Open-MBEE/open-mbee.github.io/wiki/Models-and-Cookbooks">Thirty Meter Telescope SysML Model</a></h4>
6363
<p>TMT is currently being developed by the <a target="_blank" href="http://www.tmt.org/">TMT Observatory
6464
Corporation</a>. The TMT SysML model provides an industrial scale application of OpenMBEE and system-level
6565
behavior simulation. The main objective for the TMT related analysis is to provide state-dependent power
File renamed without changes.
File renamed without changes.

unused-pages/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
These are all pages that aren't referenced on the website, but didn't want to delete in case they would be used again in the future.
2+
I commented out the header at the top so that the page couldn't be found if someone typed the html file name into the url.
3+
Uncomment this to use those pages again
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
---
1+
<!-- ---
22
title: Architecture
33
layout: default
44
permalink: architecture.html
5-
---
5+
--- -->
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
1+
<!-- ---
22
layout: default
33
title: Contribute
44
permalink: contribute.html
5-
---
5+
--- -->
66

77
OpenMBEE is a community of engineers who believe in the power of open tools and standards for education, research, and modeling. We welcome contributions and contributors of all kinds - whether they come as contributions to code, participation in the community, opening issues and pointing out bugs, or simply sharing your work with your colleagues and friends.
88

pages/events.md renamed to unused-pages/events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
1+
<!-- ---
22
layout: default
33
title: Events
44
permalink: events.html
5-
---
5+
--- -->
66

77
The OpenMBEE Strategy for hosting face-to-face engagements is to collaborate with existing Engineering Conferences and Events that share an interest in the OpenMBEE Community and Software.
88

0 commit comments

Comments
 (0)