-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
66 lines (59 loc) · 1.45 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
project:
type: website
website:
title: "INGEOTEC"
navbar:
left:
- text: IberLEF2023
menu:
- sidebar:RestMex2023f
- sidebar:RestMex2023
- sidebar:Davincis2023f
- sidebar:Davincis2023
- text: MexLEF2023
href: MexLEF2023/index.qmd
- text: Text Classification
menu:
- sidebar:general
- sidebar:poornima
- sidebar:educacion
- sidebar:ropec2024
sidebar:
- id: RestMex2023f
title: RestMex2023
contents:
- IberLEF2023/restMex2023.qmd
- id: RestMex2023
title: RestMex2023 (10min)
contents:
- IberLEF2023/RestMex2023-10mins.qmd
- id: Davincis2023f
title: DA-VINCIS2023
contents:
- IberLEF2023/davincis2023.qmd
- id: Davincis2023
title: DA-VINCIS2023 (10min)
contents:
- IberLEF2023/short-davincis2023.qmd
- id: poornima
title: Poornima
contents:
- TextClassification/poornima.qmd
- id: general
title: Text Classification
contents:
- TextClassification/general.qmd
- id: educacion
title: Impacto de PLN en la Educación
contents:
- TextClassification/educacion.qmd
- id: ropec2024
title: Is Traditional Machine Learning Useless?
contents:
- TextClassification/ropec2024.qmd
format:
html:
theme: cosmo
toc: true
execute:
freeze: auto