Skip to content

Commit 8b80d8e

Browse files
committed
Add project subtitles, publication badges, aria-labels, canonical URLs, anchor IDs
1 parent a318400 commit 8b80d8e

File tree

6 files changed

+70
-18
lines changed

6 files changed

+70
-18
lines changed

about.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<meta property="og:description" content="Ph.D. student in Civil Engineering at the University of Notre Dame, specializing in structural dynamics, control theory, and smart sensing technologies.">
2222
<meta property="og:image" content="https://jichuantang.github.io/img/tang.jpg">
2323
<meta property="og:url" content="https://jichuantang.github.io/about.html">
24+
<link rel="canonical" href="https://jichuantang.github.io/about.html">
2425
<meta property="og:type" content="website">
2526

2627
<!-- Favicons -- We recommend this site for generating favicons: https://www.favicon-generator.org/ -->
@@ -145,10 +146,10 @@ <h3 style="margin-top: 10px;"><span>About me</span></h3>
145146
</table>
146147

147148
<ul class="social-icons" style="padding-left: 0; text-align: center;">
148-
<li><a href="https://scholar.google.com/citations?user=e0d84u0AAAAJ&hl=en" target="_blank" rel="noopener noreferrer" title="Google Scholar"><i class="ai ai-google-scholar ai-2x"></i></a></li>
149-
<li><a href="https://www.researchgate.net/profile/Jichuan-Tang/" target="_blank" rel="noopener noreferrer" title="ResearchGate"><i class="fab fa-researchgate fa-2x"></i></a></li>
150-
<li><a href="https://github.com/jichuantang" target="_blank" rel="noopener noreferrer" title="GitHub"><i class="fab fa-github fa-2x"></i></a></li>
151-
<li><a href="https://www.linkedin.com/in/jichuan-tang-1281b1218/" target="_blank" rel="noopener noreferrer" title="LinkedIn"><i class="fab fa-linkedin fa-2x"></i></a></li>
149+
<li><a href="https://scholar.google.com/citations?user=e0d84u0AAAAJ&hl=en" target="_blank" rel="noopener noreferrer" title="Google Scholar" aria-label="Google Scholar"><i class="ai ai-google-scholar ai-2x"></i></a></li>
150+
<li><a href="https://www.researchgate.net/profile/Jichuan-Tang/" target="_blank" rel="noopener noreferrer" title="ResearchGate" aria-label="ResearchGate"><i class="fab fa-researchgate fa-2x"></i></a></li>
151+
<li><a href="https://github.com/jichuantang" target="_blank" rel="noopener noreferrer" title="GitHub" aria-label="GitHub"><i class="fab fa-github fa-2x"></i></a></li>
152+
<li><a href="https://www.linkedin.com/in/jichuan-tang-1281b1218/" target="_blank" rel="noopener noreferrer" title="LinkedIn" aria-label="LinkedIn"><i class="fab fa-linkedin fa-2x"></i></a></li>
152153
</ul>
153154

154155
</div>

css/main.css

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,47 @@ footer hr {
747747
margin: 0 !important;
748748
}
749749

750+
.project-subtitle {
751+
font-size: 0.82rem !important;
752+
color: var(--muted) !important;
753+
font-weight: 400 !important;
754+
margin: 0.3rem 0 0 2.4em !important;
755+
line-height: 1.4 !important;
756+
font-style: italic;
757+
}
758+
759+
/* Publication status badges */
760+
.pub-badge {
761+
display: inline-block;
762+
font-size: 0.7rem;
763+
font-weight: 600;
764+
padding: 2px 8px;
765+
border-radius: 10px;
766+
margin-left: 4px;
767+
vertical-align: middle;
768+
letter-spacing: 0.3px;
769+
}
770+
771+
.pub-badge-review {
772+
background: #fef3c7;
773+
color: #92400e;
774+
}
775+
776+
.pub-badge-published {
777+
background: #d1fae5;
778+
color: #065f46;
779+
}
780+
781+
[data-theme="dark"] .pub-badge-review {
782+
background: #78350f;
783+
color: #fef3c7;
784+
}
785+
786+
[data-theme="dark"] .pub-badge-published {
787+
background: #064e3b;
788+
color: #d1fae5;
789+
}
790+
750791
.project-figures .thumbnail {
751792
margin-bottom: 0.5rem;
752793
}

footer.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
<!-- Social professional networking icons -->
1313
<ul class="social-icons pull-right">
14-
<li><a href="mailto:jtang4@nd.edu" title="Email"><i class="fas fa-envelope fa-2x"></i></a></li>
15-
<li><a href="https://github.com/jichuantang" target="_blank" rel="noopener noreferrer"><i class="fab fa-github fa-2x"></i></a></li>
16-
<li><a href="https://www.linkedin.com/in/jichuan-tang-1281b1218/" target="_blank" rel="noopener noreferrer"><i class="fab fa-linkedin fa-2x"></i></a></li>
17-
<li><a href="https://www.researchgate.net/profile/Jichuan-Tang/" target="_blank" rel="noopener noreferrer"><i class="fab fa-researchgate fa-2x"></i></a></li>
18-
<li><a href="https://scholar.google.com/citations?user=e0d84u0AAAAJ&hl=en" target="_blank" rel="noopener noreferrer"><i class="ai ai-google-scholar ai-2x"></i></a></li>
14+
<li><a href="mailto:jtang4@nd.edu" title="Email" aria-label="Email"><i class="fas fa-envelope fa-2x"></i></a></li>
15+
<li><a href="https://github.com/jichuantang" target="_blank" rel="noopener noreferrer" aria-label="GitHub"><i class="fab fa-github fa-2x"></i></a></li>
16+
<li><a href="https://www.linkedin.com/in/jichuan-tang-1281b1218/" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn"><i class="fab fa-linkedin fa-2x"></i></a></li>
17+
<li><a href="https://www.researchgate.net/profile/Jichuan-Tang/" target="_blank" rel="noopener noreferrer" aria-label="ResearchGate"><i class="fab fa-researchgate fa-2x"></i></a></li>
18+
<li><a href="https://scholar.google.com/citations?user=e0d84u0AAAAJ&hl=en" target="_blank" rel="noopener noreferrer" aria-label="Google Scholar"><i class="ai ai-google-scholar ai-2x"></i></a></li>
1919
<!-- <li><a href="" target="_blank" rel="noopener noreferrer"><i class="ai ai-academia-square ai-2x"></i></a></li> -->
2020
</ul>
2121

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<meta property="og:description" content="Projects and research by Jichuan Tang, covering multi-fidelity models, smart transportation, and structural health monitoring.">
2222
<meta property="og:image" content="https://jichuantang.github.io/img/tang.jpg">
2323
<meta property="og:url" content="https://jichuantang.github.io/">
24+
<link rel="canonical" href="https://jichuantang.github.io/">
2425
<meta property="og:type" content="website">
2526

2627
<!-- Favicons -- We recommend this site for generating favicons: https://www.favicon-generator.org/ -->
@@ -106,6 +107,7 @@ <h3>Research</h3>
106107
<span class="project-toggle" title="Expand / Collapse">+</span>
107108
Using DeepONets to Create Spatio-temporal Surrogates for Dynamical Systems
108109
</p>
110+
<p class="project-subtitle">Neural operator surrogates for cable-stayed bridge dynamics</p>
109111
<div class="project-details" style="display:none;">
110112
<ul>
111113
<li>Proposed Spatio-temporal full-field DeepONet yields multiple dynamical outputs in single pass.</li>
@@ -121,6 +123,7 @@ <h3>Research</h3>
121123
<span class="project-toggle" title="Expand / Collapse">+</span>
122124
Leveraging Multi-Fidelity Models for Computational Shock Response Prediction
123125
</p>
126+
<p class="project-subtitle">DeepONets and RNNs for ship structure impact modeling</p>
124127
<div class="project-details" style="display:none;">
125128
<ul>
126129
<li>Performed model analysis of ship structures to impulsive loading inputs, and discerned the full discrepancies between the low- and high-fidelity models.</li>
@@ -149,6 +152,7 @@ <h3>Research</h3>
149152
<span class="project-toggle" title="Expand / Collapse">+</span>
150153
Urban Smart Transportation and Safety Maintenance
151154
</p>
155+
<p class="project-subtitle">MEMS sensor denoising with GANs and tunnel inspection systems</p>
152156
<div class="project-details" style="display:none;">
153157
<ul>
154158
<li>Conducted denoising calibration and performance evaluation of MEMS accelerometers in low-frequency noise impact and validated its adaptability to different noise sources by using Generative adversarial networks (GANs), with comparison to empirical modal decomposition and wavelet transform methods.</li>
@@ -180,6 +184,7 @@ <h3>Research</h3>
180184
<span class="project-toggle" title="Expand / Collapse">+</span>
181185
Human-induced Vibration Control of Footbridge
182186
</p>
187+
<p class="project-subtitle">TD3 reinforcement learning for semi-active tuned mass dampers</p>
183188
<div class="project-details" style="display:none;">
184189
<ul>
185190
<li>Constructed the dynamics model for the coupled system of concrete pedestrian bridge, human and semi-active tuned mass damper (STMD) considering human-induced vibration.</li>
@@ -204,6 +209,7 @@ <h3>Research</h3>
204209
<span class="project-toggle" title="Expand / Collapse">+</span>
205210
RL-based Control Method for Real-Time Hybrid Simulation (RTHS)
206211
</p>
212+
<p class="project-subtitle">DDPG-based control for underwater shaking table experiments</p>
207213
<div class="project-details" style="display:none;">
208214
<ul>
209215
<li>Developed digital twin model of underwater shaking table based on Simulink to simulate structural behaviors under wave and earthquake loads with high accuracy, verified by physical experimental data.</li>

news.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<meta property="og:description" content="Latest news and updates from Jichuan Tang's academic and research journey.">
2222
<meta property="og:image" content="https://jichuantang.github.io/img/tang.jpg">
2323
<meta property="og:url" content="https://jichuantang.github.io/news.html">
24+
<link rel="canonical" href="https://jichuantang.github.io/news.html">
2425
<meta property="og:type" content="website">
2526

2627
<!-- Favicons -- We recommend this site for generating favicons: https://www.favicon-generator.org/ -->

publication.html

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<meta property="og:description" content="List of publications by Jichuan Tang, focusing on civil engineering, structural dynamics, and scientific AI.">
2222
<meta property="og:image" content="https://jichuantang.github.io/img/tang.jpg">
2323
<meta property="og:url" content="https://jichuantang.github.io/publication.html">
24+
<link rel="canonical" href="https://jichuantang.github.io/publication.html">
2425
<meta property="og:type" content="website">
2526

2627
<!-- Favicons -- We recommend this site for generating favicons: https://www.favicon-generator.org/ -->
@@ -81,24 +82,26 @@
8182
<div class="section-card">
8283
<h3>Journal Papers</h3>
8384
<ul class="publications">
84-
<li>
85+
<li id="pub-deeponet">
8586
<strong>Jichuan Tang</strong>, R.G. McClarren, C. Sweet, Patrick T. Brewick*.
8687
"A Full-field Extended Deep Operator Network as a Spatio-temporal Surrogate for Structural Dynamics."
87-
<em>Engineering Structures</em> (Under Review), 2025.
88+
<em>Engineering Structures</em>, 2025.
89+
<span class="pub-badge pub-badge-review">Under Review</span>
8890
</li>
89-
<li>
91+
<li id="pub-footbridge">
9092
<strong>Jichuan Tang</strong>, Yuguang Fu*, Ning Li, Yan-Long Xie.
9193
"Footbridge Vibration Mitigation Using Deep Reinforcement Learning Considering Pedestrian Uncertainty and Human-structure Interaction."
92-
<em>Journal of Vibration and Control</em> (Under Review), 2024.
94+
<em>Journal of Vibration and Control</em>, 2024.
95+
<span class="pub-badge pub-badge-review">Under Review</span>
9396
</li>
94-
<li>
97+
<li id="pub-rths">
9598
Ning Li*, <strong>Jichuan Tang</strong>, Zhong-Xian Li*, and Shawn Gao.
9699
"Reinforcement Learning Control Method for Real-time Hybrid Simulation based on Deep Deterministic Policy Gradient Algorithm."
97100
<em>Structural Control and Health Monitoring</em>, vol. 29, no. 10, e3035, 2022.
98101
<small class="text-muted">(Co-first author)</small>
99102
[<a href="https://doi.org/10.1002/stc.3035" target="_blank">DOI</a>]
100103
</li>
101-
<li>
104+
<li id="pub-shaking-table">
102105
<strong>Jichuan Tang</strong>, Ning Li*, and Zhong-Xian Li.
103106
"Underwater Shaking Table Time Delay Compensation and Control Optimization based on Reinforcement Learning."
104107
<em>Engineering Mechanics</em>, vol. 40, no. 12, pp. 65-75, 2022.
@@ -111,12 +114,12 @@ <h3>Journal Papers</h3>
111114
<div class="section-card">
112115
<h3>Conference Papers &amp; Technical Reports</h3>
113116
<ul class="publications">
114-
<li>
117+
<li id="pub-multifidelity">
115118
Patrick T. Brewick*, <strong>Jichuan Tang</strong>.
116119
"Leveraging Multi-Fidelity Models for Computational Shock Response Prediction."
117120
<em>Technical Report for Office of Naval Research (ONR)</em>, 2024.
118121
</li>
119-
<li>
122+
<li id="pub-mems">
120123
Yan-Long Xie, <strong>Jichuan Tang</strong>, and Weixin Ren.
121124
"Denoising Calibration and Performance Evaluation of Low-frequency MEMS Wireless Sensors based on Generative Adversarial Network."
122125
<em>Engineering Mechanics Institute Conference and Probabilistic Mechanics &amp; Reliability Conference (EMI/PMC 2024)</em>, Chicago, IL, 2024.
@@ -128,7 +131,7 @@ <h3>Conference Papers &amp; Technical Reports</h3>
128131
<div class="section-card">
129132
<h3>Thesis</h3>
130133
<ul class="publications">
131-
<li>
134+
<li id="pub-thesis">
132135
<strong>Jichuan Tang</strong>.
133136
"Research on Control Method for Real-time Hybrid Simulation Based on Reinforcement Learning."
134137
<em>Master's Thesis</em>, Tianjin University, 2022.

0 commit comments

Comments
 (0)