Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ce089
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Walmes Marques Zeviani
ce089
Commits
fa89ee46
Commit
fa89ee46
authored
6 years ago
by
Walmes Marques Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
Adiciona calendário das aulas.
parent
ae48b0c6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
_site.yml
+3
-0
3 additions, 0 deletions
_site.yml
calendario.Rmd
+65
-0
65 additions, 0 deletions
calendario.Rmd
with
68 additions
and
0 deletions
_site.yml
+
3
−
0
View file @
fa89ee46
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
calendario.Rmd
0 → 100644
+
65
−
0
View file @
fa89ee46
---
#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:
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment