-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstudio.html
More file actions
262 lines (243 loc) Β· 9.46 KB
/
Copy pathstudio.html
File metadata and controls
262 lines (243 loc) Β· 9.46 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
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!doctype html>
<!--
* ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
* FEAScript Website
* Lightweight Finite Element Simulation in JavaScript
* Version: 0.3.0 (RC) | https://feascript.com
* MIT License Β© 2023β2026 FEAScript
* ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
-->
<html>
<head>
<title>FEAScript Studio</title>
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta
name="description"
content="FEAScript Studio is a browser-based environment for creating and managing engineering applications powered by FEAScript"
/>
<meta
name="keywords"
content="finite elements, fem, galerkin, cfd, computational mechanics, javascript, FEAScript Studio, engineering applications, browser-based simulation, cloud"
/>
<meta name="viewport" content="width=device-width" />
<!-- Link to the CSS files -->
<link href="feascript-website.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet" />
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1JPK0KLEC9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-1JPK0KLEC9");
</script>
<body>
<div class="announcement-bar">
<span class="version-label">Latest release</span>
<a href="https://github.com/FEAScript/FEAScript-core/releases/tag/0.2.0"
><img
src="https://img.shields.io/github/v/release/FEAScript/FEAScript-core?logo=github"
alt="GitHub release badge"
/></a>
<a href="https://www.npmjs.com/package/feascript"
><img src="https://img.shields.io/npm/v/feascript" alt="npm version badge"
/></a>
</div>
<h1 class="top">
<a href="studio.html">
<img
src="./assets/feascript-studio-logo.png"
alt="FEAScript Logo"
id="responsive-logo"
style="vertical-align: middle"
/>
</a>
<div class="social-icons-top-right">
<ul>
<li>
<a href="https://blog.feascript.com/" title="FEAScript blog">
<img
src="./assets/blog-icon-feascript.png"
alt="Blog icon"
style="height: 18px; vertical-align: middle"
/>
</a>
</li>
<li>
<a href="https://www.youtube.com/@FEAScript" title="FEAScript YouTube">
<img
src="./assets/youtube-icon-feascript.svg"
alt="YouTube icon"
style="height: 18px; vertical-align: middle"
/>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/feascript/" title="FEAScript LinkedIn">
<img
src="./assets/linkedin-icon-feascript.png"
alt="LinkedIn icon"
style="height: 18px; vertical-align: middle"
/>
</a>
</li>
<li>
<a href="https://discord.gg/3DVjNcuW4f" title="FEAScript Discord">
<img
src="./assets/discord-icon-feascript.png"
alt="Discord icon"
style="height: 18px; vertical-align: middle"
/>
</a>
</li>
<li>
<a href="https://github.com/FEAScript/FEAScript-core" title="FEAScript GitHub">
<img
src="./assets/github-icon-feascript.png"
alt="GitHub icon"
style="height: 20px; vertical-align: middle"
/>
<span
id="github-stars"
style="
font-size: 0.9em;
margin-left: 5px;
vertical-align: middle;
border: 1px solid #ddd;
border-radius: 4px;
padding: 1px 5px;
background-color: #f8f8f8;
"
></span>
</a>
</li>
</ul>
</div>
</h1>
<h1>FEAScript Studio: Turn FEAScript Models into Web Applications</h1>
<div class="highlight-container">
<p>
<img
src="./assets/favicon.ico"
alt="FEAScript Icon"
style="vertical-align: middle; margin-right: 5px; height: 1em; width: auto"
/><strong>FEAScript Studio</strong> is a browser-based environment for creating and managing
engineering applications powered by FEAScript. In particular, with FEAScript Studio you will be able
to turn FEAScript models into focused applications with controlled inputs and interactive simulation
results.
</p>
</div>
<p class="notice-dev">
π§ <strong>FEAScript Studio is currently under development</strong> and planned to be released in late
2026. <strong>Join the waitlist</strong> below to receive updates, suggest engineering workflows and
participate in early testing.
</p>
<div style="height: 0.5em"></div>
<div id="waitlist" class="waitlist-card" aria-label="FEAScript Studio waitlist">
<div class="waitlist-text">
<h2>Join the Waitlist</h2>
<p class="waitlist-disclosure">
By joining the waitlist, you will also be subscribed to our mailing list to receive project updates
and news
</p>
</div>
<form
action="https://feascript.us10.list-manage.com/subscribe/post?u=83b4dec50b84e136c2e82c6a4&id=4aa4a60f27&f_id=009362e3f0"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
target="_blank"
>
<div class="waitlist-field">
<label for="mce-EMAIL">Email Address</label>
<div class="waitlist-row">
<input type="email" name="EMAIL" id="mce-EMAIL" autocomplete="email" required value="" />
<input
type="submit"
name="subscribe"
id="mc-embedded-subscribe"
class="waitlist-button"
value="Subscribe"
/>
</div>
</div>
<div id="mce-responses" class="waitlist-responses" aria-live="polite">
<div class="response" id="mce-error-response" style="display: none"></div>
<div class="response" id="mce-success-response" style="display: none"></div>
</div>
<!-- Anti-bot protection -->
<div class="waitlist-honeypot" aria-hidden="true">
<input type="text" name="b_83b4dec50b84e136c2e82c6a4_4aa4a60f27" tabindex="-1" value="" />
</div>
</form>
</div>
<br />
<div class="studio-layout">
<div class="container">
<div class="left-panel">
<div class="text-content">
<h1>Key Capabilities</h1>
<ul class="features-list">
<li>
<strong>π― Focused Engineering Applications</strong>
<p>Turn FEAScript models into purpose-specific web applications</p>
</li>
<li>
<strong>π Browser-Based Simulation</strong>
<p>
Run supported calculations without requiring the application user to install any desktop
software
</p>
</li>
<li>
<strong>ποΈ Controlled Inputs and Outputs</strong>
<p>Choose which model parameters users can change and which results they receive</p>
</li>
<li>
<strong>π Interactive Results</strong>
<p>
Present numerical outputs and simulation visualizations through clear, application-specific
interfaces
</p>
</li>
<li>
<strong>π Sharing and Embedding</strong>
<p>Publish supported applications through a web link or embed them into another website</p>
</li>
<li>
<strong>π JavaScript Access</strong>
<p>Use FEAScript Core directly for advanced model and application development</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<br />
<footer>
<p>
Contact:
<a href="mailto:info@feascript.com">info@feascript.com</a>
</p>
<p>© 2023-<span id="currentYear"></span> FEAScript</p>
</footer>
<script>
document.getElementById("currentYear").innerHTML = new Date().getFullYear();
// Fetch GitHub stars
fetch("https://api.github.com/repos/FEAScript/FEAScript-core")
.then((response) => response.json())
.then((data) => {
const starCount = data.stargazers_count;
const starsElement = document.getElementById("github-stars");
if (starsElement && starCount) {
starsElement.innerHTML = `β
${starCount}`;
}
})
.catch((error) => console.error("Error fetching GitHub stars:", error));
</script>
</body>
</html>