scieloorg / doi_request

Processing and User interface to retrieve and manage DOI registering process.
BSD 2-Clause "Simplified" License
1 stars 4 forks source link

Corrigir XML CrossRef para citação do tipo confproc - O erro está impedindo o registro do DOI #27

Open RPostalli opened 2 years ago

RPostalli commented 2 years ago

No XML SciELO, referências relacionadas a conferência segue a seguinte estrutura: exemplo:

<ref id="B003">
                <element-citation publication-type="confproc">
                    <person-group person-group-type="author">
                        <name>
                            <surname>ASADI</surname>
                        </name>
                        <name>
                            <surname>DEWI</surname>
                            <given-names>N.</given-names>
                        </name>
                    </person-group>
                    <year>2020</year>
                    <source>Agronomic performance of soybean mutant lines based on preliminary and
                        advance yield at dryland area.</source>
                    <conf-name>IOP Conference Series: Earth and Environmental Science, The 1st
                        International Conference on Genetic Resources and Biotechnology</conf-name>
                    <conf-date>20-21 August 2018</conf-date>
                    <conf-loc>Bogor, Indonesia</conf-loc>
                    <publisher-loc>UK</publisher-loc>
                    <publisher-name>IOP Publishing Ltd</publisher-name>
                    <volume>482</volume>
                    <fpage>1</fpage>
                    <lpage>6</lpage>
                    <ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1088/1755-1315/482/1/012018">https://doi.org/10.1088/1755-1315/482/1/012018</ext-link>
                </element-citation>
                <mixed-citation>ASADI and DEWI, N., 2020. Agronomic performance of soybean mutant
                    lines based on preliminary and advance yield at dryland area. In: <italic>IOP
                        Conference Series: Earth and Environmental Science, The 1st International
                        Conference on Genetic Resources and Biotechnology,</italic> 20-21 August
                    2018, Bogor, Indonesia. UK: IOP Publishing Ltd. v. 482, pp. 1-6. <ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1088/1755-1315/482/1/012018">https://doi.org/10.1088/1755-1315/482/1/012018</ext-link>.</mixed-citation>
            </ref>

Mais informações sobre a estrutura consultar:

  1. https://scielo.readthedocs.io/projects/scielo-publishing-schema/pt_BR/latest/tagset/elemento-element-citation.html#elemento-element-citation-exemplo-8
  2. https://www.ncbi.nlm.nih.gov/pmc/pmcdoc/tagging-guidelines/citations/v3/confpub1.html#d3e31761

O doi.manager está registrando o documento, mas o DOI do artigo não fica ativo (Artigo não encontrado).

Consultando o erro consta: image

Olhando o XML que nos enviamos para o CrossRef nota-se que não há informação de conf-name, ou source: image

Precisamos corrigir o XML que enviamos para o CrossRef para ref do tipo <element-citation publication-type="confproc"> com base na documentação/marcação deles.