|
1 | 1 | import streamlit as st
|
2 | 2 |
|
3 |
| -# Load and display the image |
4 |
| -image_path = 'https://raw.githubusercontent.com/Normando1945/Simple-Python-Matlab-JavaSript-Functions-Collection/main/fun_SPEC_NEC/logo_TorreFuerte.png' |
5 |
| -st.image(image_path, use_column_width=True) |
6 |
| - |
7 |
| -col1, col2 = st.columns(2, gap = "small", vertical_alignment= "center") |
8 |
| -with col1: |
9 |
| - st.image("https://raw.githubusercontent.com/Normando1945/Simple-Python-Matlab-JavaSript-Functions-Collection/main/fun_SPEC_NEC/views/assets/foto.jpg", width= 350) |
10 |
| -with col2: |
11 |
| - st.markdown( |
12 |
| - """ |
13 |
| - ### **Short Curriculum Vitae Overview**. |
14 |
| -
|
15 |
| - I am Ecuadorian, I have a Master's degree in Structural Engineering with a **SUMMA CUM LAUDE** distinction from the National Polytechnic School. With over 15 years of experience, I have notably provided structural consultancy for buildings surpassing 140 meters in height. I am currently affiliated with the Department of Civil Engineering at the [**Pontifical Catholic University of Ecuador**](https://www.puce.edu.ec/). My primary research domain is nonlinear mathematical modeling, leading to several |
16 |
| - international scientific publications. My ongoing projects include: |
| 3 | +st.write("hola") |
| 4 | + |
| 5 | +# # Load and display the image |
| 6 | +# image_path = 'https://raw.githubusercontent.com/Normando1945/Simple-Python-Matlab-JavaSript-Functions-Collection/main/fun_SPEC_NEC/logo_TorreFuerte.png' |
| 7 | +# st.image(image_path, use_column_width=True) |
| 8 | + |
| 9 | +# col1, col2 = st.columns(2, gap = "small", vertical_alignment= "center") |
| 10 | +# with col1: |
| 11 | +# st.image("https://raw.githubusercontent.com/Normando1945/Simple-Python-Matlab-JavaSript-Functions-Collection/main/fun_SPEC_NEC/views/assets/foto.jpg", width= 350) |
| 12 | +# with col2: |
| 13 | +# st.markdown( |
| 14 | +# """ |
| 15 | +# ### **Short Curriculum Vitae Overview**. |
| 16 | + |
| 17 | +# I am Ecuadorian, I have a Master's degree in Structural Engineering with a **SUMMA CUM LAUDE** distinction from the National Polytechnic School. With over 15 years of experience, I have notably provided structural consultancy for buildings surpassing 140 meters in height. I am currently affiliated with the Department of Civil Engineering at the [**Pontifical Catholic University of Ecuador**](https://www.puce.edu.ec/). My primary research domain is nonlinear mathematical modeling, leading to several |
| 18 | +# international scientific publications. My ongoing projects include: |
17 | 19 |
|
18 |
| - * The Application of Artificial Neural Networks (ANN) in Estimating Local Fragility in Zero-Length Elements. |
19 |
| - * Generating Synthetic Accelerograms based on Chaos Theory and Wavelets. |
20 |
| - * Participation in the 'Training And Communication for Earthquake Risk Assessment - GEM' project. |
| 20 | +# * The Application of Artificial Neural Networks (ANN) in Estimating Local Fragility in Zero-Length Elements. |
| 21 | +# * Generating Synthetic Accelerograms based on Chaos Theory and Wavelets. |
| 22 | +# * Participation in the 'Training And Communication for Earthquake Risk Assessment - GEM' project. |
21 | 23 |
|
22 |
| - """ |
23 |
| - ) |
24 |
| - |
25 |
| -st.markdown('You can find me on : [](https://fragrant-knight-4af.notion.site/Main-Page-5c5f007b3f3f4c76a604960d9dbffca7?pvs=4)[](https://github.com/Normando1945)[](https://www.researchgate.net/profile/Carlos-Celi)[](https://scholar.google.com.ec/citations?hl=es&user=yR4Gz7kAAAAJ)') |
26 |
| - |
27 |
| - |
28 |
| -st.markdown('##### :ledger: **More Information about my New Book**') |
29 |
| -with st.expander("**Click to read more**"): |
30 |
| - j1, j2 = st.columns([1, 1]) |
31 |
| - with j1: |
32 |
| - st.image("https://raw.githubusercontent.com/Normando1945/Simple-Python-Matlab-JavaSript-Functions-Collection/main/fun_SPEC_NEC/views/assets/Structural Engineering2.png", width= 300) |
33 |
| - st.markdown( |
34 |
| - """ |
35 |
| - <div style="text-align: center;"> |
36 |
| - <a href="https://fragrant-knight-4af.notion.site/My-Personal-Page-for-Academic-Use-5c5f007b3f3f4c76a604960d9dbffca7"> Online Book </b></a> |
37 |
| - </div> |
38 |
| - """, |
39 |
| - unsafe_allow_html=True |
40 |
| - ) |
41 |
| - with j2: |
42 |
| - st.markdown( |
43 |
| - """ |
44 |
| - #### Structural Engineering: Dynamics, Seismic Solution, and AI Integration |
45 |
| -
|
46 |
| - In an era where structural engineering faces multifaceted challenges, this book offers an integrated approach that melds core dynamics, seismic-resistant design techniques, and the transformative potential of AI in modern structural solutions. Beginning with foundational principles, readers are ushered into the intricate world of structural dynamics, with a spotlight on the importance of understanding multi-degree of freedom systems. As societies grapple with the increasing prominence of seismic threats, the imperative for resilient construction methods is laid bare. |
47 |
| -
|
48 |
| - However, it's paramount to note that this work doesn't aspire to replace or overshadow the comprehensive mathematical insights found in the seminal works of the discipline or the invaluable depth of formal university education. Rather, this book positions itself as a supplementary resource, designed to complement these foundational sources of knowledge. By bridging the gap between time-honored techniques and contemporary technological advancements, it underscores the evolving synergy between traditional engineering practices and modern AI-driven tools. |
49 |
| -
|
50 |
| - Harnessing the power of discrete mathematics, the book reveals how automation is revolutionizing the field, not just simplifying but also optimizing the design process. In ensuring structural safety and cost-effectiveness, it aims to pave a path toward a future where structures are not only robust against threats but are also emblematic of efficiency and innovation. Dive in to discover a confluence of tradition and technology, all designed to enhance and enrich the existing knowledge landscape of structural engineering. |
51 |
| - """ |
52 |
| - ) |
| 24 | +# """ |
| 25 | +# ) |
| 26 | + |
| 27 | +# st.markdown('You can find me on : [](https://fragrant-knight-4af.notion.site/Main-Page-5c5f007b3f3f4c76a604960d9dbffca7?pvs=4)[](https://github.com/Normando1945)[](https://www.researchgate.net/profile/Carlos-Celi)[](https://scholar.google.com.ec/citations?hl=es&user=yR4Gz7kAAAAJ)') |
| 28 | + |
| 29 | + |
| 30 | +# st.markdown('##### :ledger: **More Information about my New Book**') |
| 31 | +# with st.expander("**Click to read more**"): |
| 32 | +# j1, j2 = st.columns([1, 1]) |
| 33 | +# with j1: |
| 34 | +# st.image("https://raw.githubusercontent.com/Normando1945/Simple-Python-Matlab-JavaSript-Functions-Collection/main/fun_SPEC_NEC/views/assets/Structural Engineering2.png", width= 300) |
| 35 | +# st.markdown( |
| 36 | +# """ |
| 37 | +# <div style="text-align: center;"> |
| 38 | +# <a href="https://fragrant-knight-4af.notion.site/My-Personal-Page-for-Academic-Use-5c5f007b3f3f4c76a604960d9dbffca7"> Online Book </b></a> |
| 39 | +# </div> |
| 40 | +# """, |
| 41 | +# unsafe_allow_html=True |
| 42 | +# ) |
| 43 | +# with j2: |
| 44 | +# st.markdown( |
| 45 | +# """ |
| 46 | +# #### Structural Engineering: Dynamics, Seismic Solution, and AI Integration |
| 47 | + |
| 48 | +# In an era where structural engineering faces multifaceted challenges, this book offers an integrated approach that melds core dynamics, seismic-resistant design techniques, and the transformative potential of AI in modern structural solutions. Beginning with foundational principles, readers are ushered into the intricate world of structural dynamics, with a spotlight on the importance of understanding multi-degree of freedom systems. As societies grapple with the increasing prominence of seismic threats, the imperative for resilient construction methods is laid bare. |
| 49 | + |
| 50 | +# However, it's paramount to note that this work doesn't aspire to replace or overshadow the comprehensive mathematical insights found in the seminal works of the discipline or the invaluable depth of formal university education. Rather, this book positions itself as a supplementary resource, designed to complement these foundational sources of knowledge. By bridging the gap between time-honored techniques and contemporary technological advancements, it underscores the evolving synergy between traditional engineering practices and modern AI-driven tools. |
| 51 | + |
| 52 | +# Harnessing the power of discrete mathematics, the book reveals how automation is revolutionizing the field, not just simplifying but also optimizing the design process. In ensuring structural safety and cost-effectiveness, it aims to pave a path toward a future where structures are not only robust against threats but are also emblematic of efficiency and innovation. Dive in to discover a confluence of tradition and technology, all designed to enhance and enrich the existing knowledge landscape of structural engineering. |
| 53 | +# """ |
| 54 | +# ) |
0 commit comments