You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
robertatakenaka
changed the title
Estudar recomendações JATS4R: Article publication and history dates
Adotar recomendações JATS4R: Article publication and history dates
Nov 11, 2019
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.
Relação com estudo: #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:
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:
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"
The text was updated successfully, but these errors were encountered: