Skip to content

Commit 4ba8ae6

Browse files
aybanerjaybanerj
authored andcommitted
research tabs
1 parent bf1dd1c commit 4ba8ae6

File tree

7 files changed

+107
-35
lines changed

7 files changed

+107
-35
lines changed

6g.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: research
3+
title: Towards 6G
4+
pubtag: Communications
5+
carousels:
6+
- images:
7+
- image: /atkinson.jpeg
8+
- image: /rice_chip.jpeg
9+
- image: /pcb.jpeg
10+
- image: /bearl.jpeg
11+
---
12+
13+
We at the Wireless Sensing group of WCSNG, focus on designing, researching, developing, and deploying wireless localization and sensing systems for a wide range of applications, including Extended Reality, Indoor Robotics, Navigation, Warehouse management and Industrial IoT 4.0, with the goal of providing accurate and reliable location and sensing estimates for humans, devices, and robots.

_includes/header.html

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<div class="header__brand">
55
{%- include svg/logo.svg -%}
66
{%- assign _paths_root = site.paths.root | default: site.data.variables.default.paths.root -%}
7-
87
{%- include snippets/get-nav-url.html path=_paths_root -%}
98
{%- if site.title -%}
109
<a title="{%- if site.description -%}{{ site.description }}{%- endif -%}" href="{{ __return }}">{{ site.title }}</a>
@@ -22,27 +21,27 @@
2221
{%- include snippets/get-string-from-locale-config.html locale=_item.titles -%}
2322
{%- if _nav_url == _page_url or page.nav_key and _item.key and page.nav_key == _item.key -%}
2423
{%- if _item.subfolderitems -%}
25-
<div class="dropdown">
26-
<li class="navigation__item navigation__item--active"><a>{%- if _item.title -%}{{ _item.title }}{%- else -%}{{ __return }}{%- endif -%}</a></li>
27-
<div class="dropdown-content">
28-
{%- for entry in _item.subfolderitems -%}
29-
<a rel="noopener" href="{{ entry.url }}">{{ entry.name }}</a>
30-
{%- endfor -%}
31-
</div>
32-
</div>
24+
<li class="navigation__item navigation__item--active">
25+
<a>{%- if _item.title -%}{{ _item.title }}{%- else -%}{{ __return }}{%- endif -%}</a>
26+
<ul>
27+
{%- for entry in _item.subfolderitems -%}
28+
<li><a href="{{ entry.url }}">{{ entry.name }}</a></li>
29+
{%- endfor -%}
30+
</ul>
31+
</li>
3332
{%- else -%}
3433
<li class="navigation__item navigation__item--active"><a href="{{ _nav_url }}">{%- if _item.title -%}{{ _item.title }}{%- else -%}{{ __return }}{%- endif -%}</a></li>
3534
{%- endif -%}
3635
{%- else -%}
3736
{%- if _item.subfolderitems -%}
38-
<div class="dropdown">
39-
<li class="navigation__item navigation__item"><a>{%- if _item.title -%}{{ _item.title }}{%- else -%}{{ __return }}{%- endif -%}</a></li>
40-
<div class="dropdown-content">
41-
{%- for entry in _item.subfolderitems -%}
42-
<a rel="noopener" href="{{ entry.url }}">{{ entry.name }}</a>
43-
{%- endfor -%}
44-
</div>
45-
</div>
37+
<li class="navigation__item">
38+
<a>{%- if _item.title -%}{{ _item.title }}{%- else -%}{{ __return }}{%- endif -%}</a>
39+
<ul>
40+
{%- for entry in _item.subfolderitems -%}
41+
<li><a href="{{ entry.url }}">{{ entry.name }}</a></li>
42+
{%- endfor -%}
43+
</ul>
44+
</li>
4645
{%- else -%}
4746
<li class="navigation__item"><a href="{{ _nav_url }}">{%- if _item.title -%}{{ _item.title }}{%- else -%}{{ __return }}{%- endif -%}</a></li>
4847
{%- endif -%}

_sass/components/_header.scss

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -123,31 +123,39 @@
123123
}
124124
}
125125

126-
.dropdown {
127-
display: inline-block;
128-
position: absolute;
129-
}
130-
131-
.dropdown-content {
132-
display: none;
133-
position: absolute;
134-
width: 100%;
135-
overflow: auto;
136-
background-color: #182B49;;
126+
.navigation ul {
127+
list-style-type: none;
128+
margin: 0;
129+
padding: 0;
137130
}
138131

139-
.dropdown:hover .dropdown-content {
140-
display: block;
132+
.navigation li {
133+
display: inline-block;
141134
}
142135

143-
.dropdown-content a {
136+
.navigation li a {
137+
color: white;
144138
display: block;
145-
padding: 5px;
139+
padding: 10px 20px;
146140
text-decoration: none;
147-
font-size: small;
148141
}
149142

150-
.dropdown-content a:hover {
151-
color: #FFFFFF;
143+
.navigation ul ul {
144+
position: absolute;
145+
display: none;
146+
}
147+
148+
.navigation ul ul li {
149+
display: block;
150+
}
151+
152+
.navigation li:hover ul {
153+
display: block;
154+
overflow: visible;
152155
background-color: #182B49;
156+
z-index: 1;
157+
}
158+
159+
.navigation ul ul li a:hover {
160+
background-color: #555;
153161
}

iot.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: research
3+
title: Ubiquitous IoT
4+
pubtag: Backscatter
5+
carousels:
6+
- images:
7+
- image: /atkinson.jpeg
8+
- image: /rice_chip.jpeg
9+
- image: /pcb.jpeg
10+
- image: /bearl.jpeg
11+
---
12+
13+
We at the Wireless Sensing group of WCSNG, focus on designing, researching, developing, and deploying wireless localization and sensing systems for a wide range of applications, including Extended Reality, Indoor Robotics, Navigation, Warehouse management and Industrial IoT 4.0, with the goal of providing accurate and reliable location and sensing estimates for humans, devices, and robots.

security.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: research
3+
title: Security and Privacy
4+
pubtag: Security
5+
carousels:
6+
- images:
7+
- image: /atkinson.jpeg
8+
- image: /rice_chip.jpeg
9+
- image: /pcb.jpeg
10+
- image: /bearl.jpeg
11+
---
12+
13+
We at the Wireless Sensing group of WCSNG, focus on designing, researching, developing, and deploying wireless localization and sensing systems for a wide range of applications, including Extended Reality, Indoor Robotics, Navigation, Warehouse management and Industrial IoT 4.0, with the goal of providing accurate and reliable location and sensing estimates for humans, devices, and robots.

spectrum.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: research
3+
title: Spectrum Sensing
4+
pubtag: Spectrum-Sensing
5+
carousels:
6+
- images:
7+
- image: /atkinson.jpeg
8+
- image: /rice_chip.jpeg
9+
- image: /pcb.jpeg
10+
- image: /bearl.jpeg
11+
---
12+
13+
We at the Wireless Sensing group of WCSNG, focus on designing, researching, developing, and deploying wireless localization and sensing systems for a wide range of applications, including Extended Reality, Indoor Robotics, Navigation, Warehouse management and Industrial IoT 4.0, with the goal of providing accurate and reliable location and sensing estimates for humans, devices, and robots.

vehicle.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: research
3+
title: Autonomous Vehicles
4+
pubtag: Vehicle
5+
carousels:
6+
- images:
7+
- image: /atkinson.jpeg
8+
- image: /rice_chip.jpeg
9+
- image: /pcb.jpeg
10+
- image: /bearl.jpeg
11+
---
12+
13+
We at the Wireless Sensing group of WCSNG, focus on designing, researching, developing, and deploying wireless localization and sensing systems for a wide range of applications, including Extended Reality, Indoor Robotics, Navigation, Warehouse management and Industrial IoT 4.0, with the goal of providing accurate and reliable location and sensing estimates for humans, devices, and robots.

0 commit comments

Comments
 (0)