Skip to content

Commit

Permalink
Merge pull request #906 from scieloorg/t905
Browse files Browse the repository at this point in the history
Corrige valor de @article-type de OPR
  • Loading branch information
RPostalli committed Jun 24, 2020
2 parents bae9f07 + 29a5313 commit eaebb7a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
27 changes: 17 additions & 10 deletions docs/source/narr/parecer-aberto.rst
Expand Up @@ -19,12 +19,13 @@ OPR como ``<article>`` (Recomendado)

Publicar OPR como um documento separado :ref:`elemento-article`, mas relacionado ``<related-object>`` ao artigo. SciELO só publicará um parecer por documento. Para isso considerar:

* ``@article-type`` com valor ``"aggregated-review-documents"``;
* ``@article-type``com valor ``"referee-report"``;
* ``@object-type`` com valor ``"peer-reviewed-material"``;
* ``@xlink:href`` com número DOI do artigo revisado;
* ``@ext-link-type`` com valor ``"doi"``;
* ``@contrib-type`` com valor ``"reviewer"``;
* ``@date-type`` com valor ``"referee-report-received"``;
* ``@contrib-type`` com valor ``"author"``;
* ``<role>`` com ``"@specific-use"`` com valores ``"reviewer"`` ou ``"editor"``;
* ``@date-type`` em ``<history>`` com valor ``"referee-report-received"``;
* ``<custom-meta-group>`` + ``<custom-meta>`` + ``<meta-name>`` e ``<meta-value>``.


Expand All @@ -34,7 +35,7 @@ Exemplo:
...
<article xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mml="http://www.w3.org/1998/Math/MathML" dtd-version="1.1" specific-use="sps-1.10" article-type="aggregated-review-documents" xml:lang="en">
<article xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mml="http://www.w3.org/1998/Math/MathML" dtd-version="1.1" specific-use="sps-1.10" article-type="referee-report" xml:lang="en">
...
<front>
<article-meta>
Expand All @@ -49,15 +50,17 @@ Exemplo:
<article-title>Open Peer Review: article X</article-title>
</title-group>
<contrib-group>
<contrib contrib-type="reviewer">
<contrib contrib-type="author">
<name>
<surname>Doe</surname>
<given-names>Jane X</given-names>
</name>
<role specific-use="reviewer">Reviewer</role>
<xref ref-type="aff" rid="aff1"/>
</contrib>
<aff id="aff1">
...
</aff>
<permissions>
...
</permissions>
Expand Down Expand Up @@ -95,9 +98,10 @@ OPR como ``<sub-article>``

Publicar OPR junto ao artigo como um :ref:`elemento-sub-article`. SciELO só publicará um parecer por :ref:`elemento-sub-article`. Para isso considerar:

* ``@article-type`` com valor ``"referee-report"``;
* ``@contrib-type`` com valor ``"reviewer"``;
* ``@date-type`` com valor ``"referee-report-received"``;
* ``@article-type``com valor ``"referee-report"``;
* ``@contrib-type`` com valor ``"author"``;
* ``<role>`` com ``"@specific-use"`` com valores ``"reviewer"`` ou ``"editor"``;
* ``@date-type`` em ``<history>`` com valor ``"referee-report-received"``;
* ``<custom-meta-group>`` + ``<custom-meta>`` + ``<meta-name>`` e ``<meta-value>``.


Expand All @@ -122,11 +126,12 @@ Exemplo:
<article-title>Open Peer Review: article X</article-title>
</title-group>
<contrib-group>
<contrib contrib-type="reviewer">
<contrib contrib-type="author">
<name>
<surname>Doe</surname>
<given-names>Jane X.</given-names>
</name>
<role specific-use="reviewer">Reviewer</role>
<xref ref-type="aff" rid="aff1"/>
</contrib>
</contrib-group>
Expand Down Expand Up @@ -192,6 +197,8 @@ Exemplo:
.. note::
* É obrigatório o uso de DOI próprio para publicação de parecer.
* Quando o parecer não considerar autoria explícita utilizar ``"<anonymous/>"`` + ``"<role>"`` com atributo ``"@specific-use"`` com os valores: ``"reviewer"`` ou ``"editor"``.
* É obrigatório o uso de DOI próprio para publicação de parecer.
* Fonte: MENDES-DA-SILVA, (2019); SOUZA, (2017) e OLIVEIRA, (2018).


13 changes: 8 additions & 5 deletions docs/source/tagset/elemento-article.rst
Expand Up @@ -13,9 +13,12 @@ Atributos obrigatórios:
3. ``@xml:lang``
4. ``@xmlns:mml``
5. ``@xmlns:xlink="http://www.w3.org/1999/xlink"``
6. ``@specific-use="sps-1.8"``
6. ``@specific-use="sps-1.10"``


.. note:: No atributo ``@specific-use`` o valor **sps-1.10** é apenas uma referência genérica à versão da *SciELO PS*. Deve ser utilizada uma das `versões vigentes <http://docs.scielo.org/projects/scielo-publishing-schema/pt_BR/latest/index.html#notas-da-versao>`_.


.. note:: No atributo ``@specific-use`` o valor **sps-1.8** é apenas uma referência genérica à versão da *SciELO PS*. Deve ser utilizada uma das `versões vigentes <https://docs.scielo.org/projects/scielo-publishing-schema/pt_BR/latest/index.html#notas-da-versao>`_.

+-------------+---------+
| Aparece em | Ocorre |
Expand Down Expand Up @@ -108,8 +111,8 @@ Para o atributo ``@article-type`` os valores possíveis são:
| | descrição dos ativos que compõem um conjunto de dados, |
| | sua estrutura e formato. |
+--------------------+----------------------------------------------------------+
| aggregated-review- | Parecer / Revisão por pares aberta (Open Peer Review |
| documents | ou OPR) |
| referee-report | Parecer / Revisão por pares aberta (Open Peer Review |
| | ou OPR) |
+--------------------+----------------------------------------------------------+


Expand All @@ -126,7 +129,7 @@ Exemplo `JATS versão 1.1 <http://jats.nlm.nih.gov/publishing/1.1/>`_:

.. code-block:: xml
<article xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mml="http://www.w3.org/1998/Math/MathML" dtd-version="1.1" specific-use="sps-1.8" article-type="research-article" xml:lang="pt">
<article xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mml="http://www.w3.org/1998/Math/MathML" dtd-version="1.1" specific-use="sps-1.10" article-type="research-article" xml:lang="pt">
...
Expand Down

0 comments on commit eaebb7a

Please sign in to comment.