\documentclass[conference]{IEEEtran}
\IEEEoverridecommandlockouts
\renewcommand\IEEEkeywordsname{Keywords}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[american]{babel}
\usepackage[center]{caption}
\usepackage{graphicx}
\usepackage{listings}
\usepackage{float}
\usepackage{amsmath,amssymb,exscale}
\usepackage{blindtext, graphicx}
\usepackage{verbatim}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{fancyvrb}
\usepackage{bera}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage{lipsum}
% \usepackage[bookmarks=false]{hyperref}
% \usepackage{academicons}
% \usepackage{xcolor}
% \newcommand{\orcid}[1]{\href{https://orcid.org/#1}{\textcolor[HTML]{A6CE39}{\aiOrcid}}}
\usepackage{scalerel}
\usepackage{tikz}
\usetikzlibrary{svg.path}
\definecolor{orcidlogocol}{HTML}{A6CE39}
\tikzset{
orcidlogo/.pic={
\fill[orcidlogocol] svg{M256,128c0,70.7-57.3,128-128,128C57.3,256,0,198.7,0,128C0,57.3,57.3,0,128,0C198.7,0,256,57.3,256,128z};
\fill[white] svg{M86.3,186.2H70.9V79.1h15.4v48.4V186.2z}
svg{M108.9,79.1h41.6c39.6,0,57,28.3,57,53.6c0,27.5-21.5,53.6-56.8,53.6h-41.8V79.1z M124.3,172.4h24.5c34.9,0,42.9-26.5,42.9-39.7c0-21.5-13.7-39.7-43.7-39.7h-23.7V172.4z}
svg{M88.7,56.8c0,5.5-4.5,10.1-10.1,10.1c-5.6,0-10.1-4.6-10.1-10.1c0-5.6,4.5-10.1,10.1-10.1C84.2,46.7,88.7,51.3,88.7,56.8z};
}
}
\newcommand\orcid[1]{\href{https://orcid.org/#1}{\mbox{\scalerel*{
\begin{tikzpicture}[yscale=-1,transform shape]
\pic{orcidlogo};
\end{tikzpicture}
}{|}}}}
\usepackage[bookmarks=false]{hyperref}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\makeatletter
\let\old@ps@headings\ps@headings
\let\old@ps@IEEEtitlepagestyle\ps@IEEEtitlepagestyle
\def\confheader#1{%
% for all pages except the first
\def\ps@headings{%
\old@ps@headings%
\def\@oddhead{\strut\hfill#1\hfill\strut}%
\def\@evenhead{\strut\hfill#1\hfill\strut}%
}%
% for the first page
\def\ps@IEEEtitlepagestyle{%
\old@ps@IEEEtitlepagestyle%
\def\@oddhead{\strut\hfill#1\hfill\strut}%
\def\@evenhead{\strut\hfill#1\hfill\strut}%
}%
\ps@headings%
}
\makeatother
\confheader{%
9th Workshop on Communication Networks and Power Systems (WCNPS 2024)
}
\begin{document}
\title{Title of your paper}
\author{\IEEEauthorblockN{Author1 \orcid{0000}\IEEEauthorrefmark{1}\IEEEauthorrefmark{2},Autor 2 \orcid{0000}\IEEEauthorrefmark{2},
Author3 \orcid{0000}\IEEEauthorrefmark{2}}
\IEEEauthorblockA{Affiliation 1\IEEEauthorrefmark{2}\\
Affiliation 2\IEEEauthorrefmark{2}
\\
Email: contact-email@email.com\IEEEauthorrefmark{1}}
}
\IEEEoverridecommandlockouts
\IEEEpubid{\makebox[\columnwidth]{Copyright Notice }
\hspace{\columnsep}\makebox[\columnwidth]{ }}
\maketitle
\begin{abstract}
\lipsum[10]
\end{abstract}
\begin{IEEEkeywords}
\end{IEEEkeywords}
\section{Introduction}
\lipsum
% \begin{figure}[h]
% \centering
% \includegraphics[width=0.5\textwidth,height=7cm]{orcid.jpg}
% \caption{Subtitle}
% \label{fig:InstanciaIoT}
% \end{figure}
\section{Related Works}
\lipsum
\section{Section III}
\lipsum
\section{Section IV}
\lipsum
\section{Conclusions and Future Work}
\lipsum[4]
\section*{Acknowledgement}
\bibliographystyle{IEEEtran}
\nocite{*}
\bibliography{refs}
\end{document}