From 1b529652b8de93f164b28d6664731715861150f2 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Mon, 8 May 2023 13:21:55 -0500 Subject: [PATCH] Capitalization, right-to-left CSS inheritance issue --- _sass/main.scss | 4 ++++ main/applications.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_sass/main.scss b/_sass/main.scss index a10feaa..17ab6ba 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -447,6 +447,10 @@ nav { .itemScroll { direction: rtl; + + h2, p { + direction: ltr; + } } } } diff --git a/main/applications.md b/main/applications.md index 565c1e2..240f517 100644 --- a/main/applications.md +++ b/main/applications.md @@ -35,7 +35,7 @@ We present a novel physics-oriented statistical representation for complex multi ## Deterministic and Statistical Modeling of Wireless Channel -we present a full-wave field-based computational methodology for radio wave propagation in complex urban environments. Both transmitting/receiving antennas and propagation environments are modeled by first-principles calculations. System-level, large scene analysis is enabled by scalable, ultra-parallel algorithms on emerging high-performance computing platforms. The proposed computational framework is verified and validated with semi-analytical models and representative measurements. +We present a full-wave field-based computational methodology for radio wave propagation in complex urban environments. Both transmitting/receiving antennas and propagation environments are modeled by first-principles calculations. System-level, large scene analysis is enabled by scalable, ultra-parallel algorithms on emerging high-performance computing platforms. The proposed computational framework is verified and validated with semi-analytical models and representative measurements. [Read More](/applications/statistical-channel/)