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

MathML e LaTeX nos metadados do front-matter são perdidos no retorno do endpoint /front #228

Open
gustavofonseca opened this issue Feb 11, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@gustavofonseca
Copy link
Collaborator

gustavofonseca commented Feb 11, 2021

Conteúdos codificados em MathML ou LaTeX em elementos do front-matter do XML, como por exemplo no título, subtítulo ou resumo, são removidos da estrutura JSON retornada pelo endpoint /front.

Fragmento do XML SciELO PS

<!-- https://kernel.scielo.br/documents/JHVKpRBtgd47h5F6YDz6mSm -->
<title-group>
  <article-title>Uma Reflexão de Professores sobre Demonstrações Relativas à Irracionalidade de <inline-formula><mml:math display="inline" id="m1"><mml:mrow><mml:msqrt><mml:mn>2</mml:mn></mml:msqrt></mml:mrow></mml:math></inline-formula> </article-title>
  <trans-title-group xml:lang="en">
    <trans-title>Teachers' Considerations on the Irrationality Proof of <inline-formula><mml:math display="inline" id="m2"><mml:mrow><mml:msqrt><mml:mn>2</mml:mn></mml:msqrt></mml:mrow></mml:math></inline-formula> </trans-title>
  </trans-title-group>
</title-group>

Fragmento dos metadados retornados pelo endpoint /front

# https://kernel.scielo.br/documents/JHVKpRBtgd47h5F6YDz6mSm/front
"article_title": [
  "Uma Reflexão de Professores sobre Demonstrações Relativas à Irracionalidade de 2"
]

Solução

Qual a melhor maneira de representar conteúdos codificados em MathML ou LaTeX em JSON? Penso que a maneira mais prática neste momento é embutir o código original no JSON, mesmo que isso cause algum estranhamento. Alguma idéia sobre isso?

@gustavofonseca gustavofonseca added the bug Something isn't working label Feb 11, 2021
@robertatakenaka
Copy link
Member

@gustavofonseca /front é proveniente da base ISIS. Então não contém este dado foramtado.

@gustavofonseca
Copy link
Collaborator Author

gustavofonseca commented Apr 12, 2021 via email

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

2 participants