Description Usage Arguments Value Qualis File
Attribute QUALIS information to each paper in lattes.list
. The journal
information available in each entry of lattes.list
is matched
against the information in qualis.file
: first by ISSN and, if no match is
found or the ISSN is not informed in lattes.list
, by name. Journal names
are reduced (removal of all spaces and punctuations) and upper-cased
before matching, to reduce the chances of name mismatches.
1 | set_qualis(lattes.list, qualis.file, which.qualis)
|
lattes.list |
a Lattes list object created using |
qualis.file |
CSV file containing the ranking of journals according to
the QUALIS classification system for a certain area. See |
which.qualis |
vector of valid qualis levels (to flag each paper's
|
Returns the original lattes.list object updated with Qualis information for each paper
The qualis file must be a CSV file with commas as separators and UTF-8 encoding. To ensure these properties, follow the steps:
Generate the relevant file from https://sucupira.capes.gov.br/sucupira/public/consultas/coleta/veiculoPublicacaoQualis/listaConsultaGeralPeriodicos.jsf, selecting only the fields Evento de Classificacao and Area de Avaliacao (leave the others blank).
Download the resulting xls file.
Open the file using your reader of choice, select all and copy
Open a new spreadsheet on Google Docs, https://docs.google.com/spreadsheets/u/0/
Paste everything into the Google Docs Spreadsheet
Download the resulting file as a comma-separated file (File -> Download as -> Comma-separated values (.csv, current sheet))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.