Skip to content

Commit

Permalink
Deploy UQ-Trust-Lab/UQ-Trust-Lab.github.io to UQ-Trust-Lab/UQ-Trust-L…
Browse files Browse the repository at this point in the history
…ab.github.io:gh-pages
  • Loading branch information
GitHub Actions committed Aug 19, 2024
0 parents commit f651277
Show file tree
Hide file tree
Showing 109 changed files with 8,503 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!doctype html>
<title>404 Not Found</title>
<h1>404 Not Found</h1>
Binary file added ICSE2023_MOB_Hao_Hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ICSE2023_MOB_Hao_Method.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ICSE2023_MOB_Hao_Preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added court.webp
Binary file not shown.
Binary file added covers/SKIPPER.webp
Binary file not shown.
Binary file added covers/baiqi_asiaccs.webp
Binary file not shown.
Binary file added covers/grab_ccs.webp
Binary file not shown.
Binary file added covers/hao_icse.webp
Binary file not shown.
Binary file added covers/huo_safe.webp
Binary file not shown.
Binary file added covers/huo_www.webp
Binary file not shown.
Binary file added covers/moex_cikm.webp
Binary file not shown.
Binary file added covers/pico.webp
Binary file not shown.
Binary file added covers/yao_asiaccs.webp
Binary file not shown.
153 changes: 153 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TrustLab@UQ CSS</title>
<link rel="stylesheet" href="/style.css">
</head>

<body class="has-navbar-fixed-top">
<nav class="navbar is-fixed-top is-uq" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
TrustLab@UQ CSS
</a>

<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>

<div id="navbarMenu" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="/news/">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-calendar-day"></i>
</span>
<span>News</span>
</a>

<a class="navbar-item" href="/people/">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-user-graduate"></i>
</span>
<span>People</span>
</span>
</a>

<a class="navbar-item" href="/publications/">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-book-bookmark"></i>
</span>
<span>Publications</span>
</span>
</a>

<a class="navbar-item" href="/projects/">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-list-check"></i>
</span>
<span>Projects</span>
</span>
</a>
</div>
</div>

<script>
document.addEventListener('DOMContentLoaded', () => {
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);

$navbarBurgers.forEach(el => {
el.addEventListener('click', () => {
const target = el.dataset.target;
const $target = document.getElementById(target);
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});

});
</script>
</nav>




<section class="hero is-halfheight is-uq">
<div class="hero-body court">
<div class="court-text">
<h1 class="title">
TrustLab
</h1>
<h2 class="subtitle">
Discipline of Cyber Security and Software Engineering, <br>
School of Information Technology and Electrical Engineering, <br>
The University of Queensland
</h2>
</div>
</div>
</section>

<section class="section">
<div class="columns">
<div class="column">
<h4 class="title is-4 my-2">About us</h4>
<p>TrustLab is a research team based at the Discipline of Cyber Security and Software Engineering (CSS), the School of Information Technology and Electrical Engineering (ITEE),
The University of Queensland in Australia.
TrustLab's primary objective is to develop theories, techniques, and systems that can ensure the trustworthiness of complex software and intelligence systems.
It strives to enhance security, robustness and reliability of software and intelligence systems, and make them more trustworthy for the individuals and organizations that rely on them.</p>
</div>
<div class="column is-4">
<div class="panel is-uq-light">
<p class="panel-heading">
Latest News
</p>




<a class="panel-block">
<span class="panel-icon">

<i class="fa-solid fa-book-open"></i>

</span>
Our paper on gradient inversion attack in language models is accepted by ACM CCS 2024.
</a>


<a class="panel-block">
<span class="panel-icon">

<i class="fa-solid fa-book-open"></i>

</span>
Our paper on LLM security testing is accepted by ASE 2024.
</a>


</div>
</div>
</div>
</section>



<footer class="footer">
<div class="content has-text-centered">
<p>
&copy; 2024 TrustLab@Discipline of Cyber Security and Software Engineering, School of Information Technology and Electrical Engineering, The University of Queensland
</p>
</div>
</footer>
</body>

</html>
106 changes: 106 additions & 0 deletions news/220902-ase-skipper/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TrustLab@UQ CSS</title>
<link rel="stylesheet" href="/style.css">
</head>

<body class="has-navbar-fixed-top">
<nav class="navbar is-fixed-top is-uq" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
TrustLab@UQ CSS
</a>

<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>

<div id="navbarMenu" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="/news/">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-calendar-day"></i>
</span>
<span>News</span>
</a>

<a class="navbar-item" href="/people/">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-user-graduate"></i>
</span>
<span>People</span>
</span>
</a>

<a class="navbar-item" href="/publications/">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-book-bookmark"></i>
</span>
<span>Publications</span>
</span>
</a>

<a class="navbar-item" href="/projects/">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-list-check"></i>
</span>
<span>Projects</span>
</span>
</a>
</div>
</div>

<script>
document.addEventListener('DOMContentLoaded', () => {
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);

$navbarBurgers.forEach(el => {
el.addEventListener('click', () => {
const target = el.dataset.target;
const $target = document.getElementById(target);
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});

});
</script>
</nav>




<section class="section">
<h1 class="title">
Our paper on VUI testing and privacy compliance is accepted by ASE 2022.
</h1>
<p class="subtitle"><strong>2022-09-02</strong></p>

<div class="container">

</div>
</section>



<footer class="footer">
<div class="content has-text-centered">
<p>
&copy; 2024 TrustLab@Discipline of Cyber Security and Software Engineering, School of Information Technology and Electrical Engineering, The University of Queensland
</p>
</div>
</footer>
</body>

</html>
106 changes: 106 additions & 0 deletions news/220908-ndss-u2i2/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TrustLab@UQ CSS</title>
<link rel="stylesheet" href="/style.css">
</head>

<body class="has-navbar-fixed-top">
<nav class="navbar is-fixed-top is-uq" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
TrustLab@UQ CSS
</a>

<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>

<div id="navbarMenu" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="/news/">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-calendar-day"></i>
</span>
<span>News</span>
</a>

<a class="navbar-item" href="/people/">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-user-graduate"></i>
</span>
<span>People</span>
</span>
</a>

<a class="navbar-item" href="/publications/">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-book-bookmark"></i>
</span>
<span>Publications</span>
</span>
</a>

<a class="navbar-item" href="/projects/">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-list-check"></i>
</span>
<span>Projects</span>
</span>
</a>
</div>
</div>

<script>
document.addEventListener('DOMContentLoaded', () => {
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);

$navbarBurgers.forEach(el => {
el.addEventListener('click', () => {
const target = el.dataset.target;
const $target = document.getElementById(target);
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});

});
</script>
</nav>




<section class="section">
<h1 class="title">
Our paper on Android permanent device ID protection is accepted by NDSS 2023.
</h1>
<p class="subtitle"><strong>2022-09-08</strong></p>

<div class="container">

</div>
</section>



<footer class="footer">
<div class="content has-text-centered">
<p>
&copy; 2024 TrustLab@Discipline of Cyber Security and Software Engineering, School of Information Technology and Electrical Engineering, The University of Queensland
</p>
</div>
</footer>
</body>

</html>
Loading

0 comments on commit f651277

Please sign in to comment.