From ae1a797cc7fb65a3d3d820c093f785942191e49b Mon Sep 17 00:00:00 2001 From: Leonardo Uieda Date: Sat, 14 Jan 2023 08:04:55 +0000 Subject: [PATCH] Remove the research project Put it in a separate repo so this can be more easily shared. --- projeto.tex | 339 ---------------------------------------------------- 1 file changed, 339 deletions(-) delete mode 100644 projeto.tex diff --git a/projeto.tex b/projeto.tex deleted file mode 100644 index 7b1ed48..0000000 --- a/projeto.tex +++ /dev/null @@ -1,339 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Projeto de pesquisa para concurso público de Professor Doutor na USP. -% -% Formatação inspirada em: -% * https://tug.org/pracjourn/2008-1/mori/mori.pdf -% * https://github.com/santisoler/phd-thesis -% * https://github.com/compgeolab/dissertation-template -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Set a class and import packages -\documentclass[11pt,a4paper,oneside]{book} - -% Variables -\newcommand{\Year}{2023} -\newcommand{\Author}{Leonardo Uieda} -\newcommand{\Title}{Projeto de pesquisa de \Author{} para concurso público - Professor Doutor em Geofísica - IAG/USP} -\newcommand{\ORCID}{0000-0001-6123-9515} - -\usepackage[utf8]{inputenc} -\usepackage[T1]{fontenc} -\usepackage[brazil]{babel} -\usepackage{geometry} -\usepackage{graphicx} -\usepackage{amssymb} -\usepackage{amsmath} -\usepackage{hyperref} -% create fancy headers -\usepackage{fancyhdr} -% commands for managing dates and its formats -\usepackage{datetime2} -% improved urls with proper hyphenation -\usepackage{xurl} -% Import enumitem to customize descriptions in license.tex -\usepackage{enumitem} -% Tweak the look of captions -\usepackage{caption} -% To control the style of section titles -\usepackage{titlesec} -% Add the bibliography to the table of contents -\usepackage[nottoc,chapter]{tocbibind} -\usepackage[round,authoryear,sort]{natbib} -% show dois as links on references -\usepackage{doi} -% Icon fonts (requires using xelatex or luatex) -\usepackage{fontawesome5} -\usepackage{academicons} -\usepackage{fontspec} -% Set fonts (requires compilation with xelatex) -\usepackage{fontspec} -\usepackage{microtype} -% To make fancy text boxes -\usepackage{xcolor} -\usepackage[framemethod=tikz]{mdframed} -% For fancy and multipage tables -\usepackage{tabularx} -\usepackage{ltablex} -% To define custom environments -\usepackage{environ} -\usepackage{setspace} -% Reference sections by name -\usepackage{nameref} -% Better handling of footnotes inside summary boxes -\usepackage{footmisc} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Configuration of the document - -\geometry{% - left=30mm, - right=30mm, - top=20mm, - bottom=15mm, - headsep=5mm, - headheight=5mm, - footskip=10mm, - includehead=true, - includefoot=true -} - -\setmainfont[% - Path=fonts/notoserif/, - UprightFont=NotoSerif-Regular, - BoldFont=NotoSerif-Bold, - ItalicFont=NotoSerif-Italic, - Extension=.ttf -]{NotoSerif} - -% Increase the line spacing -\SetSinglespace{1.2} -\doublespacing - -% Add a link to a DOI -\newcommand{\DOI}[1]{\url{https://doi.org/#1}} - -% Define custom colors -\definecolor{lu_gray}{gray}{0.98} -\definecolor{lu_darkgray}{gray}{0.3} -\definecolor{lu_blue}{RGB}{32, 96, 194} -\definecolor{lu_lightblue}{RGB}{238, 245, 250} -\definecolor{lu_yellow}{RGB}{255, 193, 7} -\definecolor{lu_lightyellow}{RGB}{255, 249, 230} - -% Customize how Chapter headings are displayed -\titleformat{\chapter}[display]{\normalfont}{\large Parte \thechapter}{0pt}{\onehalfspacing\huge}[\titlerule] -\titlespacing*{\chapter}{0pt}{-40pt}{40pt} - -% Set the spacing between bibliography entries (requires natbib) -\setlength{\bibsep}{0pt} - -% Configure captions -\captionsetup{labelfont=bf,font={color=lu_darkgray},skip=0pt} - -% Define a fancy text box -\mdfdefinestyle{summarybox}{% - leftline=true, - rightline=false, - topline=false, - bottomline=false, - linewidth=4pt, - linecolor=lu_blue, - frametitlefont=\bfseries\color{black}\small, - frametitlebackgroundcolor=lu_lightblue, - frametitleaboveskip=7pt, - frametitlebelowskip=7pt, - frametitlerule=true, - frametitlerulewidth=1pt, - backgroundcolor=lu_gray, - innertopmargin=7pt, - innerbottommargin=10pt, - innerleftmargin=15pt, - innerrightmargin=15pt, -} -\newmdenv[style=summarybox]{summarybox} -\mdfdefinestyle{subsummarybox}{% - leftline=true, - rightline=false, - topline=false, - bottomline=false, - linewidth=4pt, - linecolor=lu_yellow, - frametitlefont=\bfseries\color{black}\small, - frametitlebackgroundcolor=lu_lightyellow, - frametitleaboveskip=7pt, - frametitlebelowskip=7pt, - frametitlerule=true, - frametitlerulewidth=1pt, - backgroundcolor=lu_gray, - innertopmargin=7pt, - innerbottommargin=10pt, - innerleftmargin=15pt, - innerrightmargin=15pt, -} -\newmdenv[style=subsummarybox]{subsummarybox} - -% Define something like an fa-ul and a date list -\NewEnviron{fa-ul}{% - \vspace{-0.4cm} - \small - \renewcommand{\arraystretch}{1.25} - \begin{tabularx}{\linewidth}{@{}p{0.05\linewidth}@{}@{}p{0.95\linewidth}@{}} - \BODY - \end{tabularx}% -} - -% Configure hyperref and add PDF metadata -\hypersetup{ - colorlinks, - allcolors=lu_blue, - pdftitle={\Title}, - pdfauthor={\Author}, - pdftex, - breaklinks=true, -} - -% make urls use the same font as every other text -\urlstyle{same} - -% Prevent footnotes from being broken into multiple pages -\interfootnotelinepenalty=10000 - -% Configure headers and footers -\fancyhf{} -\lhead{\fontsize{9pt}{0}\selectfont\itshape \nouppercase\leftmark} -\chead{} -\rhead{\fontsize{9pt}{0}\selectfont \thepage} -\cfoot{} -\renewcommand{\headrulewidth}{0.3pt} -\renewcommand{\chaptermark}[1]{\markboth{\MakeUppercase{#1}}{}} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\begin{document} - -\pagestyle{plain} -\frontmatter - -\begin{titlepage} - \begin{center} - \includegraphics[height=2cm]{images/logo.pdf} - \vspace{1cm} - - PROJETO DE PESQUISA PARA CONCURSO PÚBLICO - - PROFESSOR DOUTOR (RDIDP) EM MÉTODOS POTENCIAIS - - UNIVERSIDADE DE SÃO PAULO - \vspace{5cm} - - \textbf{\LARGE PROJETO DE PESQUISA} - \vspace{1cm} - - \textbf{\LARGE \MakeUppercase{\Author{}}} - \vspace{5cm} - - {\small - Apresentado para concurso público de títulos e provas para cargo de - - Professor Doutor junto ao Departamento de Geofísica do - - Instituto de Astronomia, Geofísica e Ciências Atmosféricas da - - Universidade de São Paulo. - \vspace{1cm} - - Edital ATAc-IAG/044/2022 - } - \vfill - - \Year{} - \end{center} -\end{titlepage} - -\tableofcontents - -\mainmatter -\pagestyle{fancy} - -%============================================================================== -\chapter{Introdução} - -Temas que eu quero desenvolver nos próximos 5 anos. -Resumo geral. -Como o projeto está organizado. -X temas que serão explorados abaixo. -O que liga esses temas. - -\section{Objetivos principais} - -\section{Impacto da pesquisa} - - - -%============================================================================== -\chapter{Modelagem de dados de microscopia magnética} - -\section{Preâmbulo} - -\section{Objetivos principais} - -\section{Introdução} - -\section{Determinação da direção de magnetização} - -\section{Comparação com modelagem micromagnética} - -\section{Criação de uma ferramenta para a comunidade} - -\section{Impacto da pesquisa} - -\section{Colaborações e fontes de financiamento} - - -%============================================================================== -\chapter{Determinação do fluxo geotermal Antártico através de dados magnetométricos} - -\section{Preâmbulo} - -\section{Objetivos principais} - -\section{Introdução} - -\section{Nivelamento de dados aeromagnéticos} - -%https://library.seg.org/doi/pdf/10.1190/1.2836674?casa_token=7AjDtZvgUOUAAAAA:BPMoeqfGqcIYhieIWNGPK-a2Rz8sLlfiH0rky6GMxKXSUDxg1nHQQWURzNxKZRmwMiXuQT7NinM - -%https://library.seg.org/doi/pdf/10.1190/1.3279792?casa_token=tLN_kL-egzwAAAAA:1cRt4ok_BQ4GBT3EU85JwG5-oFh3yiPZ-gG9pD910me-k-HBS4mM17lpUPxfOpTLS5NLtB3oKeQ - -%https://library.seg.org/doi/pdf/10.1190/1.1441504?casa_token=uYzU5LD32PUAAAAA:1MP-bTUpNy-a0GUiEplIdJeSKxws_rZtsiuYzqNr7Myv5JTzp8vhrHtRxPVtKLYyiiApcTFYYho - -%https://earth-planets-space.springeropen.com/articles/10.1186/s40623-015-0181-7 - -%https://agupubs.onlinelibrary.wiley.com/doi/pdfdirect/10.1029/2008JB006144 - -%https://library.seg.org/doi/pdf/10.1190/geo2011-0056.1?casa_token=OhfLS7547g8AAAAA:1k04d_bggya36aBMapdaxnIozxamxM23q48hENbPE8a-FydgtCYDjw9BGZXRz4gKHrVUWWeFX1M - -%https://library.seg.org/doi/pdf/10.1190/1.3548548?casa_token=mAtAjjLruBoAAAAA:TDBBf8p3fspVGgOYEJSoTq4aC67LWEQ4JDudoJuOSfT440vfowdoHVnBsVoTzv7t2LS-ZeHjoVU - -%https://www.tandfonline.com/doi/pdf/10.1071/ASEG2013ab067 - -%https://onlinelibrary.wiley.com/doi/pdf/10.1046/j.1365-2478.1998.00080.x?casa_token=21HmjmPW7BUAAAAA:Qgp7tooQIQkkQ7nn1ZaXxCub2ihhEDs6-t7wcv2Cx5-wKqo3ZegJrydLbeUzSLtJJTYvfRBWUa7XrM4 - -%https://onlinelibrary.wiley.com/doi/pdf/10.1046/j.1365-2478.1998.00080.x?casa_token=21HmjmPW7BUAAAAA:Qgp7tooQIQkkQ7nn1ZaXxCub2ihhEDs6-t7wcv2Cx5-wKqo3ZegJrydLbeUzSLtJJTYvfRBWUa7XrM4 - -\section{Integração de dados aeromagnéticos} - -\section{Inversão não-linear de dados magnéticos para mapeamento da isoterma de Curie} - -\section{Impacto da pesquisa} - -\section{Colaborações e fontes de financiamento} - - -%============================================================================== -\chapter{Integração de comunidades de software livre em geofísica} - -\section{Preâmbulo} - -\section{Objetivos principais} - -\section{Introdução} - -\section{Fatiando a Terra} - -\section{SimPEG} - -\section{Criação de pontes entre as comunidades} - -\section{Impacto da pesquisa} - -\section{Colaborações e fontes de financiamento} - -%============================================================================== -\backmatter -\bibliographystyle{apalike-doi} -\bibliography{references} - -\end{document}