-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Apresenta os elementos `article-meta/supplementary-material no final da página e contextualizados com a seção 'Material suplementar' * Apresenta no menu lateral `authors-notes/fn[@fn-type='edited-by']` e `author-notes/fn[@fn-type='other']` (se tiver label) * Adiciona fixture para exemplificar How to cite em que não há separador entre autores e título * Acrescenta separador entre autores e títulos em 'como citar' * Faz correções para apresentar notas de rodapé - para as notas de autores, somente apresenta no menu lateral aquelas que tem `@fn-type='other'` e que têm label ou `@fn-type='edited-by' - para as demais notas, apresenta no menu lateral somente notas que têm label textual * Adiciona / atualiza as fixtures para htmlgenerator * Volta ao original `<div>` no lugar de `<p>` * Atualiza os html gerados pelo htmlgenerator * Faz ajustes nos textos de tradução de termos como data availability, related-article-type, anonymous * Adiciona fixtures para autor anonimo, history com data do tipo peer review e preprint, material suplementar como data-availability, related-article * Melhora os textos para `@related-article-type` e acrescenta texto para `history/@date-type` * Remove os dois-pontos dos textos de related-article-type * Remove template desnecessário que apresentaria o texto do tipo de data do histórico * Remove código desnecessário e adiciona a tradução do texto date_type_preprint para distinguir do texto `preprint` * Atualiza a versão para 2.17.3 * Muda a ordem de apresentação da seção de `Dados de pesquisa`. Insere antes das datas de publicação. E adiciona um subtítulo de 'Citações de dados' para as referências bibliográficas de data ou database.
- Loading branch information
1 parent
4dbcc1e
commit 94c5810
Showing
54 changed files
with
14,534 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""Single source to the version across setup.py and the whole project. | ||
""" | ||
from __future__ import unicode_literals | ||
__version__ = '2.17.1' | ||
__version__ = '2.17.3' |
Oops, something went wrong.