Skip to content
Snippets Groups Projects
Commit fa89ee46 authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Adiciona calendário das aulas.

parent ae48b0c6
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,9 @@ navbar:
# - icon: fa-archive
# text: "Arquivos"
# href: data/
- icon: fa-calendar
text: "Calendário"
href: calendario.html
right:
- icon: fa-user
href: http://leg.ufpr.br/~walmes
......
---
#title: "Calendário das aulas"
output:
html_document:
number_sections: false
toc: false
# code_folding: hide
---
# Calendário das aulas
```{r, include = FALSE, eval = FALSE}
dts <- sort(c(seq.Date(from = as.Date("2018-07-30"),
to = as.Date("2018-12-03"),
by = "week"),
seq.Date(from = as.Date("2018-08-01"),
to = as.Date("2018-12-03"),
by = "week")))
dts <- format.Date(dts, format = "%a %d/%b")
cat(sprintf(" %d. %s:", seq_along(dts), dts), sep = "\n")
```
1. Seg 30/Jul:
* Visão geral e funcionamento da disciplina.
* Revisão de estruturas de controle e repetição.
2. Qua 01/Ago:
* Fluxogramas e pseudo-código.
* Revisão de definição de funções em R.
* Benchmark, profile e debug.
3. Seg 06/Ago:
4. Qua 08/Ago:
5. Seg 13/Ago:
6. Qua 15/Ago:
7. Seg 20/Ago:
8. Qua 22/Ago:
9. Seg 27/Ago:
10. Qua 29/Ago:
11. Seg 03/Set:
12. Qua 05/Set:
13. Seg 10/Set:
14. Qua 12/Set:
15. Seg 17/Set:
16. Qua 19/Set:
17. Seg 24/Set:
18. Qua 26/Set:
19. Seg 01/Out:
20. Qua 03/Out:
21. Seg 08/Out:
22. Qua 10/Out:
23. Seg 15/Out:
24. Qua 17/Out:
25. Seg 22/Out:
26. Qua 24/Out:
27. Seg 29/Out:
28. Qua 31/Out:
29. Seg 05/Nov:
30. Qua 07/Nov:
31. Seg 12/Nov:
32. Qua 14/Nov:
33. Seg 19/Nov:
34. Qua 21/Nov:
35. Seg 26/Nov:
36. Qua 28/Nov:
37. Seg 03/Dez:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment