-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (35 loc) · 1.5 KB
/
index.html
File metadata and controls
38 lines (35 loc) · 1.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Time Integral</title>
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<header>
<h1>∫<sup>t</sup></h1>
<h2>Time Integral</h2>
</header>
<main>
<section>
<h2>Projects</h2>
<ul>
<li><a href="https://pypi.org/project/crgutils/">crgutils</a> — A Python library for reading crg files (<a href="https://timeintegral.ai/crgutils">try it</a>)</li>
<li><a href="https://pypi.org/project/fmuloader/">fmuloader</a> — A lightweight library for FMU binary loading</li>
<li><a href="https://pypi.org/project/fmureader/">fmureader</a> — A lightweight library for FMU modelDescription.xml parsing</li>
<li><a href="https://pypi.org/project/pytest-fmu-filter/">pytest-fmu-filter</a> — Pytest plugin for FMU testing</li>
<li><a href="https://pypi.org/project/mcp-fmu/">mcp-fmu</a> — MCP server for FMU simulations</li>
</ul>
</section>
<section>
<h2>Contact Us</h2>
<p>If you have any questions or inquiries, feel free to reach out to us at <a
href="mailto:coder@timeintegral.ai">coder@timeintegral.ai</a>.</p>
</section>
</main>
<footer>
<p>© 2025 Time Integral, Inc. All rights reserved.</p>
</footer>
</body>
</html>