Skip to content

Commit

Permalink
added index.html file
Browse files Browse the repository at this point in the history
  • Loading branch information
smsajid committed Oct 12, 2024
1 parent d466756 commit 4727e17
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions document/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>OpenArchitectureModel Specifications</title>

<link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/frameworks-c9193575f18b28be82c0a963e144ff6fa7a809dd8ae003a1d1e5979bed3f7f00.css" integrity="sha256-yRk1dfGLKL6CwKlj4UT/b6eoCd2K4AOh0eWXm+0/fwA=" media="all" rel="stylesheet">
<link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github-8ffe4331a8d2d413bfa465c56c4cc7466b011bcb5a8f74aab9081362ee31f862.css" integrity="sha256-j/5DMajS1BO/pGXFbEzHRmsBG8taj3SquQgTYu4x+GI=" media="all" rel="stylesheet">
</head>

<body>
<div id="readme" class="readme blob isntapaper_body">
<article class="markdown-body entry-content">


<h1>OpenArchitectureModel Specifications</h1>


<p>
Source for these documents is available
<a href="https://github.com/openarchmodel/spec/">here</a>.
</p>


<h3>Core Specification</h3>

<p>Defines the semantics of OpenArchitectureModel modules independent from a concrete implementation.
The OpenArchitectureModel core is specified in a single document:</p>

<ul>
<li>
<p><b>OpenArchitectureModel</b>:
defines the structure of OpenArchitectureModel modules and their representation
in text format, as well as the semantics of validation,
instantiation, and execution.
</p>
<ul>
<li><a href="core/">Browser version</a> (multi-page)</li>
<li><a href="core/bikeshed/">W3C version</a> (single-page)</li>
<li><a href="core/_download/OpenArchitectureModel.pdf">PDF version</a></li>
<!-- <li><a href="https://github.com/openarchmodel/spec/document/core/">Sources</a></li> -->
</ul>
</li>
</ul>


<h3>All Versions</h3>

<ul>
<li><a href="versions/core/OpenArchitectureModel-0.1.0-draft.pdf">OpenArchitectureModel 0.1.0</a> (Draft 2024)</li>
</ul>

</article>
</div>
</body>

</html>

0 comments on commit 4727e17

Please sign in to comment.