From aa63d70e65f408699c07acd3fdce85835b27b9fc Mon Sep 17 00:00:00 2001 From: TrustworthyFL Date: Tue, 19 Dec 2023 09:11:33 +0800 Subject: [PATCH] update --- _data/navigation.yml | 4 +- _includes/archive-single-authors.html | 85 ++++++++++++++++++++ _includes/archive-single-resource.html | 104 +++++++++++++++++++++++++ _pages/Authors.md | 13 ++++ _pages/Resource.md | 13 ++++ 5 files changed, 217 insertions(+), 2 deletions(-) create mode 100644 _includes/archive-single-authors.html create mode 100644 _includes/archive-single-resource.html create mode 100644 _pages/Authors.md create mode 100644 _pages/Resource.md diff --git a/_data/navigation.yml b/_data/navigation.yml index 632e9d8..431bda0 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -16,9 +16,9 @@ main: url: /Part_V/ - title: "Resource" - url: /awards/ + url: /Resource/ - title: "Authors" - url: /awards/ + url: /Authors/ \ No newline at end of file diff --git a/_includes/archive-single-authors.html b/_includes/archive-single-authors.html new file mode 100644 index 0000000..c2ea3e9 --- /dev/null +++ b/_includes/archive-single-authors.html @@ -0,0 +1,85 @@ +{% include base_path %} + +{% if post.header.teaser %} + {% capture teaser %}{{ post.header.teaser }}{% endcapture %} +{% else %} + {% assign teaser = site.teaser %} +{% endif %} + +{% if post.id %} + {% assign title = post.title | markdownify | remove: "

" | remove: "

" %} +{% else %} + {% assign title = post.title %} +{% endif %} + + + + + +
+ +
+
+ +
+ +
Lingfei Wu
+
+ +
+ Pinterest +
+
+
+
+
+ +
+
+ +
+ +
Peng Cui
+
+ +
+ Tsinghua University +
+
+
+
+
+ +
+
+ +
+ +
Jian Pei
+
+ +
+ Duke University +
+
+
+
+
+ +
+
+ +
+ +
Liang Zhao
+
+ +
+ Emory University +
+
+
+
+
+ +
\ No newline at end of file diff --git a/_includes/archive-single-resource.html b/_includes/archive-single-resource.html new file mode 100644 index 0000000..eb38bad --- /dev/null +++ b/_includes/archive-single-resource.html @@ -0,0 +1,104 @@ +{% include base_path %} + +{% if post.header.teaser %} + {% capture teaser %}{{ post.header.teaser }}{% endcapture %} +{% else %} + {% assign teaser = site.teaser %} +{% endif %} + +{% if post.id %} + {% assign title = post.title | markdownify | remove: "

" | remove: "

" %} +{% else %} + {% assign title = post.title %} +{% endif %} + + + + + +
+
+
+ +
+
+

•   Probably Approximately Correct Federated Learning

+

    Authors: Xiaojin Zhang, Anbu Huang, Lixin Fan, Kai Chen, Qiang Yang
    ArXiv Preprint; under review in Journal of Machine Learning Research (JMLR), 2023
    [ Paper]

+
+
+ +
+
+

•   Federated Learning with Privacy-preserving and Model IP-right-Protection

+

    Authors: Qiang Yang, Anbu Huang, Lixin Fan, Chee Seng Chan, Jian Han Lim, Kam Woh Ng, Ding Sheng Ong, Bowen Li
    Published in Machine Intelligence Research, 2022
    [ Paper]    [ Scholar]    [ Cite]

+
+
+ +
+ +
+ +
+
+

•   Federated Learning-Powered Visual Object Detection for Safety Monitoring

+ +

    Authors: Yang Liu, Anbu Huang, Yun Luo, He Huang, Youzhi Liu, Yuanyuan Chen, Lican Feng, Tianjian Chen, Han Yu, Qiang Yang
    Published in AI Magazine, 2021
    [ Paper]    [ Scholar]    [ Cite]

+
+
+ +
+
+

•   Dynamic backdoor attacks against federated learning

+ +

    Authors: Anbu Huang
    Published in ArXiv Preprint, 2021
    [ Paper]    [ Scholar]    [ Cite]

+
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
\ No newline at end of file diff --git a/_pages/Authors.md b/_pages/Authors.md new file mode 100644 index 0000000..6865649 --- /dev/null +++ b/_pages/Authors.md @@ -0,0 +1,13 @@ +--- +layout: archive +title: "作者信息" +permalink: /Authors/ +author_profile: true +--- + + +{% include base_path %} + + +{% include archive-single-authors.html %} + diff --git a/_pages/Resource.md b/_pages/Resource.md new file mode 100644 index 0000000..87f27e7 --- /dev/null +++ b/_pages/Resource.md @@ -0,0 +1,13 @@ +--- +layout: archive +title: "学习资源与习题" +permalink: /Resource/ +author_profile: true +--- + + +{% include base_path %} + + +{% include archive-single-resource.html %} +