-
-
-
-
-
-
-
-
-
-
-
-
{% trans 'Sobre o periódico' %}
-
{% trans 'Ficha Bibliográfica' %}
-
-
- -
- {% trans 'Título do periódico conforme registro do ISSN:' %}
- {{ journal.official.title }}
-
- -
- {% trans 'Título abreviado:' %}
- {{ journal.short_title }}
-
- -
- {% trans 'Publicação de:' %}
- {% for publisher in journal.publisher_history.all %}
- {% if publisher.organization %}
- {{ publisher.organization.name }}
- {% else %}
- {{ publisher.institution.institution.institution_identification.name}}
- {% endif %}
- {% endfor %}
-
- -
- {% trans 'Periodicidade:' %}
- {{ journal.get_frequency_display }}
-
- -
- {% trans 'Modalidade de publicação:' %}
- {{ journal.get_publishing_model_display }}
-
- -
- {% trans 'Ano de criação do periódico:' %} {% if journal.official.initial_year %} {{ journal.official.initial_year }} {% endif %}
-
- -
- {% trans 'Área:' %} {% for study_area in journal.subject.all %} {{ study_area }} {% endfor %}
-
- {% if journal.official.issn_print %}
- -
- {% trans 'Versão impressa:' %}
- {{ journal.official.issn_print }}
-
- {% endif %}
- {% if journal.official.issn_electronic %}
- -
- {% trans 'Versão on-line ISSN:' %}
- {{ journal.official.issn_electronic }}
-
- {% endif %}
-
-
{% trans 'Missão' %}
- {% for m in mission %}
- {{ m.rich_text|richtext }}
- {% endfor %}
-
{% trans 'Breve Histórico' %}
- {% for bf in brief_history %}
- {{ bf.rich_text|richtext }}
- {% endfor %}
-
{% trans 'Foco e escopo' %}
- {% for hs in focus_and_scope %}
- {{ hs.rich_text|richtext }}
- {% endfor %}
-
{% trans 'Contato' %}
-
-
- -
- {% trans 'Endereço completo da unidade / instituição responsável pelo periódico:' %}
- {{ journal.contact_address }}
-
- -
- {% trans 'Cidade:' %}
- {{journal.contact_location.city}}
-
- -
- {% trans 'Estado:' %}
- {{journal.contact_location.state}}
-
- -
- {% trans 'País:' %}
- {{journal.contact_location.country}}
-
- -
- {% trans 'E-mail:' %}
- {% for email in journal.journal_email.all %}
- {{email.email}}
- {% endfor%}
-
-
-
{% trans 'Websites e Mídias Sociais' %}
-
- {% for sn in social_network %}
- -
- {{ sn.name }}
-
- {% endfor %}
-
-
{% trans 'Fontes de indexação' %}
-
- {% for indexed_at in journal.indexed_at.all %}
- - {{ indexed_at.name }}
- {% endfor %}
- {% for additional_indexed in journal.additional_indexed_at.all %}
- - {{additional_indexed.name}}
- {% endfor%}
-
-
{% trans 'Patrocinadores e agências de Fomento' %}
-
- {% for sponsor in sponsor_history %}
- {% if sponsor.organization %}
- - {{ sponsor.organization.name }}
- {% else %}
- - {{ sponsor.institution.institution.institution_identification.name }}
- {% endif %}
- {% endfor%}
-
-
-
-
{% trans 'Preservação digital' %}
- {% if digital_preservation_clockss %}
-
-
-
-
-
-
-
-
- {% endif%}
-
- {% for dp in digital_preservation %}
- - {{ dp.name }}
- {% endfor %}
-
-
-
{% trans 'Política editorial' %}
-
-
{% trans 'Conformidade com a Ciência Aberta' %}
-
- {% if journal.url_oa %}
- {{ journal.url_oa }}
- {% endif %}
-
-
{% trans 'Dados abertos' %}
-
- {% for od in open_data %}
- - {{ od.rich_text|richtext }}
- {% endfor %}
-
-
{% trans 'Preprint' %}
-
- {% for p in preprint %}
- - {{ p.rich_text|richtext }}
- {% endfor %}
-
-
{% trans 'Peer review informado' %}
-
-
- {% for r in review %}
- - {{ r.rich_text|richtext }}
- {% endfor %}
-
-
-
-
{% trans 'Ética' %}
-
- {% for e in ethics %}
- {{ e.rich_text|richtext }}
- {% endfor %}
-
-
{% trans 'Comitê de Ética' %}
- {% for ec in ecommittee %}
- {{ ec.rich_text|richtext }}
- {% endfor %}
-
{% trans 'Direitos Autorais' %}
- {% for c in copyright %}
- {{ c.rich_text|richtext }}
- {% endfor %}
-
{% trans 'Propriedade Intelectual' %}
-
- {% for wr in website_responsibility %}
- -
- {% trans 'Responsabilidade do site:' %} {{ wr.rich_text|richtext }}
-
- {% endfor %}
- {% for wr in author_responsibility %}
- -
- {% trans 'Responsabilidade do autor:' %} {{ wr.rich_text|richtext }}
-
- {% endfor %}
-
-
{% trans 'Política de Ética e Más condutas' %}
-
- {% trans 'Política de retratação:' %}
-
-
- {% for p in policies %}
- - {{ p.rich_text|richtext }}
- {% endfor %}
-
-
{% trans 'Política sobre Conflito de Interesses' %}
-
- {% for cp in conflict_policy %}
- - {{ cp.rich_text|richtext }}
- {% endfor %}
-
-
{% trans 'Questões de gênero' %}
-
- {% for gi in gender_issues %}
- - {{ gi.rich_text|richtext }}
- {% endfor %}
-
-
{% trans 'Licença' %}
-
-
- - {% trans 'licença:' %}
{{ journal.use_license.license_type }}
-
-
-
{% trans 'Cobrança de taxas' %}
-
- {% for fq in fee_charging %}
- {{ fq.rich_text|richtext }}
- - {% trans 'Moeda:' %} {{ fq.coin }}. {% trans 'Valor:' %} {{ fq.fee_charge }}
- {% endfor %}
-
-
-
{% trans 'CORPO EDITORIAL' %}
-
-
- {% for role, role_display in role_editorial_board %}
-
{{ role_display }}
-
- {% with editorial_board|dict_key:role as members %}
- {% for data in members %}
- -
- {{ data.researcher.fullname }}
- {% if data.researcher_affiliation %}, {{ data.researcher_affiliation.name }}
- {% if data.researcher_affiliation.location %}
- , {{ data.researcher_affiliation.location.formatted_location }}
- {% endif %}
- {% endif %}
-
- {% if data.researcher_orcid %}
- ORCID {{ data.researcher_orcid }}
- {% endif %}
- {% if data.researcher_lattes %}
- {% if data.researcher_orcid %} | {% endif %}
- CV Lattes
- {% endif %}
-
- {% endfor %}
- {% endwith %}
-
- {% endfor %}
-
-
-
{% trans 'INSTRUÇÕES PARA OS AUTORES' %}
-
-
{% trans 'Tipos de documentos aceitos' %}
-
-
- {% for adt in accepted_documment_types %}
- {{ adt.rich_text|richtext }}
- {% endfor %}
-
-
{% trans 'Contribuição dos Autores' %}
- {% for ac in authors_contributions %}
- {{ ac.rich_text|richtext }}
- {% endfor %}
-
-
{% trans 'Formato de envio dos artigos' %}
-
-
{% trans 'Ativos digitais' %}
- {% for da in digital_assets %}
- {{ da.rich_text|richtext }}
- {% endfor %}
-
{% trans 'Citações e referências' %}
- {% for cr in citations_and_references %}
- {{ cr.rich_text|richtext }}
- {% endfor %}
-
{% trans 'Documentos Suplementares Necessários para Submissão' %}
- {% for sds in supp_docs_submission %}
- {{ sds.rich_text|richtext }}
- {% endfor %}
-
{% trans 'Declaração de Financiamento' %}
- {% for fs in financing_statement %}
- {{ fs.rich_text|richtext }}
- {% endfor %}
-
{% trans 'Agradecimentos' %}
- {% for ak in acknowledgements %}
- {{ ak.rich_text|richtext }}
- {% endfor %}
-
{% trans 'Informações adicionais' %}
- {% for ai in additional_information %}
- {{ ai.rich_text|richtext }}
- {% endfor %}
-
- {% trans '*dados precisam estar disponíveis em alfabeto romano' %}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ {% include "journalpage/includes/about/bibliographic_info.html" %}
+
+
+ {% include "journalpage/includes/about/editorial_policy.html" %}
+
+
+ {% include "journalpage/includes/about/editorial_board.html" %}
+
+
+ {% include "journalpage/includes/about/author_instructions.html" %}
+
-
-
-
-
-
-
-
-
- Atualizado: {{journal.updated}}
-
+
+
+
+ {% include "journalpage/includes/about/sidebar_menu.html" %}
+
+
+
+
+
+
+ Atualizado: {{journal.updated}}
+
+
+
-
-
- {% endblock %}
+
+
+
- {% include "journalpage/includes/contact_footer.html" %}
-
- {% include "journalpage/includes/footer.html" %}
+{% endblock %}
+{% include "journalpage/includes/contact_footer.html" %}
+{% include "journalpage/includes/footer.html" %}
{% endblock %}
diff --git a/journalpage/templates/journalpage/includes/about/author_instructions.html b/journalpage/templates/journalpage/includes/about/author_instructions.html
new file mode 100644
index 000000000..bff6f02c0
--- /dev/null
+++ b/journalpage/templates/journalpage/includes/about/author_instructions.html
@@ -0,0 +1,52 @@
+{% load i18n %}
+{% load wagtailcore_tags %}
+
+
+
{% trans 'INSTRUÇÕES PARA OS AUTORES' %}
+
+
{% trans 'Tipos de documentos aceitos' %}
+
+
+ {% for adt in accepted_documment_types %}
+ {{ adt.rich_text|richtext }}
+ {% endfor %}
+
+
{% trans 'Contribuição dos Autores' %}
+{% for ac in authors_contributions %}
+ {{ ac.rich_text|richtext }}
+{% endfor %}
+
+
{% trans 'Formato de envio dos artigos' %}
+
+
{% trans 'Ativos digitais' %}
+{% for da in digital_assets %}
+ {{ da.rich_text|richtext }}
+{% endfor %}
+
{% trans 'Citações e referências' %}
+{% for cr in citations_and_references %}
+ {{ cr.rich_text|richtext }}
+{% endfor %}
+
{% trans 'Documentos Suplementares Necessários para Submissão' %}
+{% for sds in supp_docs_submission %}
+ {{ sds.rich_text|richtext }}
+{% endfor %}
+
{% trans 'Declaração de Financiamento' %}
+{% for fs in financing_statement %}
+ {{ fs.rich_text|richtext }}
+{% endfor %}
+
{% trans 'Agradecimentos' %}
+{% for ak in acknowledgements %}
+ {{ ak.rich_text|richtext }}
+{% endfor %}
+
{% trans 'Informações adicionais' %}
+{% for ai in additional_information %}
+ {{ ai.rich_text|richtext }}
+{% endfor %}
+
+ {% trans '*dados precisam estar disponíveis em alfabeto romano' %}
+
+
diff --git a/journalpage/templates/journalpage/includes/about/bibliographic_info.html b/journalpage/templates/journalpage/includes/about/bibliographic_info.html
new file mode 100644
index 000000000..fae8a4387
--- /dev/null
+++ b/journalpage/templates/journalpage/includes/about/bibliographic_info.html
@@ -0,0 +1,116 @@
+{% load i18n %}
+{% load wagtailcore_tags %}
+
+
+
+
{% trans 'Sobre o periódico' %}
+
{% trans 'Ficha Bibliográfica' %}
+
{% trans 'Título do periódico conforme registro do ISSN:' %}
+
{{ journal.official.title }}
+
+
{% trans 'Título abreviado:' %}
+
{{ journal.short_title }}
+
+
{% trans 'Publicação de:' %}
+ {% for publisher in journal.publisher_history.all %}
+ {% if publisher.organization %}
+
{{ publisher.organization.name }}
+ {% endif %}
+ {% endfor %}
+
+
{% trans 'Modelo de publicação:' %}
+
{{ journal.get_publishing_model_display }}
+
+
{% trans 'Ano de criação do periódico:' %} {% if journal.official.initial_year %}
{{ journal.official.initial_year }} {% endif %}
+
+
{% trans 'Área:' %} {% for study_area in journal.subject.all %}
{{ study_area }} {% endfor %}
+
+ {% if journal.official.issn_print %}
+
{% trans 'Versão impressa:' %}
+
{{ journal.official.issn_print }}
+
+ {% endif %}
+ {% if journal.official.issn_electronic %}
+
{% trans 'Versão on-line ISSN:' %}
+
{{ journal.official.issn_electronic }}
+
+ {% endif %}
+
+
{% trans 'Missão' %}
+{% for m in mission %}
+ {{ m.rich_text|richtext }}
+{% endfor %}
+
{% trans 'Breve Histórico' %}
+{% for bf in brief_history %}
+ {{ bf.rich_text|richtext }}
+{% endfor %}
+
{% trans 'Foco e escopo' %}
+{% for hs in focus_and_scope %}
+ {{ hs.rich_text|richtext }}
+{% endfor %}
+
{% trans 'Contato' %}
+
{% trans 'Endereço completo da unidade / instituição responsável pelo periódico:' %}
+
{{ journal.contact_address }}
+
{% trans 'Cidade:' %}
+
{{journal.contact_location.city}}
+
{% trans 'Estado:' %}
+
{{journal.contact_location.state}}
+
{% trans 'País:' %}
+
{{journal.contact_location.country}}
+
{% trans 'E-mail:' %}
+ {% for email in journal.journal_email.all %}
+
{{email.email}}
+ {% endfor%}
+
{% trans 'Websites e Mídias Sociais' %}
+
+ {% for sn in social_network %}
+ -
+ {{ sn.name }}
+
+ {% endfor %}
+
+
{% trans 'Fontes de indexação' %}
+
+ {% for indexed_at in journal.indexed_at.all %}
+ - {{ indexed_at.name }}
+ {% endfor %}
+ {% for additional_indexed in journal.additional_indexed_at.all %}
+ - {{additional_indexed.name}}
+ {% endfor%}
+
+
{% trans 'Patrocinadores e agências de Fomento' %}
+
+ {% for sponsor in sponsor_history %}
+ {% if sponsor.organization %}
+ - {{ sponsor.organization.name }}
+ {% else %}
+ - {{ sponsor.institution.institution.institution_identification.name }}
+ {% endif %}
+ {% endfor%}
+
+
+
+
{% trans 'Preservação digital' %}
+ {% if digital_preservation_clockss %}
+
+
+
+
+
+
+
+
+ {% endif%}
+
{% trans 'Preservação digital' %} (SciELO):
+
+ {% for dp in digital_pa %}
+ {{ dp.name }} {{ dp.acronym }} | {{ dp.url }}
+ {% endfor %}
+
+
{% trans 'Outros tipos de preservação digital:' %}
+ {% for digital_preservation in digital_preservation %}
+ {{ digital_preservation.rich_text|richtext }}
+ {% endfor %}
+
+
+
diff --git a/journalpage/templates/journalpage/includes/about/breadcrumbs.html b/journalpage/templates/journalpage/includes/about/breadcrumbs.html
new file mode 100644
index 000000000..83fcc1cca
--- /dev/null
+++ b/journalpage/templates/journalpage/includes/about/breadcrumbs.html
@@ -0,0 +1,48 @@
+{% load i18n %}
+{% load wagtailroutablepage_tags %}
+
+
+
+
+
+
+
+
+
+ {% include "journalpage/includes/share.html" %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% include "journalpage/includes/share.html" %}
+
+
+
+
+
+
diff --git a/journalpage/templates/journalpage/includes/about/editorial_board.html b/journalpage/templates/journalpage/includes/about/editorial_board.html
new file mode 100644
index 000000000..982dcb09b
--- /dev/null
+++ b/journalpage/templates/journalpage/includes/about/editorial_board.html
@@ -0,0 +1,34 @@
+{% load i18n %}
+{% load custom_tags %}
+
+
+
{% trans 'CORPO EDITORIAL' %}
+
+
+{% for role, role_display in role_editorial_board %}
+
{{ role_display }}
+
+ {% with editorial_board|dict_key:role as members %}
+ {% for data in members %}
+ -
+ {{ data.researcher.fullname }}
+ {% if data.researcher_affiliation %}, {{ data.researcher_affiliation.name }}
+ {% if data.researcher_affiliation.location %}
+ , {{ data.researcher_affiliation.location.formatted_location }}
+ {% endif %}
+ {% endif %}
+
+ {% if data.researcher_orcid %}
+ ORCID {{ data.researcher_orcid }}
+ {% endif %}
+ {% if data.researcher_lattes %}
+ {% if data.researcher_orcid %} | {% endif %}
+ CV Lattes
+ {% endif %}
+
+ {% endfor %}
+ {% endwith %}
+
+{% endfor %}
+
diff --git a/journalpage/templates/journalpage/includes/about/editorial_policy.html b/journalpage/templates/journalpage/includes/about/editorial_policy.html
new file mode 100644
index 000000000..14e27c9db
--- /dev/null
+++ b/journalpage/templates/journalpage/includes/about/editorial_policy.html
@@ -0,0 +1,84 @@
+{% load i18n %}
+{% load wagtailcore_tags %}
+
+
+
{% trans 'Política editorial' %}
+
+
{% trans 'Conformidade com a Ciência Aberta' %}
+ {% for open_science in open_science_compliance %}
+ {{ open_science.rich_text|richtext }}
+ {% endfor %}
+
{% trans 'Dados abertos' %}
+ {% for od in open_data %}
+ {{ od.rich_text|richtext }}
+ {% endfor %}
+
{% trans 'Preprint' %}
+ {% for p in preprint %}
+ {{ p.rich_text|richtext }}
+ {% endfor %}
+
{% trans 'Peer review informado' %}
+
+ {% for r in review %}
+ {{ r.rich_text|richtext }}
+ {% endfor %}
+
+
+
{% trans 'Ética' %}
+
+ {% for e in ethics %}
+ {{ e.rich_text|richtext }}
+ {% endfor %}
+
+
{% trans 'Comitê de Ética' %}
+{% for ec in ecommittee %}
+ {{ ec.rich_text|richtext }}
+{% endfor %}
+
{% trans 'Direitos Autorais' %}
+{% for c in copyright %}
+ {{ c.rich_text|richtext }}
+{% endfor %}
+
{% trans 'Propriedade Intelectual' %}
+
+ {% for wr in website_responsibility %}
+ -
+ {% trans 'Responsabilidade do site:' %} {{ wr.rich_text|richtext }}
+
+ {% endfor %}
+ {% for wr in author_responsibility %}
+ -
+ {% trans 'Responsabilidade do autor:' %} {{ wr.rich_text|richtext }}
+
+ {% endfor %}
+
+
{% trans 'Política de Ética e Más condutas' %}
+
+ {% trans 'Política de retratação:' %}
+
+{% for p in policies %}
+ {{ p.rich_text|richtext }}
+{% endfor %}
+
{% trans 'Política sobre Conflito de Interesses' %}
+
+ {% for cp in conflict_policy %}
+ - {{ cp.rich_text|richtext }}
+ {% endfor %}
+
+
{% trans 'Questões de gênero' %}
+
+ {% for gi in gender_issues %}
+ - {{ gi.rich_text|richtext }}
+ {% endfor %}
+
+
{% trans 'Licença' %}
+
+
{{ journal.journal_use_license.license_type }}
+
+
{% trans 'Cobrança de taxas' %}
+
+ {% for fq in fee_charging %}
+ {{ fq.rich_text|richtext }}
+ - {% trans 'Moeda:' %} {{ fq.coin }}. {% trans 'Valor:' %} {{ fq.fee_charge }}
+ {% endfor %}
+
+
diff --git a/journalpage/templates/journalpage/includes/about/sidebar_menu.html b/journalpage/templates/journalpage/includes/about/sidebar_menu.html
new file mode 100644
index 000000000..2090a4bb1
--- /dev/null
+++ b/journalpage/templates/journalpage/includes/about/sidebar_menu.html
@@ -0,0 +1,126 @@
+{% load i18n %}
+{% load wagtailroutablepage_tags %}
+
+
+