Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions tests/fixtures/htmlgenerator/abstracts/modal-autoria.en.3_0-v2.html
Original file line number Diff line number Diff line change
Expand Up @@ -833,20 +833,23 @@ <h5 class="modal-title">Authorship</h5>
</div>

<div class="correspondence mt-3 mb-4">
<strong>Correspondence:</strong> <span class="scielo__text-color__subtle--light">Luiz Carlos Júnior Alcântara.</span><br>
<strong>E-mail:</strong> <a href="mailto:luiz.alcantara@fiocruz.br">luiz.alcantara@fiocruz.br</a>
<strong><span class="material-icons-outlined">person</span> Correspondence:</strong> <span class="scielo__text-color__subtle--light">Luiz Carlos Júnior Alcântara.</span><br>
<strong><span class="material-icons-outlined">email</span> E-mail:</strong> <a href="mailto:luiz.alcantara@fiocruz.br">luiz.alcantara@fiocruz.br</a>
</div>

<div class="author-contributions mb-3">
<strong>AUTHOR CONTRIBUTIONS</strong>
<p class="scielo__text-color__subtle--light mb-0">Barreto FK, Santos LA, Giovanetti M and Alcântara LCJ collaborated with the study conception and design, analysis and interpretation of the results, drafting and critical reviewing of the manuscript content.</p>
<p class="scielo__text-color__subtle--light mb-0">Fonseca V, Aburjaile F, Freitas C, Santos LA and Giovanetti M collaborated with the planning and implementation of the course, analysis and interpretation of the results.</p>
<p class="scielo__text-color__subtle--light">Silva JA, Peterka CRL, Rico JM, Almiron M, Medeiros AC, Melo CFCA and Alcântara LCJ collaborated with funding and feasibility, analysis and interpretation of the results. All authors have approved the final version of the manuscript and declared themselves to be responsible for all aspects of the work, including ensuring its accuracy and integrity.</p>
<div class="author-contributions mt-3 mb-4">
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@ramoncordini o valor author-contributions, conflicts em <div class="author-contributions mt-3 mb-4">, e tambémgroups, how_to_reg, feedback etc em <span class="material-icons-outlined">groups</span>, são de acordo com o tipo de nota do autor. Novos tipos podem ser criados futuramente. Veja a seguir. Poderíamos ter um padrão ou é necessário que a classe em div seja diretamente associada ao seu conteúdo? Entendo que o conteúdo de <span class="material-icons-outlined"> é o ícone então não há como padronizar. No entanto, terá que criar os demais ícones, ou para os não previstos adotamos um ícone padrão ou nenhum ícone.

Resumindo:
a) a classe em div pode ser padrão para todas as notas ou isso implica na acessibilidade?
b) o ícone se não tiver previsto, vou deixar sem ícone

Elemento Descrição
abbr Representa abreviaturas de nomes dos autores.
con Informação de contribuição de autores diferente da marcada com taxonomia CRediT ou outras taxonomias, neste último caso use apenas <role>.
coi-statement Declaração de conflito de interesse (não use conflict).
corresp Informações do autor correspondente. Recomenda-se o uso desta informação em <corresp> ao invés de <fn>.
current-aff Afiliação atual do autor. Só usar este tipo de nota quando a afiliação ao qual o autor estava afiliado quando escreveu o documento for diferente da afiliação do momento da publicação do documento. Para afiliação no geral use <aff>.
deceased Pessoa falecida desde que o documento foi escrito.
edited-by Editor do documento. (consulte Declaração de Editor Responsável pelo Processo de Avaliação)
equal Informação de contribuição igualitária.
on-leave O autor está ausente (sabático ou outro).
participating-researchers O autor foi um pesquisador para o documento.
previously-at Afiliação anterior do autor.
study-group-members O autor foi um membro do grupo de estudos para a pesquisa.
present-address Endereço atual do autor. Recomenda-se o uso destas informações em <corresp>, caso o endereço for referente ao autor correspondente.
presented-by Informação de trabalho apresentado pelo autor.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

O ícone:
person

Deve ser usado para identificar um autor. Este deve ser o ícone padrão para todo autor contido nesse modal.

<strong><span class="material-icons-outlined">groups</span> Author contributions</strong>
<p class="scielo__text-color__subtle--light mb-0 ms-4">Barreto FK, Santos LA, Giovanetti M and Alcântara LCJ collaborated with the study conception and design, analysis and interpretation of the results, drafting and critical reviewing of the manuscript content.</p>
<p class="scielo__text-color__subtle--light mb-0 ms-4">Fonseca V, Aburjaile F, Freitas C, Santos LA and Giovanetti M collaborated with the planning and implementation of the course, analysis and interpretation of the results.</p>
<p class="scielo__text-color__subtle--light ms-4">Silva JA, Peterka CRL, Rico JM, Almiron M, Medeiros AC, Melo CFCA and Alcântara LCJ collaborated with funding and feasibility, analysis and interpretation of the results. All authors have approved the final version of the manuscript and declared themselves to be responsible for all aspects of the work, including ensuring its accuracy and integrity.</p>
</div>
<div class="mt-3 mb-4">
<strong><span class="material-icons-outlined">how_to_reg</span> Associate editor: </strong>
<p class="scielo__text-color__subtle--light mb-0 ms-4">Augusto Schrank</p>
</div>

<div class="conflicts">
<strong>CONFLICTS OF INTEREST</strong>
<p class="scielo__text-color__subtle--light mb-0">The authors declare they have no conflicts of interest.</p>
<strong><span class="material-icons-outlined">feedback</span> Conflicts of interest</strong>
<p class="scielo__text-color__subtle--light mb-0 ms-4">The authors declare they have no conflicts of interest.</p>
</div>
</div>

Expand Down