From aec1f722bd0ba20a5c9ed24e11f0f8cba06cd193 Mon Sep 17 00:00:00 2001 From: Shiraz Malla <129737358+Shirazos7@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:31:49 +0100 Subject: [PATCH] Add files via upload Readme for the mapping --- json mapping/mapping restoai.md | 87 +++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 json mapping/mapping restoai.md diff --git a/json mapping/mapping restoai.md b/json mapping/mapping restoai.md new file mode 100644 index 0000000..8260fa5 --- /dev/null +++ b/json mapping/mapping restoai.md @@ -0,0 +1,87 @@ +Below you can find the mapping table of the xml nodes +some nodes meet more than once by our side +# + + +## Github issue : ours + + +### parent nodes +author : name +author_ids : codes +keywords : keywords +review : reviewer +serial : publisher , title +references : _text , _msc , _doucment_id , +classifications: msc +document_id : zbmath_id + +document_title : title +document_type: not found +doi : identifier +language : language +publication_year: _year +source : _source +spelling : _name +zbl_id : not found +serial : _publisher +serial : _title +rights : no rights node +pagination : _pages +publication_year : _year +links : links ( empty) url is missing +rights : missing + + +we have in some sections +Parent nodes from our code , which they are actually child nodes in the github issue . + +publisher is parent node , which it suits the child node from +the serial node +_title is also the same which it suits the title in the serial parent node + +in references and review parent nodes we have also some the same + + +Missing nodes are : links , rights + +the first node is ours and the response represents the node of the github issue. + +below you can see an instance about some complexity with the nodes +this is the review parent node with its child nodes + + + English + Jonas Šiaulys (Vilnius) // chk + The prime \(k\)-tuples and small gaps between prime numbers are considered. Using a refinement of the Goldston-Pintz-Yildirim sieve method [\textit{D. A. Goldston} et al., Ann. Math. (2) 170, No. 2, 819--862 (2009; Zbl 1207.11096)] the author proves, for instance, the following estimates + \[ + + \liminf_{n\to\infty}\,(p_{n+m}-p_n)\ll m^3\text{{e}}^{4m}, \quad \liminf_{n\to\infty}\,(p_{n+1}-p_n)\leq 600 + + \] + with an absolute constant in sign \(\ll\). Here \(m\) is a natural number, and \(p_{\,l}\) denote the \(l\)-th prime number. // chk + review // chk + 11807 // chk + siaulys.jonas // chk + + + + and our response was in this form as separated parent nodes with matching values + + + siaulys.jonas + 11807 + Jonas Šiaulys + Jonas Šiaulys (Vilnius) + The prime \(k\)-tuples and small gaps between prime numbers are considered. Using a refinement of the Goldston-Pintz-Yildirim sieve method [\textit{D. A. Goldston} et al., Ann. Math. (2) 170, No. 2, 819--862 (2009; Zbl 1207.11096)] the author proves, for instance, the following estimates + \[ + \liminf_{n\to\infty}\,(p_{n+m}-p_n)\ll m^3\text{{e}}^{4m}, \quad \liminf_{n\to\infty}\,(p_{n+1}-p_n)\leq 600 + \] + with an absolute constant in sign \(\ll\). Here \(m\) is a natural number, and \(p_{\,l}\) denote the \(l\)-th prime number. + review + + for further information and questions dont hesitate to contact me + + + + \ No newline at end of file