Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mapfor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
simcaq
Mapfor
Commits
039435fa
Commit
039435fa
authored
4 years ago
by
jpp18
Browse files
Options
Downloads
Patches
Plain Diff
Adds disciplines basic info table
parent
b6cc8829
Branches
issue/631
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/data/groups.js
+59
-43
59 additions, 43 deletions
src/data/groups.js
with
59 additions
and
43 deletions
src/data/groups.js
+
59
−
43
View file @
039435fa
...
...
@@ -26,55 +26,17 @@ const groups = [
],
charts
:
[]
},
{
title
:
'
ACESSO E OFERTA ENSINO SUPERIOR LICENCIATURA
'
,
tables
:
[
{
title
:
'
NÚMERO DE CURSOS DE LICENCIATURA POR LOCAL DA OFERTA (CAMPI E/OU POLOS)
'
,
years
:
[
2018
],
route
:
[
'
course_count
'
],
extraFilters
:
{
academic_level
:
{
value
:
2
}},
education
:
'
superior
'
,
dims
:
[[
'
localoffer
'
]],
dimTitle
:
[
'
Local da oferta (Campi e/ou Polos)
'
],
extraDimCols
:
[{
title
:
'
Instituição de Educação Superior
'
,
key
:
'
university
'
}],
notes
:
[
"
Fonte: Elaborado pelo Laboratório de Dados Educacionais a partir dos Microdados do Censo de Educação Superior/INEP 2018
"
],
},
{
title
:
'
NÚMERO DE MATRÍCULAS (LICENCIATURA) SEGUNDO CATEGORIA ADMINISTRATIVA
'
,
years
:
[
2010
,
2018
],
route
:
[
'
university_enrollment
'
],
education
:
'
superior
'
,
extraFilters
:
{
academic_level
:
{
value
:
2
}},
dims
:
[[
'
upper_adm_dependency
'
,
'
year
'
]],
dimTitle
:
[
'
Categoria Administrativa
'
],
notes
:
[
"
Fonte: Elaborado pelo Laboratório de Dados Educacionais a partir dos Microdados do Censo de Educação Superior/INEP 2018
"
],
}
],
charts
:
[
{
title
:
'
NÚMERO E PERCENTUAL DE MATRÍCULAS (LICENCIATURA) SEGUNDO CATEGORIA ADMINISTRATIVA
'
,
route
:
'
university_enrollment
'
,
dim
:
'
upper_adm_dependency
'
,
education
:
'
superior
'
,
type
:
'
pie
'
,
years
:
[
2018
,
2018
],
notes
:
[
'
Fonte: Elaborado pelo Laboratório de Dados Educacionais a partir dos Microdados do Censo de Educação Superior/INEP 2018
'
],
extraFilters
:
{
academic_level
:
{
value
:
2
}},
}
]
},
{
title
:
'
FORMAÇÃO DOCENTE NA EDUCAÇÃO BÁSICA
'
,
tables
:
[
{
title
:
'
NÚMERO DE DOCENTES SEGUNDO FORMAÇÃO INICIAL, LOCAL, 20
07 –
2019
'
,
title
:
'
NÚMERO DE DOCENTES SEGUNDO FORMAÇÃO INICIAL, LOCAL, 20
12 -
2019
'
,
years
:
[
2012
,
2019
],
route
:
[
'
teacher
'
],
education
:
'
basic
'
,
dims
:
[[
'
initial_training
'
,
'
year
'
]],
dimTitle
:
[
'
Formação Inicial
'
],
notes
:
[
"
Fonte: Elaborado pelo Laboratório de Dados Educacionais a partir dos Microdados do Censo de Educação Superior/INEP 201
8
"
],
notes
:
[
"
Fonte: Elaborado pelo Laboratório de Dados Educacionais a partir dos Microdados do Censo de Educação Superior/INEP 201
2 - 2019
"
],
extraFilters
:
{
state
:
{
value
:
41
}},
}
],
...
...
@@ -85,7 +47,7 @@ const groups = [
dim
:
'
initial_training
'
,
type
:
'
pie
'
,
years
:
[
2018
,
2018
],
notes
:
[
'
Fonte: Elaborado pelo Laboratório de Dados Educacionais a partir dos Microdados do Censo de Educação Superior/INEP 201
8
'
],
notes
:
[
'
Fonte: Elaborado pelo Laboratório de Dados Educacionais a partir dos Microdados do Censo de Educação Superior/INEP 201
9
'
],
education
:
'
basic
'
,
extraFilters
:
{},
}
...
...
@@ -101,7 +63,7 @@ const groups = [
education
:
'
basic
'
,
dims
:
[[
'
pos_training
'
,
'
year
'
]],
dimTitle
:
[
'
Formação em Pós-graduação
'
],
notes
:
[
"
Fonte: Elaborado pelo Laboratório de Dados Educacionais a partir dos Microdados do Censo de Educação Superior/INEP 201
8
"
],
notes
:
[
"
Fonte: Elaborado pelo Laboratório de Dados Educacionais a partir dos Microdados do Censo de Educação Superior/INEP 201
9
"
],
extraFilters
:
{
state
:
{
value
:
41
}},
}
],
...
...
@@ -112,11 +74,65 @@ const groups = [
dim
:
'
pos_training
'
,
type
:
'
pie
'
,
years
:
[
2018
,
2018
],
notes
:
[
'
Fonte: Elaborado pelo Laboratório de Dados Educacionais a partir dos Microdados do Censo de Educação Superior/INEP 201
8
'
],
notes
:
[
'
Fonte: Elaborado pelo Laboratório de Dados Educacionais a partir dos Microdados do Censo de Educação Superior/INEP 201
2 - 2019
'
],
education
:
'
basic
'
,
extraFilters
:
{},
}
],
},
{
title
:
'
FORMAÇÃO DOCENTE NA EDUCAÇÃO BÁSICA DE ACORDO COM DISCIPLINA
'
,
tables
:
[
{
title
:
'
PERCENTUAL DE ADEQUAÇÃO DA FORMAÇÃO DOCENTE NA EDUCAÇÃO BÁSICA SEGUNDO DISCIPLINA, LOCAL - 2019
'
,
years
:
[
2019
],
route
:
[
'
disciplines
'
],
education
:
'
basic
'
,
dims
:
[[
'
discipline
'
]],
dimTitle
:
[
'
Disciplinas
'
],
notes
:
[
"
Fonte: Elaborado pelo Laboratório de Dados Educacionais a partir dos Microdados do Censo de Educação Superior/INEP 2019
"
],
extraFilters
:
{
state
:
{
value
:
41
}},
}
],
charts
:
[],
},
{
title
:
'
ACESSO E OFERTA ENSINO SUPERIOR LICENCIATURA
'
,
tables
:
[
{
title
:
'
NÚMERO DE CURSOS DE LICENCIATURA POR LOCAL DA OFERTA (CAMPI E/OU POLOS)
'
,
years
:
[
2018
],
route
:
[
'
course_count
'
],
extraFilters
:
{
academic_level
:
{
value
:
2
}},
education
:
'
superior
'
,
dims
:
[[
'
localoffer
'
]],
dimTitle
:
[
'
Local da oferta (Campi e/ou Polos)
'
],
extraDimCols
:
[{
title
:
'
Instituição de Educação Superior
'
,
key
:
'
university
'
}],
notes
:
[
"
Fonte: Elaborado pelo Laboratório de Dados Educacionais a partir dos Microdados do Censo de Educação Superior/INEP 2010 - 2018
"
],
},
{
title
:
'
NÚMERO DE MATRÍCULAS (LICENCIATURA) SEGUNDO CATEGORIA ADMINISTRATIVA
'
,
years
:
[
2010
,
2018
],
route
:
[
'
university_enrollment
'
],
education
:
'
superior
'
,
extraFilters
:
{
academic_level
:
{
value
:
2
}},
dims
:
[[
'
upper_adm_dependency
'
,
'
year
'
]],
dimTitle
:
[
'
Categoria Administrativa
'
],
notes
:
[
"
Fonte: Elaborado pelo Laboratório de Dados Educacionais a partir dos Microdados do Censo de Educação Superior/INEP 2018
"
],
}
],
charts
:
[
{
title
:
'
NÚMERO E PERCENTUAL DE MATRÍCULAS (LICENCIATURA) SEGUNDO CATEGORIA ADMINISTRATIVA
'
,
route
:
'
university_enrollment
'
,
dim
:
'
upper_adm_dependency
'
,
education
:
'
superior
'
,
type
:
'
pie
'
,
years
:
[
2018
,
2018
],
notes
:
[
'
Fonte: Elaborado pelo Laboratório de Dados Educacionais a partir dos Microdados do Censo de Educação Superior/INEP 2018
'
],
extraFilters
:
{
academic_level
:
{
value
:
2
}},
}
]
}
]
...
...
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