-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
108 lines (99 loc) · 3.91 KB
/
_quarto.yml
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
project:
type: website
resources:
- "images/twitter-card.png"
render:
- "*.qmd"
- "!materials/exercises"
website:
page-navigation: true
title: "Procesos laborales"
description: "Página web del curso: Procesos laborales"
site-url: "https://www.procesoslaborales.paulparedes.pe"
repo-url: https://github.com/PaulParedes/procesoslaborales
repo-actions: [edit, issue]
google-analytics: "G-VB55FKBL75"
open-graph: true
twitter-card:
creator: "@Paul_Paredes"
image: "/images/pgpp.png"
favicon: "/images/favicon.ico"
page-footer:
left: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
right: "© Copyright 2024, Paul Paredes. Based on a previous work by Cédric Scherer and Marco Sciaini"
background: "#484d6d"
navbar:
background: "#484d6d"
logo: "images/logo.png"
pinned: true
align: center
right:
- icon: download
text: Descargas
menu:
# - text: Lecturas
# href: lecturas-2024-1.zip
# - text: Presentaciones
# href: slides-2024-1.zip
- text: Presentaciones
href: https://drive.google.com/drive/folders/1IRkmUApT4flWGVm5W7akSoowXY2DIyO3?usp=sharing
- text: Lecturas
href: https://drive.google.com/drive/folders/1UwVw1l5sVBRwnDWxuvzW9xHHWD4SpN-I?usp=sharing
- text: Lecturas sugeridas
href: https://drive.google.com/drive/folders/1e5nps7s3OpeyqWHWVG6szxk_6XNa7cbd?usp=sharing
# - text: Sílabo
# href: https://drive.google.com/drive/folders/1Y_ZN7LVNLRtWaOYMfxA2T5C42a4cvaRB?usp=sharing
- icon: file-certificate
href: license.qmd
- icon: github
href: https://github.com/PaulParedes/procesoslaborales
text: GitHub
#- icon: cloud-fill
# href: https://rstudio.cloud/spaces/235465
# text: RStudio Cloud+
left:
- text: Clases
menu:
- text: 00 Presentación
href: modules/d1-01_introduction.qmd
- text: 01 La reforma de los procesos laborales en América Latina
href: modules/d1-02_reforma_pl_AL.qmd
- text: 02 Principios (y fundamentos) del proceso laboral
href: modules/d2-01_fundamentos.qmd
- text: 03 Poderes de los jueces
href: modules/d3-01_jueces.qmd
- text: 04 Pretensiones en la justicia laboral
href: modules/d4-01_pretensiones.qmd
- text: 05 Tipos de procesos (netamente) laborales
href: modules/d5-01_procesos_1.qmd
- text: 06 Otros tipos de procesos (no netamente) laborales
href: modules/d6-01_procesos_2.qmd
- text: 07 Los actos procesales; demanda, contestación y sentencia
href: modules/d7-01_actos_procesales.qmd
- text: 08 Medios impugnatorios
href: modules/d8-01_impugnaciones.qmd
- text: 09 La casación laboral
href: modules/d9-01_casacion.qmd
- text: 10 Examen parcial
href: modules/d10-01_examen_parcial.qmd
- text: 11 Mecanismos alternativos de resolución de conflictos. Conciliación y arbitraje
href: modules/d11-01_marcs.qmd
- text: 12 Solución de los conflictos económicos. Participación de los sindicatos
href: modules/d12-01_conflic_eco_sindicatos.qmd
- text: 13 Teoría de la prueba
href: modules/d13-01_prueba_1.qmd
- text: 14 Razonamiento probatorio. Teoría del caso 1
href: modules/d14-01_teoria_caso_1.qmd
- text: 15 Razonamiento probatorio. Teoría del caso 2
href: modules/d15-01_teoria_caso_2.qmd
- text: 16 Examen final
href: modules/d16-01_examen_final.qmd
# - href: schedule.qmd
format:
html:
theme:
light: [cosmo, theme.scss]
toc: true
code-copy: true
code-overflow: wrap
mainfont: "Asap SemiCondensed"