{"id":13665982,"url":"https://github.com/fcampelo/ChocoLattes","last_synced_at":"2025-04-26T09:31:54.067Z","repository":{"id":87066515,"uuid":"57807314","full_name":"fcampelo/ChocoLattes","owner":"fcampelo","description":"Pacote R para processamento de informações a partir de conjuntos de CV Lattes","archived":false,"fork":false,"pushed_at":"2018-03-16T18:45:14.000Z","size":1699,"stargazers_count":12,"open_issues_count":1,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-06T21:50:47.518Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fcampelo.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-01T20:33:18.000Z","updated_at":"2024-04-27T11:26:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"682b5660-6b98-4b8a-8757-6fd678c609d8","html_url":"https://github.com/fcampelo/ChocoLattes","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcampelo%2FChocoLattes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcampelo%2FChocoLattes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcampelo%2FChocoLattes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcampelo%2FChocoLattes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fcampelo","download_url":"https://codeload.github.com/fcampelo/ChocoLattes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250967074,"owners_count":21515526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T06:00:55.150Z","updated_at":"2025-04-26T09:31:54.036Z","avatar_url":"https://github.com/fcampelo.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"## ChocoLattes package\n[![Build Status](https://api.travis-ci.org/fcampelo/ChocoLattes.png)](https://travis-ci.org/fcampelo/ChocoLattes)[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/ChocoLattes)](https://CRAN.R-project.org/package=ChocoLattes)\n[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/ChocoLattes)](https://CRAN.R-project.org/package=ChocoLattes)\n\n\n[Felipe Campelo](mailto:fcampelo@ufmg.br)  \nOperations Research and Complex Systems Laboratory - ORCS Lab\nUniversidade Federal de Minas Gerais\nBelo Horizonte, Brazil\n\n***\n\n**R** package for extracting and summarising information from the [Lattes database of Brazilian Researchers](http://lattes.cnpq.br).\n\nThis package currently exports four methods:\n\n- *lattes_to_list(...)* - extracts information from a Lattes CV xml file (or a list of xml files, or a folder full of xml files) and structures everything in a neat list vector, taking care of duplicates (using DOI and title for papers, and ISSN and title for books) and formatting author names. It currently extracts info on journal papers (accepted or published), conference papers, book chapters, books, PhD theses and MSc dissertations.\n- *make_productions_page(...)* - builds a neat HTML page with the productions of the researcher (or lab, or department), based on the list produced by *lattes_to_list(...)*\n- *plot_chart* produces a summary chart of productions, based on the list produced by *lattes_to_list(...)*\n- *extract_qualis* generates an Excel (or CSV) file containing the production summary of the researcher (or lab, or department), based on the list produced by *lattes_to_list(...)* and on a certain [QUALIS extract](http://qualis.capes.gov.br/)\n\n***\nExample:\n\n1. Download example file (_curriculo.xml_) from [here](http://buscatextual.cnpq.br/buscatextual/download.do?metodo=apresentar\u0026idcnpq=6799982843395323), and save it to your current working folder.\n\n2. Convert it to a Lattes list:\n\n```\nlibrary(ChocoLattes) # \u003c-- assuming it is installed, of course\nlattes.list \u003c- lattes_to_list(CV.dir = getwd())\n```\n\n3. Build a productions chart\n\n```\na \u003c- plot_chart(lattes.list = lattes.list, \n                chart.type  = \"ggplot2\", \n                language = \"PT\")\nprint(a)\n```\n\nor a full productions page:\n\n```\nmake_productions_page(lattes.list = lattes.list,\n                      chart.type  = \"ggplot2\",\n                      h1.title    = \"ORCS Lab\",\n                      h2.title    = \"UFMG, Brazil\",\n                      language    = \"EN\")\n```\n\nHave fun!!!  \nFelipe\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcampelo%2FChocoLattes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffcampelo%2FChocoLattes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcampelo%2FChocoLattes/lists"}