-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
192 lines (190 loc) · 8.96 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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home - STAMINA Model Checker</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="STAMINA,Model-Checker,Infinite-State,markov,markov-chain,formal-verification,formal-methods">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="images/favicon.svg">
<script type="text/javascript" src="scripts/scripts.js"></script>
<script type="text/javascript" src="scripts/feed.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
</head>
<body>
<!-- Navigation Bar -->
<ul class="navbar" id="navbar">
<li><a class="stamina-name" id="stamina" href="/"><div id="slogo">STAMINA</div></a></li>
<li><a class="openbutton" id="openbutton" onclick="openNav()">☰</a></li>
<li><a class="closebutton" id="closebutton" onclick="closeNav()">×</a></li>
<li><a class="active" id="active" href="/">Home</a></li>
<li><a class="navbutton" href="about.html">About</a></li>
<li id="get">
<a href="get.html" class="navbutton">Get</a>
<div class="dropdown-content" id="get-dropdown">
<a href="/run.html">Run Online</a>
<a href="get.html#download">Download</a>
<a href="source.html">Source Code</a>
</div>
</li>
<li id="documentation">
<a class="navbutton" href="documentation.html">Documentation</a>
<div class="dropdown-content" id="documentation-dropdown">
<a href="documentation/wiki/index.html">Wiki</a>
<a href="documentation/api.html">API Documentation</a>
</div>
</li>
<li><a class="navbutton" href="benchmarks.html">Benchmarks</a></li>
<li class="right"><a title="Toggle Light/Dark Mode" onclick="toggleDarkMode()"><img src="images/icons/darkLight.svg" height=15 alt="Toggle light/dark mode"></a></li>
<!-- <li class="right"><a class="fluent" href="https://fluentverification.github.io">FLUENT Verification</a></li> -->
<li class="right"><a title="Show Search Bar" onclick="showSearchBar()" class="navbutton"><i class="icon bi-search" style="font-size: 12pt; margin-right: 0px;" id="search-icon"></i></a></li>
<li>
<div class="search-overlay" id="search-overlay">
<a onclick="showSearchBar()" id="search-overlay-button">×</a>
<form action="javascript:search()">
<input type="text" id="search" class="search-bar gcse-searchbox-only" placeholder="Search...">
</form>
</div>
</li>
</ul>
<script type="text/javascript" src="scripts/search.js"></script>
<div class="top-buffer" id="top-buffer"><br></div>
<div class="banner">
<h1>STAMINA</h1>
<h2>
A state-space truncation tool for Markov-Chains that can analyze infinite-sized models.
</h2>
<a class="button" href="https://github.com/fluentverification/stamina-storm/releases/tag/vQEST23-submission">
<i class="icon bi-download"></i>Download Latest Release</a>
<a class="button" href="source.html"><i class="icon bi-braces"></i>Get Source Code</a>
</div>
<!-- Back to top button -->
<a class="btt-button" id="btt-button" href="#">
<i class="icon bi-arrow-bar-up just-icon"></i></a>
<script>
let bttButton = document.getElementById('btt-button');
if (bttButton != null) {
window.onscroll = function() {
if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
bttButton.style.display = "block";
}
else {
bttButton.style.display = "none";
}
}
}
</script>
<!-- Cookie Banner -->
<div class="cookie-banner" id="cookie-banner">
<table>
<tr>
<td>
The STAMINA Website uses local browser storage, a technology akin to cookies, to remember your color scheme preferences. You will not see this message on future visits. <a href="privacy.html">More...</a>
</td><td>
<a style="color:black; padding: 10px; font-size: 20pt; cursor: pointer;" onclick="closeCookieBanner()">×</a></td><tr>
</table>
<script>
function closeCookieBanner() {
let cookieBanner = document.getElementById('cookie-banner');
cookieBanner.style.display = "none";
}
</script>
</div>
<div class="content">
<!-- CONTENT -->
<!-- <img src="images/staminaGraphic.svg" class="graphic" alt="A graph with truncated elements"> -->
<div class="feed">
<h1>STAMINA News:</h1>
<div class="feedbox" id="feedbox">
No feed items yet!
<noscript>
This feed requires JavaScript to populate, which you have disabled. We populate the feed client-side with an <code>XMLHttpRequest</code> in JavaScript, which populates this feed from a public JSON file. If you've intentionally disabled JS for unknown sites for safety reasons (good for you! I--the dev who made this site--actually do the same thing), you can browse the full source code of this website on <a href="https://github.com/fluentverification/staminachecker.org">its GitHub repository</a>. Most of the scripts are in the <code>/scripts/</code> folder.
</noscript>
<!-- <a href="#">
<h3>Test Feed Item</h3>
<h4>Thu Sep 08 15:52:57 2022 UTC</h4>
<p>STAMINA did not yet exist at the UNIX expoch</p>
</a>
<a href="#">
<h3>Test Feed Item</h3>
<h4>Thu Sep 08 15:52:57 2022 UTC</h4>
<p>STAMINA did not yet exist at the UNIX expoch</p>
</a>
<a href="#">
<h3>Test Feed Item</h3>
<h4>Thu Sep 08 15:52:57 2022 UTC</h4>
<p>STAMINA did not yet exist at the UNIX expoch</p>
</a>-->
</div>
<a href="https://staminachecker.org/feed/feed.rss.xml" style="margin-top: 10px; display: inline-block;"><i class="icon bi-rss"></i>RSS Feed</a>
</div>
<script>
populateFeed();
</script>
<h1>STAMINA: STochastic Approximate Model-checker for INfinite-state Analysis</h1>
<p>
STAMINA can analyze unbounded and infinite-sized models, as well as models with very large state spaces, and provide an accurate bound of probabilities for CSL properties. It has been tested on genetic circuit and biological models, and has been the subject of multiple papers.
</p>
<a class="button" href="about.html"><i class="icon bi-arrow-up-right"></i> Learn More</a>
<div id="acknowledgements" style="font-size: 10pt;">
<h2>Acknowledgements</h2>
The development of STAMINA (and all FLUENT projects) is generously funded by grants 1856733, 1856740, and 1900542 from the National Science Foundation. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation. STAMINA is developed at the Utah State University College of Engineering, in the Electrical and Computer Engineering Department.<br>
<div class="logos" style="vertical-align: center; padding-top: 20px;">
<a href="https://www.nsf.gov/"><img height=100 class="ack-logo" src="images/nsfLogo.svg"></a>
<a href="https://www.usu.edu/"><img height=60 id="usu-logo" class="ack-logo" style="padding: 20px;" src="images/u-state-aggie-blue.png"></a>
</div>
<script>
// Assume someone isn't going to change their color scheme preference mid-session
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches || darkMode) {
let usuLogo = document.getElementById('usu-logo');
usuLogo.src = "images/u-state-white.png";
}
</script>
</div>
</div>
<noscript>
<div class="noscript">
<b>Alert!</b>
This page requires JavaScript to function properly.
</div>
</noscript>
<!-- Footer -->
<div class="footer">
<div class="footer-links">
<table style="width:80%">
<tr>
<th>STAMINA Information</th>
<th>FLUENT Information</th>
<th>Papers and Research</th>
</tr>
<tr>
<td><a href="https://github.com/fluentverification/stamina-storm">STAMINA/STORM</a></td>
<td><a href="/">State-space truncation (STAMINA)</a></td>
<td><a href="https://scholar.google.com/scholar?cites=9821345918508716656&as_sdt=5,45&sciodt=0,45&hl=en">Google Scholar</a></td>
</tr>
<tr>
<td><a href="https://github.com/fluentverification/stamina-prism">STAMINA/PRISM</a></td>
<!--<td><a href="#">Property-Directed Reachability</a></td>-->
</tr>
<tr>
<td><a href="about.html#contact">Contact Developers</a></td>
<!--<td><a href="#">Counterexample Generation</a></td>-->
</tr>
<tr>
<td></td>
<td><a href="https://fluentverification.github.io">Fluent Website</a></td>
</tr>
<tr>
<td></td>
<td><a href="https://fluentverification.github.io/contact/">Contact Fluent</a></td>
</tr>
</table>
</div>
<div style="padding-top: 30px;" >
STAMINA is developed at <a href="https://www.usu.edu/">Utah State University</a> and is part of the tools developed by the FLUENT Team. The STAMINA tool is licensed under the GPLv3 license, and the model checkers it integrates with, STORM and PRISM, are under the GPL 3.0 and 2.0 licenses respectively.
</div>
<div style="padding-top: 10px; font-size: 8pt;" >
This website is designed and developed by hand by Josh Jeppson. The content and design of this website is licensed under the <a href=https://creativecommons.org/licenses/by-nc-sa/3.0/>CC-BY-SA-NC license</a>. This website uses the <a href="https://icons.getbootstrap.com/">Bootstrap Icons</a> licensed under the MIT license.
</div>
</div>
</body>