--- layout: default title: Home notitle: true # groups of columns of {roles: list, width: num, image: bool} role-tables: - - roles: [faculty, postdoc, staff] width: 4 image: true - roles: [grad] width: 8 image: true - - roles: [alum] width: 6 image: true - roles: [collab] width: 6 image: true - - roles: [visitandresearch] width: 6 image: false - roles: [grad-undergrad-projects] width: 6 image: false ---

The Laboratory of Sensing and Networking Systems (SENS) at EPFL an interdisciplinary research group dedicated to designing and implementing innovative systems with tangible real-world applications. Our focus spans a wide range of areas, including wireless networking, the Internet of Things (IoT), mobile systems, as well as wireless imaging and sensing technologies.

Research

{% comment %} Sort the projects by date, putting those without dates last {% endcomment %} {% assign projects_by_date = site.projects | sort: 'last-updated', 'first' %} {% assign projects_by_date = projects_by_date | reverse %} {% for p in projects_by_date %} {% if p.status != "inactive" %} {% include project-card.html project=p %} {% endif %} {% endfor %}

People

{% for role-table in page.role-tables %}
{% for role-column in role-table %}
{% for role in role-column.roles %} {% include role-people.html role=role image=role-column.image %} {% endfor %}
{% endfor %}
{% endfor %}

News

{% assign numposts = site.posts | size %} {% if numposts >= 1 %}

Older posts…

{% endif %}