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

Feat: Create SciELO Citation Index converter #770

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Rossi-Luciano
Copy link
Collaborator

O que esse PR faz?

Adiciona classe para converter um arquivo XML no formato padrão SciELO para o formato SciELO Citation Index.

Onde a revisão poderia começar?

Por commit.

Como este poderia ser testado manualmente?

Sugiro avaliar os testes.

Algum cenário de contexto que queira dar?

NA.

Screenshots

NA.

Quais são tickets relevantes?

TK #685

Referências

NA.


return articles

def create_article_tag(self):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Rossi-Luciano vamos considerar que 1 artigo por XML, o usuário da classe ou do módulo, montará o Xml inteiro.

from packtools.sps.models.article_and_subarticles import ArticleAndSubArticles


class SciELOCitationConverter:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Rossi-Luciano não precisa usar classes como no articlemeta. Pode ser funções como tem sido feito. Também não precisa se limitar a uma classe, lembrando que 1 classe representa objetos. Então, pode-se ter uma classe para autores, para afiliações, etc.

@robertatakenaka robertatakenaka changed the title Feat: convert to scielo citation format Feat: Create SciELO Citation Index converter Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants