scieloorg / scielo_publishing_schema

SciELO PS XML spec.
http://docs.scielo.org/projects/scielo-publishing-schema
11 stars 23 forks source link

Adotar recomendações JATS4R: Article publication and history dates #833

Open RPostalli opened 5 years ago

RPostalli commented 5 years ago

Relação com estudo: https://github.com/scieloorg/scielo_publishing_schema/issues/823

Para versão 1.10 acrescentar o uso de <pub-history> além de <history> descrita na JATS 1.2, mais acréscimo de <event> + <event-desc>.

Exemplo:

<pub-history>
<event>
<date date-type="submitted">
 <day>29</day>
 <month>01</month>
 <year>2001</year>
 </date>
<event-desc>The first version of this work was submitted 
 to Journal A and rejected because "the subject matter 
 is outside the editorial scope of the journal"</event-desc>
</event>
<event>
<date date-type="accepted">
  <day>15</day><month>06</month>
  <year>2017</year>
 </date>
<event-desc>A slightly reworked manuscript of this article was accepted at Journal B</event-desc>
</event>
</pub-history>

JATS recomenda que se pelo menos um data tiver descrição <event-desc>, todas as outras devem estar dentro de pub-history + event.

Best Practice: An may include those things that are usually handled by , such as when the manuscript was received or accepted, but an need not be recorded for any particular date in history. However, the JATS Standing Committee recommends that, within a single XML document, either the or the element be used. In other words, if some of your significant dates need to be described as events, all your dates should be inside in and the any existing elements within made into pub-history/event dates.

Exemplo:

<pub-history>
<event>
<date date-type="submitted">
 <day>29</day>
 <month>01</month>
 <year>2001</year>
 </date>
<event-desc>The first version of this work was submitted 
 to Journal A and rejected because "the subject matter 
 is outside the editorial scope of the journal"</event-desc>
</event>
<event>
<date date-type="accepted">
  <day>15</day><month>06</month>
  <year>2017</year>
 </date>
</event>
</pub-history>

Mais informações. JATS 1.2:

Pub-history: https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/pub-history.html

Event: https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/event.html

Possível uso de @event-type: https://jats.nlm.nih.gov/publishing/tag-library/1.2/attribute/event-type.html

Event-desc: https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/event-desc.html

OBS: Verificar "Journal Article Versions (JAV): Recommendations of the NISO/ALPSP JAV Technical Working Group"

gustavofonseca commented 5 years ago

Como mencionei no ticket #873, a recomendação da JATS4R para Article publication and history dates ainda está pendente de ratificação, portanto esta atividade está bloqueada.

cinthia-vieira commented 4 years ago

A título de exemplo, alguns periódicos já adotam mais de uma data para revisões, como Cerâmica e Psicologia e Sociedade (psicologia-sociedade.zip).

Sei que a discussão sobre a documentação e uso das recomendações está em standby por ora, mas achei interessante anexar esses exemplos aqui :)!