From 458015f27ca6057965f8629d6c4bccb0fd2cec14 Mon Sep 17 00:00:00 2001 From: IncheolJung Date: Mon, 16 Feb 2026 13:11:38 -0600 Subject: [PATCH] Open Source Software Category added && news added --- _data/navigation.yml | 2 ++ _sass/main.scss | 31 +++++++++++++++--- _site/404.html | 2 +- _site/applications/SIEMI/index.html | 2 +- _site/applications/index.html | 2 +- .../reverberation-chamber/index.html | 2 +- .../statistical-channel/index.html | 2 +- _site/assets/css/styles.css | 24 ++++++++++++-- _site/assets/css/styles.css.map | 2 +- _site/index.html | 8 ++++- _site/publications/index.html | 2 +- .../research/domain-decomposition/index.html | 2 +- .../index.html | 2 +- .../index.html | 2 +- .../first-principles-channel-model/index.html | 2 +- _site/research/index.html | 2 +- .../index.html | 2 +- .../quantum-optimization-RIS/index.html | 2 +- _site/team/index.html | 8 ++--- assets/images/software/RayProNet1.png | Bin 0 -> 701706 bytes assets/images/software/RayProNet2.png | Bin 0 -> 227641 bytes main/home.md | 6 ++++ main/software.md | 22 +++++++++++++ main/team.md | 6 ++-- software/RayProNet/RayProNet.md | 1 + 25 files changed, 107 insertions(+), 29 deletions(-) create mode 100644 assets/images/software/RayProNet1.png create mode 100644 assets/images/software/RayProNet2.png create mode 100644 main/software.md create mode 100644 software/RayProNet/RayProNet.md diff --git a/_data/navigation.yml b/_data/navigation.yml index 6001689..c804f13 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -6,5 +6,7 @@ link: /applications/ - name: Publications link: /publications/ +- name: Software + link: /software/ - name: Team link: /team/ diff --git a/_sass/main.scss b/_sass/main.scss index 0dc75b2..a676597 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -159,7 +159,7 @@ nav { } li { - width: 10em; + width: 8em; height: 100%; display: inline-block; font-size: 1em; @@ -173,7 +173,7 @@ nav { a { display: inline-block; - padding: 1.1em 0 1.1em 0; + padding: 1em 0 1em 0; width: 100%; font-weight: 400; @@ -482,12 +482,12 @@ nav { img { display: block; margin: auto; - padding: 1em; - width:85%; + width: 85%; background-color: rgba(0, 0, 0, 0.05); border-radius: 10px; } + } .nonItems { @@ -552,10 +552,33 @@ nav { } img { + padding: 1em; width: 100%; } } +.softwareItemList { + display: flex; + flex-wrap: wrap; + justify-content: left; + flex-grow: 1; + align-items: center; + + .textCol { + width: 60%; + } + + .imgCol { + width: 40%; + } + + img { + padding: 1ex; + width: 100%; + } + +} + /* Footer */ footer { diff --git a/_site/404.html b/_site/404.html index a7a0fe4..f36e82c 100644 --- a/_site/404.html +++ b/_site/404.html @@ -34,7 +34,7 @@ - +