-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
48 lines (41 loc) · 2.05 KB
/
about.html
File metadata and controls
48 lines (41 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
layout: page
title: About
subtitle: Some personal information.
permalink: /about/
---
<h2>About this Blog</h2>
<p>This blog is for Mingrui Cao to share his experience of learning and researching. </p>
<p><ul class="about-list">
<li><i class="fa fa-rss"></i><a href="{{ site.url }}{{ site.baseurl }}/feed.xml"> Rss</a></li>
<li><i class="fa fa-modx"></i> Total <span id="busuanzi_value_site_uv"><i class="fa fa-spinner fa-pulse"></span></i> Visitors</li>
</ul></p>
<h2>About me</h2>
<p>A lonely boy struggled in study and love. </p>
<p>My name is Mingrui Cao (AKA Leo Cao, AKA Krad, AKA Exia), I received my undergraduate degree in UESTC and now is pursuing the master degree in BUPT. </p>
<p><ul class="about-list">
<li>
<i class="fa fa-twitter"></i><a href="https://twitter.com/{{ site.twitter_username }}"> Twitter</a>
</li>
<li>
<i class="fa fa-github"></i><a href="https://github.com/{{ site.github_username }}"> Github</a>
</li>
<li>
<i class="fa fa-envelope"></i><a href="mailto:{{ site.email }}?subject=Hello {{ site.name }}"> Email</a>
</li>
</ul></p>
<p>In addition, if you love FALL OUT BOY, please let me know! We are sure to have much to talk about. My favorite song is <i>Just One Yesterday.</i></p>
<h2>My publication</h2>
<p>My research interests include distributed network and system. </p>
<p><ul class="about-list">
<li>
<a href="https://ieeexplore.ieee.org/document/9500737/">M. Cao, B. Cao, W. Hong, Z. Zhao, X. Bai and L. Zhang, "DAG-FL: Direct Acyclic Graph-based Blockchain Empowers On-Device Federated Learning," ICC 2021 - IEEE International Conference on Communications, 2021, pp. 1-6, doi: 10.1109/ICC42927.2021.9500737.</a>
</li>
<p></p>
<li>
<a href="https://ieeexplore.ieee.org/document/9524833">M. Cao, L. Zhang and B. Cao, "Toward On-Device Federated Learning: A Direct Acyclic Graph-Based Blockchain Approach," in IEEE Transactions on Neural Networks and Learning Systems, doi: 10.1109/TNNLS.2021.3105810.</a>
</li>
</ul></p>
{% if site.skillstree %}
{% include skillstree.html %}
{% endif %}