Fellowship news, column image css

main
Kenneth Jao 9 months ago
parent 47e4c2968b
commit fff7873d75
  1. 1
      .gitignore
  2. 8
      Gemfile
  3. 38
      Gemfile.lock
  4. 12
      _sass/main.scss
  5. BIN
      assets/images/news/fellowships.jpg
  6. BIN
      favicon.ico
  7. 10
      main/home.md
  8. 4
      main/team.md

1
.gitignore vendored

@ -5,3 +5,4 @@ _site
vendor vendor
*.sh *.sh
.bundle .bundle
Gemfile.lock

@ -8,15 +8,13 @@ source "https://rubygems.org"
# This will help ensure the proper Jekyll version is running. # This will help ensure the proper Jekyll version is running.
# Happy Jekylling! # Happy Jekylling!
gem "jekyll", "~> 4.3.2" gem "jekyll", "~> 4.3.2"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`. # uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins # gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here! # If you have any plugins, put them here!
group :jekyll_plugins do #group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12" # gem "jekyll-feed", "~> 0.12"
end #end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library. # and associated library.

@ -1,21 +1,21 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
addressable (2.8.4) addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0) public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0) colorator (1.1.0)
concurrent-ruby (1.2.2) concurrent-ruby (1.2.3)
em-websocket (0.5.3) em-websocket (0.5.3)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0) http_parser.rb (~> 0)
eventmachine (1.2.7) eventmachine (1.2.7)
ffi (1.15.5) ffi (1.16.3)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
google-protobuf (3.22.3-x86_64-linux) google-protobuf (3.25.3-x86_64-linux)
http_parser.rb (0.8.0) http_parser.rb (0.8.0)
i18n (1.13.0) i18n (1.14.4)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (4.3.2) jekyll (4.3.3)
addressable (~> 2.4) addressable (~> 2.4)
colorator (~> 1.0) colorator (~> 1.0)
em-websocket (~> 0.5) em-websocket (~> 0.5)
@ -31,12 +31,8 @@ GEM
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0) terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7) webrick (~> 1.7)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (3.0.0) jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54) sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
listen (~> 3.0) listen (~> 3.0)
kramdown (2.4.0) kramdown (2.4.0)
@ -44,30 +40,24 @@ GEM
kramdown-parser-gfm (1.1.0) kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0) kramdown (~> 2.0)
liquid (4.0.4) liquid (4.0.4)
listen (3.8.0) listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0) mercenary (0.4.0)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
public_suffix (5.0.1) public_suffix (5.0.5)
rake (13.0.6)
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rexml (3.2.5) rexml (3.2.5)
rouge (4.1.0) rouge (4.2.1)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sass-embedded (1.62.1) sass-embedded (1.69.5-x86_64-linux-gnu)
google-protobuf (~> 3.21) google-protobuf (~> 3.23)
rake (>= 10.0.0)
terminal-table (3.0.2) terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3) unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2) unicode-display_width (2.5.0)
webrick (1.8.1) webrick (1.8.1)
PLATFORMS PLATFORMS
@ -76,11 +66,9 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0.6.0)
jekyll (~> 4.3.2) jekyll (~> 4.3.2)
jekyll-feed (~> 0.12)
minima (~> 2.5)
tzinfo (>= 1, < 3) tzinfo (>= 1, < 3)
tzinfo-data tzinfo-data
wdm (~> 0.1.1) wdm (~> 0.1.1)
BUNDLED WITH BUNDLED WITH
2.4.10 2.5.9

@ -513,6 +513,12 @@ nav {
} }
.smallItemList { .smallItemList {
display: flex;
flex-wrap: wrap;
justify-content: left;
flex-grow: 1;
align-items: center;
h2, h3, h4, h5, h6 { h2, h3, h4, h5, h6 {
font-size: 1.2em; font-size: 1.2em;
font-weight: 600; font-weight: 600;
@ -521,7 +527,7 @@ nav {
padding: 1em 0.5em 0em 0.5em; padding: 1em 0.5em 0em 0.5em;
border-top: 3px solid rgba(0, 0, 0, 0.1); border-top: 3px solid rgba(0, 0, 0, 0.1);
width: 100%;
} }
p { p {
@ -529,7 +535,9 @@ nav {
padding: 0.5em; padding: 0.5em;
} }
.itemCol {
width: 48%;
}
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

@ -22,6 +22,16 @@ Welcome to the Advanced Computational Electromagnetics (ACEM) Group (PI: Prof. Z
# Group News # Group News
<div class="smallItemList" markdown="1"> <div class="smallItemList" markdown="1">
## 2024, Student Fellowships and Awards
{: .itemCol}
Three members of our group had the pleasure to receive fellowships and awards for their outstanding research.
On the left, Incheol (Aiden) Jung received the [James M. Henderson Fellowship](https://ece.illinois.edu/academics/grad/fellowships/henderson). In the center, Gonzalo Núñez Muñoz received the [A.R. "Buck" Knight Fellowship](https://ece.illinois.edu/academics/grad/fellowships/knight). On the right, Qi Jian Lim received the [Raj Mittra Outstanding Research Award](https://ece.illinois.edu/academics/grad/awards/mittra). Congratulations to all of them!
{: .itemCol}
![Fellowships](/assets/images/news/fellowships.jpg)
## 2024, IEEE AP-S Distinguished Lecturer ## 2024, IEEE AP-S Distinguished Lecturer
Prof. Zhen Peng is honored to serve as an IEEE Antennas and Propagation (AP-S) Society Distinguished Lecturer for 2024-2026. The IEEE AP-S Distinguished Lecturer Program (DLP) provides experts, the Distinguished Lecturers (DLs), who are financially supported to visit active AP-S Chapters around the world and give lectures on topics of interest and importance to the antennas and propagation community. Prof. Zhen Peng is honored to serve as an IEEE Antennas and Propagation (AP-S) Society Distinguished Lecturer for 2024-2026. The IEEE AP-S Distinguished Lecturer Program (DLP) provides experts, the Distinguished Lecturers (DLs), who are financially supported to visit active AP-S Chapters around the world and give lectures on topics of interest and importance to the antennas and propagation community.

@ -38,10 +38,10 @@ Sangrui Luo (PhD Graduate Student): *sangrui2 at illinois.edu*.
Qi Jian Lim (PhD Graduate Student): *qjlim2 at illinois.edu*. Qi Jian Lim (PhD Graduate Student): *qjlim2 at illinois.edu*.
Gonzalo Nunez Munoz (PhD Graduate Student): *gonzalo9 at illinois.edu*. Gonzalo Núñez Muñoz (PhD Graduate Student): *gonzalo9 at illinois.edu*.
Kenneth Jao (PhD Graduate Student): *ksjao2 at illinois.edu*. Kenneth Jao (PhD Graduate Student): *ksjao2 at illinois.edu*.
Ge Cao (PhD Graduate Student): *gecao2@illinois.edu*. Ge Cao (PhD Graduate Student): *gecao2@illinois.edu*.
Incheol Jung (PhD Graduate Student) Incheol (Aiden) Jung (PhD Graduate Student)

Loading…
Cancel
Save