Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RPostalli opened this issue Jan 14, 2022 · 0 comments
Assignees

Comments

@RPostalli
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants