Skip to content

Commit

Permalink
Merge pull request #10 from zhiruiluo/zhiruiluo-patch-1
Browse files Browse the repository at this point in the history
Zhiruiluo patch 1
  • Loading branch information
zhiruiluo authored Dec 7, 2023
2 parents 108aeae + 539b3f3 commit 4b0ae2a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 9 deletions.
18 changes: 9 additions & 9 deletions biblio.bib
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@article{li2022new,
title={A New Deep Anomaly Detection-Based Method for User Authentication Using Multichannel Surface EMG Signals of Hand Gestures},
author={Li, Qingqing and \textbf{Luo, Zhirui} and Zheng, Jun},
author={Li, Qingqing and Luo, Zhirui and Zheng, Jun},
journal={\textbf{IEEE Transactions on Instrumentation and Measurement}},
volume={71},
pages={1--11},
Expand All @@ -10,7 +10,7 @@ @article{li2022new

@article{zamani2018patterns,
title={Patterns in bone drilling performance before and after the 2017 motors skills course of the southwest orthopaedic trauma association},
author={Zamani, Naghmeh and \textbf{Luo, Zhirui} and Pourkand, Ashkan and Salas, Christina and Mercer, Deana and Grow, David I},
author={Zamani, Naghmeh and Luo, Zhirui and Pourkand, Ashkan and Salas, Christina and Mercer, Deana and Grow, David I},
journal={\textbf{UNM Orthopaedic Research Journal}},
volume={7},
number={1},
Expand All @@ -20,7 +20,7 @@ @article{zamani2018patterns

@article{qi2022novel,
title={A Novel Unsupervised Data-Driven Method for Electricity Theft Detection in AMI Using Observer Meters},
author={Qi, Ruobin and Zheng, Jun and \textbf{Luo, Zhirui} and Li, Qingqing},
author={Qi, Ruobin and Zheng, Jun and Luo, Zhirui and Li, Qingqing},
journal={\textbf{IEEE Transactions on Instrumentation and Measurement}},
volume={71},
pages={1--10},
Expand All @@ -30,7 +30,7 @@ @article{qi2022novel

@article{luo2021study,
title={A Study of Adversarial Attacks and Detection on Deep Learning-Based Plant Disease Identification},
author={\textbf{Luo, Zhirui} and Li, Qingqing and Zheng, Jun},
author={Luo, Zhirui and Li, Qingqing and Zheng, Jun},
journal={\textbf{Applied Sciences}},
volume={11},
number={4},
Expand All @@ -41,7 +41,7 @@ @article{luo2021study

@article{luo2021deep,
title={Deep Feature Fusion for Rumor Detection on Twitter},
author={\textbf{Luo, Zhirui} and Li, Qingqing and Zheng, Jun},
author={Luo, Zhirui and Li, Qingqing and Zheng, Jun},
journal={\textbf{IEEE Access}},
volume={9},
pages={126065--126074},
Expand All @@ -51,15 +51,15 @@ @article{luo2021deep

@inproceedings{li2021deep,
title={Deep Learning-based User Authentication with Surface EMG Images of Hand Gestures},
author={Li, Qingqing and \textbf{Luo, Zhirui} and Zheng, Jun},
author={Li, Qingqing and Luo, Zhirui and Zheng, Jun},
booktitle={\textbf{2021 43rd Annual International Conference of the IEEE Engineering in Medicine \& Biology Society (EMBC)}},
pages={2038--2041},
year={2021},
organization={IEEE}
}

@inproceedings{luo2022abode-net,
author = {\textbf{Luo, Zhirui} and Qi, Ruobin and Li, Qingqing and Zheng, Jun and Shao, Sihua},
author = {Luo, Zhirui and Qi, Ruobin and Li, Qingqing and Zheng, Jun and Shao, Sihua},
booktitle = {\textbf{The 7th International Conference on Smart Computing and Communication (SmartCom 2022)}},
editor = {},
title = {ABODE-Net: An Attention-based Deep Learning Model for Non-intrusive Building Occupancy Detection Using Smart Meter Data},
Expand All @@ -69,7 +69,7 @@ @inproceedings{luo2022abode-net
}

@article{li2015research,
author = {Li, Wan and Song, Wenguang and Zou, Jialun and \textbf{Luo, Zhirui} and Peng, Wenhao},
author = {Li, Wan and Song, Wenguang and Zou, Jialun and Luo, Zhirui and Peng, Wenhao},
journal = {\textbf{Journal of Hubei University of Technology}},
volume = {30},
title = {Research and Implementation of 3D Horizontal Well Track Visualization Based on C\#},
Expand All @@ -79,7 +79,7 @@ @article{li2015research
}

@ARTICLE{li2023deeptpa,
author={Li, Qingqing and \textbf{Luo, Zhirui} and Qi, Ruobin and Zheng, Jun},
author={Li, Qingqing and Luo, Zhirui and Qi, Ruobin and Zheng, Jun},
journal={IEEE Access},
title={DeepTPA-Net: A Deep Triple Attention Network for sEMG-Based Hand Gesture Recognition},
year={2023},
Expand Down
22 changes: 22 additions & 0 deletions main_cv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,28 @@
\usepackage[maxcitenames=6, minnames=3 ]{biblatex}
\addbibresource[]{biblio.bib}

% bold the name of specific author
\usepackage{xstring}
\usepackage{etoolbox}
\newboolean{bold}
\newcommand{\makeauthorsbold}[1]{%
\DeclareNameFormat{author}{%
\setboolean{bold}{false}%
\renewcommand{\do}[1]{\expandafter\ifstrequal\expandafter{\namepartfamily}{####1}{\setboolean{bold}{true}}{}}%
\docsvlist{#1}%
\ifthenelse{\value{listcount}=1}
{%
{\expandafter\ifthenelse{\boolean{bold}}{\mkbibbold{\namepartfamily\addcomma\addspace \namepartgiveni}}{\namepartfamily\addcomma\addspace \namepartgiveni}}%
}{\ifnumless{\value{listcount}}{\value{liststop}}
{\expandafter\ifthenelse{\boolean{bold}}{\mkbibbold{\addcomma\addspace \namepartfamily\addcomma\addspace \namepartgiveni}}{\addcomma\addspace \namepartfamily\addcomma\addspace \namepartgiveni}}%
{\expandafter\ifthenelse{\boolean{bold}}{\mkbibbold{\addcomma\addspace \namepartfamily\addcomma\addspace \namepartgiveni\addcomma\isdot}}{\addcomma\addspace \namepartfamily\addcomma\addspace \namepartgiveni\addcomma\isdot}}%
}
\ifthenelse{\value{listcount}<\value{liststop}}
{\addcomma\space}{}
}
}
\makeauthorsbold{Luo, Zhirui}

% what is your name?
\newcommand{\myname}{Zhirui Luo}

Expand Down

0 comments on commit 4b0ae2a

Please sign in to comment.