Skip to content

Commit

Permalink
Update talks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tungnguyenkstnk58 authored Mar 24, 2024
1 parent e7b264b commit f672142
Showing 1 changed file with 10 additions and 83 deletions.
93 changes: 10 additions & 83 deletions _pages/talks.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,96 +8,23 @@ permalink: /talks/
---

# Talks
<img src="{{ site.url }}{{ site.baseurl }}/images/logopic/group_logo_medium.png" class="img-responsive" width="15%" style="float: left"/>

Our vision is to develop methodologies for designing intelligent autonomous decision-making systems that are secure and resilient against malicious adversaries and natural failures.
{% for talk in site.data.talk %}

To do so, we look into these sytems from a security perspective, under various adversary models. Specifically, we develop techniques to assess the risk (i.e., impact and likelihood) of adversaries and failures, and propose methodologies to design and systematically deploy defense measures to prevent, detect, and mitigate malicious attacks and natural disruptive events. In our research, we combine methodologies from cybersecurity, control theory, optimization and machine learning, game-theory and networked systems.

[//]: # (For a high-level summary of a selection of our results, see [Research Results](research_results).)

Have a look at a popular science video about our research on developing secure control systems. You can also find some of our recent research themes described at the end of this page.

## Project 1
{% include youtubePlayer.html id="k01OGxClLXE?si=Awnl9VCWb7bxCm_F" %}





## Project 2
{% assign paper_show = true %}
<div class="row">
<div class="well">

#### {{ talk.title }}

{% assign number_printed = 0 %}
{% for theme-item in site.data.research_themes %}
**Event:** {{talk.category}}

{% assign even_odd = number_printed | modulo: 2 %}
{% if theme-item.highlight == 1 %}
**Summary:** {{talk.summary}}

{% if even_odd == 0 %}
<div class="row">
{% endif %}
{% if theme-item.long == 1 %}
<div class="col-sm-12 clearfix">
<div class="well">
{% if theme-item.hasimage == 1 %}
<img src="{{ site.url }}{{ site.baseurl }}/images/themepic/{{ theme-item.image }}" class="img-responsive" width="{{ theme-item.width }}" style="float: top"/>
{% endif %}
<h3><pubtit>{{ theme-item.title }}</pubtit></h3>
<p>{{ theme-item.description }}</p>
<p>Team members: <em>{{ theme-item.authors }}</em></p>
<p class="text-danger"><strong> {{ theme-item.news1 }}</strong></p>
<p> {{ theme-item.news2 }}</p>
<a data-toggle="collapse" href="#{{theme-item.key}}-bib" class="btn-bib" style="text-decoration:none; color:#ebebeb; hover:#ebebeb;" role="button" aria-expanded="false">Selected papers</a>
<div class="collapse" id="{{theme-item.key}}-bib"><div class="well-abs"><div class="publications">
{%- for y in page.tags %}
{%- if y == theme-item.tag -%}
{% bibliography -f uscl_publications -q @*[tag={{y}}]* %}
{% endif %}
{% endfor %}
</div></div></div>
</div>
</div>
<a data-toggle="collapse" href="#{{project.key}}-bib" class="btn-abstract" style="text-decoration:none; color:#ebebeb; hover:#ebebeb;" role="button" aria-expanded="false">**Popular Abstract**</a>
<div class="collapse" id="{{project.key}}-bib"><div class="well-abs">
{{ talk.summary }}
</div></div>
</div>
{% else %}
<div class="col-sm-6 clearfix">
<div class="well">
{% if theme-item.hasimage == 1 %}
<img src="{{ site.url }}{{ site.baseurl }}/images/themepic/{{ theme-item.image }}" class="img-responsive" width="{{ theme-item.width }}" style="float: top"/>
{% endif %}
<h3><pubtit>{{ theme-item.title }}</pubtit></h3>
{{ theme-item.description }}
<p>Team members: <em>{{ theme-item.authors }}</em></p>
<p class="text-danger"><strong> {{ theme-item.news1 }}</strong></p>
<p> {{ theme-item.news2 }}</p>
<a data-toggle="collapse" href="#{{theme-item.key}}-bib" class="btn-bib" style="text-decoration:none; color:#ebebeb; hover:#ebebeb;" role="button" aria-expanded="false">Selected papers</a>
<div class="collapse" id="{{theme-item.key}}-bib"><div class="well-abs"><div class="publications">
{%- for y in page.tags %}
{%- if y == theme-item.tag or y == theme-item.taga -%}
{% bibliography -f uscl_publications -q @*[tag={{y}} || taga={{y}}]]* %}
{% endif %}
{% endfor %}
</div></div></div>
</div>
</div>
{% assign number_printed = number_printed | plus: 1 %}
{% if even_odd == 1 %}
</div>
{% endif %}

{% endif %}
{% endif %}
{% endfor %}

{% assign even_odd = number_printed | modulo: 2 %}
{% if even_odd == 1 %}
</div>
{% endif %}

<p> &nbsp; </p>


[//]: # (**Watermarking schemes for attack detection:**)

### ... and more.

0 comments on commit f672142

Please sign in to comment.