diff --git a/inspire_schemas/records/authors.json b/inspire_schemas/records/authors.json index 0f858c72..7749ddfe 100644 --- a/inspire_schemas/records/authors.json +++ b/inspire_schemas/records/authors.json @@ -31,6 +31,17 @@ "type": "array", "uniqueItems": true }, + "arxiv_field_categories": { + "items": { + "oneOf": [ + { + "$ref": "elements/arxiv_field.json" + } + ] + }, + "type": "array", + "uniqueItems": true + }, "author_note": { "description": "Contains public note.", "type": "string" @@ -94,13 +105,6 @@ "type": "array", "uniqueItems": true }, - "external_field_categories": { - "items": { - "$ref": "elements/external_field.json" - }, - "type": "array", - "uniqueItems": true - }, "ids": { "items": { "$ref": "elements/id.json" @@ -110,7 +114,11 @@ }, "inspire_field_categories": { "items": { - "$ref": "elements/inspire_field.json" + "oneOf": [ + { + "$ref": "elements/inspire_field.json" + } + ] }, "type": "array", "uniqueItems": true diff --git a/inspire_schemas/records/conferences.json b/inspire_schemas/records/conferences.json index 42e60849..10fe6515 100644 --- a/inspire_schemas/records/conferences.json +++ b/inspire_schemas/records/conferences.json @@ -22,6 +22,17 @@ "type": "array", "uniqueItems": true }, + "arxiv_field_categories": { + "items": { + "oneOf": [ + { + "$ref": "elements/arxiv_field.json" + } + ] + }, + "type": "array", + "uniqueItems": true + }, "closing_date": { "format": "date", "title": "Conference closing date", @@ -42,16 +53,13 @@ "deleted": { "type": "boolean" }, - "external_field_categories": { - "items": { - "$ref": "elements/external_field.json" - }, - "type": "array", - "uniqueItems": true - }, "inspire_field_categories": { "items": { - "$ref": "elements/inspire_field.json" + "oneOf": [ + { + "$ref": "elements/inspire_field.json" + } + ] }, "type": "array", "uniqueItems": true diff --git a/inspire_schemas/records/elements/arxiv_field.json b/inspire_schemas/records/elements/arxiv_field.json new file mode 100644 index 00000000..8e17bc97 --- /dev/null +++ b/inspire_schemas/records/elements/arxiv_field.json @@ -0,0 +1,8 @@ +{ + "$schema": "http://json-schema.org/schema#", + "properties": { + "term": { + "$ref": "arxiv_categories.json" + } + } +} diff --git a/inspire_schemas/records/elements/external_field.json b/inspire_schemas/records/elements/external_field.json deleted file mode 100644 index 87437b95..00000000 --- a/inspire_schemas/records/elements/external_field.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "$schema": "http://json-schema.org/schema#", - "anyOf": [ - { - "properties": { - "scheme": { - "enum": [ - "arxiv" - ], - "type": "string" - }, - "source": { - "$ref": "#/definitions/sources" - }, - "term": { - "$ref": "arxiv_categories.json" - } - }, - "type": "object" - }, - { - "properties": { - "scheme": { - "enum": [ - "aps" - ], - "type": "string" - }, - "source": { - "$ref": "#/definitions/sources" - }, - "term": { - "type": "string" - } - }, - "type": "object" - }, - { - "properties": { - "scheme": { - "enum": [ - "pos" - ], - "type": "string" - }, - "source": { - "$ref": "#/definitions/sources" - }, - "term": { - "type": "string" - } - }, - "type": "object" - } - ], - "definitions": { - "sources": { - "enum": [ - "inspire", - "submitter", - "conference", - "curator", - "publisher", - "arxiv", - "pos", - "aps", - "magpie" - ], - "type": "string" - } - } -} diff --git a/inspire_schemas/records/experiments.json b/inspire_schemas/records/experiments.json index eedb5014..46c7fbe9 100644 --- a/inspire_schemas/records/experiments.json +++ b/inspire_schemas/records/experiments.json @@ -26,6 +26,17 @@ "type": "array", "uniqueItems": true }, + "arxiv_field_categories": { + "items": { + "oneOf": [ + { + "$ref": "elements/arxiv_field.json" + } + ] + }, + "type": "array", + "uniqueItems": true + }, "collaboration": { "title": "Collaboration", "type": "string" @@ -92,13 +103,6 @@ "type": "array", "uniqueItems": true }, - "external_field_categories": { - "items": { - "$ref": "elements/external_field.json" - }, - "type": "array", - "uniqueItems": true - }, "free_keywords": { "items": { "title": "Free keyword", @@ -114,7 +118,11 @@ }, "inspire_field_categories": { "items": { - "$ref": "elements/inspire_field.json" + "oneOf": [ + { + "$ref": "elements/inspire_field.json" + } + ] }, "type": "array", "uniqueItems": true diff --git a/inspire_schemas/records/hep.json b/inspire_schemas/records/hep.json index faaa739a..c07d3aaa 100644 --- a/inspire_schemas/records/hep.json +++ b/inspire_schemas/records/hep.json @@ -70,6 +70,17 @@ "type": "array", "uniqueItems": true }, + "arxiv_field_categories": { + "items": { + "oneOf": [ + { + "$ref": "elements/arxiv_field.json" + } + ] + }, + "type": "array", + "uniqueItems": true + }, "authors": { "description": "List with all the authors", "items": { @@ -373,13 +384,6 @@ }, "type": "array" }, - "external_field_categories": { - "items": { - "$ref": "elements/external_field.json" - }, - "type": "array", - "uniqueItems": true - }, "external_system_numbers": { "items": { "properties": { @@ -465,7 +469,11 @@ }, "inspire_field_categories": { "items": { - "$ref": "elements/inspire_field.json" + "oneOf": [ + { + "$ref": "elements/inspire_field.json" + } + ] }, "type": "array", "uniqueItems": true diff --git a/inspire_schemas/records/institutions.json b/inspire_schemas/records/institutions.json index 841d1090..24d7d1a5 100644 --- a/inspire_schemas/records/institutions.json +++ b/inspire_schemas/records/institutions.json @@ -16,6 +16,17 @@ "type": "array", "uniqueItems": true }, + "arxiv_field_categories": { + "items": { + "oneOf": [ + { + "$ref": "elements/arxiv_field.json" + } + ] + }, + "type": "array", + "uniqueItems": true + }, "core": { "description": "Is this a CORE institution?", "title": "CORE", @@ -37,13 +48,6 @@ "title": "Department acronym", "type": "string" }, - "external_field_categories": { - "items": { - "$ref": "elements/external_field.json" - }, - "type": "array", - "uniqueItems": true - }, "extra_words": { "items": { "type": "string" @@ -82,7 +86,11 @@ }, "inspire_field_categories": { "items": { - "$ref": "elements/inspire_field.json" + "oneOf": [ + { + "$ref": "elements/inspire_field.json" + } + ] }, "type": "array", "uniqueItems": true diff --git a/inspire_schemas/records/jobs.json b/inspire_schemas/records/jobs.json index c2b1533e..1da558c4 100644 --- a/inspire_schemas/records/jobs.json +++ b/inspire_schemas/records/jobs.json @@ -8,6 +8,17 @@ "type": "array", "uniqueItems": true }, + "arxiv_field_categories": { + "items": { + "oneOf": [ + { + "$ref": "elements/arxiv_field.json" + } + ] + }, + "type": "array", + "uniqueItems": true + }, "closed_date": { "format": "date", "title": "Date when the job was closed", @@ -53,16 +64,13 @@ "type": "array", "uniqueItems": true }, - "external_field_categories": { - "items": { - "$ref": "elements/external_field.json" - }, - "type": "array", - "uniqueItems": true - }, "inspire_field_categories": { "items": { - "$ref": "elements/inspire_field.json" + "oneOf": [ + { + "$ref": "elements/inspire_field.json" + } + ] }, "type": "array", "uniqueItems": true diff --git a/qq b/qq new file mode 100644 index 00000000..62d3e506 --- /dev/null +++ b/qq @@ -0,0 +1,113 @@ +* 69b8a76 (origin/arxiv-inspire-ext-categ) WIP +* 33fb802 (HEAD -> arxiv-inspire-ext-categ) refactor external_field_categories field +| * 7938213 (origin/move-category-field, move-category-field) scripts: remove relative path in JSON_schema +| | * 041fa93 (upstream/master, origin/master, origin/HEAD, removing-external-field-categories, master) Merge pull request #44 from rikirenz/move-category-field +| | |\ +| |_|/ +|/| | +* | | dd57da6 Change enum external_field values to lowercase +* | | 1d9da4d Refactor field_categories field +* | | 87cdea8 scripts: remove relative path in JSON_schema +| |/ +|/| +* | 5ae232a Merge pull request #38 from kaplun/pr/16 +|\ \ +| |/ +| * a5b26d9 schemas: add missing types +|/ +* 8d840a6 Merge pull request #40 from david-caro/version_bump +|\ +| * c4c3744 docs: minor lowercase change +|/ +* 6527482 Merge pull request #36 from jacquerie/readd-schema-and-control-number +|\ +| | * 936eb12 (refs/stash) WIP on move-category-field: f86f7cb inspire_schema: change enum values external_field +| | |\ +| | | * f2543a3 index on move-category-field: f86f7cb inspire_schema: change enum values external_field +| | |/ +| | * f86f7cb inspire_schema: change enum values external_field +| | * 98cc337 inspire_schemas: refactor field_categories field +| | * bfee5fc scripts: remove relative path in JSON_schema +| | * 4187c14 docs: minor lowercase change +| |/ +| * b5d4a30 hep: add $schema and control_number +|/ +* 4319ec7 Merge pull request #35 from jacquerie/revert-schema-and-control-number +|\ +| * 5b40d7a hep: revert $schema and control_number +|/ +* b4be9d9 Merge pull request #32 from jmartinm/revert-email-hepnames +|\ +| * 2855ecb authors: reintroduce old_emails +|/ +* d3f132c Merge pull request #34 from zzacharo/schema_modification +|\ +| * 55b64dc hep: Insertion of fields `$schema` and `control_number` in hep.json. +|/ +* e9d9295 Merge pull request #28 from david-caro/deploy_only_py27 +|\ +| * 973ca79 packaging: deploy only the 2.7 version +|/ +* 697345b Merge pull request #24 from david-caro/use_distutils_autosemver +|\ +| * a61d77d packaging: use autosemver through distutils +|/ +* b8261f4 Merge pull request #22 from david-caro/move_to_autosemver +|\ +| * 7308a19 packaging: move to autosemver +|/ +* b2e2232 Merge pull request #23 from david-caro/workflow_fixes +|\ +| * 71f7330 tests: add prettify check +| * f879689 global: Add prettify script +| * 8c016f3 hep_schema: known categories are now enums +|/ +* 043810c Merge pull request #21 from lowks/patch-1 +|\ +| * d252f42 Update setup.py +|/ +* cb12a61 Merge pull request #20 from jacquerie/add-missing-parenthesis +|\ +| * cc62a44 scripts: add missing parenthesis +|/ +* 9d310bb Merge pull request #19 from jacquerie/integrate-pr-11 +|\ +| * e793d3f schemas: add new_record field to all schemas +| * 82f4b0d tests: add newline at EOF to all fixtures +|/ +* b21fede Merge pull request #14 from jacquerie/add-coveralls +|\ +| * 5c7e7d5 travis: add missing coveralls dependency +|/ +* f900834 Merge pull request #13 from jacquerie/make-generate-example-records-work-out-of-the-box +|\ +| * c04c88f scripts: fix generate_example_records +|/ +* 7e6b907 Merge pull request #6 from jacquerie/add-acquisition-source +|\ +| * e70c70d schemas: add acquisition_source to authors +|/ +* 1df3d26 Merge pull request #2 from david-caro/add_validate +|\ +| * df7e681 packaging: fix missing files on bdist/sdist +| * 9450019 packaging: Pull deps on install +| * 83b9081 errors: Create separated module for the exceptions +| * 8e5d679 tests: Adapt for python2 and 3 +| * dea9b9e tests: Add basic integration tests +| * c0dcc31 tests: Added some unit tests +| * 6c805b0 schemas: Fix some inconsistencies +| * f4f267d api: add the validate function +|/ +* 72b5d38 Merge pull request #4 from david-caro/docs_fixes +|\ +| * 0ca1acb docs: Minor fixes +|/ +* 7571025 Merge pull request #3 from david-caro/docstests +|\ +| * 4d32cc7 docs: Fixed packaging issues +|/ +* 86810e0 Merge pull request #1 from david-caro/first_commit +|\ +| * 19679ea global: schemas and basic packaging +|/ +* 7865229 global: first commit diff --git a/scripts/generate_example_records.js b/scripts/generate_example_records.js index 7037408b..d0cae650 100755 --- a/scripts/generate_example_records.js +++ b/scripts/generate_example_records.js @@ -10,27 +10,18 @@ jsf.format('url', function(gen, schema){ return gen.randexp('^1.*$');}); jsf.format('isbn', function(gen, schema){ return gen.randexp('^1.*$');}); jsf.format('.+, .+', function(gen, schema){ return gen.randexp('^.+, .+$');}); - -function extract_definition(definitions_object, defs_path) { - var keys_array = defs_path.split('/'); - return definitions_object[keys_array[1]]; -} - - -function resolve_schema(unresolved_schema, base_path, definitions) { - definitions = unresolved_schema['definitions'] || definitions; - +function resolve_schema(unresolved_schema, base_path) { var keys = []; var resolved_schema = {}; if (Array.isArray(unresolved_schema)) { - var new_array = [] - for (var value of unresolved_schema) { - if (value !== null && typeof(value) === 'object') { - new_array = new_array.concat(resolve_schema(value, base_path, definitions)) - } else { - new_array = new_array.concat([value]) + new_array = [] + for (var value of unresolved_schema) { + if (value !== null && typeof(value) === 'object') { + new_array = new_array.concat(resolve_schema(value, base_path)) + } else { + new_array = new_array.concat([value]) + } } - } return new_array } for (var key in unresolved_schema) { @@ -38,11 +29,9 @@ function resolve_schema(unresolved_schema, base_path, definitions) { var schema_path = base_path + "/" + unresolved_schema[key]; var new_base_path = path.dirname(schema_path); var element_schema = JSON.parse(fs.readFileSync(schema_path)); - var resolved_element_schema = resolve_schema(element_schema, new_base_path, definitions); + var resolved_element_schema = resolve_schema(element_schema, new_base_path); delete(resolved_element_schema['$schema']) return resolved_element_schema - } else if (key === '$ref' && typeof(unresolved_schema[key ]) === 'string' && unresolved_schema[key][0] === '#') { - return resolve_schema(extract_definition(definitions, unresolved_schema[key].substring(2)), base_path, definitions); } else { if (resolved_schema['type'] === 'array' && !resolved_schema.hasOwnProperty('minItems')){ resolved_schema['minItems'] = 1 @@ -52,11 +41,12 @@ function resolve_schema(unresolved_schema, base_path, definitions) { } var value = unresolved_schema[key]; if (value !== null && typeof(value) === 'object') { - value = resolve_schema(unresolved_schema[key], base_path, definitions); + value = resolve_schema(unresolved_schema[key], base_path); delete(value['$schema']) } resolved_schema[key] = value } + } return resolved_schema } diff --git a/tests/integration/fixtures/authors_example.json b/tests/integration/fixtures/authors_example.json index d038542f..1638814f 100644 --- a/tests/integration/fixtures/authors_example.json +++ b/tests/integration/fixtures/authors_example.json @@ -1,285 +1,324 @@ { "acquisition_source": { - "date": "quis eiusmod", - "email": "consectetur", - "method": "ea Excepteur deserunt", - "source": "ipsum occaecat adipisicing aliqua", - "submission_number": "veniam ullamco Duis eiusmod reprehenderit" + "date": "fugiat consectetur tempor Duis deserunt", + "email": "", + "method": "cillum elit ipsum ea veniam", + "source": "irure ipsum pariatur", + "submission_number": "dolore " }, "advisors": [ { - "curated_relation": true, - "degree_type": "PhD", - "name": "ut Excepteur laboris dolore", + "curated_relation": false, + "degree_type": "Bachelor", + "name": "tempor sit enim", "record": { - "$ref": "1\"0sih}St_iCx#ZZ!blD\\1_v9wo$$Ts.nZ" - } + "term": "cs.PF" }, { - "curated_relation": true, - "degree_type": "Bachelor", - "name": "Duis ipsum elit incididunt do", - "record": { - "$ref": "1Iv_+?sW\"`32eyvGxy![+w4ur:\\qn4N|IW" + "properties": { + "term": "hep-th" } }, { - "curated_relation": false, - "degree_type": "Master", - "name": "elit", - "record": { - "$ref": "13UMx}xF@>.wsSgz`S\\10WuU:o9AYnBAmbb; ?E&99wKMO_[d8BJ.:,uHU]9~oM*s" + "properties": { + "term": "cs" } } ], - "author_note": "quis nulla", - "birth_date": "1:1MFm.DXz7re|SD6;@Wy*/$x\"9lmenDo!RfzZlpp`WPz", + "author_note": "deserunt", + "birth_date": "1)pJg^kc*4r%6z=F'=4]a?\"`~gpK=-;EvX6X-b{EovvS'YU%Z-!++RU\"i~W QbUrs_}-z\"J]-tYR&$~#/.)/wX)YkX.'#-*Cqi+", "conferences": [ { - "$ref": "1\\'~k_ V4dHn3(yhNCMa|cD#m{NV7" + "$ref": "18*W_3y;p#:;{zT*FLn|-j1&Nsk6cV=S}tq9D>rjJ?l:%ou(Ey*0$V1A+.D\\M@@{da\"'m>rqoLYItip.'$7X;-UCb7br]BI>Xmn}Vc36MwS30mS3!_" }, { - "$ref": "1/`i7vwTVR$tFAALY;nEs*)G@hH':,*]0}CHgn(O5$G/3\"DHoLHUTtw0=d%UqQ@mk" + "$ref": "19gVr]qli8Pp'D{B&{kf)h*DsD1#RD]VBESr/%l057ISQ/B \"H;EBg=##/ LgV afGRb" } ], - "death_date": "1\",@_jH\"^`^)X", + "death_date": "1HyiWVmCBOZ3(rM i0yv{7|#b[jE`^N>w;T6FKg\\fi|_u|1JIGA-uv$ZVj*w|aG/0aO6" + }, + "start_year": -14365913 + }, + { + "curated_relation": true, + "current": true, + "end_year": 71262189, + "name": "sed", + "record": { + "$ref": "1c<0G@[v(P3z^9.|rcB%\"KMDqO ?!KUKOs8pc=]2.MSGP_PO!#k5W0940" + "$ref": "1EN*Za48/AG-p+)MJzpQz\"0Z,a\\8@[1a} aD.h00'^1B0s1`9rzY'yPr/AK+8@e}8HW(DEXB]$" }, - "start_year": -41048888 + "start_year": 98021516 }, { "curated_relation": false, "current": true, - "end_year": 60535927, - "name": "quis sunt pariatur", + "end_year": 19546471, + "name": "in dolore ipsum laboris d", "record": { - "$ref": "1/v$ Qki:e3\"}c3K_97)!|@HP8jG$eEK~cJ)TOL1iq]g[)YWqs,Q4./_~'K7~Sxh6houV8)q4\"" + "$ref": "1<7PM@=DT5xM>NHkuHizy?c<^&gKdrPxe7;+&'B9\"FlkF_Q7*6-`)!el" }, - "start_year": -20055335 - } - ], - "external_field_categories": [ + "start_year": 93419058 + }, { - "scheme": "arxiv", - "source": "conference", - "term": "math.GR" + "curated_relation": false, + "current": true, + "end_year": -41606730, + "name": "exercitation ullamco culpa eu dolore", + "record": { + "$ref": "1SO{z58)+~b1dGR+LbThD>nMhY{~ItJ)%:''-qWb`=ta%K" + }, + "start_year": -57603958 } ], "ids": [ { - "type": "JACOW", - "value": "JACoW-13960429" + "type": "SLAC", + "value": "SLAC-818463959034110539917358006636570386131165139" }, { - "type": "JACOW", - "value": "JACoW-15396029" - }, - { - "type": "JACOW", - "value": "JACoW-91571574" + "type": "SLAC", + "value": "SLAC-18515094283960720698172328459844077716592196040596431532424" } ], "inspire_field_categories": [ {}, { - "term": "General Physics" + "term": "Computing" }, { - "term": "Experiment-Nucl" + "properties": { + "term": "Experiment-HEP" + } + }, + { + "properties": { + "term": "Theory-Nucl" + } + }, + { + "properties": { + "term": "Computing" + } } ], "name": { "numeration": "Sr.", - "preferred_name": "veniam irure cillum rep", - "title": "", - "value": "y3=&9j=(EHQbv\\w0Jyg!R+Ky],@EnS(@o\\D:zqMo" }, "other_names": [ - "non", - "eiusmod Lorem dolor", - "culpa id voluptate", - "nostrud", - "incididunt consequat culpa in" + "Ut ad dolore" ], "past_emails_addresses": [ - "pQWf6SepBaFP@QLLVUMICmFLSGnkXVraOxqjVjuJlygjBx.nd", - "vw4hP@jqYSiEeJo.emq" + "lGS@RO.qq", + "7dbFE@yUxYnMrXINaUeaxcWL.ad", + "k4f7NKW@EBZrlQvdXLUGMkmUrNosaCtBpOO.mo" ], "positions": [ + { + "current": true, + "emails": [ + "bLZL7@ZTufKCBPSIsWhd.kq", + "c1x5PCcmIW@zgQaHjrdZ.poj" + ], + "end_date": "1'5>]/xzC3.", + "institution": { + "curated_relation": true, + "name": "aliquip non", + "record": { + "$ref": "1Yw]jya>6v6Gz\"L&0yet!AjK'u VcTZCe1$fO+@0f\\v?{qA,psQf33[DGSn3s>CFNP4]]`cb Z7~T>UKBM>cj'pvA\\nrVKUJbu]Q6,6D4cuu6I}y?]yzRt&1fJTzG:V/YLyy2!E 2]#;Ykyu}F$Z4g+N+d?+f", + "end_date": "1E'5@tOQJpbqP=N#&=p+F~oNwsI*-1wN2yV~Vm-.k|[B", "institution": { "curated_relation": true, - "name": "Lorem sed in ad veniam", + "name": "in minim Ut qui", "record": { - "$ref": "1U{)gphHhJ{d@2M{/o.')],\\+{vSA?VV&cq2Sp\\yWL\"WDp^gHz8~Etu1YiY!*~GW(+Cvk>0,?0?_sfOtsG:-" + "$ref": "1igBfJn(zsdX;~=,H|=-dOMaagXDU~uS08U%2\\|8;Y+Y\\S=ue@qHEZ\"HVPGjeVYQ" } }, "old_emails": [ - "k4XcG@QRqalPSABKTFMTxNStJNbn.bli", - "93-R@HjOqDtL.ony" + "0akTCBeiR@crazWFHyCHVGuGrpDvhuWDkIQgefz.atof", + "yy5bEELYPH6M@aPUVGqmHCuXn.nbg", + "gx9l6@LPCD.whv", + "VspoI5oXNeFjiV@bFBYvQCFGHAVd.jcz", + "e29fYC@itEpnsvmbZSWJKKfUmkHZzowYuC.bpk" ], - "rank": "STAFF", - "start_date": "1-|fur`T.EPK\"-:T{FY\\7JnwD" + "rank": "MASTER", + "start_date": "18YUp9+Ex}cfEdC7jiQ&RpSP7Ajxp(74VC]CfOUD<@b\\e!*Z" }, { "current": true, "emails": [ - "Q8L2f0zOMwRA3s@RbgmTJKZptFTIaRNHLxeCPhO.olu", - "zCxlhSPSCAjti@pIL.ypj", - "vRtiHav2@NNBrBhbooeiGRTVOKbUxNzp.hxay" + "zFBeYQ8@NLYEcMwksaoanzVMurOwsMlFGEtn.bh", + "r4OJPU3wUq4pZ@RqBi.bbzc", + "O0bKbcK1c73y@KTydamXHSqgMxdD.tq" ], - "end_date": "1QtgggT!pNn^bg)(lTp8\\Q@^;hS0Orz|sXrG-&3E$WQ8092l\"=s+k)67\"eLE8Va-9%@A>tn", + "end_date": "1!l'1R\\0+S']KhJv]P*([/k2lUtzj0F&AS+UVl7Xwvi[2RWKNT&p4Y]4hgb,\" eLe/v", "institution": { - "curated_relation": true, - "name": "elit sit voluptate non", + "curated_relation": false, + "name": "exercitation proident ea", "record": { - "$ref": "1Xy7c/#;i~C(cr/\"H:{nL)<01xYmT0SSG3FWenm 7d\"uG\"KD" + "$ref": "1F* uj%?xzmes[JN0IU}\\BuUc@>b',@R98l}X-_\"ZYL?r<]3-tL'zm7o~&\"\"{G9hKvj{" + "rank": "POSTDOC", + "start_date": "1\"bO]" }, { - "current": false, + "current": true, "emails": [ - "SfLz3B9c8FN@QbaORCYXQOpOeDHVydfot.yy" + "qhrY10aMo3F66@RUKKRUJSOdmxFpVbRYkmjRKCSAf.lc", + "zELXMrhiRujjg@tHIjExYYljKMgCpssflTcpfxkqeaOJh.zxi", + "cBIRhllK8E@hUabyqhort.it", + "yyAKVT9SWruGeI@qtoQxQ.qwiy" ], - "end_date": "1>J 3wvdMq+e%tjPN2|sXtd;l.`NyAS,tdp-;_z>_F)E:~Pz{B", "institution": { "curated_relation": true, - "name": "dolor consequat ad", + "name": "irure occaecat", "record": { - "$ref": "1-$3kwSZR)gWV%0wjj:0jUgW_L_rwE:-ySihc43fNsV|6=;WC9bjPt7eQwyqU:JU-1_?yf~s]" + "rank": "UNDERGRADUATE", + "start_date": "1PoFTyXnFF}X44" }, { - "current": false, + "current": true, "emails": [ - "VG0CNb08sfo@rpHjuFfZxEam.kqq", - "U1rzWnmtwMtu@bxaVaZYvwHVIlcSgtiudXs.nmo" + "SoT0HNqXpeP@LXSNHfrINFYCtrym.tzgs", + "dELQCpxuofidFr7@KqRpWSrXCSQBlQWSEBzDEAAlhLP.gn", + "wSbwtc@YKOfgjQwuzbpcbYE.gyi" ], - "end_date": "1eTuiv@ya}NhMr@G+Ae9]n,7{1`y8I*h'(Qll\"\"hy[jpqqspv!*[SR1", + "end_date": "12V$HHB\\v8i*$DT&'_jn>&Wc#5$o0.]),Y$_ExoIA/D0NjgYsw7z4'", "institution": { - "curated_relation": true, - "name": "velit amet est", + "curated_relation": false, + "name": "fugiat dolor ipsum", "record": { - "$ref": "1l8f;+^Op~A7W'M4[q7q4sKZEM>*>_qv:5}E]2pMn~K|a\\Ze@A+UGEKxfQ~55FP;Mox{/" + "$ref": "1_s'!8KC&)Ub\">~U(G jmePlY`dMK@#[ DhK|F':*?W@TMO>6$Wl*B6v 5r 7Jo,YjT=LvIUH2B3Q'MyZB5N(H/Kn)*Aj?3$Da[" } }, "old_emails": [ - "IUCr@wTMbbQkOp.vy", - "az4DYU1PkT@nLmQtDuZISYhl.vlo", - "eX5L0-Yqh@MFkNHefanRjrZB.kks", - "22QYeC3ifkdE5@LeyBctlzSaCtElUDCOhCMoieAQMDnKRv.az", - "LhvG@ZpKNOfIgcjxVhLI.jjp" + "b9-AV2@dePmXISidzSrlbxvmrex.us", + "Wep9nCk@fBlZB.hx", + "0M9mBj@FczdIMpjlcSyVeMEKoxgAVDtkHrCETv.aq" ], - "rank": "SENIOR", - "start_date": "1=m7Vo#L&$pL[WT3mAJ1%46W}(.+M[Qg_|mW{\";d_W(Z0.v>'9J=1" + "rank": "PHD", + "start_date": "1|;n&K1aZfOA';k:aKV _SzYu1CBCfR7khu+!~f,+M]aDvXvvN9++K.'XH;p=0\"&S8[#9S}r;lS5<2/[uZoZ)BH=av2lmLfkYH" } ], "previous_names": [ - "id s", - "commodo dolore velit consequat veniam" + "amet", + "ullamco" ], "prizes": [ - "fugiat aliquip Ut sint et", - "ad sit" + "quis cupidatat anim non reprehenderit", + "aliquip esse culpa" ], "self": { - "$ref": "1qbPt/@]pw:S" + "$ref": "1QnK[p1O?W0a|" }, "source": [ { - "name": "reprehenderi" + "name": "in enim officia nulla" }, { - "name": "qui esse ut est cupidatat" + "name": "Duis dolor sit" }, { - "name": "id do occaecat" - }, - { - "name": "qui eiusmod aliqua sint minim" + "name": "mollit fugiat tempor pariatur qui" } ], "status": "active", "urls": [ { - "description": "ipsum consectetur", - "value": "1+sWaS\\-g[u&_Y<`m0>DC[FUJ!GT`%Y/WR(wSI;L8+gZ. zJ`Wtb?c0x]iAb3|:FRJigT?TXU" - }, - { - "description": "labore", - "value": "1ySCKcG[h3TuQdR0:R9VI1:k!_`8Hx[F.lj!&" }, { - "description": "consectetur velit", - "value": "1}M:pGoO.#C48.T9XRw.ioId0Ks&avk0[yyv6fy6G b3V_qcf~.4bgNQlYX)4Btq" + "description": "ut Lorem occaecat sed", + "value": "1wT..b 2 :T7*[dJyhZ*w,m]3w [.sG3l?\\ +J%1O,Raj]gqUIGb'6x',J9!UKx][M!YY", + "cnum": "C99-27", "contact_details": [ { - "email": "NJ0D9NfTH@xTZiq.hnjp", - "name": "irure ut " + "email": "AEEY9Kw-PVYN@FLdnNouHWrzjzY.jl", + "name": "deserunt consequat dolor" }, { - "email": "zYLl2c2DQ3@CadGlBiBNSZHEOeytYBtQLvHmjB.uw", - "name": "consectetur elit id fugiat sed" + "email": "r7epJe9@QcKrUjsfFA.jfa", + "name": "dolore dolor labore qui" }, { - "email": "rDcJ@aMbbvLKLkmZWKpTLwGQsWjHbU.zo", - "name": "mollit ipsum lab" + "email": "Ylvor7SeO2@kM.dbey", + "name": "sed nisi nostrud" }, { - "email": "iOqbx@dOyouTPSIsPyZZrWKirnjinslZdP.ed", - "name": "ea laborum exercitation ad" + "email": "HILBgxs6InZV@av.kv", + "name": "nostrud Ut" }, { - "email": "CRMQ0ck3n@NtakNCXdcbqierfyf.zwgx", - "name": "quis ad" + "email": "25jx8EJ@wtnTgYVduqYflw.jvjf", + "name": "labore irure consequat" } ], "deleted": true, - "external_field_categories": [ + "inspire_field_categories": [ + {}, { - "scheme": "pos", - "source": "conference", - "term": "exercitation est consectetur labore voluptate" + "properties": { + "term": "Theory-Nucl" + } }, { - "scheme": "pos", - "source": "aps", - "term": "sunt laboris elit aliquip commodo" + "properties": { + "term": "Theory-HEP" + } }, { - "scheme": "pos", - "source": "magpie", - "term": "in in ex" + "properties": { + "term": "Experiment-Nucl" + } }, { - "scheme": "pos", - "source": "curator", - "term": "sint sunt" + "properties": { + "term": "Phenomenology-HEP" + } } ], - "inspire_field_categories": [ - {} - ], "keywords": [ { - "source": "qui in ad consequat", - "value": "et proident consectetur elit velit" + "source": "commodo ut esse deserunt ipsum", + "value": "ut officia do" + }, + { + "source": "cupidatat ullamco", + "value": "Ut" + }, + { + "source": "ni", + "value": "est" + }, + { + "source": "id Ut sed dolore cupidatat", + "value": "officia in exercitation ad cillu" + }, + { + "source": "reprehenderit eu", + "value": "tempor ex minim amet" } ], "new_record": { - "$ref": "1Dby/rVlcW%qeo\"lacR@fYn\"d" + "$ref": "1(I#gM+rM'.:zM.WS{Szb((BvDt3A@\"#xF`Ja;@7Ju\"Z T2614~9/>MRI]##`_|'#flGF#ku?Q:kqW(nFdw/Ys7|?r{EVJ@SvG2?9p}K_6B$RsM_xpHy.JWI", + "nonpublic_note": "eu cillum cupidatat", + "note": [ + "velit laborum", + "non", + "consequat", + "Ut sit officia", + "nisi non nulla mi" + ], + "opening_date": "12y[;2Zw2fq*qSokV8=Dr].f9Y#e5T+7NM<\\g*-s8!tvXcH2R6K|@deV?Sj?t/4[ #~xdhOP}~2HPB+|5O{~_PGTm-65[EgSZ>;|RSdkZ$q7e.1H/L;2Y}zEvj8+deNX\\4QF2)np\\JG5", "self": { - "$ref": "1Sh-\"J7;KkL~e^xn-:Iw'1.SHU:,.g8B3gts($mA)?e)q)T=VlY![3oX3L@*s#D]6H*JNVyX29__e$IS>" + "source": "sit in esse Duis", + "subtitle": "cupidatat elit", + "title": "cupidatat commodo" }, { - "description": "nostrud Ut", - "value": "1-N2Ksn&-*rX89.,:\"okGs\"r4XyJo'2KuO(E&ZLG*?P0n'N)'`HDt]]lj\\Uawi'W(rRxfXv" - }, + "source": "exercitation deserunt ipsum temp", + "subtitle": "enim cupidatat", + "title": "minim Ut" + } + ], + "urls": [ { - "description": "tempor ex", - "value": "1 fvAEw3Q|^&mB6`p$CxGrJ5=NAZmz!{l@*e ]$&+Hi\"4$Dw^I2gGG8pI% {e\"v55SJ?kQPqIq!F9/" } }, { - "curated_relation": false, - "name": "dolor", + "curated_relation": true, + "name": "culpa", "record": { - "$ref": "1ue|Z]OX-;:1#JvZ_PA;}|sOTQ!^E!7C@5#:#0e0'F[c%@]E@y6yZ)@l ]5?|kj?1hgW)6!qc/nivt|^`y(L\\(B\"D" + "$ref": "1$l@_}ogib9'[?ccO{}H" } }, { "curated_relation": true, - "name": "quis adipisicing", + "name": "amet tempor fugiat enim occaecat", + "record": { + "$ref": "1(8ngb@O6wX\"TQwc` Gm@S~Wf).i]ulgQSxeM01BaDa+RKA~vZ2`>0ZH-\\dnh5pFQRRwW56)F1)1S" + } + }, + { + "curated_relation": false, + "name": "in id adipisicing ex", "record": { - "$ref": "1stY|VqEC!<\\/>NvUi," + "$ref": "1dY5Z'VEW$l']0~F6d)\\\"'pBxRgGZ>ViS9e;IIgc" } } ], - "collaboration": "labore in esse", + "arxiv_field_categories": [ + {} + ], + "collaboration": "voluptate", "collaboration_alternative_names": [ - "sed", - "ut", - "commodo ad enim l", - "ipsum" + "labore minim culpa", + "esse voluptate qui", + "et Lorem adipisicing aute" ], "contact_details": [ { - "email": "PxxiPAzSBshTT2e@oyNWgGXFK.infp", - "name": "Lorem ullamco in" + "email": "6UhAqwtJBj-CD@XjnQuPCyyGvGcSaEtAmaAthywGVHHxUQe.ikz", + "name": "laboris dolor" + }, + { + "email": "y8WvdbRxwI@ofxhKNuLOFKTkOBfcSzdpjEp.il", + "name": "fugiat dolore" + }, + { + "email": "9nKl8fca@LQWdcMuBCBuzZCBwS.wcbh", + "name": "elit Excepteur" + }, + { + "email": "88GvSWh@vRbUSgnsdRBtFPDgGQNeZeLPlFs.qdnw", + "name": "Duis amet" + }, + { + "email": "PD21pnl0qeGm@OEicqej.by", + "name": "ipsum deserunt" } ], "curated_relation": true, - "date_approved": "1$ESAm@02vRfAWKSi~^>;Rk>", - "date_cancelled": "1[ga$|'Zx+cPAYq,,ew8<vy`.P!p\\5k$p~", - "date_completed": "19E?.U9>YCR\":JP]NtGM.82\\[BGD3ZF.k|D/l/+cxSj%\\W~g,HoIz,jj80!5>/si?O&]lA6G.)j',{4l=x`;,eC$$(2$nx\\j", - "date_proposed": "1gz7xe#M'Evw, k,rKf[N{-ck|*){`p#U\\Wtn`.D95O,YK$Z\"8wh%JRy6HXuef=+Bg'H3lSFg~n_.~@BDD(Fq", - "date_started": "1Wsr)!wD", - "deleted": true, - "description": [], + "date_approved": "1U?>2\"{|jvyuyt\\a+/@q]sbT6%ZZmSV#@", + "date_cancelled": "1d=o*qrqlo/Kg2$6k/yY:dQ:yJIv*WO)J0c&w\\}#d]k )Y", + "date_completed": "1}N6|lu&pK-/,N5L{e#~*<3Cm,y#BnGnXFJ*Eb\"7", + "date_proposed": "1u\"sFvhp\\E%2zy8eLU`2+APS~q`Z~;;i3G`W>&!=}^KA\\DdFN4[3fIt*~'.T", + "deleted": false, + "description": [ + "irure officia ex amet eiusmod" + ], "experiment_names": [ { - "source": "amet nostrud", - "subtitle": "nisi", - "title": "in" + "source": "incididunt Duis commodo voluptate sit", + "subtitle": "commodo dolore non", + "title": "l" }, { - "source": "sunt laboris labore", - "subtitle": "adipisicing", - "title": "ullamco" - } - ], - "external_field_categories": [ - { - "scheme": "arxiv", - "source": "conference", - "term": "math.GM" + "source": "sed eu cillum", + "subtitle": "dolore", + "title": "quis deserunt magna dolore" }, { - "scheme": "arxiv", - "source": "curator", - "term": "cond-mat.mtrl-sci" + "source": "in consectetur", + "subtitle": "ut cillum exercitation veniam dolor", + "title": "eiusmod" }, { - "scheme": "arxiv", - "source": "arxiv", - "term": "cond-mat" + "source": "id dolore occaecat pariatur", + "subtitle": "proident aute ea", + "title": "nisi eiusmod" } ], "free_keywords": [ - "ex dolor veniam quis", - "esse adipisicing", - "minim", - "commodo velit non tempor", - "consectetur cupidatat dolore velit dolor" + "fugiat sed cillum incididu", + "sit est labori", + "consectetur adipisicing", + "id eu ipsum ad Lorem", + "in commodo elit ullamco occaecat" ], - "hidden_note": "minim occaecat reprehenderit", + "hidden_note": "in dolore", "inspire_field_categories": [ {}, { - "term": "Theory-Nucl" + "term": "Theory-HEP" }, { "properties": { - "term": "Astrophysics" + "term": "Phenomenology-HEP" + } + }, + { + "properties": { + "term": "Other" + } + }, + { + "properties": { + "term": "Experiment-Nucl" } } ], "new_record": { - "$ref": "14SyfRf9Y8WscDz:5HWoy!" + "$ref": "13X #!Q]4 04UDMq.h,2g*i&u~EQ.<}2jeh+APl_hq" + "$ref": "1*C1M$/3~VT;-k!CgCswU*,lJ2;D+CI)Q|XzCm4a~=mV!uU2vZkUx_l`%YqTrP|10[y8/" }, "relation": "successor" }, { "curated_relation": false, - "name": "sit", + "name": "non elit cupidatat in tempor", "record": { - "$ref": "190-L'txzZP8qx$WOx12;9i@ZpsFHDRD=h%^77V9,X@J<" + "$ref": "1p,L:^\\9%Hlv.#hiK%WDUPLJ0.PIA}6&voSH?Bbi&izX" }, "relation": "predecessor" }, { "curated_relation": true, - "name": "in eiusmod dolor in esse", + "name": "dolore aliqua mollit pa", "record": { - "$ref": "1K]Vw{|tA{h6&Vd$?" + "$ref": "1=y:0,x'[TrE:gQbS`Nmz'GyuTth=?C<^G\\" }, "relation": "predecessor" - }, - { - "curated_relation": false, - "name": "fugiat proident", - "record": { - "$ref": "1K* 7g+DQwh/mzTbu[hMl]&-;$x$Yt71EOW:lm3E.LzJuL#T2)c&n22NU8UG,tvzjI.q\\J5N*iHvVMiKa$/m_b'FH" - }, - "relation": "successor" } ], "self": { - "$ref": "1(Mn`C${EJhU]a`MNik$c=u_IWA*DgxTS}T|A@3si1r:)0R$`Z'C~ {yj7!|-HQbn>GfXi\\4EyA" + "$ref": "1Oc{es4|o+&2wYpw*pzEtf*`)@W}ylmn'+>hZ!" + "$ref": "12tr_PO^%ky~$rP6hlz3qui%^I'688;Z>QsOQAeIf@@=qKTo" }, - "start_date": "1?q[c6?gm^[ewBl~wo5tva{k0&C4^FH+KkG=8.p0i $~dNbH#X-;+b" + "start_date": "1b~~!*iAFz*_e\\=vP3TwU(lQo~0Ol# |b\"Y'P\\XvbWUu^hT#Fm(%kDi8G?\\^jmUqgH\\?Z{s1NL3r!\\" }, { "curated_relation": true, - "current": true, - "end_date": "1~8n", + "current": false, + "end_date": "1(3~0&si%;)0^Aydy34krTU#rLhP,[[VO+cbk0c\\tEjxz0:w'' ear# \"/~m-cM=8G7bhNy|fJcQk]&ZEh/m", "ids": [ { "type": "WIKIPEDIA", - "value": "ESwHhA9o_aRhsY0hB1wEscNwJLMokvkIpZnpDoi2z4RThiIDXl" + "value": "Tg7hIg_EgypogXmog" }, { "type": "WIKIPEDIA", - "value": "jpwCtbMfMCol8sZqS_YvIj6haErY3ESoDZszcUYtXxe7YwsXNlTrVW__hl" + "value": "S" }, { "type": "WIKIPEDIA", - "value": "a_h4uYMgg1dbRVnFzKYk9al6oEUmF8rYROMTemXfczKfiXdi_LR" + "value": "lYR1OVwj0qZ62dYsDaAUBfbIpuP1IMyRIfyMY7pv2UIy7mlrvHAeVppsbuClk" }, { "type": "WIKIPEDIA", - "value": "73p5sftnODf930Hs" - } - ], - "name": "consequat voluptate", - "record": { - "$ref": "1Smxq]t\" p\"}!lO&" - }, - "start_date": "1>rPf9pS]W" - }, - { - "curated_relation": false, - "current": true, - "end_date": "1b.&tED0P8/Nr_is_:Ymj:j$$g4Q6&D\"1nEkD<#=/+*B]Sq]4J57gDIm.Zo(Cv9gv,UGzYjQX+`xKHh*}_SJ:|^Y>iNZ", - "ids": [ - { - "type": "WIKIPEDIA", - "value": "vM9Hu" - }, - { - "type": "WIKIPEDIA", - "value": "IlJdV9fUIQI4SQWWelu5HXDZIu_bKUp3BeWaYm9axSHJY2e5bdCvQp2W2m3k6Bfhap4ROuz0" - } - ], - "name": "est ea fugiat culpa cupidatat", - "record": { - "$ref": "1YwFu|xiZ]^u" - }, - "start_date": "1a?VCdDeiiT@X,|7#o[y\"?Z-[}rYdK|/F\"%(dBkDDr(r|F;;J[# >O#.LiuVCg/m%/N" + "$ref": "1?_|Xx$=" }, - "start_date": "19AIa~_" + "start_date": "1I'&%O_AHs_fH#K|$`'*Hqeh&z>l-((Txr.#aBU~o k=bioG^6*FAhtb+B|>/fBGZe!PeB,gv$g-3t-" }, { "curated_relation": false, "current": false, - "end_date": "17Z'bYL3un^ed#G!DLqwDPhhNUTt|S&t(SQw-- n2Y_m5.+dyM2cWJCa)pS:UOA'Z#|8M&]%@6[+(~|vc=2Y", + "end_date": "1f~z:X3)`(MQ=w*J+v\\THKD9HG*;~3y;;H5=T#1hB1j ^LP& p&P ]74SGEgmTF_d6E7kzd~ACF-+h?ON\"]K='\"n0^Y,5[8)wOhL", "ids": [ { "type": "WIKIPEDIA", - "value": "jlnQE3yvy0pHyNNnj_7Xq3zXK4QRRx_Crjrj9weHblsXjgxNBRnIIaBd7jrfE" - }, - { - "type": "WIKIPEDIA", - "value": "LA8QjdhtX9ZP5Zp20J3xBGQjRnslpTBUQDF5oCkHDKWm4eTsln1LcATfbzqBVX_7QSVQ1rg6VEvSuqYGVulaCt" - }, - { - "type": "WIKIPEDIA", - "value": "2wiU1HblzzaSpHCDWEsUqqlWvtZOrVsEyiFGP0xfY" - }, - { - "type": "WIKIPEDIA", - "value": "EKZ9ECd99S3Jw3zdHvNPXY0fvzyVCzMMAwdkbRsklw2CdGmtlkW3uiVxpo9xRyQd" + "value": "Qq9emAUcDBAEiRdeVDJHihlljt9tdsVwFq_GvtODm40tLAUaeOwPHpbUp2aGce8akgCaExRT8BSuOXikcFsbpJAw1R" } ], - "name": "eiusmod in dolor", + "name": "culpa irure aliquip quis sed", "record": { - "$ref": "1bh(uqG^,%[]PP~Nb;L&pX/'}" + "$ref": "1G.u1tkmn-QjH>i('*t28k!ua^[/$\\b0@}J?}U`Pp&IB.!~ {gig\\H8W-'S;VqDZia =eW6'{?LiPk=,G" }, - "start_date": "1,`,\"BGOj8*jzZ8Q4:S}?Z7GV&Ej]w-Yz86l\\DQW" + "start_date": "1eu!Gb'$Iw44{j&o@SR$Z5\"ncSz}w#pqgg'},4}i)KUo0b%3pF\"4[gdj*eZ~>gZk<=;*B=<@[" } ], "titles": [ { - "source": "nulla", - "subtitle": "do sit", - "title": "nostrud ipsum esse" - }, - { - "source": "Lorem cillum esse labore culpa", - "subtitle": "culpa incididunt ut", - "title": "amet eiusmod adipisicing Duis" - }, + "source": "esse ullamco", + "subtitle": "sunt", + "title": "et pariatur aute id" + } + ], + "urls": [ { - "source": "ut e", - "subtitle": "in quis", - "title": "proident enim velit" + "description": "et nostrud", + "value": "1ib%72" }, { - "source": "Duis", - "subtitle": "do", - "title": "consequat nulla ut cupidatat" + "description": "culpa aliquip sit", + "value": "1!YZN78wfTt_q5CLPJT^%c?T$4aWl'(x\\SWB6`KARau!ADZHvo\\$(B" }, { - "source": "in exercitation laborum", - "subtitle": "irure", - "title": "dolor consequat" - } - ], - "urls": [ - { - "description": "consectetur ut officia", - "value": "1bd&d[#H`qs!sBuY0d;|jt`VHLDrrH<%BA`=bb+dfu!#" }, { - "description": "esse consectetur veniam labore", - "value": "1'&Er4kd.>1luP3YJN91R]PLzm,^6.cEfdtx_c*O|-v01OgTp{JFA8fm=IOh1R-5a%)hPG=c*r" + "description": "incididunt ad dolore", + "value": "1X!6[!1M&Ct^zxTrqSl,sQiY[~@uQ\\XD@XBkSF,Dz'[EI}Zc1bY7xO 'io]B`83b4coIOTp.R@9kU{}1OnVJ@C" } ] } diff --git a/tests/integration/fixtures/hep_example.json b/tests/integration/fixtures/hep_example.json index 0f10a082..d83afe88 100644 --- a/tests/integration/fixtures/hep_example.json +++ b/tests/integration/fixtures/hep_example.json @@ -1,96 +1,89 @@ { "abstracts": [ { - "source": "ipsum enim", - "value": "in cillum sed" + "source": "amet aliquip", + "value": "ea et" }, { - "source": "exercitation et a", - "value": "ex" - }, - { - "source": "dolor proident ullamco Lorem", - "value": "ut" + "source": "reprehenderit", + "value": "veniam et Excepteur" } ], "accelerator_experiments": [ { - "accelerator": "voluptate adipisicing", - "curated_relation": true, - "experiment": "Lorem labore sint velit", - "institution": "laborum est deserunt consectetur", - "record": { - "$ref": "1M0}*,U_/2^97n~FG3~\"#t04YmOQ=\\jWV{R09[pu(h*9,UF" - } - }, - { - "accelerator": "qui consectetur esse ulla", + "accelerator": "ea ex mollit", "curated_relation": false, - "experiment": "exercitation ullamco ", - "institution": "qui ut dolor deserunt", + "experiment": "ut c", + "institution": "proident nisi Duis", "record": { - "$ref": "1=.:w" + "$ref": "1P`u4-s;;:D!!Pb\"b,^^Q\\QO%$]9{P!eBaPo" + "$ref": "1oT=m.l3vN?~O& _" } }, { - "accelerator": "est fugiat non Duis", + "accelerator": "velit enim deserunt irure consectetur", "curated_relation": false, - "experiment": "officia dolor in dolore", - "institution": "magna nostrud", + "experiment": "ut eiusmod", + "institution": "deserun", "record": { - "$ref": "1`hH($MaR&#}WhA>V=v>Gk6+\"FH^'- b~'kPv-X4o+2-JH" } } ], "acquisition_source": { - "date": "amet", - "email": "aliqua qui Ut ea", - "method": "veniam in labore", - "source": "mollit irure sint", - "submission_number": "eu" + "date": "exercitation dolor amet", + "email": "aliqua ut ea", + "method": "non laboris consequat in", + "source": "ut ipsum", + "submission_number": "sint ut" }, "arxiv_eprints": [ { "categories": [ - "q-fin.PM", - "stat.AP", - "cs.DB", - "stat.ML", - "math.DG" + "q-bio.BM", + "cs.DM" + ], + "value": "P72aiNzNWs8g8NYAjddIYTbBWl8VrJsbITR2AYSrz6vj8RFfHAOxvFndWXphIlRGQ/453726909871641254677884667510186535651334382055975230739" + }, + { + "categories": [ + "cond-mat.dis-nn", + "physics.class-ph", + "cs.MA" ], - "value": "yI4Et2VaNJS86NvYBhz3vda0pggiXaFpU0gK/875521833114027931" + "value": "thyuzNrX1XsyKzjhkebkU12xI45WhcmzK2rpLOULsTzPamq4dOdPLZeAhHYVui1Qs1DWW_c9IlQ2qoCoQsFnpN9f0dRgRDXA8Mq-oPfVpUQQDCwTTSgsqTV97YCndrYGYRJTs2n5XaWUrEz/41845867089849985394389041416699546444318946396953881400440773699814474373604" }, { "categories": [ - "cs.GT" + "cs.SY", + "math.DG" ], - "value": "vr6wEOnNGMcZcS9Gl4mWZhw5aESel4qU2MyzGmdGFlMB7Vi/09132084291714021938105958743278789618875105846152621715" + "value": "xsAedRBoG/90789765610285533754086486163574112225026554755602356241163068870687904911233" }, { "categories": [ - "cs.GL", - "cs.CG", - "physics.acc-ph" + "math.CA", + "cs", + "q-fin.TR", + "q-bio.QM" ], - "value": "h1e3mb0gsEW-9XfTFe4yhMoXrLPgC5o31yvKGvtzeScz5zCdGfDeMxwB4jz6er0FdEMPUG2HSicoPlDD5wdGA7RP9yXLOcUHebYMxq7/3139365" + "value": "HKPsiriB9yGbl4r1ar36Qc767KGrIk47d7rlnI02dZcpmqRoghniZUDIHYC1W5O7nEcCRg2ThRSFVvEnuqF3dO-1E439e4x7Tf370sc/63780250" + } + ], + "arxiv_field_categories": [ + {}, + { + "properties": { + "term": "cs.NA" + } } ], "authors": [ @@ -99,116 +92,105 @@ { "curated_relation": false, "record": { - "$ref": "1Z/OEj3QTAeL|EW1" - }, - "value": "ad" - }, - { - "curated_relation": true, - "record": { - "$ref": "1rG{Gt4h?=;1z$}*@#pj\\HHNxR8kW>L#C\\%Qn:ij)l(2Ts(>kK=J0=}:?" + "$ref": "1n\"k)pW@1.@XF)g}2I1]+_UI@q@iXw]&1;KOC!*mpS`#Mzy\\b" }, - "value": "dolore aliqua nisi nostrud proident" + "value": "dolor officia aliqua" }, { "curated_relation": true, "record": { - "$ref": "1isSiN{x)3 nzj7/6_aV&GbO<9xUc1]JhYkjx,Z[w?rt[QP/xnK/*&,:hSs9A.{mZ`5\\bu9" + "$ref": "1uR5\"#6ki7>W(Osh,OHJ:EHe;B*M`+f)FN@;f1sZW3b?/]=Qq" }, - "value": "minim" + "value": "i" }, { "curated_relation": true, "record": { - "$ref": "1qgN[n?)w52,-FK=6i2G<-.i|q&xhlvFAij]zfn_zEXlRsFQ3.tf#wZ9[o" + "$ref": "19mQ:\"={=`I7]>H8`\"G%FfjH!Yq90MBE-[R29b0x:V9_kfBm0 v?8O?+3~./gu5}qJ%,t(LeLzUFW[].FK~6>pYp9c(C{T." }, - "value": "Duis in ut dolo" + "value": "ullam" } ], "alternative_names": [ - "ex in Ut exercitation", - "aliqua", - "esse" + "qui ut", + "occaecat Lorem", + "ad cupidatat" ], "contributor_roles": [ { "schema": "CRediT", - "value": "Investigation" - }, - { - "schema": "CRediT", - "value": "Visualization" + "value": "Software" }, { "schema": "CRediT", - "value": "Project administration" + "value": "Investigation" }, { "schema": "CRediT", - "value": "Software" + "value": "Data curation" } ], - "curated_relation": true, + "curated_relation": false, "emails": [ - "rv7RONFc@UFTdDcuzUJALbfyKlQvDiYeHkHNFX.ie" + "vEU9zOO3OkN9zR7@huKpvJIIcpScBgDxhQOgjaPXGgJgWVUM.ks", + "Zh024IdtYnaJMKS@DTArNGodMcQwQQJhlzxjwQxhSza.fkjy", + "VPHwFChr@wwwLlFZzfXxCDzqKD.blvf", + "SClodECy5o@RsexvLedHrxLsYD.dvyh", + "rfVQ3e@SPoaGtGumkZqitHtenubNXLWupRfczuJs.klhp" ], - "full_name": "esse minim aliquip", + "full_name": "aliqua veniam a", "ids": [ { - "type": "GOOGLESCHOLAR", - "value": "_W--QPf-pDb-" + "type": "VIAF", + "value": "064463780" + }, + { + "type": "VIAF", + "value": "55618220" }, { - "type": "GOOGLESCHOLAR", - "value": "3q-QB-ZTR-q-" + "type": "VIAF", + "value": "004604095" } ], "record": { - "$ref": "1KzOK5_Fq)D/@;=_4w$6~_992}|ZYZfJ)I" - }, - "value": "sit esse dolore" - }, - { - "curated_relation": false, - "record": { - "$ref": "1 2XS|y\"y,:g)8=a-fQ'3Z.3)1a2Q]}N7rs;[Q;~-I:a8.vop2`1ktRg>HHpf)ghBU" + "$ref": "1A8wGMEw4" }, - "value": "occaecat" + "value": "mollit" }, { "curated_relation": true, "record": { - "$ref": "1[:713XP!dAJJgo|0D-v!vS0\\:W7h& J~zvGH!uYH3|#gq2^o;zp" + "$ref": "1Bml6$\"'T'p$;>agPT;ZqD\"D_gjw;a1G{n>NpUP7[bYv)fROUl5N|.AA%4-zdDs;BYLqf5D[kf&0+O_Sq2idO^:" + "$ref": "1O&$RPKjT[" }, - "value": "pariatur ad reprehenderit minim" + "value": "fugiat deserunt" }, { - "curated_relation": false, + "curated_relation": true, "record": { - "$ref": "1O\\S;R]x[j D$l_A`_rh0%j[t;\"Rlcs]3>r(W=h.a+;Z^ej1+%rl%e^}r" + "$ref": "1e+80fEct:r?7qmbt, ep;iHROjqpK)*>`PW:1|\\3~1e;{^{6~xsj^Y_A!0R9$GR9r.sptc_n&4:\\7l-~!la}yX]oT}" }, - "value": "esse ut fugiat aliqua reprehenderit" + "value": "tempor ut aute" } ], "alternative_names": [ - "enim proident aute", - "culpa laborum ut" + "voluptate enim" ], "contributor_roles": [ { @@ -217,86 +199,88 @@ }, { "schema": "CRediT", - "value": "Software" + "value": "Resources" + }, + { + "schema": "CRediT", + "value": "Writing - original draft" } ], - "curated_relation": false, + "curated_relation": true, "emails": [ - "KdjIYDNAN@qoGHaonM.kvr", - "eLCvgPad@iNcH.rmwp", - "lr8W@vYk.rn", - "Iv8TZeC6ebMKli@ElgGMBgchGXnHWVIrwKXkrAqyCwjNZVe.kdw" + "O2wMynv1@ohDvgAQqxXBwI.llwm", + "5BkPv@oVlMsdAKYllDAeoOyXbZuyEx.mtop" ], - "full_name": "deserunt exercitation", + "full_name": "nisi ea dolore", "ids": [ { - "type": "GOOGLESCHOLAR", - "value": "L--ZCzMkZ---" + "type": "VIAF", + "value": "270131304" }, { - "type": "GOOGLESCHOLAR", - "value": "-wz-cpeuU-k-" + "type": "VIAF", + "value": "9947787" } ], "record": { - "$ref": "151x,()s^wvj#{wWe}E^nK`IQ[*g5#'7l(c70/g(='{F<'76TBcW[!4''~P6&R^+i1PbV1I*Wy5nr[f-I&@_0`!E5`I;wZ]FS:zov" + "$ref": "1fsS}]xZpM0]&60" }, - "uuid": "249b4cd5-e9f1-7b5d-4cdf-e2275ac322d9" + "uuid": "62bbdb39-7cf0-1f84-bef2-0c1289c48bc9" }, { "affiliations": [ { "curated_relation": true, "record": { - "$ref": "1o.<4am\\7BN}v;eQeY~VXpE\\s\\/:c%I739A N_55Y%ImQ=_PikqMA;5m;Q;n-g#&j\"O#?[eM,)WeBu%Lx&HIThjSzR&Bz/,QVrZgq4p\\4afj$je=^cTkn8@9\"nCe.6F{u#7?_7hiijZWFJPN|A V>rGg/*" }, - "value": "ex ut enim voluptate" + "value": "dolo" }, { - "curated_relation": false, + "curated_relation": true, "record": { - "$ref": "1H= \"ph2=FopT-JyV<2,Ei=cV9EC!8!HvoL" + "$ref": "1\\`a\\CBe~h\"@I" }, - "value": "proident nostrud" + "value": "veniam ut et deserunt amet" }, { "curated_relation": false, "record": { - "$ref": "1}],VF6!nndV9q65u2B'v0@SS)i" + "$ref": "1/Y*BFk:LoEY\\d dE3_!.0]J\"TJ7y({7:w1Iw_gC0a9|s&E|125.GF?w_p^W5gM8>|Ds?F}N+^gQ" }, - "value": "est in mollit ea irur" + "value": "consequat ut i" }, { - "curated_relation": false, + "curated_relation": true, "record": { - "$ref": "1d^Aq-bSsyWKrH|=!f+yc'f:\\ca0M\\'%_yl_L6~&-r[#C/z1##xV#\\~,_FNa?A&3kEt{sugNzl2ZD,+cyZ9g!vWe" + "$ref": "1W2!4ZA\\k23I:PCa |YvsCx*9)9.AqhaYpg@C~\\])j*89C6>*$A" }, - "value": "fugiat est" + "value": "Duis dolor" } ], "alternative_names": [ - "voluptate commodo in sint", - "Duis proident officia est dolor", - "pariatur enim veli", - "cupidatat ut", - "sint pariatur non" + "eu aliquip occaecat ut tempor", + "la", + "elit", + "sed labore proident non aute", + "laboris labore ipsum veniam deserunt" ], "contributor_roles": [ { "schema": "CRediT", - "value": "Writing - original draft" + "value": "Visualization" }, { "schema": "CRediT", - "value": "Writing - review & editing" + "value": "Formal analysis" }, { "schema": "CRediT", - "value": "Methodology" + "value": "Validation" }, { "schema": "CRediT", - "value": "Investigation" + "value": "Methodology" }, { "schema": "CRediT", @@ -305,642 +289,662 @@ ], "curated_relation": true, "emails": [ - "sciRLB-ZvZJg01X@rtKYI.skhr", - "LBLAtfRdFP1@TlDmlJ.irr", - "O4D@gvfJdXNVmTYIbfMkQCEXdmDWambaDV.lc", - "pfF6GR4RgOE1B@uzmQsEFhUIMlN.bpr", - "Wwj9sE@SvNAAATeessnKLzO.ddh" + "Tt0QD9qqq-diBl@eTuCKtDdvhcWhfwEkb.eo", + "HkBCbvIqjT6T@ALQHPlnmmlBLo.jr", + "OdHGM8Q6z@aMgRSvCKWjrfPqvixMFfEUWcFbrJJof.ff" ], - "full_name": "dolore", + "full_name": "amet cillum occaecat", "ids": [ { - "type": "GOOGLESCHOLAR", - "value": "i--9B-O-z3qy" + "type": "VIAF", + "value": "6658327" + }, + { + "type": "VIAF", + "value": "24623544" } ], "record": { - "$ref": "1w}w}lh up2o^l\"i?D&fhh^Y/5X\"e7:r] to6](tDQhpt'6G0w+&" + "$ref": "1L" }, - "uuid": "a98c5096-78df-2e5b-c242-ff6212a6dab0" + "uuid": "328b8d5e-4efa-8470-4b73-e3b5a94df845" }, { "affiliations": [ { - "curated_relation": true, - "record": { - "$ref": "1" - }, - "value": "veniam labore aliqua minim" - }, - { - "curated_relation": true, - "record": { - "$ref": "1G:i" - }, - "value": "aliquip ipsum incididunt" - }, - { - "curated_relation": true, + "curated_relation": false, "record": { - "$ref": "1p(T &e^['`3gcps35KRT)+DQzFf eN'GdB:DZyzYH^Zg,f&c" + "$ref": "1+jjK3o\\\"3PcB=E(ru!jnD2:wliN4Fwb:kW!l=4*i<(GW@I/avKT)*'A<^f\"G7Z7n_Od1gscE#3" }, - "value": "eu dolore elit sed sunt" + "value": "ut deserunt adipisicing in" }, { - "curated_relation": true, + "curated_relation": false, "record": { - "$ref": "1q%xS8-hfBc1,2:k;p\\\"!_o,,xoMli^'P~Su'bH*I~0" + "$ref": "1|m<+7q\\Y[Mo6Gf;uge4R*37XwIl\\N=TkHz[J=;1jA2!tEy(=|=%" }, - "value": "commodo" + "value": "amet anim deserunt non aliqua" } ], "alternative_names": [ - "nulla adipisicing nisi" + "ea occaecat", + "minim reprehenderit culpa laboris", + "laborum quis pariatur", + "aliqua ut", + "aliquip" ], "contributor_roles": [ { "schema": "CRediT", - "value": "Funding acquisition" + "value": "Validation" }, { "schema": "CRediT", - "value": "Data curation" + "value": "Resources" }, { "schema": "CRediT", - "value": "Writing - review & editing" + "value": "Methodology" + }, + { + "schema": "CRediT", + "value": "Formal analysis" }, { "schema": "CRediT", - "value": "Project administration" + "value": "Writing - review & editing" } ], "curated_relation": false, "emails": [ - "SRAOpv9CrF3@FKTRRRLispvZLTKGaRxdayqVJq.ohl", - "acpVrLxsz7yClK@HbbRjvcSsArxggeujobgILUaqM.nrb" + "Xo6af34ty053A@pfjVMHPvEKMnyCd.czjo" ], - "full_name": "ut", + "full_name": "occaecat et sed nulla", "ids": [ { - "type": "GOOGLESCHOLAR", - "value": "a--uZi-LyXIW" + "type": "VIAF", + "value": "9946627" + }, + { + "type": "VIAF", + "value": "0396047" } ], "record": { - "$ref": "1>%2 /HtFd?wKjqswX5%`1-T 4ne7W-EKV=1>xik=XgdNO8)eENYKw,<8eU7S9b@],)oAP~kxZNHRJo8pX*r@it;6p{" + "$ref": "1 }h[" }, - "uuid": "e2287f5b-8b47-e407-e798-e76fe5822eb5" + "uuid": "de01cf7e-f94a-eaa2-bf60-7c47db39c483" }, { "affiliations": [ { - "curated_relation": true, + "curated_relation": false, "record": { - "$ref": "1}M\\w\"vel Qr2OQ}|Ftb(Yzi7U=pw0O:J<\"dWp\\J|[?}3$b2^iwi=S#?zp$unY\"sl\">O0NV#ry%D{!or$c1N" + "$ref": "1;9-O^n}gtB%yg,H#J;Z%)Y;DRNm[x\"}uJ2vn,]J7cMLk4gXsX#k#/JU1%~Ocx[M4M`O(TZBP?-X8gQmS6R<;5Zh" }, - "value": "sit dolore sed magna" + "value": "laborum consect" }, { - "curated_relation": true, + "curated_relation": false, "record": { - "$ref": "1RI}*.wFG}w|Sf)oN/m~nmF4&TfWGg*e;g45dX[G*Zo^Y%x=g`Y" }, - "value": "velit nisi in" + "value": "l" + }, + { + "curated_relation": false, + "record": { + "$ref": "1:/B(_3LNzl@- F<[&_}(|NJw^}1318-nwzXQ%,?@{^6_wHL>*YSufLO?5:JFeZ.sT6mL<,;e*Q@NF" + }, + "value": "labore enim" + }, + { + "curated_relation": false, + "record": { + "$ref": "1la@qp+l#&-[ TOq*8N0" + }, + "value": "laboris reprehenderit ipsum aute" }, { "curated_relation": true, "record": { - "$ref": "19|[;lap8=,jJHr{mla7L4" + "$ref": "1S,m1sV+$SV0Fftl)e1G%^$|zKn" }, - "uuid": "23903f3f-1bb3-8b4c-5b3c-0af8f6dced4e" + "uuid": "e9ce1ded-0f95-e337-4cf8-cd0b071c939e" } ], "book_series": [ { - "title": "ut voluptate", - "volume": "anim irure in ad qui" + "title": "amet aute", + "volume": "Excepteur mollit" + }, + { + "title": "occaecat dolore nostrud", + "volume": "adipisicing labore sed" + }, + { + "title": "ex ad", + "volume": "laborum" } ], - "citeable": true, + "citeable": false, "classification_number": [ { - "source": "nisi culpa ullamco cillum", - "standard": "aliqua in eiusmod elit ve", - "value": "ut deserunt" + "source": "occaecat in magna cupidatat enim", + "standard": "officia Ex", + "value": "occaecat Lorem sint laboris ut" + }, + { + "source": "aliqua incididunt", + "standard": "est in officia sit", + "value": "nis" } ], "collaboration": [ { "record": { - "$ref": "1$k>`!4?!#Hh" + "$ref": "1q7$!L~O\"'>$,`Kw:" }, - "value": "adipisicing quis in in aliqua" - }, - { - "record": { - "$ref": "1*IVVuj5_NZ|omi>VYwhS9t$EfB-Yoj6dPjUb0&_3JPRo}Evo`~X$#'!i;hm(wQ4IjF." - }, - "value": "elit officia tempor" - }, - { - "record": { - "$ref": "1Q+?r[ui1<:Gf" - }, - "value": "sed officia ullamco" + "value": "quis dolor qui" } ], "collections": [ { - "primary": "qui sed" + "primary": "ipsum ad dolore" }, { - "primary": "consequat" + "primary": "in irure eiusmod labore" }, { - "primary": "sint quis culpa " + "primary": "aute deserunt" }, { - "primary": "esse" + "primary": "nostrud veniam" } ], - "control_number": -17093444, + "control_number": -25430144, "copyright": [ { - "holder": "ipsum consectetur", - "material": "eiusmod occaecat Excepteur tempor", - "statement": "qui sed consequat", - "url": "1PQ[Q`*dx^GlLWpVh7/=hN\\;D>t>P|]H)TRujO!d.HJi4NT\",iicXsAz[gZP3&{nYU@LCIP=wT!BCQ2*UjUk'[P}$6M#7Yf!Hj." + "holder": "sit adipisicing", + "material": "amet officia magna sed", + "statement": "irure", + "url": "1^u^xK++F{H4tX^0SlUK^$+:on<:kGod~&tKLOQ[<^@'" }, { - "holder": "dolore magna", - "material": "proident ve", - "statement": "ut quis sunt", - "url": "14i3[A{,O*>6m,B\\asD[cyy7adY44)jQ;}<,Sx?EY8&7G_kX@qbFOzXF\\Ftfng'-ZDmU*ya]otTG2FG%_32(x)@Mw&=" + "holder": "non qui eu", + "material": "tempor sunt ullamco", + "statement": "laborum irure", + "url": "1(,}SaxxD,.b]uj=U3U;H}50FTU{4UYA#/gpoOq+Y+1#|.F5R[IzH/&@_;" }, { - "holder": "ad adipisicing pariatu", - "material": "culpa et magna", - "statement": "ipsum et commodo", - "url": "12[|(ASFs.e}yP}QU\\fls>vS:!~+xdWLrl+o[c!FgGfG6qj;g8_^8I%gBP_Sq#*Zsjs+v3W+|K.`xWW\"))d.mv!{0/%u+" + "$ref": "1oB{9V.0=8{^U5NCd**$Sn9v0t!|Er%g{Doi[`vX&zqK&o;wU2cZ.`~dng;UorH&u%1h;,9D]xV?T" } ], "document_type": [ - "Note", - "BookChapter", - "Introductory" + "Proceedings" ], "dois": [ { - "source": "velit enim deserunt consequat ullamco", - "value": "10.79986601222655436048051707287094502846326854234365610654628813275688226901751433698311.313914079262548962967443607796070378058947098735805777161734949247/i!rqkq0}r_&)xAg.vA7'=G`l:#Etd+X_J'Wab(S,xe;^%7;py#@=rDL I@tqESCn/T&Q)" + "source": "esse ut mollit tempor in", + "value": "10.6656539415790254020925361528179138308/4RT0V T/k_6tb$u" }, { - "source": "occaec", - "value": "10.88/Q:IBl}Q WRuM3FVVCb\"Xt?;=)M'*UcL%$\"aDBuf8" + "source": "cillum id", + "value": "10.6374295953/N7e#K-,m,3&R5$f9t6$4S{T>n*5f+j/PcUyZ!J-* 'e{-wNV},dI`Q,Zz^}$|{3xc7U&>R%GGl7Bj,.N>)Yg" } ], "edition": [ { - "edition": "sit qui" + "edition": "est magna" }, { - "edition": "Excepteur anim" + "edition": "ut commodo qui mollit" }, { - "edition": "cillum cupidatat in nostrud Excepteur" + "edition": "velit" } ], "energy_ranges": [ - 61399332, - 33874966, - 41083298, - 53987863, - 15487354 - ], - "external_field_categories": [ - { - "scheme": "aps", - "source": "curator", - "term": "aliqua " - }, - { - "scheme": "aps", - "source": "publisher", - "term": "adipisicing et sed" - } + 5028722, + 57397972, + 44851992, + 8837211 ], "external_system_numbers": [ { - "institute": "qui sint sit", + "institute": "amet aliquip sed Excepteur irure", "obsolete": true, - "value": "qui non velit" - }, - { - "institute": "occaecat culpa deserunt sint", - "obsolete": true, - "value": "anim in" - }, - { - "institute": "veniam", - "obsolete": false, - "value": "esse" - }, - { - "institute": "pariatur dolor sed velit", - "obsolete": false, - "value": "anim in officia" + "value": "aute do" }, { - "institute": "cillum", + "institute": "esse", "obsolete": false, - "value": "voluptate esse nisi" + "value": "do" } ], "funding_info": [ { - "agency": "do laborum ullamco c", - "grant_number": "ullamco cupidatat eiusmod minim ut", - "project_number": "proident velit" + "agency": "ex tempor", + "grant_number": "qui minim laboris", + "project_number": "la" }, { - "agency": "aliqua amet Lorem dolore in", - "grant_number": "anim", - "project_number": "i" + "agency": "do ex anim irure tempor", + "grant_number": "dolore ", + "project_number": "consequat dolore id nostrud" } ], "hidden_notes": [ { - "source": "consequat deserunt in reprehenderit", - "value": "consequat sed enim" + "source": "Lo", + "value": "minim" + }, + { + "source": "magna esse ex", + "value": "dolore sint" + }, + { + "source": "ad deserunt do in", + "value": "Ut" + }, + { + "source": "exercitation Duis est", + "value": "aliquip ullamco velit occ" } ], "imprints": [ { - "date": "17V'BHSskz)x-86=yJ0Lq^", - "place": "aliquip", - "publisher": "exercitation in" - }, - { - "date": "1n!,<27ErU,#//n!b0sawom.", - "place": "ad", - "publisher": "consect" + "date": "1>F3p45#6mGaaO}owcduT&m!#)y^}nvksiHd`nq(1Km{yL^a`d]GBn#B~\\f$G$jI(5_OW:F`Qz93`8*Qh?" + "comment": "in id culpa", + "medium": "occaecat sit esse culpa officia", + "value": "1[38S" } ], "keywords": [ { - "classification_scheme": "velit et est laboris", - "keyword": "anim est quis occaecat", - "source": "ipsum fugiat voluptate Excepteur" - }, - { - "classification_scheme": "cupidatat nulla Lorem", - "keyword": "do ut", - "source": "cillum" + "classification_scheme": "Excepteur aute in eiusmod", + "keyword": "dolore reprehenderit", + "source": "amet" } ], "languages": [ - "1.2;?;#h~l5+NCDg6zL'xM.]@", - "1_Dax2pp\\#6q;pHu)C^.y<2g^Mnk$#]Qh7(Xj9\"vKQ!H+\\", - "1.$:#gD\\%e.;kthg6=LdXF0,=!p?iuhF696JR|Aa4q\"(n,'k#x$tr*]'R( wW5|f", - "1ncq7w=,iQjnASs>D/", - "15J/UL=j|/nRpr*" + "1eI@8FKURF8ttB[}ThSVsd/g|GyuZZA!RL^i>U&tOb:S", + "1)im+mo=3|NW)T9R?IR\"^F9h\"o", + "1GbO_lnH:L;72ScT>}*PT#O!\\X},vP3g{Pp.WGpk@v/+1H:M6" ], "license": [ { - "imposing": "do anim cillum", - "license": "est officia Ut", - "material": "laborum cillum dolore", - "url": "1G36ro+\"&=9gb4rBCyn\\X.LEJ l" + "imposing": "commodo anim id", + "license": "laboris laborum", + "material": "id tempor ut", + "url": "1^D449fVrc:Xu\\db)2hTa97!N5`=2\\:4=JU418)LDr*Vq-->Db'd;GOOR782O{v=|:#Q}+ycCAbd3Or0*wSKqSW5IxJF!_Q]?gz2b" + }, + { + "imposing": "irure sit su", + "license": "consectetur irure cillum anim", + "material": "cillum ea est", + "url": "1n2Le=Z:;V7Ct[RP+\"BHW:F7(%2Vt$3j1>Enw~hu%pFyM`kn [<-^.2s'*Vi5)I;Z7RjsXq}yv:#]G" } ], "new_record": { - "$ref": "1uz, b#d6z<|W3,C}\\eCtg1mnZ:i4/CW6/J4U*`S)BgCB,8u!#o6&wi/9<", "public_notes": [ { - "source": "Lorem velit occaecat exercitation est", - "value": "Ut in nulla" - }, - { - "source": "officia labore reprehenderit", - "value": "commodo ut deserunt et amet" - }, - { - "source": "Lorem tempor quis ut", - "value": "fugiat consectetur ullamco" + "source": "sit aliqua", + "value": "tempor pariatur eiusmod enim ullamco" } ], "publication_info": [ { - "artid": "sint cillum enim commodo", - "cnum": "ea eiusmod", - "conf_acronym": "consectetur dolore veniam exercitation amet", + "artid": "occaecat", + "cnum": "quis laboris ullamco", + "conf_acronym": "deserunt velit dolor fugiat", "conference_record": { - "$ref": "1B}@'g6.JGghL-WpZ3Ah:EA=28dI}#zhi|^ _" }, - "confpaper_info": "dolor ea", - "curated_relation": false, - "isbn": "ut velit dolor magna", - "journal_issue": "Lorem commodo officia", + "confpaper_info": "id enim labore occaecat dolor", + "curated_relation": true, + "isbn": "aliquip in fugiat", + "journal_issue": "aliqua sit", "journal_record": { - "$ref": "1/*q'z+fzSZqq#zD7*a4D[BM#RE.0.y$}ySX`qmufPvWPNd0N?G9jR_,RQKgCkNhQ8+c(7jy" + "$ref": "1:=_3\\k~XqiyW9urRu\\M;K.^jFl<|+Ts4GU!.r)')iC3Pp 0z6?GkPF!@6-LL%nEG4[7mPaD<2kRfqm``u3w^j-!)@:Kb/Q8b" }, - "journal_title": "enim ex", - "journal_volume": "nostrud sit tempor aliquip", + "journal_title": "reprehenderit voluptate aute Excepteur deserunt", + "journal_volume": "dolore", "notes": [ - "pariatur in laborum deserunt", - "quis adipisicing" + "dolore dolor", + "" ], - "page_end": "irure nostrud", - "page_start": "officia consectetur", + "page_end": "Ut voluptate dolore", + "page_start": "minim irure", "parent_record": { - "$ref": "1rFWS?yd~q0N218|" + }, + "journal_title": "est", + "journal_volume": "nostrud ea", + "notes": [ + "officia commodo veniam ex cupidatat" + ], + "page_end": "Excepteur nostrud magna", + "page_start": "id", + "parent_record": { + "$ref": "1^*f\\|sjJ,.uWynE{uSWd{0B #t@O:l+$B6<:0a\"Y&I" + }, + "pubinfo_freetext": "dolore ullamco Duis", + "reportnumber": "incididunt", + "year": 1579 + }, + { + "artid": "aliquip", + "cnum": "deserunt adipisicing cupidata", + "conf_acronym": "cupidatat sit ea", + "conference_record": { + "$ref": "1|$&4}9SmK3_RPt5h@Vv#C5kaDrna{," + }, + "confpaper_info": "commodo fugiat do mollit", + "curated_relation": true, + "isbn": "est", + "journal_issue": "labore reprehenderit aute", "journal_record": { - "$ref": "1`*Qht89Flz})OqmEoHJ\"0 =8r,Oh[, `KaRc(1XS-VY+2`I.C,;Bx]6Oa\\u|M~(lF3Ii<.%dGxEAR=FKIK%:1;" + "$ref": "1wwgsiQ(IbpIu0w@ABW*TOsX>@d!V{Zs2vb#lHA4&gjanaDXH^')reCj$t" }, - "journal_title": "non sunt ea Excepteur", - "journal_volume": "veniam nisi commodo elit", + "journal_title": "nisi consequat magna", + "journal_volume": "sit ut ut veniam occaecat", "notes": [ - "laborum id", - "amet deserunt ad nisi" + "proident anim culpa ea dolore", + "exercitation aliqua voluptate dolor", + "voluptate exercitation", + "Duis Ut pariatur velit mollit", + "incididunt fugiat deserunt eiusmod" ], - "page_end": "amet", - "page_start": "ullamco aliqui", + "page_end": "id", + "page_start": "nulla in non proident", "parent_record": { - "$ref": "1:iHg/%^O[~[@7[PAs8\\aL/!@`sOE`Dxl:[^nv}%@U\"4Kd7U5Qi+KTJpH&Mm_%kXG" + "$ref": "1Z)z7QuW1t" }, - "pubinfo_freetext": "aliqua consectetur aute sint des", - "reportnumber": "in dolore", - "year": 1122 + "pubinfo_freetext": "ipsum Ut ad cupidatat", + "reportnumber": "dolore", + "year": 1572 } ], "references": [ { - "curated_relation": false, + "curated_relation": true, "raw_refs": [ { - "position": "in non", - "schema": "quis voluptate in labore", - "source": "anim ipsum dolore Excepteur", - "value": "occaecat" - }, - { - "position": "Ut aliquip enim tempor", - "schema": "officia", - "source": "laborum aliqua sit", - "value": "non et Ut adipisicing" - }, - { - "position": "aute dolor velit ea", - "schema": "laborum c", - "source": "culpa velit ullamco", - "value": "ex eu Duis" + "position": "aliquip", + "schema": "dolor eiusmod in sin", + "source": "dolor dolor mollit Lorem exercitation", + "value": "officia incididunt commodo" } ], "record": { - "$ref": "1NoyK{P00NouD^KF&&I@k)G6W~Zfxx6s8a.]Q=d7Lvb-*0BdM.9~g" + "$ref": "1+,G{fPn/3g6VBJ?P;3U4X$U1!ytwERRa.+=MWo\\5(U{#vC1<]+Ni}0Bo,-kvW?^cCLxMYWY{r4U]s8Ael b67Ty{$", - "place": "ut minim laboris tempor", - "publisher": "pariatur" + "date": "1H9a$", + "place": "", + "publisher": "sit qui of" }, "misc": [ - "consectetur n" + "irure sit anim aliqua", + "cillum", + "aliquip culpa", + "aute", + "deserunt dolor ut veniam" ], - "number": 34410374, + "number": -67437197, "persistent_identifiers": [ - "commodo magna minim in elit" + "et", + "et nostrud tempor amet in", + "u", + "pariat", + "Ut" ], "publication_info": { - "artid": "sint", - "cnum": "Excepteu", - "isbn": "consequat Excepteur", - "journal_issue": "dolore officia commodo exercitation", - "journal_title": "mollit Excepteur", - "journal_volume": "eu dolore et reprehenderit", - "page_end": "ullamco elit dolor qui", - "page_start": "cillum commodo deserunt", - "reportnumber": "sint", - "year": 1124 + "artid": "ut do aliquip", + "cnum": "qui do", + "isbn": "fugiat labore ea ipsum", + "journal_issue": "fugiat sed ex nisi", + "journal_title": "incididunt enim", + "journal_volume": "ad irure Ut aliquip fugiat", + "page_end": "nisi reprehenderit", + "page_start": "pariatur", + "reportnumber": "sunt anim velit", + "year": 1049 }, - "texkey": "aliquip ex est mollit ad", + "texkey": "dolore cupidatat aliquip Ut", "titles": [ { - "source": "nulla consequat reprehenderit esse in", - "subtitle": "proident Excepteur", - "title": "laboris veniam" + "source": "sed dolor occaecat mollit", + "subtitle": "do est", + "title": "quis " }, { - "source": "laboris", - "subtitle": "reprehenderit ut fugiat ea commodo", - "title": "id do eu velit" + "source": "irure eu", + "subtitle": "deserunt eiusmod enim", + "title": "sit" }, { - "source": "sunt elit", - "subtitle": "voluptate in reprehenderit consectetur pariatur", - "title": "pa" + "source": "consequat", + "subtitle": "sed voluptate anim", + "title": "ut Ut" }, { - "source": "pariatur sit", - "subtitle": "cupidatat nisi", - "title": "reprehenderit qui commodo do" + "source": "", + "subtitle": "sunt laboris fugiat esse", + "title": "sit magna id est" }, { - "source": "dolor laborum incididunt quis", - "subtitle": "irure exercitation", - "title": "esse laborum voluptate aute" + "source": "incididunt", + "subtitle": "cupidatat aliquip ex id", + "title": "sed sint adipisicing" } ], "urls": [ { - "description": "veniam id", - "value": "1?h?92Pl@5uNrU'oE5flT7Xj@IKb/l" + "description": "sunt tempor ullamco", + "value": "1_BsAKe]#/FNbuE4 s{xhz9;vYraIIn!@.gYl)1:|xd~^ldjz^wn0i+*)}Pb-~ 2j=D3!q_e(n", - "10.59723420287145460866658142883898218.49653589481902520448728116786121685790306983586196439375290447267999064930278027884/l*dhfE8~kEvkHSYI&d :y$yoP\"0\\$7kCGLfxk{R`# J=XzLN16aK/I( GZz3qrTh9" + "description": "proident nostrud tempor", + "value": "14sl K[<}}Y#5MsK71MS\"=SvAS^W% R6]?T;>^m:/MJR0L^%\\q" }, { - "description": "ad sed minim fugiat veniam", - "value": "1^;'l-I|9|R4qbj\"\\F%Lw^+m[_Q6jSlUt-Jz>D%52n3CbKn<" + "description": "laboris labore", + "value": "10vY> ym*V't~uF\"3G>J60)D8R%?#[y-4#;p7_'MC ]inLZJt5hA`TW!.i]-k/[%q)6%0me93vC,.R3x^Z3@W5cNsU_,j!v+adTGZ\"ziG_C-E/3{h)JiY#I_Xd" } ] } @@ -1083,107 +1080,123 @@ "curated_relation": true, "raw_refs": [ { - "position": "laboris", - "schema": "Duis enim ve", - "source": "pariatur commodo laboris in sit", - "value": "ea in tem" + "position": "qui non pariatur", + "schema": "qui veniam n", + "source": "cupidatat deserunt", + "value": "est dolor laborum nisi" + }, + { + "position": "ad sint ex Duis", + "schema": "nostrud eiusmod sunt deserunt", + "source": "qui magna", + "value": "fugiat" }, { - "position": "aliqua sunt", - "schema": "ipsum incididunt ex qui", - "source": "ut fugiat", - "value": "commodo veniam" + "position": "consequat aliqua d", + "schema": "et magna nulla sint", + "source": "nisi reprehenderit nostrud ", + "value": "esse commodo laboris" }, { - "position": "culpa incididunt proident deserunt", - "schema": "occaecat veniam ea est", - "source": "ut est", - "value": "exercitation dolore dolore" + "position": "ex Ut nostrud esse", + "schema": "enim", + "source": "ut in fugiat", + "value": "velit ut mollit" } ], "record": { - "$ref": "12cR7'" + "$ref": "1KgEko\\?( Ne'CeWW;1--v'bl}sU4|OP^'NN'x:o_j CK%?YdQ" }, "reference": { "arxiv_eprints": [ - "GEKq-qwgo7ClA0emNtfLVLwkVSGhV5hAu6i49BVYm4at5SM915NMWyhu0TZO2pJnObwSycSudQJeSeIp7CpkV28cHKHcGMU8SNwN/1688531653044094437590", - "BUcYhFkNh5yjqe8nAZgP2Ygq5MLkI1pea/66432035140380958166670229406226766135412739825690095885269", - "0156&1805", - "1Q7mqnNTEU6v2oV_CldGfuWwhyYigo4N1_qp3hKwGB0sI-G/1870851775970236810241476694402848129870429003860392665865040034303831776536255544211612372324366", - "L8SGwJuz047goSVIMo5bKIvm6AMSJJoKQDp2qUUwUcWH4nMfixUB/71853100196849771303384791808116146672602543187483481080061737201096366105286829262320" + "taAYW4hjeVknlKz4a0FZ9UiZ8bDDcO789Jt5IZaX2aV70_HysC546M_g4WzkCS6U2ahvUclQ7YRqP8V2NXkL/58627896145643058365493503022044417555761127896769698459" ], "authors": [ { - "full_name": "dolor in cupidatat in", - "role": "occaecat in aute ea" + "full_name": "d", + "role": "ex" }, { - "full_name": "velit in", - "role": "deserunt exercitation" + "full_name": "elit eu amet eiusmod", + "role": "proident minim do sunt nisi" }, { - "full_name": "nulla ullamco", - "role": "enim" + "full_name": "consequat commodo", + "role": "ullamco" }, { - "full_name": "cillum sit", - "role": "ut magna incididunt irure" + "full_name": "in anim fugiat nulla", + "role": "ea est" + }, + { + "full_name": "Excepteur", + "role": "aliqua deserunt offic" } ], "book_series": { - "title": "quis cupidatat culpa", - "volume": "in voluptate ut culpa" + "title": "eu ipsum ut elit officia", + "volume": "anim dolore qui ut velit" }, "collaboration": [ - "occaecat pariatur id", - "et exercitation quis officia do" + "amet qui et sed nulla", + "id ipsum voluptate", + "do sed sit culpa pariatur" ], "dois": [ - "10.8825039014621720167933683.0962073903217151497533732223398451430340580299525312056116416064/g)Pq]ST|g=ilOMww$#HkE?0_[v3", - "10.8611923275265005890489506528633/G;*{ rz@kK'uu?OQ_,RhAP" + "10.63429662924895692312969761/8#M-!pxKOy!Z^MaaU(IZB\\m^Pf~:y%sr&3R](8Rg?S`Sq(pm)L7p>4", + "10.4481217045907497241087147/[au]/Is" ], "imprint": { - "date": "1^f%-'5,*v1 GC >qbwDj&DqTfN|zEeV~`L9N=2F}fd1BM28S&/#[iJ:,*c\\f%@Qp^%~W2*E[qtUvTo\\S!`N28uBB=c7LatM", + "place": "in", + "publisher": "sint incididunt" }, "misc": [ - "est", - "tempor" + "quis", + "", + "Lorem dolore" ], - "number": -68492460, + "number": -42684575, "persistent_identifiers": [ - "ipsum in sed", - "ea dolor consequat minim deserunt" + "aliqua amet occaecat tempor irure", + "laboris reprehenderit labore" ], "publication_info": { - "artid": "id minim", - "cnum": "occaecat", - "isbn": "dolore est", - "journal_issue": "consequat dolore pariatur", - "journal_title": "Excepteur Lorem elit Ut", - "journal_volume": "dol", - "page_end": "dolore ut pariatur", - "page_start": "occaecat", - "reportnumber": "ut", - "year": 1724 + "artid": "dolor Duis adipisicing commodo magna", + "cnum": "sit", + "isbn": "sit ut", + "journal_issue": "voluptate magna reprehenderit ex laborum", + "journal_title": "vol", + "journal_volume": "sunt incididunt fugiat", + "page_end": "cupidatat nulla sed", + "page_start": "elit tempor culpa do fugiat", + "reportnumber": "culpa", + "year": 1318 }, - "texkey": "ullamco qui aliquip", + "texkey": "voluptate", "titles": [ { - "source": "consectetur tempor deserunt proident magna", - "subtitle": "anim voluptate magna oc", - "title": "id minim officia" + "source": "amet elit sunt cillum", + "subtitle": "eu consectetur dolor", + "title": "m" } ], "urls": [ { - "description": "eiusmod eu", - "value": "1 VsaZ^1u\\w_acQ]Q-O^m=hmh6,R(mNJ@IjY4Fo\\Lx~6a8yxK]}p9)xMs(l3malN.0YA+y)awqG\"wa=tg9" + "description": "consequat officia ad", + "value": "1`DN>) >UsTH2" + }, + { + "description": "nulla officia sit pariatur adipisicing", + "value": "1(rW" }, { - "description": "pariatur qui", - "value": "1P%r?'iRH8bI/A yMH!ygCm\\_m~Gvv7*q>(Gj^" + "description": "vel", + "value": "1`57TP |bg.x;dNp/@!m;{c1N*u0Zist`&a\"5ja#y(-Y] h/AV@~MU5Th=oQ5WM." + }, + { + "description": "veniam cillum sit eu", + "value": "1gf~6Xv|19" } ] } @@ -1192,116 +1205,107 @@ "curated_relation": true, "raw_refs": [ { - "position": "ut laboris ex magna", - "schema": "laborum Excepteur sunt esse", - "source": "aute enim", - "value": "Lorem irure in minim laborum" - }, - { - "position": "cupidatat sint aliqua", - "schema": "sit Duis exercitation in", - "source": "nisi aliqua in", - "value": "elit enim adipisicing" + "position": "dolore", + "schema": "velit", + "source": "quis mollit Ut sint fugiat", + "value": "ut mollit" } ], "record": { - "$ref": "1Tq^[P.Sc^0G\"Y^Q}u0|;'=1FA((joOF3 '_Pv/6?^-H]Qgno=" + "$ref": "16I%D$%:Z^?FS$\\M?E%oFj\"G,Ho\\wMmo>(8:Ym_cw)@5Ys=H{r!ve\\v.NSp1#Y1(iya$,8$Cfs/9p!" }, "reference": { "arxiv_eprints": [ - "1709.75775" + "4778557701" ], "authors": [ { - "full_name": "Excepteur pariatur Duis", - "role": "Duis" + "full_name": "consectetur exercitation", + "role": "amet" }, { - "full_name": "consectetur", - "role": "dolore proident dolor eu ut" + "full_name": "anim Duis amet", + "role": "sed" } ], "book_series": { - "title": "proident Lorem elit laborum", - "volume": "et aute consectet" + "title": "deserunt non amet nisi eu", + "volume": "exercitation sint dolor fugi" }, "collaboration": [ - "sint" + "quis veniam et", + "ut magna cillum ullamco sed" ], "dois": [ - "10.334158745624584.2990784655389755062977663127461126283089764529915984816368086816376114545695692682850623709529354/gJ", - "10.52145061538129535147192842521761361914712648679901162381254455835631340568.27/1rdID&Fr-X7]_g,#'" + "10.730277890485827814633930958318776162155928372344455023206157360151979861107431234274121942198449/NanA?S#M3kb2@69DbstB!y,", + "10.129822826113429769.707123176704791724938112157330076696905287040835414468809700131985391/!JzL-8q[U*FAhCdt?x+2\"8#} T:" ], "imprint": { - "date": "1vrE1l\"Yp N}2\"D00I{eCm&-H3BTvnZ1PVAcawqe*&!(", - "place": "voluptate elit sed dolore", - "publisher": "sit veniam ipsum" + "date": "1M5L^g+rC;nC/v>UYTOguKq-6?ilOIy(@glXE=eD6_q)(jxeqj+3ox3rel*hQ#_", + "place": "eu deserunt", + "publisher": "proident ut nostrud" }, "misc": [ - "anim in nostrud" + "labore ullamco qui", + "eiusmod in", + "laboris sed Ut", + "consequat aute", + "in sit est ut" ], - "number": 96993309, + "number": 83806468, "persistent_identifiers": [ - "ullamco ea veniam eu magna", - "quis magna", - "occaecat enim adipisicing" + "fugiat cupidatat" ], "publication_info": { - "artid": "sed amet", - "cnum": "Lorem id", - "isbn": "anim ea magna in", - "journal_issue": "labore sunt quis minim", - "journal_title": "dolore", - "journal_volume": "ullamco ipsum ut dolore", - "page_end": "Ut sit fugiat", - "page_start": "d", - "reportnumber": "reprehenderit ad officia", - "year": 1475 + "artid": "voluptate officia fugiat labore", + "cnum": "dolore eiusmod incididunt", + "isbn": "enim dolore", + "journal_issue": "sin", + "journal_title": "veniam dolore sint aute fugiat", + "journal_volume": "quis sed", + "page_end": "qui pariatur", + "page_start": "Lor", + "reportnumber": "irure", + "year": 2034 }, - "texkey": "deserunt non Ut dolor", + "texkey": "des", "titles": [ { - "source": "enim tem", - "subtitle": "consequat veniam tempor nostrud esse", - "title": "reprehenderit dolore sunt esse" - }, - { - "source": "eiusmod qui", - "subtitle": "voluptate eu magna ad reprehenderit", - "title": "et laboris exercitation" - }, - { - "source": "labore in dolore commodo", - "subtitle": "in non anim minim", - "title": "reprehenderit" + "source": "ullamco et occaecat ut eu", + "subtitle": "ex commodo", + "title": "" }, { - "source": "ad exercitation ex veniam sed", - "subtitle": "enim dolore ", - "title": "tempor id" + "source": "cupidatat qui in consequat", + "subtitle": "elit aliqua Lorem", + "title": "consequat occaecat cillum anim esse" }, { - "source": "ut ea", - "subtitle": "adipisicing occaecat consectetur incididunt", - "title": "id elit" + "source": "pariatur est veniam non incididunt", + "subtitle": "sunt ea", + "title": "cupidatat nisi mollit Duis elit" } ], "urls": [ { - "description": "aliqua", - "value": "1784C>[Z&sF-0q,Lft1eL8P|j`C1=vz#hd>9b@jCpoLFF ztuwC@xR2STyUq&b-M4vq#)H/SVRr3BM-_\"8Q%H Hvwy>8" + "description": "id c", + "value": "1F3S1t!T;|c`~o{a,U,{8I!YwB\\!jn<3fpwS/QI,'QoKElR_5o-hCz0\"'OT`[h" }, { - "description": "ullamco", - "value": "1dre,[XmgGd;]f]t~!!)[FinwqmR#5]]~X`H\\U #d`'," + "description": "sunt voluptate nulla", + "value": "1W3FEu7Th=$zv, 3[P:BUOSj;LH9,\\_*{cM/dXoR@x#vu\\QpIs*gM9>qRP:V;=X7r 5I!s:P5SZ`S:Aa/l.l9ic7PK3&CTy?4$`4" }, { - "description": "ea sunt", - "value": "1V!95Ceb?|oh " + "description": "ad officia", + "value": "1GF(}=Sz6AS|CO/XKiID#G/Tn>+G2Zx>'PzW[oi=mKM&eD-PXKb)Wkj|8FqWjZ(/" }, { - "description": "ipsum", - "value": "1/zns@_1~_A}#CES:feNY3ZMMl^?e<;|)fSciPnF=^tO*e,N^@_eKQ\"BXuM}" + "description": "est velit deserunt irure non", + "value": "1p%SH7+@9?nS4R*I]g,2<_;9ZUkye*j4;]B&H9fc-ISS4FI%]Ut[!Y^DxzgaL7tD(" + }, + { + "description": "occaecat consequat", + "value": "19FOiMYNBi)Qnrl;pWKGG_/b`%]@LO1c~TJ|RExHBH'oJNe'r84:)7Z" + "$ref": "1Y+F,<$\\*P`}O0N'*$%t$5C-Kd8@5\\\"*hz h{R" }, "succeeding_entry": { - "isbn": "ullamco aliqua nisi", + "isbn": "nulla mollit adipisicing tempor incididunt", "record": { - "$ref": "1&yEM-LXzh4Uch_GT%xT?bhW-*^7)]2YWd" + "$ref": "1%a>gg^=a:S3bxA@2(HG,9gX 6,|KMefs2" }, - "relationship_code": "laboris" + "relationship_code": "mollit ipsum" }, "thesis": { - "date": "1R}RECI+w$t+\"q2c!<^!s^b\"Ard:lA[{}e/S-?k8ylUn}g[99'(-Z <?%TzGPja+8", - "degree_type": "Master", + "date": "1'jiOiQt)1JQ_R~JH;ETI[AcWP(Y1CUNP}F7iq]&,jsI<}f3I5(!%JR'[bj6IqyOHxJ\\(N:OjYyqPhLG35^{5cxC7TGC^Il$7" + } + }, + { + "curated_relation": true, + "name": "eiusmod", "record": { - "$ref": "1P>0S[1nU3(oT*~0m8^ygYRldj;?COK%F[2\"(_{wF/8" + "$ref": "1IdcNn7,U%:TOyyicnR.wcT[PqE5U)" } }, { "curated_relation": true, - "name": "Excepteur fugiat occaecat dolore", + "name": "quis ", "record": { - "$ref": "1\\b\"CPT1HXZ~#f" + "$ref": "1T=_OIw@iZ-{N|l'P3?D,']w`5GmO#/U]/PSeAftK;tkUE2VGGADxrh/v8}|@:L)j(mD?sok'I%h5k_tH~6%tAxE/%!1=L!K%Q" } }, { "curated_relation": false, - "name": "Duis adipisicing cupidatat consectetur ut", + "name": "proident", "record": { - "$ref": "1stwv$n>[-]ahu08H=\"f6pFahK[LumD:vP3g(FiK(y[_0)FCzUN#y-='M-ur}p:Kr)1Y,be=DJ#MLTE{A!bc_64&#^5jj@}" + "$ref": "1v4z-tX.%%&B3!" } }, { "curated_relation": true, - "name": "esse ut fugiat velit", + "name": "nostrud", "record": { - "$ref": "1YCSAdt_^*js!Y;gU`g@?b=ZI~.;7EG..Db$OpT;[]9mP" + "$ref": "1K44fY/fHXz!..ptriEr4/B7qJ*^g*4]}@\\452Gikj<:/(=:m>irn&rfuSM#@n9L^G\\>fy_88)-f),!m#?(qW|s(mU" + }, + "value": "enim dolor lab" + }, + { + "curated_relation": true, + "record": { + "$ref": "1>@lAB1lcZ5=cNRC,as+NHg``Tr253'j*^8*;jyu^1@`k1uy*DDGc2->:{-y@F*AqYXu`A@^x" }, - "value": "Duis" + "value": "tempor irure Ut incididunt laboris" }, { "curated_relation": true, "record": { - "$ref": "14" + "$ref": "1KY`.*&G7g7A:hvcM>N-sO'e6~0MKJ2B>DGRYyM{}[/[NsQ3t!sOm,qF3VXesh;O?fZIE" + }, + "value": "occaecat" + }, { "curated_relation": false, "record": { - "$ref": "1;lR" + "$ref": "1Ir5{RKGFWBbj2<@Z5QV12fR^sR#t_IN_N@'pWF5/n" }, - "value": "anim" + "value": "nulla anim eiusmod" }, { - "curated_relation": true, + "curated_relation": false, "record": { - "$ref": "1BQ_rGc|DMM\\Sx!&U*/U5\"~/HcyCvMrJXSWSUqb&H~gZZmTXBd_t0zop)J" + "$ref": "1j&LX!vn8z('nyBw#)r,^4 v/sUs@l0%{n.UR'\\_vivDt" + "$ref": "1B[po|V_!TdymZ|gh2iUgQ9hTJ,t>NLZB85=X&`&{h9WjJQ);qo=N(" }, - "value": "consequat do ut" + "value": "in irure enim " } ], - "full_name": "cupidatat cillum Ut" + "full_name": "Excepteur in sunt dolore" } ], "title_translations": [ { - "language": "1)mxr^xF}`mayz=gvcB*yY80znn#}WRfygQSi=\\*kuPJ-zcd\"lsuO8P07GEev\",X hZlLc8r]E$ryh`YU5,[r}dkd B#=S$q?Q!Y6", - "source": "Duis proident sed in", - "subtitle": "exercitation do cupidatat", - "title": "veniam laborum ut eu anim" - }, - { - "language": "1KbK#", - "source": "est commodo", - "subtitle": "laboris", - "title": "veniam" - }, - { - "language": "1|JL.k`3,U", - "source": "in culpa", - "subtitle": "reprehenderit", - "title": "non" + "language": "18ff4+i1D\"%n", + "source": "aliquip consequat dolor culpa", + "subtitle": "amet", + "title": "eu ad veniam" } ], "titles": [ { - "source": "ut qui", - "subtitle": "sit nulla Lorem", - "title": "deserunt id sint" + "source": "aliqua aliquip mollit exercitation", + "subtitle": "Excepteur ea", + "title": "Duis" }, { - "source": "consectetur minim ullamco ut", - "subtitle": "in mollit in ut", - "title": "officia tempor ullamco" + "source": "ex", + "subtitle": "commodo", + "title": "proident labore dolore" }, { - "source": "voluptate", - "subtitle": "nostrud nisi", - "title": "dolore cupidatat deserunt" + "source": "eiusmod laborum id aut", + "subtitle": "esse commodo officia ullamco", + "title": "nostrud officia sint non sit" }, { - "source": "consectetur", - "subtitle": "elit", - "title": "culpa enim" + "source": "elit quis ad", + "subtitle": "exercitation amet in", + "title": "sed aliquip eu esse laboris" }, { - "source": "in nostrud qui culpa ea", - "subtitle": "fugiat minim nisi elit ullamco", - "title": "ex" + "source": "reprehenderit ut", + "subtitle": "ut inc", + "title": "Ut culpa labore" } ], "urls": [ { - "description": "dolore", - "value": "14B*kDW /qLin4`sx'*8i@O[" + "description": "Duis laborum pariatur sed nisi", + "value": "1d&B9g 1i!SY|*/fXpz=Qx_0HR6(t^,R!a) ~N^y^'!O/3gwZRMc.\"9Fjw<.Mxm(8e\"&'c-?L!S*" + }, + { + "description": "ipsum", + "value": "1(N^6(cukT\\eOcI`Fa2y_h`%aGy9S'rBNqav\");yt a$pMT~y[PyA#W\"X-Iz|,V?y:f9UYq%ts1hv3>3PO_OK" + }, + { + "description": "velit mollit", + "value": "19ltaam(\\`(D6R(@$G^#@&s+MvH]R;h!-RB" } ] } diff --git a/tests/integration/fixtures/institutions_example.json b/tests/integration/fixtures/institutions_example.json index 204e75c5..5d4372a4 100644 --- a/tests/integration/fixtures/institutions_example.json +++ b/tests/integration/fixtures/institutions_example.json @@ -1,138 +1,195 @@ { - "ICN": [], + "ICN": [ + "aliquip", + "ipsum", + "dolor", + "dolore ut laborum minim laboris", + "ullamco deserunt voluptate ex" + ], "address": [ { - "city": "ut do occaecat ut", - "country_code": "MS", - "latitude": -89575206, - "longitude": 21942379, - "original address": "consequat amet non reprehenderit in", - "postal_code": "eiusmod enim tempor ex", - "state": "labore Excepteur ut aliqua" + "city": "ullamco pariatur non", + "country_code": "VG", + "latitude": 1751400, + "longitude": -96479092, + "original address": "ut non mollit", + "postal_code": "non ut consequat velit in", + "state": "eiusmod fugiat in sunt" + }, + { + "city": "eu et reprehenderit", + "country_code": "GS", + "latitude": -68606898, + "longitude": -17345583, + "original address": "minim consequat cillum", + "postal_code": "nulla deserunt dolore ut aliqua", + "state": "id in incididunt ut" + }, + { + "city": "dolor ad", + "country_code": "AL", + "latitude": 36975795, + "longitude": -36816405, + "original address": "tempor cillum eiusmod Lorem dolore", + "postal_code": "dolor Duis quis", + "state": "cillum Ut" } ], - "core": false, - "deleted": true, - "department": [], - "department_acronym": "commodo culpa anim Lorem ex", - "external_field_categories": [ + "arxiv_field_categories": [ + {}, { - "scheme": "arxiv", - "source": "pos", - "term": "math.CT" + "properties": { + "term": "physics.optics" + } }, { - "scheme": "arxiv", - "source": "magpie", - "term": "physics.ao-ph" + "properties": { + "term": "cs.FL" + } + }, + { + "properties": { + "term": "q-fin.PR" + } } ], + "core": true, + "deleted": true, + "department": [ + "ea amet aliquip deserunt", + "sit proident", + "velit aliquip nulla" + ], + "department_acronym": "", "extra_words": [ - "cupid", - "mollit Lorem", - "cupidatat nisi", - "Lorem", - "culpa" + "eiusmod fugiat aute", + "consequat" ], "field_activity": [ - "Other" + "Company", + "Company", + "Other", + "Other", + "Company" ], "hidden_notes": [ - "ex enim occaecat incididunt ullamco", - "minim Lorem sunt", - "magna" + "deserunt reprehend" ], "historical_data": [ - "esse laboris amet", - "est Ut aute dolore" + "esse" ], "inspire_field_categories": [ {}, { "properties": { - "term": "Theory-HEP" + "term": "Lattice" + } + }, + { + "properties": { + "term": "General Physics" } } ], - "institution": [], - "institution_acronym": "anim sit comm", + "institution": [ + "laboris non ea Excepteur", + "voluptate quis do aliquip dolor", + "dolore ex cupidatat sint occae" + ], + "institution_acronym": "anim reprehenderit", "location": { - "latitude": 41581194, - "longitude": -70172397 + "latitude": -99669878, + "longitude": -39712226 }, "name_variants": [ { - "source": "ADS", - "value": [ - "eiusmod", - "et consectetur", - "laborum enim", - "enim i" - ] - }, - { - "source": "DESY", + "source": "DESY_AFF", "value": [ - "sunt tempor incididunt", - "Excepteur in cillum", - "non culpa veniam est id", - "" + "sint exercitation amet irure ea", + "quis Excepteur", + "velit minim nulla", + "eiusmod dolore deserunt ipsum in" ] }, { "source": "ADS", "value": [ - "nulla ad aute" - ] - }, - { - "source": "INSPIRE", - "value": [ - "officia in ea Duis incididunt", - "consectetur nulla", - "Lorem" + "et eu" ] } ], "new_record": { - "$ref": "1>v{D/Qk1~h(@3wBP.CCXs \\&RTC*F+X:9%n}MzGmRU" + "$ref": "1O5_Ib~Fi<+j`qwU=}Q9S3Qt2=TxqwNWD7)\\5;`jJfb: ge1K$`7f?4Sb)4]n#@eo0IyqSWW^>xRgkC`C$S" + "$ref": "1$0GH@yz%Koe*#TLx." + }, + "relation_type": "successor" + }, + { + "curated_relation": false, + "name": "fugiat", + "record": { + "$ref": "1e~=\\WPNP:V}" + }, + "relation_type": "predecessor" + }, + { + "curated_relation": false, + "name": "adipisicing qui do", + "record": { + "$ref": "16:x24eJ96\"\"\\Haa$`l8!DFfUOKm2=i;.]=kc+EF~K~TQ" + }, + "relation_type": "predecessor" + }, + { + "curated_relation": false, + "name": "sed sit", + "record": { + "$ref": "19n,+kl%-(\"7$2W'Ulgn#KJ7\"~y)3z(fA@?ALrJQHywA=q0t$B^%X5" }, "relation_type": "successor" }, { "curated_relation": true, - "name": "non", + "name": "sed sunt elit dolore", "record": { - "$ref": "1VjD 1Ep$N/2{!B2lF/5w[is(cO6shpCGXADuFuA/%-]3muL^3u!FU?k8ADIt;1umdr5,fQt+k#$d4'," + "$ref": "1jpZD(=h@vJF\\f_%0X>wP2?=m`F]$qj66ujU}']z~M$<8}\"1]?[Y*|" }, "relation_type": "successor" } ], "self": { - "$ref": "1:" + "$ref": "1cD9i0+aXe/j?YGhqu(9uZ-3:0[I=}GxZ.G2PNRs-eA-Ive[#,p@8]<##?o,B}fEVx8@1A)U}+K8|@7Z2jJf>|B" }, "time_zone": "there", "urls": [ { - "description": "ad", - "value": "1MTP:Ag7x1R~vE8]$~c;90s.R,I@gzHt7y4xKckuZzwpBa!FiwlcXjK?*3PI" + "description": "laborum cillum Lorem dolore in", + "value": "1Wm?R\"V\"MFO]Ezcynj[Z02n'31g[E(|Kf!~W$%" }, { - "description": "exercitation est ut", - "value": "1S*%7y-w&b,,y#BDYDZO{.zp@GPAIB2nkCgKH^j SZ*({" + "description": "consequat fugiat deserunt", + "value": "1KEhf09Q}_)h$f)I>zrVpY" } ] } diff --git a/tests/integration/fixtures/jobs_example.json b/tests/integration/fixtures/jobs_example.json index f8455681..a9788837 100644 --- a/tests/integration/fixtures/jobs_example.json +++ b/tests/integration/fixtures/jobs_example.json @@ -1,178 +1,130 @@ { "address": [ { - "city": "ullamco eu", - "country_code": "MT", - "latitude": -23506027, - "longitude": -66709677, - "original address": "id et non laborum eiusmod", - "postal_code": "non", - "state": "elit adipisicing anim id exercitation" - }, - { - "city": "amet enim eiusmod", - "country_code": "GY", - "latitude": -74899719, - "longitude": 9884859, - "original address": "nulla ut do cillum", - "postal_code": "sed non f", - "state": "ea id" - }, - { - "city": "nostrud Duis", - "country_code": "WF", - "latitude": 54497286, - "longitude": 27170109, - "original address": "ut esse", - "postal_code": "dolore non", - "state": "minim in exercitation incidi" - }, - { - "city": "dolore cupidatat", - "country_code": "BF", - "latitude": 81992233, - "longitude": 3289013, - "original address": "consequat", - "postal_code": "ut", - "state": "dolore irure pariatur aliquip" + "city": "cupidatat ex", + "country_code": "ZM", + "latitude": 23588407, + "longitude": -89992576, + "original address": "in aliqua in", + "postal_code": "sit labore ullamco", + "state": "cillum" + }, + { + "city": "exercitation aliquip ipsum", + "country_code": "MH", + "latitude": 47830091, + "longitude": -56938264, + "original address": "et nisi cupidatat Excepteur id", + "postal_code": "dolore aliquip", + "state": "proident qui cupidatat dolor veniam" + }, + { + "city": "velit", + "country_code": "GP", + "latitude": -89696695, + "longitude": 57381683, + "original address": "deser", + "postal_code": "ex amet laborum esse nulla", + "state": "Excepteur proident" } ], - "closed_date": "1Nr?&{fv~c{:Hvqd.N/=cR!vM4iMQlC-", + "arxiv_field_categories": [ + {} + ], + "closed_date": "1mhXj#Rbr +,2+yoFQ9e`qx:iKn{t5:F?B]Gs_}CTk5BOtpuq^0WH:rT|zZ-D]4r36Vd0lx@ZyNe.\\?Y!4X@h\\V_ha:?R-2LqPH4_", "contact_details": [ { - "email": "LuSYgQG0b6KM0Qi@zDCQkqNcTecrsFMejaFssZOkRSb.gqmn", - "name": "ut dolor ut non reprehenderit" + "email": "9D5QcChobV@ugMSxrjwiRMcVosCsyTLZFFn.us", + "name": "officia" }, { - "email": "7fmQHI@lfyEMrwr.soar", - "name": "ea ad" + "email": "3rrV@QPHucgGEcsznbJvkuxseCyjgSWKk.wfi", + "name": "veniam" }, { - "email": "x2J@JxNJzgzLGKMRePdiXzjVZsluZt.gs", - "name": "Excepteur dolor" + "email": "SwdQDx5TTm@j.ihc", + "name": "mollit Lorem" }, { - "email": "vMtvza6eAJ@B.kxhd", - "name": "non anim reprehenderit aliqua pariatur" + "email": "OVm0qexl@ATGwaIcYkraYhFZPS.sbz", + "name": "aute aliqua deserunt consectetur do" + }, + { + "email": "aNdwDx4h3h2@jwX.anpt", + "name": "consequat laborum aliqua d" } ], - "deadline_date": "1ZiJ%78_|0:K+!OyA/h%&fPHQl[K;P!DO5a#k:sy:Er`W)F2s cQ|!j]", + "deadline_date": "1", "deleted": true, - "description": "nostrud enim in proident", + "description": "Duis laborum quis velit", "experiments": [ { "curated_relation": false, - "name": "eiusmod dolor quis dolor", + "name": "culpa do enim nostrud", "record": { - "$ref": "14f+906px)A`v>aR/C5dSfg1>4|n<5X#^:~8^X" + "$ref": "1RbWB9#" - } - }, - { - "curated_relation": true, - "name": "adipisicing consectetur labore ", - "record": { - "$ref": "18[0=dy08f:uew3vxpFYA:%:'npv.ao.7w$=P5tVJ&0,Q(\\B\\w|WFEl]9h4Hkgp:wX\"Gauzwo_5+~QfC+l^GWjCjwPtl%7Bdg(?u+&&?RQa`zsgoWwC0Q'xIxLVlwmK[" }, - "position": "ad irure", + "position": "sit laborum in qui est", "ranks": [ - "OTHER" + "MASTER", + "SENIOR", + "VISITOR" ], "reference_email": [ - "J1Vy6mAqaUfM3u@khdAnxVW.ize", - "GyIoBx@zCenPDOrdQtzmrellqyQZj.rvvu", - "hbWD9xd03wU43@WIEuEpwpiRxVUAtfhhEmoH.hk", - "0Cz2wOp-D2vBY8o@DiDktMFCGZrgVWxfEzlJdov.dx", - "5sKp@pHiWoCmRgPCQ.ocfx" + "nHT--gl6lx29Vd@EervlxfSEQR.ce", + "dhYcmzMvX61nKd@flMNesfJEmfWKXWMTAHGjCkIkFhnA.owo", + "uYgkuH@AXBTsRQrLIOEKkCbj.mdh" ], "regions": [ - "Middle East" + "Australasia", + "North America" ], "self": { - "$ref": "1/)" + "$ref": "1+JjoPWD,:Cmh}Pe#I;D}#\"0:=&cS>,iR[sv?+=Rh}]~g@{/\\kyR-AD< t K_(i+I7" }, "urls": [ { - "description": "commodo tempor", - "value": "1'vwR\"JTA)?='5/Ub4]=P MO<]^lZ*`p,f=eCtEq3LO;/sl&r:uV)fg$!esMMm|Nn:vn(]4!7Gfv>&u_.$>Oz" - }, - { - "description": "qui reprehenderit ipsum", - "value": "1,>lq:p,o@4:HpN%\"st\\uI>vN7M.qM^wL,\\2e3x^|uLyh7}i:hc4Id{?Wgo\"SE-z\\Q" - }, - { - "description": "aliquip Lorem tempor nisi", - "value": "1`wN\\h$*fJ>FtAH7a3U[UW6yxCb\"ov)XBH=9lH\"iz#Cg@/F7)m:{)GR%::gG6;6GF|-== TSBwl9kh" - }, - { - "description": "exercitation ex pariatur Ut", - "value": "13-Y ](iE4w.<(^;5A)DR'%fIuw';t\\9,Eg" - }, - { - "description": "Ut labore sit ipsum qui", - "value": "1\"/r+55:ts,MD[C09e}EjytM" + "description": "ex sunt des", + "value": "1ElLD%QAtM2awo41){9I" + "description": "exercitation", + "value": "1hv447!L%\\6I*J1'7_9PdbS>kpkWQ{b,MZC<&?C]{oD{Q" } ], "new_record": { - "$ref": "12xg?hb S" + "$ref": "1>=yPJ.*sisKUW|A'3d7kXNx7^vrVvIECEW?XqBobF28x>x]1Unp0HI}%xEa0'k67Zn(~9akVP:M!gA`-wjjHaHk~?" }, - "nonpublic_note": "irure", + "nonpublic_note": "velit tempor ", "peer_reviewed": true, - "public_note": "deserunt fugiat ipsum anim", - "publisher": [], + "public_note": "minim consectetur sunt voluptate", + "publisher": [ + "cillum laboris elit Excepteur", + "dolor aute Excepteur" + ], "relation": { - "curated_relation": false, - "issn": "5895-577X", + "curated_relation": true, + "issn": "5432-2753", "record": { - "$ref": "1F%~.tsz<$BI=D^2ydU48=;+hN:UGE?B{RR(%!kX9\"}w+8;})8f" + "$ref": "1f$RqJyzq&+h[\"?JHdJ,VX0!DJ58:t~5@B@9;" }, "relation": "superseeding record" }, "self": { - "$ref": "1r+5=8:bw.B`GqlmJ QP:\"KZCr2(%lUwGUl[1R]/rV;Km((v2?K/,1PY sHc\"%@/sod\\4@+{V\"<~R$zS" + "$ref": "1w!<#PJ&V.A~&ZIcgX\\[!=M3U%.1M%5*PbH?e(DvsF,l3?WBk&UR}hEawUH/!S0Sr{WO/O" }, "short_titles": [ { - "source": "magna", - "subtitle": "do Ut amet ullamco qui", - "title": "eiusmod aute ut" + "source": "dolore voluptate in elit laboris", + "subtitle": "minim dolore enim nulla adipisicing", + "title": "veniam aliquip" }, { - "source": "nostrud quis incididunt reprehenderit occaecat", - "subtitle": "irure deserunt Ut amet", - "title": "voluptate" + "source": "sunt", + "subtitle": "Ut labore irure Lorem dolore", + "title": "amet" }, { - "source": "nostrud minim", - "subtitle": "esse ex nulla culpa minim", - "title": "dolore ad" + "source": "laborum ipsum minim sed irure", + "subtitle": "sunt in enim laborum mollit", + "title": "id" } ], "title_variants": [ { - "source": "aliquip Ut dolor veniam consectetur", - "subtitle": "amet et nulla consectetur do", - "title": "proident ad esse ex culp" + "source": "in", + "subtitle": "ut Excepteur in", + "title": "proident mollit adipisicing officia" + }, + { + "source": "ipsum non occaecat ut", + "subtitle": "elit", + "title": "ipsum Lorem cillum" }, { - "source": "reprehenderit nisi aliquip", - "subtitle": "dolore Duis veniam consequat", - "title": "Lorem velit eu" + "source": "in pariatur mollit est", + "subtitle": "eiusmod cupidatat ad anim culpa", + "title": "dolor laborum cupidatat" }, { - "source": "incididunt fugiat pariatur elit id", - "subtitle": "aliq", - "title": "exercitat" + "source": "voluptate et do nisi", + "subtitle": "in", + "title": "nostrud laborum aute adipisicing" } ], "urls": [ { - "description": "eiusmod voluptate magna dolor", - "value": "1~D?i-l'Q" + "description": "amet", + "value": "1A:fz'|dTd=89:`OKk5C" + }, + { + "description": "proident dol", + "value": "1Wd)v{-^jF2O&&.xfKmr\\zre5:m|%rTvI!5&b 4bb&!G@D?Hm" + "description": "eu ad aliquip", + "value": "18Bt8\\l1si&SbW$8p\\%xUwEyeTolEQ3" }, { - "description": "consequat et", - "value": "1=P4Z1m\\qLSdGPj=WvM#\\1UXf%z{vK=/8S=-=zYf}#w" + "description": "do nulla laborum", + "value": "1F$@B$56Vp1.-d0>1j0T$@4D>#.i&P&<0Sb?Z!?K/Sr&N" } ] }