Changes in version 1.5.1 - added awards in output - added dependency on R > 4.1.0 - deprecated unsupported functions gl_read_lattes_zip() and gld_get_lattes_data() Changes in version 1.5 (2024-05-04) - added research and extension projects in output - added coauthors in output (fixes issue number 16) Changes in version 1.4.4 - added date of last update - added professional activities to output - added type of supervision - updated on qualis table for 2017-2020 and SJR for 2022 Changes in version 1.4.3 (2023-08-09) - added DOI information for publications Changes in version 1.4.2 (2022-12-06) - fixed stringr::str_detect() issue (PR) Changes in version 1.4.1 (2022-06-08) - fixed cran notes Changes in version 1.4 (2020-03-07) - switched to dplyr::tibbles to avoid problems with CRAN (and not data.frame) Changes in version 1.3.2 - Fixed another bug in df.tpublic$accepted.papers when CV had no paper. Changes in version 1.3.1 (2019-08-08) - Added bsc information to output - Fixed bug in df.tpublic$accepted.papers (see issue 11) Changes in version 1.3 (2019-04-09) - Added Msc titles to output Changes in version 1.2 (2018-10-11) - Changes to the Lattes website seems to be permanent and stable. The main change is that in order to download xml zip files, one must manualy break a captcha. Based on this change, the package no longer works by downloading the files, but acessing it from locally (yes, you must download all files manualy). This update fix Github issue 10 and Github issue 09. Changes in version 1.1 (2018-08-19) Sadly, lattes website is once again using captcha. This version removes the code needed to build the package, so that it can be hosted in CRAN. Once again, I'll keep checking Lattes over time and see whether any solution comes to life. Changes in version 1.0 (2018-08-13) Lattes website is back without captcha! The new version of GetLattesData is a bit slower than the old one, but it works. Minor changes: - fixed multiple issn issue in SJR Lattes website is back without captcha! The new version of GetLattesData is a bit slower than the old one, but it works. Minor changes: - fixed multiple issn issue in SJR Changes in version 0.9 (2017-11-28) Lattes website is offline. Online downloading of xml files is no longer possible. - Added comments at main function, which now returns empty df, and vignettes. Changes in version 0.8 (2017-11-12) - Now with support for conferences and accepted articles - Added a function for finding information about accepted and published papers Changes in version 0.7 (2017-10-31) - Added support for books and books chapters Changes in version 0.6 (2017-10-15) - Forced UTF-8 encoding in all output - Users can now download information about academic supervisions (msc, phd, ic) Changes in version 0.5 (2017-09-05) First commit