-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
117 lines (108 loc) · 4.3 KB
/
Copy path_quarto.yml
File metadata and controls
117 lines (108 loc) · 4.3 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# _quarto.yml
project:
type: website
website:
title: "Raphael Teixeira"
description: "Página pessoal para ensino e pesquisa."
site-url: https://raphateixeira.github.io
# Barra de Navegação Principal (Navbar)
navbar:
background: "#002C6F" # Azul UFPA
foreground: "#FFFFFF"
left:
- text: "Início"
href: index.qmd
- text: "Ensino"
href: Ensino/index.qmd
- text: "Pesquisa"
href: Pesquisa/index.qmd
- text: "Projetos"
href: Projetos/index.qmd
- text: "Publicações"
href: Publicacoes/index.qmd
- text: "LINCE"
href: LINCE/index.qmd
- text: "Notas"
href: Estudos/index.qmd
- text: "Referências"
href: Referencias/index.qmd
- text: "Documentos"
href: Documentos/index.qmd
right:
- icon: github
href: https://github.com/raphateixeira
- icon: envelope
href: mailto:raphaelbt@ufpa.br
# BARRA LATERAL AUXILIAR (Sidebar) - CORRIGIDA
sidebar:
style: "docked" # Mantém a barra visível na esquerda
search: false # Desativa a pesquisa lateral
contents:
- title: "Perfil"
section: Perfil
level: 1
contents:
- text: "<i class='bi bi-person-badge'></i> Raphael Teixeira"
href: "Perfil/index.qmd"
- text: "<i class='bi bi-person-fill'></i> Lattes"
href: "http://lattes.cnpq.br/4902824086591521"
- text: "<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='1em' height='1em' style='vertical-align:-0.125em'><circle cx='12' cy='12' r='12' fill='#A6CE39'/><text x='12' y='16.3' text-anchor='middle' font-family='Arial, Helvetica, sans-serif' font-size='10' font-weight='700' fill='#FFFFFF'>iD</text></svg> Orcid"
href: "https://orcid.org/0000-0003-2993-802X"
- title: "Institucional"
section: Institucional
level: 1
contents:
- text: "<i class='bi bi-bank'></i> UFPA"
href: "https://portal.ufpa.br/"
- text: "<i class='bi bi-building'></i> CAMTUC"
href: "https://www.camtuc.ufpa.br/"
- text: "<i class='bi bi-building'></i> FEE"
href: "https://fee.camtuc.ufpa.br/"
- text: "<i class='bi bi-building'></i> PPCA"
href: "https://www.ppca.propesp.ufpa.br/index.php/br/"
- text: "<i class='bi bi-mortarboard'></i> PROEG"
href: "https://proeg.ufpa.br/"
- text: "<i class='bi bi-flask'></i> PROPESP"
href: "https://www.propesp.ufpa.br/"
- text: "<i class='bi bi-mortarboard-fill'></i> SIGAA"
href: "https://sigaa.ufpa.br/sigaa/"
- text: "<i class='bi bi-book-half'></i> Minha Biblioteca"
href: "https://sso.minhabiblioteca.com.br/Login.aspx?key=UFPA"
- title: "Bases de Pesquisa"
section: Bases de Pesquisa
level: 1
contents:
- text: "<i class='bi bi-search'></i> Google Acadêmico"
href: "https://scholar.google.com/"
- text: "<i class='bi bi-lightning-charge'></i> IEEE Xplore"
href: "https://ieeexplore.ieee.org/"
- text: "<i class='bi bi-journal-richtext'></i> SpringerLink"
href: "https://link.springer.com/"
- text: "<i class='bi bi-journal-bookmark'></i> ScienceDirect (Elsevier)"
href: "https://www.sciencedirect.com/"
- text: "<i class='bi bi-flower1'></i> Nature"
href: "https://www.nature.com/"
- text: "<i class='bi bi-file-earmark-text'></i> arXiv"
href: "https://arxiv.org/"
- title: "Coleções"
section: Coleções
level: 1
contents:
- text: "<i class='bi bi-images'></i> Coleção TikZ"
href: "https://raphateixeira.github.io/TikZ/"
- text: "<i class='bi bi-film'></i> Coleção Manim"
href: "https://raphateixeira.github.io/Manim/"
- text: "<i class='bi bi-journal-text'></i> Notas de Leitura"
href: "https://raphateixeira.github.io/Notas/"
page-footer:
background: "#231F20"
foreground: "#FFFFFF"
left: "©2026 Prof. Dr. Raphael Teixeira"
right: "UFPA-CAMTUC-FEE"
format:
html:
theme:
light: [cosmo, custom.scss]
toc: false
code-block-border-left: "#E4002B"
lang: pt