Update app.py
Browse files
app.py
CHANGED
@@ -1313,10 +1313,12 @@ with gradio.Blocks() as demo:
|
|
1313 |
with gradio.Column():
|
1314 |
gradio.Markdown("# Toward the Rapid Design of Engineered Systems Through Deep Neural Networks")
|
1315 |
gradio.HTML("Christopher McComb, Carnegie Mellon University")
|
1316 |
-
gradio.Markdown("
|
1317 |
with gradio.Column():
|
1318 |
download = gradio.HTML("<a href=\"https://huggingface.co/spaces/cmudrc/wecnet/resolve/main/McComb2019_Chapter_TowardTheRapidDesignOfEngineer.pdf\" style=\"width: 60%; display: block; margin: auto;\"><img src=\"https://huggingface.co/spaces/cmudrc/wecnet/resolve/main/coverpage.png\"></a>")
|
1319 |
|
|
|
|
|
1320 |
with gradio.Tab("Analysis"):
|
1321 |
|
1322 |
with gradio.Row():
|
|
|
1313 |
with gradio.Column():
|
1314 |
gradio.Markdown("# Toward the Rapid Design of Engineered Systems Through Deep Neural Networks")
|
1315 |
gradio.HTML("Christopher McComb, Carnegie Mellon University")
|
1316 |
+
gradio.Markdown("__Abstract__: The design of a system commits a significant portion of the final cost of that system. Many computational approaches have been developed to assist designers in the analysis (e.g., computational fluid dynamics) and synthesis (e.g., topology optimization) of engineered systems. However, many of these approaches are computationally intensive, taking significant time to complete an analysis and even longer to iteratively synthesize a solution. The current work proposes a methodology for rapidly evaluating and synthesizing engineered systems through the use of deep neural networks. The proposed methodology is applied to the analysis and synthesis of offshore structures such as oil platforms. These structures are constructed in a marine environment and are typically designed to achieve specific dynamics in response to a known spectrum of ocean waves. Results show that deep learning can be used to accurately and rapidly synthesize and analyze offshore structure.")
|
1317 |
with gradio.Column():
|
1318 |
download = gradio.HTML("<a href=\"https://huggingface.co/spaces/cmudrc/wecnet/resolve/main/McComb2019_Chapter_TowardTheRapidDesignOfEngineer.pdf\" style=\"width: 60%; display: block; margin: auto;\"><img src=\"https://huggingface.co/spaces/cmudrc/wecnet/resolve/main/coverpage.png\"></a>")
|
1319 |
|
1320 |
+
gradio.Markdown("When designing offshore structure, like [wave energy converters](https://www.nrel.gov/news/program/2021/how-wave-energy-could-go-big-by-getting-smaller.html), it's important to know what forces will be placed on the structure as waves come at different speeds. Likewise, if we have some idea of how we want the structure to respond to different waves, we can use that to guide the design of the shape of the structure. We call the first process _Analysis_, and the second process _Synthesis_. This demo has ML models that do both, very quickly.")
|
1321 |
+
|
1322 |
with gradio.Tab("Analysis"):
|
1323 |
|
1324 |
with gradio.Row():
|