Skip to content

Commit d6b2dce

Browse files
authored
Update about_me.py
1 parent f464d72 commit d6b2dce

File tree

1 file changed

+50
-48
lines changed

1 file changed

+50
-48
lines changed

fun_SPEC_NEC/views/about_me.py

Lines changed: 50 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,54 @@
11
import streamlit as st
22

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:
1719

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.
2123

22-
"""
23-
)
24-
25-
st.markdown('You can find me on : [![Web Page](https://img.shields.io/badge/Web%20Page-caceli.net-blue)](https://fragrant-knight-4af.notion.site/Main-Page-5c5f007b3f3f4c76a604960d9dbffca7?pvs=4)[![GitHub Carlos Celi](https://img.shields.io/github/followers/Normando1945?label=follow&style=social)](https://github.com/Normando1945)[![ResearchGate](https://img.shields.io/badge/-ResearchGate-00CCBB?style=social&logo=researchgate)](https://www.researchgate.net/profile/Carlos-Celi)[![Google Scholar](https://img.shields.io/badge/-Google%20Scholar-4285F4?style=social&logo=google)](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 : [![Web Page](https://img.shields.io/badge/Web%20Page-caceli.net-blue)](https://fragrant-knight-4af.notion.site/Main-Page-5c5f007b3f3f4c76a604960d9dbffca7?pvs=4)[![GitHub Carlos Celi](https://img.shields.io/github/followers/Normando1945?label=follow&style=social)](https://github.com/Normando1945)[![ResearchGate](https://img.shields.io/badge/-ResearchGate-00CCBB?style=social&logo=researchgate)](https://www.researchgate.net/profile/Carlos-Celi)[![Google Scholar](https://img.shields.io/badge/-Google%20Scholar-4285F4?style=social&logo=google)](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

Comments
 (0)