Build minimal demo site

This commit is contained in:
2025-06-05 21:51:33 -06:00
parent 36cf0cfa92
commit cddd4b116c
84 changed files with 2086 additions and 0 deletions

54
tools/index.html Normal file
View File

@@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Tools | Formal Methods Tools</title>
<meta name="keywords" content="Formal Methods Tools">
<meta property="og:locale" content='en_US'>
<meta property="og:type" content="article">
<meta property="og:title" content="Tools">
<meta property="og:description" content="">
<meta property="og:url" content="https://example.org/tools/">
<meta property="og:image" content="images/%!s(&lt;nil&gt;)">
<link rel="canonical" href="https://example.org/tools/">
<link rel="apple-touch-icon" sizes="180x180" href='https://example.org/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='https://example.org/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'>
<link rel="manifest" href='https://example.org/site.webmanifest'>
<link rel="stylesheet" href="https://example.org/css/styles.d41649c107ec5b1038ccbd68def74740f41d15040ad4141debf17b1d1c665a6143cd737e10b08055fbc26a088a47b85934a27fa1922c6ac9cc17a8a7598a253d.css" integrity="sha512-1BZJwQfsWxA4zL1o3vdHQPQdFQQK1BQd6/F7HRxmWmFDzXN&#43;ELCAVfvCagiKR7hZNKJ/oZIsasnMF6inWYolPQ==">
</head>
<body>
<header>
<h1><a href="/">Formal Methods Tools</a></h1>
</header>
<main>
<h1>Tools</h1>
<h2><a href="/tools/z3/">Z3 Theorem Prover</a></h2>
<p>desc</p>
</main>
<footer>
<p>Copyright 2025. All rights reserved.</p>
</footer>
</body>
</html>

19
tools/index.xml Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tools on Formal Methods Tools</title>
<link>https://example.org/tools/</link>
<description>Recent content in Tools on Formal Methods Tools</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Fri, 02 Feb 2024 04:14:54 -0800</lastBuildDate>
<atom:link href="https://example.org/tools/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Z3 Theorem Prover</title>
<link>https://example.org/tools/z3/</link>
<pubDate>Fri, 02 Feb 2024 04:14:54 -0800</pubDate>
<guid>https://example.org/tools/z3/</guid>
<description>&lt;p&gt;desc&lt;/p&gt;</description>
</item>
</channel>
</rss>

336
tools/z3/index.html Normal file
View File

@@ -0,0 +1,336 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Z3 Theorem Prover | Formal Methods Tools</title>
<meta name="keywords" content="Formal Methods Tools">
<meta property="og:locale" content='en_US'>
<meta property="og:type" content="article">
<meta property="og:title" content="Z3 Theorem Prover">
<meta property="og:description" content="desc">
<meta property="og:url" content="https://example.org/tools/z3/">
<meta property="og:image" content="images/%!s(&lt;nil&gt;)">
<link rel="canonical" href="https://example.org/tools/z3/">
<link rel="apple-touch-icon" sizes="180x180" href='https://example.org/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='https://example.org/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'>
<link rel="manifest" href='https://example.org/site.webmanifest'>
<link rel="stylesheet" href="https://example.org/css/styles.d41649c107ec5b1038ccbd68def74740f41d15040ad4141debf17b1d1c665a6143cd737e10b08055fbc26a088a47b85934a27fa1922c6ac9cc17a8a7598a253d.css" integrity="sha512-1BZJwQfsWxA4zL1o3vdHQPQdFQQK1BQd6/F7HRxmWmFDzXN&#43;ELCAVfvCagiKR7hZNKJ/oZIsasnMF6inWYolPQ==">
</head>
<body>
<header>
<h1><a href="/">Formal Methods Tools</a></h1>
</header>
<main>
<h1>Z3 Theorem Prover</h1>
Updated <time datetime="2024-02-02T04:14:54-08:00">February 2, 2024</time>
<section>
<h2>Links</h2>
<ul>
<li><a href="https://github.com/Z3Prover/z3" target="_blank" rel="noopener">website</a></li>
<li><a href="https://github.com/Z3Prover/z3" target="_blank" rel="noopener">code</a></li>
<li><a href="https://rise4fun.com/z3" target="_blank" rel="noopener">playground</a></li>
</ul>
</section>
<section>
<h2>At a Glance</h2>
<table id="taxonomies">
<thead>
<tr>
<th>Taxonomy</th>
<th>Terms</th>
</tr>
</thead>
<tbody>
<tr>
<th>Developers</th>
<td>
<a
id="developers_test-dev"
style="background:rgba(227,126,78,0.4)"
href="/developers/test-dev">
test dev
</a>
</td>
</tr>
<tr>
<th>Domains</th>
<td>
<a
id="domains_tttt"
style="background:rgba(50,191,14,0.4)"
href="/domains/tttt">
tttt
</a>
</td>
</tr>
<tr>
<th>Formalisms</th>
<td>
<a
id="formalisms_tttt"
style="background:rgba(50,191,14,0.4)"
href="/formalisms/tttt">
tttt
</a>
</td>
</tr>
<tr>
<th>Interactions</th>
<td>
<a
id="interactions_aranpoasi"
style="background:rgba(231,148,58,0.4)"
href="/interactions/aranpoasi">
aranpoasi
</a>
<a
id="interactions_lorem-ipsum"
style="background:rgba(128,167,81,0.4)"
href="/interactions/lorem-ipsum">
lorem ipsum
</a>
</td>
</tr>
<tr>
<th>Languages</th>
<td>
<a
id="languages_tttt"
style="background:rgba(50,191,14,0.4)"
href="/languages/tttt">
tttt
</a>
</td>
</tr>
<tr>
<th>Purposes</th>
<td>
<a
id="purposes_test"
style="background:rgba(9,143,107,0.4)"
href="/purposes/test">
test
</a>
</td>
</tr>
<tr>
<th>Systems</th>
<td>
<a
id="systems_tttt"
style="background:rgba(50,191,14,0.4)"
href="/systems/tttt">
tttt
</a>
</td>
</tr>
<tr>
<th>Techniques</th>
<td>
<a
id="techniques_aaa"
style="background:rgba(71,188,229,0.4)"
href="/techniques/aaa">
aaa
</a>
</td>
</tr>
</tbody>
</table>
</section>
<section>
<h2>Description</h2>
<p>desc</p>
</section>
<section>
<h2>Publications</h2>
<ul>
<li>
<strong>2023</strong>:
<em>Cycle and Commute: Rare-Event Probability Verification for Chemical Reaction Networks</em>
<br /> by Taylor, Landon | Israelsen, Bryant | Zhang, Zhen
<br />Appears in <em>Formal Methods in Computer-Aided Design</em>
(284--293)
<br /><a href="https://doi.org/map[author:[Taylor,%20Landon%20Israelsen,%20Bryant%20Zhang,%20Zhen]%20booktitle:Formal%20Methods%20in%20Computer-Aided%20Design%20copyright:http://creativecommons.org/licenses/by/4.0/%20doi:10.34727/2023/isbn.978-3-85448-060-0_37%20isbn:978-3-85448-060-0%20key:Taylor2023%20langid:english%20month:October%20pages:284--293%20publisher:TU%20Wien%20Academic%20Press%20shorttitle:Cycle%20and%20Commute%20title:Cycle%20and%20Commute:%20Rare-Event%20Probability%20Verification%20for%20Chemical%20Reaction%20Networks%20urldate:2023-11-08%20year:2023]" target="_blank" rel="noopener">DOI: 10.34727/2023/isbn.978-3-85448-060-0_37</a>
</li>
</ul>
</section>
</main>
<footer>
<p>Copyright 2025. All rights reserved.</p>
</footer>
</body>
</html>