Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adicionar a capacidade de coletar o material suplementar com diferente sufixos. #331

Open
gitnnolabs opened this issue May 13, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@gitnnolabs
Copy link
Contributor

Descrição do problema

Atualmente estamos considerando somente os arquivos que contém o suffix suppl, poém exsite outro sufixos.

Exemplo: 1806-9126-RBEF-43-e20200486-s2.pdf.

Adicionar no airflow a opção de verificar isso a partir de uma lista.

Exemplo de um artigo que não está funcionado por conta dessa condição no kernel: https://kernel.scielo.br/documents/wwT8bPHCdFn8QpG8mYcJHsb/manifest

Link para o artigo: https://www.scielo.br/j/rbef/a/wwT8bPHCdFn8QpG8mYcJHsb/?lang=pt

Trecho de código que deve ser alterado:

suppls = [k for k in assets.keys() if 'suppl' in k]

@gitnnolabs gitnnolabs added the bug Something isn't working label May 13, 2022
@gitnnolabs gitnnolabs self-assigned this May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant