Skip to content

Instantly share code, notes, and snippets.

@Bruno-Messias
Last active September 28, 2020 14:23
Show Gist options
  • Save Bruno-Messias/e46984fdc9bb7ca1aae9dbfb9009deb8 to your computer and use it in GitHub Desktop.
Save Bruno-Messias/e46984fdc9bb7ca1aae9dbfb9009deb8 to your computer and use it in GitHub Desktop.
Modelo .tex para seminário de Biomédica
Colocar aqui as referência encontradas
\documentclass[conference]{IEEEtran}
\usepackage[portuguese]{babel}
\IEEEoverridecommandlockouts
% The preceding line is only needed to identify funding in the first footnote. If that is unneeded, please comment it out.
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{xcolor}
\usepackage{setspace}
%\singlespacing Para um espaçamento simples
%\onehalfspacing Para um espaçamento de 1,5
%\doublespacing Para um espaçamento duplo
\graphicspath{{images/}}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\begin{document}
\title{Aplicação da cirurgia robótica em casos de câncer de próstata
}
\author{\IEEEauthorblockN{1\textsuperscript{st} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
City, Country \\
email address}
\and
\IEEEauthorblockN{2\textsuperscript{nd} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
City, Country \\
email address}
\and
\IEEEauthorblockN{3\textsuperscript{rd} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
City, Country \\
email address}
}
\maketitle
\begin{abstract}
This document is a model and instructions for \LaTeX.
This and the IEEEtran.cls file define the components of your paper [title, text, heads, etc.]. *CRITICAL: Do Not Use Symbols, Special Characters, Footnotes,
or Math in Paper Title or Abstract.
\end{abstract}
\section{Processo Biológico}
....Sobre o Processo Biológico
\section{Cirurgia Robótica}
....Sobre a Cirurgia Robótica e seu processo
\section{Estrutura Tecnológica}
...Cada item da tecnologia
.. Diagramas de Blocos
\section{Fundamentos da Tecnologia}
...Decrições
\subsection{Características de Desempenho e Segurança}
...Parâmetros de Funcionamento e riscos
\subsection{Sistemas de Monitoriamento}
...Sobre trandutores utilizados
....Sistemas de alarmes
....Monitorização
\subsection{Normas técnicas}
...As normas teccnicas exigidas da tecnologia
\subsection{Fabricantes}
...Sobre os catálogos dos fabricantes e as tecnologia
\section{Conclusão}
...Revisão dos conceitos abordados.
\singlespacing
....Discussão dos impactos da engenharia biomédica na sociedade
\section*{Referências}
\nocite{*}
\bibliography{mybib}
\bibliographystyle{IEEEtran}
\end{document}
@Bruno-Messias
Copy link
Author

Cuidados
Incluir imagens numa pasta separada, images
Referências em formato .bib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment