getLattes

Read and Process Data from Lattes Curriculum.

https://github.com/roneyfraga/getlattes

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.8%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Read and Process Data from Lattes Curriculum.

Basic Info
Statistics
  • Stars: 10
  • Watchers: 3
  • Forks: 2
  • Open Issues: 0
  • Releases: 2
Created over 6 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# getLattes


[![DOI](https://zenodo.org/badge/258844181.svg)](https://zenodo.org/badge/latestdoi/258844181)


The `getLattes` `R` package, written by [Roney Fraga Souza](http://roneyfraga.com), [Winicius Sabino](https://stackoverflow.com/users/9278241/winicius-sabino) and [Luis Felipe de Souza Rodrigues](https://www.linkedin.com/in/luis-felipe-de-souza-rodrigues-535a34180/), was built to extract data from the [Lattes](http://lattes.cnpq.br/) curriculum platform exported as `XML`. 

![](http://roneyfraga.com/volume/keep_it/lattes_busca_curriculo.gif)

To automate the download process, please see [Captchas Negated by Python reQuests - CNPQ](https://github.com/josefson/CNPQ).

## getLattesWeb

Non-programmers alternative, use the `getLattesWeb` graphical interface: 

- link 1 [https://roneyfraga.shinyapps.io/getlattesweb/](https://roneyfraga.shinyapps.io/getlattesweb/)
- link 2 [http://roneyfraga.com/shiny/getLattesWeb/](http://roneyfraga.com/getLattesWeb/)

![](http://roneyfraga.com/volume/keep_it/getLattesWeb_exemplo.gif)

## Programmers

### Installation

Stable version from [CRAN](https://cran.r-project.org/).

```{r eval=F, include=T}
install.packages('getLattes')
library(getLattes)
```

Development version from [GitHub](https://github.com/roneyfraga/getLattes).

```{r eval=F, include=T}
# install and load devtools from CRAN
# install.packages("devtools")
library(devtools)

# install and load getLattes
devtools::install_github("roneyfraga/getLattes")
library(getLattes)
```

### Import XML file 

The Lattes XML file can be compressed inside a `.zip`. 

```{r eval=F, include=T}
# find the file in system
zip_xml <- system.file('extdata/4984859173592703.zip', package = 'getLattes')

curriculo <- xml2::read_xml(zip_xml)
```

### Extract data

```{r eval=F}
# to extract data from one curriculum 
getDadosGerais(curriculo)
getArtigosAceitos(curriculo)
getArtigosPublicados(curriculo)
getAreasAtuacao(curriculo)
getArtigosPublicados(curriculo)
getAtuacoesProfissionais(curriculo)
getBancasDoutorado(curriculo)
getBancasGraduacao(curriculo)
getBancasMestrado(curriculo)
getCapitulosLivros(curriculo)
getDadosGerais(curriculo)
getEnderecoProfissional(curriculo)
getEventosCongressos(curriculo)
getFormacaoDoutorado(curriculo)
getFormacaoMestrado(curriculo)
getFormacaoGraduacao(curriculo)
getIdiomas(curriculo)
getLinhaPesquisa(curriculo)
getLivrosPublicados(curriculo)
getOrganizacaoEventos(curriculo)
getOrientacoesDoutorado(curriculo)
getOrientacoesMestrado(curriculo)
getOrientacoesPosDoutorado(curriculo)
getOutrasProducoesTecnicas(curriculo)
getParticipacaoProjeto(curriculo)
getProducaoTecnica(curriculo)
getProducaoTecnica(curriculo)
getTrabalhosEmEventos()
getId(curriculo)
```

Owner

  • Name: Roney Fraga Souza
  • Login: roneyfraga
  • Kind: user
  • Location: Brazil
  • Company: Federal University of Mato Grosso

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 48
  • Total Committers: 2
  • Avg Commits per committer: 24.0
  • Development Distribution Score (DDS): 0.021
Top Committers
Name Email Commits
Roney Fraga Souza r****a@g****m 47
Vinicius Garcia Pinto v****o@f****r 1
Committer Domains (Top 20 + Academic)
furg.br: 1

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 13 days
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • krlmlr (1)
  • viniciusvgp (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 231 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: getLattes

Import and Process Data from the 'Lattes' Curriculum Platform

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 231 Last month
Rankings
Forks count: 17.8%
Stargazers count: 21.1%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 36.7%
Downloads: 79.3%
Maintainers (1)
Last synced: 11 months ago