From 054dd94cc050f47e533a7018c966c26bbf7ddf77 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:14:34 +0000 Subject: [PATCH 1/9] Initial plan From 9a9232087db3b6b00be7eaf4c7b089f4bfafadf9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:19:53 +0000 Subject: [PATCH 2/9] Switch ROR mapping files from local resources to S3-backed chunked Rails cache - Add RorReferenceStore service with chunked Memcached caching (512 KB chunks) - Add ror:refresh_reference_cache rake task - Update Rorable concern to use RorReferenceStore - Remove load_ror_data.rb initializer and app/resources JSON files - Update rorable_spec and add ror_reference_store_spec Co-authored-by: ashwinisukale <1137325+ashwinisukale@users.noreply.github.com> --- app/models/concerns/rorable.rb | 4 +- app/resources/funder_to_ror.json | 21950 -- app/resources/ror_hierarchy.json | 246924 ------------------- app/services/ror_reference_store.rb | 115 + config/initializers/load_ror_data.rb | 4 - lib/tasks/ror_reference_cache.rake | 10 + spec/concerns/rorable_spec.rb | 24 +- spec/services/ror_reference_store_spec.rb | 118 + 8 files changed, 259 insertions(+), 268890 deletions(-) delete mode 100644 app/resources/funder_to_ror.json delete mode 100644 app/resources/ror_hierarchy.json create mode 100644 app/services/ror_reference_store.rb delete mode 100644 config/initializers/load_ror_data.rb create mode 100644 lib/tasks/ror_reference_cache.rake create mode 100644 spec/services/ror_reference_store_spec.rb diff --git a/app/models/concerns/rorable.rb b/app/models/concerns/rorable.rb index 956fac340..0e9a37b10 100644 --- a/app/models/concerns/rorable.rb +++ b/app/models/concerns/rorable.rb @@ -5,11 +5,11 @@ module Rorable def get_ror_from_crossref_funder_id(funder_id) funder_id_suffix = funder_id.split("10.13039/").last - FUNDER_TO_ROR[funder_id_suffix] + RorReferenceStore.funder_to_ror&.fetch(funder_id_suffix, nil) end def get_ror_parents(ror_id) normalized_ror = "https://#{ror_from_url(ror_id)}" - ROR_HIERARCHY[normalized_ror]&.fetch("ancestors", []) || [] + RorReferenceStore.ror_hierarchy&.dig(normalized_ror, "ancestors") || [] end end diff --git a/app/resources/funder_to_ror.json b/app/resources/funder_to_ror.json deleted file mode 100644 index bf93a57d0..000000000 --- a/app/resources/funder_to_ror.json +++ /dev/null @@ -1,21950 +0,0 @@ -{ - "501100001780": "https://ror.org/04ttjf776", - "100008690": "https://ror.org/04ttjf776", - "100010552": "https://ror.org/04ttjf776", - "501100001215": "https://ror.org/01rxfrp27", - "501100001790": "https://ror.org/023q4bk22", - "501100001789": "https://ror.org/006jxzx88", - "501100001769": "https://ror.org/00wfvh315", - "501100001208": "https://ror.org/046fa4y88", - "100009021": "https://ror.org/046fa4y88", - "501100000577": "https://ror.org/00kv9pj15", - "501100000842": "https://ror.org/00kv9pj15", - "100010635": "https://ror.org/050b31k83", - "100004349": "https://ror.org/01q8f6705", - "100006719": "https://ror.org/03ebg0v16", - "501100001261": "https://ror.org/02vwnat91", - "100007626": "https://ror.org/0249v7n71", - "501100007660": "https://ror.org/008x57b05", - "501100001671": "https://ror.org/02550n020", - "501100007105": "https://ror.org/031bsb921", - "501100005895": "https://ror.org/02vbxt202", - "501100001588": "https://ror.org/023z51242", - "501100004173": "https://ror.org/02kta5139", - "501100002352": "https://ror.org/00cb9w016", - "501100002374": "https://ror.org/00cb9w016", - "501100003205": "https://ror.org/02hbhxa68", - "100009077": "https://ror.org/02hbhxa68", - "501100002386": "https://ror.org/03q21mh05", - "501100002387": "https://ror.org/03q21mh05", - "501100002375": "https://ror.org/03q21mh05", - "501100002377": "https://ror.org/03q21mh05", - "501100002378": "https://ror.org/03q21mh05", - "501100006205": "https://ror.org/03q21mh05", - "501100005757": "https://ror.org/04je6yw13", - "501100007374": "https://ror.org/0176yjw32", - "501100005674": "https://ror.org/0176yjw32", - "501100007375": "https://ror.org/0176yjw32", - "100009660": "https://ror.org/00a0jsq62", - "501100003765": "https://ror.org/04gqx4x78", - "501100000869": "https://ror.org/00av5yz18", - "501100004149": "https://ror.org/0542q3127", - "501100003974": "https://ror.org/04aaeds92", - "501100002426": "https://ror.org/04xraxn18", - "100010725": "https://ror.org/0046mja08", - "501100008443": "https://ror.org/001b4cb05", - "501100001319": "https://ror.org/04ycpbx82", - "501100003833": "https://ror.org/01nhzsw25", - "100007673": "https://ror.org/024xs2z82", - "501100000277": "https://ror.org/00tnppw48", - "501100001277": "https://ror.org/00tnppw48", - "501100000285": "https://ror.org/00tnppw48", - "501100002357": "https://ror.org/02fv8hj62", - "100009586": "https://ror.org/04kgqpx54", - "100005454": "https://ror.org/03dke3h47", - "100008369": "https://ror.org/02pagex14", - "501100004285": "https://ror.org/023znxa73", - "501100003756": "https://ror.org/02e8hzf44", - "501100000782": "https://ror.org/04esata81", - "100007674": "https://ror.org/010jx2260", - "100010800": "https://ror.org/01cqmqj90", - "501100003511": "https://ror.org/00582g326", - "100010041": "https://ror.org/04cnfrn26", - "100009470": "https://ror.org/03px4ez74", - "100001808": "https://ror.org/019621n74", - "501100006521": "https://ror.org/00c051916", - "501100004623": "https://ror.org/00ae33288", - "501100003067": "https://ror.org/00gtcbp88", - "501100008133": "https://ror.org/00gtcbp88", - "100000958": "https://ror.org/05j0w0e76", - "501100006304": "https://ror.org/02jk5qe80", - "501100001869": "https://ror.org/05bxb3784", - "100008347": "https://ror.org/02fmkev06", - "501100006529": "https://ror.org/02yvd4j36", - "501100000531": "https://ror.org/0306jgh11", - "100004459": "https://ror.org/00f2z7n96", - "100010054": "https://ror.org/043071f54", - "501100005319": "https://ror.org/00944ve71", - "100009362": "https://ror.org/015803449", - "501100004354": "https://ror.org/00azwtc53", - "501100007822": "https://ror.org/050j2vm64", - "501100005057": "https://ror.org/00zdnkx70", - "501100005946": "https://ror.org/02e16g702", - "100010572": "https://ror.org/04g3dn724", - "100007337": "https://ror.org/04g3dn724", - "100008496": "https://ror.org/047yk3s18", - "501100001867": "https://ror.org/05qk3dq04", - "501100007530": "https://ror.org/00q09pe49", - "501100004481": "https://ror.org/05vf56z40", - "501100006110": "https://ror.org/05vf56z40", - "501100001691": "https://ror.org/00hhkn466", - "501100005632": "https://ror.org/05pwfyy15", - "501100004176": "https://ror.org/00qhe6a56", - "501100007866": "https://ror.org/0595gz585", - "501100007861": "https://ror.org/0595gz585", - "501100001278": "https://ror.org/015j35893", - "501100006754": "https://ror.org/00pb8h375", - "501100000870": "https://ror.org/04xv01a59", - "501100007750": "https://ror.org/01b8kcc49", - "100006954": "https://ror.org/002hsbm82", - "100006953": "https://ror.org/002hsbm82", - "100009553": "https://ror.org/03x516a66", - "501100008566": "https://ror.org/02he2nc27", - "501100003951": "https://ror.org/035j0tq82", - "501100003187": "https://ror.org/035j0tq82", - "501100002512": "https://ror.org/0049erg63", - "100008622": "https://ror.org/01g312x22", - "501100005202": "https://ror.org/02xh9x144", - "501100005613": "https://ror.org/02xh9x144", - "501100005769": "https://ror.org/02hw5fp67", - "501100002836": "https://ror.org/00d80zx46", - "501100006388": "https://ror.org/01m1pv723", - "100007606": "https://ror.org/040r8fr65", - "501100005943": "https://ror.org/040r8fr65", - "100008508": "https://ror.org/05by5hm18", - "100010540": "https://ror.org/00184ca40", - "100007144": "https://ror.org/040vwpm13", - "501100007637": "https://ror.org/03rjt0z37", - "100010022": "https://ror.org/00v6s9648", - "100010493": "https://ror.org/04tzy5g14", - "501100004955": "https://ror.org/028jc0449", - "100009757": "https://ror.org/01703db54", - "100003950": "https://ror.org/042awg277", - "100010713": "https://ror.org/02q291e51", - "100000055": "https://ror.org/04mhx6838", - "100009589": "https://ror.org/02af4h012", - "100007810": "https://ror.org/02t0qr014", - "100007811": "https://ror.org/02t0qr014", - "501100007301": "https://ror.org/00xyeez13", - "501100005194": "https://ror.org/00xyeez13", - "100003306": "https://ror.org/04qpegs24", - "100007213": "https://ror.org/028v4fg64", - "501100000016": "https://ror.org/03a1gte98", - "501100001029": "https://ror.org/051wnqr14", - "100007317": "https://ror.org/03v188q73", - "501100001293": "https://ror.org/00r66pz14", - "100006426": "https://ror.org/03kmrjq19", - "100008474": "https://ror.org/03kmrjq19", - "100004843": "https://ror.org/03kmrjq19", - "100005200": "https://ror.org/03kmrjq19", - "100004851": "https://ror.org/01gst4g14", - "100004901": "https://ror.org/04zn9qp70", - "100005615": "https://ror.org/04drvxt59", - "100010559": "https://ror.org/03763ep67", - "100010400": "https://ror.org/04zfmcq84", - "100007172": "https://ror.org/01hcyya48", - "100010327": "https://ror.org/01hcyya48", - "100007311": "https://ror.org/03xjacd83", - "100007312": "https://ror.org/03xjacd83", - "100006421": "https://ror.org/03xjacd83", - "100008954": "https://ror.org/034c1gc25", - "100006694": "https://ror.org/01kta7d96", - "100005451": "https://ror.org/04p405e02", - "100004891": "https://ror.org/03davap66", - "100009818": "https://ror.org/02k61s246", - "100006738": "https://ror.org/03sfkwk85", - "100000877": "https://ror.org/03sfkwk85", - "100007790": "https://ror.org/054gzqw08", - "100009207": "https://ror.org/04mh52z70", - "100002070": "https://ror.org/008encc97", - "501100000020": "https://ror.org/03zzj3f20", - "100008072": "https://ror.org/038321296", - "501100005863": "https://ror.org/022swbj46", - "100005974": "https://ror.org/03zjj0p70", - "100001345": "https://ror.org/006cvnv84", - "100007795": "https://ror.org/04bgfm609", - "100006019": "https://ror.org/00wm07d60", - "100010696": "https://ror.org/004srrf86", - "100009401": "https://ror.org/025n13r50", - "100010708": "https://ror.org/01eedy375", - "501100004855": "https://ror.org/002rw7y37", - "501100004968": "https://ror.org/002rw7y37", - "100010072": "https://ror.org/03bahkk91", - "100008232": "https://ror.org/03rr7q548", - "100008205": "https://ror.org/01zvqw119", - "100010232": "https://ror.org/02x3skf39", - "100010075": "https://ror.org/03enmdz06", - "100006453": "https://ror.org/038x2fh14", - "100010076": "https://ror.org/05ekwbr88", - "501100002861": "https://ror.org/0419nfc77", - "100010244": "https://ror.org/00fvyjk73", - "100009841": "https://ror.org/05ma4gw77", - "100010069": "https://ror.org/05exmrf24", - "100010077": "https://ror.org/035z2ew45", - "501100005365": "https://ror.org/017hkng22", - "100008218": "https://ror.org/010jskt71", - "100006828": "https://ror.org/000zamq06", - "100010068": "https://ror.org/048drzm61", - "100006938": "https://ror.org/02y041669", - "100006773": "https://ror.org/02y041669", - "501100007106": "https://ror.org/046fm7598", - "501100005945": "https://ror.org/02syg0q74", - "100007791": "https://ror.org/00bx6dj65", - "100006989": "https://ror.org/01ecnnp60", - "501100005731": "https://ror.org/01692sz90", - "100010254": "https://ror.org/049pfb863", - "501100002590": "https://ror.org/01v7y5b55", - "100007024": "https://ror.org/008ms5s18", - "100005516": "https://ror.org/0217hb928", - "100008225": "https://ror.org/00t30ch44", - "501100004822": "https://ror.org/00ys1hz88", - "501100004946": "https://ror.org/05vn3ca78", - "501100006405": "https://ror.org/03bvvnt49", - "501100005732": "https://ror.org/03bvvnt49", - "100007683": "https://ror.org/05jk51a88", - "100007854": "https://ror.org/05jk51a88", - "100009846": "https://ror.org/042bbge36", - "100006714": "https://ror.org/020vmqv16", - "501100002546": "https://ror.org/00aft1q37", - "501100004087": "https://ror.org/01w6wtk13", - "100004127": "https://ror.org/04jjn8965", - "501100002561": "https://ror.org/017xnm587", - "100010070": "https://ror.org/0531xck41", - "100010224": "https://ror.org/0531xck41", - "100010223": "https://ror.org/0531xck41", - "100010074": "https://ror.org/036sak533", - "501100005735": "https://ror.org/04tft4718", - "100007437": "https://ror.org/043yd1m08", - "501100005695": "https://ror.org/024yc3q36", - "100009049": "https://ror.org/00zhvdn11", - "100009925": "https://ror.org/0055d0g64", - "501100006665": "https://ror.org/02pg0e883", - "100008875": "https://ror.org/02kyckx55", - "100005419": "https://ror.org/02kyckx55", - "100008876": "https://ror.org/02kyckx55", - "100010073": "https://ror.org/029bp0k25", - "100008784": "https://ror.org/02mp2av58", - "100009882": "https://ror.org/02kg81z20", - "100010067": "https://ror.org/02qeh3c90", - "100009742": "https://ror.org/01hy4qx27", - "100009743": "https://ror.org/01hy4qx27", - "100009504": "https://ror.org/01w0d5g70", - "100009505": "https://ror.org/01w0d5g70", - "100006590": "https://ror.org/01w0d5g70", - "100010071": "https://ror.org/01fd8g905", - "100010226": "https://ror.org/01fd8g905", - "100010225": "https://ror.org/01fd8g905", - "100007927": "https://ror.org/0457zbj98", - "501100002611": "https://ror.org/05en5nh73", - "501100002612": "https://ror.org/03ysk5e42", - "100009265": "https://ror.org/007h1g065", - "100009264": "https://ror.org/007h1g065", - "100009497": "https://ror.org/019kgqr73", - "501100005623": "https://ror.org/044vy1d05", - "100007147": "https://ror.org/04wn28048", - "100006455": "https://ror.org/04wn28048", - "501100002716": "https://ror.org/04scfb908", - "501100002568": "https://ror.org/02c2f8975", - "100007922": "https://ror.org/01cqxk816", - "100010315": "https://ror.org/03mnm0t94", - "100010086": "https://ror.org/00z2qhk53", - "100009498": "https://ror.org/0446vnd56", - "100009876": "https://ror.org/038zf2n28", - "100010423": "https://ror.org/038zf2n28", - "100010424": "https://ror.org/038zf2n28", - "501100004863": "https://ror.org/04epb4p87", - "501100001468": "https://ror.org/02crz6e12", - "100004774": "https://ror.org/04ywg3445", - "100008907": "https://ror.org/035z6xf33", - "100005398": "https://ror.org/05tmv0d13", - "100000209": "https://ror.org/038mfx688", - "100000053": "https://ror.org/03wkg3b53", - "100009804": "https://ror.org/05p48p517", - "100000051": "https://ror.org/00baak391", - "100001285": "https://ror.org/01jfr3w16", - "100004956": "https://ror.org/04g43x563", - "100000092": "https://ror.org/0060t0j89", - "100008944": "https://ror.org/032m4kp77", - "100004824": "https://ror.org/03cqd3e64", - "100004821": "https://ror.org/03cqd3e64", - "100004989": "https://ror.org/00j2wht38", - "100006614": "https://ror.org/034de1n65", - "100005804": "https://ror.org/01mh1c318", - "100000070": "https://ror.org/00372qc85", - "100006373": "https://ror.org/03tds6380", - "100005169": "https://ror.org/03tds6380", - "100004897": "https://ror.org/00ra1fg11", - "100010537": "https://ror.org/03m7azy07", - "100004823": "https://ror.org/04x0r0b44", - "100008460": "https://ror.org/00190t495", - "100000064": "https://ror.org/00190t495", - "100000066": "https://ror.org/00j4k1h63", - "100000056": "https://ror.org/01y3zfr79", - "100005430": "https://ror.org/04xsjmh40", - "100004957": "https://ror.org/00wfvxt55", - "100000057": "https://ror.org/04q48ey07", - "100000043": "https://ror.org/02fnpv153", - "100001440": "https://ror.org/00cb9nn43", - "100006829": "https://ror.org/057z0pt68", - "100004866": "https://ror.org/01b2wv937", - "100008495": "https://ror.org/01ekg2j77", - "100010650": "https://ror.org/05p1phv38", - "100006690": "https://ror.org/05tby3y60", - "100006689": "https://ror.org/05tby3y60", - "100006324": "https://ror.org/00rt1d436", - "100009329": "https://ror.org/00rt1d436", - "100001945": "https://ror.org/00rt1d436", - "100009544": "https://ror.org/00rt1d436", - "100009546": "https://ror.org/00rt1d436", - "100009552": "https://ror.org/00rt1d436", - "100009543": "https://ror.org/00rt1d436", - "100009548": "https://ror.org/00rt1d436", - "100009331": "https://ror.org/00rt1d436", - "100009334": "https://ror.org/00rt1d436", - "100009332": "https://ror.org/00rt1d436", - "100005389": "https://ror.org/00rt1d436", - "100006406": "https://ror.org/00rt1d436", - "100006076": "https://ror.org/00rt1d436", - "100009333": "https://ror.org/00rt1d436", - "100009330": "https://ror.org/00rt1d436", - "100009328": "https://ror.org/00rt1d436", - "100009545": "https://ror.org/00rt1d436", - "100009547": "https://ror.org/00rt1d436", - "100009550": "https://ror.org/00rt1d436", - "100009551": "https://ror.org/00rt1d436", - "100005611": "https://ror.org/00jjvav84", - "100006364": "https://ror.org/006xyf785", - "100006545": "https://ror.org/0493hgw16", - "100000096": "https://ror.org/0493hgw16", - "100005295": "https://ror.org/0512xad50", - "100005320": "https://ror.org/03zx0nf33", - "100006744": "https://ror.org/0284e2q78", - "100009885": "https://ror.org/032ppma22", - "100000959": "https://ror.org/032ppma22", - "100009988": "https://ror.org/007jxr441", - "100003802": "https://ror.org/04mszwh44", - "501100001707": "https://ror.org/026dp0v66", - "100010260": "https://ror.org/026dp0v66", - "100004432": "https://ror.org/026dp0v66", - "501100006200": "https://ror.org/02wk1td69", - "100005404": "https://ror.org/045r8zm03", - "100005503": "https://ror.org/02fzxed89", - "100005704": "https://ror.org/03b5q4637", - "100005300": "https://ror.org/059dqb057", - "100006770": "https://ror.org/059dqb057", - "100008038": "https://ror.org/059dqb057", - "100010262": "https://ror.org/02sc91t34", - "100002634": "https://ror.org/02sc91t34", - "100007526": "https://ror.org/03fbkqs26", - "100007060": "https://ror.org/03wn09h25", - "100008420": "https://ror.org/0306r8m89", - "501100000104": "https://ror.org/020b6jb08", - "501100004394": "https://ror.org/00h85x510", - "100009019": "https://ror.org/051sezk39", - "100008418": "https://ror.org/03bq2c460", - "100000028": "https://ror.org/047z4n946", - "100007245": "https://ror.org/047z4n946", - "100005353": "https://ror.org/01agth861", - "100005460": "https://ror.org/05j8hg602", - "100002573": "https://ror.org/02kjq0603", - "100007739": "https://ror.org/05gqcbq50", - "100002014": "https://ror.org/00f2ymb10", - "100005378": "https://ror.org/00dpx3e98", - "100005368": "https://ror.org/05p89st11", - "100005720": "https://ror.org/0029f7m05", - "100003574": "https://ror.org/02b8m7s43", - "100009732": "https://ror.org/02b8m7s43", - "100009463": "https://ror.org/02b8m7s43", - "100009464": "https://ror.org/02b8m7s43", - "100009459": "https://ror.org/02b8m7s43", - "100009460": "https://ror.org/02b8m7s43", - "100009461": "https://ror.org/02b8m7s43", - "100009462": "https://ror.org/02b8m7s43", - "100009245": "https://ror.org/02b8m7s43", - "100005376": "https://ror.org/05vy1kj95", - "100005369": "https://ror.org/00var5q80", - "100005651": "https://ror.org/00agrkd75", - "100000850": "https://ror.org/03ac64295", - "100005276": "https://ror.org/018224621", - "100006952": "https://ror.org/00jv89z46", - "100005280": "https://ror.org/05hrczs03", - "100005846": "https://ror.org/02q8vys74", - "100007289": "https://ror.org/007n03h88", - "501100007635": "https://ror.org/02j8pe645", - "100000098": "https://ror.org/04vfsmv21", - "100004943": "https://ror.org/01rahby95", - "100007590": "https://ror.org/019rjbt98", - "100006827": "https://ror.org/03e1xkn26", - "100005561": "https://ror.org/0293qmt12", - "100007261": "https://ror.org/00mwdv335", - "100006616": "https://ror.org/00mwdv335", - "100000093": "https://ror.org/03jh5a977", - "100010710": "https://ror.org/028f19s63", - "501100005996": "https://ror.org/044f69t13", - "501100006277": "https://ror.org/044f69t13", - "501100006278": "https://ror.org/044f69t13", - "100010594": "https://ror.org/05ehe6278", - "100008143": "https://ror.org/05fcfqq67", - "100008787": "https://ror.org/025nszc09", - "100004316": "https://ror.org/05hh8d621", - "100005990": "https://ror.org/05hh8d621", - "100007701": "https://ror.org/04e5j7m81", - "501100006563": "https://ror.org/01qd3xc93", - "100010257": "https://ror.org/00wzt9y79", - "100005088": "https://ror.org/00wzt9y79", - "100008776": "https://ror.org/05hmwx760", - "501100006149": "https://ror.org/03h2bh287", - "501100003441": "https://ror.org/00xmkp704", - "501100007419": "https://ror.org/01786mp71", - "501100005371": "https://ror.org/01z07eq06", - "501100007675": "https://ror.org/055f7t516", - "501100007251": "https://ror.org/055f7t516", - "501100005857": "https://ror.org/03tth1e03", - "100009615": "https://ror.org/012dxyr07", - "501100004092": "https://ror.org/00fqdfs68", - "100009659": "https://ror.org/00zat6v61", - "501100001445": "https://ror.org/03e05fb06", - "100008904": "https://ror.org/02gzfb532", - "501100007777": "https://ror.org/05crbcr45", - "501100007830": "https://ror.org/00f2txz25", - "501100006728": "https://ror.org/00f2txz25", - "501100003460": "https://ror.org/0431x1p15", - "501100006452": "https://ror.org/0447kww10", - "501100002414": "https://ror.org/0493bmq37", - "501100002424": "https://ror.org/0493bmq37", - "501100002538": "https://ror.org/00s9dpb54", - "501100003659": "https://ror.org/01sytk573", - "501100007270": "https://ror.org/037rt4a55", - "100008905": "https://ror.org/037rt4a55", - "501100004230": "https://ror.org/00n14a494", - "100007756": "https://ror.org/05jbt9m15", - "100006533": "https://ror.org/00r9g7t11", - "100008570": "https://ror.org/05vz28418", - "501100008539": "https://ror.org/0475w6974", - "100007832": "https://ror.org/03d4d3711", - "501100004683": "https://ror.org/057d2v504", - "501100002510": "https://ror.org/0373nm262", - "501100002522": "https://ror.org/02yj55q56", - "501100004482": "https://ror.org/021e5j056", - "501100006193": "https://ror.org/021e5j056", - "501100002643": "https://ror.org/02e9zc863", - "501100002527": "https://ror.org/032xf8h46", - "501100002629": "https://ror.org/04ts4qa58", - "501100005001": "https://ror.org/01rws6r75", - "501100002532": "https://ror.org/05h9pgm95", - "501100007337": "https://ror.org/01b78mz79", - "501100004688": "https://ror.org/04vy5s568", - "501100004689": "https://ror.org/04vy5s568", - "501100005779": "https://ror.org/011bdtx65", - "501100008536": "https://ror.org/03panb555", - "501100006403": "https://ror.org/05vhczg54", - "501100003121": "https://ror.org/00g6ka752", - "501100008402": "https://ror.org/00pcrz470", - "501100004113": "https://ror.org/05x6qnc69", - "501100002719": "https://ror.org/03kw9gc02", - "501100005720": "https://ror.org/03kw9gc02", - "501100006198": "https://ror.org/059ebsr57", - "501100002725": "https://ror.org/04gzbav43", - "501100006462": "https://ror.org/0327f3359", - "501100005410": "https://ror.org/03pfmgq50", - "501100005234": "https://ror.org/03x1jna21", - "501100005233": "https://ror.org/03x1jna21", - "501100002731": "https://ror.org/0127ytz78", - "100009606": "https://ror.org/04gd4wn47", - "501100004972": "https://ror.org/00ngrq502", - "501100006662": "https://ror.org/04n4dcv16", - "501100003828": "https://ror.org/02f2vsx71", - "501100003835": "https://ror.org/04d7e4m76", - "501100004151": "https://ror.org/01bx8ja67", - "501100005716": "https://ror.org/02r5cmz65", - "501100006011": "https://ror.org/02zc85170", - "501100005610": "https://ror.org/04nt8b154", - "501100005738": "https://ror.org/04nt8b154", - "100008541": "https://ror.org/007f1da21", - "501100002742": "https://ror.org/04cdn2797", - "501100004391": "https://ror.org/0368s4g32", - "100007404": "https://ror.org/0368s4g32", - "501100002743": "https://ror.org/05nx0xs09", - "501100008115": "https://ror.org/01ysgtb61", - "501100005849": "https://ror.org/01ysgtb61", - "501100008522": "https://ror.org/00e49gy82", - "501100006428": "https://ror.org/02ax13658", - "501100004154": "https://ror.org/00mwhaw71", - "501100004910": "https://ror.org/00skwgg83", - "501100005706": "https://ror.org/013e0zm98", - "501100004318": "https://ror.org/01jaaym28", - "501100004160": "https://ror.org/02wkcrp04", - "100007693": "https://ror.org/05jd2pj53", - "501100002918": "https://ror.org/051dzw862", - "501100007946": "https://ror.org/04cwap208", - "501100002874": "https://ror.org/02w8ws377", - "501100004711": "https://ror.org/01yzz0f51", - "501100004503": "https://ror.org/03tn5ee41", - "501100002614": "https://ror.org/03qqbe534", - "501100007812": "https://ror.org/03qqbe534", - "100009569": "https://ror.org/03g4hym73", - "501100005117": "https://ror.org/01h2hg078", - "501100006716": "https://ror.org/0461cvh40", - "501100002618": "https://ror.org/0461cvh40", - "501100007932": "https://ror.org/05ym42410", - "501100006564": "https://ror.org/04qvdf239", - "501100007864": "https://ror.org/00af3sa43", - "501100004759": "https://ror.org/00af3sa43", - "501100008011": "https://ror.org/01w6vdf77", - "501100003983": "https://ror.org/04cd75h10", - "501100007219": "https://ror.org/04cd75h10", - "501100002536": "https://ror.org/00v81k483", - "501100002419": "https://ror.org/00v81k483", - "501100002537": "https://ror.org/01whq8m38", - "100010024": "https://ror.org/02q3bak66", - "100009383": "https://ror.org/04ss1bw11", - "501100002502": "https://ror.org/015v9d997", - "501100008326": "https://ror.org/04azbjn80", - "501100008535": "https://ror.org/04dx82x73", - "501100004030": "https://ror.org/051hvcm98", - "501100004703": "https://ror.org/0495efn48", - "100009038": "https://ror.org/01bdr6121", - "501100005421": "https://ror.org/04ptbrd12", - "501100007962": "https://ror.org/039ygjf22", - "501100003491": "https://ror.org/00wys9y90", - "501100005068": "https://ror.org/05eer8g02", - "501100002465": "https://ror.org/02eqchk86", - "501100002633": "https://ror.org/0031nsg68", - "501100002488": "https://ror.org/01cwbae71", - "501100005351": "https://ror.org/03v4m1x12", - "501100005352": "https://ror.org/03v4m1x12", - "501100004521": "https://ror.org/0433abe34", - "501100002586": "https://ror.org/02jv06474", - "501100004043": "https://ror.org/0535cbe18", - "501100002539": "https://ror.org/0382k6j58", - "100009554": "https://ror.org/0369pvp92", - "501100004044": "https://ror.org/03xg1f311", - "501100004694": "https://ror.org/03gk81f96", - "501100005787": "https://ror.org/03gk81f96", - "100008970": "https://ror.org/05g1mag11", - "501100004944": "https://ror.org/03e2qe334", - "501100006440": "https://ror.org/03e2qe334", - "100007844": "https://ror.org/00mjawt10", - "501100004844": "https://ror.org/04zx3rq17", - "501100002469": "https://ror.org/059g69b28", - "501100002470": "https://ror.org/039p7ck60", - "501100002472": "https://ror.org/00wygsf57", - "501100002608": "https://ror.org/01zqccq48", - "501100006397": "https://ror.org/059dkdx38", - "501100002509": "https://ror.org/00tjv0s33", - "501100006017": "https://ror.org/00tjv0s33", - "501100005762": "https://ror.org/03nteze27", - "501100006737": "https://ror.org/03nteze27", - "501100008082": "https://ror.org/006bvjm48", - "100007648": "https://ror.org/0303y7a51", - "100009571": "https://ror.org/00mczdx43", - "501100008389": "https://ror.org/02s5yma07", - "501100002496": "https://ror.org/00egdv862", - "501100005682": "https://ror.org/04fybn584", - "501100004245": "https://ror.org/031e6xm45", - "501100004179": "https://ror.org/02h8a1848", - "100012959": "https://ror.org/03f27y887", - "100007781": "https://ror.org/055m2tx54", - "501100002634": "https://ror.org/01qyd4k24", - "501100004372": "https://ror.org/030m18266", - "501100008125": "https://ror.org/05weahn72", - "501100007523": "https://ror.org/02rg6ka44", - "501100007510": "https://ror.org/01nyv7k26", - "501100005423": "https://ror.org/01apvbh93", - "501100002603": "https://ror.org/04vxr4k74", - "501100007160": "https://ror.org/006nc8n95", - "501100002544": "https://ror.org/01gqe3t73", - "501100004291": "https://ror.org/0250jpt55", - "501100002599": "https://ror.org/05drcjw53", - "501100004220": "https://ror.org/031699d98", - "501100007103": "https://ror.org/029gksw03", - "501100002548": "https://ror.org/04x0k0m51", - "501100002549": "https://ror.org/01adsjd47", - "501100002553": "https://ror.org/00chfja07", - "501100002555": "https://ror.org/04b2fhx54", - "501100008231": "https://ror.org/05crs8s98", - "501100008232": "https://ror.org/05crs8s98", - "501100007726": "https://ror.org/04zn42r77", - "501100007944": "https://ror.org/05hm0vv72", - "501100004779": "https://ror.org/02x1vjk79", - "501100006770": "https://ror.org/0286g6711", - "501100002398": "https://ror.org/024c2fq17", - "501100006723": "https://ror.org/024c2fq17", - "501100006674": "https://ror.org/024c2fq17", - "501100002644": "https://ror.org/0433kqc49", - "501100004252": "https://ror.org/00yhnba62", - "501100004858": "https://ror.org/053fzma23", - "501100006396": "https://ror.org/04sexa105", - "501100002558": "https://ror.org/02w3gk008", - "501100006436": "https://ror.org/02d0tyt78", - "501100006437": "https://ror.org/02d0tyt78", - "501100004253": "https://ror.org/04s9hft57", - "501100007939": "https://ror.org/01cqcrc47", - "501100004256": "https://ror.org/02ynb0474", - "501100002559": "https://ror.org/00vvvt117", - "100010287": "https://ror.org/01j0n2h15", - "501100007401": "https://ror.org/0108gdg43", - "100009570": "https://ror.org/04718hx42", - "501100007280": "https://ror.org/04718hx42", - "501100007298": "https://ror.org/032fk0x53", - "501100007838": "https://ror.org/01d692d57", - "501100005984": "https://ror.org/04ezg6d83", - "501100005985": "https://ror.org/04ezg6d83", - "501100007831": "https://ror.org/01papkj44", - "501100006701": "https://ror.org/01xjqrm90", - "501100004420": "https://ror.org/005qv5373", - "501100002605": "https://ror.org/009e5cd49", - "100008989": "https://ror.org/00v8fdc16", - "501100005324": "https://ror.org/000917t60", - "501100006400": "https://ror.org/031f8kt38", - "100010084": "https://ror.org/02qp2hh41", - "501100002562": "https://ror.org/043jqrs76", - "501100002403": "https://ror.org/01xv1nn60", - "501100004700": "https://ror.org/05031qk94", - "100009213": "https://ror.org/03vamsh08", - "100009214": "https://ror.org/03vamsh08", - "100007612": "https://ror.org/04npk0q16", - "100003845": "https://ror.org/048f17730", - "501100005629": "https://ror.org/015qjqf64", - "501100002628": "https://ror.org/02xf7p935", - "501100008006": "https://ror.org/03w8m2977", - "100007471": "https://ror.org/030jhb479", - "501100007847": "https://ror.org/030jhb479", - "501100002409": "https://ror.org/0317ekv86", - "501100007314": "https://ror.org/02vj1vm13", - "501100007836": "https://ror.org/02vj1vm13", - "501100008235": "https://ror.org/04jztag35", - "100008170": "https://ror.org/01fzm0693", - "100008874": "https://ror.org/01ggyr403", - "100009325": "https://ror.org/01ggyr403", - "501100004926": "https://ror.org/057xx1h21", - "100010372": "https://ror.org/057xx1h21", - "100006693": "https://ror.org/05a2agx14", - "100006692": "https://ror.org/05a2agx14", - "100003601": "https://ror.org/00tg1yh20", - "100000133": "https://ror.org/03jmfdf59", - "100008417": "https://ror.org/03jmfdf59", - "501100002811": "https://ror.org/03c8c9n80", - "100007833": "https://ror.org/02zwb6n98", - "501100003053": "https://ror.org/03pz1p187", - "501100004861": "https://ror.org/015b6az38", - "501100001081": "https://ror.org/0020x6414", - "501100007326": "https://ror.org/02jvh3a15", - "100008438": "https://ror.org/04z9zma62", - "100000058": "https://ror.org/03t3qg659", - "100005268": "https://ror.org/03t3qg659", - "100005269": "https://ror.org/03t3qg659", - "100005267": "https://ror.org/03t3qg659", - "501100002730": "https://ror.org/013qdbe28", - "100007175": "https://ror.org/03a6zw892", - "501100007632": "https://ror.org/05d9dtr71", - "501100005937": "https://ror.org/014f77s28", - "501100007409": "https://ror.org/02bzkv281", - "100007306": "https://ror.org/01smpj292", - "100010590": "https://ror.org/01smpj292", - "100008335": "https://ror.org/01smpj292", - "100005227": "https://ror.org/02g02rq35", - "501100006578": "https://ror.org/02y2htg06", - "501100001448": "https://ror.org/01xkzjp97", - "100007180": "https://ror.org/00mj9k629", - "100006383": "https://ror.org/00mj9k629", - "100008224": "https://ror.org/05sk0a617", - "100008167": "https://ror.org/01k7a6660", - "100008168": "https://ror.org/01k7a6660", - "100008169": "https://ror.org/01k7a6660", - "100009063": "https://ror.org/04d5w7479", - "100006645": "https://ror.org/049cbmb74", - "501100004932": "https://ror.org/05et9pf90", - "501100002823": "https://ror.org/02twt6343", - "100001490": "https://ror.org/03bfp2076", - "100009717": "https://ror.org/00vyyx863", - "501100003808": "https://ror.org/05sn8t512", - "501100006577": "https://ror.org/05sn8t512", - "501100006429": "https://ror.org/05nbsaj33", - "501100006482": "https://ror.org/04zjvnp94", - "501100004738": "https://ror.org/00eh7f421", - "100010542": "https://ror.org/0187t0j49", - "501100005866": "https://ror.org/019tq3436", - "501100007217": "https://ror.org/00en92979", - "501100002329": "https://ror.org/01qtc5416", - "100008039": "https://ror.org/02n1cyj49", - "100005489": "https://ror.org/05ejygc42", - "100003041": "https://ror.org/05brmpx55", - "501100001322": "https://ror.org/05q60vz69", - "100001805": "https://ror.org/038c5sp60", - "100005624": "https://ror.org/02ycvrx49", - "501100003355": "https://ror.org/01b3dvp57", - "501100002382": "https://ror.org/05n0wgt02", - "100008264": "https://ror.org/03zq81960", - "501100001416": "https://ror.org/058s20p71", - "501100008003": "https://ror.org/00a8tg325", - "501100003653": "https://ror.org/00qdsfq65", - "100007454": "https://ror.org/00b4wat71", - "501100001350": "https://ror.org/00mrhvv69", - "501100001504": "https://ror.org/00vjb5165", - "501100004319": "https://ror.org/04x744g62", - "501100003969": "https://ror.org/01rs0ht88", - "501100003478": "https://ror.org/03mwa7s65", - "501100003299": "https://ror.org/02amggm23", - "100007239": "https://ror.org/017dm4063", - "100008406": "https://ror.org/01zkyz108", - "100009942": "https://ror.org/04g0bt697", - "100008955": "https://ror.org/03d1wq758", - "100007106": "https://ror.org/01t6fdj11", - "100006671": "https://ror.org/02e1t6r96", - "501100007324": "https://ror.org/04r17y386", - "501100004008": "https://ror.org/02hssy432", - "100010322": "https://ror.org/05w90nk74", - "100002351": "https://ror.org/03t995d97", - "501100002343": "https://ror.org/04e4jbv10", - "100010377": "https://ror.org/015ah0c92", - "100006306": "https://ror.org/014ft7z36", - "100005222": "https://ror.org/00jc2kw33", - "100000130": "https://ror.org/021rths28", - "100005262": "https://ror.org/03p15s250", - "100000125": "https://ror.org/0502a2655", - "501100007172": "https://ror.org/023v4bd62", - "100000025": "https://ror.org/04xeg9z08", - "100006934": "https://ror.org/04xeg9z08", - "100000065": "https://ror.org/01s5ya894", - "100010201": "https://ror.org/01pveve47", - "100001215": "https://ror.org/01m2js356", - "100010204": "https://ror.org/00afc8732", - "100001271": "https://ror.org/036ygzs59", - "501100003498": "https://ror.org/03cw63y62", - "501100004408": "https://ror.org/03bs5zb68", - "501100004210": "https://ror.org/025qedy81", - "100010792": "https://ror.org/0452q7b74", - "100006409": "https://ror.org/04a6hmw67", - "100007136": "https://ror.org/04ty78924", - "100007031": "https://ror.org/00wc6ay63", - "100007032": "https://ror.org/0521rfb23", - "100003566": "https://ror.org/04khs0d04", - "100008682": "https://ror.org/02419mc73", - "100007616": "https://ror.org/02rb17w33", - "100007617": "https://ror.org/02rb17w33", - "100000038": "https://ror.org/034xvzb47", - "100010628": "https://ror.org/034xvzb47", - "501100007853": "https://ror.org/01qek3q18", - "501100007854": "https://ror.org/0527mfk98", - "501100002826": "https://ror.org/040dky007", - "100005646": "https://ror.org/001yedb91", - "100007197": "https://ror.org/05xf94514", - "100004315": "https://ror.org/05k1yyh03", - "501100002975": "https://ror.org/04sapgw72", - "501100006763": "https://ror.org/041jswc25", - "100001409": "https://ror.org/05arxpe18", - "100010023": "https://ror.org/04tj7zv24", - "100007054": "https://ror.org/05jgy0m16", - "100008280": "https://ror.org/02tfv4t78", - "501100002976": "https://ror.org/03t4znc65", - "501100008381": "https://ror.org/03pa87f90", - "100008144": "https://ror.org/02rh7vj17", - "100010418": "https://ror.org/04jswqb94", - "100008241": "https://ror.org/00p18zw56", - "501100000762": "https://ror.org/056ffv270", - "100010011": "https://ror.org/00z20c921", - "100002427": "https://ror.org/00g2tkw06", - "100001114": "https://ror.org/00g2tkw06", - "100005339": "https://ror.org/00mv9dj85", - "100005364": "https://ror.org/02gv7n749", - "100005485": "https://ror.org/03pgm1r86", - "100009321": "https://ror.org/05t8d2s47", - "100007827": "https://ror.org/04cheq228", - "100005647": "https://ror.org/04cheq228", - "100005357": "https://ror.org/011ps1s60", - "100007722": "https://ror.org/04gt45789", - "100002575": "https://ror.org/04gt45789", - "100009965": "https://ror.org/03671qm90", - "100009825": "https://ror.org/01rzx2627", - "501100005807": "https://ror.org/02xxpjq61", - "100005301": "https://ror.org/009mk5659", - "100005360": "https://ror.org/009mk5659", - "100002578": "https://ror.org/05dj1xv70", - "100006110": "https://ror.org/05dj1xv70", - "501100007116": "https://ror.org/028qa3n13", - "501100001403": "https://ror.org/05pjsgx75", - "100010570": "https://ror.org/03xm3wq50", - "100005386": "https://ror.org/05vgb7p23", - "100005387": "https://ror.org/05vgb7p23", - "100002603": "https://ror.org/008x12972", - "100007734": "https://ror.org/037mmnn19", - "501100003848": "https://ror.org/05szzwt63", - "501100007804": "https://ror.org/04zkc6t29", - "100002594": "https://ror.org/045xtrm66", - "501100004466": "https://ror.org/01wyqb997", - "100007676": "https://ror.org/014aeyd41", - "100011041": "https://ror.org/014aeyd41", - "501100006340": "https://ror.org/0403qcr87", - "100004323": "https://ror.org/043cec594", - "100001128": "https://ror.org/05addee68", - "100002463": "https://ror.org/05addee68", - "501100005384": "https://ror.org/01bzgdw81", - "501100004938": "https://ror.org/02f99v835", - "100004702": "https://ror.org/02d6ew870", - "100009430": "https://ror.org/02d6ew870", - "100007658": "https://ror.org/02d6ew870", - "100005643": "https://ror.org/02d6ew870", - "100007487": "https://ror.org/002yzpx87", - "501100007748": "https://ror.org/02ntheh91", - "501100007253": "https://ror.org/03bz9t645", - "100006925": "https://ror.org/032hvdr57", - "501100005031": "https://ror.org/05w6wfp17", - "501100004507": "https://ror.org/04t8qjg16", - "501100007215": "https://ror.org/039d1mp60", - "501100007855": "https://ror.org/02kp7p620", - "100010273": "https://ror.org/0347fy350", - "501100008357": "https://ror.org/01e8tvg28", - "100001003": "https://ror.org/05kffp613", - "100003729": "https://ror.org/007pyhw16", - "100010101": "https://ror.org/04fjkxc67", - "100004388": "https://ror.org/03etg4523", - "501100008107": "https://ror.org/022mrwt29", - "501100005625": "https://ror.org/055t7f808", - "100002983": "https://ror.org/02fz4s018", - "100004314": "https://ror.org/059rn9488", - "100004679": "https://ror.org/059rn9488", - "100007302": "https://ror.org/059rn9488", - "100008535": "https://ror.org/00g6ztp19", - "100009955": "https://ror.org/00j83wy46", - "100000900": "https://ror.org/033m8b439", - "100007557": "https://ror.org/033m8b439", - "100009032": "https://ror.org/04x4v8p40", - "100010793": "https://ror.org/05pm71w80", - "501100005883": "https://ror.org/03e04g978", - "501100007959": "https://ror.org/00nb6mq69", - "501100007513": "https://ror.org/00bzsst90", - "100009010": "https://ror.org/039s6n838", - "100004353": "https://ror.org/04rn3ph18", - "100007478": "https://ror.org/04yxwc698", - "100007802": "https://ror.org/05nq89q24", - "100005527": "https://ror.org/030mbxz29", - "100004749": "https://ror.org/01qhm7e49", - "100007402": "https://ror.org/01qhm7e49", - "501100001451": "https://ror.org/053rfa017", - "100007190": "https://ror.org/05n8ah907", - "100003018": "https://ror.org/04xwmf991", - "501100006115": "https://ror.org/04xreqs31", - "501100006116": "https://ror.org/04xreqs31", - "100004368": "https://ror.org/03q50jp21", - "100004357": "https://ror.org/04dkns738", - "100006223": "https://ror.org/04dkns738", - "100002750": "https://ror.org/035h6e956", - "501100003769": "https://ror.org/04vvh7p27", - "501100000018": "https://ror.org/01dqayp38", - "100008421": "https://ror.org/02dqztz06", - "501100001453": "https://ror.org/02sepg748", - "100009645": "https://ror.org/05bts0a67", - "501100007489": "https://ror.org/01g7qth32", - "100007624": "https://ror.org/00hr6kp69", - "100008610": "https://ror.org/01pewsd85", - "100008497": "https://ror.org/0385es521", - "100007730": "https://ror.org/0385es521", - "501100000805": "https://ror.org/00s9v1h75", - "100006536": "https://ror.org/050prqy77", - "100009529": "https://ror.org/00nqqvk19", - "501100004898": "https://ror.org/034wxcc35", - "501100004897": "https://ror.org/034wxcc35", - "501100001685": "https://ror.org/02kvnjb40", - "100009857": "https://ror.org/02f51rf24", - "501100003669": "https://ror.org/056za9j29", - "501100003664": "https://ror.org/05bjbww34", - "501100002592": "https://ror.org/05dkjfz60", - "501100006125": "https://ror.org/05bkc5375", - "501100004899": "https://ror.org/00pm9hx30", - "501100006183": "https://ror.org/052e6h087", - "501100005248": "https://ror.org/047s7ag77", - "100004333": "https://ror.org/04wbpm451", - "501100007193": "https://ror.org/02j3xat32", - "501100004881": "https://ror.org/03xddgg98", - "501100005343": "https://ror.org/03xddgg98", - "501100005612": "https://ror.org/01v3bqg10", - "100007451": "https://ror.org/01v3bqg10", - "501100004322": "https://ror.org/03da3g825", - "501100001865": "https://ror.org/02vxngq63", - "501100002673": "https://ror.org/01xgfaw76", - "501100007686": "https://ror.org/00ctdh943", - "100004340": "https://ror.org/04axb7e79", - "100005204": "https://ror.org/04axb7e79", - "100006496": "https://ror.org/04axb7e79", - "100010276": "https://ror.org/009vh5d61", - "100005224": "https://ror.org/05je2tx78", - "100009855": "https://ror.org/055yerj39", - "501100006117": "https://ror.org/051ae7717", - "501100000692": "https://ror.org/021a7d287", - "501100004920": "https://ror.org/02exhb815", - "501100007490": "https://ror.org/021r5ns39", - "501100000193": "https://ror.org/0445x0472", - "100007514": "https://ror.org/001ykb961", - "100009664": "https://ror.org/05d9ms657", - "501100006485": "https://ror.org/03ckh6215", - "100007365": "https://ror.org/05w1q1c88", - "501100000654": "https://ror.org/02aqv1x10", - "501100004286": "https://ror.org/032msy923", - "501100007768": "https://ror.org/02a33b393", - "501100005880": "https://ror.org/012a41834", - "501100007766": "https://ror.org/0387jng26", - "501100007767": "https://ror.org/01bf9rw71", - "501100002388": "https://ror.org/052cjbe24", - "100000072": "https://ror.org/004a2wv92", - "501100005116": "https://ror.org/0538gdx71", - "501100003283": "https://ror.org/04qatqr61", - "100009339": "https://ror.org/03msykc12", - "501100004169": "https://ror.org/027tjex48", - "100003066": "https://ror.org/01n45xa04", - "100003067": "https://ror.org/01n45xa04", - "100001954": "https://ror.org/01n45xa04", - "100003173": "https://ror.org/01n45xa04", - "100003176": "https://ror.org/01n45xa04", - "100003990": "https://ror.org/01n45xa04", - "100003985": "https://ror.org/01n45xa04", - "100003171": "https://ror.org/01n45xa04", - "100003178": "https://ror.org/01n45xa04", - "100003172": "https://ror.org/01n45xa04", - "100003174": "https://ror.org/01n45xa04", - "100003175": "https://ror.org/01n45xa04", - "100003177": "https://ror.org/01n45xa04", - "100003986": "https://ror.org/01n45xa04", - "100003987": "https://ror.org/01n45xa04", - "100003984": "https://ror.org/01n45xa04", - "100003988": "https://ror.org/01n45xa04", - "100003170": "https://ror.org/01n45xa04", - "100003989": "https://ror.org/01n45xa04", - "100001258": "https://ror.org/01n45xa04", - "100003168": "https://ror.org/01n45xa04", - "100001259": "https://ror.org/01n45xa04", - "501100003650": "https://ror.org/04yt6jn66", - "501100004095": "https://ror.org/0586k5242", - "100006194": "https://ror.org/03kjpzv42", - "501100004066": "https://ror.org/039922k61", - "100009655": "https://ror.org/030zc7t66", - "100001203": "https://ror.org/05hacyq28", - "100007050": "https://ror.org/05mgcmd27", - "501100003993": "https://ror.org/02zdz1m23", - "501100004620": "https://ror.org/02zdz1m23", - "501100004180": "https://ror.org/00berct97", - "100009954": "https://ror.org/02v50dx14", - "501100006453": "https://ror.org/033nw2736", - "100007723": "https://ror.org/03bygaq51", - "100005570": "https://ror.org/03bygaq51", - "100007068": "https://ror.org/03tghjn41", - "100002252": "https://ror.org/01v791m31", - "501100000094": "https://ror.org/033w59g46", - "501100007079": "https://ror.org/033w59g46", - "501100007080": "https://ror.org/033w59g46", - "501100006601": "https://ror.org/02jkm3388", - "501100001462": "https://ror.org/05xq19q44", - "501100007083": "https://ror.org/0296s4x19", - "100005258": "https://ror.org/01wjn2x92", - "501100003144": "https://ror.org/01qjmkr85", - "501100003776": "https://ror.org/05p40t847", - "100007426": "https://ror.org/04em2yk17", - "100007473": "https://ror.org/04em2yk17", - "501100007075": "https://ror.org/03xtz2n86", - "100007385": "https://ror.org/0404v4f94", - "100000027": "https://ror.org/02jzrsm59", - "100000069": "https://ror.org/006zn3t30", - "100000071": "https://ror.org/04byxyr05", - "100009633": "https://ror.org/04byxyr05", - "100006937": "https://ror.org/04byxyr05", - "100000026": "https://ror.org/00fq5cm18", - "501100006406": "https://ror.org/0062dz060", - "100004284": "https://ror.org/03jwzwq24", - "100002414": "https://ror.org/03jwzwq24", - "100004743": "https://ror.org/03jwzwq24", - "100005105": "https://ror.org/04sme7s65", - "100006814": "https://ror.org/01h95gp06", - "501100004414": "https://ror.org/05fv8sy52", - "100010198": "https://ror.org/01ajqvg59", - "100004399": "https://ror.org/05pkeac16", - "501100007517": "https://ror.org/02d93ae38", - "100008452": "https://ror.org/00tcb9k97", - "100011237": "https://ror.org/0456p3190", - "501100002814": "https://ror.org/00shfde47", - "100010741": "https://ror.org/013xmn143", - "100006026": "https://ror.org/03a7bpg58", - "100000200": "https://ror.org/01n6e6j62", - "100006428": "https://ror.org/01n6e6j62", - "501100005062": "https://ror.org/003dqcp70", - "501100005061": "https://ror.org/003dqcp70", - "501100003569": "https://ror.org/01f7dp456", - "501100007603": "https://ror.org/01f7dp456", - "501100002670": "https://ror.org/00ks5vt51", - "100009014": "https://ror.org/00z21v095", - "100008402": "https://ror.org/00mhxn926", - "501100000691": "https://ror.org/00c489v88", - "501100001050": "https://ror.org/04xsveh31", - "100003024": "https://ror.org/02vrwn188", - "100010477": "https://ror.org/05g2n4m79", - "100000204": "https://ror.org/014a5gx79", - "100008619": "https://ror.org/014a5gx79", - "100000778": "https://ror.org/05mbkbj54", - "100006097": "https://ror.org/028t43p77", - "100006303": "https://ror.org/028t43p77", - "501100004941": "https://ror.org/00j161312", - "501100000312": "https://ror.org/04rx8g170", - "100006237": "https://ror.org/00xdqtv86", - "100010549": "https://ror.org/04b05q786", - "501100005266": "https://ror.org/04p45sn64", - "100008895": "https://ror.org/03ypdje89", - "100008675": "https://ror.org/031yz7195", - "100008120": "https://ror.org/0413xn342", - "501100001252": "https://ror.org/03yr8h660", - "100005963": "https://ror.org/012xhfk02", - "100009336": "https://ror.org/045zy3z54", - "100004886": "https://ror.org/03gzw3461", - "100006643": "https://ror.org/03gzw3461", - "100006522": "https://ror.org/01hpb1x88", - "501100000768": "https://ror.org/059gk7j33", - "100003804": "https://ror.org/00vzqmg54", - "100008885": "https://ror.org/057q4mw47", - "501100001256": "https://ror.org/057q4mw47", - "501100007134": "https://ror.org/04mj0y667", - "100006974": "https://ror.org/036300c37", - "100008933": "https://ror.org/012xcvh54", - "100005709": "https://ror.org/05fxhrw65", - "100008422": "https://ror.org/058dk4619", - "501100007296": "https://ror.org/03bs18y54", - "100009432": "https://ror.org/02e1s7e95", - "100006291": "https://ror.org/03awpb417", - "100002847": "https://ror.org/03awpb417", - "100001545": "https://ror.org/01hx92781", - "501100000641": "https://ror.org/0402pb169", - "100007818": "https://ror.org/01zt0tq34", - "100004351": "https://ror.org/03yt1ez60", - "100001607": "https://ror.org/00y022594", - "100008037": "https://ror.org/00j99af28", - "100006587": "https://ror.org/03a654521", - "100004938": "https://ror.org/023cd6641", - "100004359": "https://ror.org/05k91zb11", - "100007061": "https://ror.org/020wypw95", - "100006591": "https://ror.org/03sxe1905", - "100007721": "https://ror.org/04yh8wr33", - "100001104": "https://ror.org/04yh8wr33", - "100004731": "https://ror.org/02n9cgn70", - "100009705": "https://ror.org/04ct7vj52", - "100010488": "https://ror.org/02vhff552", - "100005661": "https://ror.org/04nz2pc13", - "100005663": "https://ror.org/03ax9j741", - "100005495": "https://ror.org/00kvx4h58", - "100009261": "https://ror.org/04x65hs26", - "501100000668": "https://ror.org/033jcqk26", - "100006765": "https://ror.org/01rqa9952", - "100000935": "https://ror.org/02yh9se80", - "501100000828": "https://ror.org/02gdqk794", - "501100000623": "https://ror.org/03k7szx23", - "501100000749": "https://ror.org/00bma2332", - "501100000364": "https://ror.org/05mgfq941", - "501100000288": "https://ror.org/03wnrjx87", - "501100000188": "https://ror.org/00xya3a34", - "100011684": "https://ror.org/05f2xbq60", - "100001063": "https://ror.org/05f2xbq60", - "100008323": "https://ror.org/04raazs21", - "100007145": "https://ror.org/051jtz490", - "501100007211": "https://ror.org/0042e5975", - "501100000726": "https://ror.org/054hmd463", - "100008771": "https://ror.org/00x2ve368", - "100000185": "https://ror.org/02caytj08", - "100009224": "https://ror.org/02caytj08", - "501100004290": "https://ror.org/02a4gss26", - "100008464": "https://ror.org/01g9x3v85", - "100006956": "https://ror.org/01g9x3v85", - "100007018": "https://ror.org/03791d618", - "100006723": "https://ror.org/05phfhs05", - "100005228": "https://ror.org/053apnz82", - "100004695": "https://ror.org/033ssdc55", - "100006032": "https://ror.org/036482385", - "100007150": "https://ror.org/03wgxjb31", - "100004975": "https://ror.org/047cmqg95", - "501100000629": "https://ror.org/050x9d346", - "100007158": "https://ror.org/039bbm920", - "100004381": "https://ror.org/02vdyxx64", - "501100000662": "https://ror.org/01wwwe276", - "100007216": "https://ror.org/003pdcw24", - "100006363": "https://ror.org/04bqh5m06", - "100001257": "https://ror.org/04bqh5m06", - "100000019": "https://ror.org/01fz8x241", - "100006396": "https://ror.org/031ywxc85", - "100007619": "https://ror.org/02882ey95", - "100007697": "https://ror.org/03bbd8g15", - "100007696": "https://ror.org/03bbd8g15", - "100009695": "https://ror.org/029yxsv15", - "100005525": "https://ror.org/00ppq4k21", - "100000957": "https://ror.org/0375f4d26", - "100005345": "https://ror.org/00rqtg495", - "100005347": "https://ror.org/005tjs461", - "100006329": "https://ror.org/036bpjh12", - "100009741": "https://ror.org/036bpjh12", - "100002244": "https://ror.org/036bpjh12", - "100007325": "https://ror.org/015jknj09", - "100000048": "https://ror.org/02e463172", - "100001540": "https://ror.org/02bf6t552", - "100005358": "https://ror.org/02h3se683", - "100000962": "https://ror.org/04phskp39", - "100005165": "https://ror.org/00pmt4r91", - "100004699": "https://ror.org/05rckx884", - "100008531": "https://ror.org/04cxn3n47", - "100008532": "https://ror.org/04cxn3n47", - "100002590": "https://ror.org/01p3rh655", - "100002586": "https://ror.org/01p3rh655", - "100001941": "https://ror.org/01p3rh655", - "100003584": "https://ror.org/01p3rh655", - "100003585": "https://ror.org/01p3rh655", - "100002589": "https://ror.org/01p3rh655", - "100002587": "https://ror.org/01p3rh655", - "100002591": "https://ror.org/01p3rh655", - "100002592": "https://ror.org/01p3rh655", - "100001940": "https://ror.org/01p3rh655", - "100001939": "https://ror.org/01p3rh655", - "100001942": "https://ror.org/008ghcb80", - "100005233": "https://ror.org/008ghcb80", - "100005415": "https://ror.org/03535yg39", - "100009658": "https://ror.org/04n7k1343", - "100005497": "https://ror.org/00xhxz289", - "100006475": "https://ror.org/03qj07681", - "100001422": "https://ror.org/02nw48b86", - "100005401": "https://ror.org/04eq2dr50", - "100008453": "https://ror.org/03kdkbm65", - "100008454": "https://ror.org/03kdkbm65", - "100001465": "https://ror.org/0547sz392", - "100004844": "https://ror.org/059nz2x67", - "100007611": "https://ror.org/045rtab03", - "100006735": "https://ror.org/00dmrtm29", - "100000941": "https://ror.org/02tryst02", - "100004322": "https://ror.org/02tryst02", - "100010527": "https://ror.org/04za2st18", - "501100006631": "https://ror.org/0378g3743", - "501100000778": "https://ror.org/0378g3743", - "501100002142": "https://ror.org/0378g3743", - "100007140": "https://ror.org/013by2m91", - "100010575": "https://ror.org/0173xeq43", - "100010476": "https://ror.org/04y4k8j69", - "100009006": "https://ror.org/04qce9v53", - "100000980": "https://ror.org/04zk9fe75", - "100002625": "https://ror.org/04zk9fe75", - "501100000284": "https://ror.org/01mbxzz40", - "100008484": "https://ror.org/03fmvqd28", - "100001476": "https://ror.org/04tmafy09", - "100009477": "https://ror.org/01mdbyv68", - "501100002340": "https://ror.org/024sy5q53", - "501100000989": "https://ror.org/011akkh38", - "100005304": "https://ror.org/03etema57", - "100005434": "https://ror.org/04172mv97", - "100009622": "https://ror.org/03bvhwx18", - "100005457": "https://ror.org/03bvhwx18", - "501100000397": "https://ror.org/04p335086", - "100006649": "https://ror.org/05cf1h383", - "100007729": "https://ror.org/03v861t80", - "501100000969": "https://ror.org/0186yvf62", - "501100001183": "https://ror.org/04cpjyv67", - "100005175": "https://ror.org/050ssvp08", - "501100001023": "https://ror.org/03p711j77", - "100005462": "https://ror.org/02e71kh42", - "100002266": "https://ror.org/02e71kh42", - "100005499": "https://ror.org/02e71kh42", - "100010426": "https://ror.org/00bycf367", - "501100000308": "https://ror.org/00t3pr326", - "100010597": "https://ror.org/03n5jt416", - "100005230": "https://ror.org/038z5mp14", - "100009018": "https://ror.org/04r739x86", - "100004324": "https://ror.org/05pw69n24", - "100010692": "https://ror.org/05pw69n24", - "100007705": "https://ror.org/05pw69n24", - "100007210": "https://ror.org/05yab6874", - "100003227": "https://ror.org/05a6emh10", - "501100000669": "https://ror.org/02res4f29", - "100001589": "https://ror.org/04hmrvg91", - "100002287": "https://ror.org/03qs03z89", - "100002291": "https://ror.org/05awtjt98", - "501100004225": "https://ror.org/0235kyq22", - "501100002349": "https://ror.org/02k284p70", - "100009420": "https://ror.org/00j6a4d92", - "501100003032": "https://ror.org/00ht2ab73", - "100009126": "https://ror.org/02r9beq73", - "501100007434": "https://ror.org/01mvsby80", - "501100005752": "https://ror.org/00reard48", - "501100003981": "https://ror.org/034zgem50", - "100007542": "https://ror.org/0431b2v07", - "501100003177": "https://ror.org/017ctmv39", - "501100006269": "https://ror.org/02as34v38", - "501100003211": "https://ror.org/017977v32", - "501100006579": "https://ror.org/0385nmy68", - "501100002907": "https://ror.org/03m91y692", - "100008207": "https://ror.org/04n8fbz89", - "501100002734": "https://ror.org/02bez8p50", - "100007677": "https://ror.org/02bez8p50", - "501100006513": "https://ror.org/03e278q38", - "501100007827": "https://ror.org/02dtzq355", - "501100006339": "https://ror.org/01vxknj13", - "100007527": "https://ror.org/023k1pq97", - "100007528": "https://ror.org/02ec4x178", - "100009146": "https://ror.org/056185y51", - "501100000561": "https://ror.org/00r0jqe29", - "501100002959": "https://ror.org/04wm2jh50", - "501100007226": "https://ror.org/037bt1j05", - "100010803": "https://ror.org/054fn8673", - "501100002661": "https://ror.org/03q83t159", - "501100003134": "https://ror.org/03q83t159", - "100009076": "https://ror.org/03qx9tc91", - "501100006598": "https://ror.org/02sfn4p13", - "501100003510": "https://ror.org/051aqjh92", - "100006289": "https://ror.org/05kxtq558", - "100008376": "https://ror.org/020cpqb94", - "100008703": "https://ror.org/05cwy4x70", - "501100003351": "https://ror.org/05m5has32", - "501100001667": "https://ror.org/055zrhj18", - "100008593": "https://ror.org/00c8n3h65", - "501100004604": "https://ror.org/01qtasp15", - "501100006287": "https://ror.org/02ybv7q93", - "501100006408": "https://ror.org/04zvb9t44", - "501100006409": "https://ror.org/04zvb9t44", - "501100003446": "https://ror.org/04zvb9t44", - "100007675": "https://ror.org/043bgf219", - "501100001688": "https://ror.org/043bgf219", - "501100003977": "https://ror.org/04sazxf24", - "501100007707": "https://ror.org/01t264m74", - "501100004534": "https://ror.org/03zaba654", - "501100001321": "https://ror.org/05s0g1g46", - "501100006312": "https://ror.org/05s0g1g46", - "501100001290": "https://ror.org/04n8tjj02", - "501100003245": "https://ror.org/02x3w5g21", - "501100006574": "https://ror.org/02hk14q21", - "501100006288": "https://ror.org/00c97z041", - "501100004104": "https://ror.org/01bvfdq42", - "501100005401": "https://ror.org/023kmpc59", - "501100005989": "https://ror.org/05tahaz79", - "501100005375": "https://ror.org/02ar66p97", - "100007845": "https://ror.org/05nmnwa45", - "501100005992": "https://ror.org/053pcb396", - "501100003335": "https://ror.org/053pcb396", - "501100003852": "https://ror.org/02kg21794", - "501100004347": "https://ror.org/00wm3b005", - "501100003414": "https://ror.org/050rtva22", - "501100004527": "https://ror.org/0359z7n90", - "501100004208": "https://ror.org/026meq292", - "501100001821": "https://ror.org/01f9mc681", - "501100004410": "https://ror.org/04w9kkr77", - "501100004578": "https://ror.org/03j4eb467", - "501100006422": "https://ror.org/02s4h3z39", - "100009380": "https://ror.org/0218v2420", - "100007828": "https://ror.org/034z8a432", - "100004896": "https://ror.org/05xaqjm64", - "100006226": "https://ror.org/02pas9b60", - "100003311": "https://ror.org/00kdpsr48", - "100008749": "https://ror.org/02ddzr818", - "100006748": "https://ror.org/02pzmkw23", - "100002584": "https://ror.org/04yqx6497", - "100004969": "https://ror.org/00vtxwn66", - "100005110": "https://ror.org/02xstv633", - "100001160": "https://ror.org/000a1tn51", - "100004839": "https://ror.org/058mdz444", - "100007515": "https://ror.org/054yz2f06", - "100004835": "https://ror.org/00dk11h96", - "100006583": "https://ror.org/011rxtm45", - "100003903": "https://ror.org/01gyrte54", - "100006008": "https://ror.org/0027k1m19", - "100010323": "https://ror.org/02690tv45", - "100000861": "https://ror.org/01d35cw23", - "100002565": "https://ror.org/0185drb55", - "100005193": "https://ror.org/056zz0q95", - "100008152": "https://ror.org/03063wv95", - "100000965": "https://ror.org/000r61a05", - "100005366": "https://ror.org/000r61a05", - "501100002677": "https://ror.org/05qap2184", - "100000969": "https://ror.org/03b3akj74", - "100008155": "https://ror.org/0594s0e67", - "100001458": "https://ror.org/04y3rzk98", - "501100001171": "https://ror.org/029a54f25", - "100000897": "https://ror.org/00ax59295", - "100006501": "https://ror.org/00ax59295", - "100006293": "https://ror.org/04fy6j421", - "100002605": "https://ror.org/036s4q636", - "100002688": "https://ror.org/04bgneb83", - "100001006": "https://ror.org/0348ff195", - "100002554": "https://ror.org/05n8mee18", - "501100000001": "https://ror.org/01k1b2g25", - "100007581": "https://ror.org/01k1b2g25", - "100008599": "https://ror.org/05yh2xc78", - "100010429": "https://ror.org/01c3e9r47", - "501100000773": "https://ror.org/02gd18467", - "100006476": "https://ror.org/02y96rp12", - "100006764": "https://ror.org/035yg6030", - "501100001273": "https://ror.org/04bac6g30", - "100002017": "https://ror.org/0053krp57", - "100001542": "https://ror.org/01p7z6793", - "100001305": "https://ror.org/0430rna51", - "100005660": "https://ror.org/05wpxj691", - "100004409": "https://ror.org/05g6deb76", - "100002024": "https://ror.org/04853qb43", - "100002736": "https://ror.org/01awnfh35", - "100004419": "https://ror.org/01zpbb709", - "100008322": "https://ror.org/01jxhxv92", - "100002037": "https://ror.org/01jxhxv92", - "501100003942": "https://ror.org/05w9g2j85", - "100006592": "https://ror.org/03vedwr79", - "501100001657": "https://ror.org/05rg3k287", - "100005883": "https://ror.org/01ycgxf29", - "100002108": "https://ror.org/04edgdk70", - "100006599": "https://ror.org/04qjbd269", - "501100001674": "https://ror.org/01czwga19", - "100007537": "https://ror.org/04r1s2546", - "100007538": "https://ror.org/04r1s2546", - "100010629": "https://ror.org/00300j256", - "501100004930": "https://ror.org/01qeqe711", - "501100004931": "https://ror.org/01qeqe711", - "100001116": "https://ror.org/011728q79", - "100000009": "https://ror.org/00k86s890", - "501100004713": "https://ror.org/0090j2029", - "100008984": "https://ror.org/0252rqe04", - "501100003839": "https://ror.org/01ge9a191", - "100001605": "https://ror.org/01pxre019", - "100002078": "https://ror.org/01pxre019", - "100010314": "https://ror.org/04tst3481", - "100006768": "https://ror.org/01ay7an66", - "100006791": "https://ror.org/01x8pzm10", - "100001129": "https://ror.org/0009gvn90", - "100009520": "https://ror.org/03p2f7q52", - "100002156": "https://ror.org/02ga6zq31", - "501100001675": "https://ror.org/0040b6869", - "100005237": "https://ror.org/037ebw447", - "100007080": "https://ror.org/00pfg3v73", - "100001810": "https://ror.org/00pfg3v73", - "100002292": "https://ror.org/00pfg3v73", - "100008651": "https://ror.org/04fgasy98", - "100007498": "https://ror.org/04fgasy98", - "100002193": "https://ror.org/033b6cz88", - "100001218": "https://ror.org/04b7haz84", - "100005311": "https://ror.org/03ahv9t97", - "100006542": "https://ror.org/03ahv9t97", - "501100007725": "https://ror.org/00czgcw56", - "100006258": "https://ror.org/04ndvz759", - "100000979": "https://ror.org/04ndvz759", - "100005979": "https://ror.org/030635250", - "100001253": "https://ror.org/03ww1bx13", - "501100001474": "https://ror.org/05yb3w112", - "100003064": "https://ror.org/05ffr8x96", - "501100001291": "https://ror.org/05bj02613", - "100007807": "https://ror.org/037msyf12", - "100000890": "https://ror.org/03019wv17", - "100008870": "https://ror.org/03019wv17", - "100001214": "https://ror.org/03019wv17", - "100002248": "https://ror.org/03019wv17", - "100001770": "https://ror.org/03019wv17", - "501100000926": "https://ror.org/05kqz6183", - "100009653": "https://ror.org/05kqz6183", - "100005189": "https://ror.org/04m0xav37", - "100005968": "https://ror.org/036wcgd38", - "100005336": "https://ror.org/04saw1818", - "100010237": "https://ror.org/02ja4sy98", - "100001512": "https://ror.org/051687e73", - "100006108": "https://ror.org/04pw6fb54", - "100000097": "https://ror.org/04pw6fb54", - "100004865": "https://ror.org/02tsp7733", - "100003979": "https://ror.org/05p52rc54", - "100003167": "https://ror.org/003kb2e24", - "100003262": "https://ror.org/01bbba959", - "100001283": "https://ror.org/05k0fdc49", - "100001299": "https://ror.org/03jpt8f29", - "100006093": "https://ror.org/014q65q44", - "100007282": "https://ror.org/00gdzr170", - "100006635": "https://ror.org/05b8tgb13", - "100001319": "https://ror.org/003rxtd24", - "100003395": "https://ror.org/0338fxs55", - "100006070": "https://ror.org/03277sm65", - "100005144": "https://ror.org/002zrf773", - "100006066": "https://ror.org/02xnhzs58", - "100004925": "https://ror.org/01yf9rd65", - "100006535": "https://ror.org/01dmpb598", - "100009730": "https://ror.org/01dmpb598", - "100002582": "https://ror.org/01dz8hz75", - "100000971": "https://ror.org/00mwp5989", - "100010161": "https://ror.org/02411tk93", - "100009843": "https://ror.org/03e3kts03", - "100001477": "https://ror.org/02vjprr88", - "100010417": "https://ror.org/0485axj58", - "100006746": "https://ror.org/05m9m0021", - "100009738": "https://ror.org/003kgv736", - "100000905": "https://ror.org/049kzbj92", - "100005273": "https://ror.org/02mhagg83", - "100001207": "https://ror.org/01q222b25", - "100005634": "https://ror.org/01q222b25", - "100004171": "https://ror.org/04ss5f518", - "100000894": "https://ror.org/02hkvad16", - "100006058": "https://ror.org/03h1gea69", - "100001445": "https://ror.org/038ja4880", - "100001033": "https://ror.org/04yhme281", - "100000909": "https://ror.org/03ktbzq37", - "100009930": "https://ror.org/00qd1fk85", - "100001415": "https://ror.org/00qd1fk85", - "100001793": "https://ror.org/03199wg76", - "100007742": "https://ror.org/03t95yr58", - "100007141": "https://ror.org/03t95yr58", - "100007741": "https://ror.org/03t95yr58", - "100003509": "https://ror.org/04dv7yp79", - "100005202": "https://ror.org/01frxsf98", - "100003194": "https://ror.org/03n2a3p06", - "100007293": "https://ror.org/01vt83t39", - "100002280": "https://ror.org/00dky2106", - "100006021": "https://ror.org/01ynqd283", - "100002373": "https://ror.org/01aetv375", - "100007120": "https://ror.org/044b6j563", - "100005631": "https://ror.org/044b6j563", - "100004196": "https://ror.org/017aszj34", - "100000954": "https://ror.org/02h1ae871", - "100005482": "https://ror.org/00wxk2s46", - "100005337": "https://ror.org/01pqc3561", - "100006220": "https://ror.org/0024sf220", - "100002568": "https://ror.org/00mcbta55", - "100009524": "https://ror.org/00mcbta55", - "100005328": "https://ror.org/00a1rzv11", - "100005414": "https://ror.org/00f3ntm46", - "100004862": "https://ror.org/00g46nx55", - "100005406": "https://ror.org/053pbpj30", - "501100000554": "https://ror.org/05cmkp264", - "100000868": "https://ror.org/0288es483", - "100001172": "https://ror.org/012f6s028", - "100010451": "https://ror.org/025nqct78", - "100010453": "https://ror.org/01nqk4x38", - "100009904": "https://ror.org/01nqk4x38", - "100010211": "https://ror.org/01nqk4x38", - "100010214": "https://ror.org/01nqk4x38", - "100010452": "https://ror.org/01nqk4x38", - "100010213": "https://ror.org/01nqk4x38", - "100010212": "https://ror.org/01nqk4x38", - "100010454": "https://ror.org/01nqk4x38", - "100009908": "https://ror.org/01nqk4x38", - "100009909": "https://ror.org/01nqk4x38", - "100010215": "https://ror.org/01nqk4x38", - "100010455": "https://ror.org/01nqk4x38", - "100009905": "https://ror.org/01nqk4x38", - "100009907": "https://ror.org/01nqk4x38", - "100009903": "https://ror.org/01nqk4x38", - "100010456": "https://ror.org/01nqk4x38", - "100010457": "https://ror.org/01nqk4x38", - "100005504": "https://ror.org/020kk1193", - "100006674": "https://ror.org/02vawy993", - "100004364": "https://ror.org/051659894", - "100005187": "https://ror.org/03nhmbj89", - "100004703": "https://ror.org/02rdpzb15", - "100007500": "https://ror.org/02rdpzb15", - "100001906": "https://ror.org/00hasdx88", - "100006371": "https://ror.org/02wyqrf98", - "100007868": "https://ror.org/00b1y8922", - "100001769": "https://ror.org/00q84em04", - "100010177": "https://ror.org/046z54t28", - "100000208": "https://ror.org/030prv062", - "100004429": "https://ror.org/02gjn4306", - "100005995": "https://ror.org/03kyxhh57", - "100004347": "https://ror.org/02bbd5539", - "100004734": "https://ror.org/02bbd5539", - "501100000150": "https://ror.org/022mxs943", - "100008365": "https://ror.org/03px3wr77", - "100005502": "https://ror.org/04wrzra57", - "100003613": "https://ror.org/05hzvxx71", - "100010299": "https://ror.org/050473r14", - "100006399": "https://ror.org/050473r14", - "100008334": "https://ror.org/01rqt6394", - "501100007276": "https://ror.org/04knh8e66", - "100008927": "https://ror.org/012kxk780", - "100000984": "https://ror.org/012kxk780", - "100002567": "https://ror.org/02n27h954", - "100002894": "https://ror.org/02n27h954", - "100003616": "https://ror.org/05ds63q12", - "100009556": "https://ror.org/0438kyb38", - "100005284": "https://ror.org/020r34245", - "100005396": "https://ror.org/041v7ky66", - "100010719": "https://ror.org/01few5909", - "100007488": "https://ror.org/03g6j6055", - "501100002757": "https://ror.org/01znsh139", - "100000903": "https://ror.org/0174e3t82", - "100009342": "https://ror.org/015facm29", - "100009702": "https://ror.org/031nh9x49", - "501100000557": "https://ror.org/054exvb85", - "100005426": "https://ror.org/033523d69", - "100006325": "https://ror.org/033523d69", - "501100006514": "https://ror.org/00sqes684", - "100006427": "https://ror.org/03gvvb706", - "100005453": "https://ror.org/03gvvb706", - "100002618": "https://ror.org/05s1w1241", - "501100000221": "https://ror.org/037263y09", - "501100002789": "https://ror.org/052811a42", - "100007310": "https://ror.org/01425vp67", - "501100006522": "https://ror.org/01aa1sn70", - "501100003107": "https://ror.org/05vp4ka74", - "501100003108": "https://ror.org/05vp4ka74", - "501100006603": "https://ror.org/00y3wq736", - "501100004383": "https://ror.org/04cnktn59", - "100008174": "https://ror.org/03pnd9115", - "501100008456": "https://ror.org/01de6vt88", - "501100005954": "https://ror.org/018azsp93", - "501100000079": "https://ror.org/00tspxb31", - "501100006391": "https://ror.org/03fw2bn12", - "100010896": "https://ror.org/054ykvg32", - "100007773": "https://ror.org/00aj77a24", - "100001039": "https://ror.org/01x6q1934", - "501100000829": "https://ror.org/0320bge18", - "501100003592": "https://ror.org/0320bge18", - "100002046": "https://ror.org/04ntvzq34", - "100008189": "https://ror.org/04ntvzq34", - "501100000365": "https://ror.org/02jcwf181", - "501100001502": "https://ror.org/02m388s04", - "501100005276": "https://ror.org/02m388s04", - "501100006593": "https://ror.org/02m388s04", - "100007264": "https://ror.org/05335sh79", - "100007489": "https://ror.org/00zdkew04", - "501100005960": "https://ror.org/02y3dtg29", - "501100003085": "https://ror.org/01yz68468", - "501100004804": "https://ror.org/05k5b7r52", - "501100001530": "https://ror.org/01kr2nz80", - "100001143": "https://ror.org/01syxq867", - "100007746": "https://ror.org/03gtcr185", - "100006638": "https://ror.org/03awk9p59", - "100008894": "https://ror.org/043affe91", - "100007244": "https://ror.org/043affe91", - "501100006595": "https://ror.org/01q7jq182", - "100001595": "https://ror.org/006wb1h58", - "501100003391": "https://ror.org/04nx63b17", - "501100005265": "https://ror.org/04nx63b17", - "501100004720": "https://ror.org/04nx63b17", - "501100004719": "https://ror.org/04nx63b17", - "100007529": "https://ror.org/04nx63b17", - "501100008551": "https://ror.org/01m6mfc08", - "501100003130": "https://ror.org/03qtxy027", - "100008099": "https://ror.org/00bm89f36", - "100004369": "https://ror.org/00czndn44", - "100005117": "https://ror.org/00czndn44", - "501100006636": "https://ror.org/02d290r06", - "501100001861": "https://ror.org/02d290r06", - "100007873": "https://ror.org/051xf7e84", - "501100003038": "https://ror.org/03tb49961", - "501100000892": "https://ror.org/04gkw9q47", - "100004410": "https://ror.org/04wfr2810", - "501100003043": "https://ror.org/04wfr2810", - "100007330": "https://ror.org/03dx84k02", - "100006540": "https://ror.org/03dx84k02", - "100004882": "https://ror.org/006sm2430", - "501100004796": "https://ror.org/011ed2d57", - "100006292": "https://ror.org/03f1p6998", - "100009158": "https://ror.org/01ctnwa22", - "100008590": "https://ror.org/01ctnwa22", - "100008601": "https://ror.org/01ctnwa22", - "100000938": "https://ror.org/01ctnwa22", - "100001680": "https://ror.org/01ctnwa22", - "501100007038": "https://ror.org/018fdr531", - "100003882": "https://ror.org/05s5kq870", - "100004443": "https://ror.org/05s5kq870", - "100006099": "https://ror.org/05s5kq870", - "100007852": "https://ror.org/05s5kq870", - "501100005850": "https://ror.org/037x4qk98", - "100004014": "https://ror.org/04a37aq75", - "501100003661": "https://ror.org/015w1qa96", - "100004716": "https://ror.org/05rjsp326", - "100006676": "https://ror.org/01pmvz131", - "100006412": "https://ror.org/04eb8df09", - "501100001823": "https://ror.org/037n8p820", - "100009532": "https://ror.org/05w1nn565", - "501100007147": "https://ror.org/0369g1y44", - "100007364": "https://ror.org/00fgmmg43", - "100009541": "https://ror.org/036grjg58", - "100004955": "https://ror.org/04bhzjf61", - "100001768": "https://ror.org/02xxmeg14", - "501100002963": "https://ror.org/01gvkyp03", - "100006955": "https://ror.org/05aq6yn88", - "100009033": "https://ror.org/0227qpa16", - "100003184": "https://ror.org/01df6fw27", - "100005459": "https://ror.org/01hpjfm62", - "501100000930": "https://ror.org/004ckc033", - "501100006600": "https://ror.org/02c3ywg26", - "501100004494": "https://ror.org/04fg9yv80", - "100009335": "https://ror.org/02k52c211", - "501100000822": "https://ror.org/02rqc5533", - "100009009": "https://ror.org/05afs3z13", - "501100000730": "https://ror.org/03mqxhm40", - "100005562": "https://ror.org/03hj4jr80", - "501100007294": "https://ror.org/04cz2yk65", - "100009527": "https://ror.org/04cz2yk65", - "501100004564": "https://ror.org/01znas443", - "501100006267": "https://ror.org/046gbzb64", - "501100006268": "https://ror.org/046gbzb64", - "501100006605": "https://ror.org/03n5zh241", - "100007075": "https://ror.org/03r8s5x58", - "100002245": "https://ror.org/04hcrmf43", - "100010890": "https://ror.org/04hyfx005", - "100005693": "https://ror.org/01hhm9k47", - "100006261": "https://ror.org/05qqqz947", - "100005170": "https://ror.org/05qqqz947", - "100010516": "https://ror.org/05qqqz947", - "100008281": "https://ror.org/03xaemp51", - "100003283": "https://ror.org/04811ff34", - "501100000683": "https://ror.org/03zhs2308", - "100010601": "https://ror.org/05wt11w07", - "501100000860": "https://ror.org/02ahe3232", - "100009549": "https://ror.org/04dkzbv90", - "100006239": "https://ror.org/02k5gcb44", - "100009694": "https://ror.org/032tne230", - "100004940": "https://ror.org/055agmx53", - "501100000360": "https://ror.org/056bwcz71", - "100009041": "https://ror.org/05rfgws98", - "100005569": "https://ror.org/03zzjgp12", - "100009026": "https://ror.org/03agge938", - "100009027": "https://ror.org/03agge938", - "501100003958": "https://ror.org/057tq3593", - "501100000695": "https://ror.org/04danph04", - "501100001254": "https://ror.org/00gmnqd91", - "501100006454": "https://ror.org/01hwpsz06", - "501100004395": "https://ror.org/00qsw2f44", - "100004784": "https://ror.org/01093z329", - "501100004516": "https://ror.org/02e2avb86", - "501100003448": "https://ror.org/04yeh8h63", - "100004926": "https://ror.org/05as1qb59", - "501100000326": "https://ror.org/04yfnda77", - "100002322": "https://ror.org/03daw3m97", - "501100002960": "https://ror.org/04t50sy53", - "100005703": "https://ror.org/02f7sfa33", - "100001366": "https://ror.org/00kqye711", - "100002438": "https://ror.org/015pwzh41", - "100008032": "https://ror.org/015pwzh41", - "100001389": "https://ror.org/015pwzh41", - "100007453": "https://ror.org/00qmq1337", - "501100002021": "https://ror.org/04jwm9504", - "501100000195": "https://ror.org/02kzsfv42", - "501100000062": "https://ror.org/005tyn647", - "501100000196": "https://ror.org/000az4664", - "501100001805": "https://ror.org/000az4664", - "501100006538": "https://ror.org/00nd98w52", - "501100000070": "https://ror.org/05ffyfw07", - "501100003284": "https://ror.org/02znd6t60", - "100008022": "https://ror.org/011w66729", - "501100000077": "https://ror.org/011w66729", - "100008762": "https://ror.org/029s29983", - "100010220": "https://ror.org/048s2rn92", - "501100002844": "https://ror.org/04ahb7r80", - "501100007297": "https://ror.org/03s9hs139", - "100009483": "https://ror.org/04t730v47", - "501100004684": "https://ror.org/03b9y4e65", - "501100005058": "https://ror.org/05db8zr24", - "501100007815": "https://ror.org/04jmsq731", - "501100007926": "https://ror.org/047bp1713", - "501100004213": "https://ror.org/03wwspn40", - "100009266": "https://ror.org/02gdc3814", - "100009267": "https://ror.org/02gdc3814", - "501100007927": "https://ror.org/01gbfax37", - "501100004310": "https://ror.org/03s8xc553", - "501100004832": "https://ror.org/03yph8055", - "501100006711": "https://ror.org/04ymgwq66", - "501100003408": "https://ror.org/02msjvh03", - "501100004860": "https://ror.org/013qfkw58", - "501100005420": "https://ror.org/05mnjs436", - "501100003455": "https://ror.org/02fj6b627", - "501100005372": "https://ror.org/05arjae42", - "501100005692": "https://ror.org/00zyh6d22", - "501100002411": "https://ror.org/02t54e151", - "501100004883": "https://ror.org/051rngw70", - "501100005756": "https://ror.org/0506tgm76", - "501100004109": "https://ror.org/04wgyjv21", - "501100005272": "https://ror.org/031y8am81", - "501100000708": "https://ror.org/026efkc57", - "501100004795": "https://ror.org/055khg266", - "501100003416": "https://ror.org/02jgpyd84", - "501100002474": "https://ror.org/05v1ekw79", - "501100002481": "https://ror.org/059r50h13", - "501100002505": "https://ror.org/050mgpz97", - "501100002516": "https://ror.org/03c9fpk55", - "501100002519": "https://ror.org/053nycv62", - "501100002529": "https://ror.org/024kwvm84", - "501100006090": "https://ror.org/037pkxm09", - "501100002530": "https://ror.org/037pkxm09", - "501100002556": "https://ror.org/00ncqx842", - "501100003962": "https://ror.org/00n7m6g17", - "501100005749": "https://ror.org/05rcqrz41", - "501100007823": "https://ror.org/01t11nq62", - "501100007286": "https://ror.org/03fgtjr33", - "501100007066": "https://ror.org/05g3wdh84", - "501100005872": "https://ror.org/01670bg46", - "501100005115": "https://ror.org/044b0xj37", - "501100006001": "https://ror.org/053kevk63", - "501100008559": "https://ror.org/05202v862", - "501100008343": "https://ror.org/03te2zs36", - "100010791": "https://ror.org/05khqpb71", - "501100008344": "https://ror.org/00cbhey71", - "100010747": "https://ror.org/04az9eh24", - "501100008447": "https://ror.org/020mrfq61", - "100009568": "https://ror.org/0330rc745", - "501100003459": "https://ror.org/02wmsc916", - "501100007935": "https://ror.org/004eeze55", - "501100007955": "https://ror.org/018jdfk45", - "501100003809": "https://ror.org/036prgm77", - "501100008467": "https://ror.org/03zjb7z20", - "100008692": "https://ror.org/02emvsg33", - "100007839": "https://ror.org/04yqxxq63", - "501100005379": "https://ror.org/02cd6sx47", - "501100007089": "https://ror.org/042k5fe81", - "501100008279": "https://ror.org/028h95t32", - "100007712": "https://ror.org/002qeva03", - "501100003544": "https://ror.org/05n757p35", - "501100002626": "https://ror.org/02dzzka09", - "501100002540": "https://ror.org/0509ndt57", - "501100002453": "https://ror.org/03nfkpr39", - "501100007813": "https://ror.org/03nfkpr39", - "501100007345": "https://ror.org/04fy6jb97", - "501100002588": "https://ror.org/05wgsx832", - "501100002606": "https://ror.org/01b1rvg28", - "501100002450": "https://ror.org/042jsgw44", - "501100002517": "https://ror.org/008bbzm95", - "501100002463": "https://ror.org/03016c374", - "501100002607": "https://ror.org/02s5s5e14", - "501100002589": "https://ror.org/05ehpzq05", - "501100002484": "https://ror.org/0473nvz85", - "501100002493": "https://ror.org/05y7b4225", - "501100002622": "https://ror.org/03sf7t726", - "501100002528": "https://ror.org/02qedp211", - "501100002489": "https://ror.org/01bxsr356", - "501100002503": "https://ror.org/051et2y58", - "501100002497": "https://ror.org/00331xs95", - "501100002594": "https://ror.org/059hy2f55", - "501100007347": "https://ror.org/04synqw60", - "501100002595": "https://ror.org/01gcnxt20", - "501100002524": "https://ror.org/04xz43j90", - "501100002494": "https://ror.org/02f9rwx65", - "501100002495": "https://ror.org/04vj5r404", - "501100002525": "https://ror.org/048t58j41", - "501100002625": "https://ror.org/02a7kg544", - "501100002487": "https://ror.org/03xf99d80", - "501100002596": "https://ror.org/00p8em311", - "501100002567": "https://ror.org/01jt32312", - "501100002443": "https://ror.org/045qyjz25", - "501100002442": "https://ror.org/018pdh902", - "100009309": "https://ror.org/01m877795", - "501100002498": "https://ror.org/010cbg926", - "501100002564": "https://ror.org/02t3h6354", - "501100002572": "https://ror.org/037gx5d02", - "501100002478": "https://ror.org/007s7qx27", - "100002192": "https://ror.org/02t0s0z58", - "100000992": "https://ror.org/04pqedt90", - "100009535": "https://ror.org/04pqedt90", - "501100002587": "https://ror.org/04bfjqy79", - "501100002501": "https://ror.org/054e4t190", - "501100002624": "https://ror.org/01nm0nj94", - "501100002499": "https://ror.org/02532pm14", - "501100002534": "https://ror.org/03hnckv05", - "501100002535": "https://ror.org/023jsyh61", - "501100002451": "https://ror.org/00yezxw87", - "501100002593": "https://ror.org/03vhwes25", - "501100002479": "https://ror.org/05qx3ve03", - "501100002490": "https://ror.org/039fgyk85", - "501100002446": "https://ror.org/03tawch75", - "501100002600": "https://ror.org/01rf04680", - "501100002601": "https://ror.org/0455zdm83", - "501100002566": "https://ror.org/01asa8g02", - "501100002617": "https://ror.org/01s5kvh23", - "501100002602": "https://ror.org/04f7wmd40", - "501100002455": "https://ror.org/026qx6917", - "501100002458": "https://ror.org/01bzvkv54", - "501100002513": "https://ror.org/05ar41694", - "501100002520": "https://ror.org/05h6xaj60", - "501100002533": "https://ror.org/01wmc1580", - "501100002550": "https://ror.org/02hngjw26", - "501100002552": "https://ror.org/01xts9v65", - "501100002604": "https://ror.org/04rg3qa61", - "501100002477": "https://ror.org/01fwksc03", - "501100007431": "https://ror.org/02x7w2961", - "501100002482": "https://ror.org/03kw5ag50", - "501100002610": "https://ror.org/00fnry208", - "501100002445": "https://ror.org/05055ck28", - "501100002506": "https://ror.org/00ea13906", - "501100002598": "https://ror.org/015dhy417", - "501100002615": "https://ror.org/035qaq447", - "501100002545": "https://ror.org/04xampv42", - "501100002574": "https://ror.org/01jbjw881", - "501100002627": "https://ror.org/00myp7129", - "100009039": "https://ror.org/01rs03g07", - "100007575": "https://ror.org/05y8x6h30", - "501100008685": "https://ror.org/005bjd415", - "501100007690": "https://ror.org/021hq5q33", - "100008499": "https://ror.org/00mc18523", - "501100004048": "https://ror.org/03dc0dy65", - "501100005580": "https://ror.org/056xnk046", - "501100004305": "https://ror.org/023crty50", - "501100007519": "https://ror.org/04bxa3v83", - "501100005998": "https://ror.org/044cm3z84", - "501100004852": "https://ror.org/01w60n236", - "100005500": "https://ror.org/05xp8d869", - "100005511": "https://ror.org/00172cb16", - "100005810": "https://ror.org/04vfzt688", - "100005343": "https://ror.org/02bkc9a40", - "100005279": "https://ror.org/0351dnm69", - "100005344": "https://ror.org/05fp00270", - "100010529": "https://ror.org/044g8hq51", - "100001936": "https://ror.org/042kvvy70", - "100008802": "https://ror.org/042kvvy70", - "100008803": "https://ror.org/042kvvy70", - "100005282": "https://ror.org/03s513359", - "100005283": "https://ror.org/016w0gt88", - "100006304": "https://ror.org/00jenrw75", - "100005375": "https://ror.org/00vd44543", - "100005285": "https://ror.org/05hs3x327", - "100001468": "https://ror.org/05mk2v788", - "100005673": "https://ror.org/031yzhe66", - "100008462": "https://ror.org/04r8v5797", - "100005486": "https://ror.org/04r8v5797", - "100005697": "https://ror.org/03mf58h04", - "100002173": "https://ror.org/058h4f948", - "100005346": "https://ror.org/04n3hjx90", - "100005884": "https://ror.org/05at4t633", - "100006219": "https://ror.org/005kyzk28", - "100005885": "https://ror.org/05wh3vf38", - "100005844": "https://ror.org/0406kzg67", - "100005967": "https://ror.org/05j1kzp43", - "100005236": "https://ror.org/02w982447", - "100003879": "https://ror.org/02ht85z18", - "100004962": "https://ror.org/00avnw427", - "100005700": "https://ror.org/03vvasf30", - "100005181": "https://ror.org/00ag8ns14", - "100006040": "https://ror.org/03rmb5927", - "100009193": "https://ror.org/01dw2jw22", - "100004452": "https://ror.org/00nvmb859", - "100005948": "https://ror.org/018cj0796", - "100005832": "https://ror.org/02c1wsz97", - "100009297": "https://ror.org/04g3e3p90", - "100006621": "https://ror.org/01dk2f490", - "100006334": "https://ror.org/03syp9w72", - "100005913": "https://ror.org/02vwn4357", - "100001261": "https://ror.org/02j123a71", - "100009415": "https://ror.org/05wx7ah15", - "100004867": "https://ror.org/002yd0837", - "100004927": "https://ror.org/018g81q42", - "100005277": "https://ror.org/013yz2z49", - "100008197": "https://ror.org/00k82dv87", - "100005383": "https://ror.org/00k82dv87", - "100009318": "https://ror.org/04kj21e96", - "100008041": "https://ror.org/016gp6x28", - "100005812": "https://ror.org/02czn2d69", - "100006018": "https://ror.org/01zdg1s07", - "100006062": "https://ror.org/0123ya521", - "100005306": "https://ror.org/024psbf52", - "100009313": "https://ror.org/02rt36v36", - "501100001824": "https://ror.org/01pv73b02", - "100005392": "https://ror.org/03ntmq932", - "100004873": "https://ror.org/020stct92", - "100004876": "https://ror.org/04rry3397", - "100004875": "https://ror.org/05v8e1c02", - "100004878": "https://ror.org/05v8e1c02", - "100001620": "https://ror.org/05btp4k45", - "100004959": "https://ror.org/056vcnr65", - "100005793": "https://ror.org/04vzsq290", - "100007430": "https://ror.org/01250xt95", - "100004930": "https://ror.org/02b5k3s39", - "100004887": "https://ror.org/047g2hq96", - "100005787": "https://ror.org/04haaft31", - "100004855": "https://ror.org/03p7fww37", - "100007035": "https://ror.org/03gqzqb15", - "100004988": "https://ror.org/02ndmzk78", - "501100006369": "https://ror.org/00mm4ys28", - "100004906": "https://ror.org/00wd70b02", - "100004899": "https://ror.org/042asde39", - "501100002444": "https://ror.org/01szxxe12", - "100008423": "https://ror.org/02h7f3665", - "501100006746": "https://ror.org/011y7xt38", - "100001851": "https://ror.org/0025x8m44", - "100010623": "https://ror.org/0025x8m44", - "501100000582": "https://ror.org/00dfrzy25", - "501100002448": "https://ror.org/0483r5v56", - "501100002480": "https://ror.org/02fg4j559", - "501100000121": "https://ror.org/014y22g21", - "501100002485": "https://ror.org/057p3dx48", - "501100007613": "https://ror.org/01mcrnj60", - "100009897": "https://ror.org/01r097937", - "100010207": "https://ror.org/01r097937", - "501100008329": "https://ror.org/01wfzer83", - "501100007269": "https://ror.org/00bzckd95", - "501100004216": "https://ror.org/012g45386", - "100009902": "https://ror.org/049sfwc36", - "100009901": "https://ror.org/049sfwc36", - "100009085": "https://ror.org/01cnqpt53", - "100008701": "https://ror.org/037yy5v69", - "501100002554": "https://ror.org/00m4aws33", - "501100004068": "https://ror.org/03fx09x73", - "501100007470": "https://ror.org/05hawb687", - "100008704": "https://ror.org/05b5sds65", - "501100000992": "https://ror.org/014ngq634", - "501100001140": "https://ror.org/014ngq634", - "501100002867": "https://ror.org/01rcvq140", - "501100006486": "https://ror.org/02my7ff12", - "100004779": "https://ror.org/016ykaq31", - "100007116": "https://ror.org/00sjx7d61", - "501100001715": "https://ror.org/04tz9fd40", - "501100001719": "https://ror.org/04z3wz653", - "100004387": "https://ror.org/01pcq0j68", - "501100004619": "https://ror.org/034gcgw60", - "100009046": "https://ror.org/0165d9303", - "501100002715": "https://ror.org/023rnh198", - "501100004952": "https://ror.org/03jp5g380", - "501100002925": "https://ror.org/04nmx3106", - "501100002746": "https://ror.org/01x6ma944", - "501100000063": "https://ror.org/05n22dr57", - "100007668": "https://ror.org/05n22dr57", - "501100004111": "https://ror.org/05n22dr57", - "100005316": "https://ror.org/05txqkd02", - "100005371": "https://ror.org/05txqkd02", - "501100005019": "https://ror.org/03f9gsg45", - "100008948": "https://ror.org/058pbt095", - "501100000048": "https://ror.org/03055qx94", - "501100000071": "https://ror.org/0286gjk84", - "100008573": "https://ror.org/050yj7e58", - "100008772": "https://ror.org/00j81st88", - "100008021": "https://ror.org/01r00g076", - "501100002795": "https://ror.org/023zamm70", - "100001978": "https://ror.org/041emnb33", - "100004366": "https://ror.org/02jfa8730", - "100008626": "https://ror.org/04hvmsy06", - "501100000017": "https://ror.org/00k5eg781", - "100005610": "https://ror.org/01bt34y59", - "501100000688": "https://ror.org/025cy1d38", - "100010595": "https://ror.org/02a5smf05", - "501100000921": "https://ror.org/01bstzn19", - "501100000354": "https://ror.org/05p20a626", - "100006788": "https://ror.org/05sfwv538", - "501100000661": "https://ror.org/0267nkd62", - "501100000286": "https://ror.org/0302b4677", - "100005463": "https://ror.org/00fdawj48", - "501100001941": "https://ror.org/04ptp8872", - "100007918": "https://ror.org/04k09rt14", - "100010525": "https://ror.org/011ye7p58", - "100008979": "https://ror.org/01r49ds17", - "501100003331": "https://ror.org/01jvd8304", - "501100003332": "https://ror.org/01jvd8304", - "501100004249": "https://ror.org/03bnsxq66", - "100010334": "https://ror.org/01gdbf303", - "501100000332": "https://ror.org/03kx2pj14", - "100008667": "https://ror.org/02mp0vf47", - "100004367": "https://ror.org/00yc8qw13", - "100005609": "https://ror.org/00yc8qw13", - "100009525": "https://ror.org/00yc8qw13", - "100010438": "https://ror.org/04tnbqb63", - "501100001603": "https://ror.org/015j3sb07", - "501100007135": "https://ror.org/04jnypc35", - "501100002880": "https://ror.org/03fkfs504", - "501100004533": "https://ror.org/01aefzx37", - "501100007141": "https://ror.org/05hvam844", - "501100006007": "https://ror.org/05evyfq09", - "501100006008": "https://ror.org/05evyfq09", - "100008430": "https://ror.org/03m3hse57", - "100009675": "https://ror.org/03m3hse57", - "100008431": "https://ror.org/03m3hse57", - "100008432": "https://ror.org/03m3hse57", - "501100005963": "https://ror.org/01zmzpt10", - "501100002291": "https://ror.org/02krbn758", - "501100000536": "https://ror.org/02krbn758", - "100008481": "https://ror.org/04650gr34", - "501100005049": "https://ror.org/00zgdb249", - "100008315": "https://ror.org/04b3ehq94", - "501100008560": "https://ror.org/030d08e08", - "501100001355": "https://ror.org/015p9va32", - "501100001443": "https://ror.org/03k5xes38", - "501100001452": "https://ror.org/01cbwn720", - "501100001481": "https://ror.org/009rw8n36", - "501100001471": "https://ror.org/00f44np30", - "501100002348": "https://ror.org/00n8pjn35", - "501100001463": "https://ror.org/05m38qe70", - "100008645": "https://ror.org/00t7fmg72", - "100009079": "https://ror.org/039rgny44", - "501100005402": "https://ror.org/05tppc012", - "501100001358": "https://ror.org/00z4nbg03", - "501100005959": "https://ror.org/045thge14", - "501100003127": "https://ror.org/045thge14", - "100004417": "https://ror.org/02gysew38", - "501100003554": "https://ror.org/03hz8wd80", - "501100003285": "https://ror.org/024h8p458", - "501100007389": "https://ror.org/044x68458", - "100001157": "https://ror.org/000cs1t14", - "501100002287": "https://ror.org/04abk6t05", - "501100001242": "https://ror.org/04abk6t05", - "100002152": "https://ror.org/045jt2189", - "501100004167": "https://ror.org/00p9jf779", - "501100000261": "https://ror.org/04d8ywj90", - "501100005318": "https://ror.org/006arvw77", - "100007418": "https://ror.org/05dtvab05", - "100009101": "https://ror.org/01z8tr155", - "100009102": "https://ror.org/01z8tr155", - "100001410": "https://ror.org/03teef091", - "100006259": "https://ror.org/01wfv3m53", - "501100000733": "https://ror.org/00qy2eq52", - "501100003129": "https://ror.org/00yx0s761", - "501100005914": "https://ror.org/04sv7km52", - "100006661": "https://ror.org/058qtt435", - "100006660": "https://ror.org/058qtt435", - "501100000274": "https://ror.org/02wdwnk04", - "501100005617": "https://ror.org/02wdwnk04", - "501100003106": "https://ror.org/03xg85719", - "501100003512": "https://ror.org/055gka453", - "501100005231": "https://ror.org/055gka453", - "501100001732": "https://ror.org/00znyv691", - "100008367": "https://ror.org/00znyv691", - "501100002803": "https://ror.org/01gb56c55", - "501100003976": "https://ror.org/0005jpy03", - "100000925": "https://ror.org/035tnyy05", - "501100003093": "https://ror.org/05mcs2t73", - "501100004613": "https://ror.org/04wtq2305", - "501100001459": "https://ror.org/01kcva023", - "501100004190": "https://ror.org/01822d048", - "501100001039": "https://ror.org/05jc9p859", - "501100000275": "https://ror.org/012mzw131", - "501100003662": "https://ror.org/03z9cwa38", - "501100001663": "https://ror.org/03bsmfz84", - "501100004901": "https://ror.org/00nc55f03", - "501100003009": "https://ror.org/044vr6g03", - "501100003529": "https://ror.org/00wqx6897", - "501100000809": "https://ror.org/00wqx6897", - "501100001349": "https://ror.org/04x3cxs03", - "100000863": "https://ror.org/01pqy3846", - "100009160": "https://ror.org/01pqy3846", - "501100000902": "https://ror.org/051m8tg66", - "501100001736": "https://ror.org/00tntzp09", - "501100003140": "https://ror.org/03f2xnj73", - "501100005357": "https://ror.org/037nx0e70", - "100004917": "https://ror.org/0003xa228", - "100001309": "https://ror.org/00jp8d455", - "100009494": "https://ror.org/00jp8d455", - "100001225": "https://ror.org/03jc1ps31", - "501100002915": "https://ror.org/04w6kn183", - "100006221": "https://ror.org/00j8z2m73", - "501100001742": "https://ror.org/00j8z2m73", - "100005156": "https://ror.org/012kf4317", - "100004375": "https://ror.org/01c3dm486", - "100000916": "https://ror.org/01c3dm486", - "501100003336": "https://ror.org/05eg49r29", - "100007595": "https://ror.org/00kxash64", - "501100001505": "https://ror.org/00zbf3d93", - "501100003665": "https://ror.org/026v53e29", - "501100001030": "https://ror.org/039d9wr27", - "100000879": "https://ror.org/052csg198", - "501100000974": "https://ror.org/04wyg6495", - "100001021": "https://ror.org/01gd7b947", - "100001082": "https://ror.org/019p8h045", - "501100001808": "https://ror.org/012y9zp98", - "501100003200": "https://ror.org/012s3r374", - "100001818": "https://ror.org/04drjs621", - "501100003243": "https://ror.org/00y6khe77", - "100006708": "https://ror.org/04bpasa69", - "501100001858": "https://ror.org/01kd5m353", - "501100001417": "https://ror.org/00ra24d41", - "100000885": "https://ror.org/02wv5fj21", - "100000061": "https://ror.org/02xey9a22", - "100007431": "https://ror.org/05exfab56", - "100000862": "https://ror.org/04n65rp89", - "501100001852": "https://ror.org/017aem598", - "501100004622": "https://ror.org/0368jnd28", - "100005393": "https://ror.org/05w7kkt66", - "501100000305": "https://ror.org/03z2py885", - "100006310": "https://ror.org/0028hgc48", - "100005764": "https://ror.org/0028hgc48", - "100001250": "https://ror.org/05pg13f04", - "100006136": "https://ror.org/04d8cf622", - "501100000361": "https://ror.org/050rgn017", - "501100001863": "https://ror.org/0055k7a87", - "501100003051": "https://ror.org/0055k7a87", - "501100002808": "https://ror.org/01kpjmx04", - "501100003793": "https://ror.org/052261q33", - "501100001427": "https://ror.org/00xcd7y72", - "501100001943": "https://ror.org/038j4hz26", - "501100004616": "https://ror.org/035rrps97", - "501100004266": "https://ror.org/035rrps97", - "501100003851": "https://ror.org/04rn1rm44", - "501100003125": "https://ror.org/027xav248", - "501100005431": "https://ror.org/027xav248", - "501100005424": "https://ror.org/027xav248", - "501100005435": "https://ror.org/027xav248", - "501100005439": "https://ror.org/027xav248", - "501100005440": "https://ror.org/027xav248", - "501100005429": "https://ror.org/027xav248", - "501100005433": "https://ror.org/027xav248", - "501100005437": "https://ror.org/027xav248", - "501100005438": "https://ror.org/027xav248", - "501100005432": "https://ror.org/027xav248", - "501100005434": "https://ror.org/027xav248", - "501100005426": "https://ror.org/027xav248", - "501100005428": "https://ror.org/027xav248", - "501100005425": "https://ror.org/027xav248", - "501100005430": "https://ror.org/027xav248", - "501100005427": "https://ror.org/027xav248", - "501100005436": "https://ror.org/027xav248", - "501100001145": "https://ror.org/014pyq554", - "501100004100": "https://ror.org/01cvsyf94", - "100000870": "https://ror.org/00dxczh48", - "100001547": "https://ror.org/02jpa9x52", - "100004944": "https://ror.org/054a0at43", - "501100001026": "https://ror.org/0120ky124", - "501100000698": "https://ror.org/00dzbg839", - "501100001728": "https://ror.org/0561xc723", - "501100002997": "https://ror.org/020k6v967", - "501100003081": "https://ror.org/0429te836", - "501100000287": "https://ror.org/0526snb40", - "501100001962": "https://ror.org/00v3jqn19", - "501100004343": "https://ror.org/0210rze73", - "501100002342": "https://ror.org/01njdr168", - "100001348": "https://ror.org/00rdpwj76", - "100002854": "https://ror.org/03epg4e71", - "100003187": "https://ror.org/00zc1hf95", - "501100000927": "https://ror.org/02kna3n95", - "501100003042": "https://ror.org/03zcxha54", - "501100001067": "https://ror.org/02swwpp84", - "100004441": "https://ror.org/01fn7me06", - "501100002745": "https://ror.org/00emnts94", - "100006031": "https://ror.org/04e98j339", - "100006380": "https://ror.org/008qp6e21", - "501100003001": "https://ror.org/01vb6q136", - "501100003390": "https://ror.org/00f3sc705", - "501100004567": "https://ror.org/04a3gjw65", - "501100000304": "https://ror.org/02417p338", - "100000892": "https://ror.org/01npwtv09", - "501100003286": "https://ror.org/03xr9q522", - "100007636": "https://ror.org/05pmq5w14", - "100004439": "https://ror.org/04hd1y677", - "100006312": "https://ror.org/03cvfxv40", - "100000967": "https://ror.org/03cvfxv40", - "100001767": "https://ror.org/04v83ky93", - "501100000362": "https://ror.org/03z7xev21", - "501100004486": "https://ror.org/00agy5a68", - "100004111": "https://ror.org/05fb9ak14", - "100006217": "https://ror.org/019c00g57", - "501100001446": "https://ror.org/02nqj0b62", - "100004815": "https://ror.org/0302v9k70", - "100005220": "https://ror.org/0045x2741", - "100000010": "https://ror.org/02fvtx219", - "501100002706": "https://ror.org/02e1fjy29", - "501100003601": "https://ror.org/051n9kx09", - "501100000592": "https://ror.org/037nbwt68", - "100001317": "https://ror.org/01hj26z68", - "501100000608": "https://ror.org/01r1e1h27", - "501100004892": "https://ror.org/00r6akf90", - "501100000045": "https://ror.org/002sgqx17", - "501100000295": "https://ror.org/01gycsq30", - "501100000938": "https://ror.org/05dbx6743", - "501100000317": "https://ror.org/01wcqa315", - "100005966": "https://ror.org/018kdpd27", - "100009280": "https://ror.org/018kdpd27", - "100001455": "https://ror.org/01zcf4n33", - "501100000324": "https://ror.org/0290hax27", - "501100000327": "https://ror.org/04j68sw28", - "100001698": "https://ror.org/02h43gk75", - "100006975": "https://ror.org/022t7q367", - "501100003056": "https://ror.org/03wrep505", - "100007388": "https://ror.org/00d1b1c41", - "100001982": "https://ror.org/02a4k9d45", - "501100001961": "https://ror.org/02zxqxw53", - "100005640": "https://ror.org/00ybhm522", - "501100001238": "https://ror.org/03a6gjz18", - "100004948": "https://ror.org/01y4ah893", - "100004937": "https://ror.org/01y4ah893", - "100003972": "https://ror.org/02g1cyr24", - "100000917": "https://ror.org/02g1cyr24", - "100005275": "https://ror.org/03zkdcr67", - "501100001731": "https://ror.org/05qvpbw57", - "100005725": "https://ror.org/046eh8t80", - "100006500": "https://ror.org/046eh8t80", - "501100004431": "https://ror.org/02zkxjz73", - "501100002222": "https://ror.org/00twbd828", - "501100001689": "https://ror.org/00twbd828", - "100004457": "https://ror.org/00twbd828", - "501100007042": "https://ror.org/00twbd828", - "501100000088": "https://ror.org/0562vg232", - "501100004157": "https://ror.org/047egay20", - "501100000732": "https://ror.org/037dz3r63", - "501100004509": "https://ror.org/049j2m240", - "501100001184": "https://ror.org/03yqfnv74", - "501100004612": "https://ror.org/02r7nkw81", - "501100004833": "https://ror.org/031wq1t38", - "501100004254": "https://ror.org/031wq1t38", - "501100003630": "https://ror.org/05qk3ge34", - "100000997": "https://ror.org/05avmtm72", - "100008226": "https://ror.org/05avmtm72", - "501100007907": "https://ror.org/023wx0t90", - "501100001421": "https://ror.org/023wx0t90", - "501100004097": "https://ror.org/0489qz649", - "100007391": "https://ror.org/0489qz649", - "100001314": "https://ror.org/01ma57r88", - "100003872": "https://ror.org/05257z229", - "501100003709": "https://ror.org/05mcyt529", - "501100005285": "https://ror.org/00w8cq239", - "501100000321": "https://ror.org/02gc7qc02", - "501100005374": "https://ror.org/043bpky34", - "501100001864": "https://ror.org/02hcxaq60", - "501100000353": "https://ror.org/04pkb2v55", - "501100000409": "https://ror.org/00n20jq68", - "100004921": "https://ror.org/00zwq0r67", - "100005984": "https://ror.org/0001ew531", - "100006212": "https://ror.org/05n4wp011", - "100004141": "https://ror.org/05n4wp011", - "100000884": "https://ror.org/02f3xk561", - "100004455": "https://ror.org/04jpp6j90", - "100005318": "https://ror.org/02mv9sr91", - "501100000325": "https://ror.org/01etdvs72", - "100000898": "https://ror.org/03atssj74", - "100005458": "https://ror.org/02ff5rr83", - "100007028": "https://ror.org/011x6n313", - "501100000291": "https://ror.org/02kx7se86", - "501100000380": "https://ror.org/02p7svq74", - "100005217": "https://ror.org/0015x1k58", - "100005225": "https://ror.org/04b7xxn32", - "100001062": "https://ror.org/04cmszv87", - "501100000109": "https://ror.org/03p641z80", - "501100000833": "https://ror.org/04e3zg361", - "100001145": "https://ror.org/00xr9yb90", - "100005612": "https://ror.org/05rbdsb19", - "501100000143": "https://ror.org/03benss35", - "501100005309": "https://ror.org/03benss35", - "501100000233": "https://ror.org/03gne5057", - "100001570": "https://ror.org/03v7a9n80", - "100002384": "https://ror.org/03v7a9n80", - "501100000981": "https://ror.org/02h291k47", - "100001614": "https://ror.org/02t1yaf39", - "501100001078": "https://ror.org/05e4d7a97", - "100006481": "https://ror.org/058bgdt55", - "501100000381": "https://ror.org/043fwdk81", - "501100004498": "https://ror.org/04enz2k98", - "501100001280": "https://ror.org/02z2a9w02", - "100007240": "https://ror.org/0115hrs73", - "501100005316": "https://ror.org/015x8jm48", - "501100001363": "https://ror.org/03nt1ca89", - "501100001593": "https://ror.org/03844ds60", - "501100001645": "https://ror.org/00dkye506", - "501100004785": "https://ror.org/05bqzfg94", - "100004219": "https://ror.org/041nhp446", - "100007774": "https://ror.org/01fncf688", - "501100004787": "https://ror.org/03tcppy59", - "501100001467": "https://ror.org/04ecck436", - "501100002876": "https://ror.org/05ev3vr27", - "501100004916": "https://ror.org/026d6ma13", - "501100005288": "https://ror.org/00ssgrj25", - "100000308": "https://ror.org/02gp85x20", - "501100002704": "https://ror.org/00gxct719", - "100001117": "https://ror.org/02jesmk44", - "100004446": "https://ror.org/03q4zw938", - "100005670": "https://ror.org/03q4zw938", - "100001275": "https://ror.org/006ss0h52", - "501100004469": "https://ror.org/04cwxh229", - "100005711": "https://ror.org/001yrmh12", - "100006489": "https://ror.org/04q5n7269", - "100001368": "https://ror.org/00kbbk236", - "501100004874": "https://ror.org/034ezwg26", - "501100002993": "https://ror.org/0172fj584", - "100001655": "https://ror.org/02e2erp81", - "100002296": "https://ror.org/01xpmbc27", - "100002602": "https://ror.org/02axhzy41", - "501100005032": "https://ror.org/02htdjb57", - "501100005105": "https://ror.org/005rhrm66", - "501100005106": "https://ror.org/005rhrm66", - "100006988": "https://ror.org/03yhprz62", - "100007123": "https://ror.org/01pj5nn22", - "100002946": "https://ror.org/010mtd283", - "501100003493": "https://ror.org/03ak9vt35", - "100007434": "https://ror.org/03yvcwz92", - "501100005270": "https://ror.org/00rgzpv08", - "100004153": "https://ror.org/02cmxdd33", - "100007457": "https://ror.org/05nzwyq50", - "501100005283": "https://ror.org/007pgtp80", - "501100005972": "https://ror.org/01wxdd722", - "501100005973": "https://ror.org/01wxdd722", - "501100004082": "https://ror.org/04p0je704", - "501100000049": "https://ror.org/004qxz190", - "100007840": "https://ror.org/03xpj4h50", - "501100000280": "https://ror.org/00dpq7q77", - "501100004489": "https://ror.org/00cjrc276", - "501100001746": "https://ror.org/017cs1c33", - "501100003338": "https://ror.org/04t48sm91", - "100008368": "https://ror.org/03xqpdg50", - "501100004522": "https://ror.org/01qmxzb47", - "501100000296": "https://ror.org/02h7g2017", - "501100003360": "https://ror.org/00byz6s18", - "501100001846": "https://ror.org/03xsjat94", - "501100000329": "https://ror.org/027754r66", - "501100000351": "https://ror.org/05qnwyb92", - "501100004541": "https://ror.org/048xjjh50", - "501100000615": "https://ror.org/03133qe46", - "501100004828": "https://ror.org/02snbhr24", - "501100000924": "https://ror.org/02caat392", - "501100003152": "https://ror.org/031756c24", - "100000873": "https://ror.org/04jsh2530", - "100000919": "https://ror.org/00qnfvz68", - "100006640": "https://ror.org/00qnfvz68", - "501100003975": "https://ror.org/03yxd7304", - "100001377": "https://ror.org/02seeba69", - "100001035": "https://ror.org/01dtadb22", - "501100003161": "https://ror.org/05k0v5t92", - "100001065": "https://ror.org/056pabz88", - "501100001075": "https://ror.org/0592vaq06", - "501100003199": "https://ror.org/048nn3q69", - "501100004312": "https://ror.org/03x0rzg54", - "501100001114": "https://ror.org/011rzkg17", - "100004741": "https://ror.org/00mkdan60", - "501100001166": "https://ror.org/05mwvz623", - "100004829": "https://ror.org/0202czp82", - "100004828": "https://ror.org/0202czp82", - "501100001258": "https://ror.org/03cgjk195", - "501100004361": "https://ror.org/01pd7my79", - "100001190": "https://ror.org/05j70cm37", - "501100001323": "https://ror.org/02d540t02", - "501100004401": "https://ror.org/02b1qyv69", - "501100002722": "https://ror.org/048gf2b30", - "100001279": "https://ror.org/029xgej46", - "100001296": "https://ror.org/05g0xkn45", - "100004885": "https://ror.org/032nbqb04", - "100007625": "https://ror.org/05ewr7t48", - "100001449": "https://ror.org/05ewr7t48", - "100001582": "https://ror.org/04xy3z086", - "100001642": "https://ror.org/02ebg5q27", - "100001844": "https://ror.org/04g20q935", - "100003357": "https://ror.org/04g20q935", - "100003358": "https://ror.org/04g20q935", - "100005987": "https://ror.org/03kcmdr33", - "501100001444": "https://ror.org/02rvm6b03", - "100006087": "https://ror.org/021asz590", - "100002555": "https://ror.org/01722g748", - "100007421": "https://ror.org/01g6g9h28", - "501100000106": "https://ror.org/00trnds81", - "100007479": "https://ror.org/02jecj653", - "501100000294": "https://ror.org/00saj4962", - "100006395": "https://ror.org/03gzf0d03", - "501100000355": "https://ror.org/04fskt963", - "100004027": "https://ror.org/057t8sx48", - "501100000544": "https://ror.org/01ppg1t70", - "501100000625": "https://ror.org/021aawt29", - "100006781": "https://ror.org/04q644746", - "501100000689": "https://ror.org/040v79746", - "501100001110": "https://ror.org/04pke7819", - "501100003764": "https://ror.org/054dq0621", - "100006945": "https://ror.org/02yyzvz79", - "501100003956": "https://ror.org/04dyhjr58", - "501100002736": "https://ror.org/04dyhjr58", - "501100000862": "https://ror.org/020w7x032", - "501100002292": "https://ror.org/03jsnw290", - "501100001235": "https://ror.org/03jsnw290", - "501100003973": "https://ror.org/03c6c9520", - "501100002774": "https://ror.org/044g35w58", - "501100001337": "https://ror.org/00xtpbs68", - "501100000996": "https://ror.org/023wsvq95", - "501100001763": "https://ror.org/023wsvq95", - "501100001137": "https://ror.org/023wsvq95", - "501100001766": "https://ror.org/023wsvq95", - "501100004141": "https://ror.org/023wsvq95", - "501100001049": "https://ror.org/023wsvq95", - "501100000972": "https://ror.org/023wsvq95", - "501100002816": "https://ror.org/04bxzgg25", - "501100001508": "https://ror.org/04600bt44", - "501100005286": "https://ror.org/05hdz2063", - "501100002906": "https://ror.org/05sfep667", - "501100006120": "https://ror.org/03rybxa06", - "100000045": "https://ror.org/02g9c9v38", - "501100001653": "https://ror.org/0584kkb18", - "501100005289": "https://ror.org/0279n3m18", - "501100004346": "https://ror.org/01thcx676", - "501100001720": "https://ror.org/00vt3ry76", - "100000063": "https://ror.org/01wtjyf13", - "501100001848": "https://ror.org/009axkg17", - "501100002335": "https://ror.org/01n28jn45", - "100000193": "https://ror.org/04t269f15", - "100001778": "https://ror.org/01xmtfq82", - "501100005380": "https://ror.org/020ddnn22", - "501100005386": "https://ror.org/03w2v9593", - "100001935": "https://ror.org/03p9d3z47", - "100000923": "https://ror.org/001ader08", - "100001943": "https://ror.org/03k1e3764", - "501100005407": "https://ror.org/03qh32912", - "501100005847": "https://ror.org/03qh32912", - "501100005848": "https://ror.org/03qh32912", - "100002178": "https://ror.org/01g3ss027", - "100000990": "https://ror.org/029acmk59", - "501100003442": "https://ror.org/02vz62k77", - "100002179": "https://ror.org/02d58c802", - "100001068": "https://ror.org/01wt3vs82", - "100002041": "https://ror.org/01wt3vs82", - "501100006020": "https://ror.org/047wvvg23", - "100001078": "https://ror.org/00rbj3548", - "501100003558": "https://ror.org/05357zt36", - "100004752": "https://ror.org/05bmt7297", - "100001239": "https://ror.org/02dtjfs50", - "100002375": "https://ror.org/05ygyjd33", - "100002806": "https://ror.org/00p7ds424", - "100004816": "https://ror.org/0592h9m82", - "100004819": "https://ror.org/0592h9m82", - "100006346": "https://ror.org/01mcwn339", - "100004889": "https://ror.org/04zq3xb25", - "100006366": "https://ror.org/03krqra54", - "100004903": "https://ror.org/02j0q7e02", - "100003887": "https://ror.org/05qmfyw56", - "100005848": "https://ror.org/0125jx070", - "100004947": "https://ror.org/01kae7563", - "100004138": "https://ror.org/05wvxzm41", - "501100003503": "https://ror.org/01fz2rj87", - "100001447": "https://ror.org/0515k5w36", - "100004964": "https://ror.org/01cn04b23", - "100005922": "https://ror.org/008vgd385", - "100001491": "https://ror.org/014rsed66", - "100001521": "https://ror.org/0173k6h24", - "100004402": "https://ror.org/02r0g0093", - "100001558": "https://ror.org/01hwjc346", - "100004450": "https://ror.org/04etphg07", - "100001583": "https://ror.org/04vrv9h08", - "100005290": "https://ror.org/029a84r94", - "100004677": "https://ror.org/04hadnb81", - "100005937": "https://ror.org/045k5vt03", - "100007347": "https://ror.org/045k5vt03", - "100005468": "https://ror.org/00821cz13", - "100006033": "https://ror.org/02ssn9g91", - "501100000723": "https://ror.org/041t5x242", - "100005496": "https://ror.org/006dn3r34", - "501100000724": "https://ror.org/02bzj4420", - "501100000846": "https://ror.org/013grne12", - "100005641": "https://ror.org/014kx8q82", - "100007218": "https://ror.org/045jyg234", - "501100000863": "https://ror.org/01b7fm202", - "100006152": "https://ror.org/02rj0as03", - "501100000089": "https://ror.org/02vf3h353", - "501100000872": "https://ror.org/04gmhya03", - "100006260": "https://ror.org/03sdr0263", - "501100000148": "https://ror.org/00t6svq33", - "501100001425": "https://ror.org/011fjkk76", - "501100000947": "https://ror.org/0459phn12", - "501100002416": "https://ror.org/00kz6zq32", - "501100000230": "https://ror.org/0131mn086", - "501100001447": "https://ror.org/05tqbd879", - "501100001449": "https://ror.org/0537h0h72", - "100004721": "https://ror.org/01yeyxy55", - "100001775": "https://ror.org/01yeyxy55", - "100005199": "https://ror.org/05sn2fr43", - "501100000282": "https://ror.org/03ntprd85", - "501100000292": "https://ror.org/03xeae684", - "501100002514": "https://ror.org/024ctqw02", - "501100001513": "https://ror.org/01bk8ee93", - "501100001516": "https://ror.org/02xwkbq98", - "501100001522": "https://ror.org/04n2jeh03", - "100007785": "https://ror.org/016p59286", - "501100002655": "https://ror.org/05vd00053", - "501100004376": "https://ror.org/05vd00053", - "501100000303": "https://ror.org/019s18q02", - "501100001528": "https://ror.org/05q5yzt24", - "501100001160": "https://ror.org/052cqpt62", - "100007805": "https://ror.org/03qk82695", - "501100001187": "https://ror.org/03ev2fp74", - "501100000406": "https://ror.org/02gq0fg61", - "501100001723": "https://ror.org/03z1vf588", - "501100002783": "https://ror.org/02xvp8z16", - "501100001255": "https://ror.org/03356n642", - "100008025": "https://ror.org/05r2ts661", - "501100002791": "https://ror.org/01t1a2303", - "501100000413": "https://ror.org/00ejq3005", - "501100002206": "https://ror.org/01es9dw61", - "501100001854": "https://ror.org/01es9dw61", - "501100000568": "https://ror.org/02dj61c35", - "501100003350": "https://ror.org/0248qb926", - "501100002082": "https://ror.org/03jfjvh87", - "501100001510": "https://ror.org/03jfjvh87", - "501100000672": "https://ror.org/037tx1q23", - "501100000824": "https://ror.org/00y81cg83", - "501100002334": "https://ror.org/018vkvj59", - "501100003088": "https://ror.org/05az3m671", - "501100005667": "https://ror.org/0503xdx77", - "100001089": "https://ror.org/0585vsm16", - "100001095": "https://ror.org/00m3wrz48", - "501100003786": "https://ror.org/04gvkax77", - "501100003497": "https://ror.org/02a3z0p48", - "501100000960": "https://ror.org/05bakh610", - "100001107": "https://ror.org/04mh2zc60", - "501100004774": "https://ror.org/02ayg6516", - "100001109": "https://ror.org/058qtek75", - "501100003980": "https://ror.org/028e6y556", - "501100004825": "https://ror.org/03qadc961", - "501100002927": "https://ror.org/04ssevy49", - "501100005952": "https://ror.org/01kjwqy11", - "501100005971": "https://ror.org/02hq6wv21", - "501100005970": "https://ror.org/02hq6wv21", - "501100003561": "https://ror.org/02fkk6k65", - "501100004911": "https://ror.org/026zht694", - "501100003564": "https://ror.org/01ka9rn66", - "100001163": "https://ror.org/02xa5f497", - "501100003594": "https://ror.org/04bk4t231", - "501100004034": "https://ror.org/04kg99k11", - "100000883": "https://ror.org/04j0y0e37", - "100001222": "https://ror.org/01js9sf40", - "100000915": "https://ror.org/03qevzg44", - "100000920": "https://ror.org/01qwawt17", - "501100003670": "https://ror.org/04f097438", - "100001260": "https://ror.org/04gk5xv95", - "100000933": "https://ror.org/03s96de24", - "501100005076": "https://ror.org/01shbv660", - "100001274": "https://ror.org/02z681y43", - "501100000357": "https://ror.org/025qv0671", - "501100004200": "https://ror.org/05apbp152", - "100000983": "https://ror.org/05snapr15", - "100001515": "https://ror.org/05bq4ms81", - "100001535": "https://ror.org/004p56m59", - "100001312": "https://ror.org/02c9tf451", - "100001018": "https://ror.org/02se70931", - "501100004344": "https://ror.org/02cwr7s69", - "501100004379": "https://ror.org/02p745c92", - "501100000388": "https://ror.org/018w7fz66", - "100001318": "https://ror.org/02pqmy074", - "100001621": "https://ror.org/008bs5r20", - "100002243": "https://ror.org/03s9xxw55", - "501100004384": "https://ror.org/02kstzn75", - "100001651": "https://ror.org/03fcvqn57", - "100001384": "https://ror.org/02qva2y28", - "501100004566": "https://ror.org/02bffdv67", - "100002392": "https://ror.org/02sba6v14", - "100001671": "https://ror.org/02a3w7r50", - "501100004590": "https://ror.org/04t838f48", - "100001393": "https://ror.org/000b2tt25", - "100001395": "https://ror.org/00hwxbz16", - "100003710": "https://ror.org/03g38ta48", - "100001424": "https://ror.org/02dfyb978", - "100002476": "https://ror.org/03wpppw84", - "100001693": "https://ror.org/04wehyc39", - "100001438": "https://ror.org/02fsqj683", - "100001724": "https://ror.org/05rbbc072", - "100002569": "https://ror.org/01z81gq54", - "100001457": "https://ror.org/00kwhq089", - "100002598": "https://ror.org/02v5pea97", - "100004847": "https://ror.org/00z74sn08", - "100004031": "https://ror.org/01g7c0g45", - "100001502": "https://ror.org/00q2zjc87", - "100004854": "https://ror.org/056hf9h18", - "100001946": "https://ror.org/03k8x7365", - "100004120": "https://ror.org/037qe5327", - "100005089": "https://ror.org/05xd9aq52", - "100004142": "https://ror.org/02na1q715", - "100004858": "https://ror.org/015wjhp16", - "100004769": "https://ror.org/0058p7h33", - "100001278": "https://ror.org/0058p7h33", - "100004414": "https://ror.org/05m4rmw09", - "100002863": "https://ror.org/04b4rxp95", - "100002368": "https://ror.org/03pbzwf28", - "100001891": "https://ror.org/03pbzwf28", - "100004950": "https://ror.org/0434af134", - "100002069": "https://ror.org/01er75989", - "100004778": "https://ror.org/05qcea723", - "100004418": "https://ror.org/05qcea723", - "100002891": "https://ror.org/012w91b90", - "100004954": "https://ror.org/03dwefb78", - "100004437": "https://ror.org/031p7wh32", - "100004970": "https://ror.org/040pmcr47", - "100003020": "https://ror.org/05fckk939", - "100005232": "https://ror.org/05xnsh975", - "100002160": "https://ror.org/0285fde08", - "100005238": "https://ror.org/02agp0d04", - "100003085": "https://ror.org/02kesxz96", - "100005087": "https://ror.org/048tdcg16", - "100004448": "https://ror.org/048b0ns33", - "100002168": "https://ror.org/02qh9e431", - "100004986": "https://ror.org/05jnjmr07", - "100003185": "https://ror.org/005gjjf63", - "100005266": "https://ror.org/05f7khr13", - "100005286": "https://ror.org/03sjs8573", - "100003224": "https://ror.org/004r22g79", - "100005536": "https://ror.org/02r8tn769", - "100002213": "https://ror.org/05dg7rt55", - "100004709": "https://ror.org/015vnk029", - "100005361": "https://ror.org/05te4e461", - "100003263": "https://ror.org/01mrzcs29", - "100004711": "https://ror.org/00rkkzx80", - "100003304": "https://ror.org/04v9v0986", - "100009163": "https://ror.org/04v9v0986", - "100005380": "https://ror.org/05xj3t215", - "100003305": "https://ror.org/00sne9z79", - "100005581": "https://ror.org/00v2a6g95", - "100005382": "https://ror.org/04gffem11", - "100003351": "https://ror.org/03f455d91", - "100005613": "https://ror.org/0379w2016", - "100006013": "https://ror.org/00zf1g010", - "100007850": "https://ror.org/00zf1g010", - "100003571": "https://ror.org/01gejm974", - "501100005305": "https://ror.org/00rt0xj75", - "501100005304": "https://ror.org/00rt0xj75", - "100003668": "https://ror.org/03hp51383", - "100005400": "https://ror.org/059gy7s73", - "100006038": "https://ror.org/01sv5w039", - "100005630": "https://ror.org/05q1b6223", - "100000926": "https://ror.org/05q1b6223", - "100006174": "https://ror.org/03eecgp81", - "100005440": "https://ror.org/04r5s4b52", - "100006064": "https://ror.org/01pkpj777", - "100005466": "https://ror.org/04jp6nz39", - "100005648": "https://ror.org/03d9g2g58", - "100006211": "https://ror.org/00cxc2y95", - "100005653": "https://ror.org/04ddd7237", - "100006290": "https://ror.org/04rk0sp93", - "100006081": "https://ror.org/02zdz9d52", - "100003221": "https://ror.org/009xj7f03", - "100009560": "https://ror.org/00y65x556", - "100006083": "https://ror.org/00y65x556", - "100005839": "https://ror.org/03s9h8898", - "100006085": "https://ror.org/046zezr58", - "100006392": "https://ror.org/02yz1n812", - "100005881": "https://ror.org/00pngyt39", - "100005891": "https://ror.org/04x0tcn90", - "100006932": "https://ror.org/023xrdj21", - "100006092": "https://ror.org/014ys2k69", - "100006681": "https://ror.org/01kjwc090", - "100008868": "https://ror.org/03va2bz55", - "100005936": "https://ror.org/03va2bz55", - "100005959": "https://ror.org/00mn6be63", - "100006986": "https://ror.org/0370d4798", - "100006451": "https://ror.org/05ybkj905", - "100006107": "https://ror.org/01xvbqz61", - "100006726": "https://ror.org/00x9kww32", - "100006740": "https://ror.org/04hg0kz24", - "100007057": "https://ror.org/01s5k1048", - "100002407": "https://ror.org/00v7akn72", - "100007332": "https://ror.org/01xsmpb09", - "100007335": "https://ror.org/01evwk382", - "100006153": "https://ror.org/02vxk8v76", - "100005324": "https://ror.org/056a3nr23", - "100006792": "https://ror.org/038cgyc59", - "100007549": "https://ror.org/04mnkdm02", - "100006794": "https://ror.org/006qwnw28", - "100007211": "https://ror.org/03f9wqe45", - "100007576": "https://ror.org/01dbyqv08", - "100007577": "https://ror.org/01dbyqv08", - "100007578": "https://ror.org/01dbyqv08", - "100007354": "https://ror.org/00h5ca650", - "100008018": "https://ror.org/0316wrd42", - "100007275": "https://ror.org/037ej5648", - "100007651": "https://ror.org/01eb22z31", - "501100000069": "https://ror.org/00fahmw72", - "100008061": "https://ror.org/00skv9577", - "100008065": "https://ror.org/030689123", - "501100000074": "https://ror.org/03ye0w166", - "100008145": "https://ror.org/0031hzx04", - "100007653": "https://ror.org/02qxv7b63", - "501100000080": "https://ror.org/01ch4jq10", - "501100000403": "https://ror.org/03tzb7t51", - "100007379": "https://ror.org/04gyrp304", - "501100000082": "https://ror.org/05b6dcx13", - "100007386": "https://ror.org/03cen5169", - "501100000405": "https://ror.org/047jywd74", - "100008219": "https://ror.org/01984jp66", - "100007405": "https://ror.org/0375vv569", - "501100000152": "https://ror.org/0216whp02", - "100008222": "https://ror.org/057rnbw54", - "100007695": "https://ror.org/01je3h843", - "501100000523": "https://ror.org/04fr9je54", - "501100000191": "https://ror.org/019a0gk53", - "100007419": "https://ror.org/046secg30", - "501100000559": "https://ror.org/02bmd7x67", - "100007435": "https://ror.org/03htnqd27", - "501100000572": "https://ror.org/050kwa993", - "501100000593": "https://ror.org/04wrhjz25", - "501100000199": "https://ror.org/01adk7m17", - "100007439": "https://ror.org/04bjytq67", - "501100000264": "https://ror.org/05bz3w661", - "501100000594": "https://ror.org/00ev6sa36", - "501100000299": "https://ror.org/00yepf257", - "100007475": "https://ror.org/00env1778", - "501100000383": "https://ror.org/056y81r79", - "501100000776": "https://ror.org/03573qv54", - "501100000399": "https://ror.org/02m24xz19", - "100008331": "https://ror.org/05nzkcm44", - "501100006669": "https://ror.org/05nzkcm44", - "501100001334": "https://ror.org/04390vz03", - "501100000806": "https://ror.org/02k4b9v70", - "501100001410": "https://ror.org/0577j0g35", - "501100001442": "https://ror.org/036ve4657", - "501100002201": "https://ror.org/0434keq61", - "501100001458": "https://ror.org/0434keq61", - "501100001169": "https://ror.org/03b4y8811", - "501100001461": "https://ror.org/04gvcex51", - "501100001473": "https://ror.org/0018peh15", - "501100003924": "https://ror.org/00bwwrk44", - "501100000827": "https://ror.org/00bwwrk44", - "501100001201": "https://ror.org/05dsr2a44", - "501100001202": "https://ror.org/04n80xp42", - "501100000881": "https://ror.org/01q5v7e13", - "501100001203": "https://ror.org/0108bjm70", - "100005763": "https://ror.org/05k1jx057", - "100005778": "https://ror.org/035hx7715", - "100005730": "https://ror.org/022nyme12", - "501100001205": "https://ror.org/00j8gx359", - "100005790": "https://ror.org/0014w1417", - "100005732": "https://ror.org/03hjnwv43", - "100005795": "https://ror.org/04j23ff69", - "501100001550": "https://ror.org/01m5ew684", - "100005734": "https://ror.org/01th7sf79", - "100005767": "https://ror.org/01bfczx74", - "100005799": "https://ror.org/047fr0y29", - "100005735": "https://ror.org/02jy9d058", - "501100001218": "https://ror.org/000865k88", - "100005774": "https://ror.org/01n6agm35", - "501100001222": "https://ror.org/01cewrs34", - "100005776": "https://ror.org/00xfvky15", - "501100001229": "https://ror.org/012d8w472", - "100005794": "https://ror.org/01ds51411", - "100005798": "https://ror.org/046107075", - "501100001344": "https://ror.org/02kzdnj79", - "501100001842": "https://ror.org/0218hya98", - "501100001626": "https://ror.org/03ek62e72", - "501100001241": "https://ror.org/04evq8811", - "501100000941": "https://ror.org/05vje5x10", - "501100006630": "https://ror.org/022d1jx60", - "501100000946": "https://ror.org/022d1jx60", - "501100001850": "https://ror.org/01q6vb404", - "501100001250": "https://ror.org/03fafnr39", - "501100001853": "https://ror.org/020kdtk66", - "501100002792": "https://ror.org/03zwkr441", - "501100001274": "https://ror.org/033r93f52", - "501100001320": "https://ror.org/0333xzh65", - "501100000975": "https://ror.org/026m4hd24", - "501100000970": "https://ror.org/03antpb48", - "501100002359": "https://ror.org/044446k52", - "501100001331": "https://ror.org/00yaw3b91", - "501100004662": "https://ror.org/05fe24682", - "501100002127": "https://ror.org/05fe24682", - "501100002384": "https://ror.org/02xbjfn31", - "501100002407": "https://ror.org/01swjvn57", - "501100002875": "https://ror.org/04f786589", - "501100001047": "https://ror.org/058smmw67", - "501100001210": "https://ror.org/058smmw67", - "501100002887": "https://ror.org/045dnqy78", - "501100002413": "https://ror.org/044panr52", - "501100001072": "https://ror.org/04m1j1t24", - "501100002962": "https://ror.org/04m1j1t24", - "501100002417": "https://ror.org/03562m240", - "501100003090": "https://ror.org/040gfwf91", - "501100002921": "https://ror.org/03kgcsq08", - "501100003605": "https://ror.org/0106d7657", - "501100003343": "https://ror.org/05sprqy15", - "501100003341": "https://ror.org/05sprqy15", - "501100003342": "https://ror.org/05sprqy15", - "501100002953": "https://ror.org/015rq8k57", - "501100003346": "https://ror.org/00chnhh80", - "501100003622": "https://ror.org/04380ve97", - "100005796": "https://ror.org/0444fnd49", - "501100003634": "https://ror.org/05vq9wd94", - "501100002662": "https://ror.org/01zwr3j29", - "501100003191": "https://ror.org/03w805n83", - "501100003638": "https://ror.org/04nr5bm84", - "501100004022": "https://ror.org/01gpyzq83", - "100007286": "https://ror.org/02ms27492", - "100005623": "https://ror.org/01kgxxx41", - "100005779": "https://ror.org/01ksx6c70", - "501100003646": "https://ror.org/05efm5n07", - "501100003201": "https://ror.org/029dygd35", - "100005782": "https://ror.org/05370mv03", - "501100003496": "https://ror.org/00hth4774", - "501100003206": "https://ror.org/0296ss903", - "501100004039": "https://ror.org/0198c2b48", - "501100004080": "https://ror.org/01h8vbd96", - "501100003507": "https://ror.org/02vk7w417", - "501100003266": "https://ror.org/01n54ck79", - "501100002761": "https://ror.org/01tyn7n29", - "501100003745": "https://ror.org/00f08y308", - "501100003289": "https://ror.org/05aycsg86", - "501100003556": "https://ror.org/03bgwd624", - "501100004368": "https://ror.org/02wx79d08", - "501100004403": "https://ror.org/01axmbr32", - "501100003560": "https://ror.org/00azj3a07", - "501100004698": "https://ror.org/02z0nsb22", - "501100004464": "https://ror.org/00rmvjy83", - "501100004297": "https://ror.org/036p7gy85", - "501100003602": "https://ror.org/0435dvj48", - "501100004740": "https://ror.org/04gmrm344", - "501100004470": "https://ror.org/05j0gfp71", - "501100004350": "https://ror.org/05xwwfy96", - "501100004756": "https://ror.org/005rt3g54", - "501100004577": "https://ror.org/05mx11h55", - "501100004358": "https://ror.org/02p89gk05", - "501100004805": "https://ror.org/01xsqqn76", - "501100004814": "https://ror.org/04xbqmj23", - "501100004914": "https://ror.org/031zfq432", - "501100003122": "https://ror.org/031zfq432", - "501100004962": "https://ror.org/03b7vrw33", - "501100004969": "https://ror.org/00yp7b787", - "501100005009": "https://ror.org/019xtsv53", - "501100005027": "https://ror.org/0211vdk93", - "501100005311": "https://ror.org/03hkh9419", - "501100005792": "https://ror.org/054kvr030", - "501100006095": "https://ror.org/02qx2s478", - "501100005668": "https://ror.org/04djvx395", - "501100004797": "https://ror.org/04ene8p36", - "501100006135": "https://ror.org/04g6qfd94", - "501100003427": "https://ror.org/02d9dkk61", - "501100002390": "https://ror.org/01mre6t58", - "501100001856": "https://ror.org/01a2pr469", - "501100007704": "https://ror.org/01140r423", - "100010238": "https://ror.org/0499r1e09", - "501100007455": "https://ror.org/03f9nc143", - "100004826": "https://ror.org/05jfe3192", - "100004974": "https://ror.org/03kmh7v63", - "100007166": "https://ror.org/03kmh7v63", - "100008725": "https://ror.org/03egaj678", - "100008559": "https://ror.org/044ym4p17", - "501100007029": "https://ror.org/01ptpr676", - "501100004884": "https://ror.org/05s1c4z27", - "501100007957": "https://ror.org/031nm5713", - "501100006584": "https://ror.org/03bh94f16", - "501100007538": "https://ror.org/05gfwht30", - "501100008441": "https://ror.org/03myqtf56", - "501100006733": "https://ror.org/04s346m05", - "501100006162": "https://ror.org/02te5rf52", - "501100006181": "https://ror.org/0473khm44", - "501100005672": "https://ror.org/05jtrt935", - "100009566": "https://ror.org/016en1t86", - "501100004809": "https://ror.org/030w99567", - "501100007708": "https://ror.org/050yqvv05", - "501100005404": "https://ror.org/05fm0gf36", - "501100007121": "https://ror.org/046n57345", - "501100007807": "https://ror.org/03aeyg892", - "501100007053": "https://ror.org/02zq38y32", - "501100004143": "https://ror.org/02wdjff78", - "501100005994": "https://ror.org/02wdjff78", - "100010097": "https://ror.org/035vmht26", - "100010001": "https://ror.org/0121dpf30", - "100008370": "https://ror.org/00safct20", - "100008898": "https://ror.org/04731xt44", - "501100001381": "https://ror.org/03cpyc314", - "100008569": "https://ror.org/02q578v20", - "501100006769": "https://ror.org/03y2gwe85", - "501100007809": "https://ror.org/03ypap427", - "501100005891": "https://ror.org/003cpqh10", - "501100006313": "https://ror.org/05072yv34", - "100008672": "https://ror.org/02q83sc19", - "501100007209": "https://ror.org/02edr8z79", - "100009950": "https://ror.org/036nq5137", - "501100006503": "https://ror.org/00gtpjy03", - "100010577": "https://ror.org/040mndz48", - "100007309": "https://ror.org/04h1q4c89", - "100006408": "https://ror.org/01cf7yd40", - "100006490": "https://ror.org/04kpceh54", - "100008790": "https://ror.org/00hqnb941", - "100004373": "https://ror.org/051b2q112", - "100006410": "https://ror.org/01545pm61", - "100006799": "https://ror.org/01yhhvk26", - "100004672": "https://ror.org/013g16z83", - "100004394": "https://ror.org/0131rtf77", - "100007022": "https://ror.org/05depyc87", - "100004725": "https://ror.org/03qqbvj08", - "100008953": "https://ror.org/03r95z943", - "100007103": "https://ror.org/033xh9c11", - "100005381": "https://ror.org/00zt5yw80", - "501100002961": "https://ror.org/00ej99c12", - "501100007380": "https://ror.org/00ngrh496", - "501100003772": "https://ror.org/033r6dh57", - "100006976": "https://ror.org/00cpsd622", - "501100006067": "https://ror.org/01a1mq059", - "501100001353": "https://ror.org/01jz2hz84", - "501100001408": "https://ror.org/049nrz535", - "501100002784": "https://ror.org/02tvrwm90", - "501100001658": "https://ror.org/02rxjts25", - "501100004917": "https://ror.org/040zfw946", - "501100002570": "https://ror.org/02srty072", - "501100002718": "https://ror.org/02attg727", - "100010745": "https://ror.org/022w6y159", - "100005445": "https://ror.org/014eweh95", - "100000153": "https://ror.org/04qn9mx93", - "100000155": "https://ror.org/03g87he71", - "100000156": "https://ror.org/01tnvpc68", - "100000154": "https://ror.org/01rvays47", - "100000152": "https://ror.org/002jdaq33", - "100000143": "https://ror.org/01mng8331", - "100000144": "https://ror.org/02rdzmk74", - "100000145": "https://ror.org/053a2cp42", - "100000146": "https://ror.org/0471zv972", - "100000147": "https://ror.org/028yd4c30", - "100000148": "https://ror.org/01krpsy48", - "100000149": "https://ror.org/050rnw378", - "100000150": "https://ror.org/0388pet74", - "100000151": "https://ror.org/03xyg3m20", - "100007352": "https://ror.org/05nwjp114", - "100000087": "https://ror.org/05nwjp114", - "100000164": "https://ror.org/04mg8wm74", - "100000165": "https://ror.org/01ar8dr59", - "100006435": "https://ror.org/02h8v7m77", - "100000078": "https://ror.org/01pc7k308", - "100000121": "https://ror.org/051fftw81", - "100000166": "https://ror.org/04ap5x931", - "100000106": "https://ror.org/04k9mqs78", - "100007522": "https://ror.org/04k9mqs78", - "100005714": "https://ror.org/04k9mqs78", - "100000089": "https://ror.org/01k638r21", - "100005449": "https://ror.org/01vnjbg30", - "100000169": "https://ror.org/05wgkzg12", - "100000077": "https://ror.org/02dz2hb46", - "100000107": "https://ror.org/034m1ez10", - "100005717": "https://ror.org/02a65dj82", - "501100004187": "https://ror.org/05wrwe084", - "501100004257": "https://ror.org/001212e83", - "100007855": "https://ror.org/021jq8741", - "100005296": "https://ror.org/0093x0153", - "100008303": "https://ror.org/05w9mt194", - "100007181": "https://ror.org/03cdz5d08", - "100009962": "https://ror.org/04n305y15", - "100009054": "https://ror.org/025g6sc95", - "100001718": "https://ror.org/04fgxrt38", - "100004428": "https://ror.org/03fh45z28", - "100005229": "https://ror.org/050f2kd12", - "100004278": "https://ror.org/02c4ez492", - "100011619": "https://ror.org/0481e3r23", - "501100008564": "https://ror.org/02q3q6m55", - "501100004183": "https://ror.org/00etk3t37", - "100007843": "https://ror.org/04zbn7k04", - "501100008388": "https://ror.org/01hcbs823", - "501100000034": "https://ror.org/043tfr230", - "501100000031": "https://ror.org/00s0b8a75", - "501100000029": "https://ror.org/03vbt0765", - "501100000027": "https://ror.org/00dpztj76", - "501100000037": "https://ror.org/0091yh482", - "501100000030": "https://ror.org/03gwhmn95", - "501100000026": "https://ror.org/044mbfr67", - "501100002708": "https://ror.org/009mq9d73", - "501100005691": "https://ror.org/01hgb6e08", - "100008963": "https://ror.org/030ffke25", - "501100002542": "https://ror.org/02ke3k930", - "501100004388": "https://ror.org/05phqqn85", - "501100007220": "https://ror.org/001wtjx27", - "100006273": "https://ror.org/049k3fp61", - "501100003046": "https://ror.org/0482b5b22", - "501100004231": "https://ror.org/01pgeyv96", - "100008156": "https://ror.org/04jnhhw51", - "501100004934": "https://ror.org/03frvp088", - "501100007771": "https://ror.org/01kdxra28", - "100003578": "https://ror.org/03zmadd59", - "100005160": "https://ror.org/05cqqj259", - "100010915": "https://ror.org/05cqqj259", - "100010738": "https://ror.org/05s030550", - "100010206": "https://ror.org/056cywe62", - "100005394": "https://ror.org/05kwk4552", - "100004425": "https://ror.org/036bcm133", - "100007534": "https://ror.org/04nxj7050", - "501100005867": "https://ror.org/01n09m616", - "501100008416": "https://ror.org/03c9ncn37", - "501100007852": "https://ror.org/01hh45364", - "100009555": "https://ror.org/00s13br28", - "501100006757": "https://ror.org/01mgdzc49", - "100008633": "https://ror.org/03tebpn36", - "100009132": "https://ror.org/03tebpn36", - "100007551": "https://ror.org/022sv5w75", - "501100003628": "https://ror.org/05btn9560", - "501100001465": "https://ror.org/051zva233", - "100009912": "https://ror.org/01hehsy63", - "501100006691": "https://ror.org/03ht0cf17", - "100007196": "https://ror.org/01ss10648", - "501100002616": "https://ror.org/00r614q54", - "501100006187": "https://ror.org/03b1zjt31", - "501100004690": "https://ror.org/00yrwkd81", - "501100005913": "https://ror.org/00ezwn594", - "501100003829": "https://ror.org/05w1m1q56", - "501100003480": "https://ror.org/01jzst437", - "100008489": "https://ror.org/00kb9vf38", - "501100001297": "https://ror.org/05362bq16", - "501100000682": "https://ror.org/01bzmq497", - "100008149": "https://ror.org/02evbg326", - "100008148": "https://ror.org/02evbg326", - "501100001104": "https://ror.org/03naw9h65", - "501100000398": "https://ror.org/053e6gh17", - "501100005603": "https://ror.org/02qn0hf26", - "100007777": "https://ror.org/047kynf18", - "100009136": "https://ror.org/01x51st25", - "501100005186": "https://ror.org/05xsgtz43", - "100009557": "https://ror.org/05ymegm05", - "501100005912": "https://ror.org/02pnvb171", - "501100007327": "https://ror.org/026d1sx92", - "501100001419": "https://ror.org/029tz6g71", - "100004433": "https://ror.org/05s96xm34", - "100010753": "https://ror.org/03r0qcr69", - "501100000533": "https://ror.org/04p3y0q03", - "501100000005": "https://ror.org/00pz6g905", - "100004747": "https://ror.org/0255w3r50", - "501100008027": "https://ror.org/05wfehw39", - "100002672": "https://ror.org/018y7q663", - "501100005999": "https://ror.org/03njdre41", - "501100001077": "https://ror.org/01ftvnv05", - "501100001303": "https://ror.org/04zkbxs23", - "501100007566": "https://ror.org/04zkbxs23", - "100008298": "https://ror.org/03y28aj90", - "501100004691": "https://ror.org/05h7nhz20", - "100006461": "https://ror.org/032xgdx47", - "100004751": "https://ror.org/032xgdx47", - "100004798": "https://ror.org/006p1zj23", - "501100002845": "https://ror.org/04eak0r73", - "100008517": "https://ror.org/05nmyph15", - "501100000812": "https://ror.org/00ajckn66", - "501100000784": "https://ror.org/058fj5k57", - "100004332": "https://ror.org/01x3kkr08", - "501100007317": "https://ror.org/02t6f2351", - "100008687": "https://ror.org/00yew9b22", - "501100006625": "https://ror.org/010x33r48", - "501100001289": "https://ror.org/010x33r48", - "501100007540": "https://ror.org/041j7s452", - "501100003499": "https://ror.org/01nks1c62", - "501100004736": "https://ror.org/02nys7898", - "100005153": "https://ror.org/00615jn62", - "100006389": "https://ror.org/00182ep39", - "100004744": "https://ror.org/03fs7vk32", - "501100002705": "https://ror.org/04vxpm374", - "100005659": "https://ror.org/0506h7130", - "100007174": "https://ror.org/018axtd57", - "100007307": "https://ror.org/01vd19x80", - "100007823": "https://ror.org/01gh6ja41", - "100007308": "https://ror.org/0504sy495", - "100007532": "https://ror.org/05pae1j85", - "100007533": "https://ror.org/05pae1j85", - "100009015": "https://ror.org/04v748538", - "100007733": "https://ror.org/02q931085", - "100008977": "https://ror.org/053evkn98", - "100004746": "https://ror.org/03r5jfv76", - "100006484": "https://ror.org/03538jp08", - "100005107": "https://ror.org/006nxzf98", - "100007536": "https://ror.org/05mqjj634", - "501100006281": "https://ror.org/03f5nqa05", - "100006607": "https://ror.org/03yfbaq97", - "501100002620": "https://ror.org/02q017026", - "501100002672": "https://ror.org/010e8pt90", - "100004700": "https://ror.org/00vhvv548", - "100005413": "https://ror.org/00vhvv548", - "501100001265": "https://ror.org/054p3p004", - "100007334": "https://ror.org/004nr3476", - "501100002350": "https://ror.org/038xyrg49", - "100005106": "https://ror.org/04xwqjy30", - "501100001643": "https://ror.org/02av6ek82", - "501100002728": "https://ror.org/000dp5151", - "100006414": "https://ror.org/01ngwgb14", - "100005645": "https://ror.org/04k0x3905", - "501100006663": "https://ror.org/05raay295", - "100005340": "https://ror.org/0196eae03", - "501100006546": "https://ror.org/05bz49965", - "100007692": "https://ror.org/00amzdz67", - "100007598": "https://ror.org/02h5zfy21", - "100006321": "https://ror.org/05b6ef038", - "501100007344": "https://ror.org/01vctnd13", - "100005298": "https://ror.org/01nxpwc48", - "100005108": "https://ror.org/04vmsnf37", - "100005359": "https://ror.org/03v8gvx29", - "501100002710": "https://ror.org/0461tyx67", - "501100006743": "https://ror.org/02s995827", - "100004673": "https://ror.org/051sg1a03", - "100004764": "https://ror.org/04vdmc602", - "100006798": "https://ror.org/04vdmc602", - "100007547": "https://ror.org/03bs3bh63", - "501100005205": "https://ror.org/018nw3344", - "100006411": "https://ror.org/04de57j78", - "100006385": "https://ror.org/00pv14226", - "100007609": "https://ror.org/02cm5rz95", - "100004697": "https://ror.org/034bqzm84", - "501100004599": "https://ror.org/00h1xaa75", - "501100002680": "https://ror.org/017kta585", - "100004344": "https://ror.org/059tvcg64", - "100007907": "https://ror.org/04q7j9m29", - "100004384": "https://ror.org/02hx58q14", - "100006388": "https://ror.org/02w6yjb02", - "100006487": "https://ror.org/05ts6js78", - "501100000141": "https://ror.org/02t5chg71", - "501100001142": "https://ror.org/044wc7t32", - "501100005030": "https://ror.org/006twj174", - "100007706": "https://ror.org/040ybj657", - "501100005990": "https://ror.org/00yn60108", - "501100006300": "https://ror.org/02pap8190", - "100002486": "https://ror.org/006tvg625", - "100005118": "https://ror.org/006tvg625", - "100006990": "https://ror.org/006tvg625", - "100008097": "https://ror.org/006tvg625", - "100010228": "https://ror.org/006tvg625", - "100008708": "https://ror.org/013k56n15", - "501100002652": "https://ror.org/018kq8f36", - "100004363": "https://ror.org/041vyyf82", - "501100004463": "https://ror.org/01xe6j451", - "100009394": "https://ror.org/04q0d9a06", - "100006741": "https://ror.org/04p3h2z50", - "100006739": "https://ror.org/04p3h2z50", - "100004701": "https://ror.org/019w40127", - "100007751": "https://ror.org/03wj7cn78", - "100007752": "https://ror.org/03wj7cn78", - "501100002884": "https://ror.org/043xe1r71", - "100006949": "https://ror.org/03q4sef08", - "501100006381": "https://ror.org/05gmmwe91", - "100004692": "https://ror.org/01zrkhb76", - "100007490": "https://ror.org/02cpn5v29", - "501100002741": "https://ror.org/02arrmv90", - "501100006059": "https://ror.org/02v8s3859", - "100004748": "https://ror.org/00fw4m615", - "100009431": "https://ror.org/040fqas51", - "501100000551": "https://ror.org/02czsq936", - "100007535": "https://ror.org/039x3s865", - "100004385": "https://ror.org/00bgchx11", - "501100000553": "https://ror.org/0474dbm94", - "100008471": "https://ror.org/00ag9jk61", - "100001526": "https://ror.org/00ag9jk61", - "100005111": "https://ror.org/02t1a0v32", - "501100000560": "https://ror.org/013jp2d40", - "100006422": "https://ror.org/04w8xa018", - "501100006330": "https://ror.org/002em1b68", - "501100000579": "https://ror.org/03djfm287", - "100004704": "https://ror.org/00e2fqy76", - "100004386": "https://ror.org/03p9skh04", - "501100006305": "https://ror.org/01gymhc20", - "501100008393": "https://ror.org/02v616z87", - "501100002751": "https://ror.org/02v616z87", - "100005530": "https://ror.org/05407ka75", - "501100006755": "https://ror.org/02wtecw28", - "100009143": "https://ror.org/02vz1de40", - "501100002815": "https://ror.org/05w4b5488", - "100004365": "https://ror.org/02jv94566", - "501100002840": "https://ror.org/00ycyk215", - "501100006049": "https://ror.org/02trn6p95", - "100004705": "https://ror.org/00svp7168", - "100007560": "https://ror.org/0511bn634", - "501100006317": "https://ror.org/01zh8gn91", - "100008624": "https://ror.org/02fv0rq89", - "501100002854": "https://ror.org/028w99c90", - "100008946": "https://ror.org/01kr64963", - "501100002859": "https://ror.org/04t59qd02", - "501100002812": "https://ror.org/05rcqjk71", - "100006506": "https://ror.org/03qfn8998", - "100004753": "https://ror.org/0414wrz80", - "501100006294": "https://ror.org/027m3jw27", - "100008625": "https://ror.org/05kdesr16", - "100004754": "https://ror.org/014mx8j54", - "100005116": "https://ror.org/0423rx754", - "100005119": "https://ror.org/00gream49", - "501100006535": "https://ror.org/01x735t80", - "501100006530": "https://ror.org/02n7mrn32", - "100005120": "https://ror.org/05awrb105", - "501100002872": "https://ror.org/041e5xy86", - "501100003048": "https://ror.org/008dyv188", - "100006336": "https://ror.org/04e433w04", - "100004750": "https://ror.org/03rec7637", - "100007731": "https://ror.org/03cm6ap49", - "100006532": "https://ror.org/013w40a11", - "501100000333": "https://ror.org/013pjny96", - "501100002952": "https://ror.org/03t89te61", - "501100006759": "https://ror.org/04m514a38", - "100004756": "https://ror.org/04ps7x844", - "100004678": "https://ror.org/03k082032", - "501100000075": "https://ror.org/00davj510", - "100004391": "https://ror.org/029sxjy20", - "501100003055": "https://ror.org/05253sv14", - "100007177": "https://ror.org/058ay4m70", - "501100006015": "https://ror.org/05mztcw68", - "100004392": "https://ror.org/04v8c9r98", - "100005721": "https://ror.org/01bahfb02", - "100001085": "https://ror.org/030r69d22", - "100006262": "https://ror.org/030r69d22", - "100005143": "https://ror.org/030r69d22", - "100006539": "https://ror.org/0428exr50", - "100005121": "https://ror.org/03bfyaa19", - "501100005907": "https://ror.org/034y4c446", - "501100002901": "https://ror.org/016rj7614", - "100009135": "https://ror.org/036s7bw54", - "501100002621": "https://ror.org/00djdkd68", - "501100003174": "https://ror.org/00kj48v07", - "100007568": "https://ror.org/04hr2ce79", - "501100002972": "https://ror.org/0562x8a64", - "501100003057": "https://ror.org/020gja105", - "100005122": "https://ror.org/03x76j861", - "100005123": "https://ror.org/02029yx61", - "501100003064": "https://ror.org/020kg3x12", - "100001119": "https://ror.org/02ga7kh69", - "100004393": "https://ror.org/02ga7kh69", - "100006520": "https://ror.org/04jhyte11", - "501100003025": "https://ror.org/020314m54", - "501100003389": "https://ror.org/043f79m81", - "100004706": "https://ror.org/01dmk9z19", - "100002465": "https://ror.org/03g9c1e75", - "100004723": "https://ror.org/03g9c1e75", - "100001580": "https://ror.org/03g9c1e75", - "501100007033": "https://ror.org/02z4faz68", - "501100003037": "https://ror.org/03qt57y19", - "501100003036": "https://ror.org/03qt57y19", - "501100003396": "https://ror.org/04rbbpv92", - "501100003423": "https://ror.org/047nvfh18", - "501100003468": "https://ror.org/05qc7pm63", - "100004740": "https://ror.org/034e5n787", - "100006523": "https://ror.org/034e5n787", - "501100003039": "https://ror.org/03p5mga34", - "100005039": "https://ror.org/017fwsj06", - "100004354": "https://ror.org/031rnv444", - "501100002492": "https://ror.org/00ed89w50", - "501100003771": "https://ror.org/036ddx961", - "100005126": "https://ror.org/05tkfe889", - "100004762": "https://ror.org/020x0wx65", - "501100003409": "https://ror.org/04etgav66", - "100006797": "https://ror.org/059dt4t68", - "100008187": "https://ror.org/007by2j19", - "100009127": "https://ror.org/0030s7a45", - "501100003791": "https://ror.org/04b0w1821", - "501100005947": "https://ror.org/00k98ea94", - "100004792": "https://ror.org/031603425", - "100005133": "https://ror.org/03wnt7k73", - "501100006075": "https://ror.org/04zk59080", - "501100004865": "https://ror.org/02thwp314", - "100002536": "https://ror.org/00t2kp174", - "100001684": "https://ror.org/00t2kp174", - "100006972": "https://ror.org/03khvgd78", - "100004735": "https://ror.org/03f6f0r93", - "501100001209": "https://ror.org/024wrq886", - "100008660": "https://ror.org/01bkg3b56", - "100006973": "https://ror.org/05j4m3n18", - "100002706": "https://ror.org/04gh7n706", - "100008129": "https://ror.org/01kdzkq48", - "501100003830": "https://ror.org/05dw0xd38", - "100008130": "https://ror.org/05xfrjs60", - "100004757": "https://ror.org/03kgyg741", - "501100003834": "https://ror.org/02bwvpt98", - "100004680": "https://ror.org/05dwsnj39", - "501100005681": "https://ror.org/04f1ha654", - "100004758": "https://ror.org/014y40p65", - "100004707": "https://ror.org/00zbk1w77", - "100008257": "https://ror.org/028394g81", - "100004708": "https://ror.org/013s2jj70", - "100008067": "https://ror.org/05njgh475", - "100004763": "https://ror.org/00gwhv923", - "100004760": "https://ror.org/05v5ypf73", - "501100004589": "https://ror.org/01fvgpx90", - "501100003836": "https://ror.org/005v57z85", - "100004761": "https://ror.org/013gvmj95", - "501100003362": "https://ror.org/01tw2tw87", - "100004681": "https://ror.org/05kgq6h80", - "100008377": "https://ror.org/00exehz38", - "100008378": "https://ror.org/00exehz38", - "100004766": "https://ror.org/01h30nm18", - "100007640": "https://ror.org/03xn5qt57", - "100005128": "https://ror.org/02ra35s50", - "100008270": "https://ror.org/02hbw4f89", - "501100004164": "https://ror.org/05g9jck81", - "100007026": "https://ror.org/04xxqgb42", - "501100004165": "https://ror.org/02qb40709", - "100008951": "https://ror.org/02ewpfp83", - "501100003418": "https://ror.org/02qj9w984", - "100004767": "https://ror.org/01pkcvt97", - "501100003420": "https://ror.org/05ek3nq77", - "100004718": "https://ror.org/00basdj35", - "100001577": "https://ror.org/00t625d81", - "100004713": "https://ror.org/00t625d81", - "100005130": "https://ror.org/00mc4x834", - "100006995": "https://ror.org/02ky6c719", - "100005185": "https://ror.org/0539hqx70", - "100009128": "https://ror.org/01tvfmc06", - "100007055": "https://ror.org/001d3rx39", - "100005845": "https://ror.org/02sqcy831", - "501100004122": "https://ror.org/00drp2z27", - "501100006731": "https://ror.org/05tm9j755", - "501100004820": "https://ror.org/045p8e908", - "501100005865": "https://ror.org/045p8e908", - "100005141": "https://ror.org/042cj6q83", - "100009030": "https://ror.org/00x7b5g69", - "100005792": "https://ror.org/045by4v54", - "501100004041": "https://ror.org/03rxtcd18", - "100008042": "https://ror.org/02zjyrw66", - "100004793": "https://ror.org/00387ef87", - "100007056": "https://ror.org/05k7s2p27", - "100004335": "https://ror.org/01hafxd32", - "100004768": "https://ror.org/05mv9af24", - "100005138": "https://ror.org/01wff4j64", - "501100004634": "https://ror.org/011k8d702", - "100004772": "https://ror.org/00hbzbs53", - "501100007257": "https://ror.org/00c70d758", - "501100003994": "https://ror.org/01nvzzy80", - "100005780": "https://ror.org/04g3ykc66", - "100005135": "https://ror.org/01b2bzj52", - "100007062": "https://ror.org/05ff6z697", - "501100004072": "https://ror.org/021q58r72", - "100004780": "https://ror.org/05phbf047", - "100008380": "https://ror.org/02gyqgr85", - "100007064": "https://ror.org/036dqy506", - "501100002102": "https://ror.org/01xcsye48", - "100005965": "https://ror.org/01e01nd60", - "501100003964": "https://ror.org/02x50w080", - "501100004197": "https://ror.org/00s7bz409", - "100004715": "https://ror.org/009vsv572", - "100004773": "https://ror.org/000s6jb73", - "100005142": "https://ror.org/01rjsge60", - "100004712": "https://ror.org/04nvtmr42", - "100007192": "https://ror.org/03q6w3828", - "100007191": "https://ror.org/03q6w3828", - "100007070": "https://ror.org/04qf4wy02", - "100007071": "https://ror.org/00g5dc702", - "100004770": "https://ror.org/043cxr310", - "100004376": "https://ror.org/01dhcr905", - "501100004090": "https://ror.org/04y8p8435", - "100004771": "https://ror.org/00863rv26", - "100005140": "https://ror.org/039w3f025", - "100002428": "https://ror.org/03t0k7069", - "100008759": "https://ror.org/01gr09x64", - "100006983": "https://ror.org/056yt6m90", - "100004395": "https://ror.org/04nbnrt83", - "100008896": "https://ror.org/02fjxcw19", - "501100002623": "https://ror.org/050384c29", - "100005687": "https://ror.org/05sxqt066", - "100004377": "https://ror.org/03a4nen96", - "100007468": "https://ror.org/01sn6ez28", - "100005637": "https://ror.org/01sn6ez28", - "100004717": "https://ror.org/05nb24p55", - "100004023": "https://ror.org/02y85x967", - "100006628": "https://ror.org/05p4pn188", - "100007023": "https://ror.org/04gecbm52", - "501100000335": "https://ror.org/039yyjw43", - "100009022": "https://ror.org/02vv5t298", - "501100005161": "https://ror.org/02tbw3b35", - "100007717": "https://ror.org/02tbw3b35", - "100007350": "https://ror.org/04wvs0518", - "100005159": "https://ror.org/04wvs0518", - "100004776": "https://ror.org/05mbtn536", - "100004775": "https://ror.org/04qxsp544", - "100007097": "https://ror.org/034yr0a74", - "501100004215": "https://ror.org/03hagz796", - "100008892": "https://ror.org/01swa5m73", - "501100006057": "https://ror.org/03y0dv989", - "100004398": "https://ror.org/006023154", - "501100004005": "https://ror.org/01e8jps31", - "100009129": "https://ror.org/040aqz944", - "100004397": "https://ror.org/05fy6my48", - "100004730": "https://ror.org/04rxdpa15", - "501100000948": "https://ror.org/042pnza07", - "100008976": "https://ror.org/03grdwb80", - "501100005312": "https://ror.org/00902tq54", - "100005148": "https://ror.org/02sx1y706", - "100005145": "https://ror.org/03cp14g09", - "501100004287": "https://ror.org/04vwfqp33", - "100006288": "https://ror.org/00a3cy009", - "501100004301": "https://ror.org/02cwzn382", - "100004683": "https://ror.org/03fs66f88", - "100005149": "https://ror.org/03f34pe19", - "100004783": "https://ror.org/01gbhv690", - "100004791": "https://ror.org/05mkyac79", - "501100007164": "https://ror.org/03nqwhd11", - "100007127": "https://ror.org/04sg05j02", - "100004789": "https://ror.org/04c2h1p08", - "100007091": "https://ror.org/00tyghb97", - "501100004518": "https://ror.org/034kb7s93", - "501100007165": "https://ror.org/02x5pe091", - "100004685": "https://ror.org/03d8jhc95", - "100004733": "https://ror.org/01pf6nd13", - "100005784": "https://ror.org/018nbcn37", - "100005155": "https://ror.org/00343m182", - "501100005924": "https://ror.org/00qeyvx79", - "100004727": "https://ror.org/017q93w69", - "100004728": "https://ror.org/025pp6560", - "100004401": "https://ror.org/00pxa0p67", - "100006027": "https://ror.org/01y2r8f15", - "100006039": "https://ror.org/03eqw9e29", - "100006472": "https://ror.org/03eqw9e29", - "100007124": "https://ror.org/043kws463", - "100004737": "https://ror.org/012rn8104", - "100004379": "https://ror.org/045xx6g59", - "100004691": "https://ror.org/04p3nq874", - "100009410": "https://ror.org/01ncqna34", - "100006947": "https://ror.org/04p0q7p15", - "100009609": "https://ror.org/02g9vj608", - "501100006372": "https://ror.org/01c61x273", - "501100006361": "https://ror.org/01aqjb686", - "501100006362": "https://ror.org/01aqjb686", - "100004786": "https://ror.org/04vqdec11", - "501100006568": "https://ror.org/05rs18f71", - "100004799": "https://ror.org/00aa5f051", - "100007122": "https://ror.org/04mekkx88", - "100009867": "https://ror.org/05jh79p16", - "100004739": "https://ror.org/05jh79p16", - "501100004363": "https://ror.org/01gxb6382", - "100004403": "https://ror.org/042dm9855", - "100004796": "https://ror.org/03d2tka35", - "100004380": "https://ror.org/00ymj2634", - "100005101": "https://ror.org/049aqs582", - "100005151": "https://ror.org/00wqj7c25", - "501100006712": "https://ror.org/005y87145", - "100004693": "https://ror.org/01f93vk95", - "100005152": "https://ror.org/00ws8h732", - "100002454": "https://ror.org/02gfwng46", - "501100006484": "https://ror.org/0185z7g17", - "100005154": "https://ror.org/01eac6f58", - "100005104": "https://ror.org/03zhv0t98", - "100005103": "https://ror.org/03agewr40", - "501100004417": "https://ror.org/040rcm367", - "100009023": "https://ror.org/00rw7g836", - "100007152": "https://ror.org/015sfke75", - "501100002565": "https://ror.org/0398xv274", - "100004382": "https://ror.org/01geb0342", - "100007274": "https://ror.org/00rr9fv20", - "100000108": "https://ror.org/00bj1nn86", - "100008074": "https://ror.org/0139q7h64", - "100005102": "https://ror.org/0139q7h64", - "501100004369": "https://ror.org/00cty0112", - "100004687": "https://ror.org/050mv4p70", - "100001228": "https://ror.org/037r2ff59", - "100004742": "https://ror.org/037r2ff59", - "100000174": "https://ror.org/03z9hh605", - "501100003773": "https://ror.org/00rztgq82", - "100007521": "https://ror.org/04ya3kq71", - "100000175": "https://ror.org/04ya3kq71", - "100005443": "https://ror.org/04evh7y43", - "100004383": "https://ror.org/02e3cth88", - "100005446": "https://ror.org/025dabr11", - "100005448": "https://ror.org/04vw0kz07", - "100004845": "https://ror.org/00h3byr70", - "100004849": "https://ror.org/02fyqee34", - "100005649": "https://ror.org/05baev169", - "100005820": "https://ror.org/02h8s2s90", - "100006055": "https://ror.org/00k4x4z35", - "100007846": "https://ror.org/007mwgz28", - "100005265": "https://ror.org/04spzbf72", - "100006090": "https://ror.org/02e5dc168", - "100007879": "https://ror.org/05xhe5a74", - "100006091": "https://ror.org/01sharn77", - "100008124": "https://ror.org/04951hq16", - "100008604": "https://ror.org/0060a9610", - "100008146": "https://ror.org/026z8zb87", - "100008605": "https://ror.org/051475v86", - "100008606": "https://ror.org/051475v86", - "100008147": "https://ror.org/0300bh485", - "100006137": "https://ror.org/02ah1da87", - "100008607": "https://ror.org/01ny6q882", - "100009098": "https://ror.org/03kyawa63", - "100009099": "https://ror.org/03kyawa63", - "100007639": "https://ror.org/027xqjj19", - "100006270": "https://ror.org/01kxhfp75", - "100006308": "https://ror.org/01kxhfp75", - "100008968": "https://ror.org/03bjn0010", - "100008391": "https://ror.org/03k2ghn57", - "100006294": "https://ror.org/01es48562", - "100008972": "https://ror.org/05hhm9a98", - "100009002": "https://ror.org/03ck0h361", - "501100001472": "https://ror.org/03bytya42", - "100009533": "https://ror.org/00ddr8x91", - "100008792": "https://ror.org/0013shd50", - "501100001514": "https://ror.org/017dfq504", - "501100003640": "https://ror.org/00sxn7a20", - "501100003647": "https://ror.org/00vhg8h29", - "501100000028": "https://ror.org/00bhv3b03", - "501100003649": "https://ror.org/021j14906", - "501100001525": "https://ror.org/05err5w18", - "501100000032": "https://ror.org/05wdecy17", - "100009066": "https://ror.org/01xwqek41", - "501100001535": "https://ror.org/05hp8wn67", - "501100001549": "https://ror.org/05hp8wn67", - "100009095": "https://ror.org/054bxds61", - "501100003655": "https://ror.org/027k9sa32", - "501100001544": "https://ror.org/02c8msm58", - "501100002500": "https://ror.org/019cns802", - "501100000033": "https://ror.org/03vpfss84", - "501100000035": "https://ror.org/05nct1z71", - "501100000036": "https://ror.org/04dh0w640", - "501100001565": "https://ror.org/05y0c7g28", - "501100001581": "https://ror.org/02dd61a62", - "501100001586": "https://ror.org/03cbzve16", - "501100003667": "https://ror.org/0030qkm60", - "501100001857": "https://ror.org/04d81ed36", - "100009210": "https://ror.org/0250say61", - "100009211": "https://ror.org/0250say61", - "501100003671": "https://ror.org/03reeve97", - "501100004933": "https://ror.org/026g3rz20", - "100005999": "https://ror.org/021w6yj26", - "501100000888": "https://ror.org/020v07z27", - "501100000804": "https://ror.org/033d3q980", - "501100005021": "https://ror.org/03p9jms48", - "501100000890": "https://ror.org/03728bb41", - "501100003203": "https://ror.org/004xgw192", - "501100005114": "https://ror.org/04h21q173", - "100009262": "https://ror.org/035e9j894", - "501100003328": "https://ror.org/00fe7gj91", - "501100000895": "https://ror.org/04m4a9x26", - "100009376": "https://ror.org/008zm7t63", - "501100005152": "https://ror.org/056frtj18", - "100009426": "https://ror.org/03mkee371", - "100009429": "https://ror.org/03zqvfs52", - "501100005158": "https://ror.org/04ywhbc61", - "501100000898": "https://ror.org/026rh8977", - "501100005200": "https://ror.org/01m909h91", - "501100003557": "https://ror.org/02vw5s254", - "501100000899": "https://ror.org/00941sb79", - "501100007562": "https://ror.org/00941sb79", - "501100005988": "https://ror.org/056r9ej12", - "501100003567": "https://ror.org/0113pfa64", - "501100005244": "https://ror.org/00y19mj60", - "501100005243": "https://ror.org/00y19mj60", - "501100000904": "https://ror.org/04h8m0888", - "501100003957": "https://ror.org/03a11m818", - "501100003581": "https://ror.org/00caave48", - "501100006005": "https://ror.org/03tajza86", - "501100000931": "https://ror.org/04vctsm14", - "501100006046": "https://ror.org/04vctsm14", - "501100003582": "https://ror.org/03bgts378", - "501100006045": "https://ror.org/01kjdwm51", - "501100003583": "https://ror.org/00vgtfh11", - "501100005348": "https://ror.org/01zavdj36", - "501100005350": "https://ror.org/053bwq229", - "501100003584": "https://ror.org/04dpna982", - "501100005369": "https://ror.org/03nvkc167", - "501100005862": "https://ror.org/03nvkc167", - "501100011054": "https://ror.org/03nvkc167", - "501100006072": "https://ror.org/02ywp9g98", - "501100005403": "https://ror.org/04p181a07", - "501100005620": "https://ror.org/046gt4s87", - "501100006083": "https://ror.org/03wejsv15", - "501100006084": "https://ror.org/016d6bq56", - "501100003586": "https://ror.org/01s9gyx13", - "501100006114": "https://ror.org/05wnef833", - "501100003588": "https://ror.org/01swt4h11", - "501100005645": "https://ror.org/00drv3378", - "501100006130": "https://ror.org/05t259f86", - "501100003595": "https://ror.org/01rkgg256", - "501100006131": "https://ror.org/04kk1a460", - "501100006145": "https://ror.org/00nas8g50", - "501100003596": "https://ror.org/04mq24005", - "100005789": "https://ror.org/01j5kpq29", - "501100006153": "https://ror.org/037yznf56", - "501100005670": "https://ror.org/05c2t0m16", - "501100003597": "https://ror.org/004g7jm05", - "501100006182": "https://ror.org/03cen2c33", - "501100003598": "https://ror.org/038e03x62", - "501100001228": "https://ror.org/04w9gdv63", - "501100003777": "https://ror.org/05q25dx05", - "501100003599": "https://ror.org/01ckass20", - "501100005680": "https://ror.org/03msax388", - "501100001357": "https://ror.org/02tsh5b53", - "501100005755": "https://ror.org/02h77vn79", - "501100003960": "https://ror.org/00gw7hd69", - "501100006411": "https://ror.org/05j2t3d29", - "501100001455": "https://ror.org/05ft5aq05", - "501100006456": "https://ror.org/00e0ttj68", - "501100005881": "https://ror.org/00rb16m44", - "501100003600": "https://ror.org/05x57gp50", - "501100001456": "https://ror.org/01t8drk63", - "501100003607": "https://ror.org/01zbxna89", - "501100005884": "https://ror.org/02qs1a797", - "501100001460": "https://ror.org/0551rpg58", - "501100004283": "https://ror.org/033sxkx41", - "501100001466": "https://ror.org/046qg1023", - "501100006465": "https://ror.org/036vyg793", - "501100005903": "https://ror.org/04sxgk411", - "501100004299": "https://ror.org/056c6e777", - "501100005909": "https://ror.org/01hygy214", - "501100005921": "https://ror.org/03672y868", - "501100006473": "https://ror.org/05dbsyw70", - "501100006487": "https://ror.org/00phthq42", - "501100003609": "https://ror.org/00mt8kb26", - "501100005922": "https://ror.org/037m1gz55", - "501100007110": "https://ror.org/02339nw55", - "501100007122": "https://ror.org/03bzbv419", - "501100003635": "https://ror.org/01teyc394", - "501100007170": "https://ror.org/02fn8ac40", - "501100004579": "https://ror.org/02fn8ac40", - "501100007123": "https://ror.org/033cbzv42", - "501100003636": "https://ror.org/00zfh7f80", - "501100004900": "https://ror.org/05nyhnc56", - "501100004611": "https://ror.org/05nyhnc56", - "501100007124": "https://ror.org/04j3eks61", - "100004894": "https://ror.org/00aak0969", - "501100007125": "https://ror.org/00w0qep84", - "501100006545": "https://ror.org/03x529519", - "100004898": "https://ror.org/05c8v5d10", - "501100007126": "https://ror.org/01gh88804", - "501100006554": "https://ror.org/029jmvc96", - "100005772": "https://ror.org/05k70qf45", - "100004904": "https://ror.org/05rnev335", - "100004905": "https://ror.org/02c1vmy63", - "501100007127": "https://ror.org/01yy74248", - "100004832": "https://ror.org/00bbewq28", - "100004817": "https://ror.org/00bbewq28", - "100005777": "https://ror.org/033r52n02", - "100004907": "https://ror.org/03z5dpc36", - "501100007133": "https://ror.org/049sgh675", - "100004908": "https://ror.org/04nr63k14", - "100004909": "https://ror.org/00fdv2038", - "501100006582": "https://ror.org/002a3ss66", - "100004984": "https://ror.org/04e2v9172", - "100004818": "https://ror.org/00zkesn06", - "100004910": "https://ror.org/05xjztb11", - "100004985": "https://ror.org/043n0m737", - "501100007140": "https://ror.org/04kpqhb39", - "100004911": "https://ror.org/05n9pp477", - "100004987": "https://ror.org/021vcge65", - "100004912": "https://ror.org/040s5rx17", - "100004914": "https://ror.org/04td2q443", - "100004822": "https://ror.org/04cvyy414", - "100004827": "https://ror.org/01r9n3w70", - "100004915": "https://ror.org/03pg9x804", - "100005090": "https://ror.org/02wb4dv66", - "100004916": "https://ror.org/04m2f2s83", - "100004830": "https://ror.org/047ehxy71", - "100005091": "https://ror.org/046z1kv09", - "100004918": "https://ror.org/00cv86729", - "100004919": "https://ror.org/03zqzpy75", - "100004833": "https://ror.org/03wy2a142", - "501100006602": "https://ror.org/0340xvs51", - "100004920": "https://ror.org/03d2te836", - "501100007168": "https://ror.org/04w2e0b44", - "100004834": "https://ror.org/00wj0ge55", - "100004922": "https://ror.org/02ty6ja84", - "100004836": "https://ror.org/011rbjx16", - "100004837": "https://ror.org/00kw0f604", - "100005172": "https://ror.org/02dywf273", - "100007770": "https://ror.org/03ka08s53", - "100004838": "https://ror.org/00p14sn40", - "501100007173": "https://ror.org/02f62sy66", - "100007842": "https://ror.org/02n9yc996", - "100004924": "https://ror.org/03e1rva04", - "501100003551": "https://ror.org/01b1e4b88", - "100004928": "https://ror.org/04qdwr166", - "100005422": "https://ror.org/04nv8he75", - "501100006676": "https://ror.org/03qy49k44", - "100005424": "https://ror.org/029rysr23", - "100004929": "https://ror.org/00vkyb445", - "100004931": "https://ror.org/02rktmz08", - "100004848": "https://ror.org/0192y2p73", - "100005679": "https://ror.org/02kreny85", - "100004934": "https://ror.org/02wbs0d88", - "100006365": "https://ror.org/039exzx30", - "501100007191": "https://ror.org/01251sa74", - "100004935": "https://ror.org/0162ehq15", - "501100007036": "https://ror.org/03fkcxa91", - "100004852": "https://ror.org/008d8ke16", - "100004853": "https://ror.org/05h8na936", - "501100007037": "https://ror.org/05kxbax75", - "100004936": "https://ror.org/01knpsp07", - "501100007223": "https://ror.org/02e38dy05", - "100004859": "https://ror.org/04bbkwf42", - "501100007246": "https://ror.org/00j1q0b46", - "100009222": "https://ror.org/03f3kev64", - "100007170": "https://ror.org/00bbdtr88", - "501100007258": "https://ror.org/041s2dw89", - "100007251": "https://ror.org/012c35a11", - "100004864": "https://ror.org/018zcf966", - "100004945": "https://ror.org/015ddf565", - "100004868": "https://ror.org/048966a50", - "100007280": "https://ror.org/01h6pwy85", - "501100007183": "https://ror.org/05xp7y466", - "100004951": "https://ror.org/032gm3e90", - "100006615": "https://ror.org/019grq336", - "100004869": "https://ror.org/01jh9zw60", - "100009931": "https://ror.org/03tpyg842", - "100006611": "https://ror.org/03tpyg842", - "100006610": "https://ror.org/03tpyg842", - "100004939": "https://ror.org/03tpyg842", - "100004953": "https://ror.org/00ra7nj09", - "100006634": "https://ror.org/00s8v8467", - "100004960": "https://ror.org/04p63s850", - "100007932": "https://ror.org/04p63s850", - "501100007323": "https://ror.org/00ya5c561", - "100006648": "https://ror.org/05kkmzc89", - "100004961": "https://ror.org/05mwe6667", - "100004963": "https://ror.org/01v5wyw51", - "100004877": "https://ror.org/03qq1s904", - "100007530": "https://ror.org/05w3wzj77", - "100004965": "https://ror.org/04sjht826", - "100008390": "https://ror.org/00h2bx184", - "100006650": "https://ror.org/01ahwzz27", - "100004968": "https://ror.org/0543wbp89", - "100004884": "https://ror.org/037fek297", - "100004971": "https://ror.org/019vcrv78", - "100004973": "https://ror.org/05jr3qk95", - "100004872": "https://ror.org/03wjj7779", - "100004874": "https://ror.org/04spf1k23", - "100004976": "https://ror.org/01nw8b729", - "100006530": "https://ror.org/04517nj83", - "100008350": "https://ror.org/021gr0q06", - "100004977": "https://ror.org/041q18g77", - "100004978": "https://ror.org/02h2say50", - "100008381": "https://ror.org/027h2h886", - "100008382": "https://ror.org/027h2h886", - "100004980": "https://ror.org/04x4haa49", - "100004981": "https://ror.org/03dv5mp96", - "100007664": "https://ror.org/00ktzqz45", - "100004982": "https://ror.org/03aw4b617", - "100004983": "https://ror.org/04ded8w14", - "100006803": "https://ror.org/05vjz1d16", - "100008424": "https://ror.org/032j6ge54", - "100006813": "https://ror.org/03cg6qr34", - "501100005753": "https://ror.org/05rnj0j91", - "100008774": "https://ror.org/03xh5a585", - "100006951": "https://ror.org/053hkpw83", - "100008794": "https://ror.org/02qrynm70", - "100008793": "https://ror.org/02qrynm70", - "100007128": "https://ror.org/02jfv6690", - "100008239": "https://ror.org/01zzyg547", - "100008921": "https://ror.org/02g5xq267", - "501100000237": "https://ror.org/05qej3r07", - "501100003922": "https://ror.org/02nfbzg04", - "501100000954": "https://ror.org/02nfbzg04", - "501100000968": "https://ror.org/02nfbzg04", - "501100000955": "https://ror.org/02yf3ey12", - "100008945": "https://ror.org/01b047235", - "501100007570": "https://ror.org/00420et70", - "501100000957": "https://ror.org/00420et70", - "501100002762": "https://ror.org/02dprkj51", - "100008987": "https://ror.org/03jmcpx27", - "100008629": "https://ror.org/054n9rz51", - "501100002904": "https://ror.org/00s5ghb26", - "501100000963": "https://ror.org/00ew5at92", - "100008646": "https://ror.org/00ew5at92", - "501100002285": "https://ror.org/00ew5at92", - "501100002910": "https://ror.org/04q01pf08", - "100008652": "https://ror.org/00zv0wd17", - "100008304": "https://ror.org/018ct7v08", - "100008302": "https://ror.org/018ct7v08", - "501100003047": "https://ror.org/003cq3m13", - "100008705": "https://ror.org/02xm1rf97", - "100009065": "https://ror.org/04tnw9626", - "100009209": "https://ror.org/00ys2za03", - "100008707": "https://ror.org/055t3yk56", - "100008712": "https://ror.org/05y9xcd05", - "501100003164": "https://ror.org/03pgxht93", - "501100003811": "https://ror.org/01qas6g18", - "501100003253": "https://ror.org/04m57qg37", - "501100001070": "https://ror.org/03ebs8975", - "100009474": "https://ror.org/02jexx044", - "501100003267": "https://ror.org/026emmr85", - "501100003281": "https://ror.org/01fz2q334", - "501100003301": "https://ror.org/01fz2q334", - "501100003971": "https://ror.org/04e3z5r84", - "501100004316": "https://ror.org/00axrng91", - "501100004334": "https://ror.org/01cnenr61", - "501100003990": "https://ror.org/04ry1rt27", - "501100001126": "https://ror.org/00wa9t836", - "501100000061": "https://ror.org/05xcjmm14", - "501100000205": "https://ror.org/02agyqq59", - "501100001139": "https://ror.org/05j137f13", - "501100003454": "https://ror.org/022z3g211", - "501100000227": "https://ror.org/00y2ynd26", - "501100003456": "https://ror.org/01rg6da32", - "501100003479": "https://ror.org/05skhck39", - "501100004487": "https://ror.org/00d4h7g98", - "501100001189": "https://ror.org/03dmtvy82", - "501100003632": "https://ror.org/029td0g71", - "501100000231": "https://ror.org/00znwdt50", - "501100003633": "https://ror.org/03tjm2p32", - "501100004148": "https://ror.org/01nfhtc03", - "501100003642": "https://ror.org/03e6g8q57", - "501100000234": "https://ror.org/03mhba648", - "501100004525": "https://ror.org/00n0e2d34", - "501100005263": "https://ror.org/00n0e2d34", - "501100005262": "https://ror.org/00n0e2d34", - "501100004170": "https://ror.org/01r7sqp31", - "501100003643": "https://ror.org/00nxrj229", - "501100003644": "https://ror.org/03mz4hq51", - "501100004581": "https://ror.org/02vcjcj30", - "501100003652": "https://ror.org/03s26zd55", - "501100004582": "https://ror.org/05pmc2b98", - "501100003742": "https://ror.org/038qjap85", - "501100004236": "https://ror.org/04vghy880", - "501100001246": "https://ror.org/05nap1d83", - "501100003250": "https://ror.org/03af0nw04", - "501100003746": "https://ror.org/03af0nw04", - "501100001526": "https://ror.org/02ttd0n41", - "501100004603": "https://ror.org/0433t4193", - "501100004244": "https://ror.org/00d7a9n23", - "501100003749": "https://ror.org/0326gsy75", - "501100003757": "https://ror.org/02yk6f609", - "501100004251": "https://ror.org/02g4n1614", - "501100003760": "https://ror.org/04th3yy26", - "501100004744": "https://ror.org/04af9zr29", - "501100002125": "https://ror.org/03ga33f34", - "501100005360": "https://ror.org/00r3ztb37", - "501100002126": "https://ror.org/050q16438", - "501100007194": "https://ror.org/02fr0s482", - "501100005615": "https://ror.org/04b3wz043", - "501100004780": "https://ror.org/056c0n883", - "501100002324": "https://ror.org/02sx0vk32", - "501100005894": "https://ror.org/003cma469", - "501100004864": "https://ror.org/02j1fb913", - "501100006536": "https://ror.org/00rj4dg52", - "501100002330": "https://ror.org/01jhjbg73", - "501100007341": "https://ror.org/04bz8f123", - "501100004879": "https://ror.org/04zs2z136", - "501100006019": "https://ror.org/057g0br29", - "501100002659": "https://ror.org/00fzs3g26", - "501100004163": "https://ror.org/01hednr46", - "501100007353": "https://ror.org/018h60391", - "501100006060": "https://ror.org/04mw3jj73", - "501100006543": "https://ror.org/05gsxwg61", - "501100007377": "https://ror.org/02npjmq89", - "501100006068": "https://ror.org/03bxybp61", - "501100005067": "https://ror.org/02nfh7608", - "501100007030": "https://ror.org/02vp8jr44", - "501100007031": "https://ror.org/02vp8jr44", - "501100006274": "https://ror.org/02kbrsj34", - "501100006290": "https://ror.org/03spd6n49", - "501100006188": "https://ror.org/03s0fv852", - "501100006295": "https://ror.org/04wtd6086", - "501100005103": "https://ror.org/02tdb1n52", - "501100007045": "https://ror.org/02ge9fk48", - "501100006298": "https://ror.org/04ekv3k57", - "501100006221": "https://ror.org/02nc61e46", - "501100006257": "https://ror.org/01egp1063", - "501100006398": "https://ror.org/03hc6ex92", - "501100006266": "https://ror.org/00k53p435", - "100009249": "https://ror.org/03sjyr749", - "501100007159": "https://ror.org/02schg286", - "100004902": "https://ror.org/04dpszf19", - "501100006721": "https://ror.org/049ygtv97", - "501100006722": "https://ror.org/03qp8ma69", - "501100007181": "https://ror.org/013t96v18", - "100007654": "https://ror.org/00p9p2506", - "100009489": "https://ror.org/02t64n115", - "100009610": "https://ror.org/04afrdx88", - "501100001223": "https://ror.org/01ymr0y61", - "501100007171": "https://ror.org/00f21s284", - "100006316": "https://ror.org/0009ha653", - "100001020": "https://ror.org/0009ha653", - "100001032": "https://ror.org/01fcdd135", - "100009595": "https://ror.org/01fcdd135", - "501100006734": "https://ror.org/053efsj20", - "100006356": "https://ror.org/01c02p071", - "100005313": "https://ror.org/01c02p071", - "100006323": "https://ror.org/01c02p071", - "100006357": "https://ror.org/01c02p071", - "501100007381": "https://ror.org/02x6jsy35", - "501100002922": "https://ror.org/04yt9wc05", - "100006348": "https://ror.org/040gxv777", - "501100007383": "https://ror.org/001c3w852", - "100006750": "https://ror.org/038ejm451", - "501100007384": "https://ror.org/03cqmba17", - "100007627": "https://ror.org/03xnf5k89", - "100005274": "https://ror.org/03kgddd58", - "100004422": "https://ror.org/02ccnn750", - "501100007385": "https://ror.org/026n0rw09", - "501100007390": "https://ror.org/00ps5mk11", - "100008995": "https://ror.org/01xc6az48", - "501100007391": "https://ror.org/02z2wec49", - "100009314": "https://ror.org/049dnw004", - "100004426": "https://ror.org/03ca35056", - "100005363": "https://ror.org/00dfjma76", - "100009402": "https://ror.org/02j95s845", - "501100005920": "https://ror.org/00fszdj92", - "501100005919": "https://ror.org/00fszdj92", - "501100007393": "https://ror.org/02zdrev82", - "501100007394": "https://ror.org/01zr65j15", - "501100001624": "https://ror.org/0385qa794", - "100004430": "https://ror.org/00d1x1168", - "501100001694": "https://ror.org/03836vq90", - "501100007395": "https://ror.org/03tydf244", - "501100001705": "https://ror.org/024zavn56", - "501100008602": "https://ror.org/024zavn56", - "501100006044": "https://ror.org/018788w33", - "100004438": "https://ror.org/00wrbf093", - "100005373": "https://ror.org/01n3xha27", - "100004442": "https://ror.org/05b233w53", - "100005374": "https://ror.org/02jnewa08", - "501100006139": "https://ror.org/03zxry661", - "501100002427": "https://ror.org/0120w5678", - "100005411": "https://ror.org/05xxn0r26", - "100005416": "https://ror.org/03xsk8f60", - "501100002870": "https://ror.org/04bc8dn02", - "100004444": "https://ror.org/04beyjz13", - "501100003268": "https://ror.org/05ezcey15", - "100004445": "https://ror.org/021f23q27", - "501100003946": "https://ror.org/004565978", - "100001136": "https://ror.org/01bp1fj20", - "501100007379": "https://ror.org/00derzd22", - "501100004766": "https://ror.org/02rqftv84", - "100004449": "https://ror.org/03mrwhf77", - "100001142": "https://ror.org/04rc6g352", - "100005529": "https://ror.org/04y63ab76", - "100005425": "https://ror.org/03tsm8967", - "100005533": "https://ror.org/040hfpx97", - "501100007320": "https://ror.org/02g9hzn44", - "100004462": "https://ror.org/02sstxn62", - "100005731": "https://ror.org/054zw2979", - "100005464": "https://ror.org/01ah4r412", - "100005603": "https://ror.org/02chwk660", - "100005475": "https://ror.org/058ab6j52", - "100001842": "https://ror.org/050133s12", - "501100006123": "https://ror.org/04d357y30", - "100005618": "https://ror.org/058465397", - "100005736": "https://ror.org/013b2jw60", - "100001843": "https://ror.org/00kyqct09", - "100005955": "https://ror.org/05rdptj07", - "501100006675": "https://ror.org/05fbb1126", - "100005976": "https://ror.org/011ze6662", - "100005738": "https://ror.org/017mjs592", - "100005978": "https://ror.org/01jaqtk55", - "100001958": "https://ror.org/006p7vb38", - "100005980": "https://ror.org/02s2t6509", - "100005741": "https://ror.org/03xnmzw54", - "100006763": "https://ror.org/0416smw97", - "100005636": "https://ror.org/033becj92", - "100005742": "https://ror.org/051ksdh55", - "100005988": "https://ror.org/04wdzm653", - "100002018": "https://ror.org/01n2qjm43", - "100005745": "https://ror.org/02k2r5455", - "100006795": "https://ror.org/05schts45", - "100005656": "https://ror.org/027sz0n32", - "100005994": "https://ror.org/03n10mx16", - "100005657": "https://ror.org/05yd80n95", - "100005998": "https://ror.org/04761rz89", - "100006020": "https://ror.org/05thvt304", - "100005748": "https://ror.org/00x0rjj17", - "100005662": "https://ror.org/0160f3285", - "100005749": "https://ror.org/02w20cr42", - "100003954": "https://ror.org/032tek884", - "100006950": "https://ror.org/038pzr527", - "100005750": "https://ror.org/04eehbt36", - "100005680": "https://ror.org/010jszw77", - "100006051": "https://ror.org/020z8zc95", - "100005698": "https://ror.org/03x467203", - "100006712": "https://ror.org/04gm25w26", - "100005706": "https://ror.org/034xvnf25", - "100006063": "https://ror.org/02320dz84", - "100005753": "https://ror.org/03ycy6g75", - "100005754": "https://ror.org/045fdzr53", - "100005755": "https://ror.org/04y65f081", - "100006213": "https://ror.org/014vbqy29", - "100005756": "https://ror.org/020xgge28", - "100005758": "https://ror.org/0225cwm17", - "100006218": "https://ror.org/00686bx53", - "100007019": "https://ror.org/05g9jvj02", - "100005760": "https://ror.org/04jrbrj58", - "100007029": "https://ror.org/002ew9g26", - "100005761": "https://ror.org/050we9f15", - "100005762": "https://ror.org/0169ypx19", - "100005765": "https://ror.org/03024dz78", - "100005768": "https://ror.org/01zpqad83", - "100007034": "https://ror.org/05a84rn81", - "100005769": "https://ror.org/05ae2ng62", - "100008511": "https://ror.org/0535kjm37", - "100006347": "https://ror.org/01j60q321", - "100005770": "https://ror.org/04jaeeg73", - "100007066": "https://ror.org/01hvyf776", - "100006361": "https://ror.org/042183v27", - "100006375": "https://ror.org/0536y0s22", - "100005809": "https://ror.org/00dt8xx11", - "100005814": "https://ror.org/04z65vq06", - "100007772": "https://ror.org/04yx5fa32", - "100005838": "https://ror.org/02psef266", - "100007821": "https://ror.org/04x2e7745", - "100006464": "https://ror.org/03a300k41", - "100005858": "https://ror.org/01mww5314", - "100008621": "https://ror.org/052yxa807", - "100006625": "https://ror.org/03acf4h47", - "100005888": "https://ror.org/01m2yw646", - "100007872": "https://ror.org/030y35h40", - "100008631": "https://ror.org/04edktq70", - "100005890": "https://ror.org/014n3ck53", - "100007874": "https://ror.org/01tefzr55", - "100008642": "https://ror.org/01v5nrd60", - "100007881": "https://ror.org/03fqqej38", - "100008659": "https://ror.org/03mx5e235", - "100005910": "https://ror.org/0027wxf59", - "100005920": "https://ror.org/031ypdv26", - "100007157": "https://ror.org/01ygh0g51", - "100009005": "https://ror.org/04stt5k13", - "100009004": "https://ror.org/04stt5k13", - "100006701": "https://ror.org/03y14xz82", - "100005940": "https://ror.org/00a78zp32", - "100009008": "https://ror.org/054xfjj29", - "100008023": "https://ror.org/040cw3796", - "100006725": "https://ror.org/03jyeqg89", - "100008040": "https://ror.org/01abckz52", - "100007279": "https://ror.org/00z2dj373", - "100009017": "https://ror.org/02n3ttt92", - "100009491": "https://ror.org/01g621a78", - "100008746": "https://ror.org/0065zqt33", - "100009059": "https://ror.org/04w49dw51", - "100008089": "https://ror.org/02sx6dd34", - "100009492": "https://ror.org/0082jv665", - "100009089": "https://ror.org/03pydjx38", - "100009509": "https://ror.org/04pgv9784", - "100008131": "https://ror.org/01b5c2h26", - "100007513": "https://ror.org/00v3tjq70", - "100009561": "https://ror.org/023943s16", - "100009113": "https://ror.org/018qsef31", - "100008910": "https://ror.org/05cnkke79", - "100009563": "https://ror.org/004jn1895", - "100009581": "https://ror.org/01y0eyq70", - "100008922": "https://ror.org/02br4sp34", - "100008164": "https://ror.org/0149a7069", - "100008165": "https://ror.org/0149a7069", - "100005474": "https://ror.org/031m3kw45", - "100007524": "https://ror.org/031m3kw45", - "100007525": "https://ror.org/031m3kw45", - "100009121": "https://ror.org/01n5qfh17", - "100009603": "https://ror.org/050zhbw42", - "100007548": "https://ror.org/00nj2y010", - "501100000110": "https://ror.org/002y2c982", - "100007563": "https://ror.org/00z6sta78", - "100007564": "https://ror.org/00z6sta78", - "100006603": "https://ror.org/04s3dsz85", - "501100000164": "https://ror.org/04bdeg508", - "100009141": "https://ror.org/03cy6xx05", - "100007600": "https://ror.org/04qvn8b67", - "100008258": "https://ror.org/01f6q3121", - "501100000182": "https://ror.org/05c4jxb21", - "100008942": "https://ror.org/033zy4a51", - "100008943": "https://ror.org/02x2rzn44", - "501100007910": "https://ror.org/00evpm282", - "501100000183": "https://ror.org/00evpm282", - "501100000548": "https://ror.org/022jstb93", - "100007628": "https://ror.org/03yjs4n28", - "501100000189": "https://ror.org/00hyqw430", - "100008345": "https://ror.org/05fd6p289", - "501100001244": "https://ror.org/03nm76z82", - "501100000611": "https://ror.org/037gnvs23", - "501100000616": "https://ror.org/00q2kx914", - "501100001251": "https://ror.org/04ymsr904", - "501100000624": "https://ror.org/02hger267", - "501100000283": "https://ror.org/03cjaa329", - "100008355": "https://ror.org/00hc57b89", - "100008356": "https://ror.org/00hc57b89", - "501100000642": "https://ror.org/00rvy3n84", - "100008361": "https://ror.org/037s01565", - "501100000302": "https://ror.org/02mfknm62", - "100009225": "https://ror.org/00w4m9556", - "100009232": "https://ror.org/02j37bn23", - "501100000307": "https://ror.org/03z7hft29", - "501100000903": "https://ror.org/02t3dz930", - "501100001266": "https://ror.org/00y9yvc25", - "501100000652": "https://ror.org/05egkbh47", - "501100000314": "https://ror.org/01mf4te84", - "100009253": "https://ror.org/02aqppr80", - "501100000316": "https://ror.org/02mf6dg38", - "100009254": "https://ror.org/03tyjmh67", - "501100001271": "https://ror.org/01kpf2x84", - "501100000657": "https://ror.org/05h4fcj88", - "501100001275": "https://ror.org/042404z19", - "501100000658": "https://ror.org/00vtr6j87", - "501100007922": "https://ror.org/042szwr56", - "501100000334": "https://ror.org/042szwr56", - "501100000343": "https://ror.org/003vffc21", - "501100000684": "https://ror.org/00xphjb32", - "100009303": "https://ror.org/05qvbeb50", - "100009302": "https://ror.org/05qvbeb50", - "501100000346": "https://ror.org/03192vt15", - "100009307": "https://ror.org/04c7vyz18", - "501100002422": "https://ror.org/00w1nhp77", - "501100008605": "https://ror.org/0207g4422", - "501100000686": "https://ror.org/0207g4422", - "100009311": "https://ror.org/05qrzv962", - "501100000363": "https://ror.org/04etqyp34", - "501100000706": "https://ror.org/012xv3367", - "501100000366": "https://ror.org/0156dtt23", - "501100000367": "https://ror.org/03tzsk589", - "501100001305": "https://ror.org/01126vz29", - "100009319": "https://ror.org/00289h314", - "100009338": "https://ror.org/00h6vxx49", - "501100000720": "https://ror.org/05tpt3034", - "501100001309": "https://ror.org/01w336058", - "501100001325": "https://ror.org/00ppjep56", - "100009340": "https://ror.org/02swjdp46", - "501100000378": "https://ror.org/04kknj623", - "501100000852": "https://ror.org/003p9wg45", - "501100000382": "https://ror.org/04k6mn280", - "501100000861": "https://ror.org/02ez1f997", - "501100001326": "https://ror.org/01smvzn14", - "501100002829": "https://ror.org/000bbgp24", - "501100001329": "https://ror.org/00t6bvs64", - "100005167": "https://ror.org/014303d61", - "501100000868": "https://ror.org/01deqjx32", - "501100001360": "https://ror.org/03m1r7z07", - "501100002831": "https://ror.org/05abrn361", - "100009354": "https://ror.org/0341wf912", - "100008158": "https://ror.org/02wcz1374", - "501100000940": "https://ror.org/02wcz1374", - "100009358": "https://ror.org/024wrmf62", - "501100002863": "https://ror.org/00skrfj45", - "501100006623": "https://ror.org/01cmzh619", - "501100000949": "https://ror.org/01cmzh619", - "501100000408": "https://ror.org/03vwp3588", - "501100000410": "https://ror.org/00yb6qh25", - "501100000966": "https://ror.org/05b6yak03", - "100009382": "https://ror.org/04mhkhc08", - "100009381": "https://ror.org/04mhkhc08", - "501100001404": "https://ror.org/02wq22q69", - "501100000414": "https://ror.org/04dh1cz78", - "501100001036": "https://ror.org/01rdbtj19", - "501100001414": "https://ror.org/00bv1cj87", - "501100003183": "https://ror.org/002827k23", - "501100001058": "https://ror.org/01dtghp88", - "501100001521": "https://ror.org/05jn2xb28", - "501100003184": "https://ror.org/03455j977", - "501100006638": "https://ror.org/000feez16", - "501100001532": "https://ror.org/000feez16", - "501100003188": "https://ror.org/001t6pv65", - "501100001103": "https://ror.org/02ptdck34", - "501100004601": "https://ror.org/01abhta88", - "501100001540": "https://ror.org/05jdvx041", - "100009447": "https://ror.org/0462yrd97", - "501100004615": "https://ror.org/05nhx9b20", - "501100001551": "https://ror.org/0567eg765", - "100009449": "https://ror.org/01qhvn038", - "501100003293": "https://ror.org/029cn2a76", - "501100001582": "https://ror.org/002c9wz60", - "501100004723": "https://ror.org/00pz6eg79", - "501100001165": "https://ror.org/04rnenb96", - "501100001591": "https://ror.org/0053vns10", - "501100001181": "https://ror.org/01z4e0695", - "501100003294": "https://ror.org/00t93jm73", - "501100005899": "https://ror.org/01wd8z492", - "501100003295": "https://ror.org/03c0kv729", - "501100004882": "https://ror.org/03mxg5j39", - "501100001192": "https://ror.org/01nkrwq24", - "501100006644": "https://ror.org/002rcdx19", - "501100001307": "https://ror.org/002rcdx19", - "501100005949": "https://ror.org/04akhbz72", - "501100007137": "https://ror.org/05f6c0c45", - "501100005008": "https://ror.org/00xn8e010", - "501100001761": "https://ror.org/0571cj070", - "501100003840": "https://ror.org/00a0cz818", - "501100001762": "https://ror.org/0411p0k29", - "501100005051": "https://ror.org/02ag9qs60", - "501100005991": "https://ror.org/05ewcwb21", - "501100001847": "https://ror.org/006cprg57", - "501100007694": "https://ror.org/00rxf7n07", - "501100006102": "https://ror.org/00rxf7n07", - "100009899": "https://ror.org/04t5yz624", - "501100005287": "https://ror.org/057xgt263", - "100004434": "https://ror.org/02gdp5e27", - "100005628": "https://ror.org/05g5fwv52", - "501100008323": "https://ror.org/01xf7jb19", - "100008588": "https://ror.org/0087v5134", - "501100005121": "https://ror.org/03p5wj904", - "501100003965": "https://ror.org/00d7hze96", - "501100001902": "https://ror.org/02rs18x11", - "501100005188": "https://ror.org/01jd81545", - "501100001982": "https://ror.org/0569v7v35", - "501100002281": "https://ror.org/04cy3kb56", - "501100006069": "https://ror.org/05v5ag345", - "501100001220": "https://ror.org/042618t81", - "501100006073": "https://ror.org/03mjd0271", - "501100002364": "https://ror.org/03zhqjb33", - "501100001237": "https://ror.org/01q29tm52", - "501100006098": "https://ror.org/054zftm42", - "100005923": "https://ror.org/023nwkm08", - "501100004078": "https://ror.org/01ghar981", - "100005924": "https://ror.org/05dx8t190", - "100005942": "https://ror.org/0427xec12", - "100009934": "https://ror.org/03ve5gp11", - "100005943": "https://ror.org/03ve5gp11", - "100005960": "https://ror.org/05w90jm68", - "501100005370": "https://ror.org/033sn5p83", - "501100007254": "https://ror.org/0203yhg37", - "501100006146": "https://ror.org/02n67pd69", - "501100007277": "https://ror.org/00qbzpp62", - "501100005393": "https://ror.org/0099s0h07", - "100006028": "https://ror.org/01svz3w83", - "100006029": "https://ror.org/014matr28", - "501100006270": "https://ror.org/034e1cb35", - "100006030": "https://ror.org/04etshx64", - "501100007291": "https://ror.org/01t56m506", - "100006054": "https://ror.org/050a3p398", - "501100007315": "https://ror.org/004fb1r50", - "501100005608": "https://ror.org/0406h9r54", - "100006061": "https://ror.org/03w6ebm44", - "100006068": "https://ror.org/01ccv1722", - "501100004250": "https://ror.org/01f8mva30", - "501100007397": "https://ror.org/05bcewb51", - "501100005707": "https://ror.org/01gfs0a38", - "100002782": "https://ror.org/04ktct527", - "501100004324": "https://ror.org/014wxtx83", - "501100005842": "https://ror.org/04qd7ym22", - "100006073": "https://ror.org/05cemnq96", - "501100004349": "https://ror.org/05dd3bg73", - "501100005870": "https://ror.org/04eca0d23", - "501100006548": "https://ror.org/050f4mc80", - "100007283": "https://ror.org/00y6gpw41", - "501100006553": "https://ror.org/03zan4871", - "501100004362": "https://ror.org/01k789405", - "100005299": "https://ror.org/049e4we54", - "100006080": "https://ror.org/04j7hdv70", - "501100008092": "https://ror.org/0347g4065", - "100007326": "https://ror.org/00335tx14", - "100007329": "https://ror.org/04nz9a261", - "501100004415": "https://ror.org/02pzhxb85", - "100005314": "https://ror.org/05ancaf73", - "100005315": "https://ror.org/04fqtzv33", - "100009284": "https://ror.org/04fqtzv33", - "100009286": "https://ror.org/04fqtzv33", - "100009397": "https://ror.org/04fqtzv33", - "100009287": "https://ror.org/04fqtzv33", - "100009396": "https://ror.org/04fqtzv33", - "100009285": "https://ror.org/04fqtzv33", - "100009600": "https://ror.org/04fqtzv33", - "100009601": "https://ror.org/04fqtzv33", - "100007372": "https://ror.org/02yr31a60", - "501100006714": "https://ror.org/003c45k89", - "100008362": "https://ror.org/04s9bdj81", - "100006082": "https://ror.org/030cpmq61", - "100007373": "https://ror.org/02n219t94", - "100005332": "https://ror.org/057q9nn35", - "100005348": "https://ror.org/048f8az88", - "100007376": "https://ror.org/02ean8c72", - "100007395": "https://ror.org/02ean8c72", - "100005349": "https://ror.org/031v2vc59", - "100006240": "https://ror.org/03fjjmv72", - "100003608": "https://ror.org/03fjjmv72", - "100008364": "https://ror.org/05we5kc38", - "100006309": "https://ror.org/04sedwh45", - "100000040": "https://ror.org/04sedwh45", - "100008366": "https://ror.org/0351th250", - "100006317": "https://ror.org/02pf53x18", - "501100006751": "https://ror.org/009byq155", - "100008415": "https://ror.org/00m1bnc32", - "100006319": "https://ror.org/058pb5559", - "100006320": "https://ror.org/022c5tm72", - "100007495": "https://ror.org/04k620071", - "100008440": "https://ror.org/03m80tg69", - "100007501": "https://ror.org/02jcrd051", - "100006322": "https://ror.org/02j2s7216", - "100005388": "https://ror.org/041f67531", - "100005390": "https://ror.org/012wc2h72", - "501100007131": "https://ror.org/00wgk5w17", - "100006326": "https://ror.org/02g4qga81", - "100005397": "https://ror.org/02azaez02", - "100005367": "https://ror.org/02azaez02", - "100006372": "https://ror.org/010nq4b05", - "100005402": "https://ror.org/04hrrvw77", - "100008442": "https://ror.org/00zst6w92", - "100008671": "https://ror.org/00xb58j90", - "100007583": "https://ror.org/030rn8443", - "100008443": "https://ror.org/039573m03", - "100008445": "https://ror.org/022rxf761", - "100008743": "https://ror.org/01r3q4477", - "100006478": "https://ror.org/01aj50m26", - "100005432": "https://ror.org/02gtar309", - "100008467": "https://ror.org/05jd9bf81", - "100008468": "https://ror.org/01r43ed56", - "100008469": "https://ror.org/01r43ed56", - "100006608": "https://ror.org/01x6e4x77", - "100005433": "https://ror.org/03ezg7602", - "100008744": "https://ror.org/01sb82c82", - "100006617": "https://ror.org/04sggj290", - "100007735": "https://ror.org/00cc7y784", - "100006624": "https://ror.org/03snppx81", - "100007736": "https://ror.org/00syxh370", - "100005409": "https://ror.org/00syxh370", - "100008751": "https://ror.org/029q31q54", - "100008492": "https://ror.org/03jjkbg74", - "100007792": "https://ror.org/0345bxe71", - "100008528": "https://ror.org/0592g7p42", - "100006789": "https://ror.org/032mwpc05", - "100008752": "https://ror.org/01atcss13", - "100008542": "https://ror.org/01scjps49", - "100005455": "https://ror.org/05fp1z527", - "100007822": "https://ror.org/052tv0w45", - "100008754": "https://ror.org/04tqjn232", - "100008755": "https://ror.org/04tqjn232", - "100006835": "https://ror.org/04hcr0j14", - "100005480": "https://ror.org/048saf111", - "100008594": "https://ror.org/05hk0hn26", - "100008756": "https://ror.org/028ds0f65", - "100006838": "https://ror.org/04j0s0m53", - "100007825": "https://ror.org/02ht8gz29", - "100006971": "https://ror.org/04bam1s60", - "100008597": "https://ror.org/01jtx4m19", - "100008765": "https://ror.org/05n4r9n98", - "100005526": "https://ror.org/05a8c4g41", - "100006997": "https://ror.org/03wa5t726", - "100008048": "https://ror.org/03b44vb62", - "100008766": "https://ror.org/04ngzd740", - "100008598": "https://ror.org/043td6439", - "100007085": "https://ror.org/04pb25098", - "100005537": "https://ror.org/03pjj5012", - "100008602": "https://ror.org/01wqc8n07", - "501100001301": "https://ror.org/01wqc8n07", - "100007113": "https://ror.org/02h5yd368", - "100008653": "https://ror.org/02chfyt80", - "100008139": "https://ror.org/03zn9xn73", - "100005800": "https://ror.org/0400j8512", - "100008215": "https://ror.org/03xxbcc33", - "100007121": "https://ror.org/043cb6104", - "100008223": "https://ror.org/03ksx7604", - "100008768": "https://ror.org/03abgds10", - "100009215": "https://ror.org/02reep516", - "100007143": "https://ror.org/01mcq6w80", - "100007266": "https://ror.org/01w7zp119", - "100005512": "https://ror.org/00y3fw422", - "100005534": "https://ror.org/00y3fw422", - "100008230": "https://ror.org/02zwd6322", - "100008770": "https://ror.org/04e5cyn06", - "100009234": "https://ror.org/026p0h140", - "100009235": "https://ror.org/026p0h140", - "100005813": "https://ror.org/0486xr381", - "100009361": "https://ror.org/027w9yg20", - "100009364": "https://ror.org/04rwyne07", - "100008773": "https://ror.org/039tpj237", - "100008317": "https://ror.org/037ar5g91", - "100009365": "https://ror.org/00gm6mv51", - "100009255": "https://ror.org/01f0mje62", - "100008318": "https://ror.org/00kbped59", - "100005859": "https://ror.org/035m9ft70", - "100009256": "https://ror.org/03vezy923", - "100009479": "https://ror.org/035mcxx74", - "501100000068": "https://ror.org/00wxsmn74", - "100009048": "https://ror.org/03fkqty89", - "100009057": "https://ror.org/02zn32y15", - "100009058": "https://ror.org/02zn32y15", - "100009060": "https://ror.org/04z6q9z55", - "501100000072": "https://ror.org/03atav620", - "100009458": "https://ror.org/02cbrh206", - "100009558": "https://ror.org/01fmd5559", - "100009074": "https://ror.org/036jhjy94", - "501100000073": "https://ror.org/05wt8ay40", - "100009565": "https://ror.org/00zevg885", - "100009295": "https://ror.org/05w3e2p73", - "100009582": "https://ror.org/008421332", - "501100000526": "https://ror.org/04gv4zs18", - "100009588": "https://ror.org/0490fjq98", - "501100000142": "https://ror.org/00bpw5437", - "100009300": "https://ror.org/00zm1cx92", - "501100000528": "https://ror.org/05h0qwt23", - "100009592": "https://ror.org/01vekj030", - "100009466": "https://ror.org/05h8amp43", - "100009305": "https://ror.org/00cdwab02", - "501100000530": "https://ror.org/032hv5121", - "100009605": "https://ror.org/027q4m113", - "100009469": "https://ror.org/009bczc36", - "100009306": "https://ror.org/05n4fyj34", - "501100000532": "https://ror.org/03bm7y961", - "501100000185": "https://ror.org/0500gae26", - "501100000535": "https://ror.org/05az4xw46", - "501100000186": "https://ror.org/051mryw61", - "100009315": "https://ror.org/003kz5h76", - "100009316": "https://ror.org/003kz5h76", - "501100000202": "https://ror.org/05f73a827", - "501100007429": "https://ror.org/01rd01t06", - "100000961": "https://ror.org/016myq798", - "100009272": "https://ror.org/01vpcr438", - "100009317": "https://ror.org/036n40n43", - "501100000281": "https://ror.org/02wh2qn63", - "100009320": "https://ror.org/04s0zae50", - "501100000012": "https://ror.org/03c39qe40", - "501100000573": "https://ror.org/03gzy4429", - "501100000013": "https://ror.org/03q0a5512", - "501100000575": "https://ror.org/008124755", - "501100000310": "https://ror.org/02nkqdh98", - "501100000576": "https://ror.org/04vxve916", - "501100004583": "https://ror.org/04vxve916", - "501100000311": "https://ror.org/0306fdh09", - "501100000607": "https://ror.org/05qjkt447", - "501100000313": "https://ror.org/04yw9eb05", - "501100000543": "https://ror.org/02ybwq307", - "501100000633": "https://ror.org/00m5fcs37", - "501100002399": "https://ror.org/001hpw566", - "501100000628": "https://ror.org/042p4aa24", - "501100000546": "https://ror.org/01dfmhm16", - "501100000639": "https://ror.org/05e7jqk20", - "501100000632": "https://ror.org/00qyaft09", - "501100000345": "https://ror.org/04c5amq59", - "501100001173": "https://ror.org/005891v66", - "501100000547": "https://ror.org/058sh5428", - "501100001200": "https://ror.org/00147ek89", - "501100000667": "https://ror.org/041jyes35", - "501100000549": "https://ror.org/00b5zg596", - "501100007919": "https://ror.org/02e4cg183", - "501100000369": "https://ror.org/02e4cg183", - "501100002404": "https://ror.org/020tbzb21", - "501100000372": "https://ror.org/03f0m8k49", - "501100002405": "https://ror.org/0128ps453", - "501100001233": "https://ror.org/04n9gs185", - "501100004665": "https://ror.org/05s8mns17", - "501100001267": "https://ror.org/05s8mns17", - "501100000556": "https://ror.org/00xqj7528", - "501100005016": "https://ror.org/02f0r3n63", - "501100001327": "https://ror.org/03awvgn34", - "501100002406": "https://ror.org/0307qjf39", - "501100000681": "https://ror.org/030ewbq61", - "501100005050": "https://ror.org/04srze519", - "501100001341": "https://ror.org/014n3px33", - "501100001161": "https://ror.org/03wkeky45", - "501100002421": "https://ror.org/036rr6h87", - "501100002423": "https://ror.org/01nwqqg09", - "501100000687": "https://ror.org/02xxmjs88", - "501100001346": "https://ror.org/00b5k3781", - "501100002429": "https://ror.org/05wvdt748", - "501100000707": "https://ror.org/0248jkv14", - "501100005072": "https://ror.org/04y8cm806", - "501100000711": "https://ror.org/00jcwff27", - "501100002786": "https://ror.org/00z4gpq27", - "501100000566": "https://ror.org/03a4te222", - "501100001536": "https://ror.org/05bc46c94", - "501100000567": "https://ror.org/04zj17j36", - "501100001545": "https://ror.org/048psdj82", - "501100005122": "https://ror.org/04epxrt89", - "501100000713": "https://ror.org/00w5rdf18", - "501100005123": "https://ror.org/014c6rd81", - "501100003094": "https://ror.org/05qfkt964", - "501100005293": "https://ror.org/0570s7p64", - "501100000714": "https://ror.org/05ezak240", - "501100005997": "https://ror.org/02ns3pe91", - "501100005300": "https://ror.org/01skh6n03", - "501100001561": "https://ror.org/02njsf937", - "501100003162": "https://ror.org/02prq1a68", - "501100006012": "https://ror.org/00mv8h305", - "501100001629": "https://ror.org/03argrj65", - "501100000748": "https://ror.org/02b2fc027", - "501100006081": "https://ror.org/01crbhp32", - "501100000825": "https://ror.org/05t77d857", - "501100005368": "https://ror.org/02r9ctp23", - "501100007567": "https://ror.org/04hm9pd03", - "501100000834": "https://ror.org/04hm9pd03", - "501100006122": "https://ror.org/03wjq7x76", - "501100001696": "https://ror.org/02q486a47", - "501100000864": "https://ror.org/01mzyze39", - "501100000865": "https://ror.org/05257ys56", - "501100001767": "https://ror.org/04bda4853", - "501100002182": "https://ror.org/04bda4853", - "501100001901": "https://ror.org/02z0zbb37", - "501100000944": "https://ror.org/03z4zm883", - "501100000983": "https://ror.org/023sa9n23", - "501100006186": "https://ror.org/037dn9q43", - "501100005689": "https://ror.org/02mmcvz81", - "501100006212": "https://ror.org/020r1b091", - "501100003487": "https://ror.org/03m4xpg98", - "501100000993": "https://ror.org/04wvr3489", - "501100003501": "https://ror.org/03fpgta87", - "501100002356": "https://ror.org/024jp7r97", - "501100005897": "https://ror.org/03gck1m55", - "501100001062": "https://ror.org/038htga59", - "501100005898": "https://ror.org/01jatd098", - "501100003553": "https://ror.org/0425vqx89", - "501100005917": "https://ror.org/04r3js259", - "501100003805": "https://ror.org/038hdcm94", - "501100002362": "https://ror.org/02yrvm198", - "501100006333": "https://ror.org/02y1ra305", - "501100004081": "https://ror.org/00hw70n10", - "501100005948": "https://ror.org/04h7bb169", - "501100001065": "https://ror.org/009mmq515", - "501100002368": "https://ror.org/019662654", - "501100005953": "https://ror.org/03gffcv79", - "501100006342": "https://ror.org/00gp9bw49", - "501100001066": "https://ror.org/03aq6c412", - "501100004265": "https://ror.org/00srr1743", - "501100001107": "https://ror.org/051xcjm78", - "501100004269": "https://ror.org/02ke6ab14", - "501100001112": "https://ror.org/032dbm087", - "501100006371": "https://ror.org/00rzr9371", - "501100001116": "https://ror.org/02pehm937", - "501100008305": "https://ror.org/02pehm937", - "501100006399": "https://ror.org/05db98w21", - "501100004323": "https://ror.org/04sksc249", - "501100001127": "https://ror.org/02dprvv32", - "501100006678": "https://ror.org/04fh21g11", - "501100004356": "https://ror.org/02bn2qg18", - "501100001130": "https://ror.org/04yppq721", - "501100002393": "https://ror.org/01nrq5w30", - "501100002394": "https://ror.org/03feyjt47", - "501100001131": "https://ror.org/02rhzx356", - "501100002395": "https://ror.org/05pps5s98", - "501100006510": "https://ror.org/054mxgp74", - "501100002396": "https://ror.org/04a3psa27", - "501100006526": "https://ror.org/04bstw291", - "501100001146": "https://ror.org/04rszyv41", - "501100000344": "https://ror.org/012zhga41", - "501100004413": "https://ror.org/03eq6a532", - "501100007084": "https://ror.org/02dmnrr28", - "501100006624": "https://ror.org/05h6j7923", - "501100001132": "https://ror.org/05h6j7923", - "501100006693": "https://ror.org/010k7sz25", - "501100007195": "https://ror.org/01vek0a79", - "501100004433": "https://ror.org/023q20n38", - "501100007308": "https://ror.org/04hdh0n29", - "501100006661": "https://ror.org/02ejpdc56", - "501100006694": "https://ror.org/02st2pm23", - "501100007309": "https://ror.org/03fz8dh89", - "501100006724": "https://ror.org/03jrxdc53", - "501100006725": "https://ror.org/01a0fby34", - "501100007318": "https://ror.org/05syq9r31", - "501100007044": "https://ror.org/03xvcy884", - "501100004714": "https://ror.org/01vfzqe43", - "501100007268": "https://ror.org/03q170s02", - "501100007050": "https://ror.org/02jdjf497", - "501100004743": "https://ror.org/014xpbn19", - "501100007348": "https://ror.org/01w0j5472", - "501100004790": "https://ror.org/017a3va29", - "501100004915": "https://ror.org/03zta3k64", - "501100004925": "https://ror.org/01hx09q43", - "501100004928": "https://ror.org/03aewyp97", - "501100004958": "https://ror.org/03w3k6x10", - "100005585": "https://ror.org/031krgy72", - "501100001147": "https://ror.org/033hv9q38", - "501100001153": "https://ror.org/03fjn6n75", - "501100001157": "https://ror.org/00pj6vp51", - "501100001158": "https://ror.org/000y15785", - "501100001159": "https://ror.org/01thczn33", - "501100000009": "https://ror.org/038t6jw47", - "501100008604": "https://ror.org/03wsgwc11", - "501100000411": "https://ror.org/03wsgwc11", - "501100000574": "https://ror.org/04e6gmj90", - "501100001639": "https://ror.org/01t8f4d28", - "100010479": "https://ror.org/03x705365", - "501100008662": "https://ror.org/04hd8bd67", - "501100008674": "https://ror.org/04dgpsg75", - "100006384": "https://ror.org/01cywgd53", - "501100007365": "https://ror.org/04sn6y446", - "100009636": "https://ror.org/016731f38", - "501100007689": "https://ror.org/02zw4ef94", - "501100007440": "https://ror.org/022b5tw91", - "100001454": "https://ror.org/01sx4nq39", - "100009795": "https://ror.org/04ad7pn51", - "100007459": "https://ror.org/03f1pm042", - "100001755": "https://ror.org/01d0tvs72", - "100010233": "https://ror.org/025esa616", - "501100001082": "https://ror.org/02dshg816", - "501100007904": "https://ror.org/02fqdw168", - "100009641": "https://ror.org/033s2jy46", - "501100002760": "https://ror.org/04a7gbp98", - "100001532": "https://ror.org/01yyvd121", - "100008227": "https://ror.org/054awkm93", - "100001949": "https://ror.org/018eag955", - "100002660": "https://ror.org/04gz66q85", - "501100007358": "https://ror.org/03jr65e79", - "100002633": "https://ror.org/0348j9j37", - "100005655": "https://ror.org/00n80r273", - "100007553": "https://ror.org/00j04c011", - "100005334": "https://ror.org/03tmsgc53", - "501100005841": "https://ror.org/02avpen06", - "100001581": "https://ror.org/0377f6951", - "100002137": "https://ror.org/0377f6951", - "501100007936": "https://ror.org/00p8ta394", - "100009785": "https://ror.org/04z5zh552", - "100005699": "https://ror.org/05f7jtw75", - "100001217": "https://ror.org/02v5bg165", - "100002199": "https://ror.org/027wewa02", - "100003111": "https://ror.org/00gnyh466", - "501100001423": "https://ror.org/04yxm6j91", - "100004060": "https://ror.org/01jr5xr29", - "100002285": "https://ror.org/05tewmz75", - "100006711": "https://ror.org/03t174c88", - "100006713": "https://ror.org/03t174c88", - "501100001415": "https://ror.org/01vdmgn40", - "100003982": "https://ror.org/02n7fx037", - "100008611": "https://ror.org/050nv5191", - "100002271": "https://ror.org/01n0cq521", - "100003449": "https://ror.org/03cezf402", - "100008514": "https://ror.org/02b6r2g85", - "100005671": "https://ror.org/01gpk9263", - "100002096": "https://ror.org/0252chk84", - "100001905": "https://ror.org/002beej94", - "100010379": "https://ror.org/00865qa43", - "100010643": "https://ror.org/044pnsw08", - "501100006344": "https://ror.org/017rmsx09", - "100008184": "https://ror.org/02qfkky73", - "100002234": "https://ror.org/03snkjj14", - "100006680": "https://ror.org/03n09s827", - "100003973": "https://ror.org/0306e5z24", - "100009848": "https://ror.org/04bfv0919", - "100010317": "https://ror.org/05tr58t76", - "501100005957": "https://ror.org/02hce7r59", - "100005342": "https://ror.org/038628g29", - "100001962": "https://ror.org/04g5yrp52", - "100009620": "https://ror.org/02ye6d240", - "100009886": "https://ror.org/0090hd978", - "100003592": "https://ror.org/023t48c08", - "100007784": "https://ror.org/01k02wt67", - "100003573": "https://ror.org/01k02wt67", - "100010141": "https://ror.org/016pjbx35", - "100005410": "https://ror.org/05cejc480", - "100003302": "https://ror.org/05q623n42", - "100001615": "https://ror.org/03yanpe89", - "100010720": "https://ror.org/04n7vez34", - "100002601": "https://ror.org/00rye6n28", - "100010806": "https://ror.org/05hqtjm11", - "100009976": "https://ror.org/00jnyfv56", - "100007339": "https://ror.org/0243wgp76", - "100002098": "https://ror.org/0243wgp76", - "100010565": "https://ror.org/01f7bfe52", - "100010376": "https://ror.org/04ps05k54", - "501100008313": "https://ror.org/0073n0s52", - "100009960": "https://ror.org/019w9ty29", - "100002112": "https://ror.org/01e3cnp62", - "100001023": "https://ror.org/00xege567", - "100000985": "https://ror.org/03b8ttp75", - "100003550": "https://ror.org/017trqn73", - "100002552": "https://ror.org/05h1fqv07", - "100009269": "https://ror.org/01pfv2y33", - "100002543": "https://ror.org/047tmvg79", - "100005350": "https://ror.org/047tmvg79", - "100003780": "https://ror.org/01am05n73", - "501100002727": "https://ror.org/010tbvz48", - "100002571": "https://ror.org/04btcdy83", - "100009747": "https://ror.org/007q7fd56", - "501100002721": "https://ror.org/008hvd197", - "501100008553": "https://ror.org/02qc1es24", - "100005354": "https://ror.org/01ekr8r30", - "100009964": "https://ror.org/007r33g58", - "501100007816": "https://ror.org/01z0efz13", - "100001516": "https://ror.org/03zxtf807", - "100008925": "https://ror.org/05f6w6d75", - "100006318": "https://ror.org/04j18qv50", - "100009698": "https://ror.org/00g6mre77", - "100002614": "https://ror.org/02dh6fs53", - "100002632": "https://ror.org/0549zep27", - "501100005932": "https://ror.org/04vh36p08", - "100010481": "https://ror.org/05q2bhv13", - "100005317": "https://ror.org/02xeb0g66", - "100001378": "https://ror.org/03pnd3r37", - "100002572": "https://ror.org/02ch6a529", - "100000939": "https://ror.org/0149k7n03", - "100001453": "https://ror.org/03w32n732", - "100007552": "https://ror.org/02t5mzr26", - "100000080": "https://ror.org/032s9p188", - "100001624": "https://ror.org/02kgj4n82", - "100006646": "https://ror.org/02kgj4n82", - "100010255": "https://ror.org/010w8tb22", - "100010375": "https://ror.org/01avc0g69", - "100009961": "https://ror.org/0509rvg03", - "100001951": "https://ror.org/01xxn5f34", - "100010562": "https://ror.org/05xcjrc42", - "100001437": "https://ror.org/01m1se903", - "501100008574": "https://ror.org/0117m7141", - "100003551": "https://ror.org/02a207p76", - "100005305": "https://ror.org/02yn0z735", - "100009679": "https://ror.org/01psax922", - "501100001424": "https://ror.org/01qfen484", - "100010480": "https://ror.org/03ak9g490", - "100002577": "https://ror.org/04zw0mb93", - "100001472": "https://ror.org/021kyjw72", - "100010824": "https://ror.org/028w1rx89", - "100008437": "https://ror.org/04d29kk52", - "100003596": "https://ror.org/02z5k8341", - "501100007880": "https://ror.org/005cqv449", - "100003577": "https://ror.org/05yay9903", - "501100007422": "https://ror.org/05wcp5302", - "501100006695": "https://ror.org/03gr42p24", - "100007591": "https://ror.org/04198sg47", - "100010787": "https://ror.org/04gec5v25", - "100002579": "https://ror.org/00tmwkm13", - "100009343": "https://ror.org/032n1sw23", - "100009871": "https://ror.org/02qkndm86", - "501100008414": "https://ror.org/018ze1919", - "100000948": "https://ror.org/03w27w166", - "501100008025": "https://ror.org/00s28hv45", - "100002580": "https://ror.org/01q8dxj28", - "100001439": "https://ror.org/011xj1a65", - "100001420": "https://ror.org/011xj1a65", - "100009929": "https://ror.org/011xj1a65", - "100000931": "https://ror.org/0463yr287", - "100001937": "https://ror.org/023m03q03", - "100010535": "https://ror.org/04zamhr10", - "501100007359": "https://ror.org/00ey8bm24", - "100010235": "https://ror.org/00vp6sp78", - "100002616": "https://ror.org/00mpw9279", - "100006546": "https://ror.org/00mpw9279", - "100005297": "https://ror.org/000gayj94", - "501100004949": "https://ror.org/0564n1z40", - "501100008201": "https://ror.org/02w58t546", - "100001473": "https://ror.org/00sax7541", - "100003561": "https://ror.org/01swy6e53", - "100002617": "https://ror.org/03jy7fq30", - "100001456": "https://ror.org/059rngg59", - "100000943": "https://ror.org/0470nty22", - "100007399": "https://ror.org/02g3w4r36", - "501100001531": "https://ror.org/032apyw09", - "100009944": "https://ror.org/01p0hfz77", - "100010709": "https://ror.org/00aq1tf09", - "100003580": "https://ror.org/03pp6kd13", - "100003334": "https://ror.org/04pza9565", - "100004176": "https://ror.org/00r34jt90", - "100010484": "https://ror.org/0166ek496", - "100007851": "https://ror.org/04w2t4465", - "100009632": "https://ror.org/04w2t4465", - "100002597": "https://ror.org/04w2t4465", - "100009453": "https://ror.org/028kbne62", - "100010630": "https://ror.org/00r5xfb70", - "100009777": "https://ror.org/0428xen39", - "100010300": "https://ror.org/04krn2974", - "100000986": "https://ror.org/04rr9rb04", - "501100001121": "https://ror.org/05qm7bg11", - "100003581": "https://ror.org/000qf7469", - "100009446": "https://ror.org/039w99793", - "100007336": "https://ror.org/05kythm61", - "501100000197": "https://ror.org/03wgdcb95", - "100008288": "https://ror.org/00c9bhj04", - "100007685": "https://ror.org/02dahen38", - "100007686": "https://ror.org/02dahen38", - "100002631": "https://ror.org/029b1vn53", - "501100001245": "https://ror.org/050y98g56", - "100010567": "https://ror.org/03e9etc12", - "100001964": "https://ror.org/01f5hts17", - "100006386": "https://ror.org/04fafj987", - "501100007356": "https://ror.org/011ftwx20", - "501100004970": "https://ror.org/05pzjjy67", - "100005377": "https://ror.org/03x6bc282", - "100009957": "https://ror.org/02vjwa047", - "100003586": "https://ror.org/04ra2hd78", - "501100000352": "https://ror.org/052a0g260", - "100003587": "https://ror.org/045hr9t97", - "100003562": "https://ror.org/04ywsnb39", - "501100004971": "https://ror.org/03vmxwa84", - "501100001690": "https://ror.org/0574ytm77", - "100002593": "https://ror.org/040hddc75", - "501100001079": "https://ror.org/00602dv83", - "100005307": "https://ror.org/046a53p69", - "501100003071": "https://ror.org/01yx62742", - "501100004954": "https://ror.org/030y53541", - "100005417": "https://ror.org/005js1714", - "501100007260": "https://ror.org/01e0gx490", - "100002029": "https://ror.org/029qr2j63", - "100000987": "https://ror.org/032zwwa29", - "100001460": "https://ror.org/00jkvrs61", - "501100007469": "https://ror.org/005s1m246", - "501100005107": "https://ror.org/01w7vwe52", - "501100001129": "https://ror.org/04jv11d86", - "100006053": "https://ror.org/05q058270", - "100010266": "https://ror.org/0047hnk39", - "501100001113": "https://ror.org/01kc20959", - "100000976": "https://ror.org/00rdsnk65", - "100002595": "https://ror.org/00zpmdm60", - "100008351": "https://ror.org/04m8me169", - "100000977": "https://ror.org/027vfdt14", - "100003588": "https://ror.org/02qyc0r76", - "100007610": "https://ror.org/02gbgwz87", - "100010403": "https://ror.org/05wq5t373", - "100009781": "https://ror.org/02he67h29", - "100010625": "https://ror.org/05d46q131", - "501100005303": "https://ror.org/02ng6yf94", - "100010498": "https://ror.org/02s59jv58", - "100008796": "https://ror.org/036jq7b41", - "501100004799": "https://ror.org/026h3kw78", - "100010316": "https://ror.org/00v3epe08", - "100007400": "https://ror.org/03zmx7q49", - "100000953": "https://ror.org/00mms0j12", - "100003559": "https://ror.org/00qb7b998", - "100002596": "https://ror.org/011t5nk62", - "100003565": "https://ror.org/059xg9f68", - "100005325": "https://ror.org/03bkemf09", - "501100001022": "https://ror.org/00kmgnh57", - "100000978": "https://ror.org/042fgte34", - "100008480": "https://ror.org/03wcw7y06", - "100001462": "https://ror.org/02tjbt313", - "100010321": "https://ror.org/021rkpk21", - "100010604": "https://ror.org/042x0hf72", - "100010580": "https://ror.org/04n7nyv64", - "100009384": "https://ror.org/01kvftm17", - "100001956": "https://ror.org/054jwp491", - "100002559": "https://ror.org/00s2bzt61", - "501100007755": "https://ror.org/05s3njy52", - "100002599": "https://ror.org/00ca6qk95", - "100002560": "https://ror.org/01r9fcy75", - "501100007756": "https://ror.org/05mj8hk83", - "100001747": "https://ror.org/02keq9g57", - "501100001034": "https://ror.org/00k4jsr16", - "100005644": "https://ror.org/020ba9354", - "501100007802": "https://ror.org/058f84k27", - "501100007801": "https://ror.org/058f84k27", - "501100007425": "https://ror.org/01seepq35", - "100010697": "https://ror.org/00gqhzy82", - "100009894": "https://ror.org/010a50125", - "100009268": "https://ror.org/032wt0096", - "501100001033": "https://ror.org/00hgjqa61", - "100002561": "https://ror.org/02d8jq034", - "100005391": "https://ror.org/05gm4wq37", - "501100007753": "https://ror.org/03kpaty54", - "100010631": "https://ror.org/03wxy1684", - "100003572": "https://ror.org/02s62y466", - "100010485": "https://ror.org/03myc4w31", - "501100001152": "https://ror.org/002861396", - "501100006664": "https://ror.org/05v16nd64", - "100001073": "https://ror.org/00xdn6374", - "501100001162": "https://ror.org/04m6sw526", - "501100007772": "https://ror.org/042qmp147", - "100002564": "https://ror.org/02bsg4a02", - "100001960": "https://ror.org/054kfq324", - "100010146": "https://ror.org/01arayx28", - "501100001163": "https://ror.org/00wc5ck66", - "501100007662": "https://ror.org/05ef6s903", - "100009782": "https://ror.org/01ht0p351", - "501100001024": "https://ror.org/05sgg2765", - "100005399": "https://ror.org/02vjgtj13", - "100008710": "https://ror.org/027ahsj69", - "100010593": "https://ror.org/01rq5xv52", - "100002604": "https://ror.org/04f45q833", - "100010473": "https://ror.org/03tkh8741", - "501100001035": "https://ror.org/04y6vvb85", - "100008153": "https://ror.org/03hxzb342", - "100003612": "https://ror.org/00ssgfx80", - "501100008599": "https://ror.org/027ey5735", - "100009893": "https://ror.org/01fn9d687", - "100010821": "https://ror.org/00weey343", - "100010521": "https://ror.org/05d088546", - "100010727": "https://ror.org/02gfq0f62", - "100005429": "https://ror.org/00s22ed86", - "100001417": "https://ror.org/0066y7e75", - "100007460": "https://ror.org/00a59ax11", - "100001246": "https://ror.org/022nw7x84", - "100010389": "https://ror.org/058rchw45", - "100002627": "https://ror.org/024hrna66", - "100001290": "https://ror.org/0106w8k14", - "100001972": "https://ror.org/04hsgm631", - "501100005155": "https://ror.org/009svts64", - "100010401": "https://ror.org/01hvxhn04", - "100002655": "https://ror.org/04jq8gw64", - "100003569": "https://ror.org/004p5vv59", - "100008233": "https://ror.org/03afa2q29", - "100009890": "https://ror.org/044pwvv43", - "100002656": "https://ror.org/05d14hv12", - "100005094": "https://ror.org/05f1j8s33", - "100010475": "https://ror.org/01nmscb33", - "100010345": "https://ror.org/02eq6ye19", - "100009771": "https://ror.org/05nyeaz86", - "501100005020": "https://ror.org/049tdwn96", - "100009884": "https://ror.org/054xkse79", - "100010402": "https://ror.org/01grxkt41", - "100001496": "https://ror.org/00bb3dz25", - "100001948": "https://ror.org/010z5cj53", - "100010578": "https://ror.org/036hktk48", - "501100001541": "https://ror.org/02kx9dq14", - "501100007624": "https://ror.org/057rcgy56", - "100000988": "https://ror.org/05a5zgn96", - "100008869": "https://ror.org/05a5zgn96", - "501100000004": "https://ror.org/031rs9d30", - "501100007623": "https://ror.org/00spg6x06", - "100001480": "https://ror.org/00e6hp348", - "100002608": "https://ror.org/00nhwe772", - "100000989": "https://ror.org/020ggem82", - "501100008031": "https://ror.org/02fdpqp39", - "100001950": "https://ror.org/027frsq63", - "100001618": "https://ror.org/059psfa96", - "100005407": "https://ror.org/02m34vd28", - "100005465": "https://ror.org/03jjxq260", - "100001100": "https://ror.org/03a3aw155", - "100008878": "https://ror.org/008ebwt42", - "100010606": "https://ror.org/03gnqg065", - "501100008229": "https://ror.org/02dw1n083", - "100010150": "https://ror.org/030cbnq98", - "100010231": "https://ror.org/05xe9t676", - "100010394": "https://ror.org/023zt9146", - "501100007607": "https://ror.org/01dm0yq38", - "501100007608": "https://ror.org/01dm0yq38", - "100005501": "https://ror.org/0217khz32", - "100008537": "https://ror.org/02p92eb51", - "100010227": "https://ror.org/006recc61", - "100010385": "https://ror.org/020k2cq76", - "100010482": "https://ror.org/05w7s8q62", - "501100000555": "https://ror.org/00v0mde29", - "100010586": "https://ror.org/04a2qqf85", - "100009689": "https://ror.org/00rz24q78", - "100010337": "https://ror.org/03fhpab87", - "501100000309": "https://ror.org/01ne4aa08", - "100009216": "https://ror.org/0286bey81", - "501100006475": "https://ror.org/04efaep75", - "501100000331": "https://ror.org/040ysda03", - "100010705": "https://ror.org/02yknqp61", - "100007711": "https://ror.org/00vba1e97", - "501100000562": "https://ror.org/01s0z9h22", - "100005505": "https://ror.org/016babj91", - "501100004973": "https://ror.org/056f6wa50", - "100001494": "https://ror.org/04j9je195", - "100000999": "https://ror.org/03acj9296", - "100010627": "https://ror.org/053gvz184", - "100008228": "https://ror.org/003h6ex14", - "100002650": "https://ror.org/04pvmvv24", - "501100000563": "https://ror.org/00xnr4415", - "100003909": "https://ror.org/049fn9384", - "100002235": "https://ror.org/01ntjaz71", - "100002687": "https://ror.org/02pxgg741", - "100000991": "https://ror.org/0199q6v22", - "100000834": "https://ror.org/00w0xq836", - "100008483": "https://ror.org/00w0xq836", - "100009817": "https://ror.org/04bjtaq20", - "100007039": "https://ror.org/0106er609", - "100007409": "https://ror.org/03a9s6161", - "501100000942": "https://ror.org/01e3kxx79", - "100009875": "https://ror.org/04wpxrf64", - "501100000569": "https://ror.org/04gfzba65", - "100002994": "https://ror.org/052qtc529", - "501100000570": "https://ror.org/00s163867", - "501100007622": "https://ror.org/03ze5hn40", - "100010468": "https://ror.org/0597vc250", - "100009967": "https://ror.org/000dkwx88", - "100010446": "https://ror.org/00tc0tf65", - "501100000884": "https://ror.org/05af1hn65", - "501100006354": "https://ror.org/02kv8z446", - "100000994": "https://ror.org/00hsyyp29", - "100009562": "https://ror.org/058j98r16", - "100001405": "https://ror.org/00my66392", - "100002488": "https://ror.org/00my66392", - "501100007252": "https://ror.org/058fjhm66", - "100005513": "https://ror.org/05ncfp318", - "100008889": "https://ror.org/04p7c7m47", - "501100000238": "https://ror.org/04w23ys68", - "100003654": "https://ror.org/038372j15", - "100002699": "https://ror.org/0483shy91", - "100010152": "https://ror.org/05dq78k50", - "100001990": "https://ror.org/00b9tqm17", - "501100002773": "https://ror.org/042d2nx10", - "100001500": "https://ror.org/05wjbkr22", - "100010522": "https://ror.org/02t00tj02", - "100005514": "https://ror.org/01ggj0577", - "100002710": "https://ror.org/03dryc986", - "100008879": "https://ror.org/014ssmn05", - "100005506": "https://ror.org/050r4h987", - "100002711": "https://ror.org/03s0ywz76", - "100001002": "https://ror.org/04h97jj05", - "501100003525": "https://ror.org/04n2kg767", - "501100000153": "https://ror.org/04n2kg767", - "100009704": "https://ror.org/01gnpsq58", - "100001428": "https://ror.org/048w9nb20", - "100005521": "https://ror.org/01haca926", - "100008477": "https://ror.org/038ez8t98", - "100010706": "https://ror.org/0042h7v22", - "100010647": "https://ror.org/03vyp3w30", - "100001255": "https://ror.org/02fnsp050", - "100008560": "https://ror.org/02fnsp050", - "100007477": "https://ror.org/04zqh4p27", - "100001503": "https://ror.org/00g42k788", - "100010609": "https://ror.org/03csf6r15", - "100005507": "https://ror.org/04cpe0x97", - "100002689": "https://ror.org/00p52yk09", - "100003657": "https://ror.org/04f8tsk17", - "100001019": "https://ror.org/03cpd9n92", - "501100002752": "https://ror.org/04qajcj06", - "100003867": "https://ror.org/00ne52m93", - "100001425": "https://ror.org/04hb59q25", - "100001514": "https://ror.org/00g200v31", - "501100008454": "https://ror.org/03tx8dq56", - "100001552": "https://ror.org/00cy4ga64", - "100010168": "https://ror.org/05p07c550", - "501100001666": "https://ror.org/04hbteb59", - "100005508": "https://ror.org/0277pn602", - "100010648": "https://ror.org/01mzxrp73", - "100008150": "https://ror.org/0332rjs08", - "100002703": "https://ror.org/0271ynv65", - "100006096": "https://ror.org/00h4xd076", - "501100002756": "https://ror.org/02f9cz450", - "100002002": "https://ror.org/052nngb38", - "100010078": "https://ror.org/014kn1567", - "100001012": "https://ror.org/013d6jy96", - "100001004": "https://ror.org/01hd95j60", - "100002001": "https://ror.org/043tgy268", - "100009323": "https://ror.org/043tgy268", - "100009828": "https://ror.org/01z7cky43", - "501100000578": "https://ror.org/00tq5he37", - "100010654": "https://ror.org/03nrsfd64", - "100009820": "https://ror.org/01hshyz77", - "100007456": "https://ror.org/00xny7d86", - "100009348": "https://ror.org/006fqar19", - "100005519": "https://ror.org/05fg52t30", - "100007132": "https://ror.org/0222bz953", - "100008466": "https://ror.org/05d53xd56", - "100001421": "https://ror.org/048yb3886", - "100008154": "https://ror.org/026ssdh77", - "100008180": "https://ror.org/00jgjtc40", - "100001008": "https://ror.org/00ttbk338", - "100007481": "https://ror.org/02ssxad66", - "100001013": "https://ror.org/033ha7p77", - "501100006363": "https://ror.org/0098ca762", - "501100002800": "https://ror.org/03sxyq954", - "501100007849": "https://ror.org/01rhff309", - "100001005": "https://ror.org/03n0et212", - "100010707": "https://ror.org/03p8km392", - "100010656": "https://ror.org/01c5nz376", - "100009516": "https://ror.org/00bs1j039", - "501100000540": "https://ror.org/01nn90r09", - "100002645": "https://ror.org/05x26aj56", - "100002713": "https://ror.org/058xgwf08", - "100002714": "https://ror.org/02qkdss21", - "501100000541": "https://ror.org/02jn85w30", - "100010589": "https://ror.org/058rrg706", - "100008220": "https://ror.org/04hfyyk07", - "100009417": "https://ror.org/01yyz9v67", - "501100000203": "https://ror.org/04qtw4d33", - "501100005936": "https://ror.org/0417n8r23", - "501100000542": "https://ror.org/00z2kr668", - "100002759": "https://ror.org/04jjbpq08", - "100009357": "https://ror.org/018r79a04", - "100010378": "https://ror.org/02y2mwn89", - "100010386": "https://ror.org/053yw9t96", - "100009863": "https://ror.org/026t1zr39", - "100002716": "https://ror.org/026t1zr39", - "100008348": "https://ror.org/02yyt7186", - "100009699": "https://ror.org/04w315h57", - "100009271": "https://ror.org/04j4csk75", - "100008873": "https://ror.org/012jwf593", - "100010614": "https://ror.org/04se5nn61", - "501100000108": "https://ror.org/04se5nn61", - "100010729": "https://ror.org/05pefgb78", - "501100000235": "https://ror.org/020gqp277", - "100005479": "https://ror.org/026wbfy45", - "501100007666": "https://ror.org/013dfdf36", - "100008151": "https://ror.org/0487pzw37", - "100009118": "https://ror.org/00ndtrg66", - "100009990": "https://ror.org/014xkfq18", - "100001636": "https://ror.org/03g850905", - "100002709": "https://ror.org/038rnrm61", - "100005532": "https://ror.org/01md9rj25", - "100003116": "https://ror.org/030s71c06", - "100000906": "https://ror.org/03dndb570", - "100010657": "https://ror.org/03s3fx919", - "100008181": "https://ror.org/02fg6xr77", - "100007561": "https://ror.org/02yfxbq86", - "100010591": "https://ror.org/010taq202", - "100004213": "https://ror.org/04m1pcy54", - "501100001548": "https://ror.org/02wnfx958", - "100006700": "https://ror.org/02x9c0555", - "100002724": "https://ror.org/04tzcp182", - "100007569": "https://ror.org/03ng4kg22", - "100003102": "https://ror.org/05esvpz79", - "100002036": "https://ror.org/02jpw5905", - "100006457": "https://ror.org/01rxe9p77", - "100001551": "https://ror.org/015np5014", - "100001043": "https://ror.org/03mymmj42", - "100009701": "https://ror.org/00dfm5737", - "100002028": "https://ror.org/04c9vvv38", - "100009991": "https://ror.org/00wk91c97", - "100002725": "https://ror.org/02aqe0j14", - "100010546": "https://ror.org/052s8wv93", - "100001044": "https://ror.org/010m3p429", - "100003679": "https://ror.org/052rprq10", - "100002774": "https://ror.org/03qqxfy51", - "100001543": "https://ror.org/05v2cwf20", - "100009714": "https://ror.org/034j0b057", - "100009816": "https://ror.org/032xegc37", - "100002019": "https://ror.org/05m4bht81", - "100006730": "https://ror.org/03y9haj77", - "100006214": "https://ror.org/021e5n641", - "100001568": "https://ror.org/02epenp91", - "100001045": "https://ror.org/01qeds693", - "100002020": "https://ror.org/03e2dbn45", - "100009718": "https://ror.org/01pp7xa52", - "100009833": "https://ror.org/019bgst25", - "501100007658": "https://ror.org/01f2n9041", - "501100000019": "https://ror.org/01f2n9041", - "501100007244": "https://ror.org/04a6f9g28", - "100002728": "https://ror.org/05gnax159", - "501100000290": "https://ror.org/008s3gd19", - "100003669": "https://ror.org/02624hr86", - "501100008438": "https://ror.org/01wew9097", - "100002730": "https://ror.org/035k1cb93", - "100001047": "https://ror.org/01tf2gj84", - "501100008061": "https://ror.org/01mx76n22", - "501100000928": "https://ror.org/05r9h2p80", - "100010716": "https://ror.org/01757ay04", - "100001048": "https://ror.org/01fgdhp95", - "100009906": "https://ror.org/04srvjp38", - "501100002853": "https://ror.org/009vxf979", - "100002800": "https://ror.org/03je57g85", - "100001434": "https://ror.org/02edgqh74", - "501100008437": "https://ror.org/0305r3866", - "100001077": "https://ror.org/03dc3t652", - "501100007290": "https://ror.org/032wd7d36", - "100001050": "https://ror.org/05q0mws16", - "100010584": "https://ror.org/04061j496", - "100002801": "https://ror.org/05g427r55", - "100002780": "https://ror.org/025mwe555", - "100001553": "https://ror.org/04rk31t56", - "501100008450": "https://ror.org/03jvfq589", - "100002032": "https://ror.org/03czrhg80", - "501100007740": "https://ror.org/030d3xr95", - "100001064": "https://ror.org/00gknkr97", - "501100007311": "https://ror.org/04rdnb978", - "100001554": "https://ror.org/03zmzx398", - "100008176": "https://ror.org/01vkhxt72", - "100002755": "https://ror.org/053bhq168", - "100001051": "https://ror.org/011155x24", - "501100006641": "https://ror.org/02db9yt31", - "501100001185": "https://ror.org/02db9yt31", - "100001034": "https://ror.org/05ezdye14", - "100002030": "https://ror.org/016wktf60", - "100002039": "https://ror.org/05r5v7643", - "100002756": "https://ror.org/05svfda47", - "100001052": "https://ror.org/02xgxxy58", - "100001053": "https://ror.org/05eaa2738", - "100002031": "https://ror.org/03axzfm24", - "100008408": "https://ror.org/034g3td21", - "100002986": "https://ror.org/034g3td21", - "100010615": "https://ror.org/006rnrs64", - "100001026": "https://ror.org/018znve60", - "100002067": "https://ror.org/01vsrwr43", - "501100001515": "https://ror.org/04es60x64", - "100001270": "https://ror.org/043s56e87", - "100001555": "https://ror.org/043s56e87", - "100002732": "https://ror.org/03ja4pz98", - "100008221": "https://ror.org/04edq9h05", - "100002382": "https://ror.org/02d8ytq61", - "100001054": "https://ror.org/03m58p983", - "100010777": "https://ror.org/02ggyp989", - "100008539": "https://ror.org/00qfsn733", - "100005114": "https://ror.org/04m4td435", - "100002008": "https://ror.org/02c8ysx60", - "100009596": "https://ror.org/02w5edg95", - "100008427": "https://ror.org/04mem9m40", - "501100008550": "https://ror.org/003h57f17", - "100003718": "https://ror.org/00zkk0e65", - "100002754": "https://ror.org/014efpg78", - "501100008415": "https://ror.org/006enzj37", - "100001862": "https://ror.org/00yfa2884", - "100001057": "https://ror.org/02wkb0b78", - "100010408": "https://ror.org/00yqy0q42", - "100008798": "https://ror.org/017qdky13", - "100001557": "https://ror.org/02229an29", - "100005638": "https://ror.org/02q2xaq91", - "100002803": "https://ror.org/03mn44j95", - "100003719": "https://ror.org/05n4eqf04", - "100004090": "https://ror.org/04c3fxx05", - "100009428": "https://ror.org/00qcb6787", - "100005597": "https://ror.org/00qcb6787", - "100001559": "https://ror.org/02r5ax782", - "100010467": "https://ror.org/05mtmsa61", - "100001060": "https://ror.org/04cy3qv12", - "501100005941": "https://ror.org/02t2ah669", - "100009853": "https://ror.org/01y4ngt02", - "100005674": "https://ror.org/045ggm846", - "100010794": "https://ror.org/01dmefb22", - "100001560": "https://ror.org/01gz25n41", - "100002022": "https://ror.org/02s1afg98", - "100002059": "https://ror.org/02p8p2r04", - "100002718": "https://ror.org/01qbvd385", - "501100007561": "https://ror.org/0399w1j22", - "100002033": "https://ror.org/03hv05g61", - "100001562": "https://ror.org/01acje871", - "501100007920": "https://ror.org/050zqsm78", - "501100000803": "https://ror.org/050zqsm78", - "100010320": "https://ror.org/0215cks11", - "501100000897": "https://ror.org/046epvs68", - "100004009": "https://ror.org/00cjay913", - "501100005927": "https://ror.org/05j492n53", - "100001027": "https://ror.org/05nnhd665", - "100005689": "https://ror.org/05ch0a064", - "100002734": "https://ror.org/04j9kx436", - "100002134": "https://ror.org/00x8qhz86", - "100010612": "https://ror.org/04ak25x77", - "100003766": "https://ror.org/052fbzq52", - "100008101": "https://ror.org/0369ff310", - "100006452": "https://ror.org/03s9tpa06", - "100002768": "https://ror.org/008h32s22", - "100009078": "https://ror.org/029a46s62", - "100008544": "https://ror.org/00npcd820", - "100010642": "https://ror.org/039md3f50", - "100003898": "https://ror.org/002petj21", - "100010599": "https://ror.org/01qwj0517", - "100000921": "https://ror.org/011ptxp32", - "100009780": "https://ror.org/00wch0204", - "100001564": "https://ror.org/03ak14x38", - "100003853": "https://ror.org/055y3af70", - "100002064": "https://ror.org/025dm5t28", - "100001331": "https://ror.org/00575xh39", - "501100000198": "https://ror.org/052pyty42", - "100008441": "https://ror.org/05q633c04", - "100001588": "https://ror.org/025q5k762", - "100003722": "https://ror.org/05ky92r72", - "100005602": "https://ror.org/01s7t9a67", - "100002307": "https://ror.org/02m8dvs65", - "100001841": "https://ror.org/01mmnen89", - "501100000371": "https://ror.org/02rqv6723", - "100009728": "https://ror.org/02wctfj77", - "100001803": "https://ror.org/03h68p024", - "501100000081": "https://ror.org/03ffpww43", - "100010298": "https://ror.org/03df8yt27", - "100002159": "https://ror.org/022ww2d20", - "100008404": "https://ror.org/022ww2d20", - "100006495": "https://ror.org/02tjrkg92", - "100010099": "https://ror.org/052z64z26", - "100001548": "https://ror.org/00cj4by30", - "100001330": "https://ror.org/00rsvkm93", - "501100007739": "https://ror.org/04s4qhr84", - "100002093": "https://ror.org/041ps8g15", - "100002814": "https://ror.org/05ej58m83", - "100001599": "https://ror.org/00d4d4985", - "100005691": "https://ror.org/056rb6h71", - "100003098": "https://ror.org/002kv3e70", - "100002955": "https://ror.org/00mb5nt47", - "100006836": "https://ror.org/02m0a5h24", - "100009640": "https://ror.org/05hrjak95", - "100001069": "https://ror.org/0105knf85", - "100001083": "https://ror.org/03wkr6054", - "100009454": "https://ror.org/04xayvx70", - "100006463": "https://ror.org/01vwgk497", - "100008872": "https://ror.org/02h144281", - "100009274": "https://ror.org/01fkfc673", - "100000886": "https://ror.org/00rs28409", - "100008157": "https://ror.org/03d4kwm92", - "100001524": "https://ror.org/04qn6k859", - "100002390": "https://ror.org/036nywx06", - "100001592": "https://ror.org/012nyn049", - "100001036": "https://ror.org/02kd8pg21", - "100008179": "https://ror.org/02mkdtg06", - "100008177": "https://ror.org/02mkdtg06", - "100008178": "https://ror.org/02mkdtg06", - "100001667": "https://ror.org/05wx81c53", - "100009862": "https://ror.org/04ad8nm85", - "100002823": "https://ror.org/038854471", - "100010239": "https://ror.org/02vawgn43", - "100002790": "https://ror.org/03xvgfq55", - "100007570": "https://ror.org/04m9zwa74", - "100008669": "https://ror.org/027gpeb78", - "100003690": "https://ror.org/04f4qr343", - "100005694": "https://ror.org/04jjqdb31", - "100001920": "https://ror.org/00093wj72", - "501100008449": "https://ror.org/01g67g962", - "501100008457": "https://ror.org/0091d4119", - "100001433": "https://ror.org/00amxre65", - "100010425": "https://ror.org/00ka90s24", - "100001594": "https://ror.org/04nqwsb31", - "100009593": "https://ror.org/05w8taj68", - "100002012": "https://ror.org/02rb2sh19", - "100005329": "https://ror.org/010kzff55", - "100002047": "https://ror.org/00cn8g609", - "100003924": "https://ror.org/00nx5ke65", - "100010310": "https://ror.org/00zj09521", - "100008884": "https://ror.org/03h22gm35", - "100006454": "https://ror.org/005f7f960", - "100008080": "https://ror.org/036xjse96", - "100005601": "https://ror.org/0472hmc50", - "100009722": "https://ror.org/020mmns30", - "100009900": "https://ror.org/03fpx5n61", - "100006456": "https://ror.org/03ztzyx54", - "100004212": "https://ror.org/03a01dc42", - "100010210": "https://ror.org/009heah97", - "100002741": "https://ror.org/03ss9xg24", - "100005606": "https://ror.org/01cttmp41", - "100002077": "https://ror.org/03a0cx640", - "100001090": "https://ror.org/01ab2jm55", - "100010170": "https://ror.org/04jcfjz75", - "100010789": "https://ror.org/036hs6h32", - "100010659": "https://ror.org/023j15x08", - "100003437": "https://ror.org/0166vvj90", - "100005723": "https://ror.org/00tvbb869", - "100002839": "https://ror.org/02zbdpx12", - "100010208": "https://ror.org/01zqyhk59", - "501100006293": "https://ror.org/02va37h22", - "100008887": "https://ror.org/03a8x4b06", - "100010209": "https://ror.org/059ja6e58", - "100002826": "https://ror.org/04nvswg42", - "501100008448": "https://ror.org/00ftqkj90", - "100002851": "https://ror.org/016t73h24", - "501100008468": "https://ror.org/00g01fs73", - "100009275": "https://ror.org/051yr1559", - "100009273": "https://ror.org/02a723v03", - "100002074": "https://ror.org/03btm4d84", - "100010124": "https://ror.org/052595073", - "100001297": "https://ror.org/015z1nq23", - "100002367": "https://ror.org/017wcz935", - "100002050": "https://ror.org/0451cv982", - "100002051": "https://ror.org/0451cv982", - "100001093": "https://ror.org/00gz3wv72", - "100002745": "https://ror.org/0355jzb94", - "100006731": "https://ror.org/04yf1p931", - "100001099": "https://ror.org/02c00bp33", - "501100006140": "https://ror.org/00vsgwy54", - "100001287": "https://ror.org/05sjnvv07", - "100009517": "https://ror.org/022qrkq94", - "501100008340": "https://ror.org/04jck5r17", - "100000896": "https://ror.org/02mmxnk73", - "501100007466": "https://ror.org/03w76df53", - "100008077": "https://ror.org/018225234", - "100002079": "https://ror.org/04ttgxj90", - "501100007617": "https://ror.org/04y55ke86", - "100008217": "https://ror.org/035dcj063", - "100006072": "https://ror.org/024a5cr96", - "100008461": "https://ror.org/024a5cr96", - "100003050": "https://ror.org/0482m7054", - "100002797": "https://ror.org/044fagb96", - "100009711": "https://ror.org/05pjyf321", - "100002076": "https://ror.org/040x3fx63", - "100003738": "https://ror.org/04dbfz605", - "100002842": "https://ror.org/034bxq716", - "100007411": "https://ror.org/03eqf0810", - "501100007438": "https://ror.org/01stze803", - "100001723": "https://ror.org/02vdgjm20", - "100002812": "https://ror.org/05ggszr08", - "100008098": "https://ror.org/03dr9am58", - "501100005930": "https://ror.org/05nd26619", - "100010622": "https://ror.org/04hmpdq89", - "100007671": "https://ror.org/045bk1a41", - "100009372": "https://ror.org/04ffexa42", - "100007412": "https://ror.org/0555br587", - "501100004710": "https://ror.org/041g7jm83", - "100001427": "https://ror.org/01ppj1b82", - "501100007636": "https://ror.org/0321tae61", - "100003747": "https://ror.org/02gcdg805", - "100005805": "https://ror.org/01pjqkg29", - "501100003470": "https://ror.org/034xn0k91", - "501100003099": "https://ror.org/04ad3ke38", - "501100005986": "https://ror.org/002chp112", - "501100006023": "https://ror.org/002chp112", - "501100007630": "https://ror.org/040zwh478", - "100001603": "https://ror.org/008wd8726", - "100008609": "https://ror.org/0393e5v03", - "100006423": "https://ror.org/03m2gb193", - "100002095": "https://ror.org/03m2gb193", - "100001419": "https://ror.org/03m2gb193", - "100010436": "https://ror.org/012sh1702", - "100002876": "https://ror.org/033myqh37", - "501100008319": "https://ror.org/04dagjw98", - "100002844": "https://ror.org/055vygt66", - "100010717": "https://ror.org/054nv4a88", - "501100001199": "https://ror.org/04aphzs78", - "501100007402": "https://ror.org/05tp8q545", - "100001613": "https://ror.org/028r46717", - "100010383": "https://ror.org/03nmw6653", - "501100008009": "https://ror.org/03szkq031", - "100009514": "https://ror.org/00my48t58", - "501100007464": "https://ror.org/0460qsp30", - "100007909": "https://ror.org/008t3fy21", - "501100007529": "https://ror.org/02ha36g10", - "100005639": "https://ror.org/012y0vf21", - "100010381": "https://ror.org/000y6m766", - "100001604": "https://ror.org/01frg4p28", - "501100008597": "https://ror.org/02z24na70", - "100006622": "https://ror.org/04md70c70", - "501100001083": "https://ror.org/00npama54", - "501100004818": "https://ror.org/04c8t3f61", - "100007382": "https://ror.org/01y3pph13", - "100010308": "https://ror.org/00c1f7q63", - "100010399": "https://ror.org/036jkzq95", - "100007357": "https://ror.org/02j553a92", - "100010790": "https://ror.org/00zbvt830", - "100010382": "https://ror.org/0376x2274", - "501100008469": "https://ror.org/01m9jhr72", - "501100003167": "https://ror.org/016dcgm68", - "100001623": "https://ror.org/05jawdm29", - "501100008236": "https://ror.org/01d4wwv56", - "100003757": "https://ror.org/0511edk83", - "100008016": "https://ror.org/05x3hz149", - "501100005381": "https://ror.org/05x3hz149", - "100003756": "https://ror.org/02td35639", - "501100006419": "https://ror.org/01mrvqn21", - "501100008598": "https://ror.org/05q8csa40", - "501100000823": "https://ror.org/00dtg9r68", - "100002892": "https://ror.org/00qesdp23", - "100001616": "https://ror.org/02kerk826", - "501100008205": "https://ror.org/04b6a1666", - "100002097": "https://ror.org/01dvc8750", - "100007049": "https://ror.org/00vsf1v04", - "100009726": "https://ror.org/00e82pm13", - "100009281": "https://ror.org/03jf78g10", - "501100007495": "https://ror.org/03jf78g10", - "100010275": "https://ror.org/022xccz03", - "100007358": "https://ror.org/0539m8k84", - "100001617": "https://ror.org/04bpvbv63", - "100002080": "https://ror.org/01me3x819", - "501100004631": "https://ror.org/045rc6f24", - "100003769": "https://ror.org/009j61e89", - "100006948": "https://ror.org/0388s3j86", - "100007383": "https://ror.org/04zz2b246", - "100001622": "https://ror.org/03aw9bj44", - "100010134": "https://ror.org/05nzh9f89", - "100005818": "https://ror.org/04ygvt366", - "100007384": "https://ror.org/03s4rnj35", - "100007910": "https://ror.org/01p0fnz19", - "100007360": "https://ror.org/022ag4q91", - "100002861": "https://ror.org/03tknt305", - "100008017": "https://ror.org/01fhbm930", - "100005652": "https://ror.org/014twjs44", - "100009097": "https://ror.org/04fkd7w53", - "100001625": "https://ror.org/0587jcv93", - "100007738": "https://ror.org/05323zs40", - "100001111": "https://ror.org/0314qvz14", - "100001608": "https://ror.org/05r91hj80", - "100010283": "https://ror.org/00baqjm67", - "100007361": "https://ror.org/00s37na25", - "100010120": "https://ror.org/00cfk7y53", - "100009513": "https://ror.org/029x73965", - "100007571": "https://ror.org/04mjnb932", - "100001205": "https://ror.org/03kz2rg33", - "100009951": "https://ror.org/01mprm944", - "100009511": "https://ror.org/03krr1869", - "100009246": "https://ror.org/037ny3p81", - "501100007496": "https://ror.org/03c79xe68", - "100003760": "https://ror.org/055e82g34", - "100009879": "https://ror.org/04121g745", - "501100007498": "https://ror.org/01cr00p51", - "100002887": "https://ror.org/03p5taw69", - "100007362": "https://ror.org/05jhnab13", - "100007368": "https://ror.org/05jhnab13", - "501100000953": "https://ror.org/03g3g6c84", - "100007387": "https://ror.org/05ahejj17", - "100008319": "https://ror.org/01cqrth30", - "100005834": "https://ror.org/0299hbx29", - "100008591": "https://ror.org/04febt404", - "501100006747": "https://ror.org/04wkyys07", - "100009152": "https://ror.org/04h7fev25", - "501100007074": "https://ror.org/05rbt5y67", - "100007133": "https://ror.org/00wct8y22", - "100009353": "https://ror.org/048g79687", - "501100007492": "https://ror.org/02p3abx23", - "501100007501": "https://ror.org/00t2vyc14", - "100009766": "https://ror.org/009p94737", - "100006360": "https://ror.org/053khm112", - "100009475": "https://ror.org/01sdk1n29", - "501100008333": "https://ror.org/02m0qsq54", - "501100008365": "https://ror.org/02tstf772", - "100000297": "https://ror.org/050apvm78", - "100009247": "https://ror.org/02fbng346", - "501100008591": "https://ror.org/05db0d889", - "100001722": "https://ror.org/05ya80s18", - "100003235": "https://ror.org/0281fad83", - "100010267": "https://ror.org/0281fad83", - "501100006696": "https://ror.org/03pptej51", - "501100008345": "https://ror.org/04bc0kj52", - "100001987": "https://ror.org/04wp26z07", - "100009408": "https://ror.org/01bcmwk98", - "100001094": "https://ror.org/02w70xk53", - "100004424": "https://ror.org/05gqz0k77", - "100001173": "https://ror.org/04m1zdk85", - "100003072": "https://ror.org/01fjgwc49", - "100001263": "https://ror.org/04sg26g73", - "100010419": "https://ror.org/0109e8m16", - "100001266": "https://ror.org/03hjzks69", - "100003019": "https://ror.org/01htyqs73", - "100009644": "https://ror.org/03bdhq605", - "501100003348": "https://ror.org/023ssda55", - "501100008089": "https://ror.org/04xzqfk28", - "501100006062": "https://ror.org/029aqdy80", - "100003180": "https://ror.org/00jq6bk95", - "100008405": "https://ror.org/00jq6bk95", - "100009764": "https://ror.org/056tjaa40", - "100010081": "https://ror.org/031fh2e54", - "501100008008": "https://ror.org/02q8k0k97", - "100002909": "https://ror.org/01t731k54", - "501100008218": "https://ror.org/02z02qt46", - "501100006401": "https://ror.org/04j8wah18", - "100009736": "https://ror.org/05y4zkz43", - "100010736": "https://ror.org/00c4ykh56", - "501100006202": "https://ror.org/022pga911", - "501100005896": "https://ror.org/03ba3bk23", - "100002105": "https://ror.org/02ck8g804", - "100003791": "https://ror.org/02mzdpf71", - "100001122": "https://ror.org/01kk89q14", - "501100001045": "https://ror.org/05fktwr23", - "501100008385": "https://ror.org/02rt6g223", - "100001120": "https://ror.org/057xq2p09", - "100001123": "https://ror.org/04sza0p48", - "100003401": "https://ror.org/04631ba92", - "100003786": "https://ror.org/006kypj04", - "501100007461": "https://ror.org/051f3s362", - "501100006275": "https://ror.org/00pjede26", - "100009952": "https://ror.org/00b75tt95", - "100005889": "https://ror.org/0040jv435", - "100007632": "https://ror.org/05c7rv794", - "100001634": "https://ror.org/04221f920", - "501100004229": "https://ror.org/0111f4y49", - "501100008473": "https://ror.org/017vhek94", - "100001372": "https://ror.org/02j9g7j58", - "501100001046": "https://ror.org/05t1hxr21", - "100001153": "https://ror.org/01hg94g33", - "501100008426": "https://ror.org/032a9fh96", - "501100005688": "https://ror.org/04r25nk19", - "501100001056": "https://ror.org/02p32hv70", - "100001141": "https://ror.org/0597jrb38", - "100002903": "https://ror.org/008wwms76", - "100003960": "https://ror.org/03kxek255", - "501100008249": "https://ror.org/0263g5487", - "100003799": "https://ror.org/01ny4we05", - "100009866": "https://ror.org/01ny4we05", - "100010138": "https://ror.org/04f195d63", - "100002091": "https://ror.org/02c0nbh41", - "501100004905": "https://ror.org/02n478665", - "100001149": "https://ror.org/02pg6kr38", - "100009709": "https://ror.org/057tjtc32", - "100006777": "https://ror.org/047masv79", - "100009824": "https://ror.org/03tqsvs90", - "100002110": "https://ror.org/01xrqp957", - "100003752": "https://ror.org/02hk69q89", - "100002939": "https://ror.org/01f1gbh69", - "100001079": "https://ror.org/01q9r6465", - "100001162": "https://ror.org/03axz0166", - "501100008336": "https://ror.org/05k4g0902", - "100001653": "https://ror.org/044ynya14", - "100004453": "https://ror.org/058y7jv19", - "100009657": "https://ror.org/053w93n68", - "100002129": "https://ror.org/00h4cdy24", - "100009625": "https://ror.org/01pgw9p53", - "100008087": "https://ror.org/021n09h20", - "100002942": "https://ror.org/03p9f9307", - "100001164": "https://ror.org/0293tde40", - "501100006064": "https://ror.org/01wb8d948", - "100000908": "https://ror.org/02g8xhs57", - "100001654": "https://ror.org/04cnxht64", - "100006313": "https://ror.org/02448mh91", - "100001665": "https://ror.org/02448mh91", - "100001133": "https://ror.org/048h18548", - "100002342": "https://ror.org/037pyxf85", - "501100003469": "https://ror.org/05t3ctn72", - "100005242": "https://ror.org/01t7m8f35", - "501100008262": "https://ror.org/059hdm253", - "100004759": "https://ror.org/01s49js04", - "100005136": "https://ror.org/01s49js04", - "100008128": "https://ror.org/01s49js04", - "100002943": "https://ror.org/04vs74923", - "501100004389": "https://ror.org/02xq7zd76", - "100002824": "https://ror.org/015ygpt53", - "501100007873": "https://ror.org/05cw31648", - "100003819": "https://ror.org/0150nnh74", - "501100006184": "https://ror.org/03at8gw73", - "100006809": "https://ror.org/02e1ztj03", - "100004221": "https://ror.org/01h9fv209", - "100007438": "https://ror.org/00m3qn560", - "100010504": "https://ror.org/037bmav86", - "100001801": "https://ror.org/0344snf66", - "100003822": "https://ror.org/04jz7er86", - "100010342": "https://ror.org/023907v80", - "100001836": "https://ror.org/00vp48839", - "100001640": "https://ror.org/054e5vv45", - "100001198": "https://ror.org/01zm9va38", - "100001579": "https://ror.org/01dnrcm75", - "100009686": "https://ror.org/01f0hzg70", - "501100003788": "https://ror.org/0527w1g58", - "100001199": "https://ror.org/00ecgnd18", - "100007046": "https://ror.org/00pjapa16", - "100002926": "https://ror.org/02rsqhk75", - "501100003449": "https://ror.org/0427p8e67", - "100001155": "https://ror.org/02v1bmg02", - "100001146": "https://ror.org/00nkfq279", - "100004451": "https://ror.org/00vxeha61", - "501100007872": "https://ror.org/0587zpn52", - "100010471": "https://ror.org/04ja5n810", - "100008086": "https://ror.org/00kpb0908", - "100001657": "https://ror.org/0587cd856", - "100001486": "https://ror.org/010201t38", - "100002981": "https://ror.org/03vjk0w59", - "100009564": "https://ror.org/046mfxt70", - "100002982": "https://ror.org/03j4bwb64", - "501100007462": "https://ror.org/03w0y1q19", - "100004043": "https://ror.org/05xph5761", - "100002132": "https://ror.org/04e2pep48", - "100010412": "https://ror.org/0262v8w25", - "100001413": "https://ror.org/03a1cp978", - "100001158": "https://ror.org/01kv2k333", - "501100008219": "https://ror.org/04ck29617", - "100009826": "https://ror.org/01zsmba62", - "100003850": "https://ror.org/00g8q6r39", - "100001081": "https://ror.org/0247aft91", - "100008490": "https://ror.org/04fjhg511", - "100001681": "https://ror.org/017778n40", - "100005309": "https://ror.org/05f676n58", - "501100005955": "https://ror.org/05tbc3h08", - "501100003475": "https://ror.org/04m3t9183", - "100002114": "https://ror.org/049q63233", - "100001672": "https://ror.org/00f48mn63", - "501100001028": "https://ror.org/013h8cr97", - "100001647": "https://ror.org/01k931w67", - "501100005951": "https://ror.org/02p5tsd26", - "100006800": "https://ror.org/04vdd6t03", - "100008073": "https://ror.org/03h32st80", - "100003837": "https://ror.org/03asba969", - "100009162": "https://ror.org/03asba969", - "501100005806": "https://ror.org/05ds19c85", - "100002929": "https://ror.org/05bqz6909", - "100006810": "https://ror.org/05y3s9y81", - "100008132": "https://ror.org/03dc9sa37", - "501100008390": "https://ror.org/02s67hm68", - "100003851": "https://ror.org/00f7nwk73", - "501100001539": "https://ror.org/05x1syy12", - "501100007342": "https://ror.org/038gm9q58", - "100002140": "https://ror.org/0435hmt48", - "100005896": "https://ror.org/0559b0w16", - "100008088": "https://ror.org/056a5c150", - "501100005843": "https://ror.org/00vxscp81", - "100010698": "https://ror.org/05bnw2b86", - "501100005805": "https://ror.org/02ycc8g77", - "100001280": "https://ror.org/01bby7n46", - "100007413": "https://ror.org/032s45981", - "100010092": "https://ror.org/05t92nq65", - "100009796": "https://ror.org/03swpf442", - "501100005694": "https://ror.org/05dq3dn18", - "501100005773": "https://ror.org/03q2pyf14", - "100010618": "https://ror.org/05d56bw89", - "100010808": "https://ror.org/01yr4dd89", - "501100000631": "https://ror.org/045czd036", - "100003016": "https://ror.org/0186zbx36", - "100009007": "https://ror.org/01karna91", - "100001683": "https://ror.org/017e31734", - "100009997": "https://ror.org/04qq88e08", - "100004020": "https://ror.org/01yjpd768", - "100010714": "https://ror.org/057dcw631", - "100010395": "https://ror.org/027hx7576", - "100001180": "https://ror.org/00vj5dr06", - "100009239": "https://ror.org/037jcf003", - "100010757": "https://ror.org/03a9cwm95", - "100001689": "https://ror.org/03tv67y51", - "100004110": "https://ror.org/037bzzg07", - "100009105": "https://ror.org/0351vqb61", - "100009727": "https://ror.org/043ae3f44", - "100009888": "https://ror.org/00k81wv70", - "501100001212": "https://ror.org/04eh92011", - "100001168": "https://ror.org/02g0ran52", - "100003012": "https://ror.org/00jb20j87", - "100002148": "https://ror.org/03t1kp138", - "501100008419": "https://ror.org/02y5beg61", - "100002135": "https://ror.org/03ayy2w09", - "100001174": "https://ror.org/03k77k104", - "100003880": "https://ror.org/05vhwqa91", - "100009838": "https://ror.org/01qfkht77", - "100001134": "https://ror.org/04yzcyv37", - "501100001426": "https://ror.org/00pzxxx15", - "501100007702": "https://ror.org/04sky4s35", - "100003890": "https://ror.org/05dbdfg95", - "501100007960": "https://ror.org/03farsx25", - "100009889": "https://ror.org/01nhct278", - "100001182": "https://ror.org/04jrb3091", - "100002149": "https://ror.org/04sr97002", - "100010751": "https://ror.org/006evjj22", - "100009703": "https://ror.org/0125syc65", - "100007894": "https://ror.org/00nds2e18", - "100001679": "https://ror.org/058ns4d40", - "501100000157": "https://ror.org/00910ay07", - "100001686": "https://ror.org/045gvx431", - "100009815": "https://ror.org/03bea3609", - "100002150": "https://ror.org/05dezr114", - "100001695": "https://ror.org/00m61y124", - "501100003806": "https://ror.org/03r72d818", - "501100005622": "https://ror.org/00dfmn753", - "100010513": "https://ror.org/04dzfqx38", - "100009090": "https://ror.org/01qgzjd70", - "100008125": "https://ror.org/023t5f665", - "501100007376": "https://ror.org/05gj4md48", - "100005945": "https://ror.org/04n11b617", - "100003025": "https://ror.org/04hnnkw05", - "100009832": "https://ror.org/05mxy6748", - "100009327": "https://ror.org/01efj0y81", - "100001336": "https://ror.org/01930sy39", - "501100006093": "https://ror.org/03xgnmf38", - "100007440": "https://ror.org/01ky9zs74", - "501100003849": "https://ror.org/049zxm836", - "100001221": "https://ror.org/013p55530", - "100010279": "https://ror.org/03vqj9f54", - "100002151": "https://ror.org/02ej1by07", - "100003007": "https://ror.org/03bw33m14", - "100003874": "https://ror.org/00m4t9795", - "100009240": "https://ror.org/003thv661", - "501100003966": "https://ror.org/04bre5f76", - "100002158": "https://ror.org/00jkq3860", - "501100008543": "https://ror.org/00n789a42", - "100010636": "https://ror.org/037yq7995", - "100003021": "https://ror.org/028ka4p86", - "100007344": "https://ror.org/028ka4p86", - "100006241": "https://ror.org/02d5day94", - "100009836": "https://ror.org/01mahh263", - "100000887": "https://ror.org/0064m4q05", - "100010651": "https://ror.org/02dm9bj37", - "100010472": "https://ror.org/02gae5p70", - "100003015": "https://ror.org/01j5zmq23", - "100009276": "https://ror.org/01b242q75", - "100004720": "https://ror.org/00nqjkj48", - "100001873": "https://ror.org/02yhzgr66", - "501100008671": "https://ror.org/04zj4k586", - "100001367": "https://ror.org/01nc0cp29", - "100003899": "https://ror.org/00jkvq232", - "100003249": "https://ror.org/02h7t2a16", - "501100001430": "https://ror.org/00m06j627", - "501100001594": "https://ror.org/05g1jvk52", - "501100001595": "https://ror.org/04d00t593", - "100010547": "https://ror.org/02gcfcp23", - "100001245": "https://ror.org/04cc1bd73", - "100010297": "https://ror.org/02x1h6095", - "100003900": "https://ror.org/0029x1m59", - "100001696": "https://ror.org/05a0f0y47", - "100001187": "https://ror.org/051tmqm80", - "501100004050": "https://ror.org/01p7hf548", - "100007255": "https://ror.org/04tnf8c76", - "100001188": "https://ror.org/03174hp70", - "100003037": "https://ror.org/01swtxv06", - "100007417": "https://ror.org/059sg9z95", - "501100007454": "https://ror.org/021pjrd95", - "100001087": "https://ror.org/00w3qd893", - "100006417": "https://ror.org/02xw5vd84", - "100003062": "https://ror.org/04x21zc26", - "100009799": "https://ror.org/020xw1f06", - "100004075": "https://ror.org/041qfnf56", - "100003894": "https://ror.org/02tfves91", - "100001189": "https://ror.org/025frct77", - "501100004065": "https://ror.org/02zzsnz14", - "100009575": "https://ror.org/046keqp87", - "100002157": "https://ror.org/03xpmjk25", - "100006715": "https://ror.org/02jht8768", - "100006718": "https://ror.org/02jht8768", - "501100007067": "https://ror.org/05cszw148", - "100005950": "https://ror.org/01h44fm97", - "100001571": "https://ror.org/02b773808", - "501100007463": "https://ror.org/05gv5sv44", - "100003838": "https://ror.org/027j3y306", - "100003904": "https://ror.org/005fa0265", - "100010788": "https://ror.org/012v13k49", - "100003039": "https://ror.org/05rvwze02", - "100003914": "https://ror.org/01kgb3c72", - "100010649": "https://ror.org/00hw04726", - "100003040": "https://ror.org/00n2q2t03", - "100009393": "https://ror.org/039r7y922", - "100010089": "https://ror.org/021hndv62", - "100009762": "https://ror.org/00s3cdx23", - "100009715": "https://ror.org/046wx6811", - "100002992": "https://ror.org/04ak1xq87", - "100008447": "https://ror.org/005vegy94", - "100009619": "https://ror.org/004rtk039", - "100009292": "https://ror.org/033esc660", - "100005931": "https://ror.org/02by3t490", - "501100008370": "https://ror.org/03j8jd231", - "100009624": "https://ror.org/05haf2k11", - "100005962": "https://ror.org/05haf2k11", - "100007415": "https://ror.org/05fy0j332", - "100009398": "https://ror.org/03dg7tc87", - "100001204": "https://ror.org/01qgvfw88", - "100001711": "https://ror.org/01qgvfw88", - "100009580": "https://ror.org/00qcdw388", - "501100003249": "https://ror.org/05mnth393", - "501100008593": "https://ror.org/04yc0k443", - "501100004026": "https://ror.org/00tz3zt92", - "100003886": "https://ror.org/039b19p38", - "100008735": "https://ror.org/0293d8d10", - "100008695": "https://ror.org/0293d8d10", - "100001703": "https://ror.org/04ts2vz32", - "100005934": "https://ror.org/04pc51341", - "100008699": "https://ror.org/024jbvq59", - "100010281": "https://ror.org/03aqkyr95", - "100008662": "https://ror.org/01j8qgg43", - "100010243": "https://ror.org/04gg2hw16", - "100003326": "https://ror.org/01d1x1659", - "100003065": "https://ror.org/043c07w57", - "501100008234": "https://ror.org/022bzg803", - "501100007618": "https://ror.org/01pgbc160", - "100010405": "https://ror.org/02s4dmy28", - "100003928": "https://ror.org/01cb82b28", - "501100001211": "https://ror.org/00w4ej470", - "100009293": "https://ror.org/02k13dd86", - "100010431": "https://ror.org/044xgn791", - "100007267": "https://ror.org/01jz68c66", - "100009425": "https://ror.org/05emg8z25", - "100009223": "https://ror.org/0207wsg03", - "100003090": "https://ror.org/00h656961", - "100002180": "https://ror.org/05ac1r749", - "100008728": "https://ror.org/02900by63", - "501100007332": "https://ror.org/05jyk8r28", - "501100005418": "https://ror.org/00n60x364", - "501100007764": "https://ror.org/030q46522", - "501100008369": "https://ror.org/02pbe9j32", - "100008096": "https://ror.org/04kf79x57", - "100007043": "https://ror.org/03hr73p06", - "100008971": "https://ror.org/04mjn9f12", - "100009577": "https://ror.org/05fcw6535", - "100005097": "https://ror.org/02fvjnz56", - "501100007528": "https://ror.org/01899q369", - "100001220": "https://ror.org/04873vb58", - "100003913": "https://ror.org/031z7rc44", - "100000904": "https://ror.org/05ycax488", - "501100008541": "https://ror.org/04w1pz213", - "100001716": "https://ror.org/04qsqk067", - "100003676": "https://ror.org/015bgb355", - "100007441": "https://ror.org/00mrtvk90", - "100001831": "https://ror.org/01vwxyv67", - "501100007505": "https://ror.org/013bnca37", - "100010809": "https://ror.org/05ykzvv97", - "100009413": "https://ror.org/0216taa64", - "100010091": "https://ror.org/02cx5b758", - "100002027": "https://ror.org/04rrtdm25", - "501100000229": "https://ror.org/04gw71m56", - "501100004021": "https://ror.org/02nfebn65", - "100003717": "https://ror.org/02dezpk37", - "100001254": "https://ror.org/00y105102", - "100009977": "https://ror.org/03qzp5f03", - "100001277": "https://ror.org/05jj8cx84", - "100007044": "https://ror.org/03cpssz74", - "100009399": "https://ror.org/02fceca45", - "501100004162": "https://ror.org/03htwyn40", - "100002223": "https://ror.org/01bc16f62", - "100002048": "https://ror.org/0466zjn24", - "501100000201": "https://ror.org/008rsmw46", - "100007025": "https://ror.org/002nx7j40", - "501100006285": "https://ror.org/040ya8k73", - "100003289": "https://ror.org/041fvw351", - "100005621": "https://ror.org/040qqw382", - "501100007208": "https://ror.org/05983pc92", - "100007425": "https://ror.org/02n9j0y25", - "100009809": "https://ror.org/017xs2h64", - "100002277": "https://ror.org/0113y3s69", - "501100008442": "https://ror.org/04qdq0b46", - "100004113": "https://ror.org/0530jqt13", - "100001224": "https://ror.org/05mmamd82", - "100001492": "https://ror.org/02y06nn11", - "100007051": "https://ror.org/02s1hnn22", - "100003918": "https://ror.org/005t7ny15", - "100003866": "https://ror.org/000kq2q47", - "100002183": "https://ror.org/05q12yf11", - "100007045": "https://ror.org/00cv4ff80", - "100001237": "https://ror.org/040xe3q33", - "501100007316": "https://ror.org/052jep661", - "501100002650": "https://ror.org/03fcfn607", - "100003482": "https://ror.org/02y95ae87", - "100003919": "https://ror.org/03wy7t706", - "100010613": "https://ror.org/03v7w7232", - "100001192": "https://ror.org/05jv9e497", - "100006305": "https://ror.org/047sc8865", - "501100001687": "https://ror.org/006fbpy17", - "100002163": "https://ror.org/037d2wg57", - "501100008216": "https://ror.org/05xtwn084", - "100008795": "https://ror.org/00mfkwp51", - "501100007533": "https://ror.org/02qjq5342", - "100009788": "https://ror.org/02z3hd077", - "501100007325": "https://ror.org/03d4wwv68", - "100007027": "https://ror.org/033hnyq61", - "100003112": "https://ror.org/028myba47", - "100004059": "https://ror.org/053qr8q83", - "100009981": "https://ror.org/01th7t610", - "100009294": "https://ror.org/00mmhc695", - "100009928": "https://ror.org/050gw5147", - "100005672": "https://ror.org/050gw5147", - "100009808": "https://ror.org/02edrgs08", - "501100007664": "https://ror.org/03pkewe16", - "100009783": "https://ror.org/01m1n7283", - "100006743": "https://ror.org/02ddg5t47", - "501100001555": "https://ror.org/054bqdz45", - "100003054": "https://ror.org/031pc9z34", - "100003936": "https://ror.org/00fpb6b80", - "100002226": "https://ror.org/01bzak852", - "100001721": "https://ror.org/00vw9nm15", - "100005957": "https://ror.org/05xs24h03", - "100002202": "https://ror.org/003atmt97", - "501100000093": "https://ror.org/00tf7ep30", - "100002104": "https://ror.org/01vwv8r87", - "100007848": "https://ror.org/03qyben73", - "100001241": "https://ror.org/03qyben73", - "501100008350": "https://ror.org/0224wbx43", - "100005162": "https://ror.org/03j077d81", - "100003905": "https://ror.org/05tya7346", - "501100006707": "https://ror.org/04t1pp919", - "100001304": "https://ror.org/05kqxme91", - "100002166": "https://ror.org/039k05z19", - "100009830": "https://ror.org/00ajqtx13", - "100006368": "https://ror.org/03myshd20", - "100000911": "https://ror.org/0499qpt59", - "100006936": "https://ror.org/02nykv047", - "501100004079": "https://ror.org/03pzdmy91", - "100006111": "https://ror.org/0187qyr62", - "100000932": "https://ror.org/01qa22e60", - "100002311": "https://ror.org/03mmkx794", - "100003119": "https://ror.org/047vk1j69", - "501100007633": "https://ror.org/0556dev32", - "100010732": "https://ror.org/018g1zw27", - "100002206": "https://ror.org/00c3qdc78", - "501100001264": "https://ror.org/00td0dz58", - "100001226": "https://ror.org/02cx4j151", - "100003120": "https://ror.org/040xqfw27", - "100010466": "https://ror.org/01fb0df08", - "501100003637": "https://ror.org/00pw4ps28", - "100010774": "https://ror.org/0058p8h34", - "100009881": "https://ror.org/02j6fbg68", - "100002207": "https://ror.org/009nzt148", - "100002177": "https://ror.org/012ebbs45", - "501100008322": "https://ror.org/00gpt9p27", - "501100008206": "https://ror.org/03qezq212", - "100003965": "https://ror.org/045e0dn59", - "501100007688": "https://ror.org/05md3zv31", - "100009693": "https://ror.org/04vn4r534", - "501100007206": "https://ror.org/00jk42n91", - "100001197": "https://ror.org/04m25zw74", - "100003921": "https://ror.org/03cq51m79", - "100009242": "https://ror.org/042p27957", - "100003464": "https://ror.org/01a100t94", - "100002300": "https://ror.org/01ckvny60", - "501100008544": "https://ror.org/03y50tm06", - "100001725": "https://ror.org/0164x1171", - "501100007670": "https://ror.org/00j68ke40", - "100008403": "https://ror.org/00yjmmj69", - "100001757": "https://ror.org/00yjmmj69", - "501100007057": "https://ror.org/03d1hk111", - "100010295": "https://ror.org/05t93wr04", - "100001000": "https://ror.org/043dcpa79", - "100010153": "https://ror.org/0106twe82", - "100001538": "https://ror.org/01x8qsj42", - "100002229": "https://ror.org/04s3cew51", - "100002167": "https://ror.org/018611e81", - "100001212": "https://ror.org/02efnsc68", - "501100007629": "https://ror.org/022h0yw65", - "100001244": "https://ror.org/05fexbp32", - "100003084": "https://ror.org/04676kj64", - "100010079": "https://ror.org/04pyp4405", - "100003941": "https://ror.org/02akdz045", - "100010088": "https://ror.org/053xt2a19", - "100009241": "https://ror.org/036jvr704", - "100007248": "https://ror.org/0238xm951", - "501100004088": "https://ror.org/04jpf9990", - "100002189": "https://ror.org/0506ech85", - "501100004089": "https://ror.org/037svw098", - "100005726": "https://ror.org/036qaf130", - "100009763": "https://ror.org/043ttpn32", - "501100007803": "https://ror.org/04mnke839", - "100010494": "https://ror.org/02dq5ds52", - "100004228": "https://ror.org/05nzc3h14", - "501100007729": "https://ror.org/03rx2ty86", - "501100004046": "https://ror.org/00kaqnj29", - "501100008482": "https://ror.org/05jhy3d94", - "100003100": "https://ror.org/02kvr5932", - "501100007706": "https://ror.org/011z3ff80", - "100001717": "https://ror.org/058dp8a10", - "100003942": "https://ror.org/00qhvya11", - "501100001706": "https://ror.org/007dajt61", - "501100006709": "https://ror.org/00w6s5b11", - "100003925": "https://ror.org/02kddrj80", - "501100004093": "https://ror.org/05c5x8342", - "100009385": "https://ror.org/03j57tp52", - "100007037": "https://ror.org/01s45wz62", - "100003721": "https://ror.org/01320a653", - "100003161": "https://ror.org/00d07mn45", - "100010155": "https://ror.org/02gpmmz25", - "100001766": "https://ror.org/04zq6dz45", - "501100007643": "https://ror.org/03jsy7y79", - "100007445": "https://ror.org/0258v0346", - "100007517": "https://ror.org/01aazm409", - "100003927": "https://ror.org/040rmmq69", - "100010478": "https://ror.org/05dank931", - "100007902": "https://ror.org/0163v7e17", - "100003133": "https://ror.org/04929g954", - "100001758": "https://ror.org/05je2ma32", - "100003135": "https://ror.org/0205s4214", - "501100007460": "https://ror.org/00kan3777", - "100001339": "https://ror.org/01nj1bs84", - "100002340": "https://ror.org/01nj1bs84", - "501100007453": "https://ror.org/01fesvd20", - "100001744": "https://ror.org/04cf6r544", - "100010160": "https://ror.org/01de6ns85", - "501100007875": "https://ror.org/01y63b286", - "100003207": "https://ror.org/05sqjfk96", - "100007519": "https://ror.org/043bb8m89", - "100002214": "https://ror.org/01t5r7875", - "100002253": "https://ror.org/0197yr043", - "100002232": "https://ror.org/01jce8981", - "100002218": "https://ror.org/03tk1ps71", - "100010156": "https://ror.org/03fzdex20", - "100003163": "https://ror.org/01wknzm08", - "100001760": "https://ror.org/00k85q565", - "501100007669": "https://ror.org/019mbhm70", - "100003208": "https://ror.org/00bbs5d96", - "501100007685": "https://ror.org/01zm5rz38", - "100007424": "https://ror.org/040g11437", - "100002221": "https://ror.org/041475e22", - "100003164": "https://ror.org/00tb8hf64", - "100001779": "https://ror.org/01fadbq53", - "100010505": "https://ror.org/000tce348", - "100003951": "https://ror.org/02gxz9934", - "100006362": "https://ror.org/01aaa2z14", - "100003209": "https://ror.org/044ja2q14", - "100010256": "https://ror.org/035gh0k19", - "100009984": "https://ror.org/0285bze92", - "100000914": "https://ror.org/03ay6m507", - "100003980": "https://ror.org/043ewr774", - "100010427": "https://ror.org/044bng944", - "100005928": "https://ror.org/04jpe7h32", - "100010776": "https://ror.org/00sbgwz10", - "100001248": "https://ror.org/01mmsh574", - "100002254": "https://ror.org/03ketea85", - "100010274": "https://ror.org/01yb0qj30", - "100001249": "https://ror.org/001rkmw77", - "100001773": "https://ror.org/04y3z0p88", - "100005095": "https://ror.org/04dqbhd05", - "100001272": "https://ror.org/013zhzc32", - "100002255": "https://ror.org/02jxgq335", - "501100006684": "https://ror.org/01243va86", - "100003166": "https://ror.org/01f8b5v57", - "501100007448": "https://ror.org/05gdcn753", - "501100001418": "https://ror.org/005hary16", - "100010301": "https://ror.org/05kyj3g94", - "100009989": "https://ror.org/00hm6j694", - "100006653": "https://ror.org/025fgft18", - "100004018": "https://ror.org/0415kjx40", - "100001273": "https://ror.org/00a933p49", - "100003223": "https://ror.org/022p4vd20", - "100008436": "https://ror.org/054d9v685", - "100003146": "https://ror.org/03qvxfj12", - "501100007483": "https://ror.org/00xvwyc81", - "501100001542": "https://ror.org/04bkwvr55", - "100010715": "https://ror.org/05c5ac029", - "501100008315": "https://ror.org/03awnwb78", - "100004022": "https://ror.org/04pm22969", - "100001265": "https://ror.org/022pen470", - "100009892": "https://ror.org/044nb3d45", - "100001252": "https://ror.org/04gfxtm83", - "100000918": "https://ror.org/01rpp5211", - "100009283": "https://ror.org/0183pqm13", - "100008719": "https://ror.org/040eybd64", - "100004714": "https://ror.org/04vdxde73", - "100006696": "https://ror.org/02yxc8q04", - "100001403": "https://ror.org/01r89aa81", - "100003983": "https://ror.org/0181ptd26", - "501100001559": "https://ror.org/03hh2p523", - "100007427": "https://ror.org/05k7zsn51", - "100007474": "https://ror.org/05k7zsn51", - "501100008444": "https://ror.org/05n0m2q32", - "100009451": "https://ror.org/00ps0j197", - "100003148": "https://ror.org/04xn42d49", - "100004005": "https://ror.org/055pzrx21", - "100002246": "https://ror.org/00kty7w06", - "100008045": "https://ror.org/01ajpw658", - "100003149": "https://ror.org/01ajpw658", - "100009363": "https://ror.org/00ksjkj95", - "501100008042": "https://ror.org/05501m963", - "100001868": "https://ror.org/00c2b9157", - "100010380": "https://ror.org/01a0byg64", - "100000889": "https://ror.org/049fh2r80", - "501100007693": "https://ror.org/04p7ema57", - "100010533": "https://ror.org/05a10ec77", - "100009865": "https://ror.org/02eyhcx07", - "100005517": "https://ror.org/02eyhcx07", - "501100004786": "https://ror.org/03ye15z82", - "100009845": "https://ror.org/03n6hmg93", - "100003156": "https://ror.org/0560cwj87", - "501100007644": "https://ror.org/01v2r3788", - "100009312": "https://ror.org/05wv0yn79", - "100009754": "https://ror.org/01rdg4502", - "100009579": "https://ror.org/01f08b586", - "100002239": "https://ror.org/047a10n20", - "100009958": "https://ror.org/02hejje45", - "100009310": "https://ror.org/03vag5z12", - "501100000239": "https://ror.org/01x65sg43", - "100001284": "https://ror.org/01era2c76", - "100009844": "https://ror.org/03945ew66", - "100003157": "https://ror.org/05czgp859", - "100003158": "https://ror.org/03z8jr008", - "100003229": "https://ror.org/03tzsnk49", - "100002269": "https://ror.org/04tv4vz10", - "100008020": "https://ror.org/044r8mj16", - "100008019": "https://ror.org/044r8mj16", - "501100000965": "https://ror.org/044r8mj16", - "501100000958": "https://ror.org/00vjrcd64", - "501100007534": "https://ror.org/00s8ypq23", - "100009710": "https://ror.org/00323r369", - "501100004178": "https://ror.org/001fpn257", - "501100000323": "https://ror.org/0017mh436", - "100003975": "https://ror.org/017n5p421", - "501100007929": "https://ror.org/016jygy11", - "501100001328": "https://ror.org/0563hxx86", - "100009687": "https://ror.org/05hfds782", - "100009696": "https://ror.org/05v5yjs39", - "100003159": "https://ror.org/05s8da439", - "100001286": "https://ror.org/049seyn76", - "100007429": "https://ror.org/05r023w67", - "100009719": "https://ror.org/056gcnh74", - "100010608": "https://ror.org/059sh8413", - "100002249": "https://ror.org/03mbtad86", - "100003236": "https://ror.org/053qbaa96", - "100001786": "https://ror.org/03g7xph38", - "501100008035": "https://ror.org/01yra0v32", - "100010644": "https://ror.org/050r7j211", - "100004004": "https://ror.org/02ndgm578", - "100001787": "https://ror.org/04nfmyz64", - "100002241": "https://ror.org/04mcweq87", - "100003991": "https://ror.org/0161x1106", - "100009691": "https://ror.org/032x2te45", - "100003198": "https://ror.org/05k9hyx80", - "100010517": "https://ror.org/04nqdt167", - "100004032": "https://ror.org/00j7nqv87", - "501100004181": "https://ror.org/0401nzk46", - "100002242": "https://ror.org/05krhrc62", - "501100008483": "https://ror.org/01zkd3118", - "100009985": "https://ror.org/0363rx482", - "100001268": "https://ror.org/00ck87g56", - "100003189": "https://ror.org/043t12z55", - "100003188": "https://ror.org/043t12z55", - "501100001733": "https://ror.org/02zaaft58", - "100009651": "https://ror.org/00m63h757", - "100003237": "https://ror.org/04ymgh706", - "100001291": "https://ror.org/01xcva522", - "100009682": "https://ror.org/01kxr3c26", - "100007117": "https://ror.org/03gjwrd32", - "501100004875": "https://ror.org/02wat9q45", - "100009683": "https://ror.org/04d4fer41", - "100008444": "https://ror.org/0300wre24", - "501100008568": "https://ror.org/04f09q842", - "501100007441": "https://ror.org/00qk41v79", - "100004831": "https://ror.org/059nnvm90", - "100010769": "https://ror.org/00ay00v02", - "100005535": "https://ror.org/00qe9vp10", - "100009697": "https://ror.org/00746dd63", - "100004007": "https://ror.org/01ypd6q38", - "100003238": "https://ror.org/02yt6gx28", - "100003992": "https://ror.org/00t19cz85", - "100003202": "https://ror.org/04txr4v68", - "100003240": "https://ror.org/01jmtnr89", - "100010439": "https://ror.org/00mjcdm77", - "100010639": "https://ror.org/01h43vb07", - "100010742": "https://ror.org/01z531p41", - "100009803": "https://ror.org/0082xft54", - "100005168": "https://ror.org/00ev3n257", - "100009806": "https://ror.org/03neavy72", - "100005620": "https://ror.org/04ya12x69", - "100001663": "https://ror.org/02d1ek591", - "100010633": "https://ror.org/00f202q63", - "100002272": "https://ror.org/0347nf139", - "501100008318": "https://ror.org/01dgc6x67", - "100007088": "https://ror.org/01pxwcd09", - "100010645": "https://ror.org/02b1krb80", - "100005176": "https://ror.org/03x3bwz43", - "100001071": "https://ror.org/02jv4t428", - "501100001263": "https://ror.org/03wztvy18", - "100001289": "https://ror.org/04mchsp40", - "501100004399": "https://ror.org/01enbtr31", - "100001777": "https://ror.org/02kj8k530", - "100009860": "https://ror.org/03430ny40", - "100009668": "https://ror.org/02n130h25", - "100010158": "https://ror.org/01vc16c74", - "100002261": "https://ror.org/00mr0nz89", - "100009373": "https://ror.org/03p5g0c78", - "501100007449": "https://ror.org/030t8f239", - "100010531": "https://ror.org/00wry3a77", - "100001794": "https://ror.org/052ckfz09", - "501100004201": "https://ror.org/05pvet403", - "501100007697": "https://ror.org/02qt0dk86", - "100000902": "https://ror.org/005yrpm30", - "100005147": "https://ror.org/0206v1232", - "501100000101": "https://ror.org/02sda0197", - "100010391": "https://ror.org/02jx9xx30", - "100010621": "https://ror.org/04708aj14", - "100007433": "https://ror.org/055mp5r09", - "100006424": "https://ror.org/05sv4rq55", - "100005886": "https://ror.org/05wk4pc85", - "100003245": "https://ror.org/037vd6027", - "100010265": "https://ror.org/037vd6027", - "100003260": "https://ror.org/05etan845", - "100006544": "https://ror.org/05etan845", - "100009298": "https://ror.org/04x6n5698", - "100010711": "https://ror.org/043rpbd03", - "100001295": "https://ror.org/05q59qz08", - "100002836": "https://ror.org/04c5xj152", - "501100003817": "https://ror.org/00fx55r32", - "501100000702": "https://ror.org/02yrhrz80", - "100003294": "https://ror.org/02wr4pa52", - "100007086": "https://ror.org/0108ddn29", - "100003264": "https://ror.org/01ntbg722", - "501100007078": "https://ror.org/03swaaz57", - "501100008453": "https://ror.org/0074vna73", - "100004038": "https://ror.org/0511swq50", - "100003300": "https://ror.org/04x17ze61", - "100001352": "https://ror.org/04fw2pd53", - "100004049": "https://ror.org/05rcfkq95", - "501100000236": "https://ror.org/04d2j3090", - "100002230": "https://ror.org/05ctpkb66", - "100010397": "https://ror.org/04n96xc27", - "100003267": "https://ror.org/05hr50502", - "100003268": "https://ror.org/04qq90y81", - "100008353": "https://ror.org/05ae3xr78", - "501100001324": "https://ror.org/03wxxna60", - "100004039": "https://ror.org/00ejn2425", - "100010080": "https://ror.org/00b0e2156", - "501100007679": "https://ror.org/05pvypf90", - "100002281": "https://ror.org/0092af185", - "100004041": "https://ror.org/03n1jkx09", - "100003270": "https://ror.org/01gk88w52", - "100009409": "https://ror.org/005t0n560", - "100001332": "https://ror.org/04x9v7g36", - "100001848": "https://ror.org/01jjabs38", - "501100008120": "https://ror.org/01cq1dy18", - "100010387": "https://ror.org/03ffxvj05", - "100010700": "https://ror.org/00w33ze35", - "501100005109": "https://ror.org/00w33ze35", - "100009034": "https://ror.org/00meev387", - "100001308": "https://ror.org/02g2fp141", - "501100007479": "https://ror.org/046tk6771", - "100007138": "https://ror.org/0059sp540", - "100007167": "https://ror.org/0192hf124", - "100010699": "https://ror.org/02f1wny42", - "100010474": "https://ror.org/047m55x87", - "501100003541": "https://ror.org/023kcy720", - "100008881": "https://ror.org/01ksw8755", - "100000996": "https://ror.org/02jkjsy62", - "100001360": "https://ror.org/02cdjbt38", - "100001804": "https://ror.org/05bresr75", - "100004045": "https://ror.org/05w9ckg77", - "501100002796": "https://ror.org/01v6fb724", - "100002314": "https://ror.org/037vy2h31", - "100003276": "https://ror.org/03qvrm396", - "100004140": "https://ror.org/012a8a777", - "100010341": "https://ror.org/01mtb8v69", - "100001833": "https://ror.org/047fpcv83", - "100001298": "https://ror.org/01nbasn20", - "100004114": "https://ror.org/04y2ytg46", - "100010264": "https://ror.org/029tzwe02", - "100002250": "https://ror.org/029tzwe02", - "100005174": "https://ror.org/029tzwe02", - "100001323": "https://ror.org/02vzwtq17", - "501100000097": "https://ror.org/005yxzz69", - "100003370": "https://ror.org/03v0h0x87", - "100002330": "https://ror.org/04kzfca73", - "100010252": "https://ror.org/04evfhz83", - "100001324": "https://ror.org/013rtsq97", - "501100004302": "https://ror.org/03hw5nc12", - "100001863": "https://ror.org/02h71tm83", - "100007849": "https://ror.org/01c4cwj74", - "100002295": "https://ror.org/01c4cwj74", - "100001835": "https://ror.org/042bpeh86", - "100010289": "https://ror.org/02pd51s17", - "100006069": "https://ror.org/0575b2v60", - "100005686": "https://ror.org/00akqa526", - "100010335": "https://ror.org/04zn4fk08", - "100003414": "https://ror.org/03gnc6x04", - "100010098": "https://ror.org/05j0k2q54", - "100010491": "https://ror.org/043xdeq55", - "100010121": "https://ror.org/04z2zsa77", - "100001837": "https://ror.org/04m6d2w32", - "100004087": "https://ror.org/048tv2g66", - "100007342": "https://ror.org/048tv2g66", - "100006623": "https://ror.org/046jh9k27", - "100010172": "https://ror.org/047916x45", - "100002345": "https://ror.org/00mt9mq23", - "100009490": "https://ror.org/00cgv2351", - "100004088": "https://ror.org/02ssj8b09", - "100006065": "https://ror.org/056jy0m49", - "100002316": "https://ror.org/010abdn73", - "100001864": "https://ror.org/01thz9g52", - "501100008013": "https://ror.org/01a56n213", - "100004061": "https://ror.org/01h50je44", - "100003338": "https://ror.org/04ytpr841", - "100002331": "https://ror.org/05j3ze875", - "100003781": "https://ror.org/020cx6a13", - "501100001310": "https://ror.org/01c8hzn56", - "501100000242": "https://ror.org/01rjqn722", - "100001807": "https://ror.org/01pe2nj10", - "100001668": "https://ror.org/03dev3m87", - "100007931": "https://ror.org/05fan6g58", - "100001103": "https://ror.org/05t9z3q05", - "100007093": "https://ror.org/01jm2xz84", - "501100007765": "https://ror.org/007medz62", - "501100007415": "https://ror.org/052gvyf59", - "100001329": "https://ror.org/01my2h087", - "100001865": "https://ror.org/05x4p3q72", - "100009756": "https://ror.org/04d828f56", - "100008538": "https://ror.org/04jgqt260", - "501100006309": "https://ror.org/04b5gd719", - "100001327": "https://ror.org/00hx9vt43", - "100004067": "https://ror.org/05989vw47", - "501100007876": "https://ror.org/0236wqc02", - "100010325": "https://ror.org/01702fz61", - "100003421": "https://ror.org/01v0qv381", - "100006004": "https://ror.org/01vd5v507", - "100004068": "https://ror.org/05amca937", - "100009468": "https://ror.org/01q4wy056", - "501100007295": "https://ror.org/01q4wy056", - "100010319": "https://ror.org/05t9fgt79", - "100009278": "https://ror.org/043g4d297", - "501100007665": "https://ror.org/00rvg5p23", - "501100008110": "https://ror.org/02b7zfk76", - "100009761": "https://ror.org/0437ce844", - "100001328": "https://ror.org/04j36ys10", - "100001234": "https://ror.org/01pg81m90", - "100009895": "https://ror.org/03f4qgj81", - "501100000095": "https://ror.org/016kmmx43", - "100001315": "https://ror.org/027d4fk93", - "501100007531": "https://ror.org/059e60q69", - "100007115": "https://ror.org/05bda2x91", - "100009277": "https://ror.org/02ykrpt47", - "100001811": "https://ror.org/04r0akj72", - "100010344": "https://ror.org/01rsgv203", - "100001479": "https://ror.org/05wtm9j71", - "100001507": "https://ror.org/01z2afr14", - "100003423": "https://ror.org/03hjy8x14", - "100004072": "https://ror.org/01sh91764", - "100002220": "https://ror.org/04axw7w96", - "100009869": "https://ror.org/02p2x4d36", - "100001523": "https://ror.org/04ajxh113", - "100002320": "https://ror.org/0176jpt46", - "100004182": "https://ror.org/03c8aye58", - "100010247": "https://ror.org/03pq14610", - "100001748": "https://ror.org/014smg292", - "100001334": "https://ror.org/000s52h07", - "100006359": "https://ror.org/00x1qgr19", - "100000345": "https://ror.org/00x1qgr19", - "100010313": "https://ror.org/03h4z1825", - "100009983": "https://ror.org/01acb1828", - "100002200": "https://ror.org/05r9k3m54", - "100009299": "https://ror.org/03dfda051", - "100009996": "https://ror.org/00qgmat53", - "100010003": "https://ror.org/04em0at09", - "100004154": "https://ror.org/02hekez22", - "100005146": "https://ror.org/05dwj5629", - "100009986": "https://ror.org/04zbaa003", - "100007094": "https://ror.org/00tnk3114", - "100009597": "https://ror.org/01rrsd035", - "100006046": "https://ror.org/048cvv935", - "100001869": "https://ror.org/0243gh341", - "100004124": "https://ror.org/05rm68h52", - "501100001063": "https://ror.org/04agdqh30", - "100002336": "https://ror.org/04278cc17", - "100004095": "https://ror.org/020n1we98", - "501100001470": "https://ror.org/00b23k705", - "100009724": "https://ror.org/00cs24427", - "501100001359": "https://ror.org/02jehgd93", - "501100007652": "https://ror.org/024p43m36", - "501100007865": "https://ror.org/03agt1e39", - "501100008486": "https://ror.org/015zgf178", - "100001855": "https://ror.org/03q2zhz47", - "100002175": "https://ror.org/03cqqyv81", - "100007455": "https://ror.org/02f5r3008", - "100010388": "https://ror.org/01x0maw51", - "100010766": "https://ror.org/0571stx19", - "100008716": "https://ror.org/04c4mj004", - "100002350": "https://ror.org/00d670121", - "100010566": "https://ror.org/024ap5123", - "501100008202": "https://ror.org/02rzjwp47", - "100002302": "https://ror.org/036m5gb67", - "501100007502": "https://ror.org/05yh1h167", - "100003319": "https://ror.org/01d931n02", - "100001856": "https://ror.org/02ntvem14", - "100001871": "https://ror.org/01hckwt34", - "501100005342": "https://ror.org/00vh82m49", - "100001857": "https://ror.org/02xare716", - "100004098": "https://ror.org/02zqwya41", - "501100008596": "https://ror.org/05ph9xy04", - "100007112": "https://ror.org/03mf2sh22", - "100000895": "https://ror.org/048bdzy56", - "501100006350": "https://ror.org/015kngk22", - "100001845": "https://ror.org/00zyvrn45", - "100009598": "https://ror.org/001rxm869", - "100010131": "https://ror.org/025rvh645", - "100001872": "https://ror.org/03nbpmv05", - "100003994": "https://ror.org/02dmzyv54", - "100003359": "https://ror.org/05p577g88", - "100001639": "https://ror.org/0016qk189", - "100003426": "https://ror.org/03ek73244", - "100001416": "https://ror.org/043c78r03", - "100010658": "https://ror.org/00axz6z61", - "100001825": "https://ror.org/0145pgy59", - "501100008583": "https://ror.org/057dvs720", - "100003397": "https://ror.org/025vct142", - "100006656": "https://ror.org/04qfp7s87", - "501100005295": "https://ror.org/04088fk89", - "100003320": "https://ror.org/00x0wct18", - "100004137": "https://ror.org/0177f9748", - "501100003948": "https://ror.org/0049whg19", - "100003413": "https://ror.org/04g9my117", - "100001227": "https://ror.org/04adtqj87", - "100007794": "https://ror.org/02eafbm53", - "100009969": "https://ror.org/05qds0828", - "100001349": "https://ror.org/02yj21v41", - "100008372": "https://ror.org/055de8j75", - "100003454": "https://ror.org/05y15e107", - "100009784": "https://ror.org/00gqt9c14", - "100008737": "https://ror.org/01r8xv865", - "501100008108": "https://ror.org/00q017g63", - "100009389": "https://ror.org/00fb4ms10", - "100009248": "https://ror.org/05xjcvb83", - "100010602": "https://ror.org/05xjcvb83", - "501100008352": "https://ror.org/05rxs1s48", - "501100001356": "https://ror.org/058qzh392", - "100009968": "https://ror.org/00egtf878", - "100005975": "https://ror.org/0266x3x06", - "100009798": "https://ror.org/030jq7570", - "100008732": "https://ror.org/00gc20a07", - "501100000102": "https://ror.org/026ryr342", - "100003002": "https://ror.org/00a1fpp20", - "501100000712": "https://ror.org/01g0h4946", - "100007803": "https://ror.org/02ns75z54", - "501100006715": "https://ror.org/01sjvcd08", - "100009731": "https://ror.org/012nfnh03", - "100005872": "https://ror.org/05q0skb15", - "501100008588": "https://ror.org/04nqfdt43", - "100010445": "https://ror.org/04k88ar18", - "100009244": "https://ror.org/01x10fr64", - "501100001311": "https://ror.org/00p3nsd37", - "100010819": "https://ror.org/02te15m84", - "100007189": "https://ror.org/0234pyd94", - "100010799": "https://ror.org/0370bpy80", - "100001877": "https://ror.org/02xzshh88", - "100009282": "https://ror.org/0528q0t18", - "501100008382": "https://ror.org/03dm55k03", - "501100006460": "https://ror.org/0460p7240", - "100009956": "https://ror.org/014mn3s63", - "501100007456": "https://ror.org/03av2w516", - "100010291": "https://ror.org/03vqh1t78", - "501100007806": "https://ror.org/03a05n602", - "501100006455": "https://ror.org/04e94n214", - "100001892": "https://ror.org/03w83pm05", - "501100002331": "https://ror.org/00tbe9875", - "501100000945": "https://ror.org/04g047260", - "501100002908": "https://ror.org/03cfd9m08", - "501100007734": "https://ror.org/010rd0v86", - "501100008334": "https://ror.org/052azjr18", - "100003459": "https://ror.org/02efzs521", - "100001893": "https://ror.org/03yvtv826", - "501100001076": "https://ror.org/02jz7nx66", - "501100003082": "https://ror.org/0549g6963", - "100003439": "https://ror.org/033x7yd97", - "100007744": "https://ror.org/03r8q5f36", - "100010605": "https://ror.org/035q7re19", - "100001894": "https://ror.org/05r7ttv75", - "100003442": "https://ror.org/05ttxxx91", - "100001880": "https://ror.org/05dvmdf20", - "100004165": "https://ror.org/01ffpma77", - "100001356": "https://ror.org/05bgg7k92", - "100008670": "https://ror.org/008c6se98", - "100003447": "https://ror.org/004sjsc98", - "501100004471": "https://ror.org/02r08m051", - "100001895": "https://ror.org/01k8mq954", - "100006052": "https://ror.org/00en0be76", - "100004192": "https://ror.org/04t81kd98", - "100001357": "https://ror.org/00d57b563", - "100001886": "https://ror.org/024pc0058", - "501100000021": "https://ror.org/0242j2724", - "100001358": "https://ror.org/00r6pc512", - "100010646": "https://ror.org/01w2f0g43", - "100009279": "https://ror.org/00c0pch62", - "501100008405": "https://ror.org/02db0m975", - "100010112": "https://ror.org/010cn0k09", - "100001901": "https://ror.org/02c9pqe95", - "100005808": "https://ror.org/048c6ht78", - "501100008087": "https://ror.org/05sgg0860", - "501100008094": "https://ror.org/05yfjtn64", - "501100008490": "https://ror.org/02k9nmp07", - "100002374": "https://ror.org/02sjh4j59", - "501100008397": "https://ror.org/04rcz6b42", - "501100008455": "https://ror.org/05pzez236", - "501100006091": "https://ror.org/03x526f83", - "100006047": "https://ror.org/0225ptr32", - "100009355": "https://ror.org/01t58v577", - "100003417": "https://ror.org/04n5x9175", - "100006745": "https://ror.org/02606vr52", - "100010261": "https://ror.org/0009jge67", - "100007447": "https://ror.org/04y64sc23", - "501100006686": "https://ror.org/008v8ay36", - "100003474": "https://ror.org/004vx2m26", - "100006045": "https://ror.org/031w1hc71", - "501100000099": "https://ror.org/01xa5j591", - "501100007371": "https://ror.org/046tc9744", - "100006014": "https://ror.org/001ctpj73", - "501100006301": "https://ror.org/015gb1r92", - "501100001730": "https://ror.org/05v34vf11", - "501100008016": "https://ror.org/051tck365", - "100008694": "https://ror.org/030c89r84", - "100004185": "https://ror.org/016fc4a97", - "501100007372": "https://ror.org/05n1rgb70", - "100010730": "https://ror.org/05e6c8204", - "501100008396": "https://ror.org/050gcw725", - "501100006509": "https://ror.org/022jr5m13", - "501100008417": "https://ror.org/03nqg9919", - "501100001727": "https://ror.org/05n6dzg85", - "501100007416": "https://ror.org/046w6p285", - "100003035": "https://ror.org/03zzjmx92", - "501100001529": "https://ror.org/001xe7y71", - "100006367": "https://ror.org/02mbgxz16", - "100002370": "https://ror.org/04tepr653", - "501100007413": "https://ror.org/035a1qp70", - "501100008492": "https://ror.org/003dpyf77", - "100004198": "https://ror.org/05r00b483", - "100001375": "https://ror.org/02qmwr629", - "100009584": "https://ror.org/03b5tag12", - "100008717": "https://ror.org/05539km59", - "100004214": "https://ror.org/02z0z7g18", - "100003330": "https://ror.org/00eyy9c71", - "100007155": "https://ror.org/00hzk1038", - "501100005419": "https://ror.org/046ec5t14", - "100010536": "https://ror.org/05yh4rh25", - "100007448": "https://ror.org/03g18fj02", - "100001907": "https://ror.org/02e3p0n79", - "100003462": "https://ror.org/04axzyr33", - "100006780": "https://ror.org/01k2zv986", - "100001908": "https://ror.org/02jasgp09", - "100002558": "https://ror.org/041ztcd61", - "100001144": "https://ror.org/01sqscf14", - "501100008239": "https://ror.org/01mfjs476", - "100001381": "https://ror.org/0118w8d25", - "100001233": "https://ror.org/02pmyyv54", - "100010246": "https://ror.org/0525q3519", - "100001380": "https://ror.org/0174xkn11", - "100010270": "https://ror.org/0362bde51", - "100001382": "https://ror.org/0362bde51", - "100003498": "https://ror.org/05vea6821", - "100005989": "https://ror.org/00mfys757", - "501100007668": "https://ror.org/043mk2594", - "100004224": "https://ror.org/03sqthx21", - "100001761": "https://ror.org/01jxxh642", - "100007276": "https://ror.org/02zav4281", - "501100008012": "https://ror.org/017swdq34", - "501100001040": "https://ror.org/035669d27", - "100003484": "https://ror.org/019jfhj96", - "100001916": "https://ror.org/007zhvp17", - "100002338": "https://ror.org/00ggtz082", - "501100008109": "https://ror.org/01zzv0338", - "100010430": "https://ror.org/04abad481", - "100009456": "https://ror.org/00am0th03", - "100006005": "https://ror.org/04pgeyv17", - "100007204": "https://ror.org/05nmp3276", - "100003510": "https://ror.org/03py6vn41", - "100001386": "https://ror.org/03zxgcy06", - "100006654": "https://ror.org/05rfpvc37", - "100001371": "https://ror.org/00ypgdj53", - "100003513": "https://ror.org/01wfvz044", - "501100008387": "https://ror.org/02rn5dn49", - "100004207": "https://ror.org/03xmk1g71", - "100009978": "https://ror.org/059qamr21", - "100002980": "https://ror.org/01v5z9j59", - "100003517": "https://ror.org/01ctc2z33", - "100010421": "https://ror.org/0593r9g81", - "100009642": "https://ror.org/05egh1w37", - "100010104": "https://ror.org/02kv04939", - "100009690": "https://ror.org/05drp1a22", - "100001912": "https://ror.org/008798434", - "100002686": "https://ror.org/022897k65", - "100004209": "https://ror.org/00vppz759", - "100001923": "https://ror.org/04zhxv661", - "501100007731": "https://ror.org/03akpdh76", - "501100007703": "https://ror.org/025eayv75", - "100004217": "https://ror.org/05pctrr97", - "100009725": "https://ror.org/00mfshe62", - "100001922": "https://ror.org/02ysg4b45", - "100009887": "https://ror.org/00c51ea71", - "501100001743": "https://ror.org/00qq1x890", - "100009959": "https://ror.org/04jmtbm12", - "100003528": "https://ror.org/05w1ran05", - "100005177": "https://ror.org/04qd3ka10", - "100003494": "https://ror.org/03ne27j26", - "100005571": "https://ror.org/04swm6c48", - "100010090": "https://ror.org/03e04kk51", - "501100007645": "https://ror.org/0002exf56", - "100004220": "https://ror.org/052gt1g92", - "100002408": "https://ror.org/04ta9pt38", - "100002396": "https://ror.org/05ee8pt56", - "100002410": "https://ror.org/02z857927", - "100009635": "https://ror.org/00mcgvm89", - "100009948": "https://ror.org/00jzne873", - "100005272": "https://ror.org/01yd3n286", - "100010384": "https://ror.org/03av9yr88", - "100002411": "https://ror.org/045mb3x22", - "100001398": "https://ror.org/01w3ear51", - "100001597": "https://ror.org/053abxt44", - "100004211": "https://ror.org/052m56d38", - "100003500": "https://ror.org/05mh4bk89", - "100006627": "https://ror.org/02cbxva55", - "100001390": "https://ror.org/013gv6q66", - "501100007077": "https://ror.org/001rkbe13", - "100008052": "https://ror.org/02897ye82", - "100010434": "https://ror.org/03zhx9h04", - "501100006449": "https://ror.org/04zqaby77", - "100010733": "https://ror.org/03q56pj35", - "100001443": "https://ror.org/03pbfnd97", - "501100005747": "https://ror.org/02kdrgt12", - "501100006197": "https://ror.org/02kdrgt12", - "100008969": "https://ror.org/0107h6s84", - "501100000889": "https://ror.org/0481qb682", - "501100005390": "https://ror.org/020hnjs91", - "100004431": "https://ror.org/01ef4as46", - "100008062": "https://ror.org/036jhs482", - "501100006189": "https://ror.org/046q3c491", - "501100008777": "https://ror.org/02195qc46", - "100007401": "https://ror.org/02t0dpg32", - "100007410": "https://ror.org/03ytay263", - "501100007745": "https://ror.org/03g2f4v48", - "100011024": "https://ror.org/05vvvp143", - "501100005940": "https://ror.org/048016404", - "501100004426": "https://ror.org/031gcry19", - "501100007757": "https://ror.org/01eeqch44", - "501100007758": "https://ror.org/04521r875", - "501100007759": "https://ror.org/03qps9x60", - "100008801": "https://ror.org/01ars0856", - "501100005677": "https://ror.org/00826gz80", - "501100008015": "https://ror.org/000x0ym82", - "501100007367": "https://ror.org/05akyca73", - "100008328": "https://ror.org/01ar4tp47", - "501100000273": "https://ror.org/02bz4qp22", - "501100006515": "https://ror.org/02d6mgz84", - "100010796": "https://ror.org/01nk16n48", - "501100005701": "https://ror.org/00gsykk45", - "100008316": "https://ror.org/031h5fa94", - "501100006426": "https://ror.org/04wf7sx08", - "100008056": "https://ror.org/039najk11", - "501100007881": "https://ror.org/0341e7068", - "501100008430": "https://ror.org/04kdcbs26", - "501100000613": "https://ror.org/027q2tw68", - "100010885": "https://ror.org/04nq9y819", - "501100007671": "https://ror.org/04v8d4779", - "100008054": "https://ror.org/04ra91131", - "501100000867": "https://ror.org/051x4wh35", - "501100007043": "https://ror.org/03hzthr30", - "501100007730": "https://ror.org/05jdrrw50", - "501100007677": "https://ror.org/03k8d9631", - "100009858": "https://ror.org/04aj0cy60", - "501100003357": "https://ror.org/04mbctq18", - "501100005633": "https://ror.org/020apt798", - "501100005637": "https://ror.org/03f420b93", - "501100007404": "https://ror.org/01r2g4c66", - "100008723": "https://ror.org/0593mby10", - "100010844": "https://ror.org/053a16167", - "100008656": "https://ror.org/01bgymr29", - "501100003486": "https://ror.org/0499cjb39", - "501100004815": "https://ror.org/02gn6ta77", - "501100008471": "https://ror.org/04xtzf071", - "501100005860": "https://ror.org/05mb6z682", - "501100007493": "https://ror.org/0153me927", - "501100008121": "https://ror.org/04wxm6g36", - "501100005744": "https://ror.org/001wmc692", - "501100003136": "https://ror.org/032j40h62", - "501100003986": "https://ror.org/03tj32a09", - "501100003138": "https://ror.org/013ww9721", - "100007635": "https://ror.org/04j9bkg25", - "100010125": "https://ror.org/022wvrv65", - "100007363": "https://ror.org/05h0e2y85", - "100010849": "https://ror.org/02yqjk243", - "501100008563": "https://ror.org/020tre550", - "100007389": "https://ror.org/052rbc006", - "100008733": "https://ror.org/02z5ef964", - "100010450": "https://ror.org/046m71h07", - "100008738": "https://ror.org/00r6p8t42", - "501100003424": "https://ror.org/009bet131", - "501100008594": "https://ror.org/01hgwbr42", - "100007634": "https://ror.org/0269hs475", - "100010404": "https://ror.org/037pcte91", - "501100008656": "https://ror.org/0382jhd52", - "501100008465": "https://ror.org/00mgycb86", - "501100000618": "https://ror.org/03hvqcb43", - "501100004037": "https://ror.org/05jf66d94", - "100010102": "https://ror.org/00fzq0880", - "501100004038": "https://ror.org/01wc3vt02", - "100010129": "https://ror.org/05xs6nw18", - "501100008413": "https://ror.org/02w907m39", - "501100008475": "https://ror.org/05dn7bp33", - "501100005411": "https://ror.org/03hvemf42", - "100010855": "https://ror.org/020zqa202", - "100010827": "https://ror.org/00yjgag34", - "100009450": "https://ror.org/00zwv5854", - "100007356": "https://ror.org/0068ff141", - "501100007886": "https://ror.org/021k07d19", - "100009576": "https://ror.org/00dkwrz68", - "100003077": "https://ror.org/00v64cg28", - "501100000619": "https://ror.org/03hph6c57", - "501100008084": "https://ror.org/01tm9ja22", - "501100008038": "https://ror.org/04b6xpy41", - "501100006353": "https://ror.org/00fmf4r59", - "501100008018": "https://ror.org/029vj4k86", - "100011097": "https://ror.org/03g0p4t70", - "501100005781": "https://ror.org/05jwty529", - "501100004076": "https://ror.org/052jy0t06", - "501100007443": "https://ror.org/04qy50a03", - "501100004182": "https://ror.org/05htmcq63", - "501100008659": "https://ror.org/001yjew72", - "100008739": "https://ror.org/009qg7s70", - "100007324": "https://ror.org/01v77xw68", - "100010737": "https://ror.org/026ftd493", - "100009472": "https://ror.org/02j4h8a39", - "100009829": "https://ror.org/04tx4kg58", - "501100007649": "https://ror.org/006sx7h90", - "501100006671": "https://ror.org/00a7jbz14", - "501100007232": "https://ror.org/006hbj696", - "100005251": "https://ror.org/0179vv482", - "501100004904": "https://ror.org/01d2prf79", - "100009349": "https://ror.org/01mzdh008", - "100001610": "https://ror.org/02pyvsr17", - "100005253": "https://ror.org/031s4pb13", - "100007296": "https://ror.org/031s4pb13", - "100010810": "https://ror.org/00n58s174", - "501100002733": "https://ror.org/04w82sp73", - "501100006358": "https://ror.org/0440znq24", - "501100008801": "https://ror.org/046m7f751", - "501100008667": "https://ror.org/021tj4g88", - "100010817": "https://ror.org/01n1pt995", - "501100007451": "https://ror.org/0089t7988", - "501100008584": "https://ror.org/02z6q2y39", - "501100003024": "https://ror.org/02kq92y46", - "501100005763": "https://ror.org/0446gjc92", - "501100008590": "https://ror.org/02pqxz266", - "100010132": "https://ror.org/04hb33h70", - "100009094": "https://ror.org/01m6j6z72", - "501100004209": "https://ror.org/02dt42634", - "501100008484": "https://ror.org/009vp0837", - "501100008320": "https://ror.org/01qe64w73", - "501100004212": "https://ror.org/03bj5da63", - "100009107": "https://ror.org/00v6ky380", - "501100006567": "https://ror.org/02x0e6v58", - "501100008317": "https://ror.org/01ct9s926", - "100009487": "https://ror.org/038937755", - "501100007430": "https://ror.org/01hc0cn07", - "501100006089": "https://ror.org/031ww6378", - "100009665": "https://ror.org/03y44ky43", - "501100006706": "https://ror.org/00yp3hb50", - "501100004373": "https://ror.org/0267ebt82", - "501100007313": "https://ror.org/02s3w5b11", - "100009445": "https://ror.org/02najqa65", - "501100008668": "https://ror.org/05pe31w16", - "501100006136": "https://ror.org/01654ws56", - "501100004758": "https://ror.org/045r69s96", - "100007209": "https://ror.org/016p3p817", - "501100004325": "https://ror.org/01eqe2r17", - "100010128": "https://ror.org/03e00a165", - "501100006306": "https://ror.org/00ckakm23", - "100009811": "https://ror.org/05j4zds77", - "100010114": "https://ror.org/0574hzg66", - "100010109": "https://ror.org/03sbyrq11", - "100009103": "https://ror.org/05m7g4v96", - "501100004339": "https://ror.org/05dze7277", - "501100004757": "https://ror.org/0066s0r72", - "501100007945": "https://ror.org/05x217f96", - "501100007606": "https://ror.org/04p4avd56", - "501100008672": "https://ror.org/01m41wz24", - "501100008432": "https://ror.org/02a6ezh03", - "501100003482": "https://ror.org/01jkyjd96", - "100012623": "https://ror.org/0100zbm77", - "501100008561": "https://ror.org/03kxdn807", - "501100007949": "https://ror.org/00zps9v98", - "501100007373": "https://ror.org/055y0va06", - "100000848": "https://ror.org/0151kez15", - "100004412": "https://ror.org/02ebx7v45", - "501100000854": "https://ror.org/02ebx7v45", - "100008711": "https://ror.org/00ygteq35", - "501100001141": "https://ror.org/00ygteq35", - "501100000900": "https://ror.org/04j5wtv36", - "100007641": "https://ror.org/015jj1011", - "100007642": "https://ror.org/015jj1011", - "100005255": "https://ror.org/01dznag44", - "501100002902": "https://ror.org/01jz1e142", - "501100006271": "https://ror.org/03rw2rj66", - "100004408": "https://ror.org/05etjgx39", - "501100000725": "https://ror.org/040qnm310", - "100009444": "https://ror.org/03ktsar73", - "501100000232": "https://ror.org/03356tk08", - "100002607": "https://ror.org/03wjf5d60", - "100000982": "https://ror.org/027327e78", - "100001236": "https://ror.org/02zfaen51", - "100014599": "https://ror.org/00v7th354", - "100012513": "https://ror.org/022cmsc90", - "501100013704": "https://ror.org/00aejfc65", - "501100000589": "https://ror.org/01613vh25", - "100014589": "https://ror.org/01613vh25", - "100009013": "https://ror.org/03wrbfs36", - "100008982": "https://ror.org/01svaqq28", - "501100014386": "https://ror.org/031sr2181", - "100012334": "https://ror.org/02a46t946", - "501100001339": "https://ror.org/01qceeg73", - "100007768": "https://ror.org/05qgcra83", - "100007767": "https://ror.org/04a0y3b96", - "100007769": "https://ror.org/016s8vs02", - "100007761": "https://ror.org/00tbs6p91", - "100007762": "https://ror.org/015xey021", - "100007764": "https://ror.org/0440c3437", - "100011762": "https://ror.org/00451sn96", - "501100011318": "https://ror.org/033ztm745", - "100013836": "https://ror.org/04q775h70", - "100010545": "https://ror.org/05997db74", - "501100015044": "https://ror.org/04jnzhb65", - "100011781": "https://ror.org/03e8tm275", - "100013333": "https://ror.org/00bwm5s42", - "100004820": "https://ror.org/02hv6yw42", - "100004825": "https://ror.org/02hv6yw42", - "100007806": "https://ror.org/04py2rh25", - "501100007553": "https://ror.org/047mprv74", - "501100000050": "https://ror.org/047mprv74", - "100003361": "https://ror.org/000ccd270", - "501100004472": "https://ror.org/02jkbm893", - "100016851": "https://ror.org/04p8xrf95", - "501100008740": "https://ror.org/05cynqq24", - "100013173": "https://ror.org/0006s4z66", - "100019597": "https://ror.org/03q60bw50", - "501100006490": "https://ror.org/02c1tfz23", - "100008242": "https://ror.org/03q397159", - "100007763": "https://ror.org/03v61g875", - "501100002806": "https://ror.org/02mp31p96", - "501100003126": "https://ror.org/02w52zt87", - "501100003781": "https://ror.org/058tz9s83", - "501100004734": "https://ror.org/056jjra10", - "100006926": "https://ror.org/00g2xk477", - "100006832": "https://ror.org/00g2xk477", - "100010728": "https://ror.org/025h9kw94", - "501100003247": "https://ror.org/04wvptk03", - "100008071": "https://ror.org/052h6a339", - "501100001623": "https://ror.org/024ymtz97", - "100010288": "https://ror.org/04qk6pt94", - "501100003506": "https://ror.org/05ykb3m36", - "501100005029": "https://ror.org/05ykb3m36", - "100002799": "https://ror.org/04mvr1r74", - "100008173": "https://ror.org/04mvr1r74", - "100008172": "https://ror.org/04mvr1r74", - "100008265": "https://ror.org/02ben6x95", - "100008266": "https://ror.org/02ben6x95", - "501100003838": "https://ror.org/013j2zh96", - "100015231": "https://ror.org/03ccbtk93", - "100005857": "https://ror.org/05q46an69", - "100007808": "https://ror.org/01g9vbr38", - "100008338": "https://ror.org/01g9vbr38", - "100009496": "https://ror.org/01g9vbr38", - "501100007746": "https://ror.org/02ycyys66", - "100010165": "https://ror.org/04wny3163", - "501100008118": "https://ror.org/04y8d6y55", - "100004396": "https://ror.org/00qvqt255", - "100004797": "https://ror.org/00qvqt255", - "100004794": "https://ror.org/00qvqt255", - "501100002123": "https://ror.org/05fyd4h04", - "100007678": "https://ror.org/01z1gye03", - "501100005886": "https://ror.org/00as45r68", - "100009465": "https://ror.org/00as45r68", - "501100020133": "https://ror.org/05rgme147", - "100009051": "https://ror.org/05510vn56", - "501100004667": "https://ror.org/03k79cn98", - "501100000044": "https://ror.org/03k79cn98", - "501100013637": "https://ror.org/01cfpzw88", - "501100013406": "https://ror.org/02cvys591", - "501100013638": "https://ror.org/03wd03705", - "100010428": "https://ror.org/01k5gt570", - "100006959": "https://ror.org/03zmjc935", - "100009823": "https://ror.org/03nmkqc55", - "501100004040": "https://ror.org/05f950310", - "501100004497": "https://ror.org/05f950310", - "501100001800": "https://ror.org/02stey378", - "100001400": "https://ror.org/048bdy921", - "501100003264": "https://ror.org/003sgap07", - "100010502": "https://ror.org/01x8rc503", - "100008520": "https://ror.org/01x8rc503", - "100009768": "https://ror.org/05vfxvp80", - "100008277": "https://ror.org/03hsf0573", - "100008278": "https://ror.org/03hsf0573", - "100006470": "https://ror.org/03hsf0573", - "501100004726": "https://ror.org/05smbmp94", - "501100001770": "https://ror.org/001xkv632", - "501100007723": "https://ror.org/0336mm561", - "100008634": "https://ror.org/01kd65564", - "501100000766": "https://ror.org/02gv4h649", - "501100004031": "https://ror.org/010hz0g26", - "100001388": "https://ror.org/04qvvhf62", - "501100006590": "https://ror.org/017ehfh78", - "501100001871": "https://ror.org/00snfqn58", - "501100004062": "https://ror.org/00snfqn58", - "501100004224": "https://ror.org/02a8bt934", - "100010306": "https://ror.org/00datzr31", - "100010307": "https://ror.org/00datzr31", - "100009767": "https://ror.org/04mghma93", - "501100007482": "https://ror.org/04chzd762", - "501100001553": "https://ror.org/009ev1878", - "100008616": "https://ror.org/01k9xac83", - "100011065": "https://ror.org/0031f9587", - "501100007472": "https://ror.org/03jgmp057", - "501100007420": "https://ror.org/005n36371", - "501100002981": "https://ror.org/03arwv312", - "501100004102": "https://ror.org/01vacm368", - "501100004737": "https://ror.org/02r6fpx29", - "100006352": "https://ror.org/05qdwtz81", - "100009729": "https://ror.org/05qdwtz81", - "100005524": "https://ror.org/03w481t07", - "501100004116": "https://ror.org/027bh9e22", - "501100001717": "https://ror.org/027bh9e22", - "100013870": "https://ror.org/05fx1fs38", - "501100007132": "https://ror.org/013k5y296", - "501100007333": "https://ror.org/018v0zv10", - "501100003844": "https://ror.org/00ht8je70", - "501100004121": "https://ror.org/03acpnr73", - "501100007655": "https://ror.org/03kfmm080", - "501100004051": "https://ror.org/054n63512", - "501100008542": "https://ror.org/031ynym32", - "501100005926": "https://ror.org/013n55y95", - "501100007884": "https://ror.org/0075e2n47", - "501100001699": "https://ror.org/02qb8gh26", - "501100004019": "https://ror.org/019zv8f18", - "501100005782": "https://ror.org/045ysha14", - "501100004330": "https://ror.org/04q4hbm31", - "100009666": "https://ror.org/05th9sq46", - "501100007312": "https://ror.org/05h0rw812", - "100007416": "https://ror.org/04z7xfj55", - "501100004398": "https://ror.org/02y2f3e22", - "501100005935": "https://ror.org/002scw660", - "501100004419": "https://ror.org/05bqfq123", - "100009578": "https://ror.org/052ywng59", - "501100004017": "https://ror.org/027qqek76", - "100009088": "https://ror.org/02d1d3446", - "501100004159": "https://ror.org/01k9wvk47", - "100008731": "https://ror.org/0196vdc40", - "501100004907": "https://ror.org/018nb9n34", - "501100004298": "https://ror.org/05ggzej07", - "501100005308": "https://ror.org/02qqez544", - "501100002770": "https://ror.org/007f5s288", - "100008608": "https://ror.org/01nmpj461", - "501100003050": "https://ror.org/055tm7f07", - "501100003087": "https://ror.org/055tm7f07", - "100010157": "https://ror.org/00105n552", - "501100005928": "https://ror.org/007pxvx88", - "501100003477": "https://ror.org/04r4pq051", - "501100007638": "https://ror.org/04dnmj419", - "501100003168": "https://ror.org/03mv39058", - "501100007656": "https://ror.org/035yy6m30", - "501100001698": "https://ror.org/020ff7c13", - "501100004042": "https://ror.org/04yvd9h56", - "501100004016": "https://ror.org/01z7s7j95", - "501100004974": "https://ror.org/04rwp2162", - "100017160": "https://ror.org/05pn4yv70", - "501100008675": "https://ror.org/03snqfa66", - "501100009772": "https://ror.org/0393v2x22", - "100012159": "https://ror.org/05yb6xa82", - "100009171": "https://ror.org/03j7rgg33", - "100013499": "https://ror.org/001h8tm56", - "100012090": "https://ror.org/01rm6hc52", - "501100016380": "https://ror.org/00td68a17", - "100012052": "https://ror.org/05j5a1a74", - "100012802": "https://ror.org/053r20n13", - "501100015254": "https://ror.org/03awxj939", - "100010448": "https://ror.org/00j5bwe91", - "501100014892": "https://ror.org/01yb3sb52", - "100015747": "https://ror.org/04jtt0w10", - "100011448": "https://ror.org/02vdmpp49", - "100010927": "https://ror.org/00ramkd50", - "501100012465": "https://ror.org/04c8eg608", - "501100020210": "https://ror.org/04t908e09", - "100015876": "https://ror.org/03wf6h922", - "100011751": "https://ror.org/01rgwy395", - "100011879": "https://ror.org/0474bqk45", - "100012833": "https://ror.org/04ww21r56", - "501100012638": "https://ror.org/01b2f6h61", - "501100012405": "https://ror.org/03sxpbt26", - "501100008747": "https://ror.org/04n3z6710", - "501100012314": "https://ror.org/0244rem06", - "501100013778": "https://ror.org/028dyak29", - "100011168": "https://ror.org/04j3rah08", - "100013383": "https://ror.org/03k3c2t50", - "100011779": "https://ror.org/00g1p6865", - "501100008744": "https://ror.org/00ads0y69", - "501100009530": "https://ror.org/02fq2px14", - "501100002903": "https://ror.org/0397knh37", - "501100015752": "https://ror.org/00zqaxa34", - "100010825": "https://ror.org/05w06bw34", - "501100018971": "https://ror.org/00d1evr30", - "501100014898": "https://ror.org/03xqveg17", - "100013875": "https://ror.org/02dy0mv77", - "100011463": "https://ror.org/05vccrs41", - "100015723": "https://ror.org/02eak8n78", - "100011549": "https://ror.org/03vaf0k11", - "100014559": "https://ror.org/00s786094", - "100014220": "https://ror.org/01r4tcq81", - "100014837": "https://ror.org/01pcdsa88", - "100014702": "https://ror.org/05c4vv049", - "501100008852": "https://ror.org/01r45yt97", - "100012768": "https://ror.org/0324fzh77", - "100013868": "https://ror.org/05hpb3c68", - "501100013490": "https://ror.org/05cc1v231", - "501100019165": "https://ror.org/03jf2m686", - "501100018920": "https://ror.org/01hv94n30", - "100012211": "https://ror.org/02nfcgd30", - "100014126": "https://ror.org/03e06qt98", - "501100012415": "https://ror.org/03xy0wx88", - "501100013120": "https://ror.org/01z0wsw92", - "501100011071": "https://ror.org/03nk2rw89", - "100011583": "https://ror.org/04b41fd51", - "100012189": "https://ror.org/019zjtv03", - "501100008805": "https://ror.org/0355d0s55", - "501100013784": "https://ror.org/04je98850", - "100000266": "https://ror.org/02k4pxv54", - "501100018867": "https://ror.org/04j2tkk21", - "100011150": "https://ror.org/006xm7s91", - "100009440": "https://ror.org/01my9vf82", - "501100020198": "https://ror.org/019kfw312", - "100015244": "https://ror.org/018gpkq23", - "501100017543": "https://ror.org/045wzwx52", - "100007917": "https://ror.org/02d2m2044", - "100014424": "https://ror.org/02rqvrp93", - "501100010650": "https://ror.org/007gf6e19", - "100013602": "https://ror.org/03b5nmf59", - "501100012648": "https://ror.org/04j6b9h44", - "100009821": "https://ror.org/05j466218", - "501100020435": "https://ror.org/0152zzg30", - "501100019782": "https://ror.org/05wdbfp45", - "501100009587": "https://ror.org/02d06s578", - "100012228": "https://ror.org/03hygqf77", - "501100017689": "https://ror.org/045kpgw45", - "100011368": "https://ror.org/00f99yp81", - "100012515": "https://ror.org/01cdpdn80", - "100013015": "https://ror.org/02pammg90", - "501100014128": "https://ror.org/04psbxy09", - "501100012173": "https://ror.org/037cjxp13", - "501100014767": "https://ror.org/05amnwk22", - "100017533": "https://ror.org/05hzn5427", - "100015485": "https://ror.org/03wsadn68", - "100017653": "https://ror.org/02ehshm78", - "501100014200": "https://ror.org/02epph894", - "100016213": "https://ror.org/0445phv87", - "100013608": "https://ror.org/05kg8j924", - "100011464": "https://ror.org/05mpwj415", - "501100020220": "https://ror.org/02p0p4q62", - "100011377": "https://ror.org/038a5qa83", - "100011215": "https://ror.org/00sat4n88", - "100011931": "https://ror.org/01qax9t22", - "501100009234": "https://ror.org/04sn2hb78", - "100012300": "https://ror.org/04p7aq350", - "100011089": "https://ror.org/03f0wvt12", - "100014865": "https://ror.org/03jpxze54", - "501100014361": "https://ror.org/01dr2b756", - "100016277": "https://ror.org/04eps4h65", - "100013618": "https://ror.org/05tr89b24", - "100015028": "https://ror.org/05nhxfs81", - "100012682": "https://ror.org/0434sbs50", - "100016261": "https://ror.org/01gbba190", - "501100008676": "https://ror.org/05frpfj73", - "100011798": "https://ror.org/01cw0fy64", - "100011253": "https://ror.org/01zvdsy94", - "501100012391": "https://ror.org/04pvsjf17", - "100013032": "https://ror.org/034xatd74", - "501100012418": "https://ror.org/04861m839", - "100013445": "https://ror.org/005msw364", - "501100009380": "https://ror.org/04h42fc75", - "100014390": "https://ror.org/00eg2e012", - "501100013176": "https://ror.org/05bvxn785", - "100010916": "https://ror.org/04xjhyn16", - "100015543": "https://ror.org/04esx4891", - "501100018649": "https://ror.org/01m1s6313", - "501100009010": "https://ror.org/04eq83d71", - "100012156": "https://ror.org/01bawmj47", - "100014995": "https://ror.org/0510wt644", - "501100015083": "https://ror.org/035adwg89", - "100011445": "https://ror.org/05k4m9b36", - "100014913": "https://ror.org/02428c123", - "100003038": "https://ror.org/02jnm4206", - "501100013772": "https://ror.org/0270y6950", - "100005289": "https://ror.org/00v8p7w89", - "501100008911": "https://ror.org/01nkphj61", - "100010936": "https://ror.org/026bv4494", - "501100010839": "https://ror.org/01wq2p249", - "100012067": "https://ror.org/01d5qpn59", - "501100020213": "https://ror.org/05s0j2r87", - "100006283": "https://ror.org/0275ebj77", - "501100009106": "https://ror.org/01xnrs054", - "501100011606": "https://ror.org/011rrqf91", - "100012904": "https://ror.org/01px84952", - "100012512": "https://ror.org/01dbzsr51", - "100012136": "https://ror.org/03vwc6a47", - "100016003": "https://ror.org/01529vy56", - "501100007885": "https://ror.org/04v0v0306", - "501100013357": "https://ror.org/00q2w1j53", - "100018609": "https://ror.org/04ggd2r74", - "100012365": "https://ror.org/05gt1vc06", - "501100009011": "https://ror.org/041zje040", - "100011022": "https://ror.org/00anb1726", - "100013012": "https://ror.org/05gd1cs26", - "100011775": "https://ror.org/01xesb955", - "100017617": "https://ror.org/02gazz415", - "100014775": "https://ror.org/025j46253", - "100013998": "https://ror.org/04g0aqp14", - "100014691": "https://ror.org/02yas1717", - "100013930": "https://ror.org/00c952d06", - "100009174": "https://ror.org/04dpymk59", - "501100001682": "https://ror.org/014napt72", - "501100015803": "https://ror.org/03gqhbs95", - "100011083": "https://ror.org/00a4fk439", - "501100010222": "https://ror.org/048zqcn09", - "501100016997": "https://ror.org/04tav7h44", - "100013874": "https://ror.org/02s0c9732", - "100011402": "https://ror.org/050p9wj26", - "100012150": "https://ror.org/05fmrjg27", - "100018690": "https://ror.org/052590h17", - "501100009543": "https://ror.org/03etyjw28", - "501100019157": "https://ror.org/0116vew40", - "100018257": "https://ror.org/00wdyp114", - "501100011581": "https://ror.org/01hhf7w52", - "100015025": "https://ror.org/048vs0x15", - "501100015671": "https://ror.org/04sr5ys16", - "100017982": "https://ror.org/0112vdv20", - "100014803": "https://ror.org/056nc1c48", - "501100015655": "https://ror.org/01a5mqy88", - "501100008907": "https://ror.org/025h79t26", - "100012814": "https://ror.org/05aqbwk58", - "100011538": "https://ror.org/04tdavc85", - "100011224": "https://ror.org/00s5a4h94", - "501100012112": "https://ror.org/04asvbz37", - "501100019734": "https://ror.org/04r1cxt79", - "501100015659": "https://ror.org/01tv9ph92", - "501100011997": "https://ror.org/00c7x4a95", - "100013450": "https://ror.org/031gkqq69", - "501100017590": "https://ror.org/018wg9441", - "100013440": "https://ror.org/02kd4pa08", - "100009170": "https://ror.org/00t77bz53", - "100007322": "https://ror.org/0567t7073", - "100001156": "https://ror.org/020fy4d02", - "100011046": "https://ror.org/019y44724", - "100017901": "https://ror.org/02an6vg71", - "100005825": "https://ror.org/05qx3fv49", - "100017555": "https://ror.org/02bftm313", - "501100007871": "https://ror.org/05btws897", - "501100011069": "https://ror.org/02nt7ap43", - "100012392": "https://ror.org/01k71jg45", - "100016319": "https://ror.org/013jy7g98", - "501100008858": "https://ror.org/030xwyx96", - "501100020202": "https://ror.org/01fj5gf64", - "501100011479": "https://ror.org/04t44qh67", - "501100009158": "https://ror.org/059z11218", - "501100014883": "https://ror.org/01d5ymp84", - "501100009154": "https://ror.org/02djn2x77", - "100011056": "https://ror.org/022g31s87", - "100012053": "https://ror.org/02j85cg51", - "100012772": "https://ror.org/02r0ks990", - "100010874": "https://ror.org/00kvw1g26", - "100011428": "https://ror.org/01ce4w121", - "100010921": "https://ror.org/01qf95793", - "100015076": "https://ror.org/053e8a708", - "501100011962": "https://ror.org/00d062t77", - "501100013851": "https://ror.org/01gqdjc98", - "501100015676": "https://ror.org/03781zn34", - "501100015418": "https://ror.org/059m1v232", - "100011551": "https://ror.org/056skxz71", - "100011576": "https://ror.org/0236m0438", - "100013069": "https://ror.org/00p8cpg07", - "501100012533": "https://ror.org/02hcv4z63", - "501100015045": "https://ror.org/026zpz859", - "501100013341": "https://ror.org/0375jbm11", - "100010920": "https://ror.org/00kmxt141", - "100014096": "https://ror.org/02v7v1p25", - "501100016987": "https://ror.org/052d0h423", - "501100020384": "https://ror.org/056ct4b16", - "100011290": "https://ror.org/05pk92k21", - "501100009399": "https://ror.org/04wwqze12", - "501100010779": "https://ror.org/01gv74p78", - "501100014901": "https://ror.org/0212jcf64", - "501100009105": "https://ror.org/00vs1pz50", - "100013963": "https://ror.org/014ja3n03", - "100017465": "https://ror.org/0573mff95", - "100015016": "https://ror.org/05rd0jh74", - "100015175": "https://ror.org/05bg2wc74", - "501100011585": "https://ror.org/05fw97k56", - "100011563": "https://ror.org/03rpes181", - "100012759": "https://ror.org/0436zyg08", - "100013105": "https://ror.org/04ckdkt28", - "100017627": "https://ror.org/053ng1p06", - "100012044": "https://ror.org/02qf2tx24", - "501100009951": "https://ror.org/059d6yn51", - "100013502": "https://ror.org/045vdnf39", - "100011401": "https://ror.org/02r4nmf56", - "100017003": "https://ror.org/00d25af97", - "100013083": "https://ror.org/05tx3bv88", - "501100010081": "https://ror.org/01hxzmb15", - "100010891": "https://ror.org/00r8a6s58", - "501100008882": "https://ror.org/01fc5yc54", - "501100009489": "https://ror.org/01wspv808", - "501100017698": "https://ror.org/00vdyrj80", - "100012172": "https://ror.org/01fy65t21", - "501100020438": "https://ror.org/01xdzh226", - "501100010808": "https://ror.org/04m2j3740", - "100014591": "https://ror.org/00t0q9z88", - "100010928": "https://ror.org/01565p617", - "501100009609": "https://ror.org/00nzavp26", - "100013262": "https://ror.org/04hja5e04", - "100006771": "https://ror.org/02vg22c33", - "501100009061": "https://ror.org/049nwxd40", - "501100013834": "https://ror.org/05erbjx97", - "501100008854": "https://ror.org/05e34ej29", - "501100010313": "https://ror.org/03thsxs59", - "100015877": "https://ror.org/0205jhq31", - "501100012423": "https://ror.org/053d7x641", - "100011786": "https://ror.org/04sf43a98", - "100014303": "https://ror.org/026n4t805", - "100016117": "https://ror.org/0381bab64", - "100011526": "https://ror.org/03exev935", - "100005969": "https://ror.org/00nvc8n52", - "100016022": "https://ror.org/048nctr92", - "100010935": "https://ror.org/05309tf52", - "100012028": "https://ror.org/02x011m46", - "100018713": "https://ror.org/002x6f380", - "501100009952": "https://ror.org/01fk80534", - "100017948": "https://ror.org/01gnzp994", - "501100011812": "https://ror.org/04dpa3g90", - "501100005111": "https://ror.org/03mchdq19", - "100010971": "https://ror.org/03sgr7529", - "501100009420": "https://ror.org/036bxpj43", - "501100008842": "https://ror.org/03fnv7n42", - "501100017663": "https://ror.org/04w1pxt36", - "100009036": "https://ror.org/0265wc016", - "100010031": "https://ror.org/009tnsj43", - "501100009337": "https://ror.org/04zb31v77", - "501100020372": "https://ror.org/05e4zna08", - "501100008985": "https://ror.org/00jt22t02", - "100018270": "https://ror.org/04zke5364", - "501100004873": "https://ror.org/00pj63h42", - "100011614": "https://ror.org/00swwa029", - "100012179": "https://ror.org/0093wey45", - "100004805": "https://ror.org/05eaakg28", - "501100020615": "https://ror.org/05k37ht14", - "501100017687": "https://ror.org/01rkwtz72", - "100014378": "https://ror.org/029ws6035", - "100011790": "https://ror.org/0029f8q94", - "100011016": "https://ror.org/03jhrww64", - "100013480": "https://ror.org/02zsyc904", - "501100012452": "https://ror.org/04w5etv87", - "100018141": "https://ror.org/05v33vv40", - "501100016361": "https://ror.org/0431fz439", - "100011061": "https://ror.org/04hnevr92", - "100012910": "https://ror.org/02e4qbj88", - "100011892": "https://ror.org/02pxpz754", - "100012909": "https://ror.org/011em6227", - "501100005962": "https://ror.org/00t65nv54", - "501100015665": "https://ror.org/038n5s612", - "501100008663": "https://ror.org/03ch14951", - "100017084": "https://ror.org/016ex3g83", - "501100015094": "https://ror.org/02swff503", - "100011425": "https://ror.org/04z746g28", - "100013009": "https://ror.org/05f8qcz72", - "100011607": "https://ror.org/01bn0n770", - "501100012389": "https://ror.org/016bgq349", - "100012298": "https://ror.org/0101kry21", - "501100017152": "https://ror.org/040gec961", - "501100009407": "https://ror.org/03net5943", - "100017930": "https://ror.org/020prvv72", - "100012655": "https://ror.org/056ef9489", - "501100008974": "https://ror.org/05jme6y84", - "501100008838": "https://ror.org/04166ws88", - "100017805": "https://ror.org/036v9ey29", - "100014997": "https://ror.org/00vp58v14", - "100012258": "https://ror.org/00rfash91", - "100010974": "https://ror.org/05wxfpw56", - "501100007743": "https://ror.org/02y984316", - "501100009697": "https://ror.org/04a1r5z94", - "100016250": "https://ror.org/03dkvy735", - "100016208": "https://ror.org/01173vs27", - "100018332": "https://ror.org/055avk103", - "501100009075": "https://ror.org/01g9hkj35", - "100004800": "https://ror.org/021h56y19", - "501100013930": "https://ror.org/03zj2rn70", - "501100018728": "https://ror.org/051qn8h41", - "100011374": "https://ror.org/003v97827", - "100018966": "https://ror.org/006bmx089", - "100005982": "https://ror.org/02fm3sv87", - "501100009096": "https://ror.org/02wz95e76", - "100005370": "https://ror.org/00wq1a296", - "501100019212": "https://ror.org/05tngxm14", - "501100012404": "https://ror.org/02njz9p87", - "100014912": "https://ror.org/00gdzqq03", - "100015631": "https://ror.org/02b9aym09", - "501100000412": "https://ror.org/04r95dm95", - "100010883": "https://ror.org/02han2n82", - "100010785": "https://ror.org/04ee58018", - "501100008741": "https://ror.org/03f7j3221", - "100015273": "https://ror.org/01h900f45", - "100011721": "https://ror.org/02y30tw62", - "100013668": "https://ror.org/00f8adc72", - "100012693": "https://ror.org/04g9wch13", - "501100008834": "https://ror.org/008cac740", - "100017415": "https://ror.org/02z1vqm45", - "100019027": "https://ror.org/044rgx723", - "501100016345": "https://ror.org/03ekhbz91", - "100011081": "https://ror.org/00314zp94", - "100011167": "https://ror.org/04mrh0826", - "501100020724": "https://ror.org/00jgcnx83", - "100016116": "https://ror.org/04vd28p53", - "100011743": "https://ror.org/01y6jsg53", - "501100010851": "https://ror.org/02m9vrb24", - "100013703": "https://ror.org/05retmr68", - "100010917": "https://ror.org/00fpz4c36", - "100012864": "https://ror.org/03kgp0q12", - "100011395": "https://ror.org/00xyb8f56", - "100011057": "https://ror.org/021hkf372", - "100018894": "https://ror.org/02mkv8r24", - "100014479": "https://ror.org/04wcf8366", - "100015584": "https://ror.org/00we5dk78", - "100015346": "https://ror.org/04qg9vz18", - "100009403": "https://ror.org/05xsxgs79", - "100011325": "https://ror.org/01m0qe785", - "100013611": "https://ror.org/011nkrc70", - "501100010079": "https://ror.org/04rx35w12", - "100014593": "https://ror.org/05d84mm26", - "100014723": "https://ror.org/03rj92e31", - "100015368": "https://ror.org/04zet5t12", - "100012829": "https://ror.org/01gb3y148", - "100016786": "https://ror.org/036wrr275", - "100013669": "https://ror.org/00t8bew53", - "501100012636": "https://ror.org/01xe5fb92", - "100018432": "https://ror.org/00q7fqf35", - "100013764": "https://ror.org/00d6bdx78", - "501100005302": "https://ror.org/017nq0d63", - "501100014867": "https://ror.org/03ek23472", - "501100010425": "https://ror.org/007h4qe29", - "501100020575": "https://ror.org/01tdzxm38", - "501100016971": "https://ror.org/010pmpe69", - "100012086": "https://ror.org/00dw1q752", - "501100009018": "https://ror.org/00zp3kj13", - "100011766": "https://ror.org/03tghng59", - "501100015243": "https://ror.org/02hhwwz98", - "100011387": "https://ror.org/05jqb8z52", - "100013817": "https://ror.org/014nzt826", - "100014923": "https://ror.org/052ysct21", - "501100011612": "https://ror.org/036tvvp06", - "100016221": "https://ror.org/049v69k10", - "100011719": "https://ror.org/02gsmy581", - "501100010322": "https://ror.org/05gb9dv72", - "501100008791": "https://ror.org/02drkkh02", - "100012913": "https://ror.org/01b9n8m42", - "100011371": "https://ror.org/02ef40e75", - "501100010696": "https://ror.org/01pw5qp76", - "100012074": "https://ror.org/05yadcm11", - "100014155": "https://ror.org/01mp52y34", - "501100010690": "https://ror.org/03q75vf28", - "100014967": "https://ror.org/022ght635", - "501100017545": "https://ror.org/03wwr4r78", - "100011151": "https://ror.org/02858hr49", - "100018471": "https://ror.org/00c0zxf82", - "100014694": "https://ror.org/04svesj94", - "501100011915": "https://ror.org/0498pcx51", - "100011438": "https://ror.org/02afb0t44", - "501100011231": "https://ror.org/04zgj7914", - "100011246": "https://ror.org/01zewfb16", - "100016441": "https://ror.org/018y70h07", - "100010894": "https://ror.org/04cbsc827", - "100012534": "https://ror.org/04r7rxc53", - "100010409": "https://ror.org/00jfgrn87", - "501100008641": "https://ror.org/059ryjv25", - "100015088": "https://ror.org/0397b2492", - "501100016299": "https://ror.org/00xddhq60", - "501100009930": "https://ror.org/04n4q2213", - "100011809": "https://ror.org/0137n4m74", - "100012031": "https://ror.org/023kjn321", - "501100011925": "https://ror.org/028sbah75", - "501100012632": "https://ror.org/052bx8q98", - "501100019287": "https://ror.org/00b31g692", - "501100020039": "https://ror.org/0119q5s74", - "501100012634": "https://ror.org/016xje988", - "501100011824": "https://ror.org/03wa91e11", - "100014709": "https://ror.org/00ntzjs22", - "501100012141": "https://ror.org/00v5gqm66", - "501100010626": "https://ror.org/012tqgb57", - "501100020446": "https://ror.org/0391zw446", - "501100014764": "https://ror.org/03hy6ga56", - "501100016403": "https://ror.org/05tjeyz47", - "100009226": "https://ror.org/0047bvr32", - "100015130": "https://ror.org/02620c122", - "100015523": "https://ror.org/05gpkvs36", - "501100008677": "https://ror.org/05pny7s12", - "501100010730": "https://ror.org/0574eex11", - "100011426": "https://ror.org/03tte2338", - "501100008690": "https://ror.org/05k0zzt52", - "100010133": "https://ror.org/03pkp5n34", - "100018549": "https://ror.org/048gmay44", - "100012940": "https://ror.org/00pjgxh97", - "100015272": "https://ror.org/0393rf026", - "501100013776": "https://ror.org/05836pk12", - "100012128": "https://ror.org/04ez6qq41", - "501100008972": "https://ror.org/05vjq0r17", - "501100001714": "https://ror.org/026gatw61", - "501100015758": "https://ror.org/02ccba128", - "100005985": "https://ror.org/05qx9yv62", - "100016635": "https://ror.org/02n455404", - "100015384": "https://ror.org/04jwepe89", - "501100009402": "https://ror.org/04bpyvy69", - "100011508": "https://ror.org/058nbms57", - "100011049": "https://ror.org/032q98j12", - "501100014157": "https://ror.org/012sfmg27", - "100012062": "https://ror.org/05755j256", - "100016668": "https://ror.org/002y4pe44", - "501100012098": "https://ror.org/00vs06289", - "501100017632": "https://ror.org/02bv3zr67", - "100016217": "https://ror.org/012xdha97", - "501100008959": "https://ror.org/01dzed356", - "501100020452": "https://ror.org/04r72en83", - "100013229": "https://ror.org/04j2yny21", - "501100010719": "https://ror.org/04eq9g543", - "501100010485": "https://ror.org/04bcrs686", - "501100007761": "https://ror.org/043fs9135", - "501100020784": "https://ror.org/01tjgw469", - "100013246": "https://ror.org/03y54e085", - "501100008765": "https://ror.org/04c6sc363", - "100009173": "https://ror.org/045k2ma45", - "100018219": "https://ror.org/00f2kew86", - "100011467": "https://ror.org/01963ay88", - "100018806": "https://ror.org/02vk0sm33", - "100011618": "https://ror.org/04ptv2b23", - "100012129": "https://ror.org/03r1hk592", - "501100011012": "https://ror.org/02q4z9x50", - "100012400": "https://ror.org/01c82hv29", - "100011446": "https://ror.org/0415tqb32", - "501100019072": "https://ror.org/05rs3pv16", - "501100017497": "https://ror.org/03hre7f61", - "100017932": "https://ror.org/05167c961", - "100012991": "https://ror.org/05skgxb48", - "501100007775": "https://ror.org/0058wy590", - "100014979": "https://ror.org/05vtdph75", - "501100012283": "https://ror.org/04gy6pv35", - "501100009168": "https://ror.org/00863x694", - "501100013635": "https://ror.org/02f1mqt91", - "100005823": "https://ror.org/02an13226", - "100010987": "https://ror.org/04h7e4549", - "501100013347": "https://ror.org/0222qrf24", - "501100015996": "https://ror.org/03rq9c547", - "100010930": "https://ror.org/002nf6z37", - "100013595": "https://ror.org/05s0pme69", - "100018308": "https://ror.org/049zppa02", - "100013080": "https://ror.org/05eynd241", - "100014387": "https://ror.org/030bhbq32", - "100012151": "https://ror.org/02fha3693", - "100018323": "https://ror.org/017mv9d49", - "501100013950": "https://ror.org/05e1f3f77", - "100013769": "https://ror.org/02jpqrb52", - "501100009021": "https://ror.org/038avdt50", - "501100014726": "https://ror.org/01jhpwy79", - "501100012142": "https://ror.org/04qjh2h11", - "100018104": "https://ror.org/05nry7t92", - "501100009452": "https://ror.org/01dwyxv59", - "100000142": "https://ror.org/02eqe7f55", - "501100007487": "https://ror.org/04q0r6m34", - "100016147": "https://ror.org/02x66tk73", - "100011504": "https://ror.org/00hgwte81", - "100016315": "https://ror.org/01cpwsn91", - "100018958": "https://ror.org/00rcqs978", - "501100008828": "https://ror.org/030jxf285", - "100018445": "https://ror.org/01s1hm369", - "100014713": "https://ror.org/038bsm707", - "501100008906": "https://ror.org/030kw0b65", - "100012554": "https://ror.org/05yaa9j15", - "100011475": "https://ror.org/04fp9z389", - "100012688": "https://ror.org/005vg3k81", - "100017248": "https://ror.org/027z64205", - "100011028": "https://ror.org/00t10qd56", - "501100013070": "https://ror.org/016yezh07", - "100015072": "https://ror.org/04zqj3g76", - "501100011058": "https://ror.org/04z82ry91", - "100012224": "https://ror.org/035sqd961", - "501100010049": "https://ror.org/02y707x62", - "501100009368": "https://ror.org/04kq7tf63", - "100013483": "https://ror.org/03awsb125", - "501100015407": "https://ror.org/020rkr389", - "501100014742": "https://ror.org/04r2bgz73", - "100016747": "https://ror.org/04bk7v425", - "100011578": "https://ror.org/03fb3j069", - "501100016256": "https://ror.org/05jg5ty85", - "501100013056": "https://ror.org/05x510r30", - "100015533": "https://ror.org/05x3jck08", - "100014906": "https://ror.org/00mebz780", - "100013322": "https://ror.org/00g1x4v36", - "501100008721": "https://ror.org/042fqyp44", - "100005675": "https://ror.org/02vh3sc45", - "501100009437": "https://ror.org/04nd58p63", - "100014875": "https://ror.org/01qkvxz61", - "100018443": "https://ror.org/02dvjfw95", - "100011452": "https://ror.org/03ahq3x51", - "501100009497": "https://ror.org/032ztsj35", - "501100019864": "https://ror.org/03vfp4g33", - "100016484": "https://ror.org/033dbfk07", - "100013833": "https://ror.org/00b93bs30", - "100011211": "https://ror.org/00cgxnn80", - "100011887": "https://ror.org/03d63qr59", - "100011251": "https://ror.org/01pnybk10", - "501100016268": "https://ror.org/02wp9c512", - "100011346": "https://ror.org/00hv6g197", - "100009175": "https://ror.org/05ycxzd89", - "100011450": "https://ror.org/01fnrgf58", - "100018157": "https://ror.org/019dkd780", - "100011540": "https://ror.org/03kyznd40", - "100011400": "https://ror.org/03vfpjp29", - "100011439": "https://ror.org/030f73571", - "100015627": "https://ror.org/010g9bb70", - "100008035": "https://ror.org/04kj1hn59", - "100013530": "https://ror.org/05hewn428", - "100016761": "https://ror.org/04b8x5a95", - "501100009414": "https://ror.org/01xcjmy57", - "501100011652": "https://ror.org/01vztzd79", - "100013616": "https://ror.org/025mg0739", - "100016253": "https://ror.org/04h82wq77", - "100013021": "https://ror.org/001tw8739", - "100017594": "https://ror.org/04qrtgy16", - "100011694": "https://ror.org/01x9fwa61", - "100015097": "https://ror.org/03gffmq02", - "501100008749": "https://ror.org/02qbc3192", - "100015524": "https://ror.org/02yqt2385", - "501100008655": "https://ror.org/01t80ed43", - "100009166": "https://ror.org/050m26017", - "100016562": "https://ror.org/0051w2v06", - "100013828": "https://ror.org/04zd7zv52", - "501100021216": "https://ror.org/03cjece29", - "100011973": "https://ror.org/00jx2dc23", - "100017120": "https://ror.org/004vanv95", - "501100010353": "https://ror.org/01ftj9h26", - "501100018823": "https://ror.org/01mqx8q10", - "100017662": "https://ror.org/03kcjz738", - "100009723": "https://ror.org/034mtvk83", - "501100009472": "https://ror.org/005pdtr14", - "100018105": "https://ror.org/01b52zk20", - "501100005879": "https://ror.org/03gf8rp76", - "501100020752": "https://ror.org/02qxkhm81", - "100010748": "https://ror.org/02k1cnv49", - "501100019906": "https://ror.org/005kw6t15", - "501100010753": "https://ror.org/00znvbk37", - "100010923": "https://ror.org/01d2sez20", - "501100008837": "https://ror.org/03fjc3817", - "501100019416": "https://ror.org/056vyez31", - "501100020913": "https://ror.org/04e27p903", - "100012152": "https://ror.org/05e9eyh13", - "100011330": "https://ror.org/05y3qh794", - "501100017007": "https://ror.org/04c5ams53", - "100010931": "https://ror.org/051f75a52", - "501100010837": "https://ror.org/00dre6z66", - "100015814": "https://ror.org/01ca2by25", - "100017028": "https://ror.org/00nqb1v70", - "100015078": "https://ror.org/05hr6q169", - "100012399": "https://ror.org/029y69023", - "100014100": "https://ror.org/01fyqq855", - "100015501": "https://ror.org/02t378715", - "501100008796": "https://ror.org/053yx4c68", - "100012220": "https://ror.org/03yhpeg97", - "501100006430": "https://ror.org/055bexb09", - "100011444": "https://ror.org/0596zec96", - "100018565": "https://ror.org/056ajev02", - "100017523": "https://ror.org/03r7vnf29", - "501100007056": "https://ror.org/01neh8064", - "501100014835": "https://ror.org/0506y2b23", - "100011210": "https://ror.org/00y6v8h24", - "100012281": "https://ror.org/01jbfvb72", - "100012765": "https://ror.org/01q928n88", - "100012472": "https://ror.org/0135c5n64", - "501100010718": "https://ror.org/05xe40a72", - "100012024": "https://ror.org/04zrbnc33", - "501100008883": "https://ror.org/04wn7wc95", - "100017520": "https://ror.org/01c4jmp52", - "100014381": "https://ror.org/013b36x77", - "100012001": "https://ror.org/03zpd7f57", - "501100010845": "https://ror.org/03qdcb993", - "100011559": "https://ror.org/007q4yk54", - "100013108": "https://ror.org/03ep9w883", - "100010834": "https://ror.org/05xh28b78", - "100011718": "https://ror.org/02j172648", - "100012092": "https://ror.org/02z296148", - "501100015765": "https://ror.org/05ghzpa93", - "100015002": "https://ror.org/0192stn37", - "100013795": "https://ror.org/00msd7q84", - "100014836": "https://ror.org/0517jgz17", - "100011808": "https://ror.org/05hz4ph43", - "100016474": "https://ror.org/01rgp0j22", - "501100008524": "https://ror.org/0569s5x60", - "100017292": "https://ror.org/024kejf30", - "501100009975": "https://ror.org/0442pkv24", - "100011288": "https://ror.org/01xgs3376", - "100017186": "https://ror.org/01apna436", - "100010872": "https://ror.org/01n0k5m85", - "501100008855": "https://ror.org/05x21tp94", - "100011895": "https://ror.org/04qca4971", - "100018250": "https://ror.org/042r9ys73", - "100016202": "https://ror.org/005x9g035", - "100013500": "https://ror.org/02k1fef77", - "501100021201": "https://ror.org/050ngae93", - "100012401": "https://ror.org/00refd139", - "100017691": "https://ror.org/01xnhsa91", - "501100009475": "https://ror.org/0466jcd14", - "100016376": "https://ror.org/002trms45", - "501100010618": "https://ror.org/03qb7bg95", - "100014728": "https://ror.org/00bnq0b88", - "501100017019": "https://ror.org/005rvws84", - "501100019952": "https://ror.org/04qg81z57", - "100017485": "https://ror.org/021jt1927", - "501100011476": "https://ror.org/02jn36537", - "100014122": "https://ror.org/059d3zc80", - "100017481": "https://ror.org/04ajrmg05", - "100011180": "https://ror.org/038x7ta12", - "501100017234": "https://ror.org/01mqyyq64", - "501100009438": "https://ror.org/0254bmq54", - "100011447": "https://ror.org/00nzx7971", - "100011430": "https://ror.org/0514zf363", - "501100009459": "https://ror.org/00edrn755", - "100013596": "https://ror.org/04yr6h117", - "100008650": "https://ror.org/04ztzhc98", - "501100009501": "https://ror.org/03v00ka07", - "501100008768": "https://ror.org/02z1n9q24", - "100014985": "https://ror.org/032cjs650", - "100011528": "https://ror.org/010p1tc53", - "100005712": "https://ror.org/024z17f57", - "100011545": "https://ror.org/0219p8s51", - "100011465": "https://ror.org/01p18bt48", - "100011306": "https://ror.org/00edmjc06", - "100011557": "https://ror.org/04vc9z215", - "100011925": "https://ror.org/04tvshh35", - "501100011778": "https://ror.org/02xm06c56", - "100014034": "https://ror.org/04se3fj97", - "100009176": "https://ror.org/05222ev03", - "501100010051": "https://ror.org/00ev3nz67", - "501100010237": "https://ror.org/017z2hs09", - "100018917": "https://ror.org/03hqwnx39", - "501100010120": "https://ror.org/05201qm87", - "100015329": "https://ror.org/001ms2r47", - "501100015387": "https://ror.org/05w13qg40", - "100011429": "https://ror.org/01dc2fq43", - "100011510": "https://ror.org/03vhnve41", - "501100010574": "https://ror.org/025397a59", - "501100014899": "https://ror.org/00mm1qk40", - "100010988": "https://ror.org/03w093j43", - "100013495": "https://ror.org/04wkcqd42", - "100010841": "https://ror.org/01f9cfx50", - "100012097": "https://ror.org/04fcngg73", - "100017522": "https://ror.org/00qk2nf71", - "100012970": "https://ror.org/046qgfw50", - "501100009017": "https://ror.org/01848hk04", - "100010919": "https://ror.org/005nbjh06", - "100005826": "https://ror.org/01xx4fy37", - "100017116": "https://ror.org/00x0t3508", - "100017016": "https://ror.org/01nh3sx96", - "100018353": "https://ror.org/05beaae04", - "100017990": "https://ror.org/00ndt8971", - "100013375": "https://ror.org/05n116e91", - "100017181": "https://ror.org/04ncvnx26", - "100011772": "https://ror.org/01755xe07", - "100017614": "https://ror.org/02x59h163", - "100014519": "https://ror.org/05dfnp137", - "501100012394": "https://ror.org/0430zw506", - "501100009474": "https://ror.org/031xx1847", - "100017402": "https://ror.org/03hgxtg28", - "100010899": "https://ror.org/03pekdw43", - "100017764": "https://ror.org/01rwx7470", - "501100008643": "https://ror.org/05wgnjg63", - "501100009393": "https://ror.org/00088z429", - "100016476": "https://ror.org/01ckjz551", - "100007119": "https://ror.org/029ypb052", - "100001432": "https://ror.org/03qmgc142", - "501100013382": "https://ror.org/02r3nf527", - "501100018786": "https://ror.org/04a5b0p13", - "501100008763": "https://ror.org/0578f1k82", - "501100011932": "https://ror.org/03yg3v757", - "501100002207": "https://ror.org/00w9hey63", - "501100006134": "https://ror.org/02k96x766", - "100009733": "https://ror.org/04qw19h46", - "100012529": "https://ror.org/00g2fk805", - "100012385": "https://ror.org/02fz54z33", - "100006287": "https://ror.org/01mg0yh05", - "100010913": "https://ror.org/029vdxt27", - "501100014359": "https://ror.org/05tkzma19", - "501100008730": "https://ror.org/04xq9nz88", - "100009770": "https://ror.org/00shsf120", - "100013591": "https://ror.org/0462z9c20", - "100012974": "https://ror.org/052y05165", - "501100009190": "https://ror.org/057zvdf83", - "501100014830": "https://ror.org/03n2mgj60", - "501100012531": "https://ror.org/007ygk571", - "100013563": "https://ror.org/05xvyz406", - "100011720": "https://ror.org/00vez3k45", - "501100008771": "https://ror.org/04sbe6g90", - "501100015019": "https://ror.org/03n3v6d52", - "501100009385": "https://ror.org/048vche49", - "100016405": "https://ror.org/03zjxnp55", - "100011702": "https://ror.org/028gccq90", - "100011816": "https://ror.org/02vaajx27", - "100016882": "https://ror.org/05s6r7486", - "501100020757": "https://ror.org/02bwytq13", - "100012915": "https://ror.org/056ksgr44", - "100014930": "https://ror.org/04rzwwg09", - "501100009367": "https://ror.org/01k8vtd75", - "100012009": "https://ror.org/03az66838", - "100010976": "https://ror.org/049x8e923", - "501100012553": "https://ror.org/02gp4e279", - "501100008956": "https://ror.org/05f3e6d47", - "100018624": "https://ror.org/043pgqy52", - "501100016194": "https://ror.org/0312whv68", - "100000047": "https://ror.org/012j67x85", - "100013185": "https://ror.org/04atsbb87", - "501100017512": "https://ror.org/021tq1e57", - "501100000098": "https://ror.org/03se16w85", - "501100014720": "https://ror.org/02jya5567", - "100014893": "https://ror.org/056zhna95", - "100013065": "https://ror.org/00nst6k08", - "100013831": "https://ror.org/050sv4x28", - "501100012637": "https://ror.org/03mjcd737", - "501100020267": "https://ror.org/023e0em87", - "100018587": "https://ror.org/04q9qf557", - "100015453": "https://ror.org/03rfy1x10", - "100016194": "https://ror.org/01y5va805", - "100014832": "https://ror.org/00vq6eh39", - "100014605": "https://ror.org/03t9rxt77", - "501100018706": "https://ror.org/02wncmm17", - "501100010034": "https://ror.org/04b69g067", - "100011460": "https://ror.org/038b0hg50", - "100013125": "https://ror.org/05vx2e607", - "100011561": "https://ror.org/04e6ngf61", - "501100013079": "https://ror.org/02bc8tz70", - "100015200": "https://ror.org/055xn9d15", - "100011382": "https://ror.org/00sbfzz78", - "501100008338": "https://ror.org/02ggaqt78", - "501100001798": "https://ror.org/05jhnwe22", - "501100019394": "https://ror.org/0149pv473", - "100005788": "https://ror.org/05c6y9623", - "100019023": "https://ror.org/014nmm080", - "501100007330": "https://ror.org/00b0p4j69", - "501100011730": "https://ror.org/00x0z1472", - "100019804": "https://ror.org/002s65j03", - "100019441": "https://ror.org/0232eqz57", - "501100021823": "https://ror.org/026gmbh11", - "100015156": "https://ror.org/05gd76j39", - "501100015365": "https://ror.org/0078bd381", - "501100014396": "https://ror.org/032yym934", - "501100011102": "https://ror.org/05fb2ej88", - "100019134": "https://ror.org/010n0x685", - "100019436": "https://ror.org/02fsejp38", - "100016504": "https://ror.org/04vrd1088", - "100016939": "https://ror.org/05rpz9q70", - "501100022018": "https://ror.org/05sj5k538", - "100017852": "https://ror.org/035b6vx73", - "100015856": "https://ror.org/04r6hkw08", - "100015958": "https://ror.org/05pcv4v03", - "100014928": "https://ror.org/05dagmh42", - "501100018757": "https://ror.org/05ykg3d23", - "501100013821": "https://ror.org/0091hm651", - "501100009707": "https://ror.org/0221sax75", - "501100022349": "https://ror.org/05x7v6y85", - "501100012696": "https://ror.org/013314927", - "501100011745": "https://ror.org/009kqch10", - "100015678": "https://ror.org/04jb3cn49", - "100017885": "https://ror.org/030x5z418", - "501100020223": "https://ror.org/05np4h792", - "100005632": "https://ror.org/03pfqk412", - "100005616": "https://ror.org/03pfqk412", - "100015531": "https://ror.org/02pkn1m92", - "100016822": "https://ror.org/04p1xtv71", - "501100021199": "https://ror.org/00nhc9061", - "100018096": "https://ror.org/04x187e69", - "100012389": "https://ror.org/02319f413", - "100019383": "https://ror.org/02w6dqa48", - "100016113": "https://ror.org/045x2ah69", - "100016132": "https://ror.org/00jv65847", - "100016936": "https://ror.org/03abe5304", - "501100018878": "https://ror.org/05g9af661", - "501100013125": "https://ror.org/02twwap54", - "501100011035": "https://ror.org/0519vt613", - "501100018972": "https://ror.org/01v5k4d73", - "100015907": "https://ror.org/01ada5854", - "501100012217": "https://ror.org/04fe7hy80", - "501100014654": "https://ror.org/05wrggx03", - "100015361": "https://ror.org/05jyz3382", - "501100020480": "https://ror.org/044tc0x05", - "100012739": "https://ror.org/03ynh3q24", - "501100021743": "https://ror.org/014fhvx65", - "501100022317": "https://ror.org/01pvx8v81", - "501100022344": "https://ror.org/00fm1n282", - "501100020322": "https://ror.org/01v10fv91", - "501100021848": "https://ror.org/05a70k539", - "100015995": "https://ror.org/030mwrt98", - "501100008857": "https://ror.org/04jabhf80", - "100015850": "https://ror.org/04q0njq38", - "501100018687": "https://ror.org/01f3bhg26", - "100017074": "https://ror.org/03se72f21", - "100019425": "https://ror.org/05nj7my03", - "100019820": "https://ror.org/01dra3713", - "100017158": "https://ror.org/01ge67z96", - "100018504": "https://ror.org/03creg496", - "501100010977": "https://ror.org/03r4rz990", - "100016282": "https://ror.org/02bgfrc80", - "501100020042": "https://ror.org/02arnxw97", - "501100022086": "https://ror.org/02ac08586", - "100018444": "https://ror.org/05ghhgs79", - "100017981": "https://ror.org/00gfstq19", - "100005308": "https://ror.org/02e8r8872", - "501100020593": "https://ror.org/037mj4292", - "100013394": "https://ror.org/009df1343", - "100018046": "https://ror.org/05cbf4214", - "100017233": "https://ror.org/001641630", - "100012754": "https://ror.org/00kyj9h67", - "501100009416": "https://ror.org/00t2n8418", - "100014222": "https://ror.org/00e2fg256", - "100016299": "https://ror.org/05c4cm338", - "100014487": "https://ror.org/04ps4d441", - "501100016369": "https://ror.org/018qbmv38", - "501100019899": "https://ror.org/04wvvj212", - "501100021715": "https://ror.org/00j15sg62", - "100012987": "https://ror.org/04eg5s337", - "501100016269": "https://ror.org/03cnmz153", - "100018366": "https://ror.org/00fn3pa80", - "501100008221": "https://ror.org/03n6et148", - "501100016190": "https://ror.org/02syc1z20", - "501100020301": "https://ror.org/05bkpyp72", - "100014388": "https://ror.org/04ejpw604", - "100015860": "https://ror.org/044wv3489", - "100016875": "https://ror.org/02jsvy381", - "501100010999": "https://ror.org/03qf09715", - "100016508": "https://ror.org/04vaq9436", - "501100022480": "https://ror.org/00seaxa44", - "100015993": "https://ror.org/009z2z347", - "501100017252": "https://ror.org/03d9mz263", - "501100015735": "https://ror.org/05gkzhv48", - "100016138": "https://ror.org/05qx7aj05", - "100019357": "https://ror.org/03ec8vy26", - "501100020550": "https://ror.org/01jj57g95", - "100014584": "https://ror.org/05mmnft02", - "100019348": "https://ror.org/011bqgx84", - "501100014337": "https://ror.org/02h1wg091", - "501100000856": "https://ror.org/02kcqb193", - "100018055": "https://ror.org/01n2t3x97", - "501100019859": "https://ror.org/03jp1kx71", - "100019576": "https://ror.org/03e1sv842", - "100013920": "https://ror.org/00xqzp862", - "100019443": "https://ror.org/028p2b938", - "100003558": "https://ror.org/03v8jek13", - "100014121": "https://ror.org/01rb7bk56", - "501100014178": "https://ror.org/01a7r5j51", - "501100014436": "https://ror.org/00dxzfw25", - "100019207": "https://ror.org/05hhz4s12", - "501100020651": "https://ror.org/04afshy24", - "501100009236": "https://ror.org/01thwj886", - "501100019123": "https://ror.org/048jsd987", - "100017763": "https://ror.org/01pgswx52", - "501100010991": "https://ror.org/03v8svs38", - "100012716": "https://ror.org/02k4xm641", - "100016044": "https://ror.org/04cnscd67", - "100005203": "https://ror.org/02szjhr12", - "501100013394": "https://ror.org/01qjckx08", - "100015234": "https://ror.org/0187pm092", - "501100015074": "https://ror.org/01bjc6c68", - "501100013228": "https://ror.org/04xx5hr10", - "501100010610": "https://ror.org/05q84se63", - "100012988": "https://ror.org/03yb2hp88", - "501100020767": "https://ror.org/04srd9d93", - "501100020351": "https://ror.org/00axqt112", - "501100012023": "https://ror.org/01fm2fv39", - "100013008": "https://ror.org/03gc39678", - "501100020406": "https://ror.org/05sh9vm75", - "501100016385": "https://ror.org/04xnyj354", - "501100001849": "https://ror.org/05k37v296", - "100015161": "https://ror.org/02akb0w60", - "100007353": "https://ror.org/03js3tm40", - "501100001673": "https://ror.org/03js3tm40", - "100018771": "https://ror.org/02t11pf93", - "501100001745": "https://ror.org/05mny9804", - "100012896": "https://ror.org/0518yg160", - "100015525": "https://ror.org/04xxyrq44", - "501100012276": "https://ror.org/02kejw255", - "100014099": "https://ror.org/03z39qd89", - "501100010468": "https://ror.org/00gpqj976", - "100013339": "https://ror.org/00ch3t340", - "100019505": "https://ror.org/013mz8190", - "501100013650": "https://ror.org/00ew7rg06", - "501100013514": "https://ror.org/017fdbp82", - "501100011876": "https://ror.org/04kjcjc51", - "100018952": "https://ror.org/036agwg70", - "501100013896": "https://ror.org/007qqm030", - "100013010": "https://ror.org/00r8w8f84", - "100014101": "https://ror.org/01bhs6g30", - "501100009481": "https://ror.org/000628g58", - "501100008902": "https://ror.org/05p72vt26", - "501100016180": "https://ror.org/04m5f1j71", - "501100013958": "https://ror.org/02fafrk51", - "501100008996": "https://ror.org/003pzts41", - "501100022282": "https://ror.org/01h2taq97", - "501100021789": "https://ror.org/05ww4z228", - "501100016975": "https://ror.org/03rnptb60", - "100017699": "https://ror.org/01cjch873", - "501100018869": "https://ror.org/023yqa482", - "501100014425": "https://ror.org/01y3dkx74", - "100007819": "https://ror.org/00wthd003", - "100013867": "https://ror.org/05ebz1978", - "501100009987": "https://ror.org/05b4m7j60", - "501100016187": "https://ror.org/02s971a50", - "501100002737": "https://ror.org/025079t78", - "501100009887": "https://ror.org/025079t78", - "100015643": "https://ror.org/01hpz8r71", - "100016721": "https://ror.org/01gk55t56", - "100019627": "https://ror.org/047ctny49", - "501100019921": "https://ror.org/055f9sm34", - "100015190": "https://ror.org/027zt9171", - "100005356": "https://ror.org/03xe4tt38", - "100017577": "https://ror.org/017bk0e71", - "100017049": "https://ror.org/02g2syx91", - "100018570": "https://ror.org/02h0ps145", - "501100018918": "https://ror.org/006hzme35", - "501100014562": "https://ror.org/003eaqr04", - "501100009544": "https://ror.org/04sqpjb51", - "501100021693": "https://ror.org/009pzqe60", - "501100018937": "https://ror.org/01gp83d60", - "100018036": "https://ror.org/05wyn3p10", - "501100015618": "https://ror.org/00yqvtm78", - "501100019574": "https://ror.org/008s67533", - "100002290": "https://ror.org/043wqnn43", - "501100018906": "https://ror.org/00zbcgj92", - "501100009773": "https://ror.org/03125jv12", - "501100015709": "https://ror.org/0437ej039", - "501100013633": "https://ror.org/01zsnaa93", - "501100015269": "https://ror.org/007ekx298", - "100017467": "https://ror.org/02jfsdq79", - "501100013636": "https://ror.org/00ewnj302", - "501100019931": "https://ror.org/00zwdnt53", - "100013715": "https://ror.org/05egrn753", - "100014491": "https://ror.org/03hm8w204", - "501100013268": "https://ror.org/01eaav933", - "501100018688": "https://ror.org/008kt5750", - "501100020078": "https://ror.org/00mtny680", - "100015851": "https://ror.org/04jskgv42", - "501100022426": "https://ror.org/05n00ke18", - "100017061": "https://ror.org/02jfw4p72", - "100016135": "https://ror.org/05ydjnb78", - "501100021819": "https://ror.org/04efg9a07", - "501100010321": "https://ror.org/00x6ysg61", - "100017977": "https://ror.org/01cjnnp32", - "501100011641": "https://ror.org/059tsb338", - "501100015664": "https://ror.org/03cpzkh11", - "100018754": "https://ror.org/03k6fqn53", - "100016998": "https://ror.org/05g9srn20", - "100005791": "https://ror.org/05t7fg049", - "100018060": "https://ror.org/039w8qr24", - "100019735": "https://ror.org/020bbbm37", - "501100016363": "https://ror.org/038mvjn28", - "501100016237": "https://ror.org/054hq4w78", - "100017655": "https://ror.org/00cvzzg84", - "100016581": "https://ror.org/00n635c12", - "501100013671": "https://ror.org/04vnqkx80", - "501100004682": "https://ror.org/02t2qwf81", - "100014377": "https://ror.org/000x3c608", - "501100018845": "https://ror.org/03v3jkw12", - "501100011869": "https://ror.org/04gm1wq32", - "100018741": "https://ror.org/05efy4j44", - "100014940": "https://ror.org/04gxnqr83", - "100017126": "https://ror.org/03sjcn752", - "100017847": "https://ror.org/03qgfjh43", - "100018109": "https://ror.org/053vc2366", - "501100011928": "https://ror.org/04rtrpb08", - "501100017576": "https://ror.org/05wtz9f44", - "100012726": "https://ror.org/016w1r206", - "100016929": "https://ror.org/02tc7rm90", - "501100014433": "https://ror.org/04hrrh248", - "501100015725": "https://ror.org/00paezp73", - "100012637": "https://ror.org/045h8gy65", - "100019065": "https://ror.org/05bhesh09", - "100016720": "https://ror.org/01xbsne82", - "501100014756": "https://ror.org/00abnnq69", - "501100019774": "https://ror.org/03f37fg05", - "100017812": "https://ror.org/029d3gv02", - "100019500": "https://ror.org/05t6q2334", - "501100011690": "https://ror.org/00yb5c421", - "501100005942": "https://ror.org/01whwkf30", - "100018798": "https://ror.org/01whwkf30", - "501100018861": "https://ror.org/03xqexp83", - "100019630": "https://ror.org/00t2dw182", - "100015397": "https://ror.org/04bn1qy53", - "501100014275": "https://ror.org/02yxxe041", - "501100020811": "https://ror.org/04ejdtr48", - "100016565": "https://ror.org/03c4shz64", - "100016751": "https://ror.org/02vkbzw76", - "100015185": "https://ror.org/044pzhf68", - "501100009766": "https://ror.org/02w5edw59", - "501100016192": "https://ror.org/045ygyt79", - "100019229": "https://ror.org/0213nv371", - "100015343": "https://ror.org/05y3ezc96", - "100014941": "https://ror.org/03tx9ss94", - "100018146": "https://ror.org/04hkpfa76", - "100019204": "https://ror.org/01prf8716", - "100015869": "https://ror.org/00qxv3c44", - "100016745": "https://ror.org/00sgxyw28", - "501100014053": "https://ror.org/05gtb4824", - "501100021555": "https://ror.org/02m8mqx79", - "100017239": "https://ror.org/012v2c923", - "100019536": "https://ror.org/00jxaym78", - "501100009816": "https://ror.org/01thjgt98", - "501100009492": "https://ror.org/05t5p0m89", - "501100019348": "https://ror.org/03bvz5p76", - "100019446": "https://ror.org/00805am64", - "501100012510": "https://ror.org/04qdzjg14", - "100017205": "https://ror.org/01hn8xm90", - "100014604": "https://ror.org/02avpg944", - "501100013882": "https://ror.org/04xc7cw12", - "100017154": "https://ror.org/05ezss144", - "100019247": "https://ror.org/05cf5b117", - "501100014423": "https://ror.org/05tkv2291", - "501100018764": "https://ror.org/05y44as61", - "100013685": "https://ror.org/03tme2b78", - "100014937": "https://ror.org/0077rhe26", - "501100021745": "https://ror.org/013m0ej23", - "100013739": "https://ror.org/059g90c15", - "100016841": "https://ror.org/05ygr1m94", - "501100014273": "https://ror.org/05m26jn23", - "501100014683": "https://ror.org/033bc9f34", - "501100016135": "https://ror.org/03y9v4j03", - "100018220": "https://ror.org/04d9v0a44", - "100013326": "https://ror.org/001t02e86", - "100015137": "https://ror.org/01g9ayx80", - "100018529": "https://ror.org/05sa44m96", - "100018080": "https://ror.org/04rr9xy49", - "100015282": "https://ror.org/02x1cd136", - "100013746": "https://ror.org/01asj1396", - "501100021592": "https://ror.org/01g760v14", - "100018651": "https://ror.org/05he67b65", - "100015445": "https://ror.org/0325pd582", - "100019373": "https://ror.org/003ngne20", - "100019370": "https://ror.org/019jh9f64", - "100015621": "https://ror.org/00hq8t831", - "100016892": "https://ror.org/04qhpqj38", - "501100020317": "https://ror.org/02gfbg321", - "100017573": "https://ror.org/05m9vrv91", - "501100021548": "https://ror.org/00yqpgp96", - "501100019270": "https://ror.org/01rn2d883", - "501100014383": "https://ror.org/05xsppr58", - "100015693": "https://ror.org/030vvs717", - "100015782": "https://ror.org/03krvca73", - "100016239": "https://ror.org/020p3h829", - "501100012305": "https://ror.org/04z08z627", - "501100021387": "https://ror.org/00ya8kg34", - "100019118": "https://ror.org/01tftss64", - "100014592": "https://ror.org/04gjpsv96", - "100015940": "https://ror.org/04b98dz04", - "100017929": "https://ror.org/01bt8n520", - "501100021685": "https://ror.org/02thd8n48", - "501100010111": "https://ror.org/02pqjgd54", - "501100021800": "https://ror.org/023qc4a07", - "501100013300": "https://ror.org/013nat269", - "100014972": "https://ror.org/00vxae445", - "501100015323": "https://ror.org/04neks648", - "501100019589": "https://ror.org/03j32c418", - "501100010122": "https://ror.org/019xaj585", - "501100010577": "https://ror.org/023g86t37", - "100015305": "https://ror.org/01vt69253", - "501100010097": "https://ror.org/0465c8g46", - "501100021218": "https://ror.org/033dmae14", - "501100017652": "https://ror.org/042jjy888", - "100016215": "https://ror.org/04mrrw205", - "501100006469": "https://ror.org/05vna4324", - "100019427": "https://ror.org/00b1tsa05", - "501100017014": "https://ror.org/0434vme59", - "100006078": "https://ror.org/01jfpc433", - "501100019284": "https://ror.org/018159086", - "501100018782": "https://ror.org/05efq3455", - "100010538": "https://ror.org/02211g273", - "100019450": "https://ror.org/0562yk913", - "501100015649": "https://ror.org/00q5xgh71", - "100018439": "https://ror.org/025t9c657", - "100015769": "https://ror.org/03ra42c27", - "501100010745": "https://ror.org/04yymzm67", - "100016324": "https://ror.org/03bjyp708", - "100019365": "https://ror.org/01nz1p872", - "100014869": "https://ror.org/05c691y47", - "501100022309": "https://ror.org/05myv7q56", - "100014384": "https://ror.org/02fccce66", - "100018403": "https://ror.org/05xaz7757", - "501100014382": "https://ror.org/00d801g55", - "100005759": "https://ror.org/00bgr8r13", - "501100008173": "https://ror.org/01sdg6680", - "100011728": "https://ror.org/01sdg6680", - "100019400": "https://ror.org/055kgg913", - "501100015496": "https://ror.org/00zca7903", - "100018536": "https://ror.org/039ks3037", - "100015527": "https://ror.org/01qbmc548", - "100015562": "https://ror.org/052s0am34", - "100018446": "https://ror.org/00endtw77", - "100004870": "https://ror.org/01d03cj21", - "100013194": "https://ror.org/01k9rsw84", - "501100014431": "https://ror.org/03wtjmk03", - "501100010231": "https://ror.org/02cnt7f76", - "100018340": "https://ror.org/049rt8g11", - "501100011686": "https://ror.org/0305fjd69", - "501100019972": "https://ror.org/01h20c209", - "100018274": "https://ror.org/0231f9890", - "501100017257": "https://ror.org/01j8exy17", - "501100010191": "https://ror.org/01mfdfm52", - "501100009788": "https://ror.org/04svthb06", - "100017140": "https://ror.org/05v4txf92", - "100016047": "https://ror.org/03jex2n57", - "501100013407": "https://ror.org/02cedh792", - "100015828": "https://ror.org/05dd7m743", - "100015364": "https://ror.org/00jkpa835", - "100014616": "https://ror.org/04yhf7405", - "501100022415": "https://ror.org/04jewc589", - "100012341": "https://ror.org/00eaa9p67", - "100017031": "https://ror.org/01dm8v457", - "501100015086": "https://ror.org/02pgc5h43", - "100015655": "https://ror.org/03qnzrx19", - "100018293": "https://ror.org/02nph9e73", - "100015998": "https://ror.org/05tst3487", - "100018545": "https://ror.org/03z9fzp04", - "501100014415": "https://ror.org/05pz4yk52", - "100018266": "https://ror.org/01h5xyq84", - "100015890": "https://ror.org/02tp79578", - "100017589": "https://ror.org/041z6c333", - "100019533": "https://ror.org/01xm4wg91", - "501100021121": "https://ror.org/03ea38411", - "501100019220": "https://ror.org/021xbwv17", - "501100016992": "https://ror.org/001q4kn48", - "501100008772": "https://ror.org/03g10x105", - "501100011660": "https://ror.org/05g2yfd11", - "100013321": "https://ror.org/05myne231", - "100016568": "https://ror.org/00f86gt02", - "501100014780": "https://ror.org/00ddgbf74", - "501100013251": "https://ror.org/02cjszf03", - "501100022281": "https://ror.org/002mmyt85", - "100019647": "https://ror.org/018etvh69", - "501100015498": "https://ror.org/02ey3ab96", - "100018982": "https://ror.org/01ws75306", - "501100009927": "https://ror.org/00dy5wm60", - "501100010617": "https://ror.org/02y7rck89", - "501100013119": "https://ror.org/02h694m69", - "501100022399": "https://ror.org/02srvn192", - "501100019268": "https://ror.org/029pamw34", - "100018429": "https://ror.org/02vr0ne26", - "501100010769": "https://ror.org/02vcxyt85", - "100015614": "https://ror.org/02pm1jf23", - "501100014730": "https://ror.org/02eqw3q87", - "100006155": "https://ror.org/012feq088", - "501100015658": "https://ror.org/01ae6h598", - "100017840": "https://ror.org/01pbhra64", - "100014351": "https://ror.org/00jqn4k83", - "100018715": "https://ror.org/01px1ve30", - "100013741": "https://ror.org/01x7kw596", - "100016977": "https://ror.org/01wc2tq75", - "501100016324": "https://ror.org/003cbyt26", - "501100013799": "https://ror.org/018gks972", - "100005125": "https://ror.org/01qstkr73", - "100019522": "https://ror.org/00vqs2b71", - "100019857": "https://ror.org/02vck8g64", - "100018379": "https://ror.org/010derh63", - "100017295": "https://ror.org/024a6m208", - "100017298": "https://ror.org/02wqw8685", - "501100013398": "https://ror.org/02kn5wf75", - "100019378": "https://ror.org/02jhs2h97", - "100013743": "https://ror.org/02747h926", - "100015196": "https://ror.org/02j15s898", - "501100015754": "https://ror.org/00xwjya15", - "501100015398": "https://ror.org/01tpvdp83", - "100017317": "https://ror.org/00ng7yn96", - "100015969": "https://ror.org/00twmyj12", - "501100014735": "https://ror.org/01r88qh41", - "100019390": "https://ror.org/00k1zme04", - "100019738": "https://ror.org/00b6kjb41", - "501100008953": "https://ror.org/015bxyv30", - "100016672": "https://ror.org/00efwap41", - "100020083": "https://ror.org/020aczd56", - "501100010112": "https://ror.org/01eq10738", - "501100014274": "https://ror.org/014anrn41", - "100015666": "https://ror.org/003659f07", - "100012697": "https://ror.org/00dgmsj78", - "100015793": "https://ror.org/015bnwc11", - "100019302": "https://ror.org/02qhjtc16", - "501100010611": "https://ror.org/00mmgx583", - "501100013224": "https://ror.org/01tspta37", - "501100015385": "https://ror.org/02xvrx776", - "501100012627": "https://ror.org/002cfy541", - "501100014427": "https://ror.org/01270hm15", - "100013128": "https://ror.org/01drp4225", - "501100014579": "https://ror.org/02ty3a980", - "100012843": "https://ror.org/02axfzt86", - "100011442": "https://ror.org/0263xn725", - "501100012225": "https://ror.org/00knqp290", - "100013727": "https://ror.org/023ej5c96", - "100014610": "https://ror.org/01t6g8w08", - "501100009960": "https://ror.org/01vf7he45", - "100015623": "https://ror.org/01cx85066", - "501100016202": "https://ror.org/00t2prd39", - "100013759": "https://ror.org/01x5qb890", - "501100020533": "https://ror.org/02jgyam08", - "100012418": "https://ror.org/0054f1w39", - "100016932": "https://ror.org/021wm5f70", - "501100013342": "https://ror.org/01kmhx639", - "100012158": "https://ror.org/015eybs17", - "501100017258": "https://ror.org/00e7cvg05", - "501100010958": "https://ror.org/02k8cbn47", - "501100010190": "https://ror.org/0010d1q40", - "100015180": "https://ror.org/01ep6qy98", - "100016192": "https://ror.org/026x1ah07", - "100015315": "https://ror.org/02dgwnb72", - "100013667": "https://ror.org/02awpzy50", - "100018423": "https://ror.org/0273ffp90", - "501100010879": "https://ror.org/02v5bck07", - "100017844": "https://ror.org/002ygss10", - "100019635": "https://ror.org/01ft5vz71", - "100018458": "https://ror.org/01syejz95", - "100017894": "https://ror.org/02ba9v476", - "501100014394": "https://ror.org/00jjh0n63", - "100012184": "https://ror.org/00ax0a039", - "501100022346": "https://ror.org/00yq7f263", - "501100003402": "https://ror.org/00xdnjz02", - "100013360": "https://ror.org/00qnrsq87", - "501100022029": "https://ror.org/00zbfm828", - "501100020722": "https://ror.org/014487k66", - "501100010275": "https://ror.org/02gk7n802", - "501100019735": "https://ror.org/01taed346", - "100019969": "https://ror.org/02xcxe208", - "501100018939": "https://ror.org/005qv5j28", - "501100016213": "https://ror.org/02px13636", - "501100018887": "https://ror.org/00v0z9322", - "100015618": "https://ror.org/02de4ka70", - "501100021844": "https://ror.org/020yfz786", - "501100018783": "https://ror.org/00kz6qq24", - "100019116": "https://ror.org/00b4ram58", - "100018450": "https://ror.org/02psedk13", - "100013365": "https://ror.org/01p3c3c27", - "501100022050": "https://ror.org/0034mdn74", - "501100019345": "https://ror.org/01ht2b307", - "100010856": "https://ror.org/028861t28", - "501100010600": "https://ror.org/02hvt5f17", - "501100021332": "https://ror.org/00dt9qb91", - "501100020421": "https://ror.org/02w6k4f12", - "100013881": "https://ror.org/00s1xm844", - "501100010387": "https://ror.org/00c32gy34", - "501100016029": "https://ror.org/00b2nf889", - "100012955": "https://ror.org/01h4fxd96", - "501100010691": "https://ror.org/02qsdbe73", - "501100022172": "https://ror.org/009026n40", - "501100013306": "https://ror.org/02r2k1c68", - "501100020141": "https://ror.org/003br8b23", - "100012536": "https://ror.org/00t6gsr31", - "100013016": "https://ror.org/01yjhny41", - "501100010964": "https://ror.org/02vyk6z19", - "100016109": "https://ror.org/01q9h8k89", - "100019779": "https://ror.org/02jv93662", - "501100013437": "https://ror.org/02q53mk25", - "501100022330": "https://ror.org/01d7fn555", - "501100020200": "https://ror.org/00zxgrh39", - "501100011854": "https://ror.org/0158pzk57", - "100019243": "https://ror.org/015ypce77", - "100016736": "https://ror.org/01cfd6w66", - "100019464": "https://ror.org/019w00969", - "100019998": "https://ror.org/00emrpf22", - "100012147": "https://ror.org/02218z997", - "501100014811": "https://ror.org/022x6b873", - "501100016176": "https://ror.org/02s5x7p23", - "501100012614": "https://ror.org/01vv37n49", - "501100011998": "https://ror.org/02dzkdp68", - "100014260": "https://ror.org/00nwx8810", - "100018511": "https://ror.org/02pttbd79", - "100013212": "https://ror.org/029dwxd81", - "501100011472": "https://ror.org/00hn8pj83", - "501100011749": "https://ror.org/02qztda51", - "100014625": "https://ror.org/01qr0q621", - "100013337": "https://ror.org/02n5xmn14", - "100015604": "https://ror.org/01k6q3j92", - "501100017560": "https://ror.org/00zfjyx93", - "501100013417": "https://ror.org/01d1n9n57", - "501100020992": "https://ror.org/02kj38n05", - "501100020319": "https://ror.org/01szjkb47", - "501100015592": "https://ror.org/00yss2p92", - "100015443": "https://ror.org/01d7ffm04", - "100020028": "https://ror.org/01spm3d88", - "100018736": "https://ror.org/0059xpe44", - "100019793": "https://ror.org/00nsyd297", - "501100020862": "https://ror.org/02f2nvw78", - "100017220": "https://ror.org/00nc5f834", - "501100022024": "https://ror.org/00s7e4d51", - "100018914": "https://ror.org/01gx26191", - "100015021": "https://ror.org/01d25af06", - "100013026": "https://ror.org/00f6g0567", - "100017001": "https://ror.org/002rc4w13", - "100015267": "https://ror.org/00yvh2s32", - "501100020768": "https://ror.org/009jy0c86", - "501100014577": "https://ror.org/01jxjwb74", - "501100021857": "https://ror.org/00pbv8f56", - "501100010868": "https://ror.org/00bt9we26", - "501100015375": "https://ror.org/0014a0n68", - "501100015226": "https://ror.org/0202bj006", - "100016169": "https://ror.org/02aq67p44", - "100018725": "https://ror.org/01g9ekh39", - "501100019587": "https://ror.org/000pmrk50", - "501100022025": "https://ror.org/00jxshx33", - "100018502": "https://ror.org/02hwp6a56", - "100016956": "https://ror.org/02e451q69", - "501100020290": "https://ror.org/0149jvn88", - "100012460": "https://ror.org/019sa2256", - "100015536": "https://ror.org/009fk3b63", - "501100015829": "https://ror.org/02ksnyp08", - "501100011094": "https://ror.org/01e3hnz98", - "501100021738": "https://ror.org/027nzpm35", - "501100020318": "https://ror.org/025mtxh67", - "501100016175": "https://ror.org/00devjr72", - "100018671": "https://ror.org/02vnjj382", - "100014901": "https://ror.org/02mv4jh42", - "501100011776": "https://ror.org/027ras364", - "501100018993": "https://ror.org/02mg36m74", - "100010995": "https://ror.org/00sryr473", - "501100018605": "https://ror.org/01n179w26", - "100019810": "https://ror.org/021a26605", - "501100012014": "https://ror.org/01hb2ne47", - "100014227": "https://ror.org/01trfvq12", - "501100017024": "https://ror.org/017zx9g19", - "100010836": "https://ror.org/019bedz31", - "501100010815": "https://ror.org/01jxa2z23", - "100012256": "https://ror.org/00ts7br76", - "501100015760": "https://ror.org/01wftfc57", - "100019864": "https://ror.org/005mpbw70", - "100011992": "https://ror.org/02kn1zm32", - "100014247": "https://ror.org/00pjnm784", - "100016491": "https://ror.org/00s3z8519", - "100017068": "https://ror.org/02wj29p03", - "501100020015": "https://ror.org/02e6sh902", - "501100016020": "https://ror.org/025gq5q04", - "501100014398": "https://ror.org/001zbj766", - "100015841": "https://ror.org/00a1z4k38", - "100012973": "https://ror.org/029tnqt29", - "100014288": "https://ror.org/00701k896", - "501100015020": "https://ror.org/01zr73v18", - "501100010103": "https://ror.org/0238k6k75", - "100014280": "https://ror.org/025w6c475", - "100013064": "https://ror.org/015t7hs32", - "501100015991": "https://ror.org/02fvkg758", - "100014366": "https://ror.org/010spe038", - "100013210": "https://ror.org/01d3m1d52", - "501100015393": "https://ror.org/02nw97x94", - "501100010219": "https://ror.org/02n53wv45", - "501100011029": "https://ror.org/02yvsmh51", - "501100021404": "https://ror.org/0022h3p69", - "100012722": "https://ror.org/00e99w454", - "100015616": "https://ror.org/02wxks544", - "501100017039": "https://ror.org/02f5b7n18", - "100014024": "https://ror.org/02zkjpt31", - "501100017037": "https://ror.org/027fn9x30", - "501100013513": "https://ror.org/024z2zn95", - "100014261": "https://ror.org/01zcp1a93", - "100011878": "https://ror.org/02v27yb50", - "501100021826": "https://ror.org/01vekys64", - "501100012524": "https://ror.org/02dm2pb39", - "501100020830": "https://ror.org/025cj6e44", - "501100019941": "https://ror.org/00q2dta10", - "501100013403": "https://ror.org/02apq7b82", - "100014544": "https://ror.org/02684h094", - "100019430": "https://ror.org/00te2x188", - "100018652": "https://ror.org/018es5w79", - "100017759": "https://ror.org/0282ypk29", - "501100007681": "https://ror.org/00mgfdc89", - "501100009469": "https://ror.org/00brrdb04", - "100016214": "https://ror.org/00ap24592", - "100019106": "https://ror.org/02p179j44", - "100012698": "https://ror.org/02ybsyy31", - "100013384": "https://ror.org/0027frf26", - "501100022417": "https://ror.org/01kga0z77", - "100020114": "https://ror.org/02cnh8416", - "501100019075": "https://ror.org/01p9g6b97", - "501100011951": "https://ror.org/020ktwj02", - "100012323": "https://ror.org/02rkzhe22", - "501100008786": "https://ror.org/006vs7897", - "100017518": "https://ror.org/014rqt829", - "501100011297": "https://ror.org/02bpap860", - "100014598": "https://ror.org/02vbfm330", - "501100013822": "https://ror.org/01ntx4j68", - "100015999": "https://ror.org/01pe8xs92", - "501100016372": "https://ror.org/02axfcj91", - "501100017606": "https://ror.org/02mr3ar13", - "501100011889": "https://ror.org/01k00f941", - "100018375": "https://ror.org/00rrhf939", - "100012674": "https://ror.org/02zc7ec14", - "501100013178": "https://ror.org/000nes056", - "501100014725": "https://ror.org/00e7dfm13", - "100015846": "https://ror.org/000wh6t45", - "501100007691": "https://ror.org/01h9g5w38", - "100011701": "https://ror.org/00y006049", - "501100012618": "https://ror.org/004hydx84", - "100012377": "https://ror.org/001gmya32", - "501100015518": "https://ror.org/01pxe3r04", - "501100010232": "https://ror.org/010g30191", - "100012930": "https://ror.org/02856yd31", - "501100017598": "https://ror.org/01e7csr82", - "501100010955": "https://ror.org/00wvvxx15", - "100010932": "https://ror.org/02c4cbt39", - "100016248": "https://ror.org/01pvdd334", - "501100013782": "https://ror.org/01sj5ez28", - "501100015014": "https://ror.org/00655qp86", - "501100021573": "https://ror.org/027pr6c67", - "100018756": "https://ror.org/01j99nc54", - "100019063": "https://ror.org/01mzspr34", - "100017547": "https://ror.org/00s93j442", - "501100011172": "https://ror.org/00ftbmy59", - "501100012161": "https://ror.org/015wndh26", - "100013586": "https://ror.org/01eywvb34", - "501100015241": "https://ror.org/023cbka75", - "100015648": "https://ror.org/022q96t77", - "501100011871": "https://ror.org/00013q465", - "501100020016": "https://ror.org/02p9mk956", - "100013050": "https://ror.org/01655nh08", - "100017310": "https://ror.org/01bcdmq48", - "100016630": "https://ror.org/01cntdd82", - "100017694": "https://ror.org/01f7ent21", - "501100018740": "https://ror.org/005e8tf31", - "501100021821": "https://ror.org/01n92vv28", - "501100008998": "https://ror.org/00wdk8w52", - "501100021276": "https://ror.org/02p4mwa83", - "100019232": "https://ror.org/02qma2225", - "100009920": "https://ror.org/02jakbh21", - "501100018936": "https://ror.org/013czdx64", - "100016631": "https://ror.org/00cj7p033", - "100012308": "https://ror.org/016z2bp30", - "501100016312": "https://ror.org/00seraz22", - "501100013298": "https://ror.org/01fm69p79", - "501100022478": "https://ror.org/00ypzd005", - "100020133": "https://ror.org/02pbat654", - "100012958": "https://ror.org/00w9knq58", - "501100009415": "https://ror.org/0064zg438", - "501100013432": "https://ror.org/01qzc0f54", - "100016062": "https://ror.org/028jnma48", - "100014484": "https://ror.org/02h1qsm74", - "100010755": "https://ror.org/00xn28y13", - "501100015666": "https://ror.org/009nawz64", - "501100012514": "https://ror.org/02s65tk16", - "501100019586": "https://ror.org/01hrxxx24", - "501100022078": "https://ror.org/01e69j385", - "100019876": "https://ror.org/0086v0m15", - "100019387": "https://ror.org/02evnh647", - "501100020365": "https://ror.org/02c4zkr79", - "100012808": "https://ror.org/01y7m0485", - "501100014358": "https://ror.org/02xjrkt08", - "501100019802": "https://ror.org/02jfbm483", - "501100018994": "https://ror.org/02knhje64", - "501100014413": "https://ror.org/01t81sv44", - "100011695": "https://ror.org/00kn38412", - "501100014407": "https://ror.org/01xtcza13", - "100013397": "https://ror.org/01b8rza40", - "501100008870": "https://ror.org/00epe0j70", - "501100022540": "https://ror.org/009msm672", - "501100011150": "https://ror.org/00073tb80", - "501100008681": "https://ror.org/01xxp6985", - "100016033": "https://ror.org/0203tey58", - "100017748": "https://ror.org/02df7gw66", - "100014297": "https://ror.org/02k51ms15", - "100015367": "https://ror.org/02e21yv44", - "501100019591": "https://ror.org/02m8tb249", - "100019478": "https://ror.org/01e5mdj42", - "501100020822": "https://ror.org/00shc0s02", - "501100015924": "https://ror.org/029man787", - "501100012352": "https://ror.org/016qzqe77", - "501100022494": "https://ror.org/01h3fm945", - "100020169": "https://ror.org/02gqgne03", - "501100019795": "https://ror.org/00s97k668", - "501100020785": "https://ror.org/00z1gwf89", - "501100010813": "https://ror.org/020fr6y52", - "501100011566": "https://ror.org/00ezb6p66", - "100019454": "https://ror.org/0053n5071", - "501100011856": "https://ror.org/012ak5d18", - "100018550": "https://ror.org/01jgzvw27", - "100017514": "https://ror.org/01d6qxv05", - "501100014412": "https://ror.org/01ew38b77", - "501100015367": "https://ror.org/00g8d1q08", - "501100013274": "https://ror.org/02p1wzv32", - "100012333": "https://ror.org/007amwr41", - "100014558": "https://ror.org/01mmz5j21", - "100019656": "https://ror.org/01z3bp082", - "100019934": "https://ror.org/00pm1e925", - "100019318": "https://ror.org/02w4h2853", - "501100008748": "https://ror.org/00qm4t918", - "501100021810": "https://ror.org/02xhx4j26", - "100018161": "https://ror.org/01zfzax10", - "501100020414": "https://ror.org/01fy9e204", - "501100011645": "https://ror.org/02xmkec90", - "100017803": "https://ror.org/02hfpnk21", - "100014418": "https://ror.org/01f77gp95", - "100011440": "https://ror.org/00jhzfv66", - "501100012010": "https://ror.org/00bknc349", - "501100013941": "https://ror.org/00dwgct76", - "100010898": "https://ror.org/024whdm10", - "100019782": "https://ror.org/02bn3v102", - "100019510": "https://ror.org/01r5k6556", - "501100013873": "https://ror.org/016bv0s21", - "501100010975": "https://ror.org/01vep7794", - "501100013454": "https://ror.org/00mrjbj15", - "100015578": "https://ror.org/00af1rw21", - "501100022671": "https://ror.org/01at1x128", - "100019948": "https://ror.org/026zmgd62", - "100010910": "https://ror.org/019mv8a21", - "100013443": "https://ror.org/022w3f533", - "100019613": "https://ror.org/011pd5k86", - "100016560": "https://ror.org/0254sa076", - "100017714": "https://ror.org/02bq4xp81", - "501100011678": "https://ror.org/011asxc61", - "100014518": "https://ror.org/002j7n988", - "100016917": "https://ror.org/015yt6k87", - "100013077": "https://ror.org/009yr1d55", - "100012752": "https://ror.org/02jg74102", - "501100016072": "https://ror.org/00gcc2a38", - "501100011077": "https://ror.org/02z31g829", - "100020091": "https://ror.org/00zc03z98", - "501100015366": "https://ror.org/02w2wps72", - "100014615": "https://ror.org/0238rs311", - "100015861": "https://ror.org/007ywhm20", - "100011252": "https://ror.org/018cmv596", - "100013901": "https://ror.org/01kfc9965", - "100018389": "https://ror.org/022yhjq53", - "501100016101": "https://ror.org/00k6c4h29", - "100019171": "https://ror.org/01vd7vb53", - "501100019434": "https://ror.org/02z37qb25", - "100015646": "https://ror.org/00q0w1h45", - "501100008993": "https://ror.org/0123yy056", - "100019307": "https://ror.org/00s338690", - "501100018892": "https://ror.org/00fnkrf94", - "100009716": "https://ror.org/02a7qmj40", - "501100011847": "https://ror.org/003cs9s68", - "100010154": "https://ror.org/01bp61317", - "100011441": "https://ror.org/02axrxp93", - "501100008493": "https://ror.org/00274wg63", - "100019300": "https://ror.org/01nsn0t21", - "100013453": "https://ror.org/01619x561", - "501100010433": "https://ror.org/02p3q3906", - "100018474": "https://ror.org/01w885875", - "100017130": "https://ror.org/006aydy55", - "501100021741": "https://ror.org/01mzk5576", - "100018556": "https://ror.org/010cnye54", - "501100016099": "https://ror.org/017abdw23", - "100019506": "https://ror.org/01fkvbf41", - "501100009387": "https://ror.org/0283g3v77", - "501100013297": "https://ror.org/00sb7hc59", - "501100020411": "https://ror.org/00ngv8j44", - "501100007639": "https://ror.org/02ga8fs73", - "100019174": "https://ror.org/00adax290", - "501100011713": "https://ror.org/02jam4v16", - "100017788": "https://ror.org/00d3km654", - "100017731": "https://ror.org/01g1ykj19", - "501100017495": "https://ror.org/01g53pj53", - "501100021257": "https://ror.org/00bvysh61", - "100020150": "https://ror.org/02yfz4y25", - "100018893": "https://ror.org/00fpx3104", - "100020090": "https://ror.org/02q077p55", - "100018095": "https://ror.org/010prmy50", - "501100010269": "https://ror.org/0251nbz82", - "501100017481": "https://ror.org/02zcjdk53", - "100012139": "https://ror.org/0008wzh48", - "100019787": "https://ror.org/01nckkm68", - "100012539": "https://ror.org/02x99ac45", - "501100013362": "https://ror.org/022wnsy59", - "501100014902": "https://ror.org/01vasff55", - "100016219": "https://ror.org/02f60yb64", - "100016858": "https://ror.org/003zqrx63", - "501100016058": "https://ror.org/021zqhw10", - "501100008439": "https://ror.org/024nsea16", - "501100013857": "https://ror.org/02zncn897", - "100016501": "https://ror.org/02nmnpn85", - "501100016359": "https://ror.org/01v5mqw79", - "501100021104": "https://ror.org/011xqkf34", - "501100011336": "https://ror.org/02403qw73", - "501100020819": "https://ror.org/00bfgxv06", - "501100011643": "https://ror.org/0094xjg80", - "100012080": "https://ror.org/01tw4qq66", - "501100009922": "https://ror.org/019t02f42", - "501100022419": "https://ror.org/01qqpzg67", - "100004058": "https://ror.org/0079wqf71", - "501100022336": "https://ror.org/019f2k932", - "100019199": "https://ror.org/00cqsab58", - "501100018838": "https://ror.org/01p4rys65", - "501100011099": "https://ror.org/00q08t645", - "100013728": "https://ror.org/00gqmdy63", - "501100019737": "https://ror.org/01ycecr18", - "501100017650": "https://ror.org/01pmdrn98", - "501100021258": "https://ror.org/029rt7q74", - "501100019714": "https://ror.org/022gvg072", - "100012971": "https://ror.org/00jstgs54", - "501100011146": "https://ror.org/02s6gs133", - "100015283": "https://ror.org/01sv5vd96", - "501100014776": "https://ror.org/024t5tt95", - "100019521": "https://ror.org/00mmfdg02", - "501100016980": "https://ror.org/02v8d7770", - "501100011741": "https://ror.org/00fyemf28", - "100016585": "https://ror.org/02cmp6f87", - "100020094": "https://ror.org/00x2a8982", - "100013835": "https://ror.org/00y27w112", - "100011226": "https://ror.org/027yrjm02", - "100013102": "https://ror.org/02yasb727", - "501100010307": "https://ror.org/000zsjk11", - "501100021828": "https://ror.org/009h1nj77", - "100019352": "https://ror.org/026vtd268", - "501100020612": "https://ror.org/00k8zt527", - "100020139": "https://ror.org/02nftnt56", - "100016251": "https://ror.org/02005ks20", - "100010116": "https://ror.org/00qx9g681", - "100016210": "https://ror.org/01ywejq18", - "501100017480": "https://ror.org/02ntc9t93", - "100015241": "https://ror.org/00c29a773", - "501100016272": "https://ror.org/00c7fav87", - "501100012709": "https://ror.org/019vsm959", - "501100013809": "https://ror.org/01175g155", - "100014346": "https://ror.org/00y5f4k61", - "501100010609": "https://ror.org/019sbgd69", - "100020000": "https://ror.org/02sgqxr53", - "100019219": "https://ror.org/00bsj2955", - "100014130": "https://ror.org/00s0pgz81", - "100013319": "https://ror.org/01fkw3y20", - "501100022245": "https://ror.org/0120czk38", - "501100015064": "https://ror.org/02md8hv62", - "100013208": "https://ror.org/02v3j1y79", - "100016899": "https://ror.org/01s1hsq14", - "501100018803": "https://ror.org/00749za89", - "100013198": "https://ror.org/01ah7ky25", - "100013220": "https://ror.org/00zbz2c25", - "100019032": "https://ror.org/02ybfkh30", - "501100014972": "https://ror.org/00avfj807", - "501100013227": "https://ror.org/01mrvbd33", - "100019740": "https://ror.org/013v2pg91", - "100009649": "https://ror.org/01t20sn94", - "100017658": "https://ror.org/029gt5q28", - "100012386": "https://ror.org/00rnw4e09", - "100019578": "https://ror.org/02q854y08", - "501100017586": "https://ror.org/025edj240", - "100019354": "https://ror.org/00wzjq897", - "501100010578": "https://ror.org/02p22ad51", - "100013988": "https://ror.org/02ac14420", - "100016734": "https://ror.org/01vjvsj67", - "100016924": "https://ror.org/01v55qb38", - "501100011696": "https://ror.org/01e8ff003", - "501100016392": "https://ror.org/02e6z0y17", - "100016604": "https://ror.org/02s4m5j79", - "501100008866": "https://ror.org/02bjs0p66", - "100017294": "https://ror.org/00e1nmf62", - "501100016981": "https://ror.org/013s3zh21", - "501100010952": "https://ror.org/01qcc6q77", - "501100019573": "https://ror.org/00my0hg66", - "100019677": "https://ror.org/00c06mw10", - "100014844": "https://ror.org/01bh2s525", - "501100018766": "https://ror.org/02tjxem41", - "100013176": "https://ror.org/01kb3t575", - "100015103": "https://ror.org/00v8w0b34", - "501100011892": "https://ror.org/00k194y12", - "100012849": "https://ror.org/01hw93t68", - "100013900": "https://ror.org/02530bn33", - "100014310": "https://ror.org/00vwc8w74", - "100016055": "https://ror.org/02cgn2a44", - "501100019930": "https://ror.org/01nxen694", - "100019778": "https://ror.org/012rb2c33", - "100018468": "https://ror.org/02sxz8h41", - "501100015352": "https://ror.org/02pp7px91", - "501100013326": "https://ror.org/00q6ynx29", - "501100018729": "https://ror.org/02p3y5t84", - "100019694": "https://ror.org/028kg9j04", - "100017795": "https://ror.org/021zvq422", - "100018811": "https://ror.org/01y6ccj36", - "501100009738": "https://ror.org/010pwb356", - "501100014234": "https://ror.org/01rncwg06", - "100019439": "https://ror.org/02bf6br77", - "100014281": "https://ror.org/00zamzy79", - "501100014429": "https://ror.org/0111z2552", - "501100008884": "https://ror.org/00ma7c320", - "100018586": "https://ror.org/01zc8t088", - "501100017551": "https://ror.org/02w4tny03", - "501100016157": "https://ror.org/01v4e7289", - "100017838": "https://ror.org/01ggenr10", - "100019360": "https://ror.org/01k81gt67", - "100019786": "https://ror.org/02fsk7e17", - "501100022515": "https://ror.org/023s8ys65", - "501100019967": "https://ror.org/02pwbvs75", - "100018376": "https://ror.org/01h7cca57", - "501100012537": "https://ror.org/01em2mv62", - "501100019155": "https://ror.org/026axqv54", - "100019680": "https://ror.org/01mdfdm06", - "100013543": "https://ror.org/00jvfh371", - "501100020323": "https://ror.org/0077k1j32", - "501100015634": "https://ror.org/022gs0c53", - "501100011149": "https://ror.org/00g102351", - "100015222": "https://ror.org/028jkr018", - "100020056": "https://ror.org/01grkhd49", - "501100019695": "https://ror.org/009g8f974", - "501100010078": "https://ror.org/0247ay475", - "501100011769": "https://ror.org/01a4hbq44", - "501100018914": "https://ror.org/02aj8qz21", - "100018517": "https://ror.org/021fhft25", - "100019971": "https://ror.org/00zq3v614", - "501100021550": "https://ror.org/02b1bn727", - "100017640": "https://ror.org/022zknp80", - "501100009461": "https://ror.org/00x6vsv29", - "501100018734": "https://ror.org/0109p9r67", - "100017117": "https://ror.org/00pprn321", - "501100010717": "https://ror.org/02yw1f353", - "501100012018": "https://ror.org/01fvvv243", - "100013840": "https://ror.org/00p954x71", - "100011015": "https://ror.org/01680tt85", - "501100009702": "https://ror.org/016zn0y21", - "501100019003": "https://ror.org/02t6zky14", - "501100022150": "https://ror.org/02bzfxf13", - "100017313": "https://ror.org/01yaers16", - "501100014084": "https://ror.org/00fmnpw63", - "100019189": "https://ror.org/02nb3aq72", - "501100019160": "https://ror.org/02hrw4545", - "100012831": "https://ror.org/02aj61m65", - "501100020363": "https://ror.org/01d8kr740", - "501100021333": "https://ror.org/00fsrd019", - "501100011752": "https://ror.org/00ckxt310", - "100011470": "https://ror.org/02xa34907", - "100016600": "https://ror.org/01bbbnc61", - "501100015700": "https://ror.org/01167a838", - "100019995": "https://ror.org/0082yr561", - "100017066": "https://ror.org/00kmpab62", - "100020161": "https://ror.org/00m1jrq32", - "100017558": "https://ror.org/02awhq166", - "501100013883": "https://ror.org/02wjbax77", - "100019702": "https://ror.org/01v42ys47", - "100016069": "https://ror.org/00jrmpf38", - "501100020214": "https://ror.org/014579w63", - "501100016377": "https://ror.org/026y2cn83", - "501100010694": "https://ror.org/000y25914", - "100016290": "https://ror.org/00z8rf270", - "100012625": "https://ror.org/028q01336", - "100019036": "https://ror.org/021xwcd05", - "501100014575": "https://ror.org/01jkd3546", - "501100010340": "https://ror.org/02f26yq04", - "100014166": "https://ror.org/0047fvq66", - "100016907": "https://ror.org/02csmb731", - "100017678": "https://ror.org/00xhj8c72", - "100011717": "https://ror.org/016a7mx14", - "100013750": "https://ror.org/00rrhnr97", - "100014367": "https://ror.org/01dt10w58", - "100019739": "https://ror.org/00wtpj265", - "501100011326": "https://ror.org/00d8gp927", - "100019250": "https://ror.org/019dpjf60", - "501100013933": "https://ror.org/00qy3dp86", - "100019046": "https://ror.org/02sz1qq59", - "100019652": "https://ror.org/02chymc10", - "100018326": "https://ror.org/02pkrz957", - "501100012525": "https://ror.org/02b52th27", - "100014350": "https://ror.org/02fjjp634", - "501100010703": "https://ror.org/014y90z04", - "100010965": "https://ror.org/02r3ym141", - "100017289": "https://ror.org/01tkyan17", - "501100015264": "https://ror.org/00sxp6h30", - "501100012338": "https://ror.org/0190x2a66", - "100019999": "https://ror.org/02b0vny28", - "100011373": "https://ror.org/00xv4ev28", - "100013382": "https://ror.org/01cp21a44", - "100013773": "https://ror.org/00tc3hj46", - "501100022105": "https://ror.org/0178qr782", - "100014798": "https://ror.org/02z9sft96", - "501100022726": "https://ror.org/0182aph68", - "501100013926": "https://ror.org/02309j459", - "100013379": "https://ror.org/023tfyg79", - "100019098": "https://ror.org/00x7vzk16", - "501100015626": "https://ror.org/02jxrhq31", - "100019168": "https://ror.org/008m8sh03", - "100019713": "https://ror.org/02qm18h86", - "501100012265": "https://ror.org/00jg41573", - "501100013802": "https://ror.org/00qf07q44", - "100016489": "https://ror.org/0036wpk65", - "501100011692": "https://ror.org/01zq5k385", - "501100010453": "https://ror.org/017a59b72", - "501100014391": "https://ror.org/02r625m11", - "100014926": "https://ror.org/023annq56", - "501100016270": "https://ror.org/01hgg7b81", - "100017250": "https://ror.org/02dwrdh81", - "100014226": "https://ror.org/019c5tn34", - "100016004": "https://ror.org/02std5y37", - "100014108": "https://ror.org/02p5xjf12", - "100017335": "https://ror.org/01kjc7m95", - "501100019564": "https://ror.org/02fhgbp51", - "501100020052": "https://ror.org/01bp81r18", - "501100015278": "https://ror.org/02qsb4r69", - "501100010700": "https://ror.org/02xhmzq41", - "501100009629": "https://ror.org/02pgnjz11", - "501100012222": "https://ror.org/00e6ytg41", - "501100022655": "https://ror.org/007kz3b20", - "501100014129": "https://ror.org/01a79sw46", - "100015773": "https://ror.org/01ntmn724", - "501100016004": "https://ror.org/00tk6s776", - "100013035": "https://ror.org/01d34a364", - "501100015764": "https://ror.org/00fq07k50", - "501100014426": "https://ror.org/01f4dr878", - "100014884": "https://ror.org/02sjnrx77", - "501100021561": "https://ror.org/02b0qwc58", - "501100013770": "https://ror.org/013jjp941", - "501100009961": "https://ror.org/016rjax45", - "501100007507": "https://ror.org/00tpx5s27", - "100013390": "https://ror.org/00w0k4e67", - "501100019172": "https://ror.org/02jsp2z03", - "501100016383": "https://ror.org/009s53a61", - "501100017503": "https://ror.org/018graf05", - "100019539": "https://ror.org/00gz9xf10", - "501100010109": "https://ror.org/02n0bts35", - "501100022481": "https://ror.org/00nxgpf29", - "501100015922": "https://ror.org/01thb7525", - "100016957": "https://ror.org/01by01460", - "501100021514": "https://ror.org/006strx72", - "501100008776": "https://ror.org/023jta124", - "501100013170": "https://ror.org/022jefx64", - "501100022112": "https://ror.org/02e250j72", - "501100021811": "https://ror.org/008cfxd05", - "100017332": "https://ror.org/01v8x0f60", - "100019220": "https://ror.org/02124dd11", - "501100019901": "https://ror.org/0103gnm60", - "100012869": "https://ror.org/00ghy1a10", - "501100011205": "https://ror.org/027385r44", - "501100019231": "https://ror.org/02n8rnw93", - "100019136": "https://ror.org/02h28kk33", - "100012556": "https://ror.org/00xs3qr03", - "100019145": "https://ror.org/00csccw89", - "501100020899": "https://ror.org/01rvn4p91", - "100010510": "https://ror.org/02k9x1e74", - "100017406": "https://ror.org/012wm5r19", - "501100020950": "https://ror.org/00wnb9798", - "100013977": "https://ror.org/019cc4r33", - "100010961": "https://ror.org/02sgpe757", - "100018098": "https://ror.org/019c4md20", - "100019208": "https://ror.org/00412cg11", - "100019313": "https://ror.org/0127qs140", - "501100019115": "https://ror.org/01czt1t86", - "100016308": "https://ror.org/008zkt807", - "100014089": "https://ror.org/02r1zra39", - "501100010432": "https://ror.org/01wwe2m47", - "100019426": "https://ror.org/026rw3q91", - "100013523": "https://ror.org/0099tem44", - "100013894": "https://ror.org/02427qx15", - "501100021083": "https://ror.org/00nj22y86", - "100015039": "https://ror.org/02fwgk331", - "501100011810": "https://ror.org/0010b6s72", - "501100022292": "https://ror.org/025n38288", - "100014931": "https://ror.org/00919v790", - "501100015096": "https://ror.org/00tf10278", - "100019843": "https://ror.org/01a9tn778", - "100015101": "https://ror.org/01r2r1452", - "100014079": "https://ror.org/02g01cb27", - "501100022436": "https://ror.org/01ae3dk53", - "100018171": "https://ror.org/01xcgh759", - "100019254": "https://ror.org/02xz7aa11", - "100015716": "https://ror.org/00q16t150", - "100013788": "https://ror.org/00ccrcy56", - "100018234": "https://ror.org/01q9sj412", - "100018559": "https://ror.org/014w49905", - "100014482": "https://ror.org/01xdkk717", - "100011606": "https://ror.org/0009ezc57", - "100013927": "https://ror.org/02p7ynq34", - "100014349": "https://ror.org/001cj5727", - "100018073": "https://ror.org/02sfc7c49", - "501100016974": "https://ror.org/006ak0b38", - "501100021175": "https://ror.org/028yz2737", - "501100019897": "https://ror.org/02bkp9390", - "100015330": "https://ror.org/02tn5vs15", - "100019218": "https://ror.org/00vawn972", - "100012676": "https://ror.org/014cfdh55", - "100014934": "https://ror.org/02z28nb98", - "501100019784": "https://ror.org/01bb1zm18", - "501100014722": "https://ror.org/02gjqpv16", - "501100009464": "https://ror.org/01971z286", - "100017156": "https://ror.org/01e59yk92", - "100019081": "https://ror.org/00xacpf89", - "100019953": "https://ror.org/020a33943", - "501100010978": "https://ror.org/008vsyy18", - "100017238": "https://ror.org/00ka6rp58", - "501100011840": "https://ror.org/02gxych78", - "501100009057": "https://ror.org/01faaaf77", - "501100013365": "https://ror.org/007mrxy13", - "100016722": "https://ror.org/00w9a2z18", - "100014233": "https://ror.org/01t650v39", - "100019617": "https://ror.org/00a1c5n07", - "501100010649": "https://ror.org/02rka3n91", - "100016769": "https://ror.org/01pp5tt34", - "100019351": "https://ror.org/00521fv82", - "100012042": "https://ror.org/012tq4a48", - "100015754": "https://ror.org/029mfr659", - "100013858": "https://ror.org/001ajjs72", - "100015746": "https://ror.org/0156h1p41", - "501100015616": "https://ror.org/0043ezw98", - "100004724": "https://ror.org/0000p0n60", - "100013581": "https://ror.org/00sv75074", - "100013789": "https://ror.org/00m41dd57", - "501100015650": "https://ror.org/028c4z094", - "100018337": "https://ror.org/02kjyst95", - "501100021179": "https://ror.org/00x44h034", - "501100022070": "https://ror.org/003eyb898", - "501100021791": "https://ror.org/00r8h6r91", - "100017064": "https://ror.org/01aw9fv09", - "501100010788": "https://ror.org/013s3gf12", - "501100022666": "https://ror.org/014w0fd65", - "501100022183": "https://ror.org/00c402j46", - "501100020582": "https://ror.org/025qtp564", - "501100021187": "https://ror.org/02601yx74", - "100012480": "https://ror.org/00v9rqv32", - "100019641": "https://ror.org/012bdm419", - "501100014829": "https://ror.org/02bykax26", - "501100014033": "https://ror.org/02jxgpt62", - "100020011": "https://ror.org/00r57r863", - "100015997": "https://ror.org/018ezh270", - "100016588": "https://ror.org/00xc0ma20", - "501100012642": "https://ror.org/01y8r3379", - "100019324": "https://ror.org/01k2cxc53", - "501100016134": "https://ror.org/014208j94", - "501100018826": "https://ror.org/01q2d8e83", - "100012721": "https://ror.org/02xqyv944", - "501100009229": "https://ror.org/0176yqn58", - "501100018911": "https://ror.org/00h3kxy16", - "501100008811": "https://ror.org/020g3wn65", - "100019577": "https://ror.org/00ya1zd25", - "501100019575": "https://ror.org/00zq3nn60", - "100019203": "https://ror.org/00scb2f23", - "100019908": "https://ror.org/00qj2j544", - "100015831": "https://ror.org/00m2x3q29", - "501100007663": "https://ror.org/02yhcgx25", - "501100012390": "https://ror.org/02s09gf16", - "501100015594": "https://ror.org/02z9ca723", - "100019813": "https://ror.org/00ggmjy78", - "100016288": "https://ror.org/028gkfr23", - "100014727": "https://ror.org/02xhrye98", - "501100018795": "https://ror.org/00bpmmc63", - "501100016309": "https://ror.org/00445hv47", - "100019364": "https://ror.org/00mny1y94", - "501100021074": "https://ror.org/00gx5vq39", - "100013718": "https://ror.org/01cmcvq49", - "100012473": "https://ror.org/00ta5r839", - "501100013435": "https://ror.org/02182rz34", - "501100012212": "https://ror.org/00wa5ga86", - "501100014599": "https://ror.org/017qpw206", - "100019381": "https://ror.org/02c4z7527", - "501100008794": "https://ror.org/023f76417", - "100013574": "https://ror.org/00dvgej48", - "501100015656": "https://ror.org/01yxvpn13", - "100014609": "https://ror.org/00265c946", - "501100019261": "https://ror.org/02qbzdk74", - "100016542": "https://ror.org/023ka9926", - "501100020622": "https://ror.org/01qjqvr92", - "501100011592": "https://ror.org/01t9r8c86", - "501100010616": "https://ror.org/01khf5d59", - "100016823": "https://ror.org/007mz4884", - "100012828": "https://ror.org/00sk7bj79", - "501100014490": "https://ror.org/00r1xj860", - "100015079": "https://ror.org/00c2tyx86", - "100014449": "https://ror.org/00wjb4146", - "501100017542": "https://ror.org/02jwb5s28", - "501100012381": "https://ror.org/00wkygr69", - "100019803": "https://ror.org/02mfxdp77", - "501100014840": "https://ror.org/008c2qm47", - "100018214": "https://ror.org/00s3jmk58", - "100012796": "https://ror.org/016czhx14", - "100018910": "https://ror.org/00247dh76", - "100016541": "https://ror.org/02v37gb90", - "100013960": "https://ror.org/02nvhz213", - "100019374": "https://ror.org/00800dw77", - "100018995": "https://ror.org/01wy46p27", - "100018515": "https://ror.org/01nv7by68", - "501100019350": "https://ror.org/00g2pnp92", - "100020074": "https://ror.org/02tj7r959", - "501100014232": "https://ror.org/01d2cn965", - "100017024": "https://ror.org/01ev0z371", - "100017687": "https://ror.org/0151bmh98", - "100016728": "https://ror.org/01ytgve10", - "100019384": "https://ror.org/02b3e2815", - "100019950": "https://ror.org/01t70kc94", - "501100020645": "https://ror.org/01v9p7c03", - "100019265": "https://ror.org/00bv1jr75", - "501100019862": "https://ror.org/0361c8163", - "501100013890": "https://ror.org/03b1hdw57", - "501100013860": "https://ror.org/038b85827", - "100014641": "https://ror.org/03neq2068", - "100016788": "https://ror.org/05p336k36", - "100014313": "https://ror.org/050wmgs87", - "100010999": "https://ror.org/05janne25", - "100019611": "https://ror.org/053tmcn30", - "501100007700": "https://ror.org/04fm87419", - "100016896": "https://ror.org/05p1pn123", - "100014626": "https://ror.org/0428ac656", - "100012423": "https://ror.org/050fhx250", - "501100020194": "https://ror.org/03r42r570", - "501100011758": "https://ror.org/0452h9305", - "100015284": "https://ror.org/05xm0ec82", - "501100010817": "https://ror.org/03w8qrn62", - "100012647": "https://ror.org/04tsmra86", - "501100011572": "https://ror.org/05cg4nt71", - "100018670": "https://ror.org/04cdsn556", - "100018285": "https://ror.org/052p8vb75", - "501100018928": "https://ror.org/03zb5p722", - "501100021786": "https://ror.org/031vc2293", - "501100020624": "https://ror.org/046cr9566", - "100011367": "https://ror.org/034gm6584", - "100013157": "https://ror.org/055hae320", - "100017429": "https://ror.org/05m91fp41", - "501100015744": "https://ror.org/037kvhq82", - "501100011320": "https://ror.org/056szk247", - "100016335": "https://ror.org/03b66v461", - "100012650": "https://ror.org/03k4xgp92", - "501100016330": "https://ror.org/03f72zw41", - "100015136": "https://ror.org/05yndxy10", - "100018461": "https://ror.org/03b1qgn79", - "100019419": "https://ror.org/0384yev14", - "501100022026": "https://ror.org/048qnr849", - "100014919": "https://ror.org/048zf6f56", - "501100015381": "https://ror.org/032y0n460", - "100012659": "https://ror.org/05wpaeg31", - "100015565": "https://ror.org/03ka4h071", - "501100021105": "https://ror.org/03m343922", - "100019556": "https://ror.org/030cztq64", - "100012369": "https://ror.org/05c0g2426", - "100014316": "https://ror.org/04raa0n02", - "100013433": "https://ror.org/054tsxk98", - "100013779": "https://ror.org/05n2ytn05", - "501100020252": "https://ror.org/04nm2mq63", - "100013556": "https://ror.org/037te6005", - "100016978": "https://ror.org/042b6j696", - "100015302": "https://ror.org/04npmfz39", - "100019260": "https://ror.org/03a9mf398", - "501100022231": "https://ror.org/03dv9mn33", - "501100020268": "https://ror.org/03e81x648", - "501100010409": "https://ror.org/03r6vqn56", - "501100014612": "https://ror.org/05nqg3g04", - "100015480": "https://ror.org/059a9nj82", - "501100019808": "https://ror.org/04tetvb72", - "501100012393": "https://ror.org/03mxhzf09", - "100019379": "https://ror.org/048e91n87", - "100017584": "https://ror.org/037skf023", - "100014361": "https://ror.org/03amynm94", - "501100011051": "https://ror.org/05gxnjj05", - "501100022100": "https://ror.org/05s723e81", - "501100011031": "https://ror.org/05a5s1z53", - "501100014728": "https://ror.org/04xnm9a92", - "501100015667": "https://ror.org/033janr42", - "100017067": "https://ror.org/03rgj1v74", - "501100014765": "https://ror.org/05cekg904", - "501100011725": "https://ror.org/034e7c066", - "100015238": "https://ror.org/0348vjd58", - "501100018952": "https://ror.org/05ccjmp23", - "100015218": "https://ror.org/04577y567", - "501100017244": "https://ror.org/04zvqhj72", - "501100012146": "https://ror.org/04w5zb891", - "501100011658": "https://ror.org/045sst074", - "501100014607": "https://ror.org/05m2sf497", - "100017639": "https://ror.org/05f9hgh77", - "100019347": "https://ror.org/04vdmbk59", - "100016729": "https://ror.org/05jraf368", - "100013082": "https://ror.org/04bqrfs31", - "501100019786": "https://ror.org/04xgh4d03", - "100019448": "https://ror.org/04bpd2v91", - "501100016970": "https://ror.org/0410k9915", - "100016370": "https://ror.org/055eqn678", - "100019911": "https://ror.org/04cbe1f31", - "100011044": "https://ror.org/04cz2sw33", - "100013238": "https://ror.org/045qzah91", - "100016641": "https://ror.org/04pnjx786", - "501100011706": "https://ror.org/05nnsek89", - "501100012135": "https://ror.org/05nkgk822", - "501100016316": "https://ror.org/03pza9p08", - "501100017230": "https://ror.org/05jv1pq83", - "100018212": "https://ror.org/039hdbz42", - "100017018": "https://ror.org/05mmma237", - "100019460": "https://ror.org/05v5hg569", - "100012181": "https://ror.org/04p7g7c05", - "501100021137": "https://ror.org/03vy1bn66", - "501100009166": "https://ror.org/035hxad97", - "501100017256": "https://ror.org/04hnf9a51", - "501100016991": "https://ror.org/05fxg9b69", - "501100022479": "https://ror.org/042wrtw77", - "100019481": "https://ror.org/038v75980", - "100019653": "https://ror.org/04pq5x672", - "501100022594": "https://ror.org/02zv9xv82", - "100019686": "https://ror.org/04vqm6w82", - "501100009730": "https://ror.org/056s65p46", - "501100015738": "https://ror.org/052prhs50", - "501100021842": "https://ror.org/044ng3n84", - "100014394": "https://ror.org/03nxfhe13", - "100019327": "https://ror.org/050awhq57", - "100018784": "https://ror.org/036brtn72", - "501100010720": "https://ror.org/04w5f4y88", - "100013686": "https://ror.org/04b7h4365", - "100014611": "https://ror.org/03y90jx90", - "501100014191": "https://ror.org/04m9wnx11", - "100015752": "https://ror.org/05r792a43", - "100016499": "https://ror.org/03s455144", - "100018658": "https://ror.org/05a33s425", - "100018569": "https://ror.org/054nr9p58", - "501100011604": "https://ror.org/054pkye94", - "501100009240": "https://ror.org/053m0aq28", - "100016655": "https://ror.org/05stzyr92", - "100016207": "https://ror.org/03ynvqh91", - "501100020837": "https://ror.org/04hsvhf62", - "501100020594": "https://ror.org/05atez085", - "501100011167": "https://ror.org/05vy7se14", - "100015810": "https://ror.org/045d9gj14", - "100014936": "https://ror.org/0327gbb75", - "501100020251": "https://ror.org/05csn2x06", - "100019283": "https://ror.org/04mxx1k66", - "100017113": "https://ror.org/04ezjnq35", - "501100022113": "https://ror.org/054tfvs49", - "100011979": "https://ror.org/05kb1rb15", - "100019121": "https://ror.org/05qfktv10", - "501100015048": "https://ror.org/05s2em157", - "501100022411": "https://ror.org/047w7d678", - "100018321": "https://ror.org/03v8adn41", - "501100015708": "https://ror.org/04srq1z60", - "100019202": "https://ror.org/04rx5nw92", - "100018547": "https://ror.org/031p65n62", - "501100015082": "https://ror.org/03d7a9c68", - "100018053": "https://ror.org/0344hmj91", - "100011635": "https://ror.org/03sdytw09", - "501100022087": "https://ror.org/040dvh347", - "501100009974": "https://ror.org/04ksqpz49", - "501100008731": "https://ror.org/03wtxje77", - "501100013038": "https://ror.org/039wkaa17", - "100018093": "https://ror.org/05ypbsn23", - "100019650": "https://ror.org/030pjfg04", - "100013130": "https://ror.org/04dmgsx60", - "501100015606": "https://ror.org/03wy6tp26", - "100013848": "https://ror.org/03cqzsb89", - "501100020199": "https://ror.org/03vnb1535", - "501100019616": "https://ror.org/03qf4s180", - "100012983": "https://ror.org/05g06bh89", - "100016576": "https://ror.org/04dt6bw53", - "501100019108": "https://ror.org/057mn3690", - "501100021521": "https://ror.org/033f9yy33", - "100013331": "https://ror.org/03g3kfn65", - "501100014904": "https://ror.org/05kyq2m47", - "100019228": "https://ror.org/05ascfq76", - "501100008867": "https://ror.org/05gj07w56", - "501100014030": "https://ror.org/04a4xxs70", - "501100016328": "https://ror.org/03fkpw052", - "501100013348": "https://ror.org/05a2bhn71", - "501100014416": "https://ror.org/05m2pwn60", - "100012342": "https://ror.org/05ee7k487", - "100014330": "https://ror.org/04zyakw81", - "501100010887": "https://ror.org/04ha2bb10", - "501100016983": "https://ror.org/057tkkm33", - "100014184": "https://ror.org/05hgt1a34", - "100015066": "https://ror.org/03n5rw513", - "501100017649": "https://ror.org/034179816", - "501100009427": "https://ror.org/05y77zf79", - "100014109": "https://ror.org/05wevan27", - "501100019860": "https://ror.org/039s64n79", - "100018984": "https://ror.org/0360ybs31", - "501100010579": "https://ror.org/05f23gs03", - "501100014264": "https://ror.org/05rb1cp74", - "501100011863": "https://ror.org/05f5aj854", - "501100014373": "https://ror.org/056h71x09", - "100019335": "https://ror.org/05ymca674", - "100016318": "https://ror.org/04z9rrc30", - "501100022316": "https://ror.org/05c5y5q11", - "501100008727": "https://ror.org/04vs72b15", - "100011398": "https://ror.org/05vc9ys48", - "100015644": "https://ror.org/05m62xk31", - "100016772": "https://ror.org/043n4tt17", - "501100019929": "https://ror.org/05t797721", - "501100009373": "https://ror.org/05jxf0p38", - "501100009980": "https://ror.org/03pt86f80", - "501100016370": "https://ror.org/036e5c451", - "100019992": "https://ror.org/037fhg487", - "501100014411": "https://ror.org/04489kh59", - "501100014998": "https://ror.org/052nj8f19", - "100014944": "https://ror.org/04kb28349", - "501100012295": "https://ror.org/044m9mw93", - "100017296": "https://ror.org/05kg9ev95", - "100019274": "https://ror.org/0405n5e57", - "501100021798": "https://ror.org/04gtdp803", - "100016246": "https://ror.org/030ve2c48", - "501100022580": "https://ror.org/04kdqzg37", - "501100017268": "https://ror.org/0493xsw21", - "501100020404": "https://ror.org/03jggqf79", - "501100021219": "https://ror.org/0488wxv90", - "100019244": "https://ror.org/04amrty77", - "501100010299": "https://ror.org/04wsmmg28", - "100019128": "https://ror.org/03np0rt96", - "501100011912": "https://ror.org/03ymy8z76", - "100019248": "https://ror.org/03dnb3013", - "501100020201": "https://ror.org/05ndx7902", - "100012343": "https://ror.org/03bhd6288", - "501100012681": "https://ror.org/05mxhda18", - "100013770": "https://ror.org/055sz1p84", - "501100016376": "https://ror.org/04z0s0n10", - "100019054": "https://ror.org/05fb60c26", - "100019359": "https://ror.org/05qeh2v62", - "501100013781": "https://ror.org/03d64na34", - "100018749": "https://ror.org/055zd7d59", - "501100009824": "https://ror.org/04r9e1a13", - "501100017243": "https://ror.org/056mrsz54", - "501100022249": "https://ror.org/05ezsn819", - "501100007769": "https://ror.org/05r7n9c40", - "100019773": "https://ror.org/031362551", - "501100021773": "https://ror.org/05nz0zp31", - "501100018857": "https://ror.org/05e41x347", - "100014753": "https://ror.org/04gps3y86", - "501100010089": "https://ror.org/05t26ep05", - "100017593": "https://ror.org/041pjwa23", - "501100009455": "https://ror.org/03fq9xt66", - "100013126": "https://ror.org/0489rf374", - "100016284": "https://ror.org/04fhxp168", - "501100022341": "https://ror.org/05v6jzw04", - "100011247": "https://ror.org/055rxf725", - "501100015250": "https://ror.org/046rtjc87", - "100018657": "https://ror.org/03esj4g97", - "100019726": "https://ror.org/03p6cns83", - "501100014342": "https://ror.org/035qbs093", - "100014161": "https://ror.org/058h0c235", - "501100004896": "https://ror.org/0469x1750", - "100015842": "https://ror.org/032v9er22", - "100019756": "https://ror.org/04gn22j10", - "501100008943": "https://ror.org/031apdg46", - "100014538": "https://ror.org/03r4vfr28", - "501100011754": "https://ror.org/04xtbyj71", - "100019818": "https://ror.org/03td4yf75", - "100019929": "https://ror.org/04zcbk583", - "501100022347": "https://ror.org/03d04qg82", - "501100016979": "https://ror.org/03fbgfy04", - "501100021124": "https://ror.org/035h3r191", - "501100012273": "https://ror.org/037adk771", - "501100020860": "https://ror.org/05mh8rb60", - "501100018893": "https://ror.org/03g4sde39", - "501100021073": "https://ror.org/04gavx394", - "100014540": "https://ror.org/047hfdv65", - "100014287": "https://ror.org/03cqty937", - "100016041": "https://ror.org/048emj907", - "501100011702": "https://ror.org/03wdrmh81", - "100011327": "https://ror.org/05mzf3276", - "501100022600": "https://ror.org/058y0nn10", - "501100012266": "https://ror.org/04bvfww60", - "100019905": "https://ror.org/03ptaj492", - "501100010234": "https://ror.org/042ha6j15", - "100017255": "https://ror.org/04vgd1s66", - "501100021714": "https://ror.org/03snntx53", - "501100010199": "https://ror.org/04c4e2y94", - "501100018756": "https://ror.org/05n6zma86", - "501100018854": "https://ror.org/05gt90n14", - "501100020369": "https://ror.org/03sagfk94", - "100018110": "https://ror.org/03fm7r592", - "501100017031": "https://ror.org/05qbbf772", - "501100015755": "https://ror.org/03cn6tr16", - "100014363": "https://ror.org/05r34a481", - "501100022273": "https://ror.org/0585fsj26", - "100019534": "https://ror.org/03rd7w929", - "100010902": "https://ror.org/0394qmm90", - "100011013": "https://ror.org/036pfyg09", - "100016909": "https://ror.org/0300m5276", - "100011322": "https://ror.org/04vd6qx78", - "100017242": "https://ror.org/041rdq190", - "100012713": "https://ror.org/04q350418", - "100014996": "https://ror.org/03r4ss628", - "501100008487": "https://ror.org/050p9zb50", - "100017012": "https://ror.org/03yyg2352", - "501100013372": "https://ror.org/03myjph80", - "100015509": "https://ror.org/041qkag73", - "100018906": "https://ror.org/0464edf64", - "100017004": "https://ror.org/05wtrdx73", - "501100021572": "https://ror.org/03k2bxj15", - "100014701": "https://ror.org/046jmy298", - "501100018630": "https://ror.org/05xp2yp46", - "100019729": "https://ror.org/03khcdd80", - "501100022661": "https://ror.org/05jkk6v05", - "501100011906": "https://ror.org/05jrjgd04", - "100018152": "https://ror.org/03e5y0y34", - "100018530": "https://ror.org/04y34yk39", - "501100021803": "https://ror.org/04cbweh98", - "501100022434": "https://ror.org/04qbvw321", - "501100017505": "https://ror.org/04fcpzp05", - "501100009783": "https://ror.org/03z5b5h37", - "100012999": "https://ror.org/03cxwg632", - "100017657": "https://ror.org/03s23ay81", - "501100010802": "https://ror.org/037tr0b92", - "100016739": "https://ror.org/04k4ejz78", - "100016833": "https://ror.org/03qt1g669", - "501100012425": "https://ror.org/04skmn292", - "100013705": "https://ror.org/03yqtkg69", - "100017620": "https://ror.org/042re3x97", - "100018896": "https://ror.org/0552r4b12", - "100015974": "https://ror.org/05aspc753", - "501100015929": "https://ror.org/03tbkt876", - "100014328": "https://ror.org/04jg8an89", - "100019503": "https://ror.org/03db90279", - "100013962": "https://ror.org/04fsd0842", - "100014991": "https://ror.org/03n60vp23", - "501100014165": "https://ror.org/048macv48", - "501100020644": "https://ror.org/03twcgp39", - "100016606": "https://ror.org/03sabpy05", - "501100022014": "https://ror.org/05esh5w42", - "100016108": "https://ror.org/05pdvq933", - "100019206": "https://ror.org/04s3g5933", - "100015778": "https://ror.org/044fdhr57", - "501100015798": "https://ror.org/05nny6x17", - "100015205": "https://ror.org/050m4q971", - "100019030": "https://ror.org/0549qrd02", - "501100010460": "https://ror.org/05y4mds91", - "100019675": "https://ror.org/03zmy5a21", - "501100014875": "https://ror.org/03krx0543", - "100014933": "https://ror.org/05edt5833", - "100014629": "https://ror.org/04d8yvw59", - "501100008760": "https://ror.org/05r48bj28", - "100012394": "https://ror.org/05r5zfp34", - "100012797": "https://ror.org/04tpp9d61", - "100011230": "https://ror.org/03rkdmq10", - "100011696": "https://ror.org/03mn6ww56", - "501100012668": "https://ror.org/03rx2tr07", - "501100018931": "https://ror.org/03eyhgw20", - "501100013502": "https://ror.org/05tdna171", - "100019727": "https://ror.org/05vc9jn48", - "501100022771": "https://ror.org/05vdj5s74", - "501100002360": "https://ror.org/049gn7z52", - "501100013103": "https://ror.org/04a46mh28", - "100014644": "https://ror.org/04jdfdv39", - "501100013948": "https://ror.org/053mvwx19", - "100019550": "https://ror.org/05e6pjy56", - "501100020020": "https://ror.org/048byek34", - "100017318": "https://ror.org/04my4q272", - "501100019813": "https://ror.org/04c525d12", - "501100015236": "https://ror.org/03ep3hs23", - "501100009531": "https://ror.org/042t93s57", - "501100018640": "https://ror.org/04x2tv955", - "100018731": "https://ror.org/04ayvvz32", - "501100013324": "https://ror.org/04a31e344", - "501100016173": "https://ror.org/05nnyr510", - "501100008955": "https://ror.org/05fqypv61", - "100018873": "https://ror.org/05qssq044", - "501100009421": "https://ror.org/037s2db26", - "100011313": "https://ror.org/04bxrzx68", - "501100018883": "https://ror.org/0327mmx61", - "501100013308": "https://ror.org/03gz5xp73", - "100013791": "https://ror.org/03ngjs524", - "501100012417": "https://ror.org/0510j8x25", - "100016861": "https://ror.org/035n7q728", - "100017062": "https://ror.org/05cb1k848", - "100013961": "https://ror.org/04h2x1077", - "100018391": "https://ror.org/04p0gv653", - "100011699": "https://ror.org/03sq7pd48", - "100019527": "https://ror.org/05eebgw43", - "100016483": "https://ror.org/031n1rn61", - "501100010458": "https://ror.org/05hvw0333", - "501100019983": "https://ror.org/05ctmmy43", - "501100009627": "https://ror.org/04trj1363", - "100013324": "https://ror.org/04vvzp265", - "501100020769": "https://ror.org/05dw0p167", - "100012537": "https://ror.org/03nk9pp38", - "100019540": "https://ror.org/04p5zd128", - "501100013040": "https://ror.org/05nywn832", - "501100014267": "https://ror.org/05e830h62", - "100014360": "https://ror.org/03037ae82", - "100012825": "https://ror.org/04e3ssz85", - "501100019856": "https://ror.org/05qkfsj27", - "501100009967": "https://ror.org/03hcmxw73", - "501100010200": "https://ror.org/04p2cym91", - "100014332": "https://ror.org/05rzdej97", - "501100013368": "https://ror.org/03v0k6341", - "501100010557": "https://ror.org/04d0vc473", - "100019401": "https://ror.org/05dphnt17", - "100020076": "https://ror.org/05jz51y94", - "501100010613": "https://ror.org/03k0md330", - "100013704": "https://ror.org/03zz78009", - "100020152": "https://ror.org/034qq8x03", - "501100011473": "https://ror.org/04z3map19", - "501100016346": "https://ror.org/03rc99w60", - "100012160": "https://ror.org/05yfskh02", - "501100019230": "https://ror.org/0371fqr87", - "100013937": "https://ror.org/05y770z97", - "501100016251": "https://ror.org/040y22644", - "501100019233": "https://ror.org/031npqv35", - "501100019407": "https://ror.org/0398vrq41", - "501100009238": "https://ror.org/04qn5a624", - "501100020025": "https://ror.org/04f8k9513", - "100011298": "https://ror.org/054qsv864", - "100019184": "https://ror.org/05cvqmv08", - "501100011743": "https://ror.org/04m2hj141", - "501100009522": "https://ror.org/04f8ayv68", - "100014345": "https://ror.org/041vyzr56", - "501100012688": "https://ror.org/03zdwsf69", - "100018688": "https://ror.org/04jgeq066", - "100018028": "https://ror.org/03r9k1585", - "100013075": "https://ror.org/03dqcb840", - "100016613": "https://ror.org/04erk7g84", - "501100021367": "https://ror.org/04yfckj62", - "100017493": "https://ror.org/0395ve714", - "501100022010": "https://ror.org/056206b04", - "100018726": "https://ror.org/03ezqnp95", - "501100011867": "https://ror.org/03esfes81", - "501100017618": "https://ror.org/04nm9ed20", - "100014395": "https://ror.org/04tm9hq97", - "100015291": "https://ror.org/04rtdp853", - "501100011852": "https://ror.org/03z3mg085", - "501100014745": "https://ror.org/03f2ct267", - "100019826": "https://ror.org/04j9g3e78", - "501100017631": "https://ror.org/047qgg117", - "100013760": "https://ror.org/058gp5587", - "501100015640": "https://ror.org/04xy45965", - "501100011023": "https://ror.org/05vtzry32", - "501100021717": "https://ror.org/047ck1j35", - "100019821": "https://ror.org/03pm18j10", - "100020115": "https://ror.org/04hrnch96", - "100016045": "https://ror.org/04g0mqe67", - "100017069": "https://ror.org/05s570m15", - "100020155": "https://ror.org/030sdfc18", - "501100015826": "https://ror.org/05v642w12", - "100013882": "https://ror.org/0367ekx87", - "501100021196": "https://ror.org/053336823", - "100011729": "https://ror.org/046kpcm47", - "100016463": "https://ror.org/05e276m57", - "100018546": "https://ror.org/04wnpnz26", - "100018507": "https://ror.org/05188mw55", - "501100021740": "https://ror.org/04j3r8z61", - "100019557": "https://ror.org/04ja5n907", - "501100020744": "https://ror.org/0543q7s13", - "100012803": "https://ror.org/04fegvg32", - "100019306": "https://ror.org/05t4pvx35", - "100013066": "https://ror.org/05nnk3913", - "100017314": "https://ror.org/048nxq511", - "100015636": "https://ror.org/0535hbe81", - "501100021735": "https://ror.org/052smz949", - "100019893": "https://ror.org/03tk0zs48", - "501100009886": "https://ror.org/039k11f95", - "501100015653": "https://ror.org/04bfs6764", - "100018287": "https://ror.org/05azc9n12", - "501100019273": "https://ror.org/05fjs7w98", - "100012395": "https://ror.org/03hgnwx26", - "100016754": "https://ror.org/0556qrc19", - "100019850": "https://ror.org/05ed6gd68", - "501100011308": "https://ror.org/05803vc71", - "501100013307": "https://ror.org/02zrtpp84", - "501100020621": "https://ror.org/04y7ajp38", - "501100013913": "https://ror.org/030wfqt16", - "501100010738": "https://ror.org/04zn72g03", - "501100013165": "https://ror.org/05srazs86", - "501100012701": "https://ror.org/04f4wg107", - "100013073": "https://ror.org/04hfkdb50", - "100012805": "https://ror.org/04we7d902", - "100017432": "https://ror.org/05mm1w714", - "100016855": "https://ror.org/047ktk903", - "100014490": "https://ror.org/03savc306", - "100010956": "https://ror.org/040kfrw16", - "501100020558": "https://ror.org/05y6jfx28", - "100016586": "https://ror.org/04h31f025", - "100018037": "https://ror.org/05qa5rt69", - "501100020401": "https://ror.org/04tsbkh63", - "100011403": "https://ror.org/052mq0r90", - "501100011331": "https://ror.org/04e6h1p91", - "100014596": "https://ror.org/0563w1497", - "501100009191": "https://ror.org/05d2pc330", - "100019414": "https://ror.org/053vdtz38", - "501100020574": "https://ror.org/0491y3t26", - "100016774": "https://ror.org/05asvgp75", - "501100013853": "https://ror.org/037c01n91", - "100016238": "https://ror.org/04eb9e087", - "100016759": "https://ror.org/03xcfma33", - "100020131": "https://ror.org/03bc44j62", - "100016770": "https://ror.org/04cybtr86", - "100019890": "https://ror.org/03n60ep10", - "501100010848": "https://ror.org/043fmpd46", - "501100021532": "https://ror.org/04f6sph74", - "100014943": "https://ror.org/054f2wp19", - "501100010627": "https://ror.org/03dfa9f06", - "100014421": "https://ror.org/04cjrna85", - "501100009574": "https://ror.org/055bn0x53", - "501100017613": "https://ror.org/051k00p03", - "501100016275": "https://ror.org/05dmr4w13", - "100015223": "https://ror.org/05xbkrn90", - "100019847": "https://ror.org/054j4ex16", - "100011096": "https://ror.org/055mhsv54", - "100013419": "https://ror.org/05nv1pa68", - "100015772": "https://ror.org/03j1rr444", - "100018162": "https://ror.org/0508jvq27", - "501100011620": "https://ror.org/05kje8j93", - "501100011868": "https://ror.org/03hvzdf94", - "501100010586": "https://ror.org/03np4e098", - "100012783": "https://ror.org/050xp5d36", - "501100010883": "https://ror.org/05vkkzf98", - "100017516": "https://ror.org/05vd6ad22", - "501100015392": "https://ror.org/04jbp8w50", - "501100008546": "https://ror.org/03xxsgr61", - "501100011990": "https://ror.org/054yt8091", - "100015482": "https://ror.org/03qjb5r86", - "501100022774": "https://ror.org/04kxhtm13", - "100019700": "https://ror.org/05v2p9075", - "501100020554": "https://ror.org/05v27w196", - "501100022075": "https://ror.org/05sxf4h28", - "100016690": "https://ror.org/05rnkb382", - "501100021270": "https://ror.org/03nfnrd41", - "100017931": "https://ror.org/05tcvzc03", - "501100011350": "https://ror.org/05wzjqa24", - "501100010210": "https://ror.org/040ys5a92", - "100016575": "https://ror.org/05f8a4p63", - "501100015319": "https://ror.org/05tbrga38", - "100014586": "https://ror.org/04347cr60", - "100018802": "https://ror.org/05p6xj614", - "501100015506": "https://ror.org/051pbs608", - "100019555": "https://ror.org/04pb1a459", - "501100013360": "https://ror.org/052z2q786", - "100013164": "https://ror.org/05av6m066", - "100013633": "https://ror.org/0591pcw70", - "100019523": "https://ror.org/04jjxmt88", - "501100019247": "https://ror.org/05hz4mv11", - "100015431": "https://ror.org/03vbz5k97", - "100011275": "https://ror.org/048768v87", - "100012724": "https://ror.org/03g8swq49", - "501100015790": "https://ror.org/03kr8x191", - "100017032": "https://ror.org/05035d657", - "100019132": "https://ror.org/035kpke84", - "100012296": "https://ror.org/04grmx538", - "501100014558": "https://ror.org/03j7v5j15", - "501100015816": "https://ror.org/03vbj2a93", - "501100011017": "https://ror.org/0333e3w09", - "100019100": "https://ror.org/04jmkm342", - "501100018675": "https://ror.org/04yzh9160", - "501100011635": "https://ror.org/0590dnz19", - "501100009372": "https://ror.org/03cdvht47", - "100018194": "https://ror.org/03mxw8t14", - "501100018646": "https://ror.org/05qebwp08", - "501100012628": "https://ror.org/053ee9k66", - "501100022351": "https://ror.org/050rx4p59", - "501100011773": "https://ror.org/04t9bwz39", - "501100022753": "https://ror.org/04zkdcw61", - "501100011063": "https://ror.org/0575pmh72", - "501100013238": "https://ror.org/0331zs648", - "100017468": "https://ror.org/053151j41", - "501100016995": "https://ror.org/04vcn6p23", - "501100020142": "https://ror.org/05b2wbh21", - "501100017517": "https://ror.org/040v3rp82", - "100011418": "https://ror.org/05t3ett24", - "100012900": "https://ror.org/051qwcj72", - "100018377": "https://ror.org/033xvax87", - "100016983": "https://ror.org/03cxys317", - "501100021543": "https://ror.org/04fbh1w34", - "501100020868": "https://ror.org/05khtr396", - "100013374": "https://ror.org/03f1za223", - "100016182": "https://ror.org/04xz38214", - "501100021567": "https://ror.org/04sbsx707", - "501100021835": "https://ror.org/03jyskd58", - "501100016303": "https://ror.org/053ax8j41", - "100018500": "https://ror.org/032q5ym94", - "100015836": "https://ror.org/04hwy3h09", - "100015506": "https://ror.org/0375ste74", - "501100020993": "https://ror.org/0441jdk54", - "501100019871": "https://ror.org/05787my06", - "501100015696": "https://ror.org/03c8k9q07", - "501100012446": "https://ror.org/0331wat71", - "100019619": "https://ror.org/04t34tv83", - "501100010100": "https://ror.org/04wpcxa25", - "501100011753": "https://ror.org/04fhee747", - "501100014399": "https://ror.org/03hkr1v69", - "501100022617": "https://ror.org/03f1y7c55", - "501100022337": "https://ror.org/05b3hqn14", - "100019861": "https://ror.org/05par7p11", - "100015751": "https://ror.org/03hhwkj37", - "100019869": "https://ror.org/0543j5e78", - "501100020827": "https://ror.org/05jte2q37", - "501100007653": "https://ror.org/035rzkx15", - "100015492": "https://ror.org/036hgj583", - "501100021133": "https://ror.org/05cz76a40", - "100014613": "https://ror.org/032mgcs57", - "501100014777": "https://ror.org/0376kfa34", - "501100021084": "https://ror.org/03sab2a45", - "501100016371": "https://ror.org/056ja1h98", - "100013783": "https://ror.org/03czd4830", - "100012393": "https://ror.org/03q9rqs31", - "501100014389": "https://ror.org/0417e5p93", - "100017247": "https://ror.org/04nv7tt16", - "100019754": "https://ror.org/0452qvp61", - "100017494": "https://ror.org/054t10v53", - "501100009008": "https://ror.org/04z4wmb81", - "100014376": "https://ror.org/0423z3467", - "501100022611": "https://ror.org/04n1mwm18", - "501100017527": "https://ror.org/03108sf43", - "100019958": "https://ror.org/03nrbzf14", - "501100021725": "https://ror.org/03maknm89", - "100012232": "https://ror.org/032ydsv23", - "501100016191": "https://ror.org/04rz2mx03", - "100010862": "https://ror.org/04gnp7x40", - "100019986": "https://ror.org/04qfh2k37", - "501100009878": "https://ror.org/03mm67z69", - "100019947": "https://ror.org/058by8c55", - "100019402": "https://ror.org/053kr4v45", - "100013129": "https://ror.org/05ka9pc18", - "100020025": "https://ror.org/03z6hnk02", - "100014808": "https://ror.org/05hesyx60", - "100016267": "https://ror.org/03dhz6d13", - "501100019289": "https://ror.org/0412y9z21", - "100019385": "https://ror.org/057xtrt18", - "100015681": "https://ror.org/03v67de52", - "100014407": "https://ror.org/05gyngk54", - "501100019398": "https://ror.org/053qy4437", - "100014170": "https://ror.org/05xz6wm82", - "100012619": "https://ror.org/04j0sev46", - "100019551": "https://ror.org/05fn8qw23", - "100019687": "https://ror.org/03eyq4y97", - "100013983": "https://ror.org/03qygnx22", - "501100016994": "https://ror.org/030v5kp38", - "100016928": "https://ror.org/05adj5455", - "501100009338": "https://ror.org/03p3sm411", - "100012838": "https://ror.org/05ref2x71", - "501100009822": "https://ror.org/03zv4m970", - "501100018573": "https://ror.org/0400g8r85", - "100015040": "https://ror.org/04a5qyn42", - "501100020556": "https://ror.org/05hkxne09", - "501100015661": "https://ror.org/05dkdaa55", - "100012922": "https://ror.org/05kwhph67", - "501100016379": "https://ror.org/04qmmjx98", - "100017787": "https://ror.org/05msxaq47", - "100018256": "https://ror.org/051n2dc24", - "501100012228": "https://ror.org/03jmg4515", - "501100010971": "https://ror.org/04c6p2s85", - "501100016091": "https://ror.org/04b7wbe03", - "501100013831": "https://ror.org/031d5vw30", - "100016846": "https://ror.org/03k8der79", - "100016140": "https://ror.org/05t1y0b59", - "100016814": "https://ror.org/058sw7g55", - "100016011": "https://ror.org/04smsfy22", - "501100019111": "https://ror.org/04yn72m09", - "501100022575": "https://ror.org/04d8ztx87", - "100012844": "https://ror.org/04mvpxy20", - "100018195": "https://ror.org/05jsqgv79", - "100019761": "https://ror.org/05xh8jn56", - "100012599": "https://ror.org/04zp96367", - "501100015812": "https://ror.org/05n0gsn30", - "100012887": "https://ror.org/03n9scz70", - "100015377": "https://ror.org/04cc2md17", - "501100011000": "https://ror.org/04w36j572", - "100014935": "https://ror.org/031mgj447", - "501100017536": "https://ror.org/033nbnf69", - "100016931": "https://ror.org/05vg74d16", - "100008664": "https://ror.org/0332bbh94", - "501100017585": "https://ror.org/034haf133", - "501100017635": "https://ror.org/04498wq72", - "501100020718": "https://ror.org/04hhneb29", - "501100021686": "https://ror.org/05p21nq18", - "501100008007": "https://ror.org/058kzsd48", - "100010804": "https://ror.org/034erzg96", - "501100015021": "https://ror.org/04h3kqy34", - "100018279": "https://ror.org/04bksfs41", - "100014348": "https://ror.org/03j69jg83", - "501100019777": "https://ror.org/0554dyz25", - "501100017565": "https://ror.org/048f7th17", - "501100008808": "https://ror.org/050kded90", - "501100012439": "https://ror.org/03mrbr458", - "501100015072": "https://ror.org/05fj6by70", - "501100015374": "https://ror.org/05by9mg64", - "100016254": "https://ror.org/04njz3m02", - "501100020737": "https://ror.org/03y191s38", - "100017645": "https://ror.org/03y8p5m75", - "501100019176": "https://ror.org/039b65w79", - "501100015691": "https://ror.org/05t91sk49", - "100017843": "https://ror.org/04fqe9p30", - "501100013928": "https://ror.org/05j6ybs54", - "501100015918": "https://ror.org/054x1kd82", - "100018255": "https://ror.org/05fnxgv12", - "100019909": "https://ror.org/03gfhhj78", - "501100021671": "https://ror.org/055n68305", - "100016311": "https://ror.org/04mmhzs81", - "501100015810": "https://ror.org/03wcn4h12", - "501100008968": "https://ror.org/05esrfe27", - "501100018862": "https://ror.org/05x2svh05", - "100012665": "https://ror.org/05p6rhy72", - "100013510": "https://ror.org/034vnkd20", - "501100014203": "https://ror.org/04kmpyd03", - "100015512": "https://ror.org/05cj29x94", - "100016873": "https://ror.org/031grv205", - "100016792": "https://ror.org/056v6wn83", - "100015770": "https://ror.org/03n7vd314", - "100014986": "https://ror.org/0472ppj97", - "501100010724": "https://ror.org/04yz0nm53", - "100014333": "https://ror.org/055a4nj91", - "100016666": "https://ror.org/04ptwdm39", - "100017307": "https://ror.org/05e2f9085", - "501100015317": "https://ror.org/05s04wy35", - "100013202": "https://ror.org/0556gk990", - "501100012145": "https://ror.org/05cdfgm80", - "100012364": "https://ror.org/04p68fv46", - "100012570": "https://ror.org/038wdy960", - "100014634": "https://ror.org/03rc91c03", - "501100009698": "https://ror.org/04r15fz20", - "501100019915": "https://ror.org/03cssjc92", - "501100010684": "https://ror.org/0455awd29", - "100010607": "https://ror.org/03xh6aq63", - "100011427": "https://ror.org/04h48pe74", - "100012612": "https://ror.org/03151rh82", - "100015075": "https://ror.org/04j7mzp05", - "100019535": "https://ror.org/033ztpr93", - "100014833": "https://ror.org/052sd7022", - "100018493": "https://ror.org/04k9dce70", - "501100009573": "https://ror.org/05mgp8x93", - "100012975": "https://ror.org/03sscxa41", - "100013520": "https://ror.org/05bdaxb75", - "100013154": "https://ror.org/05xte6x19", - "100012233": "https://ror.org/03zvgda56", - "501100015084": "https://ror.org/04gmab760", - "501100015055": "https://ror.org/0369jpd83", - "501100009480": "https://ror.org/05s5ffk95", - "100016480": "https://ror.org/04dxbz091", - "501100010337": "https://ror.org/036dyz052", - "100015013": "https://ror.org/0469yk703", - "100014881": "https://ror.org/0597re059", - "501100014825": "https://ror.org/05qr7ed45", - "100019475": "https://ror.org/03acdk243", - "100015601": "https://ror.org/05hw40m44", - "501100017502": "https://ror.org/03p767394", - "100019571": "https://ror.org/044bma518", - "100013993": "https://ror.org/03a6z4w08", - "501100022543": "https://ror.org/05t3vnt47", - "100011800": "https://ror.org/057315g56", - "100019310": "https://ror.org/05dnene97", - "100018267": "https://ror.org/03sfwvw54", - "501100011858": "https://ror.org/05px9k635", - "100012736": "https://ror.org/0390vdb22", - "501100022012": "https://ror.org/055rjs771", - "100014640": "https://ror.org/04x222a35", - "100019730": "https://ror.org/036jb8273", - "100017654": "https://ror.org/03ae6qy41", - "501100020449": "https://ror.org/05twya590", - "501100020693": "https://ror.org/03qyr1v70", - "100016915": "https://ror.org/03bf4tw22", - "100014302": "https://ror.org/03a7c7317", - "501100009377": "https://ror.org/03qgg4v31", - "501100009750": "https://ror.org/03qb1q739", - "501100013135": "https://ror.org/040h35947", - "501100016280": "https://ror.org/04p2sbk06", - "100015587": "https://ror.org/03gh96r95", - "100016857": "https://ror.org/03gbzhd34", - "100017985": "https://ror.org/059saq786", - "100018368": "https://ror.org/04a8rt780", - "501100013325": "https://ror.org/04rbpat47", - "501100021217": "https://ror.org/03rs2w544", - "501100013907": "https://ror.org/04wvygn49", - "501100018681": "https://ror.org/04zn6xq74", - "100016949": "https://ror.org/05krpfr80", - "100012017": "https://ror.org/048hrc512", - "100016849": "https://ror.org/052y0j663", - "100017914": "https://ror.org/04r83e717", - "100017600": "https://ror.org/05f2age66", - "100015060": "https://ror.org/058h74p94", - "501100017040": "https://ror.org/05mjrzy91", - "100016859": "https://ror.org/05jyg6z06", - "100015832": "https://ror.org/05bnz7c87", - "100017394": "https://ror.org/02zv3m156", - "501100022188": "https://ror.org/04p6eac84", - "100019968": "https://ror.org/04d6b6d46", - "100019865": "https://ror.org/05vh67662", - "501100019870": "https://ror.org/03qendm16", - "100017921": "https://ror.org/05t8s3y29", - "501100021560": "https://ror.org/03tx9h743", - "100012757": "https://ror.org/03zfph507", - "100017544": "https://ror.org/05xcarb80", - "100013417": "https://ror.org/04k5gs878", - "100014029": "https://ror.org/04ysagy14", - "100011698": "https://ror.org/04sn78z72", - "100016283": "https://ror.org/049te4f25", - "100013839": "https://ror.org/032w5j703", - "501100015625": "https://ror.org/04g4rsk10", - "501100011673": "https://ror.org/04e0pwy27", - "501100020717": "https://ror.org/03z98aa86", - "501100022492": "https://ror.org/02zpxgh81", - "501100016313": "https://ror.org/03f3rne76", - "100013330": "https://ror.org/04nbx4a76", - "501100009690": "https://ror.org/05sy5hm57", - "100018273": "https://ror.org/04ysqja07", - "100015652": "https://ror.org/0513pp416", - "501100021832": "https://ror.org/05js82y61", - "501100019224": "https://ror.org/04mcppw82", - "100014735": "https://ror.org/05rykfp30", - "501100011580": "https://ror.org/04kf5kc54", - "100011738": "https://ror.org/03d543283", - "100016537": "https://ror.org/04s498a57", - "501100015368": "https://ror.org/036rzqn25", - "100019130": "https://ror.org/0421w8947", - "100015456": "https://ror.org/05wk4rc87", - "100019435": "https://ror.org/03xzf6x18", - "100019074": "https://ror.org/0505pmp86", - "501100012111": "https://ror.org/03hrf8236", - "501100013953": "https://ror.org/05pqnfp43", - "501100019159": "https://ror.org/03y4g9k62", - "100011349": "https://ror.org/04d5vba33", - "100018297": "https://ror.org/04a3gpp87", - "100014139": "https://ror.org/03fz1tt45", - "501100010007": "https://ror.org/03ny8r668", - "100014015": "https://ror.org/03wev7075", - "100019474": "https://ror.org/04et4d930", - "100015452": "https://ror.org/05qehc735", - "501100014991": "https://ror.org/05pjsqp06", - "501100000348": "https://ror.org/04yxemn98", - "501100005635": "https://ror.org/04yxemn98", - "100020395": "https://ror.org/00sfmx060", - "100020297": "https://ror.org/05exmmw78", - "100020268": "https://ror.org/03mcefb58", - "100020305": "https://ror.org/00rpqyj14", - "100020224": "https://ror.org/05hag2y10", - "100020241": "https://ror.org/037px4461", - "501100023231": "https://ror.org/04xbpez43", - "100020217": "https://ror.org/01rsgrz10", - "501100023298": "https://ror.org/03j96wp44", - "100020412": "https://ror.org/05mdyn772", - "100020270": "https://ror.org/01gr7hw08", - "501100023266": "https://ror.org/02j01mp63", - "100020223": "https://ror.org/0154kn471", - "100020333": "https://ror.org/0233jz243", - "501100009157": "https://ror.org/015h5sy57", - "100020250": "https://ror.org/027g1r322", - "100020266": "https://ror.org/03tvpbp09", - "501100022878": "https://ror.org/03z324m19", - "100020210": "https://ror.org/01exj2638", - "501100002732": "https://ror.org/04mxp4k39", - "501100022869": "https://ror.org/02n0sa445", - "100006488": "https://ror.org/03t0t6y08", - "100020391": "https://ror.org/015b0dz43", - "501100002986": "https://ror.org/015z41c35", - "501100022860": "https://ror.org/015z41c35", - "501100023288": "https://ror.org/04dmy8675", - "100020373": "https://ror.org/04qawwn42", - "501100005925": "https://ror.org/04rbvc675", - "100020358": "https://ror.org/05p2jqt70", - "100020329": "https://ror.org/01vvhy971", - "100012709": "https://ror.org/038yc5y48", - "501100022910": "https://ror.org/038yc5y48", - "100020203": "https://ror.org/04x1dwm38", - "501100022896": "https://ror.org/05jtex909", - "100020335": "https://ror.org/02pr1mr20", - "100019699": "https://ror.org/01fczmh85", - "100020273": "https://ror.org/01vf2ak57", - "501100006556": "https://ror.org/017h5q109", - "100020331": "https://ror.org/0092gmc55", - "501100023291": "https://ror.org/02s0g2v93", - "501100023318": "https://ror.org/04af7ga89", - "501100023290": "https://ror.org/05ekp1k95", - "100020365": "https://ror.org/050103r16", - "501100023401": "https://ror.org/04z50eg91", - "501100023294": "https://ror.org/03ptf5b24", - "100020332": "https://ror.org/01h85hm56", - "501100002454": "https://ror.org/02tx4na66", - "100010411": "https://ror.org/00np1ar05", - "100020179": "https://ror.org/044356j33", - "100009471": "https://ror.org/02esmmc86", - "100020247": "https://ror.org/040548g92", - "100017304": "https://ror.org/02n2n9a06", - "501100023362": "https://ror.org/02n2n9a06", - "100020275": "https://ror.org/015frs841", - "100020191": "https://ror.org/047van922", - "501100023171": "https://ror.org/04meft248", - "501100023334": "https://ror.org/04rsrxr19", - "501100014438": "https://ror.org/05bgf9v38", - "501100003639": "https://ror.org/00r5tc683", - "100020350": "https://ror.org/00r5tc683", - "100005294": "https://ror.org/002pd6e78", - "100008503": "https://ror.org/002pd6e78", - "100020406": "https://ror.org/03rks9355", - "100020285": "https://ror.org/02k8zdn75", - "100005173": "https://ror.org/038q98v71", - "100020414": "https://ror.org/038q98v71", - "501100023180": "https://ror.org/0289s0476", - "501100023374": "https://ror.org/05xzb7x97", - "100020225": "https://ror.org/02ynbzc81", - "100020256": "https://ror.org/042ksc857", - "100020379": "https://ror.org/0299fsa36", - "501100023176": "https://ror.org/05ret9323", - "501100022863": "https://ror.org/0468vd838", - "100020287": "https://ror.org/059pwer52", - "100020390": "https://ror.org/02ecaj844", - "501100023282": "https://ror.org/056hzt889", - "501100022908": "https://ror.org/008b3br98", - "100020323": "https://ror.org/04evq0v43", - "100020422": "https://ror.org/04fnb9f41", - "501100023330": "https://ror.org/02ghpjv23", - "501100023239": "https://ror.org/05hhpdx12", - "100020261": "https://ror.org/00k63dq23", - "100020204": "https://ror.org/0027yp743", - "100020357": "https://ror.org/0494tsn97", - "100020399": "https://ror.org/000fxgx19", - "100020291": "https://ror.org/00dwsfp88", - "501100023399": "https://ror.org/00q4ajz48", - "501100023234": "https://ror.org/04c8bjx39", - "501100022973": "https://ror.org/03tmpzb72", - "501100001648": "https://ror.org/05tgz4m05", - "100001383": "https://ror.org/03g2hz705", - "501100003779": "https://ror.org/02tx5t327", - "100007394": "https://ror.org/00x20kz95", - "501100006332": "https://ror.org/00x20kz95", - "501100013996": "https://ror.org/02yfqyv95", - "501100002883": "https://ror.org/01tj2ez11", - "100008346": "https://ror.org/04cyhfr73", - "100005427": "https://ror.org/01qcqnr53", - "100005938": "https://ror.org/01qcqnr53", - "100004745": "https://ror.org/02e1waz46", - "100007745": "https://ror.org/05hffq650", - "501100007774": "https://ror.org/03c2jp606", - "100012928": "https://ror.org/00vqczs30", - "501100009248": "https://ror.org/018kpa439", - "100005710": "https://ror.org/022bt2d08", - "501100005634": "https://ror.org/03f13ma83", - "100016927": "https://ror.org/04r8tsy16", - "501100001511": "https://ror.org/05wtegv53", - "501100018722": "https://ror.org/03vzats23", - "501100018957": "https://ror.org/04fgrzc24", - "100013518": "https://ror.org/058mdpy54", - "501100000832": "https://ror.org/05ag50972", - "501100017575": "https://ror.org/00qaa6j11", - "501100008247": "https://ror.org/02zxd7j32", - "501100006343": "https://ror.org/02xr0t522", - "501100000701": "https://ror.org/028j6em17", - "100005131": "https://ror.org/01agsw646", - "100016642": "https://ror.org/02qst6p72", - "501100017519": "https://ror.org/015152t55", - "100015595": "https://ror.org/05ahavf04", - "100015612": "https://ror.org/04jme7072", - "100005190": "https://ror.org/025ck6r46", - "100017009": "https://ror.org/01b8dqz05", - "501100019069": "https://ror.org/00z3yke57", - "501100007339": "https://ror.org/00jn6x547", - "501100001302": "https://ror.org/010t7zx27", - "100018455": "https://ror.org/051xvcg79", - "100005515": "https://ror.org/05rh56x14", - "100018591": "https://ror.org/01z4pqw17", - "501100014076": "https://ror.org/04gffpy86", - "100008761": "https://ror.org/00bekwh77", - "501100014102": "https://ror.org/00d503m77", - "501100008103": "https://ror.org/03t5h1366", - "501100012643": "https://ror.org/02f99cq72", - "501100003092": "https://ror.org/04ch2g225", - "100018477": "https://ror.org/05s31v772", - "100018254": "https://ror.org/05mt01203", - "100004698": "https://ror.org/05jzwe545", - "501100000643": "https://ror.org/023hf9v24", - "100002886": "https://ror.org/01fq70c03", - "100001102": "https://ror.org/00xzyx493", - "100000880": "https://ror.org/03hgmmt92", - "100013915": "https://ror.org/04csczr47", - "100018885": "https://ror.org/04cmvh994", - "100008100": "https://ror.org/053ejc545", - "100013228": "https://ror.org/05jsjqy14", - "501100008556": "https://ror.org/02sybec58", - "501100008571": "https://ror.org/02sybec58", - "501100006133": "https://ror.org/02sybec58", - "501100002785": "https://ror.org/04qj1xq90", - "100012443": "https://ror.org/02wpjhe84", - "501100003748": "https://ror.org/0433fd238", - "501100002372": "https://ror.org/0307fa790", - "501100000746": "https://ror.org/025kprq56", - "100013737": "https://ror.org/02h4asg26", - "100009221": "https://ror.org/01y9f7d13", - "100007224": "https://ror.org/04rw64z44", - "100012773": "https://ror.org/04ht6yt06", - "100009291": "https://ror.org/00ysrwn89", - "100001110": "https://ror.org/02rkwqj17", - "501100011916": "https://ror.org/05crnp253", - "501100000066": "https://ror.org/05nfe2x50", - "501100014732": "https://ror.org/0451xdy64", - "100001084": "https://ror.org/00hz58r10", - "100013224": "https://ror.org/03k9ter64", - "501100000160": "https://ror.org/01v4ej106", - "100002197": "https://ror.org/052a29317", - "501100007249": "https://ror.org/04khcv915", - "100013544": "https://ror.org/03hxvmc90", - "501100004402": "https://ror.org/03hdrgy42", - "100001781": "https://ror.org/002eht127", - "100002995": "https://ror.org/03vp1z202", - "100008486": "https://ror.org/02nwcn776", - "100016969": "https://ror.org/00f11af73", - "100007100": "https://ror.org/05f1ftz34", - "100014225": "https://ror.org/049b4n024", - "501100000091": "https://ror.org/05nsmzt44", - "501100013875": "https://ror.org/05wrsmg43", - "100008764": "https://ror.org/02xfg4z45", - "100001017": "https://ror.org/00w3rj542", - "501100013914": "https://ror.org/019pxzh98", - "501100021390": "https://ror.org/02fppqh55", - "100013209": "https://ror.org/05ff35k33", - "100008043": "https://ror.org/02egtkj64", - "100003784": "https://ror.org/00qb92h32", - "100001121": "https://ror.org/04wy7hp55", - "100016674": "https://ror.org/03h7y8q20", - "100018816": "https://ror.org/0252btq49", - "501100001981": "https://ror.org/02dfhev96", - "100008742": "https://ror.org/01p0kh042", - "100015924": "https://ror.org/0101rsn15", - "100014003": "https://ror.org/0508kjn56", - "501100000386": "https://ror.org/05b1nw684", - "100006043": "https://ror.org/019zjrs07", - "100009289": "https://ror.org/015qzxt65", - "100005124": "https://ror.org/011pbwt24", - "501100019865": "https://ror.org/047hkmt09", - "100020380": "https://ror.org/01bc2nz61", - "100009677": "https://ror.org/04wvm3361", - "100016766": "https://ror.org/04dn5pv56", - "501100001221": "https://ror.org/05jzhr591", - "501100004108": "https://ror.org/0043mh554", - "501100002355": "https://ror.org/04vaqfq82", - "100001292": "https://ror.org/016b0fq51", - "501100002834": "https://ror.org/00cfgrb31", - "501100020590": "https://ror.org/03pm0a810", - "100006772": "https://ror.org/00951b249", - "501100015992": "https://ror.org/02twggb97", - "100016881": "https://ror.org/03t8gwj81", - "501100020415": "https://ror.org/03fp5k922", - "100016487": "https://ror.org/056qngw23", - "100007038": "https://ror.org/00f7y2s26", - "100005191": "https://ror.org/00k0a6x92", - "100004175": "https://ror.org/03bgrdf63", - "501100001563": "https://ror.org/04tghch53", - "501100003035": "https://ror.org/02hcraz70", - "100013710": "https://ror.org/0129t8w49", - "100005722": "https://ror.org/00xg12k29", - "501100014536": "https://ror.org/01mae9353", - "100001772": "https://ror.org/019sg3t80", - "100007687": "https://ror.org/05cbf1t36", - "100003284": "https://ror.org/01cc8fr56", - "100007480": "https://ror.org/05tvg6d45", - "100001269": "https://ror.org/00azwrb54", - "100004787": "https://ror.org/0486bt777", - "100007682": "https://ror.org/00e5w5x57", - "100006060": "https://ror.org/05ddz3y46", - "501100000096": "https://ror.org/02ts8v790", - "100005819": "https://ror.org/03d6fb891", - "501100012028": "https://ror.org/02py32171", - "100013958": "https://ror.org/02qqgz317", - "501100003548": "https://ror.org/021bbn477", - "100018919": "https://ror.org/03qdqbt06", - "100018382": "https://ror.org/03g2whv89", - "100016947": "https://ror.org/05d8ft347", - "501100002363": "https://ror.org/03gsev974", - "501100006748": "https://ror.org/02h1t6f69", - "100016146": "https://ror.org/00yx5cw48", - "501100001064": "https://ror.org/02tx9ak91", - "501100000665": "https://ror.org/05f5zxm22", - "501100001216": "https://ror.org/01jhgd738", - "501100017021": "https://ror.org/05d88z031", - "100002553": "https://ror.org/01yv62k92", - "501100020146": "https://ror.org/03kvm0223", - "501100001031": "https://ror.org/022dvrf67", - "100003290": "https://ror.org/04n9k1k06", - "100008767": "https://ror.org/03bvbrw19", - "100012782": "https://ror.org/02nqgxe18", - "501100016118": "https://ror.org/041pvn916", - "100012788": "https://ror.org/05dv7fn73", - "100012919": "https://ror.org/02xhgwv92", - "100002984": "https://ror.org/043h1dd22", - "501100011864": "https://ror.org/04htrme26", - "100008985": "https://ror.org/01dysnd41", - "501100010302": "https://ror.org/0210ag428", - "100006215": "https://ror.org/01gh7xv33", - "100005420": "https://ror.org/04fz26w57", - "100010413": "https://ror.org/054bwgf62", - "100007452": "https://ror.org/05dgwj702", - "100006460": "https://ror.org/04a09tp93", - "501100002707": "https://ror.org/026dnzb16", - "100018961": "https://ror.org/016np2f45", - "100003183": "https://ror.org/02n6q7023", - "501100000010": "https://ror.org/05h7de630", - "100005270": "https://ror.org/003ghvj67", - "100000872": "https://ror.org/003ghvj67", - "100014020": "https://ror.org/003qybm63", - "100014088": "https://ror.org/00ns6x030", - "100006672": "https://ror.org/00c072981", - "100007443": "https://ror.org/00986jy03", - "501100000627": "https://ror.org/00xkj2889", - "501100003792": "https://ror.org/014btj409", - "100010576": "https://ror.org/00zs1y079", - "100012176": "https://ror.org/028vg3q27", - "100012643": "https://ror.org/035yf7a66", - "100007665": "https://ror.org/05v258791", - "501100006142": "https://ror.org/035jwz470", - "100003997": "https://ror.org/02gwszx41", - "501100010698": "https://ror.org/00zpnkr86", - "100016349": "https://ror.org/009rrgv92", - "501100013331": "https://ror.org/03y4rnb63", - "100013057": "https://ror.org/01f734v37", - "501100015383": "https://ror.org/04hzejq44", - "501100002805": "https://ror.org/048p4fn82", - "100013124": "https://ror.org/03c596w89", - "100015547": "https://ror.org/05w54hk79", - "100016374": "https://ror.org/0450ebe61", - "501100006244": "https://ror.org/05gxzef39", - "100014509": "https://ror.org/023pys871", - "100013459": "https://ror.org/01rj99y75", - "100008083": "https://ror.org/00f2vj333", - "501100000241": "https://ror.org/0385yzn06", - "100013935": "https://ror.org/05w8p5s11", - "501100014916": "https://ror.org/05qp89973", - "501100001268": "https://ror.org/02zzdgk49", - "501100016065": "https://ror.org/04901nj56", - "501100013800": "https://ror.org/038d7ve10", - "100017777": "https://ror.org/00dxqqk95", - "100017575": "https://ror.org/01a6rnx77", - "100001829": "https://ror.org/05gj50p33", - "100007169": "https://ror.org/016kfpn06", - "501100007444": "https://ror.org/00k289v48", - "501100004243": "https://ror.org/0011f2t53", - "501100000534": "https://ror.org/05pebnr13", - "501100001061": "https://ror.org/038mte443", - "501100000558": "https://ror.org/0183crf97", - "100012761": "https://ror.org/01esr7813", - "501100004205": "https://ror.org/0016t4p10", - "100009387": "https://ror.org/05pdpaa51", - "100013071": "https://ror.org/046bsww91", - "501100001534": "https://ror.org/02hgwhq57", - "100002576": "https://ror.org/008xmrm87", - "501100001564": "https://ror.org/00przpv88", - "501100000697": "https://ror.org/04v48nr57", - "100001828": "https://ror.org/007x3v691", - "501100007442": "https://ror.org/0151rzq22", - "501100002351": "https://ror.org/0489p2588", - "501100020989": "https://ror.org/01870m649", - "501100021558": "https://ror.org/00k3q8x90", - "501100002184": "https://ror.org/01adm6690", - "501100000200": "https://ror.org/01adm6690", - "100009029": "https://ror.org/05e3seg28", - "501100001670": "https://ror.org/011kh9f68", - "100016249": "https://ror.org/0403jak37", - "100001670": "https://ror.org/03hjav547", - "501100007650": "https://ror.org/03bgr9b71", - "501100001108": "https://ror.org/00n4vb132", - "100012880": "https://ror.org/04brc8545", - "100015863": "https://ror.org/015p3g344", - "100002829": "https://ror.org/01c9wwf89", - "100005310": "https://ror.org/004qcer42", - "100004145": "https://ror.org/03bjqb473", - "100009631": "https://ror.org/03gwnfe45", - "100006009": "https://ror.org/03gwnfe45", - "100000952": "https://ror.org/01degd278", - "501100000318": "https://ror.org/01vzxjs29", - "100001166": "https://ror.org/054jyh162", - "501100000358": "https://ror.org/05s0b7f89", - "100002924": "https://ror.org/01qc2fa96", - "100001664": "https://ror.org/02e8pmt63", - "501100000565": "https://ror.org/03n5b6y82", - "501100013418": "https://ror.org/055fzrq49", - "501100009067": "https://ror.org/03arxxe13", - "100014899": "https://ror.org/01hd0ng85", - "100019799": "https://ror.org/048389405", - "100002880": "https://ror.org/05xrb4a64", - "100007142": "https://ror.org/03078b858", - "100005405": "https://ror.org/05grbyt82", - "501100011066": "https://ror.org/01h2ykt31", - "100016064": "https://ror.org/05qg0fx21", - "501100001109": "https://ror.org/02ng9tz41", - "501100019891": "https://ror.org/01nzm5q36", - "100007079": "https://ror.org/00fjvmz39", - "100013803": "https://ror.org/00va6b064", - "501100017471": "https://ror.org/03pem7638", - "501100001262": "https://ror.org/05b6cq467", - "501100004741": "https://ror.org/04wpcnj90", - "501100000228": "https://ror.org/02m2n5c14", - "501100000606": "https://ror.org/03rvhec15", - "501100002882": "https://ror.org/03rvhec15", - "100019600": "https://ror.org/04nyv3z04", - "100001796": "https://ror.org/05v4jan90", - "100017563": "https://ror.org/01e402w83", - "100015815": "https://ror.org/04dam5e61", - "100001359": "https://ror.org/04qz65d85", - "501100001206": "https://ror.org/04ms16277", - "100003186": "https://ror.org/001mv3k30", - "100002889": "https://ror.org/05dxwnm86", - "501100000090": "https://ror.org/00q2w1592", - "501100004664": "https://ror.org/02bvbqy06", - "501100000841": "https://ror.org/02bvbqy06", - "100001751": "https://ror.org/04z02dz33", - "100007390": "https://ror.org/00x1gs846", - "100006736": "https://ror.org/039417z19", - "100001830": "https://ror.org/03tfypj28", - "501100000538": "https://ror.org/052ajzp09", - "100007464": "https://ror.org/03p9y1j46", - "100015956": "https://ror.org/02gbscg16", - "501100004967": "https://ror.org/055p8z543", - "501100020027": "https://ror.org/03v7rwj71", - "100001489": "https://ror.org/004aspv46", - "501100001557": "https://ror.org/028c4g079", - "100014674": "https://ror.org/05gggje28", - "100018514": "https://ror.org/04kytbz16", - "100001370": "https://ror.org/05xd6yn79", - "100001325": "https://ror.org/044asbp74", - "100006673": "https://ror.org/05630j976", - "100015391": "https://ror.org/03ha87v47", - "100002721": "https://ror.org/04k8a6441", - "501100003128": "https://ror.org/02v046k89", - "100007392": "https://ror.org/05tvqac82", - "100001167": "https://ror.org/00br6vq85", - "100014289": "https://ror.org/04cz7vv04", - "501100007412": "https://ror.org/05wszs827", - "100009326": "https://ror.org/00t38a349", - "501100001429": "https://ror.org/03sw64e71", - "501100003445": "https://ror.org/03pj47d12", - "100018744": "https://ror.org/03hc33848", - "501100012511": "https://ror.org/01gb99w41", - "100001011": "https://ror.org/043291659", - "501100004241": "https://ror.org/010387529", - "501100009709": "https://ror.org/0227c4549", - "501100013296": "https://ror.org/00ez2he07", - "501100006672": "https://ror.org/02cmtcb39", - "100012666": "https://ror.org/027v6rz13", - "100008534": "https://ror.org/00s81bq54", - "501100001660": "https://ror.org/02f5hys27", - "100012501": "https://ror.org/04na04870", - "100007104": "https://ror.org/01pxhsx10", - "100004458": "https://ror.org/03yc0k631", - "501100015717": "https://ror.org/050v4jr11", - "100007348": "https://ror.org/05m0kbg48", - "100005510": "https://ror.org/05m0kbg48", - "100012669": "https://ror.org/04w9bz196", - "501100018709": "https://ror.org/05p61mv27", - "100004413": "https://ror.org/03pwwck46", - "501100001724": "https://ror.org/03pwwck46", - "100013320": "https://ror.org/01qb09m39", - "501100002990": "https://ror.org/0550zmx90", - "501100001552": "https://ror.org/03960jw18", - "501100000194": "https://ror.org/00qc3ww81", - "100014642": "https://ror.org/01rxg5p40", - "501100006483": "https://ror.org/022rdc149", - "100001513": "https://ror.org/02n6dj587", - "100018342": "https://ror.org/04rxm5737", - "100013317": "https://ror.org/016nrk268", - "501100001272": "https://ror.org/00259ge12", - "100008681": "https://ror.org/042mrbn39", - "501100000717": "https://ror.org/05vsmsp39", - "501100004364": "https://ror.org/04vnygp31", - "501100018973": "https://ror.org/00et6q107", - "100005627": "https://ror.org/03hnrwx04", - "501100001043": "https://ror.org/009ynjf67", - "100003022": "https://ror.org/05eq5fr57", - "501100002408": "https://ror.org/02xkg9c32", - "501100004722": "https://ror.org/03cpsrf24", - "501100004063": "https://ror.org/004hzzk67", - "501100015794": "https://ror.org/00j9jer02", - "100009351": "https://ror.org/02gd2pm65", - "100009352": "https://ror.org/02gd2pm65", - "100016771": "https://ror.org/016keqt57", - "100008676": "https://ror.org/03k70ea39", - "501100008579": "https://ror.org/03jbt3445", - "100002834": "https://ror.org/01577qj03", - "100002327": "https://ror.org/050dcex74", - "100001441": "https://ror.org/05c7q3x69", - "100009114": "https://ror.org/00ydera23", - "501100000007": "https://ror.org/058trsp78", - "501100019583": "https://ror.org/0546cwv32", - "100005197": "https://ror.org/00chym228", - "100005751": "https://ror.org/00rqs0x69", - "100001406": "https://ror.org/00xh62v25", - "100017673": "https://ror.org/04wdc4w42", - "100013949": "https://ror.org/03a3c3b64", - "100006105": "https://ror.org/01pxka825", - "501100005070": "https://ror.org/02e5yg619", - "501100005069": "https://ror.org/02e5yg619", - "501100009518": "https://ror.org/00qg0kr10", - "100002130": "https://ror.org/05w7raw17", - "100003089": "https://ror.org/04cnw7m40", - "100014637": "https://ror.org/00wm1xy63", - "100005837": "https://ror.org/00jv35z76", - "501100010316": "https://ror.org/04e65y578", - "100001436": "https://ror.org/04n3dya31", - "100006391": "https://ror.org/05h54z930", - "100014145": "https://ror.org/00hqvzh35", - "100007556": "https://ror.org/0531yb032", - "100009322": "https://ror.org/044r7zq77", - "100006477": "https://ror.org/04bagk413", - "100008049": "https://ror.org/01wy67m98", - "100005815": "https://ror.org/05fdvx677", - "100002583": "https://ror.org/04e19s431", - "100014286": "https://ror.org/01cevhq98", - "100006037": "https://ror.org/041nggf72", - "100007214": "https://ror.org/00kgf1c95", - "100005351": "https://ror.org/04fp9ma57", - "100007078": "https://ror.org/03drnns50", - "100009915": "https://ror.org/01r5gad37", - "100009916": "https://ror.org/01r5gad37", - "100001159": "https://ror.org/03jwgbj27", - "100001635": "https://ror.org/03jwgbj27", - "501100004345": "https://ror.org/04p5vbd56", - "501100007883": "https://ror.org/0294che38", - "100012742": "https://ror.org/00gs9jv27", - "100001792": "https://ror.org/03xb6vv35", - "501100003654": "https://ror.org/022r1q746", - "100017297": "https://ror.org/00pn1pd75", - "100010773": "https://ror.org/013x33b33", - "100008084": "https://ror.org/00q9e8141", - "501100008383": "https://ror.org/04550kp61", - "501100010572": "https://ror.org/009ggvy85", - "501100000100": "https://ror.org/00pyr0344", - "100015989": "https://ror.org/03kfr2z97", - "501100020605": "https://ror.org/01zadmh83", - "501100003326": "https://ror.org/04exjw682", - "100007826": "https://ror.org/029hv3472", - "100013905": "https://ror.org/02v16jm22", - "100006402": "https://ror.org/038m76n55", - "100006515": "https://ror.org/05m9v4v71", - "501100000640": "https://ror.org/04whb3988", - "501100020908": "https://ror.org/00qdqkj20", - "100006390": "https://ror.org/04ks0bn11", - "501100013798": "https://ror.org/04r1zkp10", - "501100000149": "https://ror.org/01t9rwr70", - "100001709": "https://ror.org/013rtse27", - "100008678": "https://ror.org/016m7g249", - "100017744": "https://ror.org/03604d246", - "100005933": "https://ror.org/03wzt2e41", - "501100004259": "https://ror.org/04r41ae03", - "100005702": "https://ror.org/052hp3s90", - "100019874": "https://ror.org/05avqph76", - "100007380": "https://ror.org/02dddmh90", - "100015176": "https://ror.org/04znkdb25", - "100009404": "https://ror.org/03j0pmr56", - "100016980": "https://ror.org/056eg3t49", - "100017785": "https://ror.org/05jfp8s87", - "100011906": "https://ror.org/02fj74y77", - "100004389": "https://ror.org/04dckkc60", - "100001341": "https://ror.org/05j95n956", - "501100007250": "https://ror.org/039fy0s97", - "501100003000": "https://ror.org/00qeet526", - "100005098": "https://ror.org/037xzfa11", - "100006924": "https://ror.org/04f3cbh67", - "100005831": "https://ror.org/04d16a047", - "100007463": "https://ror.org/02bxrrf91", - "501100004013": "https://ror.org/007a62q55", - "100003341": "https://ror.org/022tv3h63", - "100009050": "https://ror.org/055mqk127", - "501100011898": "https://ror.org/024f3s581", - "100008330": "https://ror.org/014w4jz45", - "501100016262": "https://ror.org/02z0c8z45", - "501100005873": "https://ror.org/01j5yx942", - "100001353": "https://ror.org/03nsgj842", - "100016032": "https://ror.org/00r7myp66", - "100016377": "https://ror.org/02bkxyz57", - "100018531": "https://ror.org/02n3d5e79", - "100004860": "https://ror.org/03ygf8v71", - "501100009235": "https://ror.org/027bpvr73", - "501100004049": "https://ror.org/033f9e204", - "501100013642": "https://ror.org/008qgm855", - "100006784": "https://ror.org/05tte0y64", - "100017287": "https://ror.org/03d7wen40", - "100017562": "https://ror.org/05cf2bt40", - "501100005204": "https://ror.org/05y9csv14", - "501100005012": "https://ror.org/05y9csv14", - "501100005203": "https://ror.org/05y9csv14", - "501100011963": "https://ror.org/04heaf422", - "501100017645": "https://ror.org/017hm5p20", - "100007030": "https://ror.org/04ty4v362", - "100008027": "https://ror.org/02gnyy588", - "100014742": "https://ror.org/04w1hax42", - "100000936": "https://ror.org/006wxqw41", - "100015535": "https://ror.org/04zv9g259", - "100003181": "https://ror.org/05v6a8j46", - "501100001518": "https://ror.org/05tx9pa51", - "501100019570": "https://ror.org/053q19p30", - "100006665": "https://ror.org/001jdw720", - "100006664": "https://ror.org/001jdw720", - "100007596": "https://ror.org/0281s4b15", - "100007597": "https://ror.org/0281s4b15", - "100001735": "https://ror.org/048gbw446", - "501100011057": "https://ror.org/047aswc67", - "100012107": "https://ror.org/01cwc0f90", - "100001774": "https://ror.org/040may582", - "501100013392": "https://ror.org/0367xsy85", - "100016573": "https://ror.org/05snmp989", - "100009982": "https://ror.org/03ke3rf23", - "501100000244": "https://ror.org/02gvqsb68", - "501100000347": "https://ror.org/04hqpta12", - "100005281": "https://ror.org/02axzdf31", - "501100000620": "https://ror.org/01smy6g03", - "100001137": "https://ror.org/03sw0n811", - "100002651": "https://ror.org/00p5z3m34", - "100005658": "https://ror.org/02v73qa91", - "501100003145": "https://ror.org/046c4qa07", - "501100001517": "https://ror.org/00e769425", - "100008470": "https://ror.org/02y9qjz38", - "100018757": "https://ror.org/05yctyn65", - "100007670": "https://ror.org/01vsjtq46", - "501100002974": "https://ror.org/046pf6524", - "100004788": "https://ror.org/04yrfkb83", - "100001294": "https://ror.org/03z77mq14", - "100009422": "https://ror.org/04622jx20", - "501100006466": "https://ror.org/03a54va40", - "100005600": "https://ror.org/03sps3687", - "100017578": "https://ror.org/02rv8vx71", - "501100008359": "https://ror.org/05jkpd189", - "100010979": "https://ror.org/048rmbb49", - "100012000": "https://ror.org/02888mx05", - "100018602": "https://ror.org/05xt5ra97", - "100007101": "https://ror.org/025zjjr82", - "100002275": "https://ror.org/01fqjf794", - "100002276": "https://ror.org/01fqjf794", - "100016590": "https://ror.org/02p521049", - "501100002769": "https://ror.org/02y18ts25", - "100012297": "https://ror.org/01rrwkv56", - "501100007405": "https://ror.org/00wse9j86", - "501100000571": "https://ror.org/04yv4ct35", - "100007148": "https://ror.org/05abewn82", - "501100006557": "https://ror.org/003wqpe41", - "501100011924": "https://ror.org/0102p7z54", - "501100003142": "https://ror.org/04ev7sy32", - "501100000700": "https://ror.org/05fdb2817", - "100005509": "https://ror.org/05sew3266", - "100011891": "https://ror.org/00bt2cr47", - "501100001308": "https://ror.org/00wf6bs47", - "501100003143": "https://ror.org/048e31249", - "501100003979": "https://ror.org/04mrg3p52", - "100000910": "https://ror.org/05g9snv96", - "100005983": "https://ror.org/01hayk347", - "501100007477": "https://ror.org/04jhza748", - "100002060": "https://ror.org/048rgv164", - "100001451": "https://ror.org/00d85b855", - "100009423": "https://ror.org/05t022114", - "501100007619": "https://ror.org/01g6b4y18", - "100001098": "https://ror.org/00jbcck28", - "100009599": "https://ror.org/03tex3d35", - "100001115": "https://ror.org/03tex3d35", - "501100006424": "https://ror.org/005zda847", - "501100001037": "https://ror.org/04r51hs31", - "501100020420": "https://ror.org/00csd1970", - "501100004227": "https://ror.org/01gzy0g74", - "501100007417": "https://ror.org/048e7gn38", - "501100013840": "https://ror.org/03aay6c48", - "501100003419": "https://ror.org/03fhdst60", - "100018070": "https://ror.org/04s2bx355", - "501100018798": "https://ror.org/01h39c842", - "100004173": "https://ror.org/0048mxk03", - "100007483": "https://ror.org/01nw6eh35", - "501100002121": "https://ror.org/04ydzn715", - "501100000401": "https://ror.org/04ydzn715", - "501100003002": "https://ror.org/044hrt695", - "100008563": "https://ror.org/04q4bdj41", - "100012441": "https://ror.org/00h14e570", - "100005939": "https://ror.org/04zdpf597", - "501100007458": "https://ror.org/05w9xct02", - "501100013850": "https://ror.org/00dc6k529", - "100011974": "https://ror.org/00c69fd82", - "501100019898": "https://ror.org/00bw4x405", - "501100013334": "https://ror.org/03sc84089", - "100017290": "https://ror.org/053pqtj30", - "501100013861": "https://ror.org/013mj5m02", - "100003460": "https://ror.org/0174b8m09", - "501100015279": "https://ror.org/03sm30m06", - "100000937": "https://ror.org/02hxgd925", - "100009370": "https://ror.org/00dn9nb13", - "501100002301": "https://ror.org/00jjeja18", - "501100005189": "https://ror.org/00jjeja18", - "501100001837": "https://ror.org/00jjeja18", - "100003815": "https://ror.org/028hk1v54", - "100015804": "https://ror.org/015xj5w40", - "501100019689": "https://ror.org/034603r08", - "100002326": "https://ror.org/02mhbk457", - "100005379": "https://ror.org/030rh2891", - "501100013420": "https://ror.org/02r19bt50", - "501100003813": "https://ror.org/02g8r8t79", - "501100001279": "https://ror.org/03vjq7x94", - "501100016240": "https://ror.org/02ykn5012", - "100019528": "https://ror.org/00k17f049", - "100007331": "https://ror.org/05t41vc93", - "100016252": "https://ror.org/03eegxe52", - "501100007423": "https://ror.org/01rvxw146", - "501100003502": "https://ror.org/04kk6qr76", - "100007377": "https://ror.org/02r60jf72", - "100019367": "https://ror.org/02nxg5d30", - "501100004475": "https://ror.org/04ncjj210", - "100016490": "https://ror.org/027ahry32", - "501100013511": "https://ror.org/033r0hh63", - "100015182": "https://ror.org/02qp25s05", - "501100006148": "https://ror.org/00jmefg08", - "100007292": "https://ror.org/017gq1v43", - "100001024": "https://ror.org/01ah2ch91", - "501100003189": "https://ror.org/02r6kb330", - "100001563": "https://ror.org/05qp63j73", - "100007793": "https://ror.org/021g6tq38", - "501100003173": "https://ror.org/02hwwbr17", - "100018200": "https://ror.org/02ap3s657", - "100005161": "https://ror.org/02w04sh96", - "501100000376": "https://ror.org/02fndbp74", - "100012199": "https://ror.org/05m1htz08", - "100012436": "https://ror.org/05hd8nc86", - "100001209": "https://ror.org/03mq5pg65", - "100000964": "https://ror.org/03abbex33", - "501100002813": "https://ror.org/00s3w5517", - "100004003": "https://ror.org/01s13vs47", - "501100003461": "https://ror.org/00292rj97", - "501100003968": "https://ror.org/03sr1ma14", - "501100003104": "https://ror.org/02bx95b89", - "100004157": "https://ror.org/00r80b982", - "100005642": "https://ror.org/01gpbfk53", - "100006315": "https://ror.org/01521js97", - "100001256": "https://ror.org/01521js97", - "501100001560": "https://ror.org/02s2kh393", - "501100008886": "https://ror.org/00q3q5393", - "100006485": "https://ror.org/02b26z922", - "100018301": "https://ror.org/044xj5x73", - "501100000715": "https://ror.org/02bn4n710", - "100005954": "https://ror.org/05xz9bg76", - "100015005": "https://ror.org/04mknkb88", - "100015862": "https://ror.org/00yg6a139", - "501100002373": "https://ror.org/01bye6331", - "100003708": "https://ror.org/05avjmd23", - "100008255": "https://ror.org/024sg1d19", - "100001091": "https://ror.org/03bs7gs75", - "501100004468": "https://ror.org/029gjyp91", - "501100002420": "https://ror.org/017jwe502", - "100001652": "https://ror.org/01ycbnv19", - "501100004309": "https://ror.org/006t2mw36", - "100003083": "https://ror.org/03s9nzc43", - "501100012683": "https://ror.org/00vdff906", - "501100003485": "https://ror.org/000k40t10", - "100003478": "https://ror.org/02yntm683", - "100001235": "https://ror.org/032m3tm58", - "501100000545": "https://ror.org/028tfmf79", - "501100010573": "https://ror.org/036f91331", - "100000874": "https://ror.org/03a63f080", - "100009670": "https://ror.org/03a63f080", - "100005871": "https://ror.org/00yad9135", - "100001179": "https://ror.org/04geqe079", - "100007450": "https://ror.org/05kjhj835", - "100006401": "https://ror.org/01zza8h42", - "501100001059": "https://ror.org/05c7bzd52", - "100008434": "https://ror.org/05a1ky058", - "100007749": "https://ror.org/05jytz541", - "100007748": "https://ror.org/05jytz541", - "100006044": "https://ror.org/05nvmvs54", - "501100004248": "https://ror.org/0192aca61", - "100012762": "https://ror.org/007qe0s35", - "501100002950": "https://ror.org/03752z258", - "100008908": "https://ror.org/02aj9j626", - "100010258": "https://ror.org/05jyw4675", - "100002247": "https://ror.org/05jyw4675", - "501100019237": "https://ror.org/050hygt04", - "100006669": "https://ror.org/00fv1ny85", - "100015503": "https://ror.org/04q36wn27", - "501100016188": "https://ror.org/02a5t5746", - "501100013887": "https://ror.org/04dhf0316", - "100017521": "https://ror.org/04yns5a36", - "100013318": "https://ror.org/02cvx7z60", - "501100015797": "https://ror.org/04g8ype42", - "100014903": "https://ror.org/03s7b0a75", - "501100001547": "https://ror.org/05sewvy06", - "501100005198": "https://ror.org/05t7bek56", - "100016831": "https://ror.org/03nypmk85", - "501100001240": "https://ror.org/05291fa13", - "100001150": "https://ror.org/02g57tw64", - "501100003463": "https://ror.org/04c8e2d70", - "100016673": "https://ror.org/00r3np134", - "100001820": "https://ror.org/049jv1y58", - "501100003514": "https://ror.org/02v91xy81", - "100012931": "https://ror.org/045t4nj76", - "100008311": "https://ror.org/004kbgh11", - "501100002676": "https://ror.org/02hc1xg77", - "501100016241": "https://ror.org/00522p687", - "100017478": "https://ror.org/02ebkdp37", - "100001448": "https://ror.org/04t31bx63", - "100009583": "https://ror.org/05tw3m124", - "501100015043": "https://ror.org/027zr9y17", - "100006311": "https://ror.org/058b5q664", - "100008201": "https://ror.org/058b5q664", - "501100001512": "https://ror.org/001fsh058", - "100001130": "https://ror.org/03ggcx620", - "501100004824": "https://ror.org/00yy5aq18", - "501100003394": "https://ror.org/01742ys19", - "501100010080": "https://ror.org/0270bqq96", - "100004016": "https://ror.org/04t853d16", - "100001355": "https://ror.org/02571vb36", - "501100001253": "https://ror.org/03xyf3h94", - "100018290": "https://ror.org/00bq9ww16", - "501100002755": "https://ror.org/04jtseq07", - "501100001543": "https://ror.org/01jjkzv49", - "100013117": "https://ror.org/00c2je580", - "501100003354": "https://ror.org/042wjyc34", - "100006154": "https://ror.org/05t831771", - "501100006431": "https://ror.org/00d5rxh07", - "100001169": "https://ror.org/008aybb74", - "501100003186": "https://ror.org/00v344w16", - "100018252": "https://ror.org/03jerjg25", - "501100002804": "https://ror.org/003q1s858", - "100011692": "https://ror.org/057h5sf90", - "100012495": "https://ror.org/01yxtb033", - "100001059": "https://ror.org/04bwcxw19", - "100018363": "https://ror.org/018grnj07", - "100016036": "https://ror.org/056cwr036", - "100009419": "https://ror.org/03xfjns53", - "501100001133": "https://ror.org/01sn10141", - "100017846": "https://ror.org/05j4rd316", - "100003288": "https://ror.org/01a47wy11", - "100010250": "https://ror.org/05r9xgf14", - "501100003178": "https://ror.org/05etm5g34", - "100008015": "https://ror.org/04ypnrn45", - "501100021170": "https://ror.org/018kx8h28", - "501100008412": "https://ror.org/02bzp3s84", - "100017736": "https://ror.org/039q79s93", - "501100017643": "https://ror.org/03f0nw643", - "501100001523": "https://ror.org/03t7epq39", - "501100020273": "https://ror.org/04tdfgn13", - "100007340": "https://ror.org/0583r7t67", - "501100013630": "https://ror.org/03tjm1a67", - "100008983": "https://ror.org/05dn5a810", - "100016316": "https://ror.org/02hpd7j03", - "100000934": "https://ror.org/05q650k44", - "100007436": "https://ror.org/04sfsy924", - "501100001533": "https://ror.org/050vetk63", - "100017976": "https://ror.org/0416jmr79", - "100005163": "https://ror.org/0455x6v88", - "501100016294": "https://ror.org/03877wr45", - "501100004367": "https://ror.org/05vp0v372", - "501100000772": "https://ror.org/00f07b645", - "100002769": "https://ror.org/019hmhw75", - "100015962": "https://ror.org/04h35ft75", - "501100020391": "https://ror.org/01zxd4j23", - "501100005267": "https://ror.org/03wcpny22", - "501100003241": "https://ror.org/03bsy3776", - "100004694": "https://ror.org/04q7bxp13", - "100005452": "https://ror.org/0599kt698", - "100009290": "https://ror.org/01bkk2v06", - "501100001765": "https://ror.org/03ct9xc33", - "100014223": "https://ror.org/053j18m56", - "100011461": "https://ror.org/05yk4yy03", - "100007669": "https://ror.org/0052qq196", - "100000927": "https://ror.org/010fkza68", - "100001080": "https://ror.org/02mvkbz85", - "100013546": "https://ror.org/00y8ab321", - "100008683": "https://ror.org/02eba4w13", - "501100004073": "https://ror.org/021cbtn85", - "100001391": "https://ror.org/00her7k05", - "100008279": "https://ror.org/027hd7646", - "501100018940": "https://ror.org/04gwz1s33", - "100008329": "https://ror.org/026hk5s03", - "100006232": "https://ror.org/016as8p17", - "501100020219": "https://ror.org/01a4x6x17", - "501100001115": "https://ror.org/04ghzyn62", - "100018599": "https://ror.org/03pd82777", - "501100000011": "https://ror.org/03q4y6d69", - "100009602": "https://ror.org/0334n3565", - "100006935": "https://ror.org/057dhjp36", - "100014895": "https://ror.org/004d1k391", - "100012635": "https://ror.org/02nqgka20", - "100003011": "https://ror.org/05qz4r376", - "501100014561": "https://ror.org/01054tt62", - "100017765": "https://ror.org/01cb8vz90", - "501100000539": "https://ror.org/02j4dvk97", - "501100019727": "https://ror.org/02zyqwj39", - "100005919": "https://ror.org/02yp1ar49", - "100002099": "https://ror.org/05tx8f430", - "100014888": "https://ror.org/01qbysn42", - "100016610": "https://ror.org/00k6e3143", - "100013490": "https://ror.org/044m9y381", - "501100000729": "https://ror.org/05g20h159", - "100005287": "https://ror.org/02884dc18", - "501100001507": "https://ror.org/042w6tv86", - "501100005641": "https://ror.org/00gt8s428", - "100014382": "https://ror.org/029pwdz12", - "100014731": "https://ror.org/05tzrqq19", - "501100001708": "https://ror.org/04hhnrj18", - "100009040": "https://ror.org/044n2fv18", - "100005109": "https://ror.org/02dh3nw51", - "100013948": "https://ror.org/053896994", - "501100002798": "https://ror.org/04m0yag05", - "100016934": "https://ror.org/04qc03j14", - "100018344": "https://ror.org/05fr2p949", - "100015487": "https://ror.org/049s31d10", - "100016302": "https://ror.org/02j9wvt50", - "501100011748": "https://ror.org/02pnr4h17", - "100000008": "https://ror.org/032atxq54", - "100004781": "https://ror.org/002m7kv43", - "501100009439": "https://ror.org/0228xk580", - "100018042": "https://ror.org/0108mj224", - "100007074": "https://ror.org/04nshjv23", - "501100006063": "https://ror.org/035z7sv25", - "100016608": "https://ror.org/003q4qk22", - "501100019916": "https://ror.org/00kb3m272", - "100001641": "https://ror.org/05ez53b31", - "501100001649": "https://ror.org/03xphts16", - "100006717": "https://ror.org/00492z510", - "501100004185": "https://ror.org/02gv4xy86", - "100006278": "https://ror.org/024q4z275", - "501100002801": "https://ror.org/0548gnr76", - "100015344": "https://ror.org/00d4phf77", - "501100005675": "https://ror.org/02bf8p515", - "100001313": "https://ror.org/02vp2wp62", - "100001340": "https://ror.org/04nv2ya05", - "100002224": "https://ror.org/00wyk1t96", - "501100004378": "https://ror.org/00nd85a71", - "100007884": "https://ror.org/00j6ywe74", - "100007885": "https://ror.org/00j6ywe74", - "100007883": "https://ror.org/00j6ywe74", - "100013458": "https://ror.org/03efc1574", - "100006216": "https://ror.org/00yvbk320", - "100003607": "https://ror.org/03wkk5p21", - "100013612": "https://ror.org/01e3qq579", - "100001694": "https://ror.org/04xsz1294", - "100002293": "https://ror.org/04bc1ke96", - "501100001741": "https://ror.org/04wgs1895", - "100007728": "https://ror.org/01fyy8e52", - "100012807": "https://ror.org/046yatd98", - "100005947": "https://ror.org/01h8z7f20", - "100002136": "https://ror.org/001kwz384", - "501100018980": "https://ror.org/04a1nf004", - "100001264": "https://ror.org/03jn6n945", - "100009344": "https://ror.org/05vmwhp17", - "100002089": "https://ror.org/01j378a47", - "100014282": "https://ror.org/03rxbvw90", - "100002757": "https://ror.org/0594wn226", - "100009031": "https://ror.org/05cp39n75", - "501100000240": "https://ror.org/02rbgnh75", - "501100003447": "https://ror.org/023z3dm33", - "100007720": "https://ror.org/00fh1ea83", - "100006106": "https://ror.org/00fh1ea83", - "100019008": "https://ror.org/05mndst04", - "501100000003": "https://ror.org/01tca3t44", - "100012316": "https://ror.org/00qejpg20", - "100007323": "https://ror.org/05sxdtc98", - "501100000389": "https://ror.org/020hhyq78", - "100012634": "https://ror.org/018ec2p66", - "100007732": "https://ror.org/020a42j47", - "100001740": "https://ror.org/033c08p70", - "100005355": "https://ror.org/04fxadq33", - "501100012359": "https://ror.org/05h2t6865", - "100012345": "https://ror.org/00jnzhe32", - "100006944": "https://ror.org/01a05a579", - "501100007032": "https://ror.org/03p9npm64", - "501100002877": "https://ror.org/007r8rq24", - "100011569": "https://ror.org/0243m8266", - "501100011954": "https://ror.org/05fgn4m77", - "100005490": "https://ror.org/00q3m9b74", - "501100013998": "https://ror.org/00q1y5994", - "501100015054": "https://ror.org/05fdv7d34", - "501100001558": "https://ror.org/00gryma19", - "100001333": "https://ror.org/05t6jph46", - "501100002609": "https://ror.org/01z7qjn33", - "100013123": "https://ror.org/00hg4tf86", - "100014885": "https://ror.org/00pevny89", - "501100007248": "https://ror.org/00ah3ma49", - "501100014657": "https://ror.org/006qk6d61", - "100016226": "https://ror.org/0129gkf70", - "501100013842": "https://ror.org/01gce3t61", - "501100000402": "https://ror.org/03j2wfg84", - "100011434": "https://ror.org/04xr9a612", - "100009288": "https://ror.org/05eerek96", - "501100020013": "https://ror.org/05xqxa525", - "100006222": "https://ror.org/04z2gtc77", - "100016654": "https://ror.org/05rkwe274", - "501100005013": "https://ror.org/0126z4b94", - "501100005014": "https://ror.org/0126z4b94", - "501100009588": "https://ror.org/04ts2h794", - "501100004014": "https://ror.org/04aat6738", - "501100002557": "https://ror.org/04tkhxj35", - "100004436": "https://ror.org/05rhej692", - "100018593": "https://ror.org/00mhyn861", - "100016328": "https://ror.org/00dfyw498", - "100013540": "https://ror.org/00hyjzt98", - "100011017": "https://ror.org/05n3s1g83", - "501100001704": "https://ror.org/02vkssr45", - "100003995": "https://ror.org/04ejav607", - "100009559": "https://ror.org/0195dxj21", - "501100017597": "https://ror.org/03saxfv98", - "100000741": "https://ror.org/032214n64", - "100005696": "https://ror.org/032214n64", - "100004021": "https://ror.org/025vt1p14", - "100012089": "https://ror.org/05pyxbe18", - "100002164": "https://ror.org/05adkta90", - "100001483": "https://ror.org/05xrx2w02", - "100006041": "https://ror.org/05fsym151", - "100009786": "https://ror.org/04r5tg226", - "100003868": "https://ror.org/0158rsm15", - "501100019173": "https://ror.org/03m629g08", - "100009721": "https://ror.org/020mcpt63", - "100003231": "https://ror.org/01pxxsm33", - "100004026": "https://ror.org/042qb3325", - "501100017489": "https://ror.org/00nsb1162", - "501100006331": "https://ror.org/01mwvah42", - "100018331": "https://ror.org/04fhxwq08", - "501100004282": "https://ror.org/047fzcc28", - "100008965": "https://ror.org/02nnhm363", - "100017560": "https://ror.org/029a2gx93", - "501100018812": "https://ror.org/025gxrt12", - "100007129": "https://ror.org/00gtyr743", - "100003515": "https://ror.org/051d90518", - "501100000581": "https://ror.org/059rs3f80", - "501100013333": "https://ror.org/000r5ge73", - "100013570": "https://ror.org/051bjph87", - "501100000529": "https://ror.org/05dz6we97", - "100006035": "https://ror.org/0441cz810", - "100014305": "https://ror.org/00fevpc76", - "100018116": "https://ror.org/028885271", - "501100001204": "https://ror.org/0249yv056", - "501100006622": "https://ror.org/0249yv056", - "501100000973": "https://ror.org/00h14jd50", - "501100001186": "https://ror.org/00h14jd50", - "501100002793": "https://ror.org/05f75kg76", - "100000170": "https://ror.org/0445wmv88", - "501100004918": "https://ror.org/03wx2rr30", - "501100022496": "https://ror.org/03r5zvp34", - "501100000929": "https://ror.org/04j4psb31", - "501100001074": "https://ror.org/04yvjg468", - "100003943": "https://ror.org/04mw38f72", - "100020100": "https://ror.org/04mw38f72", - "501100001105": "https://ror.org/04tvfnj07", - "501100013972": "https://ror.org/04tvfnj07", - "100009859": "https://ror.org/02yrq0923", - "100007052": "https://ror.org/02yrq0923", - "100003182": "https://ror.org/04989d402", - "100019487": "https://ror.org/04989d402", - "501100019867": "https://ror.org/04td15k45", - "501100000025": "https://ror.org/02xven060", - "501100010928": "https://ror.org/02xven060", - "100001435": "https://ror.org/03d56t467", - "100014863": "https://ror.org/03d56t467", - "501100001213": "https://ror.org/05hqpps66", - "100013018": "https://ror.org/03zjqec80", - "501100001149": "https://ror.org/01x0h1806", - "501100001225": "https://ror.org/00j4a3b86", - "100017000": "https://ror.org/036xnae80", - "100016164": "https://ror.org/048a3wm97", - "501100004071": "https://ror.org/03cq4gr50", - "100016259": "https://ror.org/04nsw4151", - "100015062": "https://ror.org/02skfsw40", - "501100004981": "https://ror.org/02dyxwz31", - "501100006341": "https://ror.org/0292ym357", - "501100003406": "https://ror.org/02ag8cq23", - "501100000147": "https://ror.org/04n0vf235", - "501100000047": "https://ror.org/05pgxdd43", - "501100008632": "https://ror.org/05pgxdd43", - "501100007130": "https://ror.org/000d53575", - "501100013971": "https://ror.org/04babsy72", - "501100004003": "https://ror.org/03baec336", - "501100004002": "https://ror.org/03baec336", - "501100020270": "https://ror.org/01c4rxk68", - "501100014009": "https://ror.org/05xmf1h49", - "501100003528": "https://ror.org/02578qw11", - "501100000810": "https://ror.org/02578qw11", - "501100007565": "https://ror.org/02578qw11", - "501100003400": "https://ror.org/03zr1tg88", - "100006432": "https://ror.org/01x1s0k88", - "100006413": "https://ror.org/01dwtyk53", - "501100001239": "https://ror.org/02h4kvn10", - "100008680": "https://ror.org/04t7jhw56", - "501100000595": "https://ror.org/036wvdb36", - "100013363": "https://ror.org/0060avh92", - "501100001269": "https://ror.org/031pjfg83", - "100007053": "https://ror.org/00r59k631", - "501100006621": "https://ror.org/017zsa716", - "501100001080": "https://ror.org/017zsa716", - "501100007906": "https://ror.org/017zsa716", - "100007343": "https://ror.org/0547dck29", - "501100003041": "https://ror.org/05qc80f88", - "501100002919": "https://ror.org/012qxnm65", - "100005629": "https://ror.org/028dy4662", - "100004345": "https://ror.org/02e2xqg93", - "100007853": "https://ror.org/02e2xqg93", - "100009680": "https://ror.org/03pnmqc26", - "100008297": "https://ror.org/04dcvdp86", - "100007497": "https://ror.org/00mjrkf94", - "100006279": "https://ror.org/00t9de449", - "501100000936": "https://ror.org/04xhcbj83", - "501100001138": "https://ror.org/04xhcbj83", - "501100006457": "https://ror.org/04xhcbj83", - "501100003531": "https://ror.org/04xhcbj83", - "100008668": "https://ror.org/03rjhjc18", - "501100000985": "https://ror.org/04pedtg03", - "100005549": "https://ror.org/03hbxaa51", - "100006436": "https://ror.org/0527yg379", - "100007095": "https://ror.org/025vwbe15", - "501100000935": "https://ror.org/01xcwz090", - "100001484": "https://ror.org/01ww9bv69", - "100005708": "https://ror.org/03w4phb31", - "501100007784": "https://ror.org/009h5ks85", - "501100005382": "https://ror.org/009h5ks85", - "501100000690": "https://ror.org/00dq2kk65", - "501100000356": "https://ror.org/00gtexm79", - "100010241": "https://ror.org/005bs2a16", - "501100001195": "https://ror.org/005bs2a16", - "501100001676": "https://ror.org/01zvn2k69", - "501100003132": "https://ror.org/01antkr91", - "100007573": "https://ror.org/03471h083", - "100019471": "https://ror.org/05d8avs16", - "501100022577": "https://ror.org/023rffy11", - "501100012330": "https://ror.org/02pc6pc55", - "100009510": "https://ror.org/04nkhwh30", - "100009457": "https://ror.org/03p6gt485", - "100001459": "https://ror.org/03p6gt485", - "501100002344": "https://ror.org/0080y7t67", - "100008138": "https://ror.org/02ntv3742", - "100008137": "https://ror.org/02ntv3742", - "501100012351": "https://ror.org/038ehsm73", - "501100005742": "https://ror.org/0039d5757", - "501100011337": "https://ror.org/012wsxz85", - "501100015251": "https://ror.org/0098hst83", - "100007304": "https://ror.org/05xkke381", - "100010828": "https://ror.org/02yq59v27", - "100000968": "https://ror.org/013kjyp64", - "100007901": "https://ror.org/013kjyp64", - "100015064": "https://ror.org/0264zxa45", - "100016528": "https://ror.org/008cfmj78", - "501100005964": "https://ror.org/012d0ge65", - "100007531": "https://ror.org/05b7fdx35", - "501100004096": "https://ror.org/00p4k0j84", - "501100007068": "https://ror.org/00p4k0j84", - "501100005611": "https://ror.org/00msqp585", - "100004810": "https://ror.org/01gxxpv20", - "501100004922": "https://ror.org/036x6gt55", - "501100004153": "https://ror.org/04zte5g15", - "501100020864": "https://ror.org/04zte5g15", - "501100003660": "https://ror.org/020r4p198", - "501100010239": "https://ror.org/047v1x836", - "100012319": "https://ror.org/00r9w3j27", - "100018997": "https://ror.org/02sjhqg84", - "100010641": "https://ror.org/03nm7c278", - "501100007923": "https://ror.org/05bhmhz54", - "501100007877": "https://ror.org/046f6cx68", - "100019268": "https://ror.org/04mzk4q39", - "100019837": "https://ror.org/045pn2j94", - "501100003658": "https://ror.org/00p45d091", - "501100020618": "https://ror.org/00btzwk36", - "100017104": "https://ror.org/0135d1r83", - "501100015771": "https://ror.org/03tjeg502", - "501100013856": "https://ror.org/01szwa973", - "501100016023": "https://ror.org/02h5sfg65", - "100001075": "https://ror.org/03xkm6e60", - "100002462": "https://ror.org/03xkm6e60", - "501100008981": "https://ror.org/00nqjr204", - "501100002547": "https://ror.org/01d100w34", - "100018884": "https://ror.org/02h6cs343", - "100005797": "https://ror.org/053598c22", - "501100003621": "https://ror.org/032e49973", - "501100003711": "https://ror.org/032e49973", - "501100004083": "https://ror.org/032e49973", - "501100003657": "https://ror.org/04r6shn89", - "501100005676": "https://ror.org/03e1n9x27", - "501100000156": "https://ror.org/02eqrsj93", - "100019720": "https://ror.org/049nnjd96", - "501100009108": "https://ror.org/032ckra69", - "501100015679": "https://ror.org/00jsjm362", - "501100018716": "https://ror.org/054a9s036", - "100012131": "https://ror.org/02r89bf73", - "100018623": "https://ror.org/028aqvb72", - "501100008351": "https://ror.org/01ak5cj98", - "501100014978": "https://ror.org/05qfq0x09", - "100012314": "https://ror.org/029pp9z10", - "501100008833": "https://ror.org/03nrtgs61", - "100011284": "https://ror.org/01zgpn844", - "501100000342": "https://ror.org/016h08r74", - "501100007901": "https://ror.org/016h08r74", - "501100007452": "https://ror.org/01bvj3e58", - "501100020910": "https://ror.org/02gxafv90", - "501100003752": "https://ror.org/044b7p696", - "501100009294": "https://ror.org/044b7p696", - "100015195": "https://ror.org/041zepm54", - "100016724": "https://ror.org/009nfym65", - "501100001032": "https://ror.org/0275hyc16", - "501100010620": "https://ror.org/050s1zm26", - "100011951": "https://ror.org/00qp5gr06", - "100008709": "https://ror.org/04fpm9z44", - "501100011699": "https://ror.org/0449c4c15", - "100011993": "https://ror.org/02venad53", - "100011421": "https://ror.org/03pn9bd47", - "501100010957": "https://ror.org/03natb733", - "100015670": "https://ror.org/03ash3475", - "501100013955": "https://ror.org/04kyfd050", - "100009528": "https://ror.org/0429x9p85", - "501100019830": "https://ror.org/0429x9p85", - "501100001207": "https://ror.org/03tb4gf50", - "501100001227": "https://ror.org/03tb4gf50", - "501100009287": "https://ror.org/03tb4gf50", - "100011950": "https://ror.org/04cfmv025", - "100018409": "https://ror.org/00czsbf91", - "501100007536": "https://ror.org/013cdqc34", - "501100012310": "https://ror.org/013cdqc34", - "501100013863": "https://ror.org/058rn5r42", - "100012390": "https://ror.org/04tdsr307", - "501100001044": "https://ror.org/02145de51", - "100017434": "https://ror.org/058ex1x30", - "501100004333": "https://ror.org/04sfxgz72", - "100009797": "https://ror.org/01fwrsq33", - "100013014": "https://ror.org/01fwrsq33", - "100011593": "https://ror.org/003bst688", - "501100016222": "https://ror.org/04ahh4d11", - "100010767": "https://ror.org/04qgstt59", - "501100011154": "https://ror.org/04akaak77", - "501100012427": "https://ror.org/003regz62", - "100011043": "https://ror.org/040ck2b86", - "501100007049": "https://ror.org/032m55064", - "501100014212": "https://ror.org/032m55064", - "501100013923": "https://ror.org/02djppw35", - "501100008670": "https://ror.org/02kbe5v55", - "501100008645": "https://ror.org/02kbe5v55", - "501100015682": "https://ror.org/059wbyv33", - "501100007287": "https://ror.org/031tfbz57", - "501100000391": "https://ror.org/031tfbz57", - "100004435": "https://ror.org/031tfbz57", - "100011713": "https://ror.org/031tfbz57", - "100016614": "https://ror.org/00kmhsh93", - "501100005108": "https://ror.org/05e89k615", - "501100008030": "https://ror.org/05cv56b48", - "501100016223": "https://ror.org/05qc18f66", - "501100021570": "https://ror.org/0079deh61", - "100011234": "https://ror.org/03cjntr43", - "501100001073": "https://ror.org/052xe5r02", - "501100009567": "https://ror.org/04x58c235", - "501100014145": "https://ror.org/0040zx077", - "100012902": "https://ror.org/04ax47y98", - "100012933": "https://ror.org/038wwg650", - "100015613": "https://ror.org/05atyvn45", - "100002967": "https://ror.org/020axev56", - "100011673": "https://ror.org/020axev56", - "100013362": "https://ror.org/04rg6e566", - "501100000979": "https://ror.org/0591qfp26", - "100014600": "https://ror.org/01n8qtk87", - "501100001519": "https://ror.org/05ts9tv79", - "501100001520": "https://ror.org/05ts9tv79", - "501100008631": "https://ror.org/05ts9tv79", - "100005341": "https://ror.org/012n4km28", - "100011603": "https://ror.org/012n4km28", - "501100000962": "https://ror.org/02txrtk05", - "100005786": "https://ror.org/03db51w68", - "501100014785": "https://ror.org/02mh2cd26", - "501100005661": "https://ror.org/041kwj007", - "501100009004": "https://ror.org/0139j4p80", - "100010779": "https://ror.org/00ne0z119", - "501100007471": "https://ror.org/03j9tzj20", - "501100014786": "https://ror.org/03j9tzj20", - "501100014915": "https://ror.org/00v8s1x79", - "501100006576": "https://ror.org/00ws7fy26", - "100005113": "https://ror.org/00my8w381", - "501100013230": "https://ror.org/02555ta58", - "100010889": "https://ror.org/024e1pj18", - "501100014140": "https://ror.org/028ynny55", - "501100020865": "https://ror.org/05xcgsy22", - "501100008987": "https://ror.org/01r2ecp77", - "501100011789": "https://ror.org/049x38272", - "501100010648": "https://ror.org/0424bsv16", - "100011149": "https://ror.org/02p7bfx81", - "501100008169": "https://ror.org/045grz143", - "100011712": "https://ror.org/045grz143", - "501100020546": "https://ror.org/030g1n548", - "501100013321": "https://ror.org/04gh4er46", - "501100003170": "https://ror.org/02cbq7e25", - "501100020412": "https://ror.org/05d538656", - "501100000612": "https://ror.org/00yr7db88", - "501100007918": "https://ror.org/00yr7db88", - "100014422": "https://ror.org/01sv7f575", - "100016469": "https://ror.org/002ysmy84", - "501100009384": "https://ror.org/039zhhm92", - "501100001247": "https://ror.org/04mz79w33", - "100010992": "https://ror.org/04mz79w33", - "501100015753": "https://ror.org/03h0e2s88", - "501100001175": "https://ror.org/00n82gt57", - "100016309": "https://ror.org/05emrqw14", - "100018129": "https://ror.org/037xna783", - "100011758": "https://ror.org/0442n1j98", - "100011759": "https://ror.org/0442n1j98", - "501100015979": "https://ror.org/02n5r1g44", - "501100002183": "https://ror.org/02z31cn83", - "501100001420": "https://ror.org/02z31cn83", - "501100008628": "https://ror.org/02z31cn83", - "501100020409": "https://ror.org/00qemyc07", - "501100013422": "https://ror.org/04jndar25", - "501100010434": "https://ror.org/03ejz0s07", - "100006960": "https://ror.org/031sp1p50", - "100012236": "https://ror.org/02nhj8555", - "501100015034": "https://ror.org/01zby9g91", - "100011236": "https://ror.org/03bmq2475", - "501100009704": "https://ror.org/05qetrn02", - "501100001054": "https://ror.org/02z8j1p10", - "501100007520": "https://ror.org/00vwq0k57", - "100010765": "https://ror.org/023bvkf33", - "501100004117": "https://ror.org/01qkhz224", - "100005180": "https://ror.org/03x1ewr52", - "100004674": "https://ror.org/03x1ewr52", - "100011033": "https://ror.org/03x1ewr52", - "501100014089": "https://ror.org/03gdpyq31", - "501100019402": "https://ror.org/036568k33", - "100013107": "https://ror.org/04j1n1c04", - "501100006505": "https://ror.org/0377apf83", - "501100014148": "https://ror.org/04dwpyh46", - "100002615": "https://ror.org/01an7kf92", - "501100020589": "https://ror.org/05af1fm66", - "501100009434": "https://ror.org/03s7fvd27", - "501100009418": "https://ror.org/016nge880", - "100013207": "https://ror.org/01g87hr29", - "501100001464": "https://ror.org/03bqk3e80", - "100012023": "https://ror.org/03bqk3e80", - "501100011870": "https://ror.org/02pecpe58", - "100010905": "https://ror.org/05k34t975", - "501100018723": "https://ror.org/05nnv1197", - "501100010473": "https://ror.org/04mk29570", - "501100016000": "https://ror.org/050rg6t21", - "501100004924": "https://ror.org/024v0gx67", - "501100011833": "https://ror.org/024v0gx67", - "501100015631": "https://ror.org/028979q34", - "100004447": "https://ror.org/020bngz38", - "100004427": "https://ror.org/020bngz38", - "100009308": "https://ror.org/020bngz38", - "501100012629": "https://ror.org/020bngz38", - "100010838": "https://ror.org/03qef0j11", - "501100013400": "https://ror.org/037styt87", - "501100010215": "https://ror.org/02s0rxx79", - "100015944": "https://ror.org/056sfsm69", - "100016244": "https://ror.org/008vm1c77", - "501100011577": "https://ror.org/029g42942", - "100011071": "https://ror.org/007kp6q87", - "501100002584": "https://ror.org/00txhkt32", - "501100009511": "https://ror.org/00txhkt32", - "100012895": "https://ror.org/03k2dnh74", - "100010859": "https://ror.org/05abs3w97", - "100020292": "https://ror.org/00xrkf913", - "100013738": "https://ror.org/00xrkf913", - "100017531": "https://ror.org/0440p1d37", - "100013302": "https://ror.org/04ng81283", - "100018164": "https://ror.org/02njgxr09", - "100015559": "https://ror.org/005nqtf16", - "501100014602": "https://ror.org/00681ts17", - "100015839": "https://ror.org/00v2tx290", - "501100011491": "https://ror.org/02cy0y186", - "501100019181": "https://ror.org/00me37y22", - "100018720": "https://ror.org/033x7ew36", - "501100008888": "https://ror.org/05xhmzx41", - "501100016323": "https://ror.org/001bzc417", - "100011550": "https://ror.org/03grk0f38", - "100012146": "https://ror.org/00mrq3p58", - "100011404": "https://ror.org/05hqmp950", - "100015574": "https://ror.org/02af0qw97", - "100010875": "https://ror.org/00gvw5y42", - "501100008839": "https://ror.org/01whmzn59", - "501100011052": "https://ror.org/04kakt857", - "501100009561": "https://ror.org/05qkzsf63", - "100016314": "https://ror.org/009dm8p56", - "501100013123": "https://ror.org/03kt3v622", - "501100004681": "https://ror.org/038y3sz68", - "501100010221": "https://ror.org/038y3sz68", - "501100007851": "https://ror.org/0307k1x46", - "501100008657": "https://ror.org/016t1kc57", - "501100008040": "https://ror.org/016t1kc57", - "501100003846": "https://ror.org/04amwz106", - "100019718": "https://ror.org/05s0s0h39", - "100018117": "https://ror.org/00sp4g786", - "501100014869": "https://ror.org/02d217z27", - "100015442": "https://ror.org/058pagg05", - "100014511": "https://ror.org/019jdc178", - "501100006418": "https://ror.org/004mbaj56", - "501100002205": "https://ror.org/03606hw36", - "501100001651": "https://ror.org/03606hw36", - "501100009828": "https://ror.org/03606hw36", - "501100014808": "https://ror.org/00n7q1156", - "100008880": "https://ror.org/011kdvn37", - "100012652": "https://ror.org/000sxmx78", - "501100016305": "https://ror.org/056swr059", - "100011943": "https://ror.org/04qxks937", - "501100015101": "https://ror.org/05evp6y14", - "501100012158": "https://ror.org/051abs833", - "501100012017": "https://ror.org/00f1qr933", - "100006048": "https://ror.org/02xfkgs74", - "100011674": "https://ror.org/02xfkgs74", - "100016000": "https://ror.org/05m0xgf85", - "501100014887": "https://ror.org/04nps9965", - "501100012689": "https://ror.org/00363z010", - "100016652": "https://ror.org/03wfqwh68", - "501100010728": "https://ror.org/02jcfzc36", - "501100008220": "https://ror.org/03wjptj96", - "501100012582": "https://ror.org/01a9z1q73", - "100007449": "https://ror.org/02y123g31", - "501100006680": "https://ror.org/02y123g31", - "100011737": "https://ror.org/027arfy53", - "501100017485": "https://ror.org/03nj29395", - "100012465": "https://ror.org/01mzw6m29", - "501100008178": "https://ror.org/027fvn224", - "100015760": "https://ror.org/027fvn224", - "100011709": "https://ror.org/027fvn224", - "501100005354": "https://ror.org/00maqj547", - "501100009228": "https://ror.org/00maqj547", - "501100012693": "https://ror.org/052hvz838", - "100010857": "https://ror.org/015hh0z25", - "501100007568": "https://ror.org/01jat6m31", - "501100000843": "https://ror.org/01jat6m31", - "100011085": "https://ror.org/022jjvb64", - "100012045": "https://ror.org/0514nj725", - "501100004053": "https://ror.org/0514nj725", - "501100018784": "https://ror.org/01kh5gc44", - "501100020595": "https://ror.org/03m098d13", - "100004218": "https://ror.org/01wwfqj09", - "501100015605": "https://ror.org/01b44s469", - "501100011772": "https://ror.org/042e6sa59", - "501100007781": "https://ror.org/00268wk31", - "100011093": "https://ror.org/02z8ech05", - "501100010554": "https://ror.org/018yw5541", - "501100013459": "https://ror.org/006v63s16", - "100011240": "https://ror.org/03sf6n204", - "501100015800": "https://ror.org/028ka0n85", - "501100000978": "https://ror.org/02sbbq532", - "100011019": "https://ror.org/0081myy06", - "100013814": "https://ror.org/00pfevw30", - "501100009022": "https://ror.org/02kpaqs60", - "100013216": "https://ror.org/00bve7358", - "100013027": "https://ror.org/04kbz1397", - "501100009102": "https://ror.org/04d8xwh61", - "100005925": "https://ror.org/03k0pmz17", - "501100015660": "https://ror.org/03zeg8w71", - "100005494": "https://ror.org/057x2fe53", - "100011688": "https://ror.org/057x2fe53", - "501100010431": "https://ror.org/0228cyp78", - "501100000980": "https://ror.org/02xwr1996", - "100008584": "https://ror.org/02xwr1996", - "501100009164": "https://ror.org/05f0rzm15", - "501100009895": "https://ror.org/03vx94b97", - "100011630": "https://ror.org/025h3d465", - "501100012408": "https://ror.org/038qye345", - "501100009230": "https://ror.org/01dv86r63", - "501100014688": "https://ror.org/01dv86r63", - "100007087": "https://ror.org/01akman82", - "100007163": "https://ror.org/01akman82", - "100006970": "https://ror.org/01akman82", - "100014468": "https://ror.org/01akman82", - "501100019690": "https://ror.org/00vbzva31", - "501100019731": "https://ror.org/02aaqv166", - "501100020650": "https://ror.org/01zr8ek85", - "501100015380": "https://ror.org/04xf6nm78", - "100005129": "https://ror.org/052jw0990", - "501100004764": "https://ror.org/01rgfv364", - "501100006327": "https://ror.org/05szqz470", - "100009835": "https://ror.org/03eta9142", - "100015408": "https://ror.org/058k8t807", - "100006450": "https://ror.org/00ezrrm21", - "100008196": "https://ror.org/032mwd808", - "501100018759": "https://ror.org/0266sez77", - "100016967": "https://ror.org/01qt8w311", - "501100021539": "https://ror.org/00ff5f522", - "100008783": "https://ror.org/01wspgy28", - "100009024": "https://ror.org/01f8qf629", - "501100003527": "https://ror.org/043rbr770", - "501100000939": "https://ror.org/043rbr770", - "501100015432": "https://ror.org/043rbr770", - "501100004748": "https://ror.org/04sfka033", - "501100002521": "https://ror.org/024b57v39", - "501100004086": "https://ror.org/024b57v39", - "501100009830": "https://ror.org/024b57v39", - "100005927": "https://ror.org/03wjf7p35", - "100005930": "https://ror.org/03wjf7p35", - "501100008171": "https://ror.org/02dq2t044", - "100011727": "https://ror.org/02dq2t044", - "501100014646": "https://ror.org/01jet5b79", - "100012360": "https://ror.org/041rme308", - "501100014905": "https://ror.org/003hg6k65", - "100013011": "https://ror.org/0256kw398", - "501100002763": "https://ror.org/04ka8rx28", - "501100009694": "https://ror.org/04ka8rx28", - "100004979": "https://ror.org/02y1rjh68", - "100019828": "https://ror.org/02y1rjh68", - "100005333": "https://ror.org/02z9cxd24", - "100011937": "https://ror.org/0116z8r77", - "501100010570": "https://ror.org/0116z8r77", - "501100004485": "https://ror.org/050bww094", - "501100014831": "https://ror.org/050bww094", - "501100002794": "https://ror.org/0527jb766", - "100012538": "https://ror.org/0527jb766", - "100013683": "https://ror.org/00ht10937", - "501100013229": "https://ror.org/00ht10937", - "501100004396": "https://ror.org/03gd1bh37", - "501100002563": "https://ror.org/0500xzf72", - "501100010800": "https://ror.org/0500xzf72", - "501100015510": "https://ror.org/01t8prc81", - "501100013808": "https://ror.org/01t8prc81", - "100009011": "https://ror.org/01t8nk565", - "100019456": "https://ror.org/01t8nk565", - "501100004636": "https://ror.org/01wes1575", - "100011723": "https://ror.org/01wes1575", - "501100013373": "https://ror.org/00aps1a34", - "501100008177": "https://ror.org/05jmp0y43", - "100011707": "https://ror.org/05jmp0y43", - "501100011656": "https://ror.org/046ggxs83", - "100000183": "https://ror.org/05epdh915", - "100016017": "https://ror.org/02j1m6098", - "501100008163": "https://ror.org/04tw1mp85", - "100011730": "https://ror.org/04tw1mp85", - "501100003967": "https://ror.org/05629dh87", - "501100015035": "https://ror.org/05629dh87", - "100005992": "https://ror.org/007ysvs16", - "100020471": "https://ror.org/007ysvs16", - "501100003668": "https://ror.org/00c25dn03", - "501100014189": "https://ror.org/00c25dn03", - "501100004862": "https://ror.org/03893we55", - "501100008043": "https://ror.org/03893we55", - "100007796": "https://ror.org/031zps173", - "501100019042": "https://ror.org/031zps173", - "501100021267": "https://ror.org/00j1vsg87", - "100014082": "https://ror.org/02y6cph55", - "501100010101": "https://ror.org/00e87hq62", - "501100008164": "https://ror.org/02zcamj98", - "100011724": "https://ror.org/02zcamj98", - "501100001840": "https://ror.org/03srneg48", - "501100011103": "https://ror.org/03srneg48", - "501100004001": "https://ror.org/00kwnh405", - "501100018555": "https://ror.org/00kwnh405", - "501100020670": "https://ror.org/03m5qkb69", - "501100008176": "https://ror.org/0109m8c38", - "100011726": "https://ror.org/0109m8c38", - "501100003176": "https://ror.org/03nc27g21", - "100017855": "https://ror.org/04evj0n95", - "501100020636": "https://ror.org/03xzxnc47", - "501100010226": "https://ror.org/01s5gyw91", - "501100008179": "https://ror.org/0578qbf69", - "100011711": "https://ror.org/0578qbf69", - "100004339": "https://ror.org/027vj4x92", - "100004329": "https://ror.org/027vj4x92", - "100013995": "https://ror.org/027vj4x92", - "501100000527": "https://ror.org/04vhk9f59", - "501100014050": "https://ror.org/04vhk9f59", - "501100000159": "https://ror.org/05hepy730", - "100007858": "https://ror.org/05hepy730", - "501100007178": "https://ror.org/05hepy730", - "501100008167": "https://ror.org/04ef2za66", - "100011704": "https://ror.org/04ef2za66", - "501100000404": "https://ror.org/0143pk141", - "100012111": "https://ror.org/0143pk141", - "501100018721": "https://ror.org/019vfke14", - "100008307": "https://ror.org/05fazth07", - "501100003195": "https://ror.org/00bc6bw85", - "501100016238": "https://ror.org/00bc6bw85", - "100001658": "https://ror.org/05kx3hd68", - "100011686": "https://ror.org/05kx3hd68", - "501100012544": "https://ror.org/00v408z34", - "501100009923": "https://ror.org/00376bg92", - "501100008180": "https://ror.org/015xfeg86", - "100011731": "https://ror.org/015xfeg86", - "100010611": "https://ror.org/01pbdzh19", - "100012569": "https://ror.org/01pbdzh19", - "501100010882": "https://ror.org/01z7y3r39", - "100011112": "https://ror.org/028qka468", - "100008191": "https://ror.org/043zam433", - "100012066": "https://ror.org/043zam433", - "501100002747": "https://ror.org/03cx3d993", - "501100014644": "https://ror.org/03cx3d993", - "100007220": "https://ror.org/02j2fth58", - "501100001231": "https://ror.org/02j2fth58", - "100006016": "https://ror.org/051nxew65", - "100013996": "https://ror.org/051nxew65", - "100015800": "https://ror.org/0331mqm40", - "501100003549": "https://ror.org/00v349e63", - "501100017279": "https://ror.org/021atz428", - "501100004101": "https://ror.org/059m0aj32", - "100012117": "https://ror.org/059m0aj32", - "501100008161": "https://ror.org/036gts662", - "100011706": "https://ror.org/036gts662", - "501100004261": "https://ror.org/05rjdm522", - "501100018882": "https://ror.org/04664mr26", - "501100002788": "https://ror.org/0112b4s87", - "100012115": "https://ror.org/0112b4s87", - "501100018730": "https://ror.org/02n43xw86", - "501100003095": "https://ror.org/032p1n739", - "501100009834": "https://ror.org/032p1n739", - "501100008162": "https://ror.org/04g6r1b21", - "100011705": "https://ror.org/04g6r1b21", - "501100003404": "https://ror.org/01f61vq51", - "501100001712": "https://ror.org/01f61vq51", - "501100008165": "https://ror.org/032rffb92", - "100011710": "https://ror.org/032rffb92", - "501100011992": "https://ror.org/057hdmq26", - "100014998": "https://ror.org/02w86e729", - "501100003031": "https://ror.org/05rth8x13", - "501100017171": "https://ror.org/05rth8x13", - "100013404": "https://ror.org/03y3y9v44", - "100006817": "https://ror.org/031q21x57", - "501100009882": "https://ror.org/020dw9k11", - "100011746": "https://ror.org/04n1n3n22", - "100012524": "https://ror.org/03rx10x31", - "100007592": "https://ror.org/00qedmt22", - "100002429": "https://ror.org/03g03ge92", - "100007072": "https://ror.org/03g03ge92", - "100000042": "https://ror.org/03g03ge92", - "100020032": "https://ror.org/00vp82b55", - "100011913": "https://ror.org/00aamts79", - "100010582": "https://ror.org/04yx6dh41", - "501100014434": "https://ror.org/02jf81j23", - "100011893": "https://ror.org/008kev776", - "501100020930": "https://ror.org/03n6tmk81", - "100010082": "https://ror.org/02r3e0967", - "100007737": "https://ror.org/02r3e0967", - "501100009068": "https://ror.org/053fyjq47", - "100000945": "https://ror.org/02p3esj04", - "501100013912": "https://ror.org/05ymr3m21", - "501100001412": "https://ror.org/021wm7p51", - "501100010790": "https://ror.org/01v2m4n16", - "501100013209": "https://ror.org/05v75r592", - "100008050": "https://ror.org/019dmpq73", - "501100011705": "https://ror.org/04cqyfy93", - "100011512": "https://ror.org/01xpa3123", - "501100004760": "https://ror.org/03ha6v181", - "501100009253": "https://ror.org/01s2mxg92", - "100014790": "https://ror.org/00pqdc111", - "501100007360": "https://ror.org/018fvk877", - "501100010855": "https://ror.org/02kv0wv09", - "100014176": "https://ror.org/04yyths36", - "501100009898": "https://ror.org/03y4t9m88", - "501100009888": "https://ror.org/02r6c6d62", - "100014147": "https://ror.org/00p2fsr49", - "501100019179": "https://ror.org/05r3yzw86", - "100008718": "https://ror.org/02z8wa502", - "100016735": "https://ror.org/03c52a632", - "100020154": "https://ror.org/00bp7kt89", - "100009122": "https://ror.org/00kab6t91", - "501100000922": "https://ror.org/03nv0z257", - "100020470": "https://ror.org/03nv0z257", - "501100015419": "https://ror.org/03k7cjr94", - "100001704": "https://ror.org/05vx6cn88", - "501100005185": "https://ror.org/04z3y3f62", - "100010440": "https://ror.org/05hp77p11", - "501100006766": "https://ror.org/01jw2p796", - "501100015690": "https://ror.org/00xqf8t64", - "100012995": "https://ror.org/05r7c5x85", - "501100000002": "https://ror.org/00pydep37", - "501100009111": "https://ror.org/00pydep37", - "100005488": "https://ror.org/05dv1j335", - "100015414": "https://ror.org/05dv1j335", - "100001311": "https://ror.org/0108z6p13", - "100016026": "https://ror.org/0108z6p13", - "100016015": "https://ror.org/04k51q396", - "501100000393": "https://ror.org/00wx2xr17", - "501100008634": "https://ror.org/00wx2xr17", - "100017436": "https://ror.org/02yewpr08", - "501100006374": "https://ror.org/01wk3d929", - "501100008629": "https://ror.org/05qha6z89", - "501100001469": "https://ror.org/036j6sg82", - "501100004357": "https://ror.org/02y7nf053", - "501100006736": "https://ror.org/02m62qy71", - "501100001236": "https://ror.org/056hed623", - "501100009320": "https://ror.org/056hed623", - "100012942": "https://ror.org/0265ntg49", - "501100018949": "https://ror.org/045ney286", - "501100010457": "https://ror.org/01hq89f96", - "501100007657": "https://ror.org/05njb9z20", - "501100006352": "https://ror.org/054gw3b40", - "100002610": "https://ror.org/044xf8y74", - "100013399": "https://ror.org/044xf8y74", - "501100010749": "https://ror.org/03ycms792", - "501100006445": "https://ror.org/039bjqg32", - "501100006446": "https://ror.org/039bjqg32", - "501100008255": "https://ror.org/056hcgc41", - "100009878": "https://ror.org/01se4f844", - "501100019645": "https://ror.org/05qvm1p98", - "501100004569": "https://ror.org/05dwvd537", - "501100006047": "https://ror.org/05dwvd537", - "501100004348": "https://ror.org/02zrae794", - "501100011727": "https://ror.org/02zrae794", - "100015970": "https://ror.org/01q8b6q23", - "501100001441": "https://ror.org/044w3nw43", - "501100003356": "https://ror.org/054xkpr46", - "501100004370": "https://ror.org/02ba3pt07", - "501100005606": "https://ror.org/05k8wg936", - "501100005844": "https://ror.org/056bjta22", - "100010259": "https://ror.org/017x4hj83", - "100001944": "https://ror.org/017x4hj83", - "501100011759": "https://ror.org/00v9vte73", - "501100001457": "https://ror.org/00hhhdj49", - "100009117": "https://ror.org/00a208s56", - "100016848": "https://ror.org/03rqk8h36", - "501100016201": "https://ror.org/03v8ter60", - "100010039": "https://ror.org/05gkzcc88", - "100010038": "https://ror.org/05gkzcc88", - "501100014749": "https://ror.org/03j96nc67", - "501100006544": "https://ror.org/016n0q862", - "501100006580": "https://ror.org/016n0q862", - "501100003413": "https://ror.org/02d229b24", - "501100007148": "https://ror.org/02d229b24", - "501100001450": "https://ror.org/04pyne868", - "501100001172": "https://ror.org/02ex29a12", - "501100013729": "https://ror.org/02ex29a12", - "501100015763": "https://ror.org/01pnej532", - "501100014790": "https://ror.org/050qmg959", - "501100005296": "https://ror.org/01226dv09", - "501100007082": "https://ror.org/041akq887", - "501100001600": "https://ror.org/03ke5zk82", - "501100002679": "https://ror.org/03n7yzv56", - "100008666": "https://ror.org/00t5xc355", - "100017539": "https://ror.org/04d4dr544", - "100016958": "https://ror.org/01jdyfj45", - "100003392": "https://ror.org/00wevt173", - "100017173": "https://ror.org/00wevt173", - "501100009893": "https://ror.org/02dfpb916", - "501100001354": "https://ror.org/01j5aph50", - "501100016248": "https://ror.org/01me6gb93", - "501100007674": "https://ror.org/04xpsrn94", - "100000049": "https://ror.org/049v75w11", - "501100021102": "https://ror.org/03ypxwh20", - "501100002332": "https://ror.org/01g9ty582", - "100004863": "https://ror.org/024qczd07", - "100011036": "https://ror.org/024qczd07", - "501100010854": "https://ror.org/01rr3tg72", - "100017962": "https://ror.org/01rr3tg72", - "100005171": "https://ror.org/00gj19047", - "100016942": "https://ror.org/00gj19047", - "100001765": "https://ror.org/011398447", - "100013305": "https://ror.org/011398447", - "100001938": "https://ror.org/0105bk454", - "100016028": "https://ror.org/0105bk454", - "501100008240": "https://ror.org/018zra666", - "501100003820": "https://ror.org/018zra666", - "501100010846": "https://ror.org/018zra666", - "100006156": "https://ror.org/00wdspp82", - "100011034": "https://ror.org/00wdspp82", - "501100008687": "https://ror.org/0560q5470", - "501100013131": "https://ror.org/0560q5470", - "501100010981": "https://ror.org/05cjrrq55", - "100005198": "https://ror.org/01wn80b84", - "100020580": "https://ror.org/01wn80b84", - "100007359": "https://ror.org/02sryfh37", - "100014810": "https://ror.org/02sryfh37", - "501100010954": "https://ror.org/026sv7t11", - "501100000415": "https://ror.org/0318hx909", - "501100009309": "https://ror.org/0318hx909", - "100015237": "https://ror.org/0564rh245", - "501100021774": "https://ror.org/00178eg98", - "501100008856": "https://ror.org/010qdt721", - "501100014996": "https://ror.org/010qdt721", - "501100003775": "https://ror.org/01ajv0n48", - "501100014670": "https://ror.org/01ajv0n48", - "100012543": "https://ror.org/030enq015", - "100017751": "https://ror.org/04dmgak75", - "100002865": "https://ror.org/04saamx77", - "100015762": "https://ror.org/04saamx77", - "100001771": "https://ror.org/02gegq725", - "100020102": "https://ror.org/02gegq725", - "100001210": "https://ror.org/039ymf386", - "100013861": "https://ror.org/039ymf386", - "501100010024": "https://ror.org/017aqg979", - "501100009601": "https://ror.org/04baakq55", - "501100009331": "https://ror.org/04baakq55", - "501100011488": "https://ror.org/05gsdj460", - "501100004739": "https://ror.org/031141b54", - "501100012492": "https://ror.org/031141b54", - "501100013823": "https://ror.org/014kyp779", - "501100006525": "https://ror.org/04674kj97", - "501100014631": "https://ror.org/04674kj97", - "100007476": "https://ror.org/00arvcr78", - "100013528": "https://ror.org/00arvcr78", - "501100009233": "https://ror.org/04snr8v46", - "100014653": "https://ror.org/05njkjr15", - "100015896": "https://ror.org/04v3jxv31", - "501100002366": "https://ror.org/04q6c7p66", - "501100004701": "https://ror.org/04q6c7p66", - "501100007350": "https://ror.org/03pr08s76", - "501100007349": "https://ror.org/03pr08s76", - "501100013696": "https://ror.org/03pr08s76", - "100007820": "https://ror.org/02hkvsj16", - "100000878": "https://ror.org/02hkvsj16", - "100012051": "https://ror.org/02hkvsj16", - "501100002653": "https://ror.org/02cddnn97", - "100011703": "https://ror.org/02cddnn97", - "501100010803": "https://ror.org/03k93wc57", - "501100008991": "https://ror.org/05rvdw046", - "501100016297": "https://ror.org/05rvdw046", - "501100010628": "https://ror.org/02sqgkj21", - "501100013116": "https://ror.org/025f1e779", - "100014437": "https://ror.org/033b0v780", - "501100003102": "https://ror.org/03zp01h17", - "100011332": "https://ror.org/03zp01h17", - "501100010067": "https://ror.org/0425pg203", - "100017005": "https://ror.org/05w520734", - "501100001304": "https://ror.org/04pgfae68", - "501100019130": "https://ror.org/04pgfae68", - "501100003008": "https://ror.org/0512bh102", - "501100004819": "https://ror.org/0512bh102", - "501100002385": "https://ror.org/0512bh102", - "100017057": "https://ror.org/0512bh102", - "100005134": "https://ror.org/02xe89706", - "501100004161": "https://ror.org/052v3nb82", - "501100014648": "https://ror.org/052v3nb82", - "501100004630": "https://ror.org/002skex07", - "501100011672": "https://ror.org/002skex07", - "501100017170": "https://ror.org/000025p04", - "501100016204": "https://ror.org/03cqd2v24", - "501100007615": "https://ror.org/038cy8j79", - "501100015090": "https://ror.org/038cy8j79", - "100015661": "https://ror.org/03428qp74", - "100011111": "https://ror.org/03428qp74", - "100015660": "https://ror.org/03428qp74", - "501100003426": "https://ror.org/05s5h0e62", - "100016408": "https://ror.org/05s5h0e62", - "100002951": "https://ror.org/0407tnq23", - "100005851": "https://ror.org/0407tnq23", - "501100010857": "https://ror.org/00t30yz20", - "100009044": "https://ror.org/04zrf7b53", - "501100002261": "https://ror.org/02mh1ke95", - "100012555": "https://ror.org/02mh1ke95", - "100009142": "https://ror.org/029n6xw55", - "100014612": "https://ror.org/008sy4716", - "501100007860": "https://ror.org/01r277z15", - "501100010451": "https://ror.org/01mv1ez88", - "100017695": "https://ror.org/01mv1ez88", - "100009087": "https://ror.org/01m0j3711", - "501100011907": "https://ror.org/01m0j3711", - "501100013343": "https://ror.org/01202fx60", - "501100008804": "https://ror.org/0031khd05", - "100013239": "https://ror.org/03q36qm19", - "501100009885": "https://ror.org/04fbf9935", - "501100003970": "https://ror.org/04waqzz56", - "501100012312": "https://ror.org/027b1sp84", - "501100004635": "https://ror.org/04wv8j283", - "501100008478": "https://ror.org/02vkzd588", - "501100009327": "https://ror.org/0412j5e72", - "100010449": "https://ror.org/02w030k33", - "501100003784": "https://ror.org/00zn2c847", - "100011756": "https://ror.org/03xkyqb18", - "501100009538": "https://ror.org/007tjaq50", - "501100010561": "https://ror.org/04dk1ra67", - "501100010268": "https://ror.org/011fq2d43", - "501100019256": "https://ror.org/033rx1153", - "100014423": "https://ror.org/01c9agy38", - "100013987": "https://ror.org/03a1hhg18", - "501100000614": "https://ror.org/058hv4b88", - "100011963": "https://ror.org/02mrd0686", - "501100009553": "https://ror.org/05m8t8e28", - "100017399": "https://ror.org/026sbm463", - "501100001406": "https://ror.org/052detg56", - "501100010115": "https://ror.org/00kd6pz94", - "501100009534": "https://ror.org/04vnq7t77", - "100016811": "https://ror.org/01hyb4h74", - "100010823": "https://ror.org/011p7eg09", - "501100011089": "https://ror.org/01m3qaz74", - "501100012708": "https://ror.org/02tzcfr91", - "501100008967": "https://ror.org/01q6mhb56", - "501100018696": "https://ror.org/03cq89j92", - "501100013414": "https://ror.org/01zsm1k25", - "501100012411": "https://ror.org/03hh69c20", - "501100012009": "https://ror.org/02xcybn77", - "501100010422": "https://ror.org/01bh2qr63", - "501100009910": "https://ror.org/05t3dfy66", - "100013273": "https://ror.org/02qc43v06", - "501100009614": "https://ror.org/03zj57g67", - "501100007805": "https://ror.org/023k8z302", - "501100009880": "https://ror.org/008hssd09", - "100003736": "https://ror.org/01vpwxn19", - "100007341": "https://ror.org/01vpwxn19", - "501100020671": "https://ror.org/040ed7622", - "100007824": "https://ror.org/03rzy3090", - "100001461": "https://ror.org/04egvf158", - "501100002124": "https://ror.org/01drzr533", - "100004857": "https://ror.org/050kf9c55", - "501100001193": "https://ror.org/0095bnv13", - "501100008639": "https://ror.org/0095bnv13", - "100006071": "https://ror.org/0442m3a92", - "100014858": "https://ror.org/0442m3a92", - "501100015769": "https://ror.org/01kmz4383", - "100015411": "https://ror.org/02ps3ca75", - "501100008603": "https://ror.org/0267htk20", - "100003795": "https://ror.org/05g1nvk51", - "100011675": "https://ror.org/05g1nvk51", - "501100003103": "https://ror.org/00c276w39", - "501100001288": "https://ror.org/00bk3dc29", - "501100008636": "https://ror.org/00bk3dc29", - "501100000976": "https://ror.org/03ypqw073", - "501100009313": "https://ror.org/03ypqw073", - "100006089": "https://ror.org/03fe2kq34", - "100014009": "https://ror.org/03fe2kq34", - "501100001796": "https://ror.org/016gb9e15", - "501100002775": "https://ror.org/014pmyt66", - "100001058": "https://ror.org/033arwq68", - "100011683": "https://ror.org/033arwq68", - "100008750": "https://ror.org/04wcznf70", - "100005847": "https://ror.org/01n5r7s17", - "100020573": "https://ror.org/01n5r7s17", - "100005801": "https://ror.org/01zbnvs85", - "100019827": "https://ror.org/01zbnvs85", - "100004729": "https://ror.org/01n9aef16", - "100010137": "https://ror.org/03n1ntw18", - "100020578": "https://ror.org/03n1ntw18", - "100004952": "https://ror.org/02rxnmn30", - "501100001194": "https://ror.org/03f20jx79", - "501100008702": "https://ror.org/03f20jx79", - "100000171": "https://ror.org/03mamvh39", - "501100011790": "https://ror.org/05c1yfj14", - "100000172": "https://ror.org/02kd4km72", - "100001764": "https://ror.org/02krhe361", - "100014864": "https://ror.org/02krhe361", - "100005278": "https://ror.org/02hww1d40", - "100014818": "https://ror.org/02hww1d40", - "501100002293": "https://ror.org/056naxb15", - "501100016083": "https://ror.org/02bpnkx55", - "100007217": "https://ror.org/0083hz885", - "501100023403": "https://ror.org/05dj9eh50", - "501100023404": "https://ror.org/05dj9eh50", - "100002837": "https://ror.org/05axzq880", - "100011666": "https://ror.org/05axzq880", - "100001028": "https://ror.org/05vt4py39", - "100013298": "https://ror.org/05vt4py39", - "501100011632": "https://ror.org/01w953x65", - "100000046": "https://ror.org/041w95745", - "100008494": "https://ror.org/00ak1t323", - "501100000300": "https://ror.org/04mm5g824", - "501100013703": "https://ror.org/04mm5g824", - "501100006642": "https://ror.org/026xyd213", - "501100002041": "https://ror.org/026xyd213", - "501100003197": "https://ror.org/01ttmqc18", - "501100000042": "https://ror.org/03zgm5t19", - "501100021471": "https://ror.org/03zgm5t19", - "501100007450": "https://ror.org/00rh0mt41", - "100001800": "https://ror.org/00hhn0315", - "100011670": "https://ror.org/00hhn0315", - "100005271": "https://ror.org/03rbr3273", - "100010271": "https://ror.org/03rbr3273", - "100009891": "https://ror.org/01r09qt02", - "100000173": "https://ror.org/05s7cqk18", - "100005553": "https://ror.org/05s7cqk18", - "100005554": "https://ror.org/054ydxh33", - "501100002389": "https://ror.org/01cb2rv04", - "100020098": "https://ror.org/04afqts81", - "501100003606": "https://ror.org/004zhf707", - "100011902": "https://ror.org/02fd11n27", - "100005195": "https://ror.org/00sdb8f83", - "100015764": "https://ror.org/00sdb8f83", - "501100002998": "https://ror.org/05mv4rb84", - "501100000950": "https://ror.org/01e399z24", - "501100008874": "https://ror.org/00n2kc060", - "501100004012": "https://ror.org/03vxy9y38", - "501100007499": "https://ror.org/05xrh8193", - "501100013517": "https://ror.org/05xrh8193", - "100006541": "https://ror.org/029zvkg32", - "100014815": "https://ror.org/029zvkg32", - "100010762": "https://ror.org/04vkcpy08", - "100002606": "https://ror.org/027mhsx91", - "100014010": "https://ror.org/027mhsx91", - "501100004120": "https://ror.org/02vabsf11", - "100005092": "https://ror.org/03tzank54", - "100014007": "https://ror.org/03tzank54", - "100010781": "https://ror.org/03j1c4d98", - "100006663": "https://ror.org/05r5c7c30", - "501100004961": "https://ror.org/03ayjn504", - "501100000626": "https://ror.org/033npx474", - "501100008625": "https://ror.org/033npx474", - "501100003842": "https://ror.org/04xb0g792", - "100014070": "https://ror.org/04xb0g792", - "100019314": "https://ror.org/052em3f88", - "100019315": "https://ror.org/052em3f88", - "100004958": "https://ror.org/05wpjpp83", - "501100008732": "https://ror.org/032900178", - "501100008311": "https://ror.org/015fvc051", - "501100013888": "https://ror.org/015fvc051", - "501100001125": "https://ror.org/02gdbm217", - "501100008630": "https://ror.org/02gdbm217", - "100001240": "https://ror.org/03j5qz247", - "100013973": "https://ror.org/03j5qz247", - "501100002713": "https://ror.org/05gxjyb39", - "501100008840": "https://ror.org/05gxjyb39", - "501100003100": "https://ror.org/039w1jh10", - "100002348": "https://ror.org/02p5aye98", - "100013307": "https://ror.org/02p5aye98", - "100003977": "https://ror.org/03xeqqt61", - "100016030": "https://ror.org/03xeqqt61", - "100012098": "https://ror.org/01b1y2d10", - "100013975": "https://ror.org/01b1y2d10", - "100003303": "https://ror.org/04zp6eb52", - "100012327": "https://ror.org/04zp6eb52", - "100008122": "https://ror.org/00bxchw37", - "100013932": "https://ror.org/00bxchw37", - "501100001295": "https://ror.org/04dtfyh05", - "501100007564": "https://ror.org/007ef4t67", - "100002600": "https://ror.org/057zq8s17", - "100013981": "https://ror.org/057zq8s17", - "100006084": "https://ror.org/054j5yq82", - "501100004029": "https://ror.org/04zz5fc19", - "100001229": "https://ror.org/02a7hjv13", - "100011671": "https://ror.org/02a7hjv13", - "501100004591": "https://ror.org/00wj0f678", - "501100001739": "https://ror.org/051qeyr12", - "100005395": "https://ror.org/00p17p196", - "100020313": "https://ror.org/00p17p196", - "100009165": "https://ror.org/00t9khr87", - "501100010767": "https://ror.org/019af4n30", - "100008553": "https://ror.org/03y6ba359", - "100014860": "https://ror.org/03y6ba359", - "501100020061": "https://ror.org/02gn1ar53", - "100008714": "https://ror.org/04es2gg88", - "100016887": "https://ror.org/04es2gg88", - "100005231": "https://ror.org/04kyvky59", - "100014816": "https://ror.org/04kyvky59", - "100005384": "https://ror.org/01y68k842", - "501100000151": "https://ror.org/04svth815", - "100013335": "https://ror.org/03be3fb73", - "501100011024": "https://ror.org/01awp2978", - "100010293": "https://ror.org/01vwesc15", - "100020124": "https://ror.org/01vwesc15", - "100010135": "https://ror.org/04vbzm272", - "100005335": "https://ror.org/046j4rs93", - "100011667": "https://ror.org/046j4rs93", - "100006595": "https://ror.org/03wg2yp19", - "100001720": "https://ror.org/02bqtvr98", - "501100007569": "https://ror.org/00es6pb19", - "501100009290": "https://ror.org/00es6pb19", - "501100007494": "https://ror.org/00kr4dx39", - "501100014439": "https://ror.org/00kr4dx39", - "100013942": "https://ror.org/00j80js52", - "100015395": "https://ror.org/00j80js52", - "100005604": "https://ror.org/052d2nr31", - "100017866": "https://ror.org/052d2nr31", - "100004881": "https://ror.org/031zh6285", - "100011032": "https://ror.org/031zh6285", - "100005437": "https://ror.org/0208m0s40", - "100020583": "https://ror.org/0208m0s40", - "501100000721": "https://ror.org/00mvffx52", - "501100009292": "https://ror.org/00mvffx52", - "100007423": "https://ror.org/032sf2845", - "100020425": "https://ror.org/032sf2845", - "501100009310": "https://ror.org/04mr78v45", - "501100009288": "https://ror.org/030p9nw74", - "501100000263": "https://ror.org/04amfk357", - "501100009307": "https://ror.org/04amfk357", - "501100000956": "https://ror.org/01ddvtt26", - "100001790": "https://ror.org/05kjchg44", - "100000082": "https://ror.org/00whkrf32", - "100009418": "https://ror.org/013rxeb24", - "100019922": "https://ror.org/013rxeb24", - "100019519": "https://ror.org/05hg48t65", - "501100006006": "https://ror.org/01mh6b283", - "501100014470": "https://ror.org/01mh6b283", - "100000981": "https://ror.org/03j83x834", - "100012402": "https://ror.org/00wbskb04", - "100012403": "https://ror.org/00wbskb04", - "501100000982": "https://ror.org/033b0a569", - "501100009207": "https://ror.org/033b0a569", - "100011006": "https://ror.org/05e87zb45", - "100001575": "https://ror.org/02cvqxe38", - "100014842": "https://ror.org/02cvqxe38", - "100010581": "https://ror.org/038sjwq14", - "501100020840": "https://ror.org/038sjwq14", - "100005676": "https://ror.org/012y8h312", - "100018016": "https://ror.org/012y8h312", - "501100001057": "https://ror.org/0381t6379", - "501100013759": "https://ror.org/0381t6379", - "100017503": "https://ror.org/04ce5fg13", - "100016834": "https://ror.org/04ce5fg13", - "501100009051": "https://ror.org/0082wq496", - "100018183": "https://ror.org/02jkp0740", - "100020579": "https://ror.org/02jkp0740", - "100000944": "https://ror.org/02zta5505", - "100012050": "https://ror.org/02zta5505", - "501100019109": "https://ror.org/05h2dda38", - "100009987": "https://ror.org/004sbqf57", - "100003516": "https://ror.org/051kyr277", - "100018065": "https://ror.org/051kyr277", - "100003667": "https://ror.org/023fjv693", - "100013311": "https://ror.org/023fjv693", - "100003575": "https://ror.org/04v1psm68", - "100016025": "https://ror.org/04v1psm68", - "100010181": "https://ror.org/00wa40650", - "100009243": "https://ror.org/00wa40650", - "501100004565": "https://ror.org/00y084206", - "501100005978": "https://ror.org/018k53h31", - "501100001583": "https://ror.org/05varta73", - "501100009315": "https://ror.org/05varta73", - "100005669": "https://ror.org/01x1hjy11", - "100005186": "https://ror.org/00p8rjs69", - "100018691": "https://ror.org/00p8rjs69", - "501100007651": "https://ror.org/027ymyq71", - "100018729": "https://ror.org/05tn5kf55", - "100002973": "https://ror.org/02ypac508", - "100006547": "https://ror.org/02ypac508", - "501100001001": "https://ror.org/05bcgfn72", - "501100009293": "https://ror.org/05bcgfn72", - "501100005915": "https://ror.org/057kjcb31", - "501100001401": "https://ror.org/057kjcb31", - "100005740": "https://ror.org/00fe3cc74", - "501100020652": "https://ror.org/03mz8ps81", - "100011048": "https://ror.org/02zvw6748", - "100006203": "https://ror.org/04xx4z452", - "501100012320": "https://ror.org/00ggpsq73", - "100020012": "https://ror.org/05q5zzn71", - "100016367": "https://ror.org/02ajbht29", - "100016595": "https://ror.org/01cyfxe35", - "501100021546": "https://ror.org/00ndhrx30", - "100005729": "https://ror.org/02rj8cx55", - "100006193": "https://ror.org/059fqnc42", - "100012165": "https://ror.org/0202cv241", - "100016781": "https://ror.org/00epmtw64", - "501100002714": "https://ror.org/0245cg223", - "501100003190": "https://ror.org/0245cg223", - "501100021729": "https://ror.org/0245cg223", - "501100009381": "https://ror.org/04d4wjw61", - "100020008": "https://ror.org/057xcp713", - "100005757": "https://ror.org/01w1q7x19", - "100020596": "https://ror.org/03db5ay71", - "100016619": "https://ror.org/03efe6r86", - "100005739": "https://ror.org/00wks2x74", - "100020010": "https://ror.org/04xr3m042", - "501100013872": "https://ror.org/03rtq6c48", - "501100004035": "https://ror.org/03y8mtb59", - "501100019004": "https://ror.org/03y8mtb59", - "100005766": "https://ror.org/010ww9x09", - "100006205": "https://ror.org/03j9e2j92", - "100005849": "https://ror.org/0312hfy93", - "501100000373": "https://ror.org/0312hfy93", - "100006819": "https://ror.org/001n0zm21", - "501100014583": "https://ror.org/00k575643", - "501100002886": "https://ror.org/05269d038", - "501100004226": "https://ror.org/05269d038", - "501100005154": "https://ror.org/05269d038", - "100005744": "https://ror.org/02xa99s59", - "100008383": "https://ror.org/00e3ns026", - "100008384": "https://ror.org/00e3ns026", - "501100007156": "https://ror.org/04vf9tr09", - "501100003452": "https://ror.org/04vf9tr09", - "501100010428": "https://ror.org/04vf9tr09", - "100017008": "https://ror.org/03cpe7c52", - "100017023": "https://ror.org/03cpe7c52", - "100005752": "https://ror.org/00nr2vg89", - "501100020073": "https://ror.org/01ezjqh37", - "100005747": "https://ror.org/0249rpb20", - "501100001556": "https://ror.org/055y4y749", - "501100008640": "https://ror.org/055y4y749", - "100013420": "https://ror.org/055y4y749", - "501100018865": "https://ror.org/00mv4xe50", - "501100016394": "https://ror.org/014wjf777", - "100015520": "https://ror.org/04awsyj96", - "501100009938": "https://ror.org/00f65kq68", - "100008198": "https://ror.org/03pq4g524", - "100005743": "https://ror.org/03pq4g524", - "100006197": "https://ror.org/02epydz83", - "100012627": "https://ror.org/01qxmdg18", - "100008238": "https://ror.org/02exqgm79", - "100010278": "https://ror.org/02exqgm79", - "100004710": "https://ror.org/02exqgm79", - "501100014563": "https://ror.org/04ded0672", - "501100023380": "https://ror.org/03nkv4177", - "501100015993": "https://ror.org/00y2dy597", - "100005737": "https://ror.org/05b1jpg49", - "100007346": "https://ror.org/03em45j53", - "100006204": "https://ror.org/03em45j53", - "100014270": "https://ror.org/03xf80p12", - "100014791": "https://ror.org/05t0v7d07", - "501100012691": "https://ror.org/040k5fq90", - "501100014363": "https://ror.org/0021fvv57", - "100010229": "https://ror.org/0248n9g36", - "100010801": "https://ror.org/032crvm08", - "100014994": "https://ror.org/03c240v55", - "100016409": "https://ror.org/056e97x14", - "100017392": "https://ror.org/01g9pm929", - "100015662": "https://ror.org/00jwxmn37", - "100014025": "https://ror.org/05fvy0w58", - "501100008134": "https://ror.org/04v9gtz82", - "100008284": "https://ror.org/01rmh9n78", - "100005783": "https://ror.org/01rmh9n78", - "100008286": "https://ror.org/01rmh9n78", - "100008285": "https://ror.org/01rmh9n78", - "100007507": "https://ror.org/01rmh9n78", - "100005608": "https://ror.org/01rmh9n78", - "100019491": "https://ror.org/01rmh9n78", - "100017651": "https://ror.org/05r9vkr23", - "100013468": "https://ror.org/05g27v878", - "100017768": "https://ror.org/037gaxk79", - "100019329": "https://ror.org/04537p149", - "100017717": "https://ror.org/02881dh04", - "100006195": "https://ror.org/02acart68", - "100018231": "https://ror.org/03zj4c476", - "501100022218": "https://ror.org/015zq0969", - "100003579": "https://ror.org/00c33a344", - "100015102": "https://ror.org/039vj6345", - "501100008873": "https://ror.org/004n3ms37", - "100012229": "https://ror.org/000epyr61", - "100012771": "https://ror.org/01zn7ya31", - "501100016404": "https://ror.org/055gynz44", - "100014056": "https://ror.org/03ekm7858", - "100018775": "https://ror.org/036cr7267", - "100016839": "https://ror.org/03d1zwe41", - "501100017562": "https://ror.org/01bdta868", - "501100008728": "https://ror.org/02rec2820", - "501100020863": "https://ror.org/01b1wzf66", - "100018722": "https://ror.org/04bcx2629", - "100018260": "https://ror.org/01a4es322", - "501100019170": "https://ror.org/04avfj734", - "100019553": "https://ror.org/0516b6a83", - "100014786": "https://ror.org/022hhqs29", - "100012785": "https://ror.org/03tqx2a44", - "100016432": "https://ror.org/000byjn55", - "100014839": "https://ror.org/00nxspy78", - "100000060": "https://ror.org/043z4tv69", - "100005850": "https://ror.org/043z4tv69", - "100006492": "https://ror.org/043z4tv69", - "100015691": "https://ror.org/043z4tv69", - "100017754": "https://ror.org/00k86w020", - "100017689": "https://ror.org/041vn3m43", - "501100006338": "https://ror.org/00q3h2974", - "501100022083": "https://ror.org/00q3h2974", - "100016620": "https://ror.org/00se21e39", - "100020200": "https://ror.org/01pczmy17", - "501100019855": "https://ror.org/05srt5c29", - "100010203": "https://ror.org/0145znz58", - "100017907": "https://ror.org/013x7x220", - "100012292": "https://ror.org/03z6znw35", - "501100009978": "https://ror.org/05hq0zw41", - "501100020727": "https://ror.org/00dywyn19", - "100014501": "https://ror.org/02cbj3q28", - "100013755": "https://ror.org/04zfk0m49", - "100017998": "https://ror.org/0454k6g38", - "501100011908": "https://ror.org/02q3j1823", - "100012525": "https://ror.org/015kk2x11", - "501100016033": "https://ror.org/030yben02", - "100015171": "https://ror.org/01yve5h66", - "100006199": "https://ror.org/0399mhs52", - "100011929": "https://ror.org/006hc7f90", - "100012820": "https://ror.org/02gp9c631", - "501100013275": "https://ror.org/050q5pk40", - "100019193": "https://ror.org/033kds850", - "501100008646": "https://ror.org/02j2d2g70", - "100013477": "https://ror.org/05ycqmp53", - "100014165": "https://ror.org/04xg8kp91", - "100009604": "https://ror.org/00na1g793", - "100017743": "https://ror.org/052nwcv16", - "501100003743": "https://ror.org/0494fs390", - "501100014552": "https://ror.org/0494fs390", - "100017672": "https://ror.org/01wn0y376", - "100015656": "https://ror.org/02ehsb520", - "100020504": "https://ror.org/05r11v294", - "100016472": "https://ror.org/02pfy0v45", - "100008175": "https://ror.org/0081b9a48", - "100008928": "https://ror.org/03xedy893", - "100011256": "https://ror.org/03xedy893", - "100013941": "https://ror.org/01e923890", - "100018198": "https://ror.org/04m6tvf27", - "100016439": "https://ror.org/03g9t4w96", - "100016024": "https://ror.org/0480wgs39", - "100011972": "https://ror.org/02e63r690", - "100018669": "https://ror.org/03pnrep18", - "100018100": "https://ror.org/02sshz518", - "100014486": "https://ror.org/04kz0c205", - "501100011880": "https://ror.org/02vzfsx67", - "100009379": "https://ror.org/01vneh441", - "501100022307": "https://ror.org/02m23mg23", - "100013346": "https://ror.org/00emw6082", - "100013562": "https://ror.org/03d21k332", - "501100022929": "https://ror.org/04k0s2970", - "501100005631": "https://ror.org/03y6k2j68", - "100011744": "https://ror.org/03xknvg10", - "100013999": "https://ror.org/00rm5fa18", - "501100013908": "https://ror.org/01qq57711", - "100001429": "https://ror.org/02885vs25", - "501100010784": "https://ror.org/048py7387", - "100012561": "https://ror.org/03mh7j916", - "501100009933": "https://ror.org/03mh7j916", - "501100011845": "https://ror.org/022mwqy43", - "501100011105": "https://ror.org/025yypj46", - "501100006518": "https://ror.org/01tn4vp83", - "100018172": "https://ror.org/01tn4vp83", - "100014585": "https://ror.org/0146z4r19", - "100017080": "https://ror.org/022ethc91", - "100012361": "https://ror.org/00wmmfp02", - "100017497": "https://ror.org/03hkswm52", - "501100004621": "https://ror.org/02kxbqc24", - "501100005743": "https://ror.org/03h7r5v07", - "501100006767": "https://ror.org/05s8p6g93", - "100020630": "https://ror.org/02vsmry93", - "501100009879": "https://ror.org/02k57f568", - "501100010747": "https://ror.org/05c7j7r25", - "501100010751": "https://ror.org/05c7j7r25", - "501100006700": "https://ror.org/05f1zzd23", - "100020780": "https://ror.org/0066xvx18", - "100014480": "https://ror.org/003mr9q86", - "100019637": "https://ror.org/003mr9q86", - "501100024044": "https://ror.org/05p5eax82", - "501100000994": "https://ror.org/011rpdz66", - "501100013462": "https://ror.org/04gw4zv66", - "501100010761": "https://ror.org/05fqg8t87", - "501100014161": "https://ror.org/011ta8654", - "501100010095": "https://ror.org/011ta8654", - "100018314": "https://ror.org/03mvawd68", - "501100013569": "https://ror.org/039570836", - "501100015668": "https://ror.org/039570836", - "501100011744": "https://ror.org/05tjjsh18", - "100015053": "https://ror.org/01faqv652", - "100016545": "https://ror.org/011qkaj49", - "100007408": "https://ror.org/04ehecz88", - "501100006413": "https://ror.org/0581esp57", - "100020616": "https://ror.org/049kefs16", - "501100013402": "https://ror.org/00ca6fy54", - "501100021788": "https://ror.org/04ahz4692", - "100013892": "https://ror.org/05v8qr640", - "100019846": "https://ror.org/03858r716", - "501100000320": "https://ror.org/0472gwq90", - "501100017506": "https://ror.org/0472gwq90", - "100018064": "https://ror.org/018t4w162", - "100012734": "https://ror.org/018t4w162", - "100015322": "https://ror.org/0025ww868", - "501100022615": "https://ror.org/00k01kt20", - "501100012003": "https://ror.org/00k01kt20", - "100015865": "https://ror.org/01mab3e15", - "501100014535": "https://ror.org/01mab3e15", - "100008657": "https://ror.org/020m47m04", - "501100012284": "https://ror.org/020m47m04", - "100015684": "https://ror.org/01rw3qm79", - "501100000368": "https://ror.org/04q4ck618", - "100013790": "https://ror.org/04q4ck618", - "501100009620": "https://ror.org/03xz2hx98", - "501100018554": "https://ror.org/03xz2hx98", - "501100009187": "https://ror.org/05q2q3076", - "100006376": "https://ror.org/04agmb972", - "100011564": "https://ror.org/04agmb972", - "100005665": "https://ror.org/05pt1d114", - "100014185": "https://ror.org/05pt1d114", - "100007278": "https://ror.org/02kwnkm68", - "501100006348": "https://ror.org/03p2z7827", - "501100015029": "https://ror.org/03p2z7827", - "501100001702": "https://ror.org/04v7vb598", - "100004152": "https://ror.org/04v7vb598", - "501100005904": "https://ror.org/03jczk481", - "100000960": "https://ror.org/05pjxvx20", - "501100003747": "https://ror.org/00b9jhh55", - "100007222": "https://ror.org/00b9jhh55", - "100012737": "https://ror.org/00b9jhh55", - "100013023": "https://ror.org/04v1bf639", - "100017997": "https://ror.org/04d5m0m59", - "100017758": "https://ror.org/0387q4e78", - "501100001405": "https://ror.org/03ht1xw27", - "100017696": "https://ror.org/01g53at17", - "100018479": "https://ror.org/01g53at17", - "501100010211": "https://ror.org/05782e512", - "501100013061": "https://ror.org/05782e512", - "501100019038": "https://ror.org/05782e512", - "100011038": "https://ror.org/01v3fsc55", - "100011039": "https://ror.org/01v3fsc55", - "100011040": "https://ror.org/01v3fsc55", - "501100002999": "https://ror.org/041evnj42", - "501100022116": "https://ror.org/05g06mk92", - "501100009571": "https://ror.org/04q5j9b45", - "501100002858": "https://ror.org/0426zh255", - "501100005024": "https://ror.org/0426zh255", - "501100004027": "https://ror.org/0426zh255", - "501100010031": "https://ror.org/0426zh255", - "501100012152": "https://ror.org/0426zh255", - "501100005712": "https://ror.org/05k89ew48", - "100007776": "https://ror.org/05k89ew48", - "501100021772": "https://ror.org/05k89ew48", - "100004809": "https://ror.org/02ch71m07", - "501100000934": "https://ror.org/04k59bg10", - "501100006052": "https://ror.org/04k59bg10", - "501100001134": "https://ror.org/04k59bg10", - "501100003327": "https://ror.org/04k59bg10", - "501100001120": "https://ror.org/04k59bg10", - "100000138": "https://ror.org/021adze67", - "100005245": "https://ror.org/021adze67", - "100005249": "https://ror.org/021adze67", - "100005250": "https://ror.org/021adze67", - "100007351": "https://ror.org/021adze67", - "100005248": "https://ror.org/021adze67", - "100005252": "https://ror.org/021adze67", - "100005254": "https://ror.org/021adze67", - "100005247": "https://ror.org/021adze67", - "100000199": "https://ror.org/01na82s61", - "100006509": "https://ror.org/01na82s61", - "100007014": "https://ror.org/01na82s61", - "100006102": "https://ror.org/01na82s61", - "100006103": "https://ror.org/01na82s61", - "100006101": "https://ror.org/01na82s61", - "100009167": "https://ror.org/01na82s61", - "100009169": "https://ror.org/01na82s61", - "100006104": "https://ror.org/01na82s61", - "100009172": "https://ror.org/01na82s61", - "100015665": "https://ror.org/055k7j239", - "501100001306": "https://ror.org/022pm7h15", - "100019538": "https://ror.org/021h2hc85", - "100004371": "https://ror.org/01xcepn55", - "100006584": "https://ror.org/01xcepn55", - "501100012640": "https://ror.org/01xcepn55", - "100012457": "https://ror.org/03wy7n216", - "100006405": "https://ror.org/03wy7n216", - "100014102": "https://ror.org/03wy7n216", - "100005835": "https://ror.org/03thb3e06", - "100016451": "https://ror.org/03thb3e06", - "501100000262": "https://ror.org/01es1wk41", - "501100003329": "https://ror.org/034900433", - "501100006527": "https://ror.org/034900433", - "501100007136": "https://ror.org/034900433", - "501100003330": "https://ror.org/034900433", - "501100007272": "https://ror.org/034900433", - "501100007273": "https://ror.org/034900433", - "501100006280": "https://ror.org/034900433", - "501100001342": "https://ror.org/048kh7197", - "100016962": "https://ror.org/048kh7197", - "501100007808": "https://ror.org/05nmttp70", - "501100010829": "https://ror.org/0487kvf73", - "501100009316": "https://ror.org/01wttbg53", - "501100021568": "https://ror.org/04f5ctv63", - "501100014330": "https://ror.org/04f5ctv63", - "501100013380": "https://ror.org/04rm7h526", - "501100007087": "https://ror.org/05h9t7759", - "100020145": "https://ror.org/0168fvh11", - "501100010821": "https://ror.org/0168fvh11", - "501100019725": "https://ror.org/056b2ve81", - "501100002885": "https://ror.org/00bx3rb98", - "501100002141": "https://ror.org/00vbvha87", - "100002956": "https://ror.org/03h0c3197", - "501100004872": "https://ror.org/05pxfr638", - "501100012680": "https://ror.org/01zgy1s35", - "501100013855": "https://ror.org/04e74dh47", - "100014751": "https://ror.org/04jddh448", - "100008118": "https://ror.org/04mm88136", - "501100005196": "https://ror.org/0313jb750", - "501100012421": "https://ror.org/0313jb750", - "501100004496": "https://ror.org/026v1ze26", - "501100008971": "https://ror.org/04e96zf49", - "501100007048": "https://ror.org/02dfxg175", - "501100007047": "https://ror.org/02dfxg175", - "501100013609": "https://ror.org/02dfxg175", - "501100017654": "https://ror.org/0145x2c32", - "501100020705": "https://ror.org/0145x2c32", - "100000893": "https://ror.org/01cmst727", - "100014370": "https://ror.org/01cmst727", - "100015985": "https://ror.org/01cmst727", - "100004460": "https://ror.org/048b0n981", - "501100009523": "https://ror.org/022b8mr96", - "501100012254": "https://ror.org/0051wzj62", - "100004352": "https://ror.org/03g3m1w62", - "100005331": "https://ror.org/00xxxe629", - "100018950": "https://ror.org/01drq0835", - "501100013785": "https://ror.org/01drq0835", - "100008308": "https://ror.org/00w6g5w60", - "100018537": "https://ror.org/0020rgm10", - "100007659": "https://ror.org/034ffbg36", - "501100000161": "https://ror.org/02edexj13", - "501100004959": "https://ror.org/02edexj13", - "100002418": "https://ror.org/01ek73717", - "100005139": "https://ror.org/01ek73717", - "100000899": "https://ror.org/01ek73717", - "100020304": "https://ror.org/01ek73717", - "100012428": "https://ror.org/05hf69e15", - "501100003196": "https://ror.org/00789fa95", - "501100007182": "https://ror.org/00br86003", - "100006816": "https://ror.org/02fhvxj45", - "501100004192": "https://ror.org/04vy95b61", - "100004856": "https://ror.org/04hf5kq57", - "100012056": "https://ror.org/00dnfnh90", - "501100007711": "https://ror.org/011e3e176", - "100005330": "https://ror.org/05ckh8811", - "501100009647": "https://ror.org/01m800e37", - "100014445": "https://ror.org/01pay1g94", - "100000132": "https://ror.org/02eq2w707", - "100009646": "https://ror.org/02eq2w707", - "100009643": "https://ror.org/02eq2w707", - "100013101": "https://ror.org/02eq2w707", - "501100006697": "https://ror.org/04xa2jy35", - "501100010580": "https://ror.org/00tbh0t11", - "501100018806": "https://ror.org/00tbh0t11", - "501100019035": "https://ror.org/00tbh0t11", - "501100006480": "https://ror.org/00hkj1v53", - "501100012535": "https://ror.org/04txgxn49", - "501100019779": "https://ror.org/0354fnq92", - "501100000781": "https://ror.org/0472cxd90", - "100010663": "https://ror.org/0472cxd90", - "100011199": "https://ror.org/0472cxd90", - "501100007601": "https://ror.org/0472cxd90", - "100019180": "https://ror.org/0472cxd90", - "100004806": "https://ror.org/02gkqqp86", - "100004814": "https://ror.org/02gkqqp86", - "100007650": "https://ror.org/03vhx9d88", - "501100023554": "https://ror.org/03vhx9d88", - "100004782": "https://ror.org/017gx5z33", - "501100004321": "https://ror.org/02hb3t423", - "501100003221": "https://ror.org/00mvd2t81", - "100013405": "https://ror.org/00mvd2t81", - "100009301": "https://ror.org/03aj2mv38", - "100013604": "https://ror.org/03aj2mv38", - "100004861": "https://ror.org/00h4kdn81", - "100003597": "https://ror.org/05ah35j40", - "501100011917": "https://ror.org/037wqsr57", - "100007694": "https://ror.org/05dvmy761", - "501100013632": "https://ror.org/01zbp0650", - "501100011610": "https://ror.org/02fdb8q57", - "501100007846": "https://ror.org/02yrxdp92", - "501100019413": "https://ror.org/02yrxdp92", - "501100017661": "https://ror.org/00njsck89", - "501100011574": "https://ror.org/00r49yt25", - "100004850": "https://ror.org/00ppzen87", - "100011668": "https://ror.org/00ppzen87", - "501100003007": "https://ror.org/00k4cwq24", - "100014252": "https://ror.org/056pa7468", - "501100002709": "https://ror.org/01xtpxr95", - "501100005011": "https://ror.org/03zmqc707", - "100012509": "https://ror.org/05f8sby41", - "501100003337": "https://ror.org/0437b3316", - "501100003821": "https://ror.org/036054d36", - "501100010969": "https://ror.org/03cw2h814", - "501100005980": "https://ror.org/03sxt1c89", - "501100004708": "https://ror.org/03sxt1c89", - "501100004709": "https://ror.org/03sxt1c89", - "501100005981": "https://ror.org/03sxt1c89", - "501100023174": "https://ror.org/03sxt1c89", - "501100010447": "https://ror.org/03sxt1c89", - "501100022275": "https://ror.org/01j1np431", - "100011911": "https://ror.org/0275a3771", - "501100010076": "https://ror.org/056efzf78", - "100013959": "https://ror.org/01mhj8761", - "100017166": "https://ror.org/05xs0ct17", - "100018339": "https://ror.org/008891s18", - "501100012448": "https://ror.org/059gve835", - "100015334": "https://ror.org/03qh13r98", - "100016019": "https://ror.org/05x6abf22", - "100016838": "https://ror.org/03zekj455", - "100017739": "https://ror.org/03m95az28", - "100015168": "https://ror.org/0481e5k40", - "100014813": "https://ror.org/00cvnc278", - "100020186": "https://ror.org/00mxk6y82", - "501100015075": "https://ror.org/04fegx276", - "501100009052": "https://ror.org/00f4frq91", - "501100016107": "https://ror.org/05r4nm410", - "501100018543": "https://ror.org/05r4nm410", - "501100019824": "https://ror.org/02g73ch63", - "100014652": "https://ror.org/02598xw28", - "100008385": "https://ror.org/00bhh3q35", - "501100004524": "https://ror.org/00bhh3q35", - "501100014636": "https://ror.org/00bhh3q35", - "501100007231": "https://ror.org/00m8d6786", - "100011789": "https://ror.org/022nw7z78", - "100013913": "https://ror.org/0293c0n43", - "100014097": "https://ror.org/036njap13", - "100011875": "https://ror.org/03gxnrw66", - "100011904": "https://ror.org/00g5pdd79", - "100013567": "https://ror.org/04w2d5e08", - "100016497": "https://ror.org/01tkekz66", - "100015545": "https://ror.org/01p3x3413", - "501100015417": "https://ror.org/00h1x4t21", - "100002147": "https://ror.org/006x8s867", - "100016659": "https://ror.org/006x8s867", - "100017995": "https://ror.org/028zcv790", - "100008978": "https://ror.org/03kw6wr76", - "100015703": "https://ror.org/03kw6wr76", - "501100013496": "https://ror.org/03hqap715", - "100013151": "https://ror.org/05syjm342", - "100017609": "https://ror.org/02qeb2d88", - "501100020951": "https://ror.org/00w3qhf76", - "501100014556": "https://ror.org/00w3qhf76", - "100014277": "https://ror.org/0512kbj07", - "100016428": "https://ror.org/01dzgwk87", - "100016163": "https://ror.org/04nnnz708", - "100013872": "https://ror.org/026252h27", - "100014663": "https://ror.org/02t73gn69", - "100017022": "https://ror.org/05tkmkr12", - "100013403": "https://ror.org/03ar4fe72", - "100012720": "https://ror.org/01d29cd45", - "100009748": "https://ror.org/05pk8mf19", - "100016940": "https://ror.org/0163qa322", - "100014391": "https://ror.org/04hkn3159", - "501100023561": "https://ror.org/03zcny908", - "100011643": "https://ror.org/049hmt962", - "100012483": "https://ror.org/04sqkw483", - "100019530": "https://ror.org/04jmpmc14", - "100014914": "https://ror.org/048x9m688", - "501100014848": "https://ror.org/00949d647", - "501100021268": "https://ror.org/00a9yg798", - "100008396": "https://ror.org/05j3hgd02", - "501100022592": "https://ror.org/05j3hgd02", - "100012106": "https://ror.org/02kezd753", - "501100023770": "https://ror.org/05bhh0g83", - "501100010787": "https://ror.org/0008rqs82", - "100015488": "https://ror.org/027wfea20", - "501100012155": "https://ror.org/046k81c97", - "100016705": "https://ror.org/030251k37", - "100012263": "https://ror.org/05ahkm330", - "501100021730": "https://ror.org/04hnckd53", - "100013849": "https://ror.org/03hgfqr38", - "100009168": "https://ror.org/0599wfz09", - "100012018": "https://ror.org/032x9hy18", - "100013722": "https://ror.org/04etfjw39", - "100011861": "https://ror.org/00ybqta11", - "100017190": "https://ror.org/0124n7b57", - "100013904": "https://ror.org/030wr4654", - "100004689": "https://ror.org/051rcp357", - "501100008750": "https://ror.org/02zrtve16", - "501100014137": "https://ror.org/02zrtve16", - "100013564": "https://ror.org/00gcrwx03", - "100017428": "https://ror.org/0553ksw70", - "501100020552": "https://ror.org/03nv7aj18", - "100017893": "https://ror.org/0103we012", - "501100023278": "https://ror.org/024hyk965", - "501100011823": "https://ror.org/00kx48s25", - "501100012434": "https://ror.org/00kx48s25", - "100014181": "https://ror.org/01dp97092", - "501100009595": "https://ror.org/0215gxf82", - "501100009616": "https://ror.org/0215gxf82", - "100014162": "https://ror.org/00y0dmr19", - "100013444": "https://ror.org/03zp8kp82", - "100012756": "https://ror.org/03vpdge44", - "501100018859": "https://ror.org/00bqpz325", - "501100007696": "https://ror.org/02x3xhs38", - "501100021851": "https://ror.org/02x3xhs38", - "100016938": "https://ror.org/00337jt79", - "100014264": "https://ror.org/02yjqwr70", - "100015003": "https://ror.org/03fy7b149", - "100007017": "https://ror.org/02a4f2s68", - "100013735": "https://ror.org/02a4f2s68", - "501100021421": "https://ror.org/037pgnn96", - "100014014": "https://ror.org/04q062s21", - "100019258": "https://ror.org/03j51tb87", - "501100014401": "https://ror.org/012b3v785", - "100016794": "https://ror.org/025kncj27", - "100016756": "https://ror.org/05vbwqf43", - "100012733": "https://ror.org/03xkf7525", - "100011134": "https://ror.org/00h739y88", - "100019323": "https://ror.org/05wr3m454", - "501100015997": "https://ror.org/01hgwcx28", - "100014567": "https://ror.org/00fkqvh14", - "100013837": "https://ror.org/014r1my29", - "501100020483": "https://ror.org/01j0p3681", - "100017027": "https://ror.org/04ja8je85", - "100018880": "https://ror.org/01bs3p986", - "501100018796": "https://ror.org/05fj3ns96", - "501100015684": "https://ror.org/017vxse19", - "100020229": "https://ror.org/05hqtre35", - "100007212": "https://ror.org/00a4x6777", - "100017138": "https://ror.org/00a4x6777", - "100010981": "https://ror.org/02zbht716", - "501100011896": "https://ror.org/02tm07923", - "501100001729": "https://ror.org/044wr7g58", - "501100011751": "https://ror.org/044wr7g58", - "100014776": "https://ror.org/05v0y3m60", - "501100004513": "https://ror.org/03t1asa17", - "100015973": "https://ror.org/04brnrj19", - "100015312": "https://ror.org/05ygyfy76", - "501100010828": "https://ror.org/02hqka403", - "501100013055": "https://ror.org/02hqka403", - "501100013078": "https://ror.org/02hqka403", - "501100022868": "https://ror.org/046c3d771", - "501100015972": "https://ror.org/05s501w59", - "501100018866": "https://ror.org/032hzqh22", - "501100009956": "https://ror.org/02mrxfm86", - "501100006435": "https://ror.org/01p7k1986", - "100013013": "https://ror.org/03fsqvg68", - "501100018619": "https://ror.org/00akhyy70", - "100012853": "https://ror.org/046hez538", - "100010373": "https://ror.org/02f7d6n92", - "100012408": "https://ror.org/053sq3902", - "501100019832": "https://ror.org/009t37k28", - "100013467": "https://ror.org/0424m5v90", - "100017141": "https://ror.org/05k6h9r09", - "100013992": "https://ror.org/02fn5kf41", - "100010906": "https://ror.org/04d7hfa19", - "501100014445": "https://ror.org/05g6b4f87", - "100014298": "https://ror.org/05a5cbz35", - "501100008896": "https://ror.org/03h1she57", - "501100010661": "https://ror.org/017kr6b96", - "501100009167": "https://ror.org/02r6sy638", - "100015961": "https://ror.org/041efdz96", - "100010296": "https://ror.org/04tw4j633", - "501100004610": "https://ror.org/02mkqta53", - "501100008868": "https://ror.org/02mkqta53", - "501100013058": "https://ror.org/02mkqta53", - "501100013064": "https://ror.org/02mkqta53", - "501100018541": "https://ror.org/02mkqta53", - "100011462": "https://ror.org/01bcxc427", - "100012518": "https://ror.org/02nf3tv98", - "501100011501": "https://ror.org/03vz7b375", - "501100012579": "https://ror.org/03vz7b375", - "100020844": "https://ror.org/02kcbn207", - "100011436": "https://ror.org/04wvp5q67", - "100015742": "https://ror.org/04dmhbw81", - "501100018713": "https://ror.org/00dgqhm63", - "501100023406": "https://ror.org/04xywqt24", - "501100022217": "https://ror.org/045thxk12", - "501100009070": "https://ror.org/05bqtky90", - "100014338": "https://ror.org/01pan8346", - "100012030": "https://ror.org/04ayaw261", - "100014651": "https://ror.org/03draxz76", - "100010280": "https://ror.org/01tv7v957", - "501100013964": "https://ror.org/03kf77330", - "501100022793": "https://ror.org/02kjggt26", - "100017466": "https://ror.org/0259erg57", - "501100010197": "https://ror.org/014dr4051", - "100020632": "https://ror.org/03fcabp80", - "100013046": "https://ror.org/05qx54k29", - "100020290": "https://ror.org/02y485920", - "100012744": "https://ror.org/02ak51s72", - "501100022897": "https://ror.org/00tgy9105", - "501100013965": "https://ror.org/043798m03", - "100014974": "https://ror.org/03ffgcv32", - "501100014961": "https://ror.org/03eg88604", - "501100012274": "https://ror.org/03cz18e20", - "501100009818": "https://ror.org/00jg7hp37", - "501100016056": "https://ror.org/0289t9g81", - "501100022250": "https://ror.org/01z8h0e92", - "100016866": "https://ror.org/02ajgy086", - "100006517": "https://ror.org/024tqtx80", - "100010805": "https://ror.org/00brmfv24", - "501100011171": "https://ror.org/03s7w3c34", - "100014110": "https://ror.org/021kbpv53", - "100017542": "https://ror.org/052w21a87", - "100015722": "https://ror.org/00wtjmd03", - "501100006726": "https://ror.org/03bj0k618", - "501100002483": "https://ror.org/00x514t95", - "100012404": "https://ror.org/02s31tk17", - "100013816": "https://ror.org/0152shq94", - "501100012110": "https://ror.org/049enq829", - "501100020408": "https://ror.org/01mg9t146", - "501100023259": "https://ror.org/0001paf45", - "100013800": "https://ror.org/03fh5gt86", - "100016400": "https://ror.org/05pwhmm02", - "100019122": "https://ror.org/055jnwc25", - "501100015599": "https://ror.org/00y9yvy68", - "100003530": "https://ror.org/02m2j9v71", - "501100019051": "https://ror.org/03va7tm69", - "501100019414": "https://ror.org/01qpm0v79", - "100018459": "https://ror.org/05b8d1c64", - "501100020304": "https://ror.org/01ycnqr59", - "501100009605": "https://ror.org/05jv39n43", - "100013047": "https://ror.org/03b38v557", - "100019341": "https://ror.org/031tfsa37", - "501100009581": "https://ror.org/056wz7x19", - "100015011": "https://ror.org/03avh3680", - "100012122": "https://ror.org/04tqae260", - "501100007368": "https://ror.org/034bak880", - "501100009094": "https://ror.org/05wmchm75", - "501100009069": "https://ror.org/01qfer487", - "100009648": "https://ror.org/03engbs88", - "100017775": "https://ror.org/01c7e7j85", - "501100010786": "https://ror.org/0249g7f28", - "501100010030": "https://ror.org/02nx9ts82", - "501100018989": "https://ror.org/03y9tg134", - "501100019822": "https://ror.org/00085m516", - "501100011239": "https://ror.org/02e46j381", - "501100011493": "https://ror.org/041fzeq08", - "100017698": "https://ror.org/0568cr375", - "501100022430": "https://ror.org/02gsf5008", - "100010815": "https://ror.org/04fx88130", - "100013358": "https://ror.org/009hmnr85", - "501100010113": "https://ror.org/042veyr10", - "501100012616": "https://ror.org/004pwee45", - "501100009790": "https://ror.org/04xvmv949", - "501100023257": "https://ror.org/042sk0r32", - "501100019228": "https://ror.org/02x412q60", - "501100015926": "https://ror.org/03ep8d157", - "501100020904": "https://ror.org/01v7ra871", - "501100009992": "https://ror.org/00vkmnx48", - "100014987": "https://ror.org/00yr5bt74", - "100015592": "https://ror.org/01r5a4654", - "501100013415": "https://ror.org/040tp8686", - "501100012106": "https://ror.org/0419cgw33", - "501100009812": "https://ror.org/05sfnze82", - "501100023700": "https://ror.org/033xbhk97", - "100015672": "https://ror.org/01wqpd686", - "501100018686": "https://ror.org/02hn5ny59", - "501100011553": "https://ror.org/0568s5a63", - "501100020416": "https://ror.org/02r6p3x40", - "501100021271": "https://ror.org/031q76697", - "501100008477": "https://ror.org/00w0nde43", - "100018352": "https://ror.org/00rrv1d42", - "100019105": "https://ror.org/051g31x14", - "100011289": "https://ror.org/01zs03f78", - "501100020402": "https://ror.org/00qen7t71", - "100013093": "https://ror.org/05ba1x822", - "501100016386": "https://ror.org/03fteab26", - "501100021750": "https://ror.org/02j016891", - "501100011223": "https://ror.org/02cmjsn57", - "100015313": "https://ror.org/05vw05p26", - "100015018": "https://ror.org/04gm9mk98", - "501100017693": "https://ror.org/011sqtf19", - "501100009049": "https://ror.org/03phnwz81", - "501100011001": "https://ror.org/05trnbe45", - "501100019680": "https://ror.org/00wtgbr91", - "501100020578": "https://ror.org/00cv9q002", - "100020183": "https://ror.org/0164cy529", - "100019710": "https://ror.org/0017jqh36", - "501100010061": "https://ror.org/02ndzm185", - "100015052": "https://ror.org/02fcsjn79", - "100016678": "https://ror.org/014077m09", - "501100023857": "https://ror.org/0580ba928", - "501100011797": "https://ror.org/05dbzj528", - "100015645": "https://ror.org/05qkcsb49", - "501100017640": "https://ror.org/01j3tkf69", - "501100010348": "https://ror.org/03njeds29", - "501100011506": "https://ror.org/04dxnaz06", - "501100014093": "https://ror.org/002fjc781", - "501100018732": "https://ror.org/03r7d4g46", - "501100016179": "https://ror.org/00fhn5k08", - "501100023256": "https://ror.org/0454mmy42", - "100018499": "https://ror.org/01re79z83", - "100019736": "https://ror.org/01cy28c89", - "501100021953": "https://ror.org/00vhg4k19", - "100009647": "https://ror.org/059v3b755", - "100010571": "https://ror.org/0271st670", - "100013724": "https://ror.org/03tfy8747", - "100015588": "https://ror.org/04qz58w11", - "501100008401": "https://ror.org/05pn6h396", - "100019954": "https://ror.org/00821s992", - "100018151": "https://ror.org/059ytf396", - "501100019831": "https://ror.org/05vkxf738", - "100012663": "https://ror.org/00309wp03", - "501100011272": "https://ror.org/03ab0at74", - "501100011929": "https://ror.org/022rdnn95", - "501100019787": "https://ror.org/04cm3mz39", - "100020087": "https://ror.org/03799m784", - "100018899": "https://ror.org/030c7mj81", - "100012961": "https://ror.org/03f2n4533", - "100000912": "https://ror.org/04bd5p711", - "100015873": "https://ror.org/05q54d222", - "501100012262": "https://ror.org/019av8481", - "501100009082": "https://ror.org/053g4km55", - "501100008316": "https://ror.org/01t3kc709", - "501100012109": "https://ror.org/04br41767", - "100013393": "https://ror.org/02s42ys89", - "501100010575": "https://ror.org/00aack182", - "501100011025": "https://ror.org/00wqdbc63", - "501100006708": "https://ror.org/033bb5z47", - "100014269": "https://ror.org/038drb871", - "501100011191": "https://ror.org/03m0vk445", - "501100020563": "https://ror.org/01vffmg07", - "100018513": "https://ror.org/011s5vb38", - "100014574": "https://ror.org/035qes868", - "501100013210": "https://ror.org/03n320c25", - "100019685": "https://ror.org/05szd5318", - "501100015823": "https://ror.org/02zg03225", - "100014581": "https://ror.org/05066y189", - "501100010805": "https://ror.org/01mzzkz08", - "100020095": "https://ror.org/02csmpe21", - "100013158": "https://ror.org/05rs59t70", - "501100011411": "https://ror.org/00gqqed17", - "100018373": "https://ror.org/041d0cg91", - "100007130": "https://ror.org/01gek1696", - "100019815": "https://ror.org/02qbyex13", - "100018277": "https://ror.org/05thfhs30", - "501100000704": "https://ror.org/025sbr097", - "501100020987": "https://ror.org/03vrj4p82", - "501100007113": "https://ror.org/056mgfb42", - "100012038": "https://ror.org/021gat914", - "501100004152": "https://ror.org/02sf5td35", - "501100015273": "https://ror.org/00b61dk18", - "100012520": "https://ror.org/021mnqw37", - "100021704": "https://ror.org/05tjhqa05", - "501100021200": "https://ror.org/01t8fg661", - "100007704": "https://ror.org/00hq0e369", - "100007702": "https://ror.org/00hq0e369", - "501100006041": "https://ror.org/05ar5fy68", - "501100000396": "https://ror.org/05ar5fy68", - "501100000268": "https://ror.org/00cwqg982", - "501100020170": "https://ror.org/00x5ftp92", - "501100008034": "https://ror.org/00qps9a02", - "100022968": "https://ror.org/05tdc8560", - "100018166": "https://ror.org/005qv2b46", - "100011722": "https://ror.org/02wxr8x18", - "501100000384": "https://ror.org/02wxr8x18", - "501100013589": "https://ror.org/02wxr8x18", - "100021952": "https://ror.org/04g4sf283", - "100017801": "https://ror.org/01dq06w64", - "501100000269": "https://ror.org/03n0ht308", - "100009713": "https://ror.org/015wb9p75", - "501100007818": "https://ror.org/0505m1554", - "501100000267": "https://ror.org/0505m1554", - "100018603": "https://ror.org/042r9xb17", - "100004879": "https://ror.org/05ych8012", - "100007298": "https://ror.org/00mmmy130", - "100013408": "https://ror.org/033mqx355", - "100018617": "https://ror.org/03g5tqa50", - "100018075": "https://ror.org/00319zh75", - "100016188": "https://ror.org/039xg1m33", - "100018607": "https://ror.org/00tgqzw13", - "100018615": "https://ror.org/05evek152", - "100018605": "https://ror.org/03crn0n59", - "100016570": "https://ror.org/02v970d04", - "100018228": "https://ror.org/02bfn4816", - "100008159": "https://ror.org/05v14bq57", - "100008160": "https://ror.org/05v14bq57", - "100014788": "https://ror.org/04n8zmx34", - "501100003524": "https://ror.org/02jtq1b51", - "501100001506": "https://ror.org/02jtq1b51", - "501100004629": "https://ror.org/02jtq1b51", - "501100004692": "https://ror.org/05jfbgm49", - "501100024102": "https://ror.org/0422tvz87", - "501100018965": "https://ror.org/008d63v91", - "100018618": "https://ror.org/01h7fye62", - "100018614": "https://ror.org/02f762h70", - "100016992": "https://ror.org/01n1q0h77", - "100018620": "https://ror.org/02apffz65", - "100019978": "https://ror.org/02v4wmf32", - "100018302": "https://ror.org/037bamf06", - "100019494": "https://ror.org/01fpdvr35", - "100019835": "https://ror.org/05953j253", - "501100001117": "https://ror.org/01hza1144", - "100017598": "https://ror.org/05sgw3s08", - "100018616": "https://ror.org/04bgwn153", - "501100023312": "https://ror.org/04s9kfd63", - "100012860": "https://ror.org/0512csj88", - "100018970": "https://ror.org/01g25jp36", - "100006977": "https://ror.org/00hdf4w21", - "100018606": "https://ror.org/01q70bz83", - "501100000266": "https://ror.org/0439y7842", - "501100006670": "https://ror.org/042gmmd19", - "100008479": "https://ror.org/04v8djg66", - "100018621": "https://ror.org/0396y0w87", - "100012522": "https://ror.org/04sac7215", - "100019344": "https://ror.org/02akpm128", - "100016281": "https://ror.org/022d75229", - "100008360": "https://ror.org/02dqdxm48", - "501100013656": "https://ror.org/01nftxb06", - "100008412": "https://ror.org/01ycya212", - "100010444": "https://ror.org/01xaqx887", - "501100010876": "https://ror.org/00z27jk27", - "100004147": "https://ror.org/046g6xj75", - "501100022498": "https://ror.org/04kxf1r09", - "100001097": "https://ror.org/0381ha386", - "501100021787": "https://ror.org/0058xky36", - "501100022578": "https://ror.org/011n96f14", - "100012021": "https://ror.org/03w04rv71", - "100008410": "https://ror.org/02vpsdb40", - "501100023210": "https://ror.org/02772kk97", - "501100003033": "https://ror.org/02h503d38", - "501100006050": "https://ror.org/02h503d38", - "100017228": "https://ror.org/05n2c8735", - "100001010": "https://ror.org/04rsgp216", - "100010123": "https://ror.org/0523b6g79", - "100009812": "https://ror.org/00ctsa544", - "501100002202": "https://ror.org/00mxe0976", - "100019808": "https://ror.org/031gqrq04", - "501100003204": "https://ror.org/023qdcg29", - "501100003004": "https://ror.org/023qdcg29", - "501100010071": "https://ror.org/00yqqb480", - "501100007185": "https://ror.org/04sk34n56", - "501100015378": "https://ror.org/03ns6aq57", - "100007646": "https://ror.org/01yxw2t10", - "100007349": "https://ror.org/03z6ceq17", - "100000110": "https://ror.org/03z6ceq17", - "100014073": "https://ror.org/03z6ceq17", - "501100000961": "https://ror.org/01epcny94", - "501100006065": "https://ror.org/01epcny94", - "501100000552": "https://ror.org/047cttg96", - "100012456": "https://ror.org/00tfsm290", - "100011769": "https://ror.org/02dxx6824", - "501100001804": "https://ror.org/0517h6h17", - "501100004308": "https://ror.org/00cd2bj23", - "100020307": "https://ror.org/04cm2y595", - "501100021564": "https://ror.org/04vhgtv41", - "501100015359": "https://ror.org/01zntxs11", - "501100001348": "https://ror.org/036wvzt09", - "100014013": "https://ror.org/001aqnf71", - "100016270": "https://ror.org/001aqnf71", - "501100022370": "https://ror.org/001aqnf71", - "100014047": "https://ror.org/04d0hsa39", - "100015898": "https://ror.org/0085hfg56", - "501100003101": "https://ror.org/01kw63t33", - "100010184": "https://ror.org/011ghy651", - "100013693": "https://ror.org/00qa9vw67", - "100015416": "https://ror.org/00qa9vw67", - "501100001634": "https://ror.org/03bea9k73", - "100007630": "https://ror.org/03bea9k73", - "100012304": "https://ror.org/02nfzhn33", - "100022906": "https://ror.org/053wph561", - "501100003193": "https://ror.org/044gwpv05", - "501100006109": "https://ror.org/044gwpv05", - "501100003194": "https://ror.org/044gwpv05", - "501100006108": "https://ror.org/044gwpv05", - "501100019262": "https://ror.org/05nb54h69", - "501100015508": "https://ror.org/05jb9pq57", - "100010189": "https://ror.org/022j0mn33", - "501100019213": "https://ror.org/00c639s42", - "501100001633": "https://ror.org/048nfjm95", - "100004356": "https://ror.org/04pkc8m17", - "100009519": "https://ror.org/05jtef216", - "501100007352": "https://ror.org/00mt8k932", - "501100014584": "https://ror.org/00q1fsf04", - "100018612": "https://ror.org/05vcng590", - "100009917": "https://ror.org/04d23a975", - "100018619": "https://ror.org/02nc0ck44", - "100014051": "https://ror.org/05wk0m864", - "501100007331": "https://ror.org/05a86es26", - "100008282": "https://ror.org/04k67r158", - "100014543": "https://ror.org/04kz4p343", - "100021606": "https://ror.org/0398xj847", - "501100020046": "https://ror.org/03bp30y45", - "100019594": "https://ror.org/04dqdxm60", - "100022388": "https://ror.org/013sk6x84", - "501100018774": "https://ror.org/05a260x64", - "100002519": "https://ror.org/02mfrg180", - "100008283": "https://ror.org/02mfrg180", - "100002186": "https://ror.org/026er9r08", - "100004317": "https://ror.org/026er9r08", - "501100005802": "https://ror.org/03padf885", - "100018987": "https://ror.org/03padf885", - "501100020431": "https://ror.org/04yy13d34", - "100022210": "https://ror.org/046n2jy73", - "501100013854": "https://ror.org/031b7p356", - "100016184": "https://ror.org/04gy6rq49", - "100015591": "https://ror.org/01nebar93", - "501100004878": "https://ror.org/01av3m334", - "100020547": "https://ror.org/020tnht88", - "100015549": "https://ror.org/02hkzh190", - "100022709": "https://ror.org/034waa237", - "501100007382": "https://ror.org/03q9sr818", - "100017425": "https://ror.org/03q9sr818", - "100020985": "https://ror.org/0532s7j62", - "100004684": "https://ror.org/052451r09", - "100004341": "https://ror.org/032hx4q18", - "100004338": "https://ror.org/032hx4q18", - "100007637": "https://ror.org/048jthh02", - "501100020761": "https://ror.org/05d659s21", - "501100014155": "https://ror.org/03mv2rd02", - "100022260": "https://ror.org/0015pkk46", - "501100023859": "https://ror.org/00xkhc673", - "100019002": "https://ror.org/023drta67", - "100014546": "https://ror.org/04aqjf708", - "501100018941": "https://ror.org/00j7dz696", - "100021111": "https://ror.org/032d0e990", - "100012835": "https://ror.org/02hcx7n63", - "501100005292": "https://ror.org/03490as77", - "501100008331": "https://ror.org/03490as77", - "100018931": "https://ror.org/05y2b6q82", - "100022833": "https://ror.org/05sdqd547", - "100000050": "https://ror.org/012pb6c26", - "100019811": "https://ror.org/00cfa1c07", - "100000774": "https://ror.org/04tz64554", - "501100008132": "https://ror.org/047908t24", - "100011220": "https://ror.org/006qmn341", - "100014548": "https://ror.org/006qmn341", - "100022300": "https://ror.org/006qmn341", - "100016129": "https://ror.org/006qmn341", - "100015152": "https://ror.org/02pt8g129", - "100013247": "https://ror.org/04p1m8w53", - "501100010195": "https://ror.org/05ngffj85", - "100013241": "https://ror.org/031wg9z98", - "100021565": "https://ror.org/043c66v57", - "100017540": "https://ror.org/023ny1p48", - "501100015067": "https://ror.org/04j5z3x06", - "501100024100": "https://ror.org/02dyts510", - "501100020880": "https://ror.org/043fhe951", - "501100022719": "https://ror.org/00fzhcx31", - "501100017013": "https://ror.org/00dna7t83", - "100018882": "https://ror.org/027s08w94", - "501100000671": "https://ror.org/007xr2v93", - "501100011055": "https://ror.org/05sdke129", - "100019696": "https://ror.org/015n1m812", - "501100021112": "https://ror.org/0358r4163", - "100019101": "https://ror.org/02xm1d907", - "501100020957": "https://ror.org/002v2kq79", - "501100011013": "https://ror.org/03jpb1072", - "501100001296": "https://ror.org/00ynnr806", - "501100020648": "https://ror.org/01zwq4y59", - "100022816": "https://ror.org/05j1kc284", - "100009734": "https://ror.org/01v0pgv63", - "100006761": "https://ror.org/01nbmrk54", - "100020603": "https://ror.org/01cc25b87", - "501100015799": "https://ror.org/04bqqa360", - "501100022722": "https://ror.org/003dt3029", - "100017309": "https://ror.org/00ch7yk27", - "100022460": "https://ror.org/01ftg8r37", - "100014769": "https://ror.org/015zds189", - "100009663": "https://ror.org/042xt5161", - "501100011919": "https://ror.org/04tec8z30", - "501100009162": "https://ror.org/01585b035", - "100014355": "https://ror.org/01ypcm768", - "100010336": "https://ror.org/02g98ya79", - "100020111": "https://ror.org/02g98ya79", - "100023029": "https://ror.org/014geb094", - "100022627": "https://ror.org/014geb094", - "100017813": "https://ror.org/03kxchy02", - "100020862": "https://ror.org/03tzsdk41", - "100017134": "https://ror.org/02j71c790", - "100021671": "https://ror.org/00m4dh193", - "501100022881": "https://ror.org/04n7vs332", - "100021064": "https://ror.org/0568cs376", - "501100002241": "https://ror.org/00097mb19", - "501100004696": "https://ror.org/00097mb19", - "501100001695": "https://ror.org/00097mb19", - "501100003382": "https://ror.org/00097mb19", - "501100009037": "https://ror.org/00097mb19", - "501100020963": "https://ror.org/00097mb19", - "501100020964": "https://ror.org/00097mb19", - "501100020959": "https://ror.org/00097mb19", - "501100009023": "https://ror.org/00097mb19", - "501100023555": "https://ror.org/00ghka958", - "501100008743": "https://ror.org/00ysy1705", - "501100008650": "https://ror.org/03d2qmz71", - "100022429": "https://ror.org/05906sn23", - "100022421": "https://ror.org/01c8ccc98", - "501100015998": "https://ror.org/05ne20t07", - "100021610": "https://ror.org/01k32vr40", - "501100016182": "https://ror.org/0366d2847", - "501100011654": "https://ror.org/0395ngr64", - "100011047": "https://ror.org/037dt7852", - "100006593": "https://ror.org/023bw3q25", - "100001797": "https://ror.org/029sjzg14", - "100022965": "https://ror.org/03fd5ne08", - "100000003": "https://ror.org/04sm5zn07", - "100003630": "https://ror.org/04sm5zn07", - "501100010435": "https://ror.org/02rjhbb08", - "501100022728": "https://ror.org/013xpqh61", - "501100003754": "https://ror.org/04wpy7706", - "501100005279": "https://ror.org/00kwnx126", - "100017984": "https://ror.org/058ackw67", - "501100006366": "https://ror.org/04d0xx942", - "501100022948": "https://ror.org/0240tjc76", - "501100023440": "https://ror.org/02zyw2q61", - "501100008532": "https://ror.org/04wn09761", - "100017195": "https://ror.org/043s0sy92", - "501100023946": "https://ror.org/03xf64p49", - "501100008555": "https://ror.org/02vc2hv78", - "100011218": "https://ror.org/02rse7p59", - "100005014": "https://ror.org/05kewds18", - "501100001546": "https://ror.org/0190e1q31", - "501100007355": "https://ror.org/00sec1m50", - "100017774": "https://ror.org/00dfrf681", - "100004765": "https://ror.org/02t71h845", - "501100001509": "https://ror.org/04tajb587", - "501100009193": "https://ror.org/04tajb587", - "100018235": "https://ror.org/00qw1qw03", - "501100020111": "https://ror.org/01rde0531", - "100005001": "https://ror.org/02q70n095", - "100017281": "https://ror.org/03x9nbm24", - "100017283": "https://ror.org/01ez1vb97", - "100006158": "https://ror.org/05cpnza27", - "501100011904": "https://ror.org/000chmh95", - "100017263": "https://ror.org/004nzga04", - "100006754": "https://ror.org/011hc8f90", - "100019923": "https://ror.org/011hc8f90", - "100017266": "https://ror.org/00536t873", - "501100023512": "https://ror.org/041fzsr16", - "100006129": "https://ror.org/04bfwqa71", - "100006189": "https://ror.org/049t0bn51", - "100017260": "https://ror.org/04n45zg06", - "501100004576": "https://ror.org/05e6hcm17", - "100011030": "https://ror.org/01qvmna33", - "100020524": "https://ror.org/02vzxfs32", - "100019492": "https://ror.org/031t90335", - "100021127": "https://ror.org/05vk3sy20", - "501100006699": "https://ror.org/01g5y5k24", - "100030871": "https://ror.org/03ygqq617", - "501100006744": "https://ror.org/04qkhgw46", - "100017035": "https://ror.org/05n52x113", - "100018205": "https://ror.org/02caqc891", - "501100006259": "https://ror.org/02bnkt322", - "100021776": "https://ror.org/029bxbh72", - "501100008938": "https://ror.org/013dqwz65", - "501100005916": "https://ror.org/04v0snf24", - "100004803": "https://ror.org/00vmaka31", - "100015720": "https://ror.org/03d5rrp05", - "100001219": "https://ror.org/02y7bdg71", - "100006178": "https://ror.org/01zprx076", - "100006095": "https://ror.org/01xtfh998", - "501100006324": "https://ror.org/05q8wtt20", - "100001819": "https://ror.org/00e7vz537", - "100004785": "https://ror.org/02manjm47", - "100003386": "https://ror.org/02manjm47", - "501100022076": "https://ror.org/01t3n1r11", - "100007582": "https://ror.org/02nt5es71", - "100007831": "https://ror.org/02nt5es71", - "100011378": "https://ror.org/04e90fr08", - "100014761": "https://ror.org/035nzyk88", - "100017286": "https://ror.org/03dbdcw44", - "100008506": "https://ror.org/04fq21t14", - "100001738": "https://ror.org/016cke005", - "501100001700": "https://ror.org/048rj2z13", - "100006229": "https://ror.org/040vxhp34", - "100012135": "https://ror.org/03g0p5d13", - "100010390": "https://ror.org/01p7jjy08", - "100004804": "https://ror.org/02je1hv25", - "100017258": "https://ror.org/03gjh3k29", - "100017282": "https://ror.org/02hdmed54", - "100015719": "https://ror.org/04mj0c261", - "100006124": "https://ror.org/00hvbwp12", - "100011735": "https://ror.org/01qrpsa36", - "501100013121": "https://ror.org/01ph0t361", - "501100011586": "https://ror.org/04zy9j617", - "100016433": "https://ror.org/02ytd8525", - "100017275": "https://ror.org/00p6app11", - "100017267": "https://ror.org/035fxjt55", - "100011416": "https://ror.org/04e6zkc05", - "100013717": "https://ror.org/04dqdxv39", - "501100012041": "https://ror.org/02jkpm469", - "501100000341": "https://ror.org/02jkpm469", - "100010033": "https://ror.org/002g3cb31", - "100017262": "https://ror.org/01xenw941", - "100004801": "https://ror.org/00z0y4310", - "100009779": "https://ror.org/04p3pep55", - "501100010462": "https://ror.org/02xg1m795", - "100006157": "https://ror.org/028rfb880", - "501100001693": "https://ror.org/04861vz74", - "100017284": "https://ror.org/03naxhj05", - "100017271": "https://ror.org/02bhbx726", - "100006164": "https://ror.org/05svhk535", - "100017261": "https://ror.org/031mgyp05", - "100006759": "https://ror.org/04ma4gj04", - "100006760": "https://ror.org/04ma4gj04", - "100017551": "https://ror.org/03wa2q724", - "100003923": "https://ror.org/045vqhp43", - "100020403": "https://ror.org/020fjxj16", - "501100012021": "https://ror.org/017pvbj47", - "100006169": "https://ror.org/0365gvr66", - "100003287": "https://ror.org/01mkym489", - "100012856": "https://ror.org/00gmyvv50", - "100017280": "https://ror.org/014kqcf15", - "100017845": "https://ror.org/055cg2t55", - "100017265": "https://ror.org/04p0mdy95", - "501100011088": "https://ror.org/050tds906", - "100017264": "https://ror.org/02gy5dj09", - "100011031": "https://ror.org/01d947q34", - "100011866": "https://ror.org/03xsh7c04", - "100014182": "https://ror.org/05stnk221", - "501100023396": "https://ror.org/05eev2q71", - "501100006378": "https://ror.org/0116zj450", - "501100021726": "https://ror.org/0116zj450", - "501100006326": "https://ror.org/052rrw050", - "100017269": "https://ror.org/05p9bjd64", - "100004811": "https://ror.org/04d46jp54", - "100017285": "https://ror.org/02gr2sy50", - "501100006322": "https://ror.org/04wqh5h97", - "501100001164": "https://ror.org/03vk18a84", - "100006999": "https://ror.org/00qywr187", - "100020017": "https://ror.org/04cr1bk24", - "100006131": "https://ror.org/00mw1dx44", - "100020316": "https://ror.org/01vt80e72", - "100017278": "https://ror.org/039928415", - "100006127": "https://ror.org/05h6pya74", - "100006146": "https://ror.org/01kk9yv55", - "501100006323": "https://ror.org/048v13307", - "100013856": "https://ror.org/00xhn6z12", - "100011682": "https://ror.org/01wqtde93", - "100006998": "https://ror.org/05t41kv40", - "100011585": "https://ror.org/00trjac21", - "100006170": "https://ror.org/009pn2s74", - "100022729": "https://ror.org/02c8w8j12", - "501100018956": "https://ror.org/05m8dr349", - "100017107": "https://ror.org/01db6pq27", - "501100017266": "https://ror.org/025qq4838", - "100021126": "https://ror.org/03esms521", - "100016744": "https://ror.org/01gs1cg95", - "100017276": "https://ror.org/02ssawd58", - "100010217": "https://ror.org/01zj39k81", - "100017270": "https://ror.org/00htph268", - "100017268": "https://ror.org/02vg64e60", - "100005002": "https://ror.org/011cc8156", - "100006188": "https://ror.org/01gas4q24", - "100017259": "https://ror.org/01j67h539", - "501100010681": "https://ror.org/05kkfq345", - "501100024080": "https://ror.org/02hb7bm88", - "501100023337": "https://ror.org/01tqga721", - "100018385": "https://ror.org/05tc5g775", - "501100001592": "https://ror.org/0471xye93", - "100012454": "https://ror.org/057kr0a20", - "100015396": "https://ror.org/05qwjzv06", - "501100006321": "https://ror.org/055n47h92", - "100001247": "https://ror.org/02c8q2v13", - "100015340": "https://ror.org/02c8q2v13", - "100022829": "https://ror.org/02tmabg35", - "100009164": "https://ror.org/01xf75524", - "501100000350": "https://ror.org/002kcsx52", - "501100010311": "https://ror.org/002kcsx52", - "100007345": "https://ror.org/04tvx8690", - "100018190": "https://ror.org/03h0qhk21", - "100013044": "https://ror.org/03h0qhk21", - "501100016205": "https://ror.org/01hwc7828", - "100010638": "https://ror.org/03v7tx966", - "100010637": "https://ror.org/03v7tx966", - "501100008984": "https://ror.org/03w5sq511", - "501100013233": "https://ror.org/03w5sq511", - "501100001219": "https://ror.org/0499yp070", - "501100007151": "https://ror.org/0329fj191", - "501100007150": "https://ror.org/0329fj191", - "100013165": "https://ror.org/01x26mz03", - "501100024049": "https://ror.org/02e0bg420", - "501100015689": "https://ror.org/00apj8t60", - "501100013257": "https://ror.org/00apj8t60", - "100019109": "https://ror.org/04rc0xn13", - "100008782": "https://ror.org/03tzaeb71", - "100000062": "https://ror.org/00adh9b73", - "100017618": "https://ror.org/00adh9b73", - "501100001170": "https://ror.org/0184qmt78", - "100005895": "https://ror.org/007ps6h72", - "100020374": "https://ror.org/03fxf3w65", - "501100011700": "https://ror.org/03fxf3w65", - "501100008802": "https://ror.org/03fxf3w65", - "501100001807": "https://ror.org/02ddkpn78", - "501100003401": "https://ror.org/02ddkpn78", - "501100006260": "https://ror.org/03qryx823", - "501100007426": "https://ror.org/03qryx823", - "501100004624": "https://ror.org/03qryx823", - "501100007266": "https://ror.org/03qryx823", - "100015440": "https://ror.org/03qryx823", - "100011539": "https://ror.org/05x083d20", - "100020158": "https://ror.org/029fsp028", - "100028598": "https://ror.org/00a6cxf28", - "501100018645": "https://ror.org/033cvvt68", - "501100005405": "https://ror.org/0197nmd03", - "100015308": "https://ror.org/02bmcqd02", - "100006962": "https://ror.org/005dvqh91", - "100007321": "https://ror.org/005dvqh91", - "100013699": "https://ror.org/028t46f04", - "501100003526": "https://ror.org/030c92375", - "501100000933": "https://ror.org/030c92375", - "501100015471": "https://ror.org/030c92375", - "100008275": "https://ror.org/04tk2gy88", - "100018033": "https://ror.org/00cj35179", - "100008126": "https://ror.org/03pvyf116", - "100011662": "https://ror.org/03vn1ts68", - "501100009528": "https://ror.org/02tfmen73", - "100020431": "https://ror.org/044b05b34", - "100012471": "https://ror.org/015y1mx47", - "100011663": "https://ror.org/05vc7qy59", - "100008527": "https://ror.org/02nre0x31", - "100015096": "https://ror.org/05td1pb92", - "100017397": "https://ror.org/04w75nz84", - "501100004366": "https://ror.org/04krpx645", - "501100002958": "https://ror.org/04krpx645", - "501100001584": "https://ror.org/008gjgb19", - "501100001599": "https://ror.org/008gjgb19", - "100013206": "https://ror.org/008gjgb19", - "501100012522": "https://ror.org/059h0ng81", - "100014982": "https://ror.org/031yh0y38", - "100008615": "https://ror.org/043ehm030", - "100012834": "https://ror.org/024exxj48", - "100000052": "https://ror.org/00fj8a872", - "100000124": "https://ror.org/00fj8a872", - "100000118": "https://ror.org/00fj8a872", - "100000135": "https://ror.org/00fj8a872", - "501100001655": "https://ror.org/039djdh30", - "501100001650": "https://ror.org/039djdh30", - "501100001654": "https://ror.org/039djdh30", - "501100007948": "https://ror.org/039djdh30", - "100021828": "https://ror.org/039djdh30", - "100017177": "https://ror.org/039djdh30", - "100007877": "https://ror.org/0280a3n32", - "100007878": "https://ror.org/0280a3n32", - "100016764": "https://ror.org/03n63wv08", - "501100018802": "https://ror.org/00p9vpz11", - "501100004242": "https://ror.org/05b0cyh02", - "501100022230": "https://ror.org/05b0cyh02", - "501100001843": "https://ror.org/03ffdsr55", - "501100015727": "https://ror.org/03ffdsr55", - "100011529": "https://ror.org/01bw7zm61", - "501100004762": "https://ror.org/000t0f062", - "501100010410": "https://ror.org/000t0f062", - "501100001692": "https://ror.org/04741mc34", - "501100011053": "https://ror.org/04741mc34", - "100016783": "https://ror.org/04h81rw26", - "501100000040": "https://ror.org/051dzs374", - "100004755": "https://ror.org/027zrs220", - "100013733": "https://ror.org/03bzkqg41", - "100017302": "https://ror.org/00ee40h97", - "100011343": "https://ror.org/01jhe7086", - "100015818": "https://ror.org/00gyb4719", - "100012505": "https://ror.org/00pebsc23", - "100008533": "https://ror.org/00fpjq451", - "501100022398": "https://ror.org/013kv6j49", - "501100004342": "https://ror.org/017mte255", - "100016813": "https://ror.org/017mte255", - "501100003841": "https://ror.org/042hptv04", - "501100004729": "https://ror.org/04d836q62", - "100007223": "https://ror.org/04d836q62", - "501100012650": "https://ror.org/04d836q62", - "501100003210": "https://ror.org/00t4db855", - "100030715": "https://ror.org/03bw34a45", - "100019862": "https://ror.org/035zrb927", - "100007333": "https://ror.org/01j20wc74", - "100014041": "https://ror.org/01j20wc74", - "100013415": "https://ror.org/0371gg960", - "501100012513": "https://ror.org/00s29fn93", - "501100002848": "https://ror.org/02ap3w078", - "501100002850": "https://ror.org/02ap3w078", - "501100002849": "https://ror.org/02ap3w078", - "501100020884": "https://ror.org/02ap3w078", - "501100008736": "https://ror.org/02ap3w078", - "501100018735": "https://ror.org/02ap3w078", - "100007186": "https://ror.org/0599cs764", - "100017536": "https://ror.org/00bdqav06", - "100014446": "https://ror.org/0029jxk29", - "100016884": "https://ror.org/0029jxk29", - "100019346": "https://ror.org/02hdnbe80", - "100013678": "https://ror.org/04cqn7d42", - "100015911": "https://ror.org/04xm1d337", - "100006234": "https://ror.org/01apwpt12", - "100014535": "https://ror.org/03zzw1w08", - "100000993": "https://ror.org/01h5tnr73", - "100014364": "https://ror.org/02typaz40", - "100011621": "https://ror.org/02gars961", - "100007320": "https://ror.org/00cea8r21", - "501100005317": "https://ror.org/05vspf741", - "501100012286": "https://ror.org/05vspf741", - "501100013500": "https://ror.org/004j3q729", - "100006806": "https://ror.org/00w52vt71", - "100007208": "https://ror.org/02rjj2m04", - "100010900": "https://ror.org/03j7sze86", - "100011338": "https://ror.org/034rhks82", - "100014434": "https://ror.org/01esghr10", - "100008882": "https://ror.org/05h9q1g27", - "501100002749": "https://ror.org/01fapfv42", - "501100011724": "https://ror.org/01fapfv42", - "100014476": "https://ror.org/02bzf1224", - "100008325": "https://ror.org/00d1dhh09", - "100001170": "https://ror.org/00d1dhh09", - "100009230": "https://ror.org/00d1dhh09", - "100014228": "https://ror.org/04vt65461", - "501100014139": "https://ror.org/04hya7017", - "100007338": "https://ror.org/04wyvkr12", - "100005239": "https://ror.org/01fykh430", - "100018071": "https://ror.org/002shna07", - "100011661": "https://ror.org/05h992307", - "501100002669": "https://ror.org/02j2cf778", - "100004390": "https://ror.org/02j2cf778", - "100011676": "https://ror.org/02j2cf778", - "501100007149": "https://ror.org/0380k9k47", - "100018233": "https://ror.org/01vft3j45", - "501100012319": "https://ror.org/030h7k016", - "501100012318": "https://ror.org/030h7k016", - "501100010591": "https://ror.org/03vgk1715", - "501100009968": "https://ror.org/03vgk1715", - "100009992": "https://ror.org/01njes783", - "100003138": "https://ror.org/01njes783", - "100009993": "https://ror.org/01njes783", - "100009994": "https://ror.org/01njes783", - "100010514": "https://ror.org/01njes783", - "501100001718": "https://ror.org/04y716y05", - "501100008635": "https://ror.org/04y716y05", - "501100009295": "https://ror.org/04y716y05", - "100020153": "https://ror.org/04ag45c30", - "501100016070": "https://ror.org/01dkem006", - "501100011970": "https://ror.org/01dkem006", - "100004690": "https://ror.org/05pyq8e17", - "100006767": "https://ror.org/05pyq8e17", - "100010587": "https://ror.org/05pyq8e17", - "100017223": "https://ror.org/05v3mvq14", - "100008327": "https://ror.org/04btayy36", - "501100004538": "https://ror.org/00n9f0r32", - "501100010959": "https://ror.org/00n9f0r32", - "100011581": "https://ror.org/01rtar838", - "100012579": "https://ror.org/01rtar838", - "501100006463": "https://ror.org/00rspzk45", - "501100005017": "https://ror.org/00rspzk45", - "501100020639": "https://ror.org/00rspzk45", - "100014729": "https://ror.org/005rxfw29", - "100001399": "https://ror.org/011590k05", - "501100013939": "https://ror.org/04q30vj37", - "501100004847": "https://ror.org/03r42d171", - "501100002824": "https://ror.org/05dfxeg46", - "100007886": "https://ror.org/02jzgtq86", - "100010523": "https://ror.org/03e71c577", - "100014405": "https://ror.org/03e71c577", - "100007893": "https://ror.org/00f8man71", - "100007895": "https://ror.org/00f8man71", - "501100009153": "https://ror.org/042dh5y83", - "501100010785": "https://ror.org/01ktx4s83", - "100013386": "https://ror.org/00cm2cb35", - "501100007167": "https://ror.org/04b181w54", - "100000054": "https://ror.org/040gcmg81", - "100008637": "https://ror.org/040gcmg81", - "100007316": "https://ror.org/040gcmg81", - "100007656": "https://ror.org/04b6x2g63", - "100007860": "https://ror.org/04b6x2g63", - "100007657": "https://ror.org/04b6x2g63", - "100000090": "https://ror.org/03g2zjp07", - "100014039": "https://ror.org/03g2zjp07", - "501100018935": "https://ror.org/0030f2a11", - "501100007776": "https://ror.org/02cafbr77", - "100015392": "https://ror.org/036hxbg71", - "100008521": "https://ror.org/02aze4h65", - "100000163": "https://ror.org/02trddg58", - "100007713": "https://ror.org/05x817c41", - "501100007245": "https://ror.org/02bt3t274", - "100012740": "https://ror.org/02ktjph70", - "100017249": "https://ror.org/00nhtcg76", - "501100005385": "https://ror.org/036mqp197", - "501100009328": "https://ror.org/036mqp197", - "100006286": "https://ror.org/01jt5mq34", - "501100007278": "https://ror.org/03w2j5y17", - "100007801": "https://ror.org/03q68pf65", - "501100004263": "https://ror.org/05k49za97", - "100016818": "https://ror.org/04nza6677", - "100008272": "https://ror.org/028fhxy95", - "100000950": "https://ror.org/028fhxy95", - "100007817": "https://ror.org/028fhxy95", - "100007816": "https://ror.org/028fhxy95", - "501100004975": "https://ror.org/01mhban88", - "501100013885": "https://ror.org/05ddxe180", - "100011949": "https://ror.org/05d67dc31", - "100011541": "https://ror.org/00vkwep27", - "501100014181": "https://ror.org/01df4mv68", - "100002086": "https://ror.org/04w07g537", - "100017301": "https://ror.org/01p3wva84", - "501100009929": "https://ror.org/05s74p982", - "100013356": "https://ror.org/02qz8b764", - "100010530": "https://ror.org/012xks909", - "100007912": "https://ror.org/012xks909", - "100012171": "https://ror.org/051639p85", - "501100007186": "https://ror.org/00q4mnn13", - "501100014435": "https://ror.org/05sdyjv16", - "100014820": "https://ror.org/05xfdey77", - "100000162": "https://ror.org/05fnzca26", - "100018883": "https://ror.org/010y5b925", - "100018245": "https://ror.org/01wkb9987", - "100006284": "https://ror.org/00dqsq280", - "100007287": "https://ror.org/04bxjes65", - "501100009873": "https://ror.org/041vg2t58", - "100013180": "https://ror.org/0150hkx05", - "501100008895": "https://ror.org/03p8jwd38", - "501100015726": "https://ror.org/019fnr381", - "100009270": "https://ror.org/029xb4124", - "100020001": "https://ror.org/029xb4124", - "100002344": "https://ror.org/025tyf168", - "501100012349": "https://ror.org/05c9p6d02", - "501100015282": "https://ror.org/051wv2j09", - "501100000192": "https://ror.org/007mfra71", - "501100010372": "https://ror.org/01tdxw809", - "501100011402": "https://ror.org/059nn3902", - "501100006003": "https://ror.org/03byqb733", - "100013744": "https://ror.org/02cjm2b20", - "100014804": "https://ror.org/01359dk79", - "100012027": "https://ror.org/02x2vs391", - "501100010982": "https://ror.org/056ezpj87", - "501100004194": "https://ror.org/00z3td547", - "501100021160": "https://ror.org/04nytyj38", - "100013736": "https://ror.org/01862bd29", - "501100011347": "https://ror.org/017r4dj03", - "501100011342": "https://ror.org/0093mkr06", - "501100011135": "https://ror.org/00dg3j745", - "501100011310": "https://ror.org/01h0g5x34", - "501100011414": "https://ror.org/04thqfb29", - "501100011138": "https://ror.org/03en4sq15", - "501100011261": "https://ror.org/02169wb20", - "501100008848": "https://ror.org/05k2gtm81", - "100001127": "https://ror.org/03nkpwc05", - "501100010555": "https://ror.org/03rpsvy57", - "501100002878": "https://ror.org/03kak1729", - "501100013374": "https://ror.org/03wz10q85", - "501100002862": "https://ror.org/041qf4r12", - "501100010244": "https://ror.org/041qf4r12", - "100007898": "https://ror.org/01851wa66", - "501100011377": "https://ror.org/04d0j0m16", - "100015360": "https://ror.org/00g76w893", - "100007406": "https://ror.org/01jzs3b90", - "501100008409": "https://ror.org/00qx4he92", - "501100011436": "https://ror.org/03kd9rr37", - "100013213": "https://ror.org/01zmyz259", - "501100011200": "https://ror.org/00725gb29", - "100011310": "https://ror.org/02hrqhj53", - "100018329": "https://ror.org/00jhvev34", - "501100009950": "https://ror.org/04t1cdb72", - "501100003340": "https://ror.org/012gwbh42", - "100010268": "https://ror.org/05csy5p27", - "100012372": "https://ror.org/00qkgfc37", - "501100010201": "https://ror.org/000830238", - "501100015957": "https://ror.org/00v4p4h97", - "501100011380": "https://ror.org/03zxdkx17", - "501100011442": "https://ror.org/04jwqm611", - "501100011235": "https://ror.org/03ed91q10", - "501100015494": "https://ror.org/02ht4fk33", - "100012363": "https://ror.org/00k8xcc25", - "501100011307": "https://ror.org/00g51hv48", - "501100019043": "https://ror.org/01mr5b726", - "501100012609": "https://ror.org/03d2yag39", - "501100013413": "https://ror.org/02a8cdx90", - "501100009085": "https://ror.org/05smgpd89", - "501100013339": "https://ror.org/01b4vw335", - "100011130": "https://ror.org/01adr0w49", - "100015266": "https://ror.org/01adr0w49", - "100019858": "https://ror.org/05v01tw04", - "501100018805": "https://ror.org/030vmwa78", - "501100013909": "https://ror.org/00dmm3k75", - "501100011368": "https://ror.org/01prrh334", - "501100011221": "https://ror.org/053w5yj73", - "501100011251": "https://ror.org/01m3vks35", - "501100018833": "https://ror.org/04mdawb03", - "501100000808": "https://ror.org/02q40pc92", - "501100006055": "https://ror.org/0457hyq42", - "100011495": "https://ror.org/033km2469", - "501100011230": "https://ror.org/03mq8q210", - "501100011243": "https://ror.org/05ryc2b20", - "100012330": "https://ror.org/04xgsgc80", - "501100011314": "https://ror.org/02dmmay61", - "100008617": "https://ror.org/041spkd04", - "501100019044": "https://ror.org/01hmrs507", - "501100011363": "https://ror.org/02ywpz459", - "100017652": "https://ror.org/05hm1yf46", - "501100011398": "https://ror.org/00s0wpd42", - "501100011820": "https://ror.org/01wa3dz59", - "501100019370": "https://ror.org/053528t47", - "100015138": "https://ror.org/04j11pb67", - "100004331": "https://ror.org/03qd7mz70", - "100005205": "https://ror.org/03qd7mz70", - "100006479": "https://ror.org/03qd7mz70", - "100008426": "https://ror.org/03qd7mz70", - "100008127": "https://ror.org/03qd7mz70", - "100005566": "https://ror.org/03qd7mz70", - "100004719": "https://ror.org/03qd7mz70", - "100009933": "https://ror.org/03qd7mz70", - "100008897": "https://ror.org/03qd7mz70", - "100005565": "https://ror.org/03qd7mz70", - "501100011285": "https://ror.org/02hzqme58", - "501100013886": "https://ror.org/058gmq444", - "501100014888": "https://ror.org/03t0yb134", - "100012503": "https://ror.org/050as5c79", - "501100012652": "https://ror.org/03nqkz164", - "501100008368": "https://ror.org/03px3r824", - "501100011392": "https://ror.org/02xf8rf51", - "501100011203": "https://ror.org/00b6h0x02", - "501100011242": "https://ror.org/02aez6s57", - "501100011330": "https://ror.org/02fp7dp35", - "501100006132": "https://ror.org/050mxte83", - "100012353": "https://ror.org/01zgm7d48", - "100014720": "https://ror.org/01gdv4d86", - "501100011192": "https://ror.org/007ffzr57", - "501100011918": "https://ror.org/05tqzgp98", - "100019580": "https://ror.org/01hd0xp75", - "501100010801": "https://ror.org/0181xnw06", - "501100011169": "https://ror.org/05apcas97", - "501100012651": "https://ror.org/044q2b203", - "100016970": "https://ror.org/00pptgy96", - "501100011322": "https://ror.org/02avx9m34", - "501100014034": "https://ror.org/04jt60909", - "501100010300": "https://ror.org/05bhjm183", - "501100015694": "https://ror.org/049wkn258", - "501100015890": "https://ror.org/05e65a079", - "501100016047": "https://ror.org/02r531a15", - "100012496": "https://ror.org/055d2j725", - "501100011379": "https://ror.org/023fpv336", - "501100011178": "https://ror.org/022c3hy66", - "501100010688": "https://ror.org/037pstq92", - "501100011174": "https://ror.org/02q1jkh03", - "100012897": "https://ror.org/00rjhhq63", - "501100015363": "https://ror.org/05bfesv65", - "100011590": "https://ror.org/0529ebd28", - "501100011096": "https://ror.org/04rpdbq72", - "100013183": "https://ror.org/02tbx7g56", - "501100004614": "https://ror.org/00m4czf33", - "501100009250": "https://ror.org/02wvztg94", - "100017162": "https://ror.org/0366nbj88", - "501100005190": "https://ror.org/00vhfyp04", - "501100011441": "https://ror.org/00325dg83", - "501100014798": "https://ror.org/02ysx7m49", - "501100008307": "https://ror.org/0344xsj92", - "501100011161": "https://ror.org/059y0zb32", - "501100015757": "https://ror.org/0048t7e91", - "501100018875": "https://ror.org/05jv5nq16", - "100017142": "https://ror.org/02rnys730", - "100010095": "https://ror.org/05gxmms51", - "100010094": "https://ror.org/05gxmms51", - "100013141": "https://ror.org/0073tn017", - "100012047": "https://ror.org/03k457f15", - "501100011253": "https://ror.org/05xbqrp21", - "501100011755": "https://ror.org/044wgz941", - "501100010047": "https://ror.org/048gtwm90", - "501100009150": "https://ror.org/00vvxbe27", - "501100011429": "https://ror.org/03h33sq24", - "501100012133": "https://ror.org/03y1aw075", - "501100011456": "https://ror.org/00jhf9987", - "100010127": "https://ror.org/026zsn751", - "501100011148": "https://ror.org/048dd0611", - "100016220": "https://ror.org/034hw7m59", - "501100002979": "https://ror.org/00prkya54", - "501100009047": "https://ror.org/02vtq1a86", - "501100011202": "https://ror.org/04wsvdt21", - "100011021": "https://ror.org/05n0tzs53", - "100013266": "https://ror.org/05efe5r97", - "100006177": "https://ror.org/00f93gc02", - "100011884": "https://ror.org/00f93gc02", - "501100011173": "https://ror.org/02yjhrp74", - "100013062": "https://ror.org/00xhtr962", - "501100008384": "https://ror.org/01yzfjx97", - "501100006357": "https://ror.org/01yzfjx97", - "501100007403": "https://ror.org/051rtqg79", - "100011486": "https://ror.org/03p8qrw52", - "501100022532": "https://ror.org/015w4v032", - "501100012607": "https://ror.org/01t2m0x06", - "100014573": "https://ror.org/045s99b94", - "100012729": "https://ror.org/03keq4b73", - "100012639": "https://ror.org/01me1hv80", - "100008902": "https://ror.org/01e41cf67", - "100007000": "https://ror.org/01e41cf67", - "501100011455": "https://ror.org/02q9ddr54", - "100011140": "https://ror.org/05mqqqg72", - "100019418": "https://ror.org/05fd9ct06", - "501100018885": "https://ror.org/04j14t006", - "501100011299": "https://ror.org/05sqd2v93", - "100015738": "https://ror.org/01ddjva78", - "501100016150": "https://ror.org/011s40y19", - "501100011262": "https://ror.org/00pvqk557", - "100008395": "https://ror.org/02regzg56", - "501100003086": "https://ror.org/00pz2fp31", - "501100010212": "https://ror.org/02b5xr067", - "501100010824": "https://ror.org/0161q6d74", - "501100019794": "https://ror.org/02aee5m12", - "100016682": "https://ror.org/01mwmh458", - "501100006121": "https://ror.org/05nj8ma95", - "501100014849": "https://ror.org/0503v2186", - "501100007054": "https://ror.org/04tavpn47", - "501100012605": "https://ror.org/045hfth47", - "501100011530": "https://ror.org/01gg3z807", - "100006984": "https://ror.org/01yaqvf46", - "100011129": "https://ror.org/03njcec05", - "501100018804": "https://ror.org/05j73fd60", - "501100007857": "https://ror.org/02szc9j24", - "501100011177": "https://ror.org/0424h4e32", - "501100011415": "https://ror.org/02hphne60", - "501100015491": "https://ror.org/02txedb84", - "501100007547": "https://ror.org/00ms48f15", - "501100003989": "https://ror.org/01cc3fy72", - "501100009091": "https://ror.org/00bh4be42", - "100019783": "https://ror.org/04kp6rb84", - "501100013152": "https://ror.org/022syn853", - "501100002365": "https://ror.org/04v3ywz14", - "501100003778": "https://ror.org/04v3ywz14", - "100012411": "https://ror.org/03q7vwk42", - "501100015932": "https://ror.org/037am2x18", - "501100008806": "https://ror.org/01xspp494", - "501100009688": "https://ror.org/00hs7dr46", - "100010749": "https://ror.org/00v79jn39", - "501100011258": "https://ror.org/04t3q5q03", - "100014461": "https://ror.org/014ktry78", - "100015448": "https://ror.org/04dqesy58", - "501100007687": "https://ror.org/016ks4x90", - "501100005149": "https://ror.org/03x937183", - "501100011229": "https://ror.org/0528q3r27", - "501100014184": "https://ror.org/05mzwwx48", - "100012848": "https://ror.org/03wmjs517", - "501100011193": "https://ror.org/03k6r8t20", - "100011131": "https://ror.org/03q3mt530", - "501100003345": "https://ror.org/034b53w38", - "501100006383": "https://ror.org/05pgg4z49", - "501100011140": "https://ror.org/0356cst02", - "100016663": "https://ror.org/04qm9me84", - "501100012512": "https://ror.org/05jt8mz33", - "100006142": "https://ror.org/04848jz84", - "501100014370": "https://ror.org/00pfxsh56", - "501100018750": "https://ror.org/04sg95s75", - "501100011212": "https://ror.org/00nn53y54", - "100011883": "https://ror.org/033jmdj81", - "501100011298": "https://ror.org/01z3jn402", - "501100008425": "https://ror.org/03gq5rs15", - "100018248": "https://ror.org/00ssvzv66", - "501100006373": "https://ror.org/03zefme93", - "501100008431": "https://ror.org/02s8dab97", - "501100014180": "https://ror.org/02s8dab97", - "100014436": "https://ror.org/026k11n28", - "501100011637": "https://ror.org/014gmtw23", - "501100011196": "https://ror.org/00ft6nj33", - "501100011286": "https://ror.org/016g9tg59", - "100007504": "https://ror.org/010b9wj87", - "501100011596": "https://ror.org/01w104f98", - "100013196": "https://ror.org/00tkt3j79", - "100012462": "https://ror.org/0442kw503", - "501100012210": "https://ror.org/05hr3ch11", - "501100011374": "https://ror.org/054scg060", - "100012694": "https://ror.org/05hhs8n30", - "501100011351": "https://ror.org/02v9wg343", - "501100011821": "https://ror.org/00q919b81", - "100009673": "https://ror.org/00cv16a87", - "100010848": "https://ror.org/03m5tgj44", - "501100011430": "https://ror.org/01t9yse95", - "501100011233": "https://ror.org/03sjvjt84", - "501100010755": "https://ror.org/02pzj0897", - "501100011747": "https://ror.org/02s32fb62", - "501100011249": "https://ror.org/04svrh266", - "501100011255": "https://ror.org/0308wzx30", - "100013024": "https://ror.org/01b1b8a96", - "100015348": "https://ror.org/05pwsnp59", - "501100012189": "https://ror.org/03rr60493", - "100016995": "https://ror.org/04j1pqk37", - "100013594": "https://ror.org/00ajrgb89", - "501100014674": "https://ror.org/02gtb1r52", - "501100005671": "https://ror.org/05n28ff84", - "501100006051": "https://ror.org/02j89k719", - "100017143": "https://ror.org/01d6bq278", - "501100009104": "https://ror.org/00z72fs19", - "100004888": "https://ror.org/027bk5v43", - "501100012541": "https://ror.org/04at1ex44", - "501100015621": "https://ror.org/04c3k8v21", - "501100020778": "https://ror.org/05v0c3v45", - "501100011227": "https://ror.org/01hsx4r68", - "100006135": "https://ror.org/00heb4d89", - "100011681": "https://ror.org/00heb4d89", - "100014392": "https://ror.org/00szax507", - "100008734": "https://ror.org/032vsjs50", - "501100007518": "https://ror.org/058yyz752", - "100007491": "https://ror.org/03ht4bd53", - "100012658": "https://ror.org/04haakz20", - "501100011175": "https://ror.org/006rwj939", - "501100014738": "https://ror.org/052zwa538", - "100013334": "https://ror.org/02nadej66", - "501100013383": "https://ror.org/04qk9rk19", - "501100010711": "https://ror.org/0113k5861", - "501100011039": "https://ror.org/03wma5x57", - "501100013034": "https://ror.org/05r0bwg28", - "501100011358": "https://ror.org/01jz8ma51", - "100019178": "https://ror.org/01jjraa45", - "501100011422": "https://ror.org/023as1815", - "100006186": "https://ror.org/03jf3w726", - "501100008733": "https://ror.org/00gm8tg57", - "501100011179": "https://ror.org/048y1rc66", - "501100011313": "https://ror.org/05s5qx907", - "501100004836": "https://ror.org/05svhj534", - "501100011958": "https://ror.org/05svhj534", - "501100011364": "https://ror.org/03zfa9g67", - "501100023315": "https://ror.org/00qy6se24", - "501100011360": "https://ror.org/01as92r37", - "501100011186": "https://ror.org/05skxkv18", - "100011941": "https://ror.org/05mj4yh71", - "501100011198": "https://ror.org/058t7w767", - "100010174": "https://ror.org/00jc20583", - "501100011009": "https://ror.org/03fqwqm07", - "501100011131": "https://ror.org/03w41by72", - "100015756": "https://ror.org/02fe4h741", - "501100011021": "https://ror.org/02rdd8804", - "501100003767": "https://ror.org/04dxd1f80", - "501100008394": "https://ror.org/00msgsf28", - "501100010213": "https://ror.org/0192yj155", - "100016755": "https://ror.org/00rncr820", - "100010470": "https://ror.org/029bcfw81", - "501100011437": "https://ror.org/04em2sh18", - "100014607": "https://ror.org/00nxtdr22", - "501100011256": "https://ror.org/02p9waa09", - "501100011413": "https://ror.org/03yvpw311", - "501100019327": "https://ror.org/01mamgv83", - "100013037": "https://ror.org/01jksdf22", - "501100011756": "https://ror.org/05bpjsf25", - "100013700": "https://ror.org/0465x5x63", - "501100006286": "https://ror.org/02rytd882", - "501100015360": "https://ror.org/04bhsv505", - "501100018634": "https://ror.org/003mfbe21", - "501100009336": "https://ror.org/04v0hex10", - "100020739": "https://ror.org/01ky5n302", - "501100008309": "https://ror.org/02x6r5976", - "501100011513": "https://ror.org/02hqczw19", - "501100006531": "https://ror.org/01nx7yy98", - "501100006461": "https://ror.org/02yp53r73", - "501100011453": "https://ror.org/01zfc7m08", - "501100011386": "https://ror.org/003hwx626", - "501100001839": "https://ror.org/00djwmt25", - "501100002920": "https://ror.org/00djwmt25", - "501100011276": "https://ror.org/04dn2ax39", - "100017183": "https://ror.org/04w4xsz15", - "501100018942": "https://ror.org/04wx4nj18", - "100016623": "https://ror.org/019bz5n15", - "100012789": "https://ror.org/04vq43039", - "100012854": "https://ror.org/00ag0rb94", - "501100011409": "https://ror.org/024dcqa50", - "100004846": "https://ror.org/04ndw0k24", - "100018523": "https://ror.org/01zzkcm34", - "501100002341": "https://ror.org/05k73zm37", - "501100005876": "https://ror.org/05k73zm37", - "501100005877": "https://ror.org/05k73zm37", - "501100005878": "https://ror.org/05k73zm37", - "501100005875": "https://ror.org/05k73zm37", - "501100000271": "https://ror.org/057g20z61", - "501100008353": "https://ror.org/011rw2y56", - "100017204": "https://ror.org/038792a28", - "100022810": "https://ror.org/01f29ny64", - "501100011352": "https://ror.org/04xjtqb36", - "100007518": "https://ror.org/05h1bnb22", - "100006351": "https://ror.org/05h1bnb22", - "100007215": "https://ror.org/00kvk1853", - "501100011270": "https://ror.org/02gxm3r19", - "501100002833": "https://ror.org/01httwk65", - "501100011204": "https://ror.org/048nswj43", - "501100014955": "https://ror.org/00tp8bz22", - "100015735": "https://ror.org/018bh0m68", - "501100004572": "https://ror.org/052eegr76", - "501100005890": "https://ror.org/052eegr76", - "100007403": "https://ror.org/0215y9j16", - "100008655": "https://ror.org/0372q6t83", - "100018992": "https://ror.org/04wa9t375", - "501100019067": "https://ror.org/03deb8c89", - "501100011302": "https://ror.org/05njhbf68", - "100014276": "https://ror.org/02zhe7k92", - "501100008841": "https://ror.org/03g897070", - "501100011729": "https://ror.org/01z7eb286", - "501100008992": "https://ror.org/050qa2043", - "501100006591": "https://ror.org/05wh02447", - "501100011247": "https://ror.org/043ea4m21", - "100011947": "https://ror.org/00p99t114", - "501100013288": "https://ror.org/01tkb7c15", - "501100007436": "https://ror.org/02xs6yw09", - "501100019217": "https://ror.org/05a3srq89", - "501100016152": "https://ror.org/00mj5vx34", - "501100010556": "https://ror.org/01x48pk19", - "100012858": "https://ror.org/05b0hce56", - "100010304": "https://ror.org/04tce9s05", - "501100009958": "https://ror.org/01a8ev928", - "501100010997": "https://ror.org/031z5jh56", - "100015569": "https://ror.org/029c4ct76", - "100017279": "https://ror.org/04csf5r20", - "100016670": "https://ror.org/024emf479", - "501100002847": "https://ror.org/018f7hf93", - "501100011306": "https://ror.org/058nm8p51", - "501100014974": "https://ror.org/01tyv8576", - "501100011427": "https://ror.org/02bxj9z30", - "501100011597": "https://ror.org/00pdx2849", - "501100011211": "https://ror.org/01n3rg866", - "100012359": "https://ror.org/02rz5qj26", - "100013203": "https://ror.org/012mp1p41", - "501100019697": "https://ror.org/00qk1xk35", - "501100011316": "https://ror.org/05t8xvx87", - "501100015347": "https://ror.org/00xrp2v42", - "501100014266": "https://ror.org/02dd40221", - "501100016286": "https://ror.org/03jbsdf87", - "501100010293": "https://ror.org/0226mqz95", - "501100004476": "https://ror.org/04wktzw65", - "100004328": "https://ror.org/04gndp242", - "501100010811": "https://ror.org/00nm7mw87", - "100022988": "https://ror.org/03h381n69", - "501100011215": "https://ror.org/00x9tpk83", - "501100020259": "https://ror.org/040kx1j83", - "501100011158": "https://ror.org/025hkeg57", - "501100013843": "https://ror.org/05vw8d065", - "501100011309": "https://ror.org/01mx22g67", - "501100011433": "https://ror.org/00sxq4h60", - "501100005710": "https://ror.org/048g2sh07", - "501100006481": "https://ror.org/048g2sh07", - "100016776": "https://ror.org/01jf9jv39", - "501100011327": "https://ror.org/03fxr9g07", - "501100000407": "https://ror.org/04r5yj356", - "501100002723": "https://ror.org/05vmfpy67", - "501100005206": "https://ror.org/003qeh975", - "501100013211": "https://ror.org/003qeh975", - "100012592": "https://ror.org/04xvyyy18", - "501100003425": "https://ror.org/04d1zy188", - "501100010585": "https://ror.org/025yj9w07", - "501100008914": "https://ror.org/05fb23t53", - "501100021831": "https://ror.org/047yhep71", - "501100009877": "https://ror.org/03swz0133", - "501100011370": "https://ror.org/04gq84p09", - "501100009188": "https://ror.org/036ccg086", - "501100004336": "https://ror.org/05cn9bw97", - "501100014210": "https://ror.org/05cn9bw97", - "501100009599": "https://ror.org/05cn9bw97", - "501100019408": "https://ror.org/05cn9bw97", - "501100011294": "https://ror.org/01vq13895", - "501100010318": "https://ror.org/03apwp296", - "100004883": "https://ror.org/00pd5rv22", - "501100008762": "https://ror.org/038761a28", - "501100011353": "https://ror.org/04r12t513", - "501100011269": "https://ror.org/03d61dw70", - "501100015795": "https://ror.org/036s6ct29", - "501100011408": "https://ror.org/032p70522", - "100006150": "https://ror.org/05ek3m339", - "100007783": "https://ror.org/05ek3m339", - "501100005227": "https://ror.org/01a67y017", - "100013020": "https://ror.org/03ty8yr27", - "100018946": "https://ror.org/02edjvw12", - "501100022730": "https://ror.org/01az3ay62", - "501100003741": "https://ror.org/0371hy230", - "501100011199": "https://ror.org/0517e3842", - "501100011087": "https://ror.org/051gy9s25", - "100009134": "https://ror.org/0193wdc07", - "501100011288": "https://ror.org/01t8xrx60", - "501100006533": "https://ror.org/049wftm75", - "501100011130": "https://ror.org/032nytr91", - "100013340": "https://ror.org/00y4zmh56", - "100008185": "https://ror.org/03vaedy56", - "501100007055": "https://ror.org/05w21nn13", - "501100012397": "https://ror.org/05w21nn13", - "501100011244": "https://ror.org/01xnz3256", - "100015866": "https://ror.org/03a2pqz96", - "501100013377": "https://ror.org/054qehp48", - "100013030": "https://ror.org/0101ppd69", - "501100014913": "https://ror.org/02hyyn853", - "501100015095": "https://ror.org/00v8rqv75", - "501100018726": "https://ror.org/05cneqf17", - "501100011484": "https://ror.org/03d8em588", - "501100010875": "https://ror.org/05etnz140", - "501100011195": "https://ror.org/01y3hvq34", - "501100002852": "https://ror.org/01ss8rw36", - "501100011376": "https://ror.org/013x79k46", - "100006183": "https://ror.org/04z2gev20", - "501100009149": "https://ror.org/0064crs54", - "501100019800": "https://ror.org/00vsr3s09", - "501100006129": "https://ror.org/03n9z2d15", - "501100021847": "https://ror.org/04rzmms09", - "501100010994": "https://ror.org/03j283p93", - "501100011469": "https://ror.org/02awe6g05", - "501100015362": "https://ror.org/03bdmv123", - "100009637": "https://ror.org/02vgzrk89", - "501100005022": "https://ror.org/01yj56c84", - "501100005086": "https://ror.org/01yj56c84", - "501100005023": "https://ror.org/01yj56c84", - "501100011248": "https://ror.org/0380ng272", - "100022987": "https://ror.org/025cbjw81", - "501100004177": "https://ror.org/04e698d63", - "501100003832": "https://ror.org/04e698d63", - "501100004563": "https://ror.org/01a44gd51", - "501100005341": "https://ror.org/01a44gd51", - "501100021711": "https://ror.org/01a44gd51", - "501100010799": "https://ror.org/05r5ax121", - "100012095": "https://ror.org/04v2xmd71", - "501100005238": "https://ror.org/02jjdbb85", - "100011223": "https://ror.org/03xtn0506", - "100015599": "https://ror.org/04fpkc108", - "501100024334": "https://ror.org/048wy7h78", - "501100005004": "https://ror.org/007xj0t96", - "501100011190": "https://ror.org/02e5hx313", - "501100011329": "https://ror.org/003v6nj12", - "100013248": "https://ror.org/03vd52t28", - "100011094": "https://ror.org/023xf2a37", - "501100002843": "https://ror.org/011rf9d86", - "501100011393": "https://ror.org/00tnqka34", - "501100008028": "https://ror.org/05fstsk68", - "501100005982": "https://ror.org/008fyn775", - "100013423": "https://ror.org/0036jb858", - "100012149": "https://ror.org/0036jb858", - "501100011184": "https://ror.org/0366c6s65", - "501100019546": "https://ror.org/03z8dnf91", - "501100011416": "https://ror.org/02a9key75", - "501100010798": "https://ror.org/04mjt7f73", - "100004378": "https://ror.org/00b5m4j81", - "100016773": "https://ror.org/00b5m4j81", - "501100001810": "https://ror.org/00en9ce74", - "501100018877": "https://ror.org/00en9ce74", - "501100004430": "https://ror.org/03rke0285", - "501100014643": "https://ror.org/03rke0285", - "100005667": "https://ror.org/053my8279", - "501100019792": "https://ror.org/03a1zvg88", - "501100003923": "https://ror.org/0539ybq07", - "501100000885": "https://ror.org/0539ybq07", - "501100009323": "https://ror.org/0539ybq07", - "501100014392": "https://ror.org/03k0z2z93", - "501100024370": "https://ror.org/01ehyh486", - "501100008982": "https://ror.org/010xaa060", - "100018755": "https://ror.org/02778hg05", - "100006447": "https://ror.org/04t2m2598", - "501100011454": "https://ror.org/00wv14x31", - "501100007085": "https://ror.org/05d2yfz11", - "501100004517": "https://ror.org/012tb2g32", - "501100004821": "https://ror.org/05d3ntb42", - "501100015058": "https://ror.org/03vn1bh77", - "501100005197": "https://ror.org/0360dkv71", - "100012810": "https://ror.org/02x5wtf56", - "501100015520": "https://ror.org/02x5wtf56", - "501100001136": "https://ror.org/0265m3333", - "501100011532": "https://ror.org/00qtv5q45", - "100019889": "https://ror.org/0512g3q82", - "100012479": "https://ror.org/0512g3q82", - "501100000243": "https://ror.org/0512g3q82", - "501100014112": "https://ror.org/00067tc54", - "501100009450": "https://ror.org/02dxm8k93", - "100031064": "https://ror.org/02pjt4q95", - "501100000270": "https://ror.org/02b5d8509", - "501100002758": "https://ror.org/02b5d8509", - "501100019151": "https://ror.org/02b5d8509", - "100017659": "https://ror.org/04jg2jk08", - "100013042": "https://ror.org/02s2kph56", - "100015521": "https://ror.org/00yt0ea73", - "501100011075": "https://ror.org/039qvmf95", - "501100009252": "https://ror.org/04ev03g22", - "100016131": "https://ror.org/04pbtsc74", - "501100004304": "https://ror.org/05pg2cw06", - "501100011605": "https://ror.org/03p0tqk33", - "501100014810": "https://ror.org/01k40cz91", - "100015763": "https://ror.org/00xsz4758", - "501100004909": "https://ror.org/041yk2d64", - "501100007184": "https://ror.org/041yk2d64", - "100001347": "https://ror.org/02ahxdd04", - "100012013": "https://ror.org/00krnv781", - "501100022244": "https://ror.org/03pzxq793", - "501100014335": "https://ror.org/04ect1284", - "501100015066": "https://ror.org/03pdbtd82", - "501100007228": "https://ror.org/05xwcq167", - "501100013859": "https://ror.org/0083c5602", - "100011471": "https://ror.org/00zvfs242", - "100012141": "https://ror.org/04nm1cv11", - "501100004418": "https://ror.org/006e5kg04", - "100016961": "https://ror.org/04gz5mr64", - "501100006328": "https://ror.org/04cwfse38", - "100013421": "https://ror.org/02cwv3a12", - "100011499": "https://ror.org/009q0jm69", - "501100022111": "https://ror.org/02cc3ss06", - "501100011234": "https://ror.org/00b67z867", - "501100019124": "https://ror.org/05bvkb649", - "100014590": "https://ror.org/03dcvs546", - "100010740": "https://ror.org/018wp0236", - "100014116": "https://ror.org/04frvgs13", - "100012678": "https://ror.org/02wjh7838", - "501100007459": "https://ror.org/052gp0981", - "100012695": "https://ror.org/0177kw895", - "100016964": "https://ror.org/00qxcft19", - "501100003751": "https://ror.org/00y6q9n79", - "100016145": "https://ror.org/00y6q9n79", - "100016658": "https://ror.org/00y6q9n79", - "100010967": "https://ror.org/01597g643", - "100007633": "https://ror.org/00pyxrd04", - "501100010725": "https://ror.org/00sef7t37", - "100017170": "https://ror.org/03g5ew477", - "100012188": "https://ror.org/05tvkct11", - "501100014166": "https://ror.org/057p7e749", - "100015326": "https://ror.org/001d55x84", - "100004337": "https://ror.org/00by1q217", - "100007013": "https://ror.org/00by1q217", - "501100008088": "https://ror.org/05rbx8m02", - "501100015724": "https://ror.org/02vzjz256", - "501100005389": "https://ror.org/00s409261", - "100004374": "https://ror.org/00grd1h17", - "100007102": "https://ror.org/00grd1h17", - "100016304": "https://ror.org/00grd1h17", - "501100000650": "https://ror.org/034vb5t35", - "100005292": "https://ror.org/04b6nzv94", - "100008552": "https://ror.org/04b6nzv94", - "100012339": "https://ror.org/05wnp0977", - "100020957": "https://ror.org/00sh68184", - "501100011284": "https://ror.org/043evzg22", - "100017342": "https://ror.org/0115fxs14", - "501100004808": "https://ror.org/04e874t64", - "501100010198": "https://ror.org/03sv46s19", - "100013113": "https://ror.org/01tm9b530", - "100012119": "https://ror.org/01cdrde68", - "501100003484": "https://ror.org/024z2rq82", - "501100000811": "https://ror.org/036dxts37", - "100010686": "https://ror.org/036dxts37", - "100012166": "https://ror.org/04hwsx993", - "501100009902": "https://ror.org/044kpcz50", - "100012671": "https://ror.org/0568g2481", - "100013429": "https://ror.org/01kn3j525", - "501100006464": "https://ror.org/001p3jz28", - "501100010606": "https://ror.org/05cebxq10", - "100013316": "https://ror.org/00ew61678", - "100007607": "https://ror.org/03gd0dm95", - "100005240": "https://ror.org/00g8hms52", - "501100009482": "https://ror.org/05jge5x64", - "100015651": "https://ror.org/01nxm2y98", - "100015931": "https://ror.org/051eysy15", - "100018158": "https://ror.org/01aqw9j77", - "100012354": "https://ror.org/04cjmvv09", - "501100006315": "https://ror.org/05dr3r825", - "501100022115": "https://ror.org/05dr3r825", - "100014560": "https://ror.org/00p7f7z86", - "100011869": "https://ror.org/00q1brk57", - "501100016139": "https://ror.org/04mb62065", - "501100014823": "https://ror.org/04mb62065", - "501100008267": "https://ror.org/04rf54t04", - "501100009889": "https://ror.org/0329bcd18", - "501100003263": "https://ror.org/043xqa828", - "501100015741": "https://ror.org/00xp1b128", - "100007246": "https://ror.org/028vrr082", - "100009870": "https://ror.org/028vrr082", - "100005150": "https://ror.org/028vrr082", - "100011088": "https://ror.org/05mz0pr34", - "100015902": "https://ror.org/00fp4q488", - "100009941": "https://ror.org/01bvxzn29", - "501100005042": "https://ror.org/03s4khd80", - "501100006587": "https://ror.org/03s4khd80", - "501100013954": "https://ror.org/05p3cb968", - "100009970": "https://ror.org/05pvqha70", - "100011502": "https://ror.org/05679z329", - "100011249": "https://ror.org/02p4far57", - "100016329": "https://ror.org/04fg9pk96", - "100012927": "https://ror.org/04qdwq068", - "100019217": "https://ror.org/00s3s5518", - "100016195": "https://ror.org/051777d98", - "100012597": "https://ror.org/02cq2e244", - "100009217": "https://ror.org/03rwgpn18", - "100006465": "https://ror.org/03rwgpn18", - "100009218": "https://ror.org/03rwgpn18", - "100014872": "https://ror.org/00wtrxf04", - "501100014754": "https://ror.org/01zy2cs03", - "100016285": "https://ror.org/046j7pv84", - "100012730": "https://ror.org/03tsg3y65", - "100017151": "https://ror.org/01wjyqy10", - "100002146": "https://ror.org/05gq3a412", - "100006354": "https://ror.org/05gq3a412", - "501100015504": "https://ror.org/01gghaa40", - "501100010217": "https://ror.org/00c746491", - "501100011033": "https://ror.org/003x0zc53", - "100012387": "https://ror.org/05jnma812", - "100011622": "https://ror.org/012qsrr25", - "501100002759": "https://ror.org/05hv77153", - "501100011049": "https://ror.org/00g1jn849", - "100008058": "https://ror.org/03thdsj80", - "100011958": "https://ror.org/0306aeb62", - "100016326": "https://ror.org/01kde4v59", - "100016136": "https://ror.org/04rswvr48", - "501100013235": "https://ror.org/0436znn81", - "100008055": "https://ror.org/03p40sz62", - "100015421": "https://ror.org/00nffqq91", - "100007065": "https://ror.org/03jdj4y14", - "100006086": "https://ror.org/02e3wq066", - "100011326": "https://ror.org/0090zs177", - "501100016293": "https://ror.org/05fp9g671", - "100007740": "https://ror.org/05g2hd893", - "100016916": "https://ror.org/058ne9w36", - "100016190": "https://ror.org/018zj6955", - "100016230": "https://ror.org/04ns7ha44", - "501100011950": "https://ror.org/03hvdbf98", - "100015250": "https://ror.org/02mtt1z51", - "100012070": "https://ror.org/00r4bna31", - "501100010344": "https://ror.org/04gww2j56", - "501100013419": "https://ror.org/01sqena74", - "100018227": "https://ror.org/02gmp5156", - "100016153": "https://ror.org/02y6dp041", - "100017147": "https://ror.org/04hh1k009", - "501100011034": "https://ror.org/00f3x4340", - "501100013865": "https://ror.org/016rf0n60", - "100013537": "https://ror.org/02avhnb77", - "501100014332": "https://ror.org/0526zh358", - "100012306": "https://ror.org/04d4pvt78", - "100011417": "https://ror.org/025ecp212", - "501100008754": "https://ror.org/041qq2t66", - "100019618": "https://ror.org/05sqppn31", - "100010968": "https://ror.org/032qgrc76", - "100019126": "https://ror.org/041kymq04", - "100016303": "https://ror.org/01f7saf07", - "100012660": "https://ror.org/05q6yhx55", - "100015427": "https://ror.org/057apef51", - "100014251": "https://ror.org/034a0rc87", - "501100016989": "https://ror.org/04vdnev70", - "501100007548": "https://ror.org/0051rme32", - "100012312": "https://ror.org/042fhmq33", - "501100014679": "https://ror.org/023a2er20", - "501100009881": "https://ror.org/05d6tb673", - "501100011068": "https://ror.org/021354321", - "100011776": "https://ror.org/04fzs4293", - "100012692": "https://ror.org/038kr2d80", - "100018011": "https://ror.org/00xzacp61", - "501100014338": "https://ror.org/0300g2m85", - "501100015648": "https://ror.org/05ehpzy81", - "501100017507": "https://ror.org/02r4fqa76", - "100012317": "https://ror.org/041repn61", - "100001200": "https://ror.org/03cn98e27", - "501100004956": "https://ror.org/04marky29", - "100018774": "https://ror.org/04marky29", - "501100018817": "https://ror.org/05dpwde09", - "501100019219": "https://ror.org/01qgn1839", - "100015269": "https://ror.org/0551gkb08", - "501100011032": "https://ror.org/05tamah23", - "501100015516": "https://ror.org/02ftfma65", - "100010119": "https://ror.org/00e45qp82", - "501100018814": "https://ror.org/01vw4c203", - "501100004246": "https://ror.org/023kaz366", - "100010886": "https://ror.org/03y8jvk69", - "501100014071": "https://ror.org/04fab7w85", - "501100006241": "https://ror.org/00235nr42", - "501100005673": "https://ror.org/00235nr42", - "100015345": "https://ror.org/036wkjd70", - "501100002418": "https://ror.org/04kn56m50", - "100004421": "https://ror.org/00ae7jd04", - "501100012358": "https://ror.org/021954z67", - "100011435": "https://ror.org/056nnzb78", - "501100011160": "https://ror.org/0009eea46", - "100013395": "https://ror.org/03x3g5467", - "100029528": "https://ror.org/03h4zjr91", - "501100008224": "https://ror.org/05syd6y78", - "501100008223": "https://ror.org/05syd6y78", - "501100019326": "https://ror.org/05t17k830", - "501100009536": "https://ror.org/032jk8892", - "100014693": "https://ror.org/033frs404", - "100009120": "https://ror.org/03tscbz39", - "100014894": "https://ror.org/031tb8x29", - "100019714": "https://ror.org/02ackr434", - "501100015509": "https://ror.org/03tmzq288", - "501100015091": "https://ror.org/02gqg2511", - "501100009648": "https://ror.org/05p70jq59", - "501100017008": "https://ror.org/033svsm10", - "100014660": "https://ror.org/00rz8kx73", - "501100005141": "https://ror.org/04fpz9t23", - "501100011016": "https://ror.org/00bv2aa44", - "100015900": "https://ror.org/02stdqb15", - "501100006507": "https://ror.org/04jhswv08", - "501100006508": "https://ror.org/04jhswv08", - "501100004837": "https://ror.org/05r0vyz12", - "100014440": "https://ror.org/05r0vyz12", - "501100017642": "https://ror.org/05r0vyz12", - "100011956": "https://ror.org/00m98kt33", - "100011889": "https://ror.org/05etxs293", - "501100007762": "https://ror.org/01vt9w950", - "100012164": "https://ror.org/05stqjz94", - "501100010604": "https://ror.org/04feqxb79", - "100014337": "https://ror.org/04vzm8988", - "100013721": "https://ror.org/05b0g2v72", - "100011405": "https://ror.org/014x5gh74", - "100011777": "https://ror.org/02ywy0q33", - "100006168": "https://ror.org/03sk1we31", - "100006128": "https://ror.org/03sk1we31", - "501100023513": "https://ror.org/0367py538", - "501100000330": "https://ror.org/01emdsc76", - "100013017": "https://ror.org/05dq2gs74", - "100006132": "https://ror.org/00mmn6b08", - "100006206": "https://ror.org/0114b2m14", - "100011054": "https://ror.org/030yxvx82", - "100013792": "https://ror.org/020fnnz65", - "100014669": "https://ror.org/0428xjm46", - "100013873": "https://ror.org/015pzp858", - "100007318": "https://ror.org/045x93337", - "100007319": "https://ror.org/045x93337", - "100000201": "https://ror.org/03v0pmy70", - "100006758": "https://ror.org/03v0pmy70", - "100007149": "https://ror.org/03v0pmy70", - "501100005910": "https://ror.org/01yj5ad85", - "501100006549": "https://ror.org/01yj5ad85", - "501100013549": "https://ror.org/01yj5ad85", - "100006147": "https://ror.org/05tj7dm33", - "100006148": "https://ror.org/05tj7dm33", - "100011423": "https://ror.org/017z1j344", - "100006119": "https://ror.org/02ayba360", - "100000016": "https://ror.org/033jnv181", - "100006728": "https://ror.org/033jnv181", - "100009157": "https://ror.org/033jnv181", - "100007262": "https://ror.org/033jnv181", - "100006666": "https://ror.org/033jnv181", - "100009337": "https://ror.org/033jnv181", - "100007238": "https://ror.org/033jnv181", - "100006704": "https://ror.org/033jnv181", - "100006642": "https://ror.org/033jnv181", - "100006632": "https://ror.org/033jnv181", - "100000102": "https://ror.org/033jnv181", - "100006662": "https://ror.org/033jnv181", - "100007305": "https://ror.org/033jnv181", - "100005821": "https://ror.org/033jnv181", - "100005226": "https://ror.org/033jnv181", - "100006609": "https://ror.org/033jnv181", - "100006706": "https://ror.org/033jnv181", - "100006307": "https://ror.org/033jnv181", - "100008614": "https://ror.org/00pvy2x95", - "100008613": "https://ror.org/00pvy2x95", - "100011890": "https://ror.org/00pvy2x95", - "100011437": "https://ror.org/02fynbf61", - "100018628": "https://ror.org/02b8e6n56", - "100019287": "https://ror.org/05kg11974", - "100006207": "https://ror.org/02n3j8t12", - "100019748": "https://ror.org/00s4mzv66", - "501100002203": "https://ror.org/01k33dw46", - "100007442": "https://ror.org/01k33dw46", - "501100000394": "https://ror.org/01k33dw46", - "100012173": "https://ror.org/018et4y07", - "100015394": "https://ror.org/018et4y07", - "501100000771": "https://ror.org/04dkv6329", - "501100000400": "https://ror.org/04dkv6329", - "100017163": "https://ror.org/00awbw743", - "100007002": "https://ror.org/038nwvj35", - "100017836": "https://ror.org/04kd9a392", - "501100011874": "https://ror.org/05m235j20", - "100006179": "https://ror.org/005jmje44", - "100006144": "https://ror.org/02z1qvq09", - "501100008485": "https://ror.org/011cav305", - "100006118": "https://ror.org/03bx63127", - "100006138": "https://ror.org/00km40770", - "100006180": "https://ror.org/00km40770", - "100006397": "https://ror.org/01khhjy85", - "501100009823": "https://ror.org/011dagb24", - "100012481": "https://ror.org/0125wpx05", - "100006120": "https://ror.org/03ery9d53", - "100013411": "https://ror.org/04qvgb234", - "100011554": "https://ror.org/00p2m7w82", - "100013742": "https://ror.org/00xfkzq83", - "501100007912": "https://ror.org/02wa0fq92", - "100007622": "https://ror.org/02wa0fq92", - "100007621": "https://ror.org/02wa0fq92", - "100007469": "https://ror.org/02wa0fq92", - "501100000937": "https://ror.org/02wa0fq92", - "100011783": "https://ror.org/030jvtg87", - "501100011877": "https://ror.org/03e51yr27", - "100012355": "https://ror.org/03cggs816", - "100019697": "https://ror.org/00pn44t17", - "100006182": "https://ror.org/00ppxvb66", - "501100021777": "https://ror.org/019phe233", - "100006208": "https://ror.org/035m6g344", - "501100004218": "https://ror.org/00nc7q809", - "100006133": "https://ror.org/03q1rgc19", - "100006200": "https://ror.org/0054t4769", - "100011424": "https://ror.org/0545xqn50", - "100006209": "https://ror.org/02atag894", - "100006703": "https://ror.org/04ky51q37", - "501100012091": "https://ror.org/00j9bjx58", - "100006187": "https://ror.org/01edzc976", - "100006192": "https://ror.org/0012c7r22", - "100008966": "https://ror.org/00fna1f74", - "100006151": "https://ror.org/05mg91w61", - "100017535": "https://ror.org/05mg91w61", - "100013055": "https://ror.org/05mg91w61", - "100009502": "https://ror.org/04xk4ep23", - "501100003288": "https://ror.org/00xdg8m59", - "100006165": "https://ror.org/01c9ay627", - "100006172": "https://ror.org/044xyx374", - "501100009516": "https://ror.org/001z21q04", - "100006171": "https://ror.org/04s778r16", - "100000942": "https://ror.org/003yb7p17", - "100004346": "https://ror.org/003yb7p17", - "100005622": "https://ror.org/059qgvg50", - "100017865": "https://ror.org/041g4v832", - "501100004902": "https://ror.org/05tensj89", - "100015444": "https://ror.org/01skzfp69", - "501100016364": "https://ror.org/00tncsy16", - "100000140": "https://ror.org/02xfw2e90", - "100015165": "https://ror.org/02xfw2e90", - "100006143": "https://ror.org/04nnxen11", - "100017288": "https://ror.org/03r81z761", - "100010190": "https://ror.org/02rdkx920", - "100010459": "https://ror.org/02rdkx920", - "100010194": "https://ror.org/02rdkx920", - "100010185": "https://ror.org/02rdkx920", - "100014819": "https://ror.org/02rdkx920", - "501100020629": "https://ror.org/010s7yy66", - "100019775": "https://ror.org/01qkmtm61", - "501100019904": "https://ror.org/012gedv51", - "501100005799": "https://ror.org/00se2k293", - "501100018816": "https://ror.org/00aqh0734", - "100012535": "https://ror.org/0545we460", - "100001320": "https://ror.org/0499dwk57", - "100006398": "https://ror.org/0499dwk57", - "100006210": "https://ror.org/05msy3529", - "501100004721": "https://ror.org/057zh3y96", - "501100008337": "https://ror.org/055jvqb21", - "501100006002": "https://ror.org/01dvabv26", - "100014072": "https://ror.org/03wmx8367", - "501100005101": "https://ror.org/02c21vy68", - "100019303": "https://ror.org/00sefv038", - "100008502": "https://ror.org/02awzbn54", - "501100009433": "https://ror.org/033qpss18", - "501100001038": "https://ror.org/04yvxvx65", - "501100014051": "https://ror.org/04yvxvx65", - "100004676": "https://ror.org/01s9db082", - "100008500": "https://ror.org/035gt5s03", - "501100015394": "https://ror.org/01w1ehb86", - "100011095": "https://ror.org/02h9td068", - "501100015068": "https://ror.org/030eybx10", - "100005997": "https://ror.org/01xnsst08", - "100015314": "https://ror.org/01xnsst08", - "100013947": "https://ror.org/05sg7zj64", - "100018374": "https://ror.org/004gfgx38", - "100019451": "https://ror.org/02p6wqg36", - "501100011736": "https://ror.org/04sed8n13", - "501100005239": "https://ror.org/011gh0524", - "100008199": "https://ror.org/052tfza37", - "100005563": "https://ror.org/052tfza37", - "501100004715": "https://ror.org/05ddrvt52", - "501100008812": "https://ror.org/05ddrvt52", - "100009067": "https://ror.org/02gp92p70", - "501100006702": "https://ror.org/0198v2949", - "100008171": "https://ror.org/03mhcky17", - "501100005007": "https://ror.org/038a1tp19", - "100006641": "https://ror.org/02dg0pv02", - "501100008785": "https://ror.org/04dndfk38", - "501100010695": "https://ror.org/00v29jp57", - "501100010677": "https://ror.org/04wm52x94", - "501100011259": "https://ror.org/03pcw1780", - "100011238": "https://ror.org/00r8cxf78", - "501100020653": "https://ror.org/0118thf61", - "501100006667": "https://ror.org/01c0q4919", - "100013110": "https://ror.org/02aj13c28", - "100012728": "https://ror.org/03v6m3209", - "501100004717": "https://ror.org/03t0a5k13", - "100007923": "https://ror.org/01e4byj08", - "501100000006": "https://ror.org/03azg3670", - "100015624": "https://ror.org/012cvds63", - "501100008391": "https://ror.org/0592v9m14", - "100005921": "https://ror.org/012prxm53", - "501100003542": "https://ror.org/01hc18p32", - "100004738": "https://ror.org/01ekk8h85", - "100015290": "https://ror.org/02y5sbr94", - "100010551": "https://ror.org/00r4vsg44", - "501100010325": "https://ror.org/057ecva72", - "100020624": "https://ror.org/0348b7w72", - "501100016375": "https://ror.org/05px6z163", - "100018139": "https://ror.org/01x8j4206", - "501100010763": "https://ror.org/038b4c997", - "100012351": "https://ror.org/04r0wrp59", - "501100007175": "https://ror.org/00x9ewr78", - "501100015386": "https://ror.org/0104rcc94", - "501100007747": "https://ror.org/00dgcm453", - "501100008433": "https://ror.org/038tahs86", - "501100010774": "https://ror.org/038tahs86", - "100015120": "https://ror.org/02kjy3s76", - "501100011091": "https://ror.org/01rwa8h06", - "501100009056": "https://ror.org/049bc0z69", - "100017391": "https://ror.org/02h1jtt91", - "501100008673": "https://ror.org/017cjzj15", - "501100021214": "https://ror.org/01rvhet58", - "100018434": "https://ror.org/007gerq75", - "501100010795": "https://ror.org/03a7m8962", - "501100008952": "https://ror.org/05ycwtk34", - "100015650": "https://ror.org/01qpswk97", - "501100000165": "https://ror.org/04374qe70", - "501100007727": "https://ror.org/021z9m619", - "501100015170": "https://ror.org/021z9m619", - "501100013905": "https://ror.org/010gha940", - "501100009477": "https://ror.org/01614jm39", - "100006358": "https://ror.org/03s65by71", - "100006440": "https://ror.org/03s65by71", - "501100012107": "https://ror.org/03vsc0s28", - "100010945": "https://ror.org/00d9ah105", - "501100014911": "https://ror.org/00r7raa16", - "501100021794": "https://ror.org/005f4y685", - "501100008664": "https://ror.org/00krdxg91", - "100014553": "https://ror.org/04axnyp10", - "501100004360": "https://ror.org/02yy8x990", - "501100005118": "https://ror.org/05nf86y53", - "501100005120": "https://ror.org/05nf86y53", - "501100005119": "https://ror.org/05nf86y53", - "501100011072": "https://ror.org/04mvx3d75", - "100002585": "https://ror.org/00490n048", - "501100021692": "https://ror.org/050qe2074", - "100018371": "https://ror.org/05tqdk852", - "501100011421": "https://ror.org/02q1v5910", - "501100008758": "https://ror.org/01y25zv73", - "100015668": "https://ror.org/031mgma31", - "501100008915": "https://ror.org/024ws6f80", - "501100009392": "https://ror.org/02k949197", - "100030448": "https://ror.org/05wkbzn97", - "501100024833": "https://ror.org/05qajvd42", - "501100019733": "https://ror.org/02b7jh107", - "501100014364": "https://ror.org/00gjmje40", - "501100012019": "https://ror.org/05kpz5d89", - "501100011746": "https://ror.org/04yanv433", - "501100008398": "https://ror.org/01h0ycp25", - "501100006730": "https://ror.org/00dh5gw98", - "501100003766": "https://ror.org/00dh5gw98", - "501100011923": "https://ror.org/005914142", - "100018453": "https://ror.org/047wbd030", - "100012832": "https://ror.org/03ge26363", - "501100010789": "https://ror.org/03mnxvp33", - "100019266": "https://ror.org/03g98ap29", - "100007461": "https://ror.org/03eere626", - "501100009510": "https://ror.org/03z0nnr82", - "100015471": "https://ror.org/03eh6fk59", - "501100010697": "https://ror.org/0349bbg69", - "100014811": "https://ror.org/035qedt02", - "100020472": "https://ror.org/035qedt02", - "501100014784": "https://ror.org/03mc0m715", - "100007484": "https://ror.org/006pyvd89", - "501100007410": "https://ror.org/04hsa7a08", - "501100003198": "https://ror.org/029m96t80", - "100007643": "https://ror.org/029m96t80", - "501100011004": "https://ror.org/029m96t80", - "501100001191": "https://ror.org/05sz45x40", - "501100004857": "https://ror.org/04ze6rb18", - "501100004483": "https://ror.org/01npab275", - "100006459": "https://ror.org/00412ts95", - "501100003010": "https://ror.org/02eaafc18", - "501100006387": "https://ror.org/004h88r69", - "501100020088": "https://ror.org/03dy4eg44", - "501100003837": "https://ror.org/043s0fn12", - "501100008880": "https://ror.org/043s0fn12", - "501100019965": "https://ror.org/05jyzx602", - "100013716": "https://ror.org/04z0np064", - "501100011630": "https://ror.org/052pnfc88", - "501100015778": "https://ror.org/02gv1gw80", - "100014131": "https://ror.org/04cpxjv19", - "100005260": "https://ror.org/00f5trr09", - "100014724": "https://ror.org/01me7wg25", - "100014725": "https://ror.org/01txfgz53", - "501100020531": "https://ror.org/01ngpvg12", - "501100014083": "https://ror.org/02rvv6x76", - "501100004338": "https://ror.org/044fxjq88", - "501100007329": "https://ror.org/00jb9vg53", - "501100011583": "https://ror.org/047p7mf25", - "501100011569": "https://ror.org/01pf7nz88", - "501100018951": "https://ror.org/00q8h6763", - "501100004520": "https://ror.org/0112mx960", - "100021633": "https://ror.org/012ba0982", - "501100008086": "https://ror.org/02aj0kh94", - "501100000646": "https://ror.org/02m7axw05", - "501100005772": "https://ror.org/025b4c754", - "100017850": "https://ror.org/059be4e97", - "501100008935": "https://ror.org/02k9vew78", - "501100019121": "https://ror.org/0438wbg98", - "501100007856": "https://ror.org/040hwdc70", - "501100008335": "https://ror.org/01b266018", - "501100007524": "https://ror.org/01wep6g48", - "501100016172": "https://ror.org/04eqvyq94", - "501100007951": "https://ror.org/051k3eh31", - "501100012654": "https://ror.org/034zk5h49", - "501100005905": "https://ror.org/012jstb87", - "501100003323": "https://ror.org/01kv58h76", - "501100007202": "https://ror.org/052dp8730", - "100018417": "https://ror.org/055pd2p26", - "100007562": "https://ror.org/03qvqb743", - "501100000703": "https://ror.org/05w6qh410", - "501100000293": "https://ror.org/05w6qh410", - "501100020172": "https://ror.org/05w6qh410", - "501100001672": "https://ror.org/03t3h1s86", - "501100002944": "https://ror.org/00sxj6k90", - "100020969": "https://ror.org/04mfmy854", - "501100004685": "https://ror.org/01fh86n78", - "501100005736": "https://ror.org/02n7qrg46", - "100013106": "https://ror.org/019kqby73", - "100013159": "https://ror.org/04qa2gd95", - "100000161": "https://ror.org/05xpvk416", - "501100019164": "https://ror.org/014hxhm89", - "100010216": "https://ror.org/04bnxa153", - "100010219": "https://ror.org/04bnxa153", - "501100005626": "https://ror.org/01eezs655", - "501100003023": "https://ror.org/04xp49e10", - "100008721": "https://ror.org/04mczx267", - "100016592": "https://ror.org/02gdcg342", - "501100013944": "https://ror.org/00yphhr71", - "100012068": "https://ror.org/03w4jzj90", - "100007393": "https://ror.org/0162y2387", - "501100004923": "https://ror.org/0162y2387", - "100013465": "https://ror.org/0162y2387", - "501100008975": "https://ror.org/03e10x626", - "501100011873": "https://ror.org/01p6gzq21", - "501100009406": "https://ror.org/05c1qsg97", - "501100008002": "https://ror.org/04htzww22", - "501100014809": "https://ror.org/048k52v18", - "100014726": "https://ror.org/04wzf4f82", - "501100011862": "https://ror.org/05nex2951", - "501100005413": "https://ror.org/0220k9r37", - "100008543": "https://ror.org/05qt8tf94", - "501100012620": "https://ror.org/04g2vpn86", - "501100011061": "https://ror.org/04tqhj682", - "501100003135": "https://ror.org/05ebnp485", - "501100015271": "https://ror.org/020frhs78", - "100000180": "https://ror.org/00jyr0d86", - "100008287": "https://ror.org/00jyr0d86", - "100006467": "https://ror.org/00jyr0d86", - "501100021078": "https://ror.org/046nvst19", - "100006505": "https://ror.org/027mhn368", - "501100010066": "https://ror.org/02zas6g74", - "501100006488": "https://ror.org/01x3gbx83", - "501100020614": "https://ror.org/056mt4481", - "100014050": "https://ror.org/003mzyg61", - "100009935": "https://ror.org/05rnj8444", - "501100016217": "https://ror.org/04dpm2z73", - "501100010117": "https://ror.org/00drqbm04", - "100003141": "https://ror.org/02nz6zk20", - "501100013042": "https://ror.org/01rcjd521", - "100014300": "https://ror.org/016df9e78", - "100011302": "https://ror.org/03g60bf21", - "100011946": "https://ror.org/03vb88585", - "100013934": "https://ror.org/01r8ww931", - "501100009752": "https://ror.org/046p5eg67", - "100003204": "https://ror.org/04h1tgj82", - "100015341": "https://ror.org/04h1tgj82", - "501100018792": "https://ror.org/00twdhr48", - "501100013489": "https://ror.org/051635438", - "501100021520": "https://ror.org/00cs28a13", - "100015639": "https://ror.org/00cs79398", - "100018160": "https://ror.org/04w66ad08", - "501100008230": "https://ror.org/00zhs8v21", - "100004336": "https://ror.org/02f9zrr09", - "100008273": "https://ror.org/02f9zrr09", - "100004416": "https://ror.org/02f9zrr09", - "501100004784": "https://ror.org/02f9zrr09", - "100003055": "https://ror.org/0018tj392", - "100013953": "https://ror.org/0018tj392", - "100013866": "https://ror.org/05c602238", - "501100023324": "https://ror.org/05gtjpd57", - "100008046": "https://ror.org/01q3rcc14", - "100003013": "https://ror.org/01q3rcc14", - "100002257": "https://ror.org/037kxc307", - "100005086": "https://ror.org/02vwv4x74", - "100009932": "https://ror.org/02vwv4x74", - "501100006380": "https://ror.org/057ff4y42", - "100005291": "https://ror.org/012mse022", - "100003225": "https://ror.org/020m4fx82", - "501100009405": "https://ror.org/05dfqh778", - "501100009468": "https://ror.org/01wjxf448", - "501100006364": "https://ror.org/03m8vkq32", - "100003005": "https://ror.org/0160ba067", - "501100011879": "https://ror.org/035gq6r08", - "501100005601": "https://ror.org/01r22mr83", - "501100005602": "https://ror.org/01r22mr83", - "100020405": "https://ror.org/00m090414", - "501100019917": "https://ror.org/01ndqne76", - "501100004119": "https://ror.org/02yd1yr68", - "100016206": "https://ror.org/04kpwcf85", - "100012921": "https://ror.org/01hxy9878", - "100015570": "https://ror.org/05r7z1k40", - "501100004172": "https://ror.org/04nqdwb39", - "100013878": "https://ror.org/01ty7bz40", - "100013923": "https://ror.org/024kdkj87", - "100007780": "https://ror.org/04dese585", - "100008044": "https://ror.org/04dese585", - "100007871": "https://ror.org/04dese585", - "100016893": "https://ror.org/050ra0n32", - "501100011629": "https://ror.org/04jbt2p93", - "100004949": "https://ror.org/009445d52", - "501100013127": "https://ror.org/05pdhes44", - "501100009753": "https://ror.org/01c98q459", - "501100009547": "https://ror.org/0171wr661", - "501100012630": "https://ror.org/05q5mgf13", - "100014180": "https://ror.org/05jkzmq27", - "100014475": "https://ror.org/02x2d4k59", - "501100007411": "https://ror.org/053rhfn23", - "100015736": "https://ror.org/01xjctg43", - "501100006459": "https://ror.org/033c46s90", - "100004880": "https://ror.org/05tqpe068", - "100002376": "https://ror.org/04x361v68", - "100016901": "https://ror.org/00v416254", - "100009518": "https://ror.org/00kqccw49", - "501100002955": "https://ror.org/00qa63322", - "501100013775": "https://ror.org/01wsc1g26", - "501100008211": "https://ror.org/03egfjv78", - "100003491": "https://ror.org/024hqb733", - "100015400": "https://ror.org/01mdyh744", - "100014522": "https://ror.org/02k4h0334", - "501100000617": "https://ror.org/02vtmh618", - "501100020171": "https://ror.org/02vtmh618", - "100015257": "https://ror.org/04t5xt781", - "100014274": "https://ror.org/01fjvrm82", - "100002264": "https://ror.org/04mz2k452", - "501100006727": "https://ror.org/04a6mjk91", - "100019264": "https://ror.org/04znxe670", - "100010113": "https://ror.org/02e6tmy71", - "100003518": "https://ror.org/03ccs9d57", - "501100007628": "https://ror.org/03tg3eb07", - "100019412": "https://ror.org/03tg3eb07", - "100019080": "https://ror.org/01xc5jm57", - "100014246": "https://ror.org/00xdgaz28", - "501100016074": "https://ror.org/01dq3qq95", - "100004225": "https://ror.org/02gpbfd77", - "501100013826": "https://ror.org/04rz0sq59", - "100015280": "https://ror.org/01cqgcv21", - "501100020443": "https://ror.org/05p8d2v16", - "501100004329": "https://ror.org/059bp8k51", - "100017605": "https://ror.org/04eeyfe07", - "501100004501": "https://ror.org/04f1eek20", - "100004890": "https://ror.org/05nw4bs65", - "501100008552": "https://ror.org/04cn7g698", - "501100005851": "https://ror.org/034m2b326", - "501100005852": "https://ror.org/034m2b326", - "501100005422": "https://ror.org/034m2b326", - "501100007427": "https://ror.org/034m2b326", - "501100010679": "https://ror.org/00wqczk30", - "100020512": "https://ror.org/01pe3t004", - "100008686": "https://ror.org/05ba43f71", - "501100008355": "https://ror.org/036qbj650", - "100003134": "https://ror.org/015hnv758", - "501100005683": "https://ror.org/02kpeqv85", - "501100007695": "https://ror.org/02kpeqv85", - "501100004094": "https://ror.org/02kpeqv85", - "501100006086": "https://ror.org/02kpeqv85", - "501100002917": "https://ror.org/02kpeqv85", - "100016926": "https://ror.org/02kpeqv85", - "501100013226": "https://ror.org/02kpeqv85", - "100003877": "https://ror.org/02jjxqt79", - "100013412": "https://ror.org/01dn3gk89", - "501100003750": "https://ror.org/015yand93", - "501100003387": "https://ror.org/05bea9918", - "100003698": "https://ror.org/005wz0e45", - "100001955": "https://ror.org/04e9t3w40", - "501100010192": "https://ror.org/02y802x14", - "100002557": "https://ror.org/03afwf105", - "100014673": "https://ror.org/0033f4j54", - "501100015613": "https://ror.org/02ppyfa04", - "501100004588": "https://ror.org/051v7w268", - "501100006537": "https://ror.org/04wtce741", - "501100008800": "https://ror.org/005tvz367", - "501100005325": "https://ror.org/00v0ean07", - "501100005326": "https://ror.org/00v0ean07", - "100008547": "https://ror.org/030e1gk87", - "100014294": "https://ror.org/048t5xm56", - "501100005306": "https://ror.org/04y7h3604", - "501100004174": "https://ror.org/02xqgcz97", - "100015696": "https://ror.org/054962n91", - "100000103": "https://ror.org/02vdm1p28", - "100013929": "https://ror.org/037er0m96", - "501100022088": "https://ror.org/00ve48a86", - "100009161": "https://ror.org/04d9hcc21", - "100002621": "https://ror.org/04d9hcc21", - "100002190": "https://ror.org/032m0qa86", - "501100007207": "https://ror.org/029xh1r47", - "100003463": "https://ror.org/056rync30", - "100008407": "https://ror.org/056rync30", - "100013277": "https://ror.org/007jd4588", - "501100006367": "https://ror.org/0452y0518", - "501100008436": "https://ror.org/01fe0jt45", - "100004967": "https://ror.org/00h43mz31", - "100014990": "https://ror.org/02ke25a78", - "100023043": "https://ror.org/04x1xkh65", - "501100009624": "https://ror.org/00tfaab58", - "501100000278": "https://ror.org/05rf29967", - "501100002992": "https://ror.org/05rf29967", - "501100007210": "https://ror.org/04xfq0f34", - "501100009398": "https://ror.org/04xfq0f34", - "501100013340": "https://ror.org/05k9skc85", - "501100013409": "https://ror.org/05x7bg352", - "501100004070": "https://ror.org/05hffr360", - "501100016221": "https://ror.org/0558j5q12", - "501100023300": "https://ror.org/04pwyer06", - "100018005": "https://ror.org/037p13h95", - "100019899": "https://ror.org/05g3p2p60", - "100002971": "https://ror.org/04aeaje24", - "501100016258": "https://ror.org/027331q77", - "100015766": "https://ror.org/04hxnp039", - "100003419": "https://ror.org/02hewtj70", - "100009112": "https://ror.org/01vx64p53", - "100010897": "https://ror.org/009twqt47", - "100015311": "https://ror.org/053gv2m95", - "501100005790": "https://ror.org/002yp7f20", - "501100005791": "https://ror.org/002yp7f20", - "501100010233": "https://ror.org/032jsmy36", - "100016973": "https://ror.org/00b9dvn87", - "100009789": "https://ror.org/00390t168", - "501100014418": "https://ror.org/04waf7p94", - "100012774": "https://ror.org/00daj4111", - "501100002996": "https://ror.org/05nxhgm70", - "501100007850": "https://ror.org/020ws7586", - "501100004960": "https://ror.org/0079gpv38", - "100016154": "https://ror.org/04ezxnp02", - "100013486": "https://ror.org/04ezxnp02", - "501100021825": "https://ror.org/04xrcta15", - "100000875": "https://ror.org/02xhk2825", - "501100012551": "https://ror.org/055t1w920", - "501100009985": "https://ror.org/04s5p1a35", - "501100007153": "https://ror.org/002epp671", - "100030714": "https://ror.org/00ctmtz16", - "501100012162": "https://ror.org/01996tc28", - "100008931": "https://ror.org/03vtskf62", - "501100006555": "https://ror.org/027defw95", - "100019516": "https://ror.org/05pqx1c24", - "100019133": "https://ror.org/02g07ds81", - "100007493": "https://ror.org/02ttsq026", - "100008618": "https://ror.org/02ttsq026", - "100006015": "https://ror.org/02ttsq026", - "100005573": "https://ror.org/02ttsq026", - "100006473": "https://ror.org/02ttsq026", - "100007494": "https://ror.org/02ttsq026", - "100013186": "https://ror.org/02ttsq026", - "501100018568": "https://ror.org/04z8qxc46", - "501100021254": "https://ror.org/01z25am55", - "501100014395": "https://ror.org/01h2vtb84", - "100015067": "https://ror.org/052msxy68", - "501100011855": "https://ror.org/04q58ph11", - "100006024": "https://ror.org/01j7nq853", - "100012574": "https://ror.org/01j7nq853", - "501100004561": "https://ror.org/03pj6ge82", - "501100004801": "https://ror.org/00xc87681", - "501100004802": "https://ror.org/00xc87681", - "501100003959": "https://ror.org/00g8rx069", - "501100006599": "https://ror.org/00g8rx069", - "501100011568": "https://ror.org/00g8rx069", - "501100010963": "https://ror.org/05rhyza23", - "501100005714": "https://ror.org/05n911h24", - "501100003072": "https://ror.org/05n911h24", - "100000126": "https://ror.org/032241511", - "501100019834": "https://ror.org/02jhjzd11", - "501100002345": "https://ror.org/03a1kwz48", - "501100002346": "https://ror.org/03a1kwz48", - "501100009397": "https://ror.org/03a1kwz48", - "100008261": "https://ror.org/00wmhkr98", - "100008262": "https://ror.org/00wmhkr98", - "100024686": "https://ror.org/038dc7m35", - "100018435": "https://ror.org/053yszt22", - "100022435": "https://ror.org/05w630g93", - "100029271": "https://ror.org/055rbnx68", - "501100005619": "https://ror.org/00fxxw604", - "100008769": "https://ror.org/0502afh35", - "501100012699": "https://ror.org/04nxkaq16", - "100000030": "https://ror.org/042twtr12", - "100009938": "https://ror.org/04w7skc03", - "100009939": "https://ror.org/04w7skc03", - "501100002856": "https://ror.org/03v8tnc06", - "501100005237": "https://ror.org/03v8tnc06", - "100019963": "https://ror.org/02ygzhr13", - "100010437": "https://ror.org/01b40r146", - "100008524": "https://ror.org/0078xmk34", - "100008525": "https://ror.org/0078xmk34", - "501100010792": "https://ror.org/02xz6bf62", - "100004722": "https://ror.org/016vzmc05", - "100020330": "https://ror.org/016vzmc05", - "100017245": "https://ror.org/05v1amx46", - "100007257": "https://ror.org/032h87485", - "100028487": "https://ror.org/05h3y2073", - "501100004848": "https://ror.org/03efxn362", - "100017299": "https://ror.org/02jb98t16", - "100004370": "https://ror.org/05ykp4255", - "501100003054": "https://ror.org/038483r84", - "100012714": "https://ror.org/01fp50e73", - "501100004869": "https://ror.org/00pd74e08", - "501100004870": "https://ror.org/00pd74e08", - "100023460": "https://ror.org/02hv38g57", - "100027678": "https://ror.org/03qj7sq78", - "100006526": "https://ror.org/02ggwpx62", - "501100022853": "https://ror.org/02zj7b759", - "100011350": "https://ror.org/01xc2fv34", - "100006233": "https://ror.org/036266993", - "100024491": "https://ror.org/04gsj9h69", - "100005132": "https://ror.org/03b8cwr11", - "100006088": "https://ror.org/04vmke174", - "501100007544": "https://ror.org/0191b3351", - "501100023251": "https://ror.org/0191b3351", - "501100019702": "https://ror.org/05jk8e518", - "100016193": "https://ror.org/03wmf1y16", - "100014450": "https://ror.org/03wmf1y16", - "100001300": "https://ror.org/052gyqs21", - "100021771": "https://ror.org/00fjt5570", - "100012094": "https://ror.org/01gdw7p94", - "100010175": "https://ror.org/054spjc55", - "100010499": "https://ror.org/054spjc55", - "100016279": "https://ror.org/01qwmf693", - "100010843": "https://ror.org/05ed0n793", - "100011537": "https://ror.org/05ed0n793", - "501100023476": "https://ror.org/05vzw3663", - "100018604": "https://ror.org/01jeee804", - "100010861": "https://ror.org/01x3z9745", - "100009476": "https://ror.org/057trrr89", - "501100022432": "https://ror.org/03cmntr54", - "100018498": "https://ror.org/04p5baq95", - "501100008182": "https://ror.org/04jrf3m62", - "501100007555": "https://ror.org/04jrf3m62", - "501100000370": "https://ror.org/04jrf3m62", - "100011844": "https://ror.org/04jrf3m62", - "100007396": "https://ror.org/00xmwgm53", - "100016982": "https://ror.org/00xy44n04", - "100018516": "https://ror.org/058v0cd57", - "501100003123": "https://ror.org/0261b7b91", - "100013115": "https://ror.org/05cshtm26", - "501100001276": "https://ror.org/0537aj111", - "100011700": "https://ror.org/0537aj111", - "100021075": "https://ror.org/03sr1zw68", - "501100007903": "https://ror.org/0055acf80", - "501100000651": "https://ror.org/0055acf80", - "100009378": "https://ror.org/0055acf80", - "501100015570": "https://ror.org/0055acf80", - "501100000328": "https://ror.org/0055acf80", - "501100023916": "https://ror.org/00b1zwh50", - "100010695": "https://ror.org/05y5zrm38", - "100010694": "https://ror.org/05y5zrm38", - "501100023939": "https://ror.org/01qv3m779", - "501100024396": "https://ror.org/04qj6xg77", - "100019497": "https://ror.org/03yacj906", - "100017232": "https://ror.org/007kf5222", - "501100004876": "https://ror.org/018hjpz25", - "501100018836": "https://ror.org/018hjpz25", - "501100018891": "https://ror.org/05kyy7d06", - "100017167": "https://ror.org/0015qa126", - "501100010459": "https://ror.org/04mjzst24", - "501100002926": "https://ror.org/04v54gj93", - "501100005184": "https://ror.org/02gh4kt33", - "100016337": "https://ror.org/0161w0r98", - "100012917": "https://ror.org/0161w0r98", - "100011749": "https://ror.org/00g1d7b60", - "100015490": "https://ror.org/05bp8tz46", - "100010966": "https://ror.org/00g7a7c91", - "501100008529": "https://ror.org/01hjzeq58", - "501100003790": "https://ror.org/03t78wx29", - "100001282": "https://ror.org/05hg41718", - "100013401": "https://ror.org/05hg41718", - "100014008": "https://ror.org/05hg41718", - "100015277": "https://ror.org/024tgbv41", - "501100000349": "https://ror.org/00bxmqe50", - "100012373": "https://ror.org/00bxmqe50", - "501100013260": "https://ror.org/008td3p62", - "501100003521": "https://ror.org/03z942k20", - "100007716": "https://ror.org/03ym4q031", - "501100024273": "https://ror.org/048bmqg23", - "501100002322": "https://ror.org/00x0ma614", - "100006597": "https://ror.org/05g3dte14", - "501100022585": "https://ror.org/002q11y83", - "501100000844": "https://ror.org/03wd9za21", - "501100017263": "https://ror.org/03vd8y618", - "100017412": "https://ror.org/048vrgr14", - "100010960": "https://ror.org/00tdmgj61", - "501100010655": "https://ror.org/01p7qe739", - "501100005026": "https://ror.org/01h3dr788", - "501100013845": "https://ror.org/01h3dr788", - "100007259": "https://ror.org/05qghxh33", - "100009115": "https://ror.org/05qghxh33", - "100006802": "https://ror.org/05qghxh33", - "501100014824": "https://ror.org/0232f6165", - "100006818": "https://ror.org/037cnag11", - "100006000": "https://ror.org/037cnag11", - "100005576": "https://ror.org/037cnag11", - "501100012317": "https://ror.org/03r9qc142", - "501100012621": "https://ror.org/03r9qc142", - "501100004335": "https://ror.org/04d996474", - "501100007506": "https://ror.org/01m296r74", - "100015544": "https://ror.org/01qz4yx77", - "501100018955": "https://ror.org/035f5f914", - "100014249": "https://ror.org/03ab8zv57", - "501100021781": "https://ror.org/029r1ks56", - "100007288": "https://ror.org/033zmj163", - "501100024088": "https://ror.org/02za3fg58", - "100014621": "https://ror.org/02047t867", - "100017411": "https://ror.org/02047t867", - "501100015092": "https://ror.org/039zedc16", - "100012912": "https://ror.org/025zmdz23", - "100013842": "https://ror.org/025zmdz23", - "100012356": "https://ror.org/010mf0m52", - "100014789": "https://ror.org/01vtcwd37", - "501100010062": "https://ror.org/03vkfy293", - "501100010597": "https://ror.org/0402pty94", - "100015909": "https://ror.org/04q5r0746", - "501100007222": "https://ror.org/05gsrh908", - "501100012025": "https://ror.org/03myan165", - "100013491": "https://ror.org/02ymav706", - "501100020549": "https://ror.org/01cmnjq37", - "100012073": "https://ror.org/043w3h917", - "501100000932": "https://ror.org/000dfsq72", - "100013991": "https://ror.org/01tx6pn92", - "100014628": "https://ror.org/04achg568", - "100010963": "https://ror.org/017a2yz34", - "501100006021": "https://ror.org/04wsqd844", - "501100024397": "https://ror.org/05jpzcy63", - "501100009494": "https://ror.org/05fpsjc82", - "100007260": "https://ror.org/03j3dv688", - "100010893": "https://ror.org/05p330p21", - "501100023963": "https://ror.org/05hz48k23", - "100004320": "https://ror.org/02p2bgp27", - "100012267": "https://ror.org/003ex4g35", - "100014549": "https://ror.org/014qe3j22", - "501100023881": "https://ror.org/01vnt7q67", - "501100010559": "https://ror.org/03g1fnq23", - "501100008168": "https://ror.org/038zhf168", - "100011708": "https://ror.org/038zhf168", - "100015398": "https://ror.org/038zhf168", - "501100009789": "https://ror.org/00mskh452", - "501100009733": "https://ror.org/00mskh452", - "501100000840": "https://ror.org/000twr676", - "100014966": "https://ror.org/000twr676", - "501100001101": "https://ror.org/05nne8c43", - "501100002122": "https://ror.org/05nne8c43", - "100010959": "https://ror.org/0001a2m26", - "100008448": "https://ror.org/02bctrh07", - "100008256": "https://ror.org/05kxbz959", - "501100015697": "https://ror.org/05kxbz959", - "501100015822": "https://ror.org/00gtjrz72", - "501100013427": "https://ror.org/03s13vb04", - "501100022665": "https://ror.org/042gs1a72", - "100021073": "https://ror.org/01djcs087", - "501100001524": "https://ror.org/041brh707", - "100016016": "https://ror.org/01e11zd27", - "501100005307": "https://ror.org/04jpfrv51", - "501100002930": "https://ror.org/01tf11a61", - "100020618": "https://ror.org/0234wmv40", - "100015289": "https://ror.org/04sqpc563", - "501100000871": "https://ror.org/00yh11w37", - "100016187": "https://ror.org/00yh11w37", - "100011027": "https://ror.org/02ykxax89", - "100012882": "https://ror.org/01tjwm845", - "100006285": "https://ror.org/0473rr271", - "100011480": "https://ror.org/013hjnc74", - "100015875": "https://ror.org/013hjnc74", - "100006594": "https://ror.org/02pjdv450", - "100012310": "https://ror.org/02pjdv450", - "100011092": "https://ror.org/04wedba92", - "100013731": "https://ror.org/04wedba92", - "100013501": "https://ror.org/03z2x5890", - "100013933": "https://ror.org/03z2x5890", - "501100021155": "https://ror.org/05j96kg65", - "100007199": "https://ror.org/02d5zdh33", - "501100022030": "https://ror.org/03p3e4237", - "100005775": "https://ror.org/031m8s392", - "501100002381": "https://ror.org/02egcpy68", - "501100000647": "https://ror.org/03qhewz33", - "100016580": "https://ror.org/03qhewz33", - "501100021708": "https://ror.org/0067dvq63", - "501100023921": "https://ror.org/04jzps455", - "100012280": "https://ror.org/05g16vg65", - "501100013295": "https://ror.org/00cfam450", - "501100013294": "https://ror.org/00cfam450", - "100006531": "https://ror.org/00scwqd12", - "100011535": "https://ror.org/00scwqd12", - "100031438": "https://ror.org/05fwzbv61", - "501100023964": "https://ror.org/01411sx56", - "100019076": "https://ror.org/02cwzx487", - "501100024093": "https://ror.org/057skhv53", - "501100004397": "https://ror.org/03rn0z073", - "501100007261": "https://ror.org/03rn0z073", - "501100019552": "https://ror.org/048eqtw54", - "100015493": "https://ror.org/023z8b445", - "501100004823": "https://ror.org/04chrp450", - "501100005702": "https://ror.org/04chrp450", - "100010958": "https://ror.org/01fw8ag12", - "100008760": "https://ror.org/04gcfqs37", - "100016996": "https://ror.org/019apvn83", - "501100022274": "https://ror.org/01qhj1g70", - "100018226": "https://ror.org/008stv805", - "501100002181": "https://ror.org/015qxt173", - "100011714": "https://ror.org/015qxt173", - "501100000379": "https://ror.org/015qxt173", - "501100015686": "https://ror.org/03v9efr22", - "100013684": "https://ror.org/03v9efr22", - "501100023968": "https://ror.org/00ma0mg56", - "501100012020": "https://ror.org/05hessd06", - "501100008746": "https://ror.org/0576q1t15", - "501100014430": "https://ror.org/03tq3c028", - "501100008175": "https://ror.org/05bsra506", - "501100008174": "https://ror.org/05bsra506", - "100011733": "https://ror.org/05bsra506", - "100010957": "https://ror.org/05vrs0r17", - "501100000306": "https://ror.org/04rre2k21", - "501100009324": "https://ror.org/04rre2k21", - "501100021274": "https://ror.org/04rre2k21", - "100018572": "https://ror.org/00m0asz87", - "100009740": "https://ror.org/0041qmd21", - "501100024394": "https://ror.org/02zrwga81", - "100017291": "https://ror.org/01bgbk171", - "100003193": "https://ror.org/00k9hfk65", - "100011975": "https://ror.org/00k9hfk65", - "501100008172": "https://ror.org/05vn9ks38", - "501100000387": "https://ror.org/05vn9ks38", - "100011725": "https://ror.org/05vn9ks38", - "501100004228": "https://ror.org/027rr8795", - "501100020812": "https://ror.org/04ka0vh05", - "501100006392": "https://ror.org/05a353079", - "501100007247": "https://ror.org/04a31ep84", - "501100009436": "https://ror.org/04a31ep84", - "501100003209": "https://ror.org/03prym056", - "501100003208": "https://ror.org/03prym056", - "501100008947": "https://ror.org/03jrr8f73", - "501100002646": "https://ror.org/056tn4839", - "100008487": "https://ror.org/0583nw070", - "100015659": "https://ror.org/0583nw070", - "100013336": "https://ror.org/027xab135", - "100030187": "https://ror.org/007c4ae37", - "100009073": "https://ror.org/02der9h97", - "100010093": "https://ror.org/02der9h97", - "100007710": "https://ror.org/02der9h97", - "100006023": "https://ror.org/02der9h97", - "100007888": "https://ror.org/02der9h97", - "501100007950": "https://ror.org/016jp5b92", - "501100008116": "https://ror.org/016jp5b92", - "501100023863": "https://ror.org/02nfy3535", - "100009204": "https://ror.org/03exnf371", - "100009047": "https://ror.org/01a099706", - "501100005148": "https://ror.org/01a099706", - "100009181": "https://ror.org/01za3ap29", - "501100021337": "https://ror.org/03qqnc658", - "501100001646": "https://ror.org/012kqkf58", - "100009195": "https://ror.org/017fpfn86", - "100009130": "https://ror.org/03fxa4766", - "100009200": "https://ror.org/05mgwy297", - "100009198": "https://ror.org/04hnzva96", - "100009192": "https://ror.org/03y5vsd17", - "501100006211": "https://ror.org/01hcx6992", - "100009203": "https://ror.org/02xq3c453", - "100013507": "https://ror.org/03tm6pb36", - "100009201": "https://ror.org/035jbxr46", - "100016999": "https://ror.org/05phns765", - "100015972": "https://ror.org/00z34yn88", - "100019609": "https://ror.org/04xv0vq46", - "100009199": "https://ror.org/032a13752", - "501100005383": "https://ror.org/0157za327", - "100009183": "https://ror.org/026t55v35", - "100009186": "https://ror.org/03bey6t10", - "501100017675": "https://ror.org/05tf9r976", - "100009191": "https://ror.org/03b0ygs43", - "100009206": "https://ror.org/03b0ygs43", - "501100018703": "https://ror.org/03pv69j64", - "100001288": "https://ror.org/05mx85j86", - "100013301": "https://ror.org/05mx85j86", - "100009188": "https://ror.org/0148t1k76", - "100009185": "https://ror.org/00dkkfj04", - "100018218": "https://ror.org/01hewbk46", - "501100004320": "https://ror.org/01n3s4692", - "501100007432": "https://ror.org/01n3s4692", - "501100006096": "https://ror.org/01n3s4692", - "501100013041": "https://ror.org/01n3s4692", - "501100003324": "https://ror.org/0470vke61", - "100020013": "https://ror.org/045t78n53", - "100006812": "https://ror.org/02hd1sz82", - "100009131": "https://ror.org/02e5d6q93", - "100009639": "https://ror.org/04jmdbw57", - "501100020599": "https://ror.org/04snhqa82", - "100017452": "https://ror.org/0579c5n38", - "100009638": "https://ror.org/02mh1d616", - "100000810": "https://ror.org/00whzh260", - "100006198": "https://ror.org/0171mag52", - "100007726": "https://ror.org/0171mag52", - "100000014": "https://ror.org/01pp8nd67", - "100009197": "https://ror.org/031scq885", - "501100000374": "https://ror.org/02caz1f24", - "100016280": "https://ror.org/05fhwtx59", - "100006271": "https://ror.org/00cz47042", - "100009196": "https://ror.org/026etfb20", - "100009187": "https://ror.org/00xek3458", - "501100016378": "https://ror.org/01k97gp34", - "501100010266": "https://ror.org/02mdj3c25", - "100009125": "https://ror.org/02mfp0b67", - "501100013393": "https://ror.org/024242h31", - "100009202": "https://ror.org/04kd9w798", - "100009190": "https://ror.org/03n1tgd19", - "501100022573": "https://ror.org/05g7knd32", - "501100004515": "https://ror.org/00bw8d226", - "501100006550": "https://ror.org/00bw8d226", - "501100011895": "https://ror.org/00bw8d226", - "501100014350": "https://ror.org/043qcb444", - "501100002954": "https://ror.org/01ynf4891", - "100011347": "https://ror.org/01keh0577", - "100009184": "https://ror.org/04z4esw72", - "100006272": "https://ror.org/03fvnzx77", - "100009182": "https://ror.org/03fvnzx77", - "100010754": "https://ror.org/0569mkk41", - "100001262": "https://ror.org/005aa3k38", - "100012076": "https://ror.org/04dfx8082", - "100009189": "https://ror.org/00ga81413", - "100009194": "https://ror.org/009f78a75", - "501100006742": "https://ror.org/00w7bj245", - "501100004791": "https://ror.org/02v51f717", - "501100007937": "https://ror.org/02v51f717", - "501100012487": "https://ror.org/02v51f717", - "501100005888": "https://ror.org/02t4ekc95", - "501100014889": "https://ror.org/03zsxkw25", - "501100007104": "https://ror.org/00xa0xn82", - "501100004706": "https://ror.org/01vevwk45", - "501100004166": "https://ror.org/04p2y4s44", - "501100005604": "https://ror.org/03a1kt624", - "501100007659": "https://ror.org/04b8v1s79", - "100018540": "https://ror.org/02vscf791", - "100015226": "https://ror.org/01wka8n18", - "501100013801": "https://ror.org/0044e2g62", - "501100006683": "https://ror.org/03zmrmn05", - "100010414": "https://ror.org/003hb2249", - "501100001590": "https://ror.org/003hb2249", - "501100001298": "https://ror.org/01egahc47", - "501100015728": "https://ror.org/00cy1zs35", - "100009847": "https://ror.org/03qnxaf80", - "100015852": "https://ror.org/0197n2v40", - "501100019576": "https://ror.org/03gq9pd80", - "100010066": "https://ror.org/050qj5m48", - "501100014879": "https://ror.org/02czw2k81", - "100012841": "https://ror.org/03m20nr07", - "501100007778": "https://ror.org/03zsp3p94", - "100017395": "https://ror.org/03y71xh61", - "100019239": "https://ror.org/03y71xh61", - "501100002881": "https://ror.org/03je71k37", - "501100001802": "https://ror.org/04s1nv328", - "501100005356": "https://ror.org/0331z5r71", - "100010548": "https://ror.org/03r10zj06", - "100019498": "https://ror.org/00v1y6t69", - "501100013792": "https://ror.org/034z67559", - "100019442": "https://ror.org/01zhwwf82", - "501100020721": "https://ror.org/05rk03822", - "501100000838": "https://ror.org/00ayhx656", - "501100009391": "https://ror.org/04v302n28", - "501100003472": "https://ror.org/01yqg2h08", - "501100018644": "https://ror.org/04ywb0864", - "501100004195": "https://ror.org/04rdtx186", - "501100007549": "https://ror.org/02hxfx521", - "501100019032": "https://ror.org/02hxfx521", - "100013000": "https://ror.org/00bgk9508", - "501100007933": "https://ror.org/03xpwj629", - "100019672": "https://ror.org/00a5pe906", - "501100004868": "https://ror.org/03efmyj29", - "501100004262": "https://ror.org/05fwr8z16", - "501100008960": "https://ror.org/05w0e5j23", - "501100011480": "https://ror.org/02xvvvp28", - "501100013773": "https://ror.org/02czkny70", - "501100004746": "https://ror.org/03k23nv15", - "501100001787": "https://ror.org/01p93h210", - "501100003471": "https://ror.org/03x80pn82", - "501100002837": "https://ror.org/05mxya461", - "100018447": "https://ror.org/0496vr396", - "501100008039": "https://ror.org/018906e22", - "501100003061": "https://ror.org/018906e22", - "501100010659": "https://ror.org/018906e22", - "501100000737": "https://ror.org/03yghzc09", - "501100000604": "https://ror.org/03yghzc09", - "501100005408": "https://ror.org/04qr3zq92", - "100015706": "https://ror.org/0451s5g67", - "501100004633": "https://ror.org/03grc6f14", - "501100001315": "https://ror.org/0267vjk41", - "100010723": "https://ror.org/05es91y67", - "501100004351": "https://ror.org/04wq8zb47", - "100010309": "https://ror.org/03tg3h819", - "100005705": "https://ror.org/0486x5a41", - "501100016226": "https://ror.org/01fdxwh83", - "501100015495": "https://ror.org/05hfa4n20", - "100018928": "https://ror.org/05hfa4n20", - "501100010739": "https://ror.org/0005w8d69", - "100009873": "https://ror.org/0157pnt69", - "501100006009": "https://ror.org/053f2w588", - "100019679": "https://ror.org/053f2w588", - "100009953": "https://ror.org/0036rpn28", - "501100014868": "https://ror.org/049e1px04", - "501100002871": "https://ror.org/02sps0775", - "100009790": "https://ror.org/012zs8222", - "100010285": "https://ror.org/03jbbze48", - "100010286": "https://ror.org/03jbbze48", - "501100023357": "https://ror.org/032twef21", - "100010726": "https://ror.org/00gx3j908", - "501100018719": "https://ror.org/00jzwgz36", - "501100005376": "https://ror.org/019k1pd13", - "501100001828": "https://ror.org/057w15z03", - "501100005797": "https://ror.org/057w15z03", - "100007620": "https://ror.org/057w15z03", - "501100004024": "https://ror.org/02xe5ns62", - "501100014890": "https://ror.org/04hyzq608", - "501100010886": "https://ror.org/03tmp6662", - "100010057": "https://ror.org/03fmjzx88", - "501100015314": "https://ror.org/04gcegc37", - "501100007071": "https://ror.org/057qfs197", - "501100004020": "https://ror.org/059yhyy33", - "501100006704": "https://ror.org/00pyqav47", - "100006525": "https://ror.org/0270vfa57", - "501100010685": "https://ror.org/03v5jj203", - "501100007052": "https://ror.org/039bp8j42", - "100007355": "https://ror.org/02495e989", - "100007370": "https://ror.org/02495e989", - "501100005041": "https://ror.org/02495e989", - "501100008135": "https://ror.org/02495e989", - "501100005043": "https://ror.org/02495e989", - "501100001589": "https://ror.org/05qbqeh37", - "501100000736": "https://ror.org/026k5mg93", - "100018341": "https://ror.org/02w2y2t16", - "501100011814": "https://ror.org/03dbpdh75", - "100008740": "https://ror.org/044j76961", - "100007584": "https://ror.org/044j76961", - "501100009546": "https://ror.org/01nky7652", - "501100009395": "https://ror.org/019bzvf55", - "501100011680": "https://ror.org/01jgj2p89", - "501100004921": "https://ror.org/0220qvk04", - "501100002841": "https://ror.org/0220qvk04", - "501100008233": "https://ror.org/0220qvk04", - "501100011503": "https://ror.org/01w9d4603", - "100015963": "https://ror.org/035gh3a49", - "100009106": "https://ror.org/00rjdhd62", - "501100008137": "https://ror.org/02ygek028", - "501100004423": "https://ror.org/00ntfnx83", - "501100006539": "https://ror.org/00ntfnx83", - "100007160": "https://ror.org/00c4e7y75", - "100008289": "https://ror.org/028pmsz77", - "100008290": "https://ror.org/028pmsz77", - "100006228": "https://ror.org/01qz5mb56", - "501100020429": "https://ror.org/03xt0bg88", - "501100009088": "https://ror.org/01w6qp003", - "501100004004": "https://ror.org/05trd4x28", - "501100008346": "https://ror.org/00jdr0662", - "100010722": "https://ror.org/05jscf583", - "501100002286": "https://ror.org/008n7pv89", - "100008962": "https://ror.org/008n7pv89", - "100005958": "https://ror.org/04ckqgs57", - "501100002369": "https://ror.org/023rhb549", - "501100012231": "https://ror.org/023rhb549", - "100009092": "https://ror.org/05t8bcz72", - "501100001638": "https://ror.org/04a1a1e81", - "501100007046": "https://ror.org/033vjfk17", - "501100012138": "https://ror.org/04xv2pc41", - "501100004047": "https://ror.org/056d84691", - "501100009741": "https://ror.org/056d84691", - "501100010621": "https://ror.org/016f61126", - "501100003509": "https://ror.org/05kytsw45", - "100010027": "https://ror.org/00bmj0a71", - "501100004755": "https://ror.org/04rk6w354", - "100010052": "https://ror.org/049e6bc10", - "501100004867": "https://ror.org/04vgbd477", - "501100005003": "https://ror.org/02v9bqx10", - "100009485": "https://ror.org/05e08rb26", - "501100007064": "https://ror.org/0122p5f64", - "100010922": "https://ror.org/01epvyf46", - "501100004317": "https://ror.org/04x0kvm78", - "100018390": "https://ror.org/05vmz5070", - "501100012220": "https://ror.org/04zj2bd87", - "100015563": "https://ror.org/0001fmy77", - "100017218": "https://ror.org/05szaq822", - "501100014422": "https://ror.org/032cph770", - "501100007488": "https://ror.org/049tgcd06", - "501100014064": "https://ror.org/02f40zc51", - "100006793": "https://ror.org/025ecfn45", - "100007837": "https://ror.org/01c5wha71", - "100008213": "https://ror.org/015jmes13", - "100008214": "https://ror.org/015jmes13", - "501100001621": "https://ror.org/04w3d2v20", - "501100021178": "https://ror.org/03y4dt428", - "501100017587": "https://ror.org/036h65h05", - "100013070": "https://ror.org/028vqfs63", - "100012899": "https://ror.org/01mkqqe32", - "501100001333": "https://ror.org/016sewp10", - "100006600": "https://ror.org/00aad7q36", - "100006498": "https://ror.org/037s24f05", - "100009341": "https://ror.org/037s24f05", - "100008960": "https://ror.org/037s24f05", - "501100018978": "https://ror.org/02qkhhn56", - "100019249": "https://ror.org/00mpz5a50", - "501100013830": "https://ror.org/0596m7f19", - "501100000184": "https://ror.org/03ygmq230", - "501100001601": "https://ror.org/019tbdj08", - "501100012288": "https://ror.org/052rphn09", - "501100016353": "https://ror.org/0282ggx30", - "100019259": "https://ror.org/004ah3r71", - "501100002980": "https://ror.org/023hj5876", - "501100005358": "https://ror.org/01knv0402", - "501100006250": "https://ror.org/01kj4z117", - "100010731": "https://ror.org/056wqre19", - "501100014397": "https://ror.org/018afyw53", - "501100011104": "https://ror.org/052g8jq94", - "100009749": "https://ror.org/04f0qj703", - "501100004315": "https://ror.org/04ddfwm68", - "100006466": "https://ror.org/002tx1f22", - "501100009013": "https://ror.org/03hknyb50", - "501100021202": "https://ror.org/010r6td27", - "501100019282": "https://ror.org/05rp1t554", - "100014976": "https://ror.org/03svjbs84", - "100011466": "https://ror.org/02xsgn598", - "501100008408": "https://ror.org/00tkrft03", - "501100001318": "https://ror.org/02nwg5t34", - "100007864": "https://ror.org/05abbep66", - "100008033": "https://ror.org/05abbep66", - "501100012600": "https://ror.org/030bhh786", - "501100004637": "https://ror.org/042v6xz23", - "501100014791": "https://ror.org/051mrsz47", - "501100000738": "https://ror.org/04h699437", - "501100005156": "https://ror.org/056am2717", - "501100012601": "https://ror.org/05v9jqt67", - "501100015720": "https://ror.org/0174shg90", - "100009854": "https://ror.org/02336z538", - "100011862": "https://ror.org/04fnxsj42", - "100005588": "https://ror.org/05h7xva58", - "501100004500": "https://ror.org/05hqf1284", - "501100006359": "https://ror.org/0093a8w51", - "501100002942": "https://ror.org/008e3hf02", - "100016643": "https://ror.org/03frj4r98", - "501100007942": "https://ror.org/05x2td559", - "501100001784": "https://ror.org/04j757h98", - "501100002515": "https://ror.org/016ebag96", - "501100009807": "https://ror.org/01gnd8r41", - "100009473": "https://ror.org/036b2ww28", - "501100001340": "https://ror.org/03r1jm528", - "501100013969": "https://ror.org/03r1jm528", - "501100019956": "https://ror.org/05k1va520", - "100018563": "https://ror.org/05fg6gr82", - "501100017004": "https://ror.org/01zdaff53", - "501100008113": "https://ror.org/03xvggv44", - "501100005703": "https://ror.org/01m59r132", - "100010013": "https://ror.org/00bge3r76", - "501100005778": "https://ror.org/033z08192", - "100007254": "https://ror.org/05wf30g94", - "501100016003": "https://ror.org/01dzn5f42", - "501100004406": "https://ror.org/01cg9ws23", - "100012531": "https://ror.org/00fn7gb05", - "100008580": "https://ror.org/03dzc0485", - "100008581": "https://ror.org/03dzc0485", - "501100007086": "https://ror.org/045hgzm75", - "501100018847": "https://ror.org/045hgzm75", - "501100011319": "https://ror.org/041c9x778", - "100010331": "https://ror.org/0038jbq24", - "501100008836": "https://ror.org/020vvc407", - "501100007839": "https://ror.org/0040axw97", - "501100003547": "https://ror.org/006jb1a24", - "100016425": "https://ror.org/02ydh7m84", - "100016445": "https://ror.org/02ydh7m84", - "501100008021": "https://ror.org/05n0qbd70", - "100016444": "https://ror.org/003yn7c76", - "100008545": "https://ror.org/03qt6ba18", - "501100002729": "https://ror.org/05th6yx34", - "100012901": "https://ror.org/00jjkh886", - "501100006386": "https://ror.org/02ftvf862", - "100008413": "https://ror.org/021v3qy27", - "100008515": "https://ror.org/01621q256", - "501100002966": "https://ror.org/04f81fm77", - "501100016267": "https://ror.org/05v9kya57", - "501100012253": "https://ror.org/02c9qn167", - "100010036": "https://ror.org/03z28gk75", - "501100007814": "https://ror.org/02s4gkg68", - "501100000839": "https://ror.org/05v62cm79", - "100008093": "https://ror.org/04xtx5t16", - "100008094": "https://ror.org/04xtx5t16", - "100013407": "https://ror.org/00rbjv475", - "100009503": "https://ror.org/03e26wv14", - "100005546": "https://ror.org/03e26wv14", - "501100016335": "https://ror.org/00xtsag93", - "100005235": "https://ror.org/00f809463", - "501100020817": "https://ror.org/00x7ekv49", - "100012632": "https://ror.org/04fp4ps48", - "501100002799": "https://ror.org/013xs5b60", - "501100007467": "https://ror.org/02kn6nx58", - "501100001697": "https://ror.org/02kn6nx58", - "501100006249": "https://ror.org/035psfh38", - "501100005741": "https://ror.org/02k5kx966", - "501100014864": "https://ror.org/02g9nss57", - "501100003172": "https://ror.org/05d80kz58", - "100010087": "https://ror.org/01gb8pc70", - "100014239": "https://ror.org/051r3tx83", - "501100004202": "https://ror.org/028k5qw24", - "100010702": "https://ror.org/02bmftj86", - "100008785": "https://ror.org/025wzwv46", - "501100006325": "https://ror.org/01t3wyv61", - "100007069": "https://ror.org/045ntgf29", - "501100020606": "https://ror.org/04r0hn449", - "100008135": "https://ror.org/0080fxk18", - "100006482": "https://ror.org/0080fxk18", - "100010065": "https://ror.org/017d8gk22", - "501100014578": "https://ror.org/03tf0c761", - "501100004502": "https://ror.org/03dgaqz26", - "501100003207": "https://ror.org/032e6b942", - "100005707": "https://ror.org/045e26x92", - "501100008908": "https://ror.org/05ctdxz19", - "100016112": "https://ror.org/01xtv3204", - "501100008308": "https://ror.org/03k174p87", - "501100016343": "https://ror.org/0096c7651", - "501100004311": "https://ror.org/03y3e3s17", - "100005914": "https://ror.org/048sx0r50", - "100009392": "https://ror.org/04jt46d36", - "501100002983": "https://ror.org/04jt46d36", - "100019725": "https://ror.org/04jt46d36", - "100016589": "https://ror.org/00vya8493", - "100017115": "https://ror.org/01ythxj32", - "100010221": "https://ror.org/049hrzs50", - "100010222": "https://ror.org/049hrzs50", - "501100007609": "https://ror.org/021036w13", - "501100009972": "https://ror.org/026db3d50", - "501100002857": "https://ror.org/01sfm2718", - "100019082": "https://ror.org/00nddb461", - "100010144": "https://ror.org/01yxwrh59", - "501100008742": "https://ror.org/03f6h9044", - "501100015337": "https://ror.org/04k5rxe29", - "100008079": "https://ror.org/002g57a93", - "501100006256": "https://ror.org/01j9p1r26", - "501100004773": "https://ror.org/003xyzq10", - "501100004846": "https://ror.org/05damtm70", - "100008314": "https://ror.org/03s262162", - "501100021362": "https://ror.org/01n15vy71", - "501100008050": "https://ror.org/00ay9v204", - "501100007243": "https://ror.org/029ecwj92", - "501100002358": "https://ror.org/00wk2mp56", - "501100003096": "https://ror.org/00wk2mp56", - "501100008775": "https://ror.org/058aeep47", - "501100005378": "https://ror.org/04kwvgz42", - "100011571": "https://ror.org/022x6qg61", - "501100002657": "https://ror.org/03a5qrr21", - "501100004006": "https://ror.org/03a5qrr21", - "501100007931": "https://ror.org/00wtvfq62", - "100009839": "https://ror.org/0162z8b04", - "501100004144": "https://ror.org/04zfme737", - "100006585": "https://ror.org/04wkzvc75", - "501100011615": "https://ror.org/033jvzr14", - "501100005054": "https://ror.org/02afcvw97", - "501100005345": "https://ror.org/01sdnnq10", - "501100012530": "https://ror.org/01sdnnq10", - "100019791": "https://ror.org/037jwzz50", - "501100010446": "https://ror.org/00y0zf565", - "100017596": "https://ror.org/05ex5vz81", - "501100019281": "https://ror.org/01r5sf951", - "501100020043": "https://ror.org/025mx2575", - "501100015749": "https://ror.org/04facbs33", - "100019581": "https://ror.org/05v0p1f11", - "501100005192": "https://ror.org/04qtj9h94", - "501100005191": "https://ror.org/04qtj9h94", - "501100006262": "https://ror.org/04qtj9h94", - "501100006248": "https://ror.org/02qdtrq21", - "501100001637": "https://ror.org/02tyrky19", - "501100014762": "https://ror.org/041sj0284", - "100009974": "https://ror.org/019ts0j55", - "501100019594": "https://ror.org/039xnh269", - "100011859": "https://ror.org/0131d6623", - "501100011682": "https://ror.org/02309jg23", - "501100008679": "https://ror.org/05yc77b46", - "501100017614": "https://ror.org/01fmc2233", - "100016789": "https://ror.org/0074grg94", - "501100003457": "https://ror.org/03z391397", - "501100007322": "https://ror.org/008w1vb37", - "501100021855": "https://ror.org/01qg3j183", - "501100004303": "https://ror.org/0170z8493", - "100010346": "https://ror.org/02hh7en24", - "501100001292": "https://ror.org/03zjvnn91", - "501100016110": "https://ror.org/04fzhyx73", - "501100018747": "https://ror.org/007cx7r28", - "100010018": "https://ror.org/04tvt8c73", - "501100001647": "https://ror.org/01js2sh04", - "100017119": "https://ror.org/04wncat98", - "501100008778": "https://ror.org/02egmk993", - "501100007289": "https://ror.org/059gcgy73", - "501100008044": "https://ror.org/04f41cb79", - "501100008348": "https://ror.org/03jtrja12", - "100013081": "https://ror.org/057ewhh68", - "501100017278": "https://ror.org/0203c2755", - "501100007958": "https://ror.org/020hxh324", - "501100000297": "https://ror.org/02qrg5a24", - "501100004528": "https://ror.org/02d9ce178", - "501100015063": "https://ror.org/03yyd7552", - "501100010850": "https://ror.org/018hded08", - "501100009007": "https://ror.org/02frt9q65", - "100008095": "https://ror.org/02qtvee93", - "100018957": "https://ror.org/048b6qs33", - "501100004473": "https://ror.org/04ttnw109", - "100013001": "https://ror.org/047302w76", - "100012005": "https://ror.org/04ydmy275", - "100016979": "https://ror.org/02t9fsj94", - "501100008860": "https://ror.org/00e4hrk88", - "100015808": "https://ror.org/022e9e065", - "501100011914": "https://ror.org/033vfbz75", - "100006630": "https://ror.org/00h6set76", - "100007201": "https://ror.org/00h6set76", - "100007200": "https://ror.org/00h6set76", - "501100008845": "https://ror.org/059gw8r13", - "501100004025": "https://ror.org/01d0jcz74", - "100016577": "https://ror.org/01pa62v70", - "100019839": "https://ror.org/04qzpec27", - "501100002582": "https://ror.org/024kbgz78", - "501100004106": "https://ror.org/02n96ep67", - "501100008004": "https://ror.org/015scty35", - "501100018763": "https://ror.org/00wdq3744", - "501100010818": "https://ror.org/04xnqep60", - "100006727": "https://ror.org/036c9yv20", - "501100003489": "https://ror.org/05sbgwt55", - "501100015256": "https://ror.org/00bd1d647", - "100019437": "https://ror.org/00hxk7s55", - "501100010230": "https://ror.org/05h33bt13", - "501100000901": "https://ror.org/03nkhf159", - "501100006061": "https://ror.org/02zx40v98", - "501100022516": "https://ror.org/02vxcq142", - "501100005015": "https://ror.org/0530pts50", - "100009937": "https://ror.org/00a6ram87", - "501100003062": "https://ror.org/047g8vk19", - "501100016209": "https://ror.org/047g8vk19", - "100011091": "https://ror.org/04nzrzs08", - "501100006191": "https://ror.org/01dzjez04", - "501100013777": "https://ror.org/0066qbn28", - "501100004943": "https://ror.org/01f7yer47", - "501100018839": "https://ror.org/04te6a418", - "501100004536": "https://ror.org/00hn7w693", - "501100011996": "https://ror.org/002b7nr53", - "501100012505": "https://ror.org/04eymdx19", - "100016114": "https://ror.org/01yetye73", - "501100009687": "https://ror.org/01qpw1b93", - "501100004880": "https://ror.org/01p455v08", - "501100011718": "https://ror.org/00pc48d59", - "501100007310": "https://ror.org/059djzq42", - "100005605": "https://ror.org/042tdr378", - "100018258": "https://ror.org/042tdr378", - "100009852": "https://ror.org/037t3ry66", - "100012792": "https://ror.org/037t3ry66", - "100010333": "https://ror.org/01drpwb22", - "100006732": "https://ror.org/0190ak572", - "100005593": "https://ror.org/0190ak572", - "100008208": "https://ror.org/0190ak572", - "100006966": "https://ror.org/0190ak572", - "100007153": "https://ror.org/0190ak572", - "100005481": "https://ror.org/0190ak572", - "100008929": "https://ror.org/0190ak572", - "100006720": "https://ror.org/0190ak572", - "100006941": "https://ror.org/0190ak572", - "100006805": "https://ror.org/0190ak572", - "100016027": "https://ror.org/0190ak572", - "501100003850": "https://ror.org/0106qb496", - "501100018725": "https://ror.org/038pb1155", - "501100014541": "https://ror.org/02acz2505", - "501100014736": "https://ror.org/0563pg902", - "501100010624": "https://ror.org/04wy7gp54", - "501100013461": "https://ror.org/05fsfvw79", - "501100007934": "https://ror.org/04trzn023", - "100017534": "https://ror.org/01mtxmr84", - "100018512": "https://ror.org/05k238v14", - "501100011477": "https://ror.org/03az1t892", - "100016049": "https://ror.org/00k3ayt93", - "501100009396": "https://ror.org/01462r250", - "501100003353": "https://ror.org/00btgsb62", - "100010021": "https://ror.org/03e5mzp60", - "100007699": "https://ror.org/00te3t702", - "100011128": "https://ror.org/00te3t702", - "100010543": "https://ror.org/00te3t702", - "100008779": "https://ror.org/00te3t702", - "100008780": "https://ror.org/00te3t702", - "100007903": "https://ror.org/00te3t702", - "100018790": "https://ror.org/00te3t702", - "100011119": "https://ror.org/00te3t702", - "501100004359": "https://ror.org/03zttf063", - "501100006310": "https://ror.org/03zttf063", - "100006636": "https://ror.org/02qskvh78", - "501100010625": "https://ror.org/03ejnre35", - "501100010615": "https://ror.org/03ejnre35", - "501100009232": "https://ror.org/02xf66n48", - "100019317": "https://ror.org/02rxpxc98", - "501100010096": "https://ror.org/01vjw4z39", - "501100017688": "https://ror.org/01vjw4z39", - "100007092": "https://ror.org/01rtyzb94", - "100011186": "https://ror.org/0539kc598", - "501100003044": "https://ror.org/02x681a42", - "501100007511": "https://ror.org/01v5cv687", - "501100004499": "https://ror.org/039m95m06", - "501100008853": "https://ror.org/03zn9gq54", - "501100002397": "https://ror.org/0056pyw12", - "501100008521": "https://ror.org/02yj0p855", - "501100007874": "https://ror.org/016476m91", - "501100000882": "https://ror.org/016476m91", - "501100004491": "https://ror.org/02tv7db43", - "501100009074": "https://ror.org/0555ezg60", - "501100014428": "https://ror.org/01zywja13", - "100012972": "https://ror.org/05baznr53", - "100018555": "https://ror.org/04sppb023", - "501100006252": "https://ror.org/016st3p78", - "501100002825": "https://ror.org/016st3p78", - "501100003097": "https://ror.org/016st3p78", - "100016149": "https://ror.org/05wf2ga96", - "501100008527": "https://ror.org/01n7x9n08", - "100006420": "https://ror.org/00fc1qt65", - "501100005627": "https://ror.org/00afp2z80", - "501100006673": "https://ror.org/00afp2z80", - "501100002326": "https://ror.org/045wgfr59", - "100016001": "https://ror.org/00965ax52", - "100009975": "https://ror.org/04jaeba88", - "501100017605": "https://ror.org/021r98132", - "100016181": "https://ror.org/04qyvz380", - "100009252": "https://ror.org/05709zb94", - "100016777": "https://ror.org/05s754026", - "501100008859": "https://ror.org/011xvna82", - "100008375": "https://ror.org/02s6k3f65", - "501100008595": "https://ror.org/02s6k3f65", - "100018710": "https://ror.org/02s6k3f65", - "100006458": "https://ror.org/01z7r7q48", - "100008638": "https://ror.org/01z7r7q48", - "100018770": "https://ror.org/05w22af52", - "501100012249": "https://ror.org/03jy32q83", - "501100006349": "https://ror.org/02vh8a032", - "100007753": "https://ror.org/00cyydd11", - "501100005264": "https://ror.org/00cyydd11", - "501100007361": "https://ror.org/00cyydd11", - "501100011859": "https://ror.org/02wfhk785", - "501100007192": "https://ror.org/01cesdt21", - "501100008136": "https://ror.org/03d1maw17", - "501100013312": "https://ror.org/026c29h90", - "501100008048": "https://ror.org/01rxvg760", - "501100008250": "https://ror.org/034t3zs45", - "100009093": "https://ror.org/03aydme10", - "100007083": "https://ror.org/00yn2fy02", - "100010083": "https://ror.org/04647g470", - "501100021713": "https://ror.org/003d3xx08", - "501100011841": "https://ror.org/038hzq450", - "100008313": "https://ror.org/01nztpc84", - "100009972": "https://ror.org/027bzz146", - "501100012706": "https://ror.org/05s4feg49", - "501100000395": "https://ror.org/0530xmm89", - "100011479": "https://ror.org/02zsxwr40", - "100010058": "https://ror.org/00z5fkj61", - "501100010599": "https://ror.org/01s4gpq44", - "100007156": "https://ror.org/01epn2q93", - "501100009689": "https://ror.org/0491f5305", - "501100003761": "https://ror.org/0575yy874", - "501100007938": "https://ror.org/041j8js14", - "501100019592": "https://ror.org/04v18t651", - "501100021569": "https://ror.org/04mj8af82", - "100008451": "https://ror.org/008rmbt77", - "100010724": "https://ror.org/00sbx0y13", - "501100009613": "https://ror.org/05xx77y52", - "501100004204": "https://ror.org/03rc6as71", - "501100012698": "https://ror.org/03tc05689", - "501100004064": "https://ror.org/018zpxs61", - "501100004296": "https://ror.org/02kqnpp86", - "501100009448": "https://ror.org/02kqnpp86", - "501100005222": "https://ror.org/05n3dz165", - "501100005221": "https://ror.org/05n3dz165", - "501100006141": "https://ror.org/05fct5h31", - "501100020607": "https://ror.org/01x8m3269", - "501100011609": "https://ror.org/045vwzt11", - "100008091": "https://ror.org/022kthw22", - "100005836": "https://ror.org/022kthw22", - "100008243": "https://ror.org/022kthw22", - "100011125": "https://ror.org/022kthw22", - "100010050": "https://ror.org/02x80b031", - "100008964": "https://ror.org/036trcv74", - "501100008112": "https://ror.org/02sw6yz40", - "100017498": "https://ror.org/05060sz93", - "501100010264": "https://ror.org/04z7qrj66", - "501100003467": "https://ror.org/0576gt767", - "501100015988": "https://ror.org/03qp1eh12", - "100010328": "https://ror.org/0400avk24", - "501100004913": "https://ror.org/044k9ta02", - "100019669": "https://ror.org/01wbg2c90", - "100006807": "https://ror.org/04ytb9n23", - "501100008528": "https://ror.org/03sd3t490", - "501100002965": "https://ror.org/02yxnh564", - "100010332": "https://ror.org/04kw8et29", - "501100005642": "https://ror.org/01bnjbv91", - "501100003845": "https://ror.org/03v0r5n49", - "100009842": "https://ror.org/002w4zy91", - "100006939": "https://ror.org/03czfpz43", - "100007814": "https://ror.org/03czfpz43", - "100007623": "https://ror.org/03czfpz43", - "100010416": "https://ror.org/03czfpz43", - "100008374": "https://ror.org/03czfpz43", - "100007667": "https://ror.org/03czfpz43", - "100006786": "https://ror.org/03czfpz43", - "100006529": "https://ror.org/03czfpz43", - "100006528": "https://ror.org/03czfpz43", - "100005833": "https://ror.org/03czfpz43", - "100013116": "https://ror.org/03czfpz43", - "501100015923": "https://ror.org/04nraex26", - "100010797": "https://ror.org/03eqd4a41", - "501100002428": "https://ror.org/013tf3c58", - "501100003494": "https://ror.org/013tf3c58", - "501100002948": "https://ror.org/02d3fj342", - "501100010687": "https://ror.org/02m44ak47", - "100007809": "https://ror.org/01mrfdz82", - "100008292": "https://ror.org/01mrfdz82", - "501100002802": "https://ror.org/00bqvf857", - "501100007300": "https://ror.org/032d4f246", - "100007719": "https://ror.org/057jrqr44", - "100009488": "https://ror.org/00hgzve81", - "501100004421": "https://ror.org/00y0xnp53", - "501100004023": "https://ror.org/02mjz6f26", - "100007789": "https://ror.org/01j8e0j24", - "501100010187": "https://ror.org/020ast312", - "501100004110": "https://ror.org/01cxqmw89", - "501100009019": "https://ror.org/01vy4gh70", - "501100004077": "https://ror.org/0411seq30", - "501100009002": "https://ror.org/006teas31", - "501100010622": "https://ror.org/01f5rdf64", - "501100021802": "https://ror.org/03vrx7m55", - "100010014": "https://ror.org/02hstj355", - "501100017588": "https://ror.org/03n7a5z57", - "100009388": "https://ror.org/02bjnq803", - "501100007770": "https://ror.org/01gntjh03", - "501100021838": "https://ror.org/0265sk121", - "501100011601": "https://ror.org/01jrs3715", - "100009883": "https://ror.org/04pyvbw03", - "501100007088": "https://ror.org/03bqmcz70", - "100009045": "https://ror.org/03bqmcz70", - "501100012322": "https://ror.org/00t53pv34", - "501100007142": "https://ror.org/01deh9c76", - "100006668": "https://ror.org/009avj582", - "100006667": "https://ror.org/009avj582", - "100007804": "https://ror.org/009avj582", - "100007269": "https://ror.org/009avj582", - "501100003464": "https://ror.org/031dhcv14", - "501100008019": "https://ror.org/029pk6x14", - "501100008875": "https://ror.org/00fjzqj15", - "501100022664": "https://ror.org/02tzt0b78", - "501100017032": "https://ror.org/002qhr126", - "501100006375": "https://ror.org/05crjpb27", - "501100007302": "https://ror.org/00df5yc52", - "501100004142": "https://ror.org/0418kp584", - "501100008256": "https://ror.org/03sd35x91", - "501100015818": "https://ror.org/04ds0jm32", - "501100003504": "https://ror.org/00h2vm590", - "100005806": "https://ror.org/00kx1jb78", - "100010842": "https://ror.org/00kx1jb78", - "501100008770": "https://ror.org/05nz37n09", - "100010046": "https://ror.org/02nkf1q06", - "100010743": "https://ror.org/03m96p165", - "100019031": "https://ror.org/05szpc322", - "100009084": "https://ror.org/04j7b2v61", - "100010690": "https://ror.org/052w4zt36", - "100009792": "https://ror.org/00jeqjx33", - "100007666": "https://ror.org/016bysn57", - "100010860": "https://ror.org/0084njv03", - "501100014907": "https://ror.org/01h6ecw13", - "501100006209": "https://ror.org/05wg1m734", - "501100003297": "https://ror.org/05wg1m734", - "100018687": "https://ror.org/00mx91s63", - "100007099": "https://ror.org/0264fdx42", - "100010176": "https://ror.org/00mjdtw98", - "501100012140": "https://ror.org/02jgsf398", - "501100009246": "https://ror.org/04t0qbt32", - "501100001829": "https://ror.org/04pp8hn57", - "501100002989": "https://ror.org/04pp8hn57", - "501100016984": "https://ror.org/05xsjkb63", - "501100004747": "https://ror.org/04qyefj88", - "501100007340": "https://ror.org/00g7qtt96", - "100010008": "https://ror.org/029tw2407", - "501100005784": "https://ror.org/000hdh770", - "100009737": "https://ror.org/05p8w6387", - "100008778": "https://ror.org/05p8w6387", - "501100006302": "https://ror.org/04pmn0e78", - "501100002507": "https://ror.org/01mh5ph17", - "501100004075": "https://ror.org/027sdcz20", - "501100003753": "https://ror.org/003s89n44", - "100008312": "https://ror.org/02avqqw26", - "501100004605": "https://ror.org/04ypx8c21", - "100011659": "https://ror.org/041m9xr71", - "501100008957": "https://ror.org/05k6m5t95", - "501100009006": "https://ror.org/037663q52", - "501100004184": "https://ror.org/03awzbc87", - "501100012635": "https://ror.org/0184vwv17", - "100008234": "https://ror.org/012afjb06", - "100007647": "https://ror.org/05gd22996", - "501100005323": "https://ror.org/05xjevr11", - "501100012490": "https://ror.org/05xjevr11", - "501100004935": "https://ror.org/04fjtte88", - "100010055": "https://ror.org/01tmqtf75", - "100012968": "https://ror.org/01v9wj339", - "501100007343": "https://ror.org/02q2d2610", - "501100007107": "https://ror.org/05apxxy63", - "501100007108": "https://ror.org/05apxxy63", - "100019891": "https://ror.org/019jds967", - "501100009015": "https://ror.org/01n2bd587", - "501100000857": "https://ror.org/04vg4w365", - "501100000634": "https://ror.org/04vg4w365", - "501100004295": "https://ror.org/04gtjhw98", - "501100004103": "https://ror.org/011k7k191", - "100006612": "https://ror.org/04mbfgm16", - "501100020445": "https://ror.org/00mwds915", - "100019458": "https://ror.org/01tqv1p28", - "100020184": "https://ror.org/006cymg18", - "501100005039": "https://ror.org/05xvt9f17", - "501100005038": "https://ror.org/05xvt9f17", - "501100005040": "https://ror.org/05xvt9f17", - "100020271": "https://ror.org/02sscsx71", - "501100014421": "https://ror.org/056xse072", - "100006002": "https://ror.org/04n34rm95", - "501100003444": "https://ror.org/037b1pp87", - "501100011795": "https://ror.org/037b1pp87", - "100010047": "https://ror.org/00wygct11", - "501100004478": "https://ror.org/01hg31662", - "501100003298": "https://ror.org/015xq7480", - "501100003347": "https://ror.org/013q1eq08", - "100007836": "https://ror.org/013q1eq08", - "501100006698": "https://ror.org/013q1eq08", - "501100007848": "https://ror.org/013q1eq08", - "501100005392": "https://ror.org/04v2j2k71", - "501100003169": "https://ror.org/01kq0pv72", - "100018388": "https://ror.org/00gcgqv39", - "501100015732": "https://ror.org/00yze4d93", - "501100021536": "https://ror.org/0262te083", - "501100019596": "https://ror.org/02m6k0m40", - "100008332": "https://ror.org/00d7xrm67", - "100016775": "https://ror.org/024zjzd49", - "100008980": "https://ror.org/00qqv6244", - "100008981": "https://ror.org/00qqv6244", - "501100003473": "https://ror.org/04e6y1282", - "100007126": "https://ror.org/025r5qe02", - "100008568": "https://ror.org/025r5qe02", - "100012379": "https://ror.org/023p7mg82", - "501100008366": "https://ror.org/02vg7mz57", - "100019920": "https://ror.org/049c46160", - "501100008253": "https://ror.org/0435tej63", - "100019548": "https://ror.org/05p2z3x69", - "100009793": "https://ror.org/0452jzg20", - "100012969": "https://ror.org/033wcvv61", - "501100009408": "https://ror.org/05564e019", - "501100005183": "https://ror.org/04pd3v454", - "501100014969": "https://ror.org/000prga03", - "501100004753": "https://ror.org/03h17x602", - "501100008780": "https://ror.org/04jn0td46", - "501100008251": "https://ror.org/04nayfw11", - "100017430": "https://ror.org/04nayfw11", - "501100011587": "https://ror.org/05h664633", - "501100003458": "https://ror.org/02x1pa065", - "501100004069": "https://ror.org/02x1pa065", - "501100020451": "https://ror.org/04kqvjg13", - "501100002703": "https://ror.org/03jc41j30", - "501100004300": "https://ror.org/03jc41j30", - "501100007504": "https://ror.org/059636586", - "501100019673": "https://ror.org/059636586", - "501100008342": "https://ror.org/03t52dk35", - "501100001776": "https://ror.org/03t52dk35", - "501100018822": "https://ror.org/03t52dk35", - "100012966": "https://ror.org/03k788b92", - "100010025": "https://ror.org/02yhrrk59", - "501100011081": "https://ror.org/017cfeh02", - "501100015382": "https://ror.org/00bnk2e50", - "501100006261": "https://ror.org/014g1a453", - "100009071": "https://ror.org/05d23ve83", - "501100002969": "https://ror.org/04v0fk911", - "100014809": "https://ror.org/04v0fk911", - "501100007062": "https://ror.org/03tqb8s11", - "501100004716": "https://ror.org/04en8wb91", - "100008509": "https://ror.org/05mzfcs16", - "501100006627": "https://ror.org/05mzfcs16", - "501100000605": "https://ror.org/05mzfcs16", - "501100012221": "https://ror.org/05em1gq62", - "501100009696": "https://ror.org/00s7tkw17", - "501100005693": "https://ror.org/03q648j11", - "501100004214": "https://ror.org/01etz1309", - "501100014355": "https://ror.org/05qkq7x38", - "501100007118": "https://ror.org/00x194q47", - "100011399": "https://ror.org/00ejm2g54", - "501100016349": "https://ror.org/043dxc061", - "501100004028": "https://ror.org/04mkzax54", - "501100012224": "https://ror.org/02315by94", - "100012908": "https://ror.org/02ytfzr55", - "501100000610": "https://ror.org/04vrxay34", - "501100005719": "https://ror.org/0257dtg16", - "501100011588": "https://ror.org/05jzt8766", - "100020201": "https://ror.org/0264cg909", - "100010049": "https://ror.org/05bbqza97", - "501100007199": "https://ror.org/04n40zv07", - "501100008682": "https://ror.org/04n40zv07", - "501100004260": "https://ror.org/041pakw92", - "501100008228": "https://ror.org/04c8e9019", - "501100006210": "https://ror.org/04tagjk85", - "100007681": "https://ror.org/02gz6gg07", - "100008034": "https://ror.org/02gz6gg07", - "100012898": "https://ror.org/02rkvz144", - "501100016360": "https://ror.org/0360zcg91", - "501100016137": "https://ror.org/044e2ja82", - "100018965": "https://ror.org/03c3y8w73", - "501100006334": "https://ror.org/00krbh354", - "501100002748": "https://ror.org/01p65pg69", - "100008952": "https://ror.org/01p65pg69", - "501100006345": "https://ror.org/0102mm775", - "501100004947": "https://ror.org/0102mm775", - "501100008844": "https://ror.org/030e3n504", - "100011565": "https://ror.org/036n0x007", - "100008326": "https://ror.org/00k6tx165", - "100010053": "https://ror.org/04v2twj65", - "501100008327": "https://ror.org/02djqfd08", - "501100001630": "https://ror.org/051sx6d27", - "501100004594": "https://ror.org/04ps1r162", - "501100003780": "https://ror.org/04ps1r162", - "100006940": "https://ror.org/02teq1165", - "100006804": "https://ror.org/02teq1165", - "100008924": "https://ror.org/01j903a45", - "100010037": "https://ror.org/01k2y1055", - "501100016393": "https://ror.org/05anqtc62", - "501100007956": "https://ror.org/04523zj19", - "100018557": "https://ror.org/01x18ax09", - "501100004193": "https://ror.org/01scyh794", - "501100003405": "https://ror.org/01scyh794", - "501100008526": "https://ror.org/00fk31757", - "100007550": "https://ror.org/035s3f323", - "100009482": "https://ror.org/03ypqe447", - "100006969": "https://ror.org/03ypqe447", - "100017635": "https://ror.org/055fene14", - "501100021801": "https://ror.org/02aj7yc53", - "100006826": "https://ror.org/01szgyb91", - "501100016331": "https://ror.org/02k92ks68", - "501100006190": "https://ror.org/006x4sc24", - "501100019290": "https://ror.org/03h0qfp10", - "501100018717": "https://ror.org/037vvf096", - "501100011613": "https://ror.org/02fwjgw17", - "100018769": "https://ror.org/01ayc5b57", - "100006433": "https://ror.org/03jep7677", - "100017896": "https://ror.org/0567v8t28", - "501100007611": "https://ror.org/05aqahr97", - "501100008549": "https://ror.org/0265d1010", - "501100013367": "https://ror.org/01d981710", - "501100014881": "https://ror.org/05ar8rn06", - "501100008525": "https://ror.org/009fw8j44", - "501100012144": "https://ror.org/009fw8j44", - "501100003352": "https://ror.org/03t9adt98", - "100009055": "https://ror.org/05rsv8p09", - "100010929": "https://ror.org/001pe5g24", - "501100004232": "https://ror.org/03rj87919", - "501100013795": "https://ror.org/050s6ns64", - "501100010760": "https://ror.org/041jyzp61", - "501100012695": "https://ror.org/04091f946", - "501100005609": "https://ror.org/05vghhr25", - "501100008557": "https://ror.org/05vghhr25", - "501100009020": "https://ror.org/03mqfn238", - "501100008047": "https://ror.org/01p884a79", - "100017407": "https://ror.org/029gnnp81", - "501100008843": "https://ror.org/03mys6533", - "100016180": "https://ror.org/02z43xh36", - "501100004834": "https://ror.org/02ws1xc11", - "501100002987": "https://ror.org/02ws1xc11", - "501100007724": "https://ror.org/03fe7t173", - "100011865": "https://ror.org/03tqeft14", - "501100002541": "https://ror.org/04xysgw12", - "501100020453": "https://ror.org/046ft6c74", - "501100009009": "https://ror.org/05x1ptx12", - "501100008766": "https://ror.org/04kx2sy84", - "501100017601": "https://ror.org/04kx2sy84", - "100009880": "https://ror.org/05tc5bm31", - "501100005320": "https://ror.org/05s92vm98", - "501100005321": "https://ror.org/05s92vm98", - "100007613": "https://ror.org/01wntqw50", - "100007614": "https://ror.org/01wntqw50", - "501100010614": "https://ror.org/00jmsxk74", - "501100007446": "https://ror.org/052kwzs30", - "501100023674": "https://ror.org/052kwzs30", - "100010026": "https://ror.org/022gstf70", - "501100008325": "https://ror.org/0557b9y08", - "501100011827": "https://ror.org/03dveyr97", - "501100017020": "https://ror.org/050ed7z50", - "501100007924": "https://ror.org/01f8qvj05", - "100007233": "https://ror.org/02e3zdp86", - "100007750": "https://ror.org/02e3zdp86", - "100006921": "https://ror.org/02e3zdp86", - "501100016210": "https://ror.org/04xk0dc21", - "100009367": "https://ror.org/02gdzyx04", - "501100002666": "https://ror.org/020hwjq30", - "501100007143": "https://ror.org/020hwjq30", - "501100002682": "https://ror.org/020hwjq30", - "501100007144": "https://ror.org/020hwjq30", - "501100001686": "https://ror.org/0031wrj91", - "501100015260": "https://ror.org/03jqs2n27", - "501100005037": "https://ror.org/03z9tma90", - "100007058": "https://ror.org/012wxa772", - "100007291": "https://ror.org/012wxa772", - "100010051": "https://ror.org/01rv4p989", - "501100004314": "https://ror.org/02423gm04", - "100008211": "https://ror.org/04bdffz58", - "100006497": "https://ror.org/04bdffz58", - "100005319": "https://ror.org/04bdffz58", - "100008212": "https://ror.org/04bdffz58", - "100005418": "https://ror.org/04bdffz58", - "100013424": "https://ror.org/04bdffz58", - "501100006470": "https://ror.org/02j61yw88", - "501100002665": "https://ror.org/02j61yw88", - "501100012099": "https://ror.org/0022nd079", - "100009043": "https://ror.org/017wvtq80", - "501100008961": "https://ror.org/0483s5p06", - "501100010236": "https://ror.org/00ws30h19", - "501100006450": "https://ror.org/043fje207", - "100007567": "https://ror.org/03q8dnn23", - "501100008562": "https://ror.org/05td3s095", - "100019308": "https://ror.org/02s82rs08", - "501100002664": "https://ror.org/053w1zy07", - "501100007751": "https://ror.org/00bas1c41", - "501100022308": "https://ror.org/04t79ze18", - "100012326": "https://ror.org/03hbp5t65", - "501100007414": "https://ror.org/01wsfe280", - "501100008363": "https://ror.org/0388c3403", - "100009154": "https://ror.org/01gw3d370", - "501100000083": "https://ror.org/01gw3d370", - "501100004687": "https://ror.org/03p3aeb86", - "100008775": "https://ror.org/005f5hv41", - "100018428": "https://ror.org/04wjxkk25", - "501100008332": "https://ror.org/04p9k2z50", - "100010110": "https://ror.org/05h3pkk68", - "501100004175": "https://ror.org/014weej12", - "501100008462": "https://ror.org/03c8fdb16", - "501100008809": "https://ror.org/013w98a82", - "501100004770": "https://ror.org/02k7wn190", - "501100005353": "https://ror.org/00vasag41", - "501100015276": "https://ror.org/049asqa32", - "501100011813": "https://ror.org/007mntk44", - "100006756": "https://ror.org/047rhhm47", - "100008627": "https://ror.org/047rhhm47", - "100006374": "https://ror.org/047rhhm47", - "100006757": "https://ror.org/047rhhm47", - "501100019692": "https://ror.org/05558nw16", - "100008578": "https://ror.org/012mef835", - "100008620": "https://ror.org/012mef835", - "100012127": "https://ror.org/012mef835", - "100010064": "https://ror.org/029gwvs11", - "501100009914": "https://ror.org/03dmz0111", - "501100001627": "https://ror.org/05581wm82", - "501100011811": "https://ror.org/015d0jq83", - "501100010335": "https://ror.org/00xqtxw43", - "501100008815": "https://ror.org/012ajp527", - "501100012311": "https://ror.org/04ksd4g47", - "501100015999": "https://ror.org/026gdz537", - "100008992": "https://ror.org/01rp41m56", - "501100001725": "https://ror.org/00j62qv07", - "501100004512": "https://ror.org/056e9h402", - "100009980": "https://ror.org/04zjtrb98", - "501100006242": "https://ror.org/040v70252", - "501100006243": "https://ror.org/040v70252", - "501100007433": "https://ror.org/04s99y476", - "501100012478": "https://ror.org/04s99y476", - "501100002964": "https://ror.org/05wxkj555", - "501100019788": "https://ror.org/01qhqcj41", - "100011797": "https://ror.org/01wcaxs37", - "501100007610": "https://ror.org/04gq0w522", - "501100006247": "https://ror.org/00q9atg80", - "100010048": "https://ror.org/02s08xt61", - "501100015600": "https://ror.org/0462wa640", - "501100002668": "https://ror.org/01x1kqx83", - "501100014601": "https://ror.org/01m8p7q42", - "100016218": "https://ror.org/01y0vz750", - "100009442": "https://ror.org/02mqrrm75", - "501100004098": "https://ror.org/02mqrrm75", - "100015968": "https://ror.org/02mbd5571", - "100019353": "https://ror.org/05aevyc10", - "501100014832": "https://ror.org/05d2kyx68", - "501100005271": "https://ror.org/00xp9wg62", - "100008513": "https://ror.org/00ysqcn41", - "100010924": "https://ror.org/0396bvs97", - "501100010104": "https://ror.org/02mh8wx89", - "100011665": "https://ror.org/02vwzrd76", - "501100009060": "https://ror.org/04cyy9943", - "501100017619": "https://ror.org/04cyy9943", - "501100006382": "https://ror.org/006gksa02", - "501100002929": "https://ror.org/006gksa02", - "501100008386": "https://ror.org/02kswqa67", - "100010045": "https://ror.org/04r0ks517", - "100009800": "https://ror.org/00rd5t069", - "100007835": "https://ror.org/00rd5t069", - "501100009896": "https://ror.org/013v3cc28", - "100019997": "https://ror.org/00r9t7n55", - "100016111": "https://ror.org/041sz8d87", - "501100007954": "https://ror.org/05gs3fb07", - "501100007710": "https://ror.org/05dmhhd41", - "501100020561": "https://ror.org/02wcpmn42", - "501100020275": "https://ror.org/03nadee84", - "501100004145": "https://ror.org/001c2sn75", - "501100013345": "https://ror.org/0566bfb96", - "100008576": "https://ror.org/02xawj266", - "501100011324": "https://ror.org/021cj6z65", - "501100003021": "https://ror.org/01vyrm377", - "100012352": "https://ror.org/00wjc7c48", - "501100005911": "https://ror.org/05edw4a90", - "501100007480": "https://ror.org/05r78ng12", - "501100000315": "https://ror.org/015m2p889", - "501100001641": "https://ror.org/015m2p889", - "501100001642": "https://ror.org/015m2p889", - "100009391": "https://ror.org/04yej8x59", - "100015063": "https://ror.org/000yk5876", - "501100012565": "https://ror.org/00h1gc758", - "100008117": "https://ror.org/001m1hv61", - "501100005874": "https://ror.org/00qjgza05", - "100008891": "https://ror.org/04bj28v14", - "501100010844": "https://ror.org/05tqaz865", - "100005288": "https://ror.org/02eysy271", - "501100007930": "https://ror.org/00xsfaz62", - "501100005225": "https://ror.org/00xsfaz62", - "501100009014": "https://ror.org/03144pv92", - "501100002724": "https://ror.org/001g2fj96", - "501100015673": "https://ror.org/0108wjw08", - "501100003488": "https://ror.org/05vr1c885", - "100009814": "https://ror.org/01k44g025", - "100009813": "https://ror.org/01k44g025", - "501100010265": "https://ror.org/035y7a716", - "501100009165": "https://ror.org/044v96v72", - "100010009": "https://ror.org/028ndzd53", - "100007277": "https://ror.org/04a9tmd77", - "501100004767": "https://ror.org/03grx7119", - "501100011722": "https://ror.org/03zyp6p76", - "501100006368": "https://ror.org/01teme464", - "501100012615": "https://ror.org/00sc9n023", - "501100010702": "https://ror.org/04mz9mt17", - "100009849": "https://ror.org/00y3hzd62", - "501100008865": "https://ror.org/00mcjh785", - "100006235": "https://ror.org/02jbv0t02", - "501100003252": "https://ror.org/012a77v79", - "501100006738": "https://ror.org/012a77v79", - "501100004817": "https://ror.org/012a77v79", - "501100003481": "https://ror.org/004rbbw49", - "501100020440": "https://ror.org/058s1vf87", - "501100007535": "https://ror.org/04gaexw88", - "501100018927": "https://ror.org/04gaexw88", - "501100007101": "https://ror.org/03yh0n709", - "501100002951": "https://ror.org/05k27ay38", - "501100010612": "https://ror.org/04175wc52", - "501100008534": "https://ror.org/0515nd386", - "100011555": "https://ror.org/04tmmky42", - "501100005788": "https://ror.org/05n3x4p02", - "501100003984": "https://ror.org/03stptj97", - "100015321": "https://ror.org/05bhada84", - "100007492": "https://ror.org/005781934", - "100010272": "https://ror.org/005781934", - "100005470": "https://ror.org/005781934", - "100008883": "https://ror.org/0272j5188", - "501100008829": "https://ror.org/00ndrvk93", - "501100006314": "https://ror.org/01b64k086", - "501100010623": "https://ror.org/04v4g9h31", - "100008401": "https://ror.org/02rsjh069", - "100014988": "https://ror.org/03gnh5541", - "501100010274": "https://ror.org/03frjya69", - "501100008127": "https://ror.org/05b307002", - "501100002663": "https://ror.org/01y0j0j86", - "501100010438": "https://ror.org/02zbb2597", - "100013427": "https://ror.org/04z49n283", - "100004186": "https://ror.org/0406gha72", - "100007162": "https://ror.org/0406gha72", - "100010179": "https://ror.org/02h4qpx12", - "501100008849": "https://ror.org/046fkpt18", - "501100007821": "https://ror.org/03z77qz90", - "501100004783": "https://ror.org/03z77qz90", - "501100005322": "https://ror.org/0468j1635", - "100007920": "https://ror.org/0464eyp60", - "501100007845": "https://ror.org/04qr5t414", - "501100012216": "https://ror.org/00tyjp878", - "501100007111": "https://ror.org/03te4vd35", - "100013076": "https://ror.org/04fceqm38", - "100011794": "https://ror.org/04h6w7946", - "501100007820": "https://ror.org/014v1mr15", - "501100008869": "https://ror.org/04jcykh16", - "501100008083": "https://ror.org/04gwtvf26", - "100010015": "https://ror.org/04jp2hx10", - "501100009785": "https://ror.org/01aem0w72", - "501100003508": "https://ror.org/043nxc105", - "501100005033": "https://ror.org/02bzfsy61", - "501100011317": "https://ror.org/01t001k65", - "100019629": "https://ror.org/049da5t36", - "501100006385": "https://ror.org/05pejbw21", - "501100004945": "https://ror.org/01y1kjr75", - "501100009457": "https://ror.org/01dtyv127", - "501100017589": "https://ror.org/03a60m280", - "501100014769": "https://ror.org/04exd0a76", - "501100007780": "https://ror.org/02278tr80", - "100011858": "https://ror.org/04013rx15", - "100009042": "https://ror.org/03yxnpp24", - "501100009376": "https://ror.org/02k5gp281", - "100010338": "https://ror.org/01dcw5w74", - "100018520": "https://ror.org/014zxnz40", - "501100004749": "https://ror.org/01285e189", - "100022741": "https://ror.org/01db19a87", - "501100010391": "https://ror.org/03kjjhe36", - "501100011644": "https://ror.org/03gn5cg19", - "501100002766": "https://ror.org/04w9fbh59", - "501100007189": "https://ror.org/01dg85j68", - "501100021718": "https://ror.org/00r2r5k05", - "100007193": "https://ror.org/058w5nk68", - "100014856": "https://ror.org/033m02g29", - "100007176": "https://ror.org/010h78f45", - "501100008976": "https://ror.org/0338xea48", - "100014806": "https://ror.org/01c3rrh15", - "501100008422": "https://ror.org/00g0p6g84", - "501100001343": "https://ror.org/00g0p6g84", - "501100016996": "https://ror.org/05p7z7s64", - "100009153": "https://ror.org/03ykbk197", - "501100004514": "https://ror.org/04rhev598", - "100009177": "https://ror.org/04dyzkj40", - "100018510": "https://ror.org/04dyzkj40", - "501100005967": "https://ror.org/00j9qag85", - "501100014768": "https://ror.org/00j2a7k55", - "501100006560": "https://ror.org/0547yzj13", - "501100008759": "https://ror.org/013x4kb81", - "501100021082": "https://ror.org/02mb95055", - "100012846": "https://ror.org/02jgzjj54", - "100012998": "https://ror.org/03j4zvd18", - "501100008254": "https://ror.org/03q0t9252", - "100016087": "https://ror.org/03ceheh96", - "501100007115": "https://ror.org/009axq942", - "100016743": "https://ror.org/00c4wc133", - "501100000105": "https://ror.org/05fq50484", - "501100017612": "https://ror.org/04ewct822", - "501100011891": "https://ror.org/02474f074", - "100018057": "https://ror.org/04f7afq11", - "501100006768": "https://ror.org/03kv08d37", - "501100007834": "https://ror.org/03xawq568", - "501100008114": "https://ror.org/00n6txq60", - "501100005195": "https://ror.org/01xt2dr21", - "100019131": "https://ror.org/054y2mb78", - "501100019927": "https://ror.org/00ne6sr39", - "100010056": "https://ror.org/04p55hr04", - "100007838": "https://ror.org/04zyhq975", - "100006369": "https://ror.org/02jqj7156", - "100005907": "https://ror.org/02jqj7156", - "100009979": "https://ror.org/02jqj7156", - "100008439": "https://ror.org/054b0b564", - "501100004306": "https://ror.org/02ke8fw32", - "501100008367": "https://ror.org/01r9htc13", - "501100008537": "https://ror.org/01r9htc13", - "501100010527": "https://ror.org/01r9htc13", - "100017431": "https://ror.org/00sjd5653", - "501100008095": "https://ror.org/02txfnf15", - "100012943": "https://ror.org/04td37d32", - "501100007065": "https://ror.org/0192m2k53", - "501100003815": "https://ror.org/03frdh605", - "501100007925": "https://ror.org/023b72294", - "501100006559": "https://ror.org/02956yf07", - "100013078": "https://ror.org/01q7w1f47", - "501100001831": "https://ror.org/02e2c7k09", - "501100002984": "https://ror.org/02e2c7k09", - "100005972": "https://ror.org/04avkmd49", - "100005491": "https://ror.org/04avkmd49", - "100009973": "https://ror.org/04v097707", - "501100003593": "https://ror.org/03swz6y49", - "501100013806": "https://ror.org/03dnytd23", - "501100020447": "https://ror.org/05akhmy90", - "100008996": "https://ror.org/005edt527", - "501100000995": "https://ror.org/019wvm592", - "501100001151": "https://ror.org/019wvm592", - "100009020": "https://ror.org/019wvm592", - "501100012539": "https://ror.org/019wvm592", - "501100010263": "https://ror.org/03hx84x94", - "501100018987": "https://ror.org/03r8nwp71", - "501100001636": "https://ror.org/03265fv13", - "100009366": "https://ror.org/05w4ste42", - "501100008026": "https://ror.org/037mrss42", - "501100007782": "https://ror.org/037mrss42", - "501100004045": "https://ror.org/03z8fyr40", - "501100020031": "https://ror.org/0561ghm58", - "501100014895": "https://ror.org/00g2rqs52", - "100011546": "https://ror.org/01kw1gj07", - "501100020439": "https://ror.org/025s55q11", - "501100008049": "https://ror.org/03442p831", - "501100008790": "https://ror.org/011gmn932", - "501100011607": "https://ror.org/04dd86x86", - "501100008781": "https://ror.org/01v1rak05", - "501100014073": "https://ror.org/000k1q888", - "501100013463": "https://ror.org/0046ap498", - "501100009410": "https://ror.org/050c3cw24", - "501100007503": "https://ror.org/05jvrwv37", - "100017525": "https://ror.org/00zbe0w13", - "100009538": "https://ror.org/051prj435", - "501100009550": "https://ror.org/04nbhqj75", - "501100005044": "https://ror.org/00340yn33", - "501100009012": "https://ror.org/01wd4xt90", - "501100004712": "https://ror.org/018rbtf37", - "100012616": "https://ror.org/012dg8a96", - "501100018811": "https://ror.org/0553yr311", - "501100005758": "https://ror.org/00x69rs40", - "100006224": "https://ror.org/05gvnxz63", - "501100006289": "https://ror.org/03wb8xz10", - "501100016036": "https://ror.org/03wb8xz10", - "501100014233": "https://ror.org/03wb8xz10", - "501100011093": "https://ror.org/00a5mh069", - "501100005346": "https://ror.org/037wny167", - "100018217": "https://ror.org/02k5swt12", - "501100008046": "https://ror.org/00fhc9y79", - "100012990": "https://ror.org/01tevnk56", - "501100005605": "https://ror.org/01704wp68", - "501100007034": "https://ror.org/04emwm605", - "100007422": "https://ror.org/010mjn423", - "501100003495": "https://ror.org/00zd5gr55", - "501100003623": "https://ror.org/03bamq636", - "100008920": "https://ror.org/010x8gc63", - "100011782": "https://ror.org/010x8gc63", - "100015942": "https://ror.org/0030ewy42", - "501100014156": "https://ror.org/03hqan520", - "501100009780": "https://ror.org/03sawy356", - "100012558": "https://ror.org/03sawy356", - "501100002914": "https://ror.org/0420zvk78", - "501100009371": "https://ror.org/03gnr7b55", - "501100003407": "https://ror.org/0166hxq48", - "501100021856": "https://ror.org/0166hxq48", - "100017336": "https://ror.org/0166hxq48", - "100015849": "https://ror.org/01fem2359", - "501100007819": "https://ror.org/03zd3ta61", - "100015298": "https://ror.org/034bxn811", - "501100001803": "https://ror.org/048zcaj52", - "100012376": "https://ror.org/011pqxa69", - "501100016002": "https://ror.org/022efad20", - "501100005187": "https://ror.org/04gnjpq42", - "501100015688": "https://ror.org/00ax71d21", - "501100018960": "https://ror.org/03cx6bg69", - "501100014734": "https://ror.org/02gmwvg31", - "501100008252": "https://ror.org/05ht0mh31", - "501100016398": "https://ror.org/025er3q23", - "100008986": "https://ror.org/01r7awg59", - "501100001102": "https://ror.org/05gsbkp40", - "501100013388": "https://ror.org/005y2ap84", - "100008397": "https://ror.org/013w1n936", - "501100004850": "https://ror.org/01rpe9k96", - "501100007227": "https://ror.org/04q8h6b75", - "501100003853": "https://ror.org/03gcbhc33", - "501100020915": "https://ror.org/033hgcp80", - "100024933": "https://ror.org/035cp7g76", - "501100014596": "https://ror.org/05kacka20", - "501100021674": "https://ror.org/03fvq2a72", - "501100011781": "https://ror.org/034s44556", - "501100020711": "https://ror.org/047hdnt12", - "100012993": "https://ror.org/05wwfbb42", - "501100001799": "https://ror.org/00r4sry34", - "100008715": "https://ror.org/00r4sry34", - "501100008138": "https://ror.org/02ddzfk73", - "501100004007": "https://ror.org/005ta0471", - "501100013168": "https://ror.org/005ta0471", - "501100003068": "https://ror.org/03zx86w41", - "501100008330": "https://ror.org/03kqap970", - "100012894": "https://ror.org/02krvw113", - "501100018778": "https://ror.org/05fnp1145", - "501100007515": "https://ror.org/01fvbaw18", - "100008398": "https://ror.org/05nqkay65", - "100009096": "https://ror.org/05teb7b63", - "501100010807": "https://ror.org/05teb7b63", - "501100022940": "https://ror.org/01537wn74", - "501100004587": "https://ror.org/00ca2c886", - "100012992": "https://ror.org/0020snb74", - "501100015815": "https://ror.org/04c4bm785", - "100012366": "https://ror.org/04t6wsp57", - "100012767": "https://ror.org/05ww3wq27", - "501100009411": "https://ror.org/05ggc9x40", - "501100005298": "https://ror.org/02yzgww51", - "501100005299": "https://ror.org/02yzgww51", - "100012944": "https://ror.org/05r0ccb59", - "501100010651": "https://ror.org/020azk594", - "100015606": "https://ror.org/035j24j42", - "501100002425": "https://ror.org/00n0s9w57", - "501100006581": "https://ror.org/00q8h8k29", - "100000866": "https://ror.org/05ayv2203", - "100006588": "https://ror.org/01cq23130", - "100011518": "https://ror.org/01cq23130", - "100019375": "https://ror.org/035qsg823", - "501100019723": "https://ror.org/00j75pt62", - "501100006273": "https://ror.org/05hnb7x64", - "501100005745": "https://ror.org/022yres73", - "501100007259": "https://ror.org/02mw21745", - "501100012264": "https://ror.org/045016w83", - "100020176": "https://ror.org/045v4z873", - "100008696": "https://ror.org/011maz450", - "100017401": "https://ror.org/01g09ef73", - "501100014104": "https://ror.org/02fabx761", - "501100004055": "https://ror.org/03yez3163", - "100006445": "https://ror.org/043trmd87", - "100019640": "https://ror.org/04bcbax71", - "501100002491": "https://ror.org/048m9x696", - "501100005644": "https://ror.org/05gs8cd61", - "501100014587": "https://ror.org/03m50n726", - "501100010678": "https://ror.org/03ym7ve89", - "100020178": "https://ror.org/02tne2741", - "501100018827": "https://ror.org/050bg0846", - "501100005412": "https://ror.org/01k3mbs15", - "501100018819": "https://ror.org/04yh52k23", - "501100006335": "https://ror.org/00frr1n84", - "501100012497": "https://ror.org/00frr1n84", - "501100006376": "https://ror.org/026wwrx19", - "501100006377": "https://ror.org/026wwrx19", - "501100009848": "https://ror.org/026wwrx19", - "501100007698": "https://ror.org/04cwrbc27", - "100010019": "https://ror.org/03f914y84", - "100018051": "https://ror.org/00hzs6t60", - "501100015325": "https://ror.org/0182a5n39", - "501100009559": "https://ror.org/01r53hz59", - "501100002585": "https://ror.org/05jmm0651", - "100006400": "https://ror.org/00thr3w71", - "100011073": "https://ror.org/02f0bym65", - "100019499": "https://ror.org/03mfefw72", - "501100007832": "https://ror.org/0037djy87", - "501100016276": "https://ror.org/02eehp307", - "501100019275": "https://ror.org/042335e16", - "501100023327": "https://ror.org/00k0k7y87", - "501100005934": "https://ror.org/05wp7an13", - "100005441": "https://ror.org/01rcfpa16", - "501100007102": "https://ror.org/053g6we49", - "501100015041": "https://ror.org/03f077y84", - "501100019588": "https://ror.org/02hd2zk59", - "501100007069": "https://ror.org/02rc97e94", - "100016919": "https://ror.org/05xf50770", - "100008550": "https://ror.org/01bmjkv45", - "501100007810": "https://ror.org/05hsgex59", - "501100006412": "https://ror.org/05hsgex59", - "501100012034": "https://ror.org/05ajnv358", - "100017595": "https://ror.org/05gefd119", - "100016566": "https://ror.org/03xc55g68", - "100012914": "https://ror.org/053jehz60", - "501100018651": "https://ror.org/03d0jkp23", - "501100000951": "https://ror.org/023m51b03", - "100012989": "https://ror.org/037263487", - "501100020956": "https://ror.org/046denk61", - "501100011614": "https://ror.org/02r91my29", - "501100018990": "https://ror.org/00cdrtq48", - "100008913": "https://ror.org/029m7xn54", - "501100012704": "https://ror.org/03x297z98", - "100018294": "https://ror.org/02h3bfj85", - "501100009527": "https://ror.org/0417ye583", - "100014962": "https://ror.org/05dhe8b71", - "501100012267": "https://ror.org/01kzjg088", - "501100011067": "https://ror.org/05r9r2f34", - "100000083": "https://ror.org/025kzpk63", - "100010034": "https://ror.org/033byn085", - "501100013366": "https://ror.org/04pzf5g91", - "100019221": "https://ror.org/055a6gk50", - "501100004950": "https://ror.org/05j0ve876", - "501100009431": "https://ror.org/020dggs04", - "100019349": "https://ror.org/04dvbth24", - "501100016366": "https://ror.org/04yg23125", - "100010085": "https://ror.org/04zjcaq85", - "100020190": "https://ror.org/05drmrq39", - "501100009915": "https://ror.org/01bkn5154", - "100006647": "https://ror.org/00haq1z06", - "100030870": "https://ror.org/02ffcdy84", - "501100019720": "https://ror.org/031xne895", - "100016723": "https://ror.org/03ytqnm28", - "100012786": "https://ror.org/054nntz49", - "501100003175": "https://ror.org/027cbd221", - "501100003146": "https://ror.org/027cbd221", - "100016482": "https://ror.org/001skmk61", - "501100020850": "https://ror.org/04y763m95", - "100012337": "https://ror.org/03rzp5127", - "100019275": "https://ror.org/04qenc566", - "100013067": "https://ror.org/02pdzen98", - "501100008757": "https://ror.org/0470cgs30", - "100010040": "https://ror.org/04mwwnx67", - "100010030": "https://ror.org/03ctjbj91", - "100013965": "https://ror.org/056hr4255", - "100019502": "https://ror.org/052sta926", - "501100020917": "https://ror.org/01xfzxq83", - "501100018969": "https://ror.org/01cn6ph21", - "100019728": "https://ror.org/0042ytd14", - "501100014271": "https://ror.org/03hq67y94", - "100011351": "https://ror.org/034gcgd08", - "100015522": "https://ror.org/02wb73912", - "100018548": "https://ror.org/024fm2y42", - "100000141": "https://ror.org/05wqqhv83", - "100016837": "https://ror.org/01358s213", - "100010443": "https://ror.org/05e94g991", - "100019639": "https://ror.org/05mqvn149", - "100017604": "https://ror.org/017ebfz38", - "100008240": "https://ror.org/00shpc021", - "100018664": "https://ror.org/00gcpds33", - "501100008970": "https://ror.org/048wxdk46", - "501100006337": "https://ror.org/04aah1z61", - "501100013264": "https://ror.org/04aah1z61", - "100010017": "https://ror.org/0067fqk38", - "501100016281": "https://ror.org/03b6ffh07", - "501100012644": "https://ror.org/04hteea03", - "501100010654": "https://ror.org/01r2c3v86", - "501100018776": "https://ror.org/04r23zn56", - "501100012623": "https://ror.org/04xgbph11", - "100018370": "https://ror.org/03xq4x896", - "100020407": "https://ror.org/006vzad83", - "100006677": "https://ror.org/02x2akc96", - "100014411": "https://ror.org/02shwmm76", - "100009947": "https://ror.org/004nn4n27", - "100016640": "https://ror.org/03rk9sq81", - "100014107": "https://ror.org/03rcspa57", - "501100004854": "https://ror.org/01jvpb595", - "501100010603": "https://ror.org/02xe2fg84", - "501100003292": "https://ror.org/042m3ve83", - "501100017009": "https://ror.org/02s7j7z43", - "501100008099": "https://ror.org/00s67c790", - "501100006013": "https://ror.org/01km6p862", - "501100007203": "https://ror.org/01km6p862", - "501100006014": "https://ror.org/01km6p862", - "501100016119": "https://ror.org/004r9h172", - "100016912": "https://ror.org/00kt5kp12", - "501100017261": "https://ror.org/03xyve152", - "501100010598": "https://ror.org/003qt4p19", - "501100005278": "https://ror.org/03bp5hc83", - "100006225": "https://ror.org/0526p1y61", - "100006173": "https://ror.org/0526p1y61", - "501100011913": "https://ror.org/04jedda80", - "100016018": "https://ror.org/04m9gzq43", - "100017819": "https://ror.org/0003e4m70", - "501100016273": "https://ror.org/045e97x26", - "501100023230": "https://ror.org/03wvtrq14", - "501100020991": "https://ror.org/02kdm5630", - "100018165": "https://ror.org/02g6rcz57", - "501100016244": "https://ror.org/01eeqzy24", - "501100004341": "https://ror.org/0316x1478", - "100005852": "https://ror.org/05r0q9p84", - "501100008973": "https://ror.org/04k89yk85", - "100015971": "https://ror.org/02d8v0v24", - "501100004234": "https://ror.org/01wjxn842", - "100019135": "https://ror.org/04w077t62", - "501100015022": "https://ror.org/03wf51b65", - "501100017484": "https://ror.org/03k1z9s75", - "501100003421": "https://ror.org/01sb6ek09", - "100019994": "https://ror.org/01xtkxh20", - "501100004196": "https://ror.org/00ey0ed83", - "100017590": "https://ror.org/02na8dn90", - "501100007198": "https://ror.org/04ejmmq75", - "100000179": "https://ror.org/04nseet23", - "501100007321": "https://ror.org/04hr99439", - "501100011647": "https://ror.org/0122bmm03", - "501100022350": "https://ror.org/0373te416", - "100011761": "https://ror.org/05pgk5e03", - "501100017260": "https://ror.org/03trnsb56", - "100017419": "https://ror.org/00316zc91", - "501100003982": "https://ror.org/004pc5924", - "100011795": "https://ror.org/02qp25a50", - "501100005388": "https://ror.org/04zhrfn38", - "501100018932": "https://ror.org/00edvg943", - "100019693": "https://ror.org/03z9wm572", - "100010653": "https://ror.org/03qea8398", - "100010652": "https://ror.org/03qea8398", - "501100003822": "https://ror.org/044yd9t77", - "100010534": "https://ror.org/037mh3841", - "501100005071": "https://ror.org/028qtbk54", - "501100007550": "https://ror.org/028qtbk54", - "100009587": "https://ror.org/028qtbk54", - "100011419": "https://ror.org/01arysc35", - "100007574": "https://ror.org/05b1kx621", - "100019914": "https://ror.org/0508h6p74", - "501100014127": "https://ror.org/05fryw881", - "501100019781": "https://ror.org/01hwamj44", - "100008512": "https://ror.org/001bvc968", - "501100007509": "https://ror.org/028h6g607", - "501100009054": "https://ror.org/04vsvr128", - "501100006147": "https://ror.org/00qqx3790", - "501100023316": "https://ror.org/01zx17h33", - "501100013222": "https://ror.org/05ey7mm31", - "100008229": "https://ror.org/01y3xgc52", - "100016556": "https://ror.org/001ydh096", - "501100011065": "https://ror.org/02nkz4493", - "501100003770": "https://ror.org/03v2nbx43", - "100008724": "https://ror.org/01bk10867", - "100006056": "https://ror.org/02vk0qj37", - "501100005809": "https://ror.org/01w8z9742", - "100019707": "https://ror.org/01a1jjn24", - "100019272": "https://ror.org/04kpdmm83", - "501100006562": "https://ror.org/02rsnav77", - "501100004842": "https://ror.org/0084z7g54", - "501100000831": "https://ror.org/039zvsn29", - "100013111": "https://ror.org/01qa5ep47", - "501100011617": "https://ror.org/043yykt67", - "100006098": "https://ror.org/00rj4x019", - "100005625": "https://ror.org/00rj4x019", - "501100010608": "https://ror.org/04q4kt073", - "501100002486": "https://ror.org/051q2m369", - "100000076": "https://ror.org/001xhss06", - "501100008567": "https://ror.org/025fy2n80", - "501100006379": "https://ror.org/03jkshc47", - "501100006106": "https://ror.org/03dm7dd93", - "100012839": "https://ror.org/042vepq05", - "100019273": "https://ror.org/00mz6ad23", - "100003582": "https://ror.org/02a0fwv66", - "100006353": "https://ror.org/04378d909", - "100018964": "https://ror.org/028d5by70", - "501100009937": "https://ror.org/01n83er02", - "100019148": "https://ror.org/01wbhqj28", - "100012985": "https://ror.org/047cjg072", - "100015467": "https://ror.org/0349vqz63", - "501100023265": "https://ror.org/03s9x8b85", - "501100002985": "https://ror.org/01ztcvt22", - "501100003953": "https://ror.org/01ztcvt22", - "501100009062": "https://ror.org/03c7s1f64", - "100009594": "https://ror.org/05xydav19", - "501100008349": "https://ror.org/04mz5ra38", - "100015996": "https://ror.org/05ecg5h20", - "100020572": "https://ror.org/007j5qg12", - "501100003151": "https://ror.org/00b9f9778", - "501100003150": "https://ror.org/00b9f9778", - "501100003147": "https://ror.org/00b9f9778", - "501100013265": "https://ror.org/03avf6522", - "100008352": "https://ror.org/00p11pk44", - "501100021177": "https://ror.org/00sdcjz77", - "100008305": "https://ror.org/007cnf143", - "100008306": "https://ror.org/007cnf143", - "100019197": "https://ror.org/00crnyv53", - "501100009540": "https://ror.org/03ca7a577", - "100018941": "https://ror.org/0036p5w23", - "100022889": "https://ror.org/0323wfn23", - "100017418": "https://ror.org/00b210x50", - "100018276": "https://ror.org/03rgjt374", - "501100009612": "https://ror.org/04vz7gz02", - "100016920": "https://ror.org/0284vkq26", - "100011760": "https://ror.org/023288525", - "501100021849": "https://ror.org/00a7n7g54", - "100020388": "https://ror.org/05mt7ye26", - "100007663": "https://ror.org/01v2vzt58", - "501100018967": "https://ror.org/04tp6pr14", - "100009534": "https://ror.org/04ctjby61", - "100016994": "https://ror.org/03d2p2e72", - "501100012625": "https://ror.org/01eb5yv70", - "100007252": "https://ror.org/018yta094", - "100008940": "https://ror.org/00k551w06", - "501100008033": "https://ror.org/027b9qx26", - "501100014909": "https://ror.org/04fbb7514", - "100020308": "https://ror.org/04ke6ht85", - "501100010712": "https://ror.org/00waaqh38", - "100009145": "https://ror.org/04cr2sq58", - "100012026": "https://ror.org/00840ea57", - "501100020655": "https://ror.org/001mf9v16", - "100019817": "https://ror.org/021aqk126", - "501100008257": "https://ror.org/03mwgfy56", - "100012661": "https://ror.org/006mbby82", - "100012039": "https://ror.org/04y8njc86", - "100015870": "https://ror.org/04xrarz80", - "501100010483": "https://ror.org/041vsn055", - "501100016362": "https://ror.org/01r0dam38", - "501100007378": "https://ror.org/04yqw9c44", - "501100012679": "https://ror.org/03vs03g62", - "100018216": "https://ror.org/04fg7az81", - "501100006427": "https://ror.org/04knbh022", - "501100013779": "https://ror.org/05tgdvt16", - "501100016285": "https://ror.org/01app8660", - "501100019715": "https://ror.org/04aha0598", - "100018886": "https://ror.org/01gmyr425", - "100012997": "https://ror.org/0004vyj87", - "100011793": "https://ror.org/01j2kd606", - "100010028": "https://ror.org/05t1h8f27", - "501100022213": "https://ror.org/04yazpn06", - "501100002466": "https://ror.org/04be65q32", - "100015061": "https://ror.org/00aygzx54", - "501100010583": "https://ror.org/0546hnb39", - "501100010272": "https://ror.org/01wf1es90", - "100012419": "https://ror.org/03kgj4539", - "100020276": "https://ror.org/05te8rc78", - "100019807": "https://ror.org/04jrfgq66", - "501100019288": "https://ror.org/03yht3k11", - "100012590": "https://ror.org/054kd6r74", - "100012804": "https://ror.org/05rp6gx35", - "100018199": "https://ror.org/013bgdt24", - "501100012496": "https://ror.org/035t7rn63", - "100010029": "https://ror.org/04f2nsd36", - "100007458": "https://ror.org/01cawbq05", - "501100004699": "https://ror.org/01abtsn51", - "501100010713": "https://ror.org/02rb21j89", - "501100014195": "https://ror.org/02q3m6z23", - "501100007742": "https://ror.org/04a7rxb17", - "501100007741": "https://ror.org/04a7rxb17", - "501100004849": "https://ror.org/021vseb03", - "501100010740": "https://ror.org/00da1gf19", - "501100024083": "https://ror.org/0138va192", - "501100005142": "https://ror.org/0537dnd74", - "501100021722": "https://ror.org/009n8zh45", - "100018895": "https://ror.org/02y553197", - "501100006111": "https://ror.org/045b9pr88", - "501100003381": "https://ror.org/045b9pr88", - "501100019716": "https://ror.org/00cf3sf89", - "501100014419": "https://ror.org/05qgkbq61", - "100011796": "https://ror.org/03g3p3b82", - "100015883": "https://ror.org/01hw00g98", - "100009061": "https://ror.org/05vss7635", - "100019883": "https://ror.org/029zqs055", - "501100015669": "https://ror.org/03rcwtr18", - "501100022345": "https://ror.org/00874hx02", - "100010020": "https://ror.org/00d6k8y35", - "100017047": "https://ror.org/04r9s1v23", - "100005447": "https://ror.org/01gmp5538", - "100007137": "https://ror.org/05cz92x43", - "501100007114": "https://ror.org/02f9k5d27", - "501100018647": "https://ror.org/02dn9h927", - "100000177": "https://ror.org/04h67aa53", - "501100015100": "https://ror.org/00my7df95", - "100018009": "https://ror.org/03c33w089", - "501100004768": "https://ror.org/01xb6rs26", - "501100006547": "https://ror.org/01xb6rs26", - "501100006749": "https://ror.org/01ff74m36", - "100013103": "https://ror.org/004y8wk30", - "100018998": "https://ror.org/05c347015", - "501100018968": "https://ror.org/049f0ha78", - "501100013916": "https://ror.org/02zhewk16", - "100019884": "https://ror.org/02qj9qr34", - "100012007": "https://ror.org/0420db125", - "100006596": "https://ror.org/03y5msf78", - "100007520": "https://ror.org/003rfsp33", - "100011500": "https://ror.org/003rfsp33", - "100007924": "https://ror.org/01ckdn478", - "501100010093": "https://ror.org/00zrhbg82", - "100018135": "https://ror.org/014hfaw95", - "100012907": "https://ror.org/0479aed98", - "501100011668": "https://ror.org/03rk5jj58", - "100017515": "https://ror.org/043ae9h44", - "100016561": "https://ror.org/04d4mbk19", - "100018222": "https://ror.org/02azyry73", - "100010939": "https://ror.org/0529ybh43", - "501100004845": "https://ror.org/059yk7s89", - "501100010663": "https://ror.org/015rzvz05", - "501100015705": "https://ror.org/03dk4hf38", - "501100018975": "https://ror.org/059xgrv47", - "501100007060": "https://ror.org/00twb6c09", - "501100021259": "https://ror.org/05sxbyd35", - "501100013416": "https://ror.org/00djv2c17", - "100010918": "https://ror.org/01nxc2t48", - "100019146": "https://ror.org/03x2m4d16", - "100007173": "https://ror.org/04r1hh402", - "100020075": "https://ror.org/04zwxg371", - "100012769": "https://ror.org/01g7s6g79", - "501100007605": "https://ror.org/05d09wf68", - "501100012521": "https://ror.org/03ke6d638", - "501100019652": "https://ror.org/0066fxv63", - "501100008091": "https://ror.org/03mcx2558", - "501100015913": "https://ror.org/00jma8s40", - "501100016274": "https://ror.org/030bmb197", - "501100012528": "https://ror.org/05256ym39", - "100004502": "https://ror.org/02nn4s922", - "100010263": "https://ror.org/02nn4s922", - "100008967": "https://ror.org/01rdrb571", - "100005807": "https://ror.org/03cm0t424", - "100014513": "https://ror.org/02qte9q33", - "100019993": "https://ror.org/02w8ba206", - "100017607": "https://ror.org/03v9e8t09", - "100013085": "https://ror.org/04rt94r53", - "501100010686": "https://ror.org/05x4m5564", - "501100001604": "https://ror.org/03sx84n71", - "501100020832": "https://ror.org/01cwd8p12", - "501100019789": "https://ror.org/03ef4a036", - "501100014268": "https://ror.org/00x6dk626", - "100016042": "https://ror.org/03erkev52", - "501100003972": "https://ror.org/057ts1y80", - "501100020702": "https://ror.org/03sbzv212", - "501100014414": "https://ror.org/05vy8np18", - "501100007117": "https://ror.org/007qsya74", - "501100010449": "https://ror.org/01txwsw02", - "100005435": "https://ror.org/04q6cg820", - "100020466": "https://ror.org/0036b6n81", - "100021068": "https://ror.org/0198j4566", - "100019624": "https://ror.org/04wckhb82", - "501100000014": "https://ror.org/01jays723", - "100000081": "https://ror.org/014bj5w56", - "100020475": "https://ror.org/014bj5w56", - "501100002475": "https://ror.org/01h6frr69", - "501100007476": "https://ror.org/03rzb4f20", - "100016168": "https://ror.org/0564xsr50", - "501100002591": "https://ror.org/02fywdp72", - "501100008128": "https://ror.org/03ztsbk67", - "100018752": "https://ror.org/04pam3b03", - "100010016": "https://ror.org/04xyxjd90", - "100012934": "https://ror.org/00a45v709", - "501100007328": "https://ror.org/04xe01d27", - "100019928": "https://ror.org/0378w3a30", - "501100016235": "https://ror.org/027vmhf17", - "100016051": "https://ror.org/04zayvt43", - "100004415": "https://ror.org/05xagc088", - "501100000830": "https://ror.org/05xagc088", - "100012967": "https://ror.org/04raxj885", - "100020196": "https://ror.org/00w641b14", - "100016325": "https://ror.org/053bp9m60", - "100016043": "https://ror.org/036kgyt43", - "100007205": "https://ror.org/01pp0fx48", - "100018150": "https://ror.org/039zveh30", - "501100007418": "https://ror.org/044mkdq33", - "501100005783": "https://ror.org/015zmr509", - "100008567": "https://ror.org/02xsh5r57", - "100008566": "https://ror.org/02xsh5r57", - "100013908": "https://ror.org/03tv88982", - "501100005417": "https://ror.org/026w31v75", - "501100007138": "https://ror.org/026w31v75", - "501100006760": "https://ror.org/026w31v75", - "501100002735": "https://ror.org/03srtnf24", - "100013074": "https://ror.org/04rmtzr09", - "100020445": "https://ror.org/00efxp054", - "100010925": "https://ror.org/02c63wv67", - "501100005965": "https://ror.org/02j6c0d67", - "501100005966": "https://ror.org/02j6c0d67", - "100010139": "https://ror.org/05b5x4a35", - "501100006347": "https://ror.org/02rmd1t30", - "501100018643": "https://ror.org/00g1w3j30", - "100020295": "https://ror.org/02anzyy56", - "100013104": "https://ror.org/004fze387", - "100012781": "https://ror.org/01kaqxm37", - "501100016250": "https://ror.org/0069bkg23", - "501100003992": "https://ror.org/05rshs160", - "501100002081": "https://ror.org/051xex213", - "501100001596": "https://ror.org/051xex213", - "501100001597": "https://ror.org/051xex213", - "501100020313": "https://ror.org/04kynyg17", - "501100007073": "https://ror.org/045zrcm98", - "100012960": "https://ror.org/0406s2v03", - "100010934": "https://ror.org/05pjd6b26", - "100020328": "https://ror.org/039d9es10", - "100020427": "https://ror.org/01ghfgz70", - "501100000655": "https://ror.org/0431sk359", - "100013978": "https://ror.org/0431sk359", - "100019512": "https://ror.org/00zm4rq24", - "501100004827": "https://ror.org/05cyprz33", - "501100014417": "https://ror.org/02k3v9512", - "501100007833": "https://ror.org/00p034093", - "501100020222": "https://ror.org/01texbd31", - "100019859": "https://ror.org/05ac26z88", - "501100011655": "https://ror.org/00sx0cd23", - "100008195": "https://ror.org/04kmeaw70", - "501100005845": "https://ror.org/001yc7927", - "100012986": "https://ror.org/03ha64j07", - "501100015989": "https://ror.org/04dp7tp96", - "501100011616": "https://ror.org/05mqkk958", - "100002288": "https://ror.org/0247aa843", - "100018008": "https://ror.org/042zvmz29", - "100007754": "https://ror.org/05snt2t16", - "501100006643": "https://ror.org/05qbzwv83", - "501100001783": "https://ror.org/05qbzwv83", - "100018592": "https://ror.org/05k84m754", - "501100012414": "https://ror.org/04w686e65", - "100007786": "https://ror.org/03fvwxc59", - "501100002889": "https://ror.org/00a4kqq17", - "501100002675": "https://ror.org/00tjh4k26", - "501100004289": "https://ror.org/05kfstc28", - "100009100": "https://ror.org/02qnf3n86", - "501100008119": "https://ror.org/04a1mvv97", - "501100020649": "https://ror.org/04wbzgn90", - "100011553": "https://ror.org/01f0syq13", - "501100015832": "https://ror.org/02cnwgt19", - "100011408": "https://ror.org/01s7b5y08", - "100008697": "https://ror.org/05bbbc791", - "501100004597": "https://ror.org/03v783k16", - "501100014371": "https://ror.org/03b21sh32", - "501100019923": "https://ror.org/049eq0c58", - "100018136": "https://ror.org/01fmwcn13", - "100008947": "https://ror.org/04vj69e88", - "501100019918": "https://ror.org/02jbayz55", - "501100012409": "https://ror.org/05gqg4y53", - "501100005780": "https://ror.org/057d6z539", - "501100018712": "https://ror.org/051h0cw83", - "501100001312": "https://ror.org/04kp2b655", - "100017153": "https://ror.org/04gvszq17", - "501100004859": "https://ror.org/04y3rfg91", - "100019469": "https://ror.org/03anrkt33", - "501100020907": "https://ror.org/00hhr3x36", - "501100010296": "https://ror.org/03bzf1g85", - "501100010602": "https://ror.org/01z0mc198", - "501100014597": "https://ror.org/01qckj285", - "100011228": "https://ror.org/0489ggv38", - "501100014723": "https://ror.org/008gwdp12", - "501100013355": "https://ror.org/05kbmmt89", - "501100004352": "https://ror.org/05sgb8g78", - "100013223": "https://ror.org/03jz67a83", - "501100020367": "https://ror.org/026dk4f10", - "501100020278": "https://ror.org/01jk2zc89", - "501100015654": "https://ror.org/02fckb719", - "501100007119": "https://ror.org/037s33w94", - "501100022614": "https://ror.org/0127mpp72", - "501100019286": "https://ror.org/01j1rma10", - "501100005074": "https://ror.org/041tgg678", - "100010061": "https://ror.org/013fsnh78", - "501100014408": "https://ror.org/03gz68w66", - "100009613": "https://ror.org/00b1c9541", - "100000085": "https://ror.org/05p847d66", - "501100004697": "https://ror.org/02ekfbp48", - "501100008258": "https://ror.org/02ekfbp48", - "501100015027": "https://ror.org/02ekfbp48", - "100014532": "https://ror.org/05pbkcd34", - "100005771": "https://ror.org/00vg14f79", - "100012528": "https://ror.org/00yvyvt82", - "501100001795": "https://ror.org/04sjbnx57", - "501100022021": "https://ror.org/03e8vv411", - "501100004484": "https://ror.org/01c4pz451", - "501100004887": "https://ror.org/01c4pz451", - "501100005391": "https://ror.org/01c4pz451", - "100018730": "https://ror.org/03ztgj037", - "100009390": "https://ror.org/0545p3742", - "501100004693": "https://ror.org/0463y2v87", - "100019455": "https://ror.org/010yce376", - "501100016224": "https://ror.org/02rjj7s91", - "501100017000": "https://ror.org/034bdyc78", - "100005716": "https://ror.org/00apvva27", - "501100013411": "https://ror.org/028bzjj61", - "100006933": "https://ror.org/029eaeb35", - "501100004199": "https://ror.org/02qg15b79", - "100007715": "https://ror.org/02qg15b79", - "100007714": "https://ror.org/02qg15b79", - "100010938": "https://ror.org/05xwb6v37", - "501100006402": "https://ror.org/05bh0zx16", - "100006675": "https://ror.org/04sk2ar21", - "100008693": "https://ror.org/02kaerj47", - "501100008122": "https://ror.org/01a3g2z22", - "501100003182": "https://ror.org/02frkq021", - "100007067": "https://ror.org/02nv42w72", - "501100007424": "https://ror.org/02v91gy68", - "501100010560": "https://ror.org/02h919y47", - "100010180": "https://ror.org/04e6r1478", - "501100016387": "https://ror.org/02ed64f32", - "501100006520": "https://ror.org/00pdej676", - "501100005387": "https://ror.org/04encyw73", - "501100017578": "https://ror.org/04nqf9k60", - "100010435": "https://ror.org/05e9bn444", - "100016714": "https://ror.org/00engpz63", - "501100006472": "https://ror.org/03hd30t45", - "100019496": "https://ror.org/01d171k92", - "100000084": "https://ror.org/00b6sbb32", - "100017325": "https://ror.org/00b6sbb32", - "100018649": "https://ror.org/03n273w86", - "100007652": "https://ror.org/011q66e29", - "100012325": "https://ror.org/00613ak93", - "100008357": "https://ror.org/00xhcc696", - "501100011826": "https://ror.org/00fafvp33", - "501100004203": "https://ror.org/043q8yx54", - "100012118": "https://ror.org/043q8yx54", - "501100013221": "https://ror.org/011xesh37", - "501100018964": "https://ror.org/03a8hhw69", - "100016442": "https://ror.org/049xfwy04", - "501100015042": "https://ror.org/03nadks56", - "100009369": "https://ror.org/05k14ba46", - "501100001777": "https://ror.org/00jtmb277", - "100016993": "https://ror.org/04855bv47", - "100013072": "https://ror.org/01wvxpc32", - "501100001722": "https://ror.org/043c0p156", - "100006980": "https://ror.org/03sxdvx36", - "100006981": "https://ror.org/03sxdvx36", - "501100021167": "https://ror.org/02t7c3b83", - "100012293": "https://ror.org/03prrhh04", - "100009133": "https://ror.org/04t3en479", - "100006602": "https://ror.org/02e2egq70", - "501100009966": "https://ror.org/006m7dn80", - "100020784": "https://ror.org/02cznc894", - "100014876": "https://ror.org/01es68917", - "501100022715": "https://ror.org/00hzpzv83", - "501100003816": "https://ror.org/00cmhce21", - "501100002946": "https://ror.org/04bwf3e34", - "100000888": "https://ror.org/000dswa46", - "501100004233": "https://ror.org/01460j859", - "501100020371": "https://ror.org/03wt3br81", - "501100012380": "https://ror.org/02969qk41", - "100020795": "https://ror.org/054yf8v46", - "100017390": "https://ror.org/026v2ph40", - "501100001422": "https://ror.org/04tqpcm97", - "100017451": "https://ror.org/04fpxzg11", - "501100014069": "https://ror.org/03g001n57", - "100000871": "https://ror.org/02qp3tb03", - "100007048": "https://ror.org/02qp3tb03", - "501100008745": "https://ror.org/00gkhpw57", - "501100010657": "https://ror.org/00cwp6m07", - "501100002956": "https://ror.org/00hgy8d33", - "100012114": "https://ror.org/00hgy8d33", - "501100018825": "https://ror.org/035rreb34", - "501100020859": "https://ror.org/05esnc164", - "501100005789": "https://ror.org/0443cwa12", - "501100015235": "https://ror.org/03a5xsc56", - "100020982": "https://ror.org/05txhmf96", - "100017396": "https://ror.org/033tt8e33", - "501100002787": "https://ror.org/03rqcfv80", - "100019377": "https://ror.org/0584m4844", - "100019311": "https://ror.org/02bxt4m23", - "100012775": "https://ror.org/005bvs909", - "501100022428": "https://ror.org/04gbpnx96", - "501100002753": "https://ror.org/059yx9a68", - "501100002945": "https://ror.org/059yx9a68", - "501100007627": "https://ror.org/059yx9a68", - "100006968": "https://ror.org/01n002310", - "501100014538": "https://ror.org/05p2xef58", - "100015433": "https://ror.org/02nwsdc81", - "100009086": "https://ror.org/01n9zy652", - "100016636": "https://ror.org/03k98v737", - "100009924": "https://ror.org/03f9f1d95", - "501100010809": "https://ror.org/0329ynx05", - "100016981": "https://ror.org/01rvyj653", - "501100012033": "https://ror.org/00sq4df16", - "501100012705": "https://ror.org/05srvzs48", - "100005991": "https://ror.org/03zbnzt98", - "100007294": "https://ror.org/03zbnzt98", - "100016840": "https://ror.org/018bbh535", - "100010506": "https://ror.org/01aaptx40", - "501100011073": "https://ror.org/01c7wz417", - "501100007190": "https://ror.org/04gey0774", - "501100004948": "https://ror.org/01cjash87", - "501100007263": "https://ror.org/01cjash87", - "501100019895": "https://ror.org/04ybnj478", - "100004966": "https://ror.org/014qpa824", - "100005436": "https://ror.org/05jthwq62", - "100013449": "https://ror.org/03gfc5a27", - "100002570": "https://ror.org/04q9fhm49", - "100014125": "https://ror.org/038a16f20", - "501100006765": "https://ror.org/044fynn32", - "100010202": "https://ror.org/00rg6zq05", - "501100013378": "https://ror.org/05hjyba86", - "501100001703": "https://ror.org/02s376052", - "501100001709": "https://ror.org/02s376052", - "100014045": "https://ror.org/04k0tth05", - "501100006596": "https://ror.org/03r9jms12", - "501100023650": "https://ror.org/03qf6ek79", - "501100004504": "https://ror.org/02gs16m83", - "100025980": "https://ror.org/04wdnn819", - "501100011011": "https://ror.org/01jem9c82", - "100018380": "https://ror.org/05am9gt90", - "100029637": "https://ror.org/031w3kk19", - "100031402": "https://ror.org/01mzbks65", - "501100020875": "https://ror.org/03mkjjy25", - "501100006478": "https://ror.org/03g7eh380", - "501100004571": "https://ror.org/01wp0c315", - "501100006022": "https://ror.org/01wp0c315", - "501100014630": "https://ror.org/01wp0c315", - "501100009243": "https://ror.org/01wp0c315", - "501100007705": "https://ror.org/01psf3m26", - "501100004271": "https://ror.org/02be6w209", - "100010143": "https://ror.org/02be6w209", - "501100020079": "https://ror.org/02nyr4y94", - "100008419": "https://ror.org/03azf2g07", - "501100005699": "https://ror.org/04387x656", - "501100007109": "https://ror.org/041zkgm14", - "501100005362": "https://ror.org/027ynra39", - "501100024046": "https://ror.org/01v6gqa59", - "501100020056": "https://ror.org/01jty7g66", - "501100009708": "https://ror.org/04txyc737", - "501100002772": "https://ror.org/003109y17", - "100013003": "https://ror.org/003109y17", - "100012996": "https://ror.org/02qjrjx09", - "501100010607": "https://ror.org/00x27da85", - "501100005728": "https://ror.org/03fc1k060", - "501100005729": "https://ror.org/03fc1k060", - "501100006195": "https://ror.org/03fc1k060", - "100016052": "https://ror.org/04pzmmv39", - "501100007642": "https://ror.org/02p77k626", - "501100015742": "https://ror.org/04bs5yc70", - "100008081": "https://ror.org/05jysaq31", - "100019559": "https://ror.org/033n9gh91", - "100008958": "https://ror.org/051gsh239", - "501100012306": "https://ror.org/02n742c10", - "100000865": "https://ror.org/0456r8d26", - "100015349": "https://ror.org/00fzmm222", - "100012957": "https://ror.org/05qpz1x62", - "501100004951": "https://ror.org/03je5c526", - "501100006692": "https://ror.org/048tbm396", - "501100005414": "https://ror.org/05g3mes96", - "100009667": "https://ror.org/0188yz413", - "100018575": "https://ror.org/04rnxkh71", - "100009375": "https://ror.org/02zv7ne49", - "501100008554": "https://ror.org/03acrzv41", - "100018714": "https://ror.org/03acrzv41", - "501100004813": "https://ror.org/000h6jb29", - "501100006586": "https://ror.org/05qsjq305", - "501100004888": "https://ror.org/006a7pj43", - "501100004889": "https://ror.org/006a7pj43", - "501100007514": "https://ror.org/03ad39j10", - "100008991": "https://ror.org/05vf0dg29", - "100019242": "https://ror.org/05vf0dg29", - "501100005275": "https://ror.org/049qz7x77", - "100000011": "https://ror.org/006w34k90", - "501100020988": "https://ror.org/00vr49948", - "100007195": "https://ror.org/05290cv24", - "100009052": "https://ror.org/05290cv24", - "100017634": "https://ror.org/01tsmvz08", - "501100004429": "https://ror.org/00dr28g20", - "501100006690": "https://ror.org/01nffqt88", - "100005843": "https://ror.org/04jr01610", - "100016662": "https://ror.org/04jr01610", - "100000307": "https://ror.org/03eg6ys02", - "501100004705": "https://ror.org/0057ax056", - "100020396": "https://ror.org/004qcrr52", - "100013328": "https://ror.org/04p4e8t29", - "100030985": "https://ror.org/00te98f55", - "100014063": "https://ror.org/05v78qy15", - "100021085": "https://ror.org/0597yw556", - "501100002830": "https://ror.org/04h1h0y33", - "501100014549": "https://ror.org/035dsb084", - "100008720": "https://ror.org/04zj3ra44", - "501100022767": "https://ror.org/01vwxpj86", - "100007523": "https://ror.org/04nh1dc89", - "100000105": "https://ror.org/04nh1dc89", - "501100025197": "https://ror.org/04h9xka55", - "501100020326": "https://ror.org/01e9gfg41", - "501100000065": "https://ror.org/05cc98565", - "501100020901": "https://ror.org/03rcp1y74", - "100011219": "https://ror.org/05ekmpa79", - "100015675": "https://ror.org/05c196m06", - "501100018963": "https://ror.org/03hn13397", - "100008917": "https://ror.org/04raf6v53", - "501100003242": "https://ror.org/01h06nz15", - "501100008301": "https://ror.org/000ghw467", - "501100001786": "https://ror.org/00892tw58", - "501100002678": "https://ror.org/00892tw58", - "501100005887": "https://ror.org/00892tw58", - "501100007197": "https://ror.org/00892tw58", - "100008999": "https://ror.org/00bm0qt52", - "100006994": "https://ror.org/00n9fkm63", - "100015744": "https://ror.org/02w0m4735", - "501100004510": "https://ror.org/05kc6dc21", - "100006503": "https://ror.org/000ztjy10", - "100015399": "https://ror.org/000ztjy10", - "501100006082": "https://ror.org/05ep65r25", - "501100015390": "https://ror.org/03pcc9z86", - "501100015792": "https://ror.org/053mfxd72", - "501100004942": "https://ror.org/02dx4dc92", - "501100016243": "https://ror.org/02dx4dc92", - "100007615": "https://ror.org/01k8nkc73", - "100006822": "https://ror.org/01q4vax14", - "501100000925": "https://ror.org/011kf5r70", - "501100001051": "https://ror.org/011kf5r70", - "501100001224": "https://ror.org/011kf5r70", - "100013134": "https://ror.org/03b7pda13", - "100009119": "https://ror.org/01bsaey45", - "501100001069": "https://ror.org/03j1avm36", - "501100004618": "https://ror.org/03k1bsr36", - "501100002909": "https://ror.org/01xz39a70", - "100016624": "https://ror.org/01ah6nb52", - "100015539": "https://ror.org/0314h5y94", - "100010199": "https://ror.org/02gb0hd06", - "100000182": "https://ror.org/03cd02q50", - "100006753": "https://ror.org/03cd02q50", - "100010200": "https://ror.org/03cd02q50", - "100016156": "https://ror.org/03cd02q50", - "100014055": "https://ror.org/03cd02q50", - "100009910": "https://ror.org/033yfkj90", - "100008561": "https://ror.org/05ktbsm52", - "100006751": "https://ror.org/00afsp483", - "100010191": "https://ror.org/00afsp483", - "100007188": "https://ror.org/04r3kq386", - "501100007081": "https://ror.org/00nb3j622", - "501100004598": "https://ror.org/01ha22c77", - "100009708": "https://ror.org/051m4vc48", - "100010196": "https://ror.org/05p4q8207", - "100006752": "https://ror.org/05w4e8v21", - "100006469": "https://ror.org/05w4e8v21", - "100009914": "https://ror.org/04vxq1969", - "100009898": "https://ror.org/03df8gj37", - "501100012549": "https://ror.org/015zanq20", - "100014064": "https://ror.org/05bnk7418", - "100013131": "https://ror.org/025cem651", - "501100007614": "https://ror.org/02zsyt821", - "501100008306": "https://ror.org/00yae6e25", - "100010464": "https://ror.org/054ajk512", - "100010218": "https://ror.org/054ajk512", - "100017046": "https://ror.org/055yg0521", - "501100018676": "https://ror.org/03a2tac74", - "100010458": "https://ror.org/05wnp9598", - "100014061": "https://ror.org/05yf8st19", - "100008635": "https://ror.org/02f6dcw23", - "100008636": "https://ror.org/02f6dcw23", - "100010195": "https://ror.org/00m1mwc36", - "100010186": "https://ror.org/00m1mwc36", - "501100021251": "https://ror.org/058xdtn86", - "501100001111": "https://ror.org/00510tw04", - "501100009311": "https://ror.org/011wdec52", - "100007863": "https://ror.org/008zs3103", - "100009159": "https://ror.org/008zs3103", - "100005894": "https://ror.org/008zs3103", - "100005598": "https://ror.org/008zs3103", - "100027808": "https://ror.org/03dhqvj54", - "501100020211": "https://ror.org/05dbj6g52", - "100008324": "https://ror.org/00nxxkd60", - "501100004574": "https://ror.org/004gem776", - "501100020641": "https://ror.org/00zevd106", - "501100004374": "https://ror.org/017z00e58", - "100009896": "https://ror.org/03cs53d16", - "501100020017": "https://ror.org/04fxxe129", - "100017570": "https://ror.org/05y7zcx10", - "501100004267": "https://ror.org/00carf720", - "501100005104": "https://ror.org/01972fe66", - "501100004239": "https://ror.org/00p7p3302", - "501100004156": "https://ror.org/01znkr924", - "501100006439": "https://ror.org/01znkr924", - "501100007180": "https://ror.org/01znkr924", - "501100007187": "https://ror.org/01znkr924", - "501100005724": "https://ror.org/012w5e784", - "100014060": "https://ror.org/03p1tqc11", - "501100008803": "https://ror.org/02naczy15", - "501100004539": "https://ror.org/05gzceg21", - "501100005621": "https://ror.org/05gzceg21", - "501100006152": "https://ror.org/05gzceg21", - "501100007943": "https://ror.org/05gzceg21", - "100014058": "https://ror.org/01e2k1j30", - "501100002327": "https://ror.org/057yw0190", - "100007680": "https://ror.org/05f421b09", - "100009745": "https://ror.org/03085z545", - "100013472": "https://ror.org/01s62z461", - "100006965": "https://ror.org/014pvr265", - "501100006705": "https://ror.org/00cn92c09", - "100031533": "https://ror.org/03ggezs29", - "501100007486": "https://ror.org/028rypz17", - "100008274": "https://ror.org/03dm1p143", - "100010465": "https://ror.org/03dm1p143", - "100010393": "https://ror.org/04rq5mt64", - "501100000521": "https://ror.org/017343w90", - "501100000015": "https://ror.org/017343w90", - "100010205": "https://ror.org/00ajwxp03", - "100015897": "https://ror.org/0566yhn94", - "100017409": "https://ror.org/046nzaj59", - "501100008024": "https://ror.org/03zek0r74", - "501100007521": "https://ror.org/02q1spa57", - "100005137": "https://ror.org/054n84d53", - "100007779": "https://ror.org/01q6dzp07", - "501100000873": "https://ror.org/00hswnk62", - "100018588": "https://ror.org/0039zvd55", - "100010193": "https://ror.org/01sfyq865", - "100009374": "https://ror.org/04srehp09", - "501100001859": "https://ror.org/04t512h04", - "501100001021": "https://ror.org/01e4w2966", - "100009064": "https://ror.org/01e4w2966", - "100020785": "https://ror.org/0593xbv16", - "501100022235": "https://ror.org/00rnbty21", - "501100001068": "https://ror.org/00mffw377", - "100021058": "https://ror.org/036kpp596", - "501100007288": "https://ror.org/0453j3c58", - "501100005056": "https://ror.org/02chzeh21", - "501100008787": "https://ror.org/02chzeh21", - "100023997": "https://ror.org/00m91n277", - "100015015": "https://ror.org/04g3scy39", - "100006227": "https://ror.org/041nk4h53", - "501100004240": "https://ror.org/053avzc18", - "501100007428": "https://ror.org/03zxjdk07", - "501100005290": "https://ror.org/03d7sax13", - "501100005291": "https://ror.org/03d7sax13", - "100007221": "https://ror.org/03trvqr13", - "501100013820": "https://ror.org/048c8ew36", - "501100007304": "https://ror.org/01v2x9m21", - "501100007305": "https://ror.org/01v2x9m21", - "100014044": "https://ror.org/01sq4yt06", - "501100001656": "https://ror.org/0281dp749", - "501100009318": "https://ror.org/0281dp749", - "501100022597": "https://ror.org/00angvn73", - "501100001738": "https://ror.org/02heb2n75", - "501100006245": "https://ror.org/02heb2n75", - "100010187": "https://ror.org/02zda6x08", - "100007587": "https://ror.org/035xkbk20", - "100007586": "https://ror.org/035xkbk20", - "100007131": "https://ror.org/0405mnx93", - "100010422": "https://ror.org/0405mnx93", - "501100004666": "https://ror.org/053gv9453", - "501100001188": "https://ror.org/053gv9453", - "501100005102": "https://ror.org/05k0s5494", - "100024053": "https://ror.org/01697cy46", - "501100015894": "https://ror.org/02vcqg248", - "100018562": "https://ror.org/03gqzdg87", - "501100015767": "https://ror.org/05v4dza81", - "501100020534": "https://ror.org/04v9m3h35", - "501100011922": "https://ror.org/03kz56x72", - "501100002711": "https://ror.org/05rrfpt58", - "100009913": "https://ror.org/02n14ez29", - "100006034": "https://ror.org/03taz7m60", - "100007042": "https://ror.org/03taz7m60", - "100009251": "https://ror.org/03taz7m60", - "100009411": "https://ror.org/03taz7m60", - "100008786": "https://ror.org/03taz7m60", - "100006815": "https://ror.org/03taz7m60", - "100009412": "https://ror.org/03taz7m60", - "100008485": "https://ror.org/03taz7m60", - "100005577": "https://ror.org/03taz7m60", - "100005538": "https://ror.org/03taz7m60", - "100004400": "https://ror.org/00zv91802", - "100014059": "https://ror.org/01hzj5y23", - "501100009063": "https://ror.org/01s57k749", - "100009911": "https://ror.org/00znex860", - "100015089": "https://ror.org/00znex860", - "501100022177": "https://ror.org/006vyay97", - "501100006105": "https://ror.org/02gs3vg83", - "100010783": "https://ror.org/03h7qq074", - "100008082": "https://ror.org/03re3pg25", - "100024647": "https://ror.org/04hsvrj60", - "100012324": "https://ror.org/0130jk839", - "501100003550": "https://ror.org/037405308", - "501100011183": "https://ror.org/03pa1rf77", - "100015635": "https://ror.org/01rpcwa78", - "501100008411": "https://ror.org/01aff2v68", - "501100004490": "https://ror.org/01aff2v68", - "100019684": "https://ror.org/04fnrxr62", - "501100000777": "https://ror.org/024mrxd33", - "501100003466": "https://ror.org/024mrxd33", - "501100004294": "https://ror.org/024mrxd33", - "100000005": "https://ror.org/0447fe631", - "100006502": "https://ror.org/0447fe631", - "100007485": "https://ror.org/0447fe631", - "100014037": "https://ror.org/0447fe631", - "100014032": "https://ror.org/0447fe631", - "100020392": "https://ror.org/01t5wp533", - "501100000601": "https://ror.org/0312pnr83", - "100016175": "https://ror.org/03b5p6e80", - "501100010743": "https://ror.org/03r5zec51", - "501100007616": "https://ror.org/055pg0t11", - "501100006421": "https://ror.org/05t43vz03", - "100019277": "https://ror.org/04tgrx733", - "501100014801": "https://ror.org/05ryemn72", - "501100004728": "https://ror.org/00qzypv28", - "100019904": "https://ror.org/00qzypv28", - "100013392": "https://ror.org/046r13h33", - "501100013641": "https://ror.org/02esxtn62", - "100009918": "https://ror.org/03agkn750", - "501100000858": "https://ror.org/05krs5044", - "501100010683": "https://ror.org/01z6w7773", - "501100011014": "https://ror.org/04gdzy103", - "100015118": "https://ror.org/04dwy1130", - "501100000943": "https://ror.org/03qn8fb07", - "501100009778": "https://ror.org/05wq91d49", - "100018295": "https://ror.org/045n75910", - "100007369": "https://ror.org/02cjet079", - "100009515": "https://ror.org/02cjet079", - "501100012263": "https://ror.org/05q2acf12", - "100009001": "https://ror.org/04m01e293", - "100009150": "https://ror.org/04m01e293", - "100018087": "https://ror.org/04m01e293", - "100017180": "https://ror.org/02szraf30", - "501100005280": "https://ror.org/02jtk7k02", - "501100005281": "https://ror.org/02jtk7k02", - "501100017016": "https://ror.org/04y9a5y12", - "100018237": "https://ror.org/04krhg278", - "100016204": "https://ror.org/038kp1442", - "501100005344": "https://ror.org/048ks4z66", - "100014627": "https://ror.org/055j8ya05", - "501100009569": "https://ror.org/024cw0321", - "501100012447": "https://ror.org/02akb7n88", - "100030677": "https://ror.org/027h77v82", - "501100021704": "https://ror.org/05m92zc22", - "501100010099": "https://ror.org/04nfjn472", - "100019115": "https://ror.org/03ftsw720", - "100016842": "https://ror.org/045f7pv37", - "501100019563": "https://ror.org/02p1jz666", - "100007256": "https://ror.org/00phktm30", - "501100013634": "https://ror.org/05vmyz452", - "100009091": "https://ror.org/033eqas34", - "100015984": "https://ror.org/05s8x7560", - "501100010562": "https://ror.org/01ry9c816", - "501100001744": "https://ror.org/03fn1w943", - "501100007176": "https://ror.org/025602r80", - "100020931": "https://ror.org/01h2v3d55", - "100012470": "https://ror.org/01ggx4157", - "100017169": "https://ror.org/03wyzt892", - "100018703": "https://ror.org/05cx8cy07", - "100009104": "https://ror.org/02d4c4y02", - "501100000289": "https://ror.org/054225q67", - "501100002674": "https://ror.org/05qrfxd25", - "100016780": "https://ror.org/04xwksx09", - "100012892": "https://ror.org/03s53g630", - "501100005005": "https://ror.org/05tkyf982", - "501100007621": "https://ror.org/05tkyf982", - "501100015604": "https://ror.org/02as5yg64", - "501100000085": "https://ror.org/03hgdjp72", - "501100004405": "https://ror.org/02zqm6r10", - "100030794": "https://ror.org/01ztxwq91", - "501100016367": "https://ror.org/05ggn0a85", - "100008679": "https://ror.org/03g1q6c06", - "501100017273": "https://ror.org/05pq4yn02", - "501100022247": "https://ror.org/04rqt6703", - "100019776": "https://ror.org/04dp46240", - "501100000265": "https://ror.org/03x94j517", - "100007036": "https://ror.org/03g8mak77", - "100010795": "https://ror.org/01v743b94", - "100004440": "https://ror.org/029chgv08", - "100010269": "https://ror.org/029chgv08", - "100006230": "https://ror.org/020hgte69", - "100008571": "https://ror.org/0232r4451", - "501100021705": "https://ror.org/045syc608", - "501100015624": "https://ror.org/015ya8798", - "100006958": "https://ror.org/01qn7cs15", - "100004330": "https://ror.org/01xsqw823", - "100006695": "https://ror.org/01xsqw823", - "501100002066": "https://ror.org/01xsqw823", - "501100020217": "https://ror.org/020vvqg79", - "501100012412": "https://ror.org/001xjdh50", - "100014462": "https://ror.org/00e2e3n51", - "100010964": "https://ror.org/02rrhsz92", - "100031617": "https://ror.org/01ce1xs48", - "100004311": "https://ror.org/04kd6c783", - "501100017498": "https://ror.org/003eyrc02", - "501100002288": "https://ror.org/0508kew31", - "501100014110": "https://ror.org/0508kew31", - "100018967": "https://ror.org/04n0g0b29", - "501100021081": "https://ror.org/04x2ddb07", - "100019473": "https://ror.org/03jn2p430", - "100019741": "https://ror.org/05c9qnd49", - "501100021799": "https://ror.org/052tpj472", - "501100003339": "https://ror.org/02gfc7t72", - "501100015628": "https://ror.org/02y22ws83", - "100019424": "https://ror.org/04n6qsf08", - "501100019684": "https://ror.org/00fp3ce15", - "501100010238": "https://ror.org/03mj9k259", - "501100010956": "https://ror.org/04z8jg394", - "501100000022": "https://ror.org/041b8zc76", - "100010100": "https://ror.org/033n3pw66", - "501100015737": "https://ror.org/0038zss60", - "100010330": "https://ror.org/0009t4v78", - "501100016365": "https://ror.org/01chzd453", - "501100021703": "https://ror.org/04ckbty56", - "100009537": "https://ror.org/00t67pt25", - "501100008769": "https://ror.org/00fbnyb24", - "501100009379": "https://ror.org/00fbnyb24", - "501100010582": "https://ror.org/00xsr9m91", - "501100001716": "https://ror.org/05dq4pp56", - "100012965": "https://ror.org/04evsam41", - "100018159": "https://ror.org/04gqg1a07", - "100020503": "https://ror.org/008adv646", - "100005201": "https://ror.org/02scfj030", - "501100010754": "https://ror.org/05qkemg93", - "501100001665": "https://ror.org/00rbzpz17", - "501100001942": "https://ror.org/00rbzpz17", - "501100004871": "https://ror.org/010nsgg66", - "501100002839": "https://ror.org/001w7jn25", - "100005498": "https://ror.org/02kb5ve22", - "501100000276": "https://ror.org/03sbpja79", - "100010962": "https://ror.org/05a4pj207", - "501100004733": "https://ror.org/01r4q9n85", - "100006425": "https://ror.org/01ahvm174", - "100001267": "https://ror.org/01ahvm174", - "501100011038": "https://ror.org/020r6p262", - "501100006206": "https://ror.org/0415vcw02", - "501100006207": "https://ror.org/0415vcw02", - "501100006502": "https://ror.org/0415vcw02", - "501100006501": "https://ror.org/0415vcw02", - "501100007154": "https://ror.org/0415vcw02", - "501100025083": "https://ror.org/04tjt3j49", - "100004318": "https://ror.org/00d0nc645", - "100006112": "https://ror.org/00d0nc645", - "100018968": "https://ror.org/00pnhhv55", - "501100001284": "https://ror.org/04td3ys19", - "501100009314": "https://ror.org/04td3ys19", - "100017071": "https://ror.org/00w85m497", - "501100020147": "https://ror.org/01rq5e797", - "501100009560": "https://ror.org/032nzv584", - "100006231": "https://ror.org/02ex6cf31", - "501100012331": "https://ror.org/02rgsr590", - "501100008271": "https://ror.org/02rgsr590", - "501100016254": "https://ror.org/03q0vrn42", - "100004361": "https://ror.org/03vsmv677", - "100004355": "https://ror.org/03vsmv677", - "501100023437": "https://ror.org/04hmssf27", - "100018939": "https://ror.org/020q9r015", - "501100015057": "https://ror.org/02s8k0k61", - "501100004702": "https://ror.org/0107c5v14", - "501100024591": "https://ror.org/00msh6959", - "501100020018": "https://ror.org/0119pw819", - "501100007421": "https://ror.org/02hqkr514", - "501100015833": "https://ror.org/01x6n3581", - "100019429": "https://ror.org/039cf4q47", - "501100009598": "https://ror.org/01bydex26", - "100014843": "https://ror.org/00dw75k93", - "501100008792": "https://ror.org/049784n50", - "100005746": "https://ror.org/057mgcy61", - "100022414": "https://ror.org/04xgzv028", - "100009877": "https://ror.org/035wtm547", - "100016991": "https://ror.org/043xj7k26", - "100030932": "https://ror.org/00pw7mk43", - "501100005774": "https://ror.org/021018s57", - "501100006203": "https://ror.org/021018s57", - "501100019688": "https://ror.org/04tgr1802", - "501100001822": "https://ror.org/03anc3s24", - "501100010301": "https://ror.org/04f7vj627", - "100017215": "https://ror.org/02jvjmd55", - "501100002671": "https://ror.org/050pq4m56", - "100005773": "https://ror.org/015tnsz82", - "501100003006": "https://ror.org/05a28rw58", - "501100001710": "https://ror.org/05a28rw58", - "501100003070": "https://ror.org/05a28rw58", - "501100018744": "https://ror.org/04nd0xd48", - "501100007626": "https://ror.org/049n68p64", - "501100005261": "https://ror.org/00mthsf17", - "100014588": "https://ror.org/02n6c9837", - "501100016198": "https://ror.org/05j00sy30", - "501100007475": "https://ror.org/03yf5zr20", - "100011110": "https://ror.org/01n029866", - "501100008081": "https://ror.org/04ct4d772", - "501100002916": "https://ror.org/04ct4d772", - "501100019728": "https://ror.org/0449bkp65", - "501100007824": "https://ror.org/05t8y2r12", - "100004312": "https://ror.org/01qat3289", - "100006524": "https://ror.org/01qat3289", - "501100012462": "https://ror.org/03h3fdc41", - "501100005035": "https://ror.org/04gmdfj30", - "501100014841": "https://ror.org/05e0gzh77", - "100013226": "https://ror.org/04hdhz511", - "501100020033": "https://ror.org/03bvw9g02", - "100016382": "https://ror.org/014bj2y47", - "100006338": "https://ror.org/02bn55144", - "100008450": "https://ror.org/02bn55144", - "100008753": "https://ror.org/02bn55144", - "100010539": "https://ror.org/02bn55144", - "100012630": "https://ror.org/02bn55144", - "501100004171": "https://ror.org/04gwbew76", - "501100014760": "https://ror.org/04gwbew76", - "501100004912": "https://ror.org/011ashp19", - "501100017636": "https://ror.org/0286p1c86", - "501100013925": "https://ror.org/00vvm7f23", - "501100008347": "https://ror.org/04z60tq39", - "501100013287": "https://ror.org/03m9a6y90", - "100009656": "https://ror.org/019zcmj26", - "100007655": "https://ror.org/03kqpb082", - "501100011263": "https://ror.org/02rbzhv36", - "100017131": "https://ror.org/042999n30", - "501100006416": "https://ror.org/04wffgt70", - "501100006417": "https://ror.org/04wffgt70", - "100000159": "https://ror.org/037gd6g64", - "100006314": "https://ror.org/02jqkb192", - "100005614": "https://ror.org/02jqkb192", - "100015811": "https://ror.org/040ebrp24", - "100016692": "https://ror.org/040ebrp24", - "501100010334": "https://ror.org/04w8z7f34", - "100004682": "https://ror.org/006c77m33", - "100004360": "https://ror.org/006c77m33", - "501100007334": "https://ror.org/04pqetg36", - "501100006319": "https://ror.org/00675rp98", - "501100008784": "https://ror.org/05j136930", - "501100002402": "https://ror.org/0064kty71", - "100004319": "https://ror.org/01xdqrp08", - "100008648": "https://ror.org/01xdqrp08", - "100004342": "https://ror.org/01xdqrp08", - "100006604": "https://ror.org/01xdqrp08", - "100005633": "https://ror.org/01xdqrp08", - "100006688": "https://ror.org/01xdqrp08", - "100006687": "https://ror.org/01xdqrp08", - "100016343": "https://ror.org/052jj4m32", - "501100002973": "https://ror.org/027y26122", - "501100002336": "https://ror.org/027y26122", - "501100020035": "https://ror.org/01wgfva68", - "100006483": "https://ror.org/02g5p4n58", - "501100013327": "https://ror.org/0564cd633", - "100007397": "https://ror.org/024d6js02", - "100007672": "https://ror.org/024d6js02", - "100008579": "https://ror.org/024d6js02", - "100007543": "https://ror.org/024d6js02", - "100008551": "https://ror.org/024d6js02", - "100019214": "https://ror.org/024d6js02", - "100004334": "https://ror.org/02891sr49", - "100007110": "https://ror.org/02891sr49", - "100002225": "https://ror.org/02891sr49", - "100001238": "https://ror.org/02891sr49", - "100010877": "https://ror.org/01cc9yk21", - "501100002412": "https://ror.org/017zhmm22", - "501100006284": "https://ror.org/011gakh74", - "501100000859": "https://ror.org/05cncd958", - "501100007059": "https://ror.org/04qxnmv42", - "100022955": "https://ror.org/00ad9ka24", - "501100019866": "https://ror.org/00fcpmw49", - "100010784": "https://ror.org/017d1hs72", - "100031672": "https://ror.org/040f6xz90", - "501100012235": "https://ror.org/04shcr998", - "100014537": "https://ror.org/04437j066", - "100031847": "https://ror.org/028wqdr21", - "501100005055": "https://ror.org/01f74x078", - "100017256": "https://ror.org/01fqrjt38", - "501100004191": "https://ror.org/0435rc536", - "501100006048": "https://ror.org/030bbe882", - "501100009076": "https://ror.org/04c4dkn09", - "100004343": "https://ror.org/00mgss748", - "100014989": "https://ror.org/02qenvm24", - "100009082": "https://ror.org/04hehwn14", - "501100015308": "https://ror.org/02vtvez67", - "100009712": "https://ror.org/018hh3649", - "100031735": "https://ror.org/04atb9h07", - "501100004371": "https://ror.org/033003e23", - "501100017594": "https://ror.org/00va36f15", - "501100024018": "https://ror.org/00jkr8r49", - "100002491": "https://ror.org/00gtmwv55", - "100001009": "https://ror.org/00gtmwv55", - "501100003810": "https://ror.org/010we4y38", - "501100008831": "https://ror.org/055s37c97", - "100013084": "https://ror.org/001ghdf98", - "501100011152": "https://ror.org/0027d9x02", - "100015699": "https://ror.org/05rs7tq63", - "100017439": "https://ror.org/01zp6xd43", - "501100018617": "https://ror.org/01zp6xd43", - "501100010629": "https://ror.org/02w4f2z17", - "100005303": "https://ror.org/02n2fzt79", - "100007897": "https://ror.org/02n2fzt79", - "100005582": "https://ror.org/02n2fzt79", - "100013370": "https://ror.org/02n2fzt79", - "100014120": "https://ror.org/02n2fzt79", - "100018955": "https://ror.org/02n2fzt79", - "100016048": "https://ror.org/01azfw069", - "100016053": "https://ror.org/01azfw069", - "100016420": "https://ror.org/03bg0ms48", - "100008333": "https://ror.org/008s83205", - "100011305": "https://ror.org/008s83205", - "100001363": "https://ror.org/008s83205", - "100005685": "https://ror.org/008s83205", - "100013236": "https://ror.org/008s83205", - "100011120": "https://ror.org/008s83205", - "100011221": "https://ror.org/008s83205", - "100011488": "https://ror.org/008s83205", - "100016455": "https://ror.org/008s83205", - "100022771": "https://ror.org/044h7tr79", - "501100013695": "https://ror.org/052r2xn60", - "100011527": "https://ror.org/032va1j59", - "100015885": "https://ror.org/04jzmdh37", - "501100010436": "https://ror.org/04jzmdh37", - "501100007179": "https://ror.org/05b9pgt88", - "501100010489": "https://ror.org/05b9pgt88", - "501100001851": "https://ror.org/013cf5k59", - "501100015692": "https://ror.org/013cf5k59", - "501100015719": "https://ror.org/05hjmfb58", - "100011411": "https://ror.org/0043h8f16", - "100011412": "https://ror.org/0043h8f16", - "501100012440": "https://ror.org/054hj6489", - "501100018901": "https://ror.org/04dkp1p98", - "501100017569": "https://ror.org/0500kmp11", - "100007428": "https://ror.org/02s016q17", - "100016211": "https://ror.org/02s016q17", - "501100006199": "https://ror.org/04zerf618", - "501100013942": "https://ror.org/04zerf618", - "100012916": "https://ror.org/00b57ws56", - "501100015773": "https://ror.org/046e90j34", - "501100020312": "https://ror.org/03swyrn62", - "100017404": "https://ror.org/03swyrn62", - "501100008877": "https://ror.org/04bynv497", - "100011623": "https://ror.org/05p8z3f47", - "100015698": "https://ror.org/05p8z3f47", - "100016599": "https://ror.org/05p8z3f47", - "501100010048": "https://ror.org/01rbqr638", - "501100011712": "https://ror.org/01rbqr638", - "100007194": "https://ror.org/02ma57s91", - "501100002941": "https://ror.org/02ma57s91", - "100020563": "https://ror.org/02ma57s91", - "501100014815": "https://ror.org/04609ps55", - "501100014185": "https://ror.org/05e7w0f38", - "501100024095": "https://ror.org/0468tgh79", - "501100009245": "https://ror.org/01pntf040", - "501100023560": "https://ror.org/042gz1a70", - "501100004377": "https://ror.org/0030zas98", - "501100006066": "https://ror.org/0030zas98", - "501100011650": "https://ror.org/0030zas98", - "501100014819": "https://ror.org/0030zas98", - "501100022174": "https://ror.org/0030zas98", - "501100010662": "https://ror.org/045sza929", - "501100004505": "https://ror.org/03a64bh57", - "501100020611": "https://ror.org/03a64bh57", - "501100022296": "https://ror.org/03a64bh57", - "501100000967": "https://ror.org/00b140761", - "501100016005": "https://ror.org/00b140761", - "501100000883": "https://ror.org/0524sp257", - "501100006438": "https://ror.org/0524sp257", - "501100005618": "https://ror.org/0524sp257", - "100017927": "https://ror.org/0524sp257", - "100019415": "https://ror.org/0524sp257", - "501100018959": "https://ror.org/0524sp257", - "501100020195": "https://ror.org/0524sp257", - "501100001501": "https://ror.org/04p800546", - "501100019397": "https://ror.org/04p800546", - "100007921": "https://ror.org/01an3r305", - "100008031": "https://ror.org/01an3r305", - "100008014": "https://ror.org/01an3r305", - "100007295": "https://ror.org/01an3r305", - "100007125": "https://ror.org/01an3r305", - "100008603": "https://ror.org/01an3r305", - "100010554": "https://ror.org/01an3r305", - "100011358": "https://ror.org/01an3r305", - "100015822": "https://ror.org/01an3r305", - "501100014088": "https://ror.org/016qv5070", - "501100008723": "https://ror.org/04mxxkb11", - "501100014533": "https://ror.org/04mxxkb11", - "501100020892": "https://ror.org/04mxxkb11", - "501100000008": "https://ror.org/05p8nb362", - "501100013901": "https://ror.org/05p8nb362", - "501100008131": "https://ror.org/041nas322", - "501100016374": "https://ror.org/041nas322", - "501100023409": "https://ror.org/0488w4k89", - "100009360": "https://ror.org/0220mzb33", - "501100004074": "https://ror.org/0220mzb33", - "501100000656": "https://ror.org/0220mzb33", - "501100000764": "https://ror.org/0220mzb33", - "100011885": "https://ror.org/0220mzb33", - "100013376": "https://ror.org/0220mzb33", - "100014542": "https://ror.org/0220mzb33", - "100014841": "https://ror.org/04kqxbr46", - "100014840": "https://ror.org/04kqxbr46", - "100007108": "https://ror.org/00y4zzh67", - "100008449": "https://ror.org/00y4zzh67", - "100007815": "https://ror.org/00y4zzh67", - "100005905": "https://ror.org/00y4zzh67", - "100014746": "https://ror.org/00y4zzh67", - "100015466": "https://ror.org/00y4zzh67", - "100019659": "https://ror.org/00y4zzh67", - "100019751": "https://ror.org/013x70191", - "501100019703": "https://ror.org/00n1e1p60", - "100008899": "https://ror.org/02b6qw903", - "100006833": "https://ror.org/02b6qw903", - "100010557": "https://ror.org/02b6qw903", - "100005912": "https://ror.org/02b6qw903", - "100011409": "https://ror.org/02b6qw903", - "100011410": "https://ror.org/02b6qw903", - "100013097": "https://ror.org/02b6qw903", - "100018427": "https://ror.org/02b6qw903", - "100008658": "https://ror.org/04cdgtt98", - "100018027": "https://ror.org/04cdgtt98", - "501100008752": "https://ror.org/0189raq88", - "501100010765": "https://ror.org/0189raq88", - "501100008445": "https://ror.org/03wtazd67", - "501100022591": "https://ror.org/03wtazd67", - "501100003098": "https://ror.org/02wbrth70", - "501100010619": "https://ror.org/02wbrth70", - "100009945": "https://ror.org/04b2dty93", - "100020956": "https://ror.org/04b2dty93", - "100020967": "https://ror.org/015z29x25", - "100009148": "https://ror.org/026zzn846", - "501100005313": "https://ror.org/026zzn846", - "100009149": "https://ror.org/026zzn846", - "501100000851": "https://ror.org/026zzn846", - "100018486": "https://ror.org/026zzn846", - "100019376": "https://ror.org/026zzn846", - "501100019154": "https://ror.org/026zzn846", - "501100023392": "https://ror.org/026zzn846", - "100008109": "https://ror.org/00mkhxb43", - "100005683": "https://ror.org/00mkhxb43", - "100008110": "https://ror.org/00mkhxb43", - "100006050": "https://ror.org/00mkhxb43", - "100005961": "https://ror.org/00mkhxb43", - "100005880": "https://ror.org/00mkhxb43", - "100012463": "https://ror.org/00mkhxb43", - "100019345": "https://ror.org/00986na66", - "100020983": "https://ror.org/0310smc09", - "100017103": "https://ror.org/03j186m48", - "100020623": "https://ror.org/04e5bwf87", - "501100005808": "https://ror.org/02qyf5152", - "501100011627": "https://ror.org/02qyf5152", - "501100019961": "https://ror.org/02qyf5152", - "501100014855": "https://ror.org/04zfaj906", - "501100022410": "https://ror.org/01gy1fk68", - "100022855": "https://ror.org/039bccw84", - "501100001797": "https://ror.org/02n415q13", - "501100018820": "https://ror.org/02n415q13", - "100019440": "https://ror.org/05mmg7t28", - "501100022606": "https://ror.org/03qsven24", - "501100007040": "https://ror.org/05j6fvn87", - "501100010707": "https://ror.org/05j6fvn87", - "100010062": "https://ror.org/044w7a341", - "100010063": "https://ror.org/044w7a341", - "100011196": "https://ror.org/044w7a341", - "501100010383": "https://ror.org/05xjn4769", - "100020677": "https://ror.org/01751w114", - "100008890": "https://ror.org/03h2bxq36", - "501100002995": "https://ror.org/03h2bxq36", - "100012679": "https://ror.org/03h2bxq36", - "100007698": "https://ror.org/02y3ad647", - "100007565": "https://ror.org/02y3ad647", - "100007861": "https://ror.org/02y3ad647", - "100008276": "https://ror.org/02y3ad647", - "100001364": "https://ror.org/02y3ad647", - "100009406": "https://ror.org/02y3ad647", - "100008901": "https://ror.org/02y3ad647", - "100016525": "https://ror.org/02y3ad647", - "100011300": "https://ror.org/02y3ad647", - "100012651": "https://ror.org/02y3ad647", - "100013428": "https://ror.org/02y3ad647", - "100013832": "https://ror.org/02y3ad647", - "100020173": "https://ror.org/004y7f915", - "100007913": "https://ror.org/017zqws13", - "100005901": "https://ror.org/017zqws13", - "100007328": "https://ror.org/017zqws13", - "100007708": "https://ror.org/017zqws13", - "100008163": "https://ror.org/017zqws13", - "100008293": "https://ror.org/017zqws13", - "100010634": "https://ror.org/017zqws13", - "100010253": "https://ror.org/017zqws13", - "100011123": "https://ror.org/017zqws13", - "100011142": "https://ror.org/017zqws13", - "100009258": "https://ror.org/017zqws13", - "100007866": "https://ror.org/017zqws13", - "100005461": "https://ror.org/017zqws13", - "100009233": "https://ror.org/017zqws13", - "100008961": "https://ror.org/017zqws13", - "100013051": "https://ror.org/017zqws13", - "100011239": "https://ror.org/017zqws13", - "501100020135": "https://ror.org/050cc1579", - "501100023792": "https://ror.org/00965bg92", - "501100012323": "https://ror.org/01kh0x418", - "501100012339": "https://ror.org/01kh0x418", - "501100008725": "https://ror.org/0288swk05", - "501100016233": "https://ror.org/0288swk05", - "501100005036": "https://ror.org/03zga2b32", - "501100016245": "https://ror.org/03zga2b32", - "501100017028": "https://ror.org/03zga2b32", - "100022831": "https://ror.org/03k7bde87", - "100017065": "https://ror.org/05asdy483", - "100011354": "https://ror.org/05asdy483", - "100012482": "https://ror.org/05asdy483", - "501100021697": "https://ror.org/04a0aep16", - "100012826": "https://ror.org/03yzqyp10", - "501100010727": "https://ror.org/03yzqyp10", - "501100003065": "https://ror.org/03prydq77", - "501100003066": "https://ror.org/03prydq77", - "501100012540": "https://ror.org/03prydq77", - "100006942": "https://ror.org/012jban78", - "100015690": "https://ror.org/012jban78", - "100011147": "https://ror.org/012jban78", - "100011482": "https://ror.org/012jban78", - "100023053": "https://ror.org/012jban78", - "501100006128": "https://ror.org/00ks0ka28", - "501100006741": "https://ror.org/00ks0ka28", - "501100011675": "https://ror.org/00ks0ka28", - "100013243": "https://ror.org/01qepzr42", - "100013244": "https://ror.org/01qepzr42", - "100019598": "https://ror.org/01gmxjx09", - "100020452": "https://ror.org/03jjbp459", - "100007249": "https://ror.org/03grvy078", - "100011356": "https://ror.org/03grvy078", - "100011357": "https://ror.org/03grvy078", - "100011523": "https://ror.org/03grvy078", - "100012868": "https://ror.org/03grvy078", - "100013354": "https://ror.org/03grvy078", - "100013637": "https://ror.org/03grvy078", - "100017099": "https://ror.org/03grvy078", - "100018788": "https://ror.org/03grvy078", - "100022750": "https://ror.org/03grvy078", - "501100007112": "https://ror.org/03p74gp79", - "501100001338": "https://ror.org/03p74gp79", - "100012941": "https://ror.org/03p74gp79", - "501100015980": "https://ror.org/01xj0n090", - "100007605": "https://ror.org/01aj84f44", - "100008628": "https://ror.org/01aj84f44", - "501100006420": "https://ror.org/01aj84f44", - "501100002739": "https://ror.org/01aj84f44", - "501100007205": "https://ror.org/01aj84f44", - "501100006308": "https://ror.org/01aj84f44", - "100012526": "https://ror.org/01aj84f44", - "100013225": "https://ror.org/01aj84f44", - "100015423": "https://ror.org/01aj84f44", - "100007891": "https://ror.org/05g13zd79", - "100007892": "https://ror.org/05g13zd79", - "501100024256": "https://ror.org/05g13zd79", - "501100023236": "https://ror.org/05f11g639", - "100010005": "https://ror.org/02mzn7s88", - "100010006": "https://ror.org/02mzn7s88", - "100010007": "https://ror.org/02mzn7s88", - "501100000204": "https://ror.org/04ydnv789", - "501100016064": "https://ror.org/04ydnv789", - "100008209": "https://ror.org/01y64my43", - "100008210": "https://ror.org/01y64my43", - "100007509": "https://ror.org/01y64my43", - "100013666": "https://ror.org/01y64my43", - "501100016120": "https://ror.org/03w4czv65", - "501100004386": "https://ror.org/00rzspn62", - "501100004781": "https://ror.org/00rzspn62", - "501100023431": "https://ror.org/00rzspn62", - "501100017041": "https://ror.org/01qmw3j63", - "501100022190": "https://ror.org/01qmw3j63", - "100020647": "https://ror.org/05fj8cf83", - "100023003": "https://ror.org/029nydt37", - "501100022792": "https://ror.org/029nydt37", - "501100004105": "https://ror.org/0208vgz68", - "501100013237": "https://ror.org/0208vgz68", - "501100010456": "https://ror.org/01y34t753", - "100008577": "https://ror.org/01p9rc392", - "100012432": "https://ror.org/01p9rc392", - "100015858": "https://ror.org/033cz7157", - "100015857": "https://ror.org/033cz7157", - "100010941": "https://ror.org/0155zta11", - "100012657": "https://ror.org/0155zta11", - "100012852": "https://ror.org/0155zta11", - "100013643": "https://ror.org/0155zta11", - "100017831": "https://ror.org/0155zta11", - "100018583": "https://ror.org/0155zta11", - "100008414": "https://ror.org/03y7q9t39", - "100015424": "https://ror.org/03y7q9t39", - "501100009369": "https://ror.org/03y7q9t39", - "501100014743": "https://ror.org/00hshrf16", - "501100001587": "https://ror.org/04q0a4f84", - "501100011626": "https://ror.org/04q0a4f84", - "100016450": "https://ror.org/037zgn354", - "100016453": "https://ror.org/037zgn354", - "100016456": "https://ror.org/037zgn354", - "501100004327": "https://ror.org/04me94w47", - "100019579": "https://ror.org/04me94w47", - "100008123": "https://ror.org/010gf7388", - "501100008601": "https://ror.org/010gf7388", - "501100007981": "https://ror.org/010gf7388", - "100010712": "https://ror.org/010gf7388", - "100009943": "https://ror.org/010gf7388", - "100008259": "https://ror.org/010gf7388", - "501100000630": "https://ror.org/010gf7388", - "501100001270": "https://ror.org/010gf7388", - "100012347": "https://ror.org/010gf7388", - "501100021252": "https://ror.org/010gf7388", - "100007015": "https://ror.org/01y2jtd41", - "100008959": "https://ror.org/01y2jtd41", - "100005996": "https://ror.org/01y2jtd41", - "100007870": "https://ror.org/01y2jtd41", - "100008301": "https://ror.org/01y2jtd41", - "100008028": "https://ror.org/01y2jtd41", - "100008237": "https://ror.org/01y2jtd41", - "100008161": "https://ror.org/01y2jtd41", - "100010495": "https://ror.org/01y2jtd41", - "100009627": "https://ror.org/01y2jtd41", - "100010284": "https://ror.org/01y2jtd41", - "100005911": "https://ror.org/01y2jtd41", - "100007925": "https://ror.org/01y2jtd41", - "100005902": "https://ror.org/01y2jtd41", - "100012787": "https://ror.org/01y2jtd41", - "100011414": "https://ror.org/01y2jtd41", - "100015980": "https://ror.org/01y2jtd41", - "100016452": "https://ror.org/01y2jtd41", - "100019614": "https://ror.org/01y2jtd41", - "100020326": "https://ror.org/01mar7r17", - "501100000801": "https://ror.org/04hmn8g73", - "501100006010": "https://ror.org/04hmn8g73", - "100008791": "https://ror.org/04hmn8g73", - "100004326": "https://ror.org/04hmn8g73", - "501100009109": "https://ror.org/04hmn8g73", - "100015739": "https://ror.org/04hmn8g73", - "100022928": "https://ror.org/03cah9702", - "501100016218": "https://ror.org/04dp81f27", - "501100024109": "https://ror.org/011dv8m48", - "100007765": "https://ror.org/05p1j8758", - "100007830": "https://ror.org/05p1j8758", - "100007766": "https://ror.org/05p1j8758", - "100007829": "https://ror.org/05p1j8758", - "100013658": "https://ror.org/05p1j8758", - "100015475": "https://ror.org/05p1j8758", - "100015476": "https://ror.org/05p1j8758", - "501100020657": "https://ror.org/00hzjh992", - "100022866": "https://ror.org/008g9ns82", - "501100014345": "https://ror.org/05ap9rf45", - "501100015830": "https://ror.org/05mx0bp18", - "100020566": "https://ror.org/00c5q9r49", - "501100003513": "https://ror.org/00ks66431", - "501100004353": "https://ror.org/00ks66431", - "501100019674": "https://ror.org/00ks66431", - "100004726": "https://ror.org/0354t7b78", - "100018014": "https://ror.org/0354t7b78", - "501100014424": "https://ror.org/00qhg0338", - "100019466": "https://ror.org/0526cz443", - "501100021215": "https://ror.org/00bfm8s22", - "100019880": "https://ror.org/02htqyr59", - "100016872": "https://ror.org/01xd6q208", - "100019280": "https://ror.org/05xczn782", - "501100021676": "https://ror.org/0575jwx13", - "501100023732": "https://ror.org/003hsr719", - "501100023734": "https://ror.org/003hsr719", - "501100004532": "https://ror.org/022es3t03", - "501100014334": "https://ror.org/022es3t03", - "501100008533": "https://ror.org/03kk7td41", - "501100000866": "https://ror.org/03kk7td41", - "501100010601": "https://ror.org/03kk7td41", - "501100019805": "https://ror.org/047pymx40", - "501100023731": "https://ror.org/047pymx40", - "501100018977": "https://ror.org/03kkevc75", - "501100009909": "https://ror.org/01rrxb840", - "501100008920": "https://ror.org/02wtcj248", - "501100016050": "https://ror.org/02wtcj248", - "501100015193": "https://ror.org/02wtcj248", - "100019110": "https://ror.org/03tk0wy30", - "501100005297": "https://ror.org/00y4ya841", - "501100014269": "https://ror.org/00y4ya841", - "100021136": "https://ror.org/01j4v3x97", - "100008507": "https://ror.org/001gpfp45", - "100017095": "https://ror.org/001gpfp45", - "100021115": "https://ror.org/02f0vsw63", - "501100006112": "https://ror.org/005616b46", - "501100009667": "https://ror.org/005616b46", - "501100014091": "https://ror.org/04gdybn86", - "100016582": "https://ror.org/025194b42", - "100014470": "https://ror.org/025194b42", - "100014471": "https://ror.org/025194b42", - "501100010880": "https://ror.org/05twwhs70", - "501100013096": "https://ror.org/05twwhs70", - "501100014733": "https://ror.org/01csc7562", - "501100022668": "https://ror.org/041m6k425", - "501100022669": "https://ror.org/041m6k425", - "501100011787": "https://ror.org/031tatj48", - "501100010009": "https://ror.org/031tatj48", - "100012548": "https://ror.org/031tatj48", - "501100007835": "https://ror.org/02dyjk442", - "501100013829": "https://ror.org/02dyjk442", - "501100016298": "https://ror.org/00e9kx775", - "100015268": "https://ror.org/01g8djv19", - "100020088": "https://ror.org/01g8djv19", - "100010010": "https://ror.org/03dvm1235", - "100019291": "https://ror.org/03dvm1235", - "100015069": "https://ror.org/03w28pb62", - "501100005415": "https://ror.org/01db6h964", - "501100020584": "https://ror.org/01db6h964", - "100016401": "https://ror.org/00qfb4074", - "100016060": "https://ror.org/00qfb4074", - "501100023737": "https://ror.org/01vfw8847", - "100006775": "https://ror.org/03yt24h27", - "100006766": "https://ror.org/03yt24h27", - "100012628": "https://ror.org/03yt24h27", - "100022862": "https://ror.org/03ez40v33", - "501100002949": "https://ror.org/004svx814", - "501100010014": "https://ror.org/004svx814", - "501100012246": "https://ror.org/004svx814", - "501100014603": "https://ror.org/032n1tr36", - "501100021797": "https://ror.org/032n1tr36", - "501100003395": "https://ror.org/05tewj457", - "501100004894": "https://ror.org/05tewj457", - "501100018558": "https://ror.org/05tewj457", - "501100013285": "https://ror.org/05tewj457", - "501100012150": "https://ror.org/05tewj457", - "501100004765": "https://ror.org/009xwd568", - "501100021092": "https://ror.org/009xwd568", - "501100023551": "https://ror.org/05wkfym33", - "501100006477": "https://ror.org/05bqach95", - "501100006732": "https://ror.org/05bqach95", - "501100007647": "https://ror.org/05bqach95", - "501100020294": "https://ror.org/05bqach95", - "100012884": "https://ror.org/03hrns542", - "501100012326": "https://ror.org/00bsdxt65", - "100013711": "https://ror.org/01vnxev61", - "501100008816": "https://ror.org/02rm76t37", - "501100011622": "https://ror.org/02rm76t37", - "501100018913": "https://ror.org/05m2a2x14", - "100018872": "https://ror.org/05wma2347", - "100007684": "https://ror.org/02nnhbq91", - "100017814": "https://ror.org/02nnhbq91", - "501100023520": "https://ror.org/029hqf550", - "501100024238": "https://ror.org/01hznc410", - "100015278": "https://ror.org/05y381977", - "100007235": "https://ror.org/03k1gpj17", - "100011340": "https://ror.org/03k1gpj17", - "100012417": "https://ror.org/03k1gpj17", - "100018347": "https://ror.org/00jb0e673", - "501100020600": "https://ror.org/00jb0e673", - "100008522": "https://ror.org/02mpq6x41", - "100008523": "https://ror.org/02mpq6x41", - "100006631": "https://ror.org/02mpq6x41", - "100011118": "https://ror.org/02mpq6x41", - "100019924": "https://ror.org/02mpq6x41", - "501100004054": "https://ror.org/02ma4wv74", - "501100019672": "https://ror.org/02ma4wv74", - "501100020148": "https://ror.org/02ayn5869", - "100009776": "https://ror.org/02fa3aq29", - "100020434": "https://ror.org/02fa3aq29", - "100011936": "https://ror.org/02fa3aq29", - "501100020587": "https://ror.org/00wd8c661", - "100007250": "https://ror.org/0432jq872", - "100008400": "https://ror.org/0432jq872", - "100008505": "https://ror.org/0432jq872", - "100006449": "https://ror.org/0432jq872", - "100012591": "https://ror.org/0432jq872", - "100011143": "https://ror.org/0432jq872", - "100013671": "https://ror.org/0432jq872", - "100013372": "https://ror.org/055sbzs47", - "100012793": "https://ror.org/04gr4te78", - "100012794": "https://ror.org/04gr4te78", - "501100006389": "https://ror.org/01swzsf04", - "501100020971": "https://ror.org/01swzsf04", - "501100023286": "https://ror.org/056r65c22", - "100011320": "https://ror.org/056r65c22", - "501100003359": "https://ror.org/0097mvx21", - "501100016121": "https://ror.org/0097mvx21", - "501100005721": "https://ror.org/02hpadn98", - "501100014067": "https://ror.org/02hpadn98", - "501100014737": "https://ror.org/01394d192", - "100020610": "https://ror.org/01394d192", - "501100010454": "https://ror.org/0168em120", - "501100001316": "https://ror.org/00xkeyj56", - "501100020882": "https://ror.org/00xkeyj56", - "501100018689": "https://ror.org/01yc8eq25", - "100009068": "https://ror.org/02k7v4d05", - "501100007282": "https://ror.org/02k7v4d05", - "100009070": "https://ror.org/02k7v4d05", - "100009069": "https://ror.org/02k7v4d05", - "100013353": "https://ror.org/02k7v4d05", - "100020401": "https://ror.org/02k7v4d05", - "501100023451": "https://ror.org/016na8197", - "100006510": "https://ror.org/00py81415", - "100005531": "https://ror.org/00py81415", - "100008200": "https://ror.org/00py81415", - "100008936": "https://ror.org/00py81415", - "100010326": "https://ror.org/00py81415", - "100002690": "https://ror.org/00py81415", - "100006967": "https://ror.org/00py81415", - "100005853": "https://ror.org/00py81415", - "100005854": "https://ror.org/00py81415", - "100005855": "https://ror.org/00py81415", - "100006511": "https://ror.org/00py81415", - "100006513": "https://ror.org/00py81415", - "100006830": "https://ror.org/00py81415", - "100007908": "https://ror.org/00py81415", - "100006512": "https://ror.org/00py81415", - "100005572": "https://ror.org/00py81415", - "100015191": "https://ror.org/00py81415", - "100017461": "https://ror.org/00py81415", - "100004900": "https://ror.org/00m2s0z68", - "100013714": "https://ror.org/00m2s0z68", - "501100013995": "https://ror.org/04cx3ye04", - "501100012707": "https://ror.org/04cx3ye04", - "100006418": "https://ror.org/05gq02987", - "100005478": "https://ror.org/05gq02987", - "100011184": "https://ror.org/05gq02987", - "100012305": "https://ror.org/05gq02987", - "501100007437": "https://ror.org/02rcazp29", - "501100018775": "https://ror.org/02rcazp29", - "501100001779": "https://ror.org/02bfwt286", - "501100001144": "https://ror.org/02bfwt286", - "501100007917": "https://ror.org/02bfwt286", - "501100000991": "https://ror.org/02bfwt286", - "501100001198": "https://ror.org/02bfwt286", - "501100006532": "https://ror.org/02bfwt286", - "501100011670": "https://ror.org/02bfwt286", - "501100020821": "https://ror.org/02bfwt286", - "100008064": "https://ror.org/05vzafd60", - "100007303": "https://ror.org/05vzafd60", - "100008935": "https://ror.org/05vzafd60", - "100019688": "https://ror.org/05vzafd60", - "501100024390": "https://ror.org/04970qw83", - "501100013827": "https://ror.org/03fj82m46", - "100020604": "https://ror.org/03fjwdh27", - "501100009908": "https://ror.org/01bn4mn58", - "100020381": "https://ror.org/04htnem03", - "100006633": "https://ror.org/00ay7va13", - "100013147": "https://ror.org/00ay7va13", - "100017530": "https://ror.org/01v376g59", - "100016185": "https://ror.org/00rrpnq66", - "501100003399": "https://ror.org/03kt66j61", - "501100011470": "https://ror.org/03kt66j61", - "501100013105": "https://ror.org/03kt66j61", - "501100012247": "https://ror.org/03kt66j61", - "501100024215": "https://ror.org/02zy4nc24", - "501100005034": "https://ror.org/03zmf4s77", - "501100020700": "https://ror.org/03zmf4s77", - "100008526": "https://ror.org/020f3ap87", - "100009260": "https://ror.org/020f3ap87", - "100011135": "https://ror.org/020f3ap87", - "100014455": "https://ror.org/020f3ap87", - "100009774": "https://ror.org/020f3ap87", - "100011413": "https://ror.org/020f3ap87", - "100011642": "https://ror.org/020f3ap87", - "100012938": "https://ror.org/04xftk194", - "100012937": "https://ror.org/04xftk194", - "100017072": "https://ror.org/05pckj715", - "100017081": "https://ror.org/05pckj715", - "501100011447": "https://ror.org/058p20n09", - "501100010950": "https://ror.org/058p20n09", - "501100017700": "https://ror.org/058p20n09", - "501100005416": "https://ror.org/00epmv149", - "501100010220": "https://ror.org/00epmv149", - "501100008406": "https://ror.org/01kj2bm70", - "501100000774": "https://ror.org/01kj2bm70", - "501100018837": "https://ror.org/01kj2bm70", - "501100020852": "https://ror.org/01kj2bm70", - "501100004769": "https://ror.org/00s6t1f81", - "501100020258": "https://ror.org/00s6t1f81", - "501100004427": "https://ror.org/00h9jrb69", - "501100002658": "https://ror.org/00h9jrb69", - "501100010549": "https://ror.org/00h9jrb69", - "100020509": "https://ror.org/020cr8c43", - "100011566": "https://ror.org/05m5b8x20", - "100013041": "https://ror.org/05m5b8x20", - "100012320": "https://ror.org/02cb1bz50", - "501100002283": "https://ror.org/02ymzm013", - "501100000319": "https://ror.org/02ymzm013", - "100013869": "https://ror.org/02ymzm013", - "501100000855": "https://ror.org/03angcq70", - "501100020585": "https://ror.org/03angcq70", - "501100024311": "https://ror.org/03angcq70", - "501100021534": "https://ror.org/02qs84g94", - "100008893": "https://ror.org/036jqmy94", - "100011126": "https://ror.org/036jqmy94", - "100008949": "https://ror.org/036jqmy94", - "100006443": "https://ror.org/036jqmy94", - "100015515": "https://ror.org/036jqmy94", - "100011352": "https://ror.org/036jqmy94", - "100011641": "https://ror.org/036jqmy94", - "100011652": "https://ror.org/036jqmy94", - "100011653": "https://ror.org/036jqmy94", - "100011654": "https://ror.org/036jqmy94", - "100012011": "https://ror.org/036jqmy94", - "100012675": "https://ror.org/036jqmy94", - "100019830": "https://ror.org/036jqmy94", - "100007797": "https://ror.org/040af2s02", - "100007798": "https://ror.org/040af2s02", - "100010106": "https://ror.org/040af2s02", - "100018986": "https://ror.org/040af2s02", - "100015058": "https://ror.org/040af2s02", - "100015059": "https://ror.org/040af2s02", - "501100008580": "https://ror.org/040af2s02", - "501100009514": "https://ror.org/040af2s02", - "501100011578": "https://ror.org/00fc5q271", - "501100008461": "https://ror.org/05kb8h459", - "501100004886": "https://ror.org/05kb8h459", - "501100004885": "https://ror.org/05kb8h459", - "501100010794": "https://ror.org/05kb8h459", - "501100009984": "https://ror.org/05kb8h459", - "501100008989": "https://ror.org/02vfrsg15", - "501100017011": "https://ror.org/0575ttm03", - "501100016141": "https://ror.org/0461q1s51", - "501100022334": "https://ror.org/01nc8zs04", - "100010937": "https://ror.org/00bgtad15", - "100020703": "https://ror.org/00bgtad15", - "100007165": "https://ror.org/02ymw8z06", - "100011139": "https://ror.org/02ymw8z06", - "100018719": "https://ror.org/02ymw8z06", - "501100021723": "https://ror.org/017qcv467", - "100012980": "https://ror.org/00h3d0p13", - "100017592": "https://ror.org/04h3h5b09", - "100022870": "https://ror.org/05n2cz176", - "501100023735": "https://ror.org/04a711r87", - "100009750": "https://ror.org/00trqv719", - "100011124": "https://ror.org/00trqv719", - "100015425": "https://ror.org/00trqv719", - "100008013": "https://ror.org/016tfm930", - "100007865": "https://ror.org/016tfm930", - "100009259": "https://ror.org/016tfm930", - "100013695": "https://ror.org/016tfm930", - "501100015030": "https://ror.org/00925cq50", - "501100014677": "https://ror.org/03gwbzf29", - "501100008909": "https://ror.org/03gwbzf29", - "501100024237": "https://ror.org/04ec9cc06", - "100011176": "https://ror.org/00m6w7z96", - "100020950": "https://ror.org/00m6w7z96", - "100016819": "https://ror.org/002k5fe57", - "501100016300": "https://ror.org/002k5fe57", - "100020432": "https://ror.org/03msb7010", - "100022519": "https://ror.org/03msb7010", - "100013092": "https://ror.org/0324q6b35", - "100012025": "https://ror.org/00e5k0821", - "100014958": "https://ror.org/00e5k0821", - "100020770": "https://ror.org/00e5k0821", - "501100011111": "https://ror.org/02v1rsx93", - "501100013891": "https://ror.org/05k65ce46", - "100014425": "https://ror.org/01788sq40", - "501100023864": "https://ror.org/02wnqcb97", - "100012911": "https://ror.org/04fa64g55", - "100017449": "https://ror.org/04fa64g55", - "501100001838": "https://ror.org/008d1xp69", - "501100004940": "https://ror.org/008d1xp69", - "501100009594": "https://ror.org/037b5pv06", - "501100009615": "https://ror.org/037b5pv06", - "100013114": "https://ror.org/05a0ya142", - "100013830": "https://ror.org/05a0ya142", - "100020701": "https://ror.org/0425b4h79", - "100009608": "https://ror.org/05wn7r715", - "100016130": "https://ror.org/05wn7r715", - "501100001537": "https://ror.org/03b94tp07", - "501100006346": "https://ror.org/03b94tp07", - "501100020193": "https://ror.org/03b94tp07", - "501100003476": "https://ror.org/03ymhqy66", - "501100010209": "https://ror.org/03ymhqy66", - "100012951": "https://ror.org/00ghzk478", - "100020871": "https://ror.org/01r3kjq03", - "100020192": "https://ror.org/04pf17v09", - "501100000740": "https://ror.org/02wn5qz54", - "501100000586": "https://ror.org/02wn5qz54", - "501100000636": "https://ror.org/02wn5qz54", - "501100023800": "https://ror.org/02wn5qz54", - "100020984": "https://ror.org/01ht74751", - "501100009894": "https://ror.org/00s8fpf52", - "501100010704": "https://ror.org/00s8fpf52", - "100009238": "https://ror.org/02nkdxk79", - "100018317": "https://ror.org/02nkdxk79", - "501100023475": "https://ror.org/00377k374", - "100007082": "https://ror.org/00ew4na22", - "100009155": "https://ror.org/00ew4na22", - "100019120": "https://ror.org/00ew4na22", - "501100007749": "https://ror.org/006c8a128", - "100011348": "https://ror.org/0293rh119", - "100014080": "https://ror.org/0293rh119", - "501100022298": "https://ror.org/030k6vb67", - "100010942": "https://ror.org/04dawnj30", - "100016294": "https://ror.org/04dawnj30", - "501100020430": "https://ror.org/04pjzv747", - "100008078": "https://ror.org/00n3w3b69", - "100009138": "https://ror.org/00n3w3b69", - "100016271": "https://ror.org/00n3w3b69", - "100008102": "https://ror.org/01e3m7079", - "100008104": "https://ror.org/01e3m7079", - "100008641": "https://ror.org/01e3m7079", - "100008105": "https://ror.org/01e3m7079", - "100008103": "https://ror.org/01e3m7079", - "100014452": "https://ror.org/01e3m7079", - "501100024053": "https://ror.org/04w6y2z35", - "501100016219": "https://ror.org/0228a5v71", - "501100002873": "https://ror.org/028wp3y58", - "501100006540": "https://ror.org/028wp3y58", - "501100004776": "https://ror.org/028wp3y58", - "501100015239": "https://ror.org/028wp3y58", - "501100005754": "https://ror.org/04vgqjj36", - "501100014196": "https://ror.org/04vgqjj36", - "100007154": "https://ror.org/0207ad724", - "100008478": "https://ror.org/0207ad724", - "100013142": "https://ror.org/0207ad724", - "100011087": "https://ror.org/00fgdtt86", - "501100024022": "https://ror.org/059wmd288", - "100005492": "https://ror.org/00f54p054", - "100006521": "https://ror.org/00f54p054", - "100008643": "https://ror.org/00f54p054", - "100006100": "https://ror.org/00f54p054", - "100010866": "https://ror.org/00f54p054", - "100011098": "https://ror.org/00f54p054", - "100006598": "https://ror.org/00f54p054", - "100006057": "https://ror.org/00f54p054", - "100005575": "https://ror.org/00f54p054", - "100005541": "https://ror.org/00f54p054", - "100006382": "https://ror.org/00f54p054", - "100016959": "https://ror.org/00f54p054", - "100010864": "https://ror.org/00f54p054", - "100010869": "https://ror.org/00f54p054", - "100010863": "https://ror.org/00f54p054", - "100010865": "https://ror.org/00f54p054", - "100010867": "https://ror.org/00f54p054", - "100010868": "https://ror.org/00f54p054", - "100010870": "https://ror.org/00f54p054", - "100011099": "https://ror.org/00f54p054", - "100012502": "https://ror.org/00f54p054", - "100013120": "https://ror.org/00f54p054", - "100013720": "https://ror.org/00f54p054", - "100014373": "https://ror.org/00f54p054", - "100014374": "https://ror.org/00f54p054", - "100014493": "https://ror.org/00f54p054", - "100014494": "https://ror.org/00f54p054", - "100014495": "https://ror.org/00f54p054", - "100014496": "https://ror.org/00f54p054", - "100014498": "https://ror.org/00f54p054", - "100014750": "https://ror.org/00f54p054", - "100016667": "https://ror.org/00f54p054", - "100018793": "https://ror.org/00f54p054", - "100020322": "https://ror.org/00f54p054", - "100022370": "https://ror.org/00f54p054", - "100011100": "https://ror.org/03qtzce31", - "100013690": "https://ror.org/03qtzce31", - "100013688": "https://ror.org/03qtzce31", - "100007135": "https://ror.org/00xzqjh13", - "100021081": "https://ror.org/00xzqjh13", - "100021121": "https://ror.org/047w75g40", - "100018327": "https://ror.org/00j6z5f80", - "501100023331": "https://ror.org/05tzrdd39", - "100020591": "https://ror.org/03vgk3f90", - "501100001771": "https://ror.org/00eae9z71", - "501100008918": "https://ror.org/00eae9z71", - "501100020532": "https://ror.org/037vx0145", - "100015117": "https://ror.org/013js5t03", - "501100003945": "https://ror.org/05ynxx418", - "501100006585": "https://ror.org/05ynxx418", - "501100010752": "https://ror.org/05ynxx418", - "501100008227": "https://ror.org/048cwvf49", - "501100023441": "https://ror.org/048cwvf49", - "100004143": "https://ror.org/03xk7zy09", - "100014285": "https://ror.org/03xk7zy09", - "501100004033": "https://ror.org/023b0x485", - "501100004812": "https://ror.org/023b0x485", - "501100003783": "https://ror.org/023b0x485", - "501100011619": "https://ror.org/023b0x485", - "100013560": "https://ror.org/05w5gh811", - "501100023750": "https://ror.org/05kph4940", - "501100014228": "https://ror.org/056wyhh33", - "501100001554": "https://ror.org/052czxv31", - "501100005923": "https://ror.org/052czxv31", - "501100012292": "https://ror.org/052czxv31", - "100009467": "https://ror.org/03rp50x72", - "501100001336": "https://ror.org/03rp50x72", - "501100010241": "https://ror.org/03rp50x72", - "501100000770": "https://ror.org/027m9bs27", - "100007545": "https://ror.org/027m9bs27", - "100007546": "https://ror.org/027m9bs27", - "501100000584": "https://ror.org/027m9bs27", - "501100006628": "https://ror.org/027m9bs27", - "100012371": "https://ror.org/027m9bs27", - "501100009148": "https://ror.org/027m9bs27", - "501100014814": "https://ror.org/027m9bs27", - "501100020358": "https://ror.org/027m9bs27", - "501100024330": "https://ror.org/027m9bs27", - "501100003074": "https://ror.org/03stxzb56", - "501100006668": "https://ror.org/03stxzb56", - "501100021778": "https://ror.org/03stxzb56", - "501100014250": "https://ror.org/03stxzb56", - "501100008678": "https://ror.org/03s7gtk40", - "501100019694": "https://ror.org/03s7gtk40", - "501100001635": "https://ror.org/00a0n9e72", - "501100014531": "https://ror.org/00a0n9e72", - "501100020871": "https://ror.org/00a0n9e72", - "100006920": "https://ror.org/00b30xv10", - "100005312": "https://ror.org/00b30xv10", - "100007929": "https://ror.org/00b30xv10", - "100007928": "https://ror.org/00b30xv10", - "100005882": "https://ror.org/00b30xv10", - "100005467": "https://ror.org/00b30xv10", - "100008435": "https://ror.org/00b30xv10", - "100010410": "https://ror.org/00b30xv10", - "100010490": "https://ror.org/00b30xv10", - "100009949": "https://ror.org/00b30xv10", - "100007486": "https://ror.org/00b30xv10", - "100017303": "https://ror.org/00b30xv10", - "100021014": "https://ror.org/04vc81p87", - "501100010474": "https://ror.org/048hyya13", - "100017127": "https://ror.org/05rcfc739", - "501100012151": "https://ror.org/05rcfc739", - "501100012234": "https://ror.org/05rcfc739", - "100018177": "https://ror.org/05a7rhx54", - "501100004052": "https://ror.org/01q3tbs38", - "501100003422": "https://ror.org/01q3tbs38", - "501100020297": "https://ror.org/01q3tbs38", - "501100020813": "https://ror.org/01q3tbs38", - "501100020858": "https://ror.org/01q3tbs38", - "100019755": "https://ror.org/00excyz84", - "100008363": "https://ror.org/03ytt7k16", - "100015459": "https://ror.org/03ytt7k16", - "501100003604": "https://ror.org/0249tng68", - "501100012260": "https://ror.org/0249tng68", - "501100004595": "https://ror.org/02rgb2k63", - "501100003782": "https://ror.org/02rgb2k63", - "501100023433": "https://ror.org/02rgb2k63", - "501100010333": "https://ror.org/006e4ws51", - "100011531": "https://ror.org/03xrrjk67", - "100015474": "https://ror.org/03xrrjk67", - "100017506": "https://ror.org/03xrrjk67", - "100012806": "https://ror.org/029qx3s09", - "100018717": "https://ror.org/029qx3s09", - "100006514": "https://ror.org/05rfqv493", - "100015538": "https://ror.org/05rfqv493", - "100011995": "https://ror.org/005teat46", - "501100020309": "https://ror.org/003kmcj19", - "501100022332": "https://ror.org/03tdcw665", - "100013079": "https://ror.org/039k72y49", - "100016449": "https://ror.org/039k72y49", - "501100001106": "https://ror.org/0229nk184", - "501100009321": "https://ror.org/0229nk184", - "501100012052": "https://ror.org/0229nk184", - "501100024027": "https://ror.org/03769b225", - "100020625": "https://ror.org/0034me914", - "100022837": "https://ror.org/03dtebk39", - "501100000775": "https://ror.org/01zctcs90", - "100012346": "https://ror.org/01zctcs90", - "501100006447": "https://ror.org/02crff812", - "501100008481": "https://ror.org/02crff812", - "501100006448": "https://ror.org/02crff812", - "501100003290": "https://ror.org/02crff812", - "100012545": "https://ror.org/02crff812", - "501100014357": "https://ror.org/02crff812", - "501100004506": "https://ror.org/046awyn59", - "501100022587": "https://ror.org/046awyn59", - "501100023691": "https://ror.org/035ggvj17", - "501100004853": "https://ror.org/00t33hh48", - "501100005956": "https://ror.org/00t33hh48", - "501100006355": "https://ror.org/00t33hh48", - "501100023925": "https://ror.org/00t33hh48", - "100007579": "https://ror.org/02v80fc35", - "100007580": "https://ror.org/02v80fc35", - "100008745": "https://ror.org/02v80fc35", - "100008493": "https://ror.org/02v80fc35", - "100012321": "https://ror.org/02v80fc35", - "100016522": "https://ror.org/02v80fc35", - "501100023448": "https://ror.org/01k5qnb77", - "501100006390": "https://ror.org/019whta54", - "501100024021": "https://ror.org/019whta54", - "100016597": "https://ror.org/057vybt25", - "100006474": "https://ror.org/00hj8s172", - "100006724": "https://ror.org/00hj8s172", - "100008162": "https://ror.org/00hj8s172", - "100005695": "https://ror.org/00hj8s172", - "100005964": "https://ror.org/00hj8s172", - "100006074": "https://ror.org/00hj8s172", - "100006006": "https://ror.org/00hj8s172", - "100006922": "https://ror.org/00hj8s172", - "100005903": "https://ror.org/00hj8s172", - "100005944": "https://ror.org/00hj8s172", - "100008463": "https://ror.org/00hj8s172", - "100005583": "https://ror.org/00hj8s172", - "100013758": "https://ror.org/00hj8s172", - "100020898": "https://ror.org/00x0nkm13", - "501100010701": "https://ror.org/03wv1cb14", - "501100008724": "https://ror.org/03wv1cb14", - "501100017488": "https://ror.org/03wv1cb14", - "100011066": "https://ror.org/0497crr92", - "100011067": "https://ror.org/0497crr92", - "501100006393": "https://ror.org/04njjy449", - "501100018947": "https://ror.org/04njjy449", - "100022865": "https://ror.org/03myd1n81", - "501100008423": "https://ror.org/014r0rr19", - "501100022215": "https://ror.org/01vhnrs90", - "100021008": "https://ror.org/05vg07g77", - "501100005085": "https://ror.org/01skt4w74", - "501100012236": "https://ror.org/01skt4w74", - "100020906": "https://ror.org/0166e9x11", - "100014114": "https://ror.org/01gtctx88", - "100019887": "https://ror.org/01gtctx88", - "501100014194": "https://ror.org/019tvvb70", - "100022776": "https://ror.org/0049xax05", - "501100020417": "https://ror.org/05k0wa595", - "501100000739": "https://ror.org/01ryk1543", - "100014465": "https://ror.org/01ryk1543", - "501100012684": "https://ror.org/01ryk1543", - "501100024045": "https://ror.org/01ryk1543", - "501100024236": "https://ror.org/050p6gz73", - "100008501": "https://ror.org/01vx35703", - "100008558": "https://ror.org/01vx35703", - "100012851": "https://ror.org/01vx35703", - "100019661": "https://ror.org/01vx35703", - "501100001855": "https://ror.org/04vyex278", - "501100015270": "https://ror.org/04vyex278", - "100021004": "https://ror.org/041jtyq26", - "501100022181": "https://ror.org/01h21cs69", - "100020451": "https://ror.org/00dpnh189", - "501100004585": "https://ror.org/03613d656", - "501100017520": "https://ror.org/03613d656", - "501100024050": "https://ror.org/03613d656", - "501100014782": "https://ror.org/0324r4e56", - "100006686": "https://ror.org/02dgjyy92", - "100008530": "https://ror.org/02dgjyy92", - "100007700": "https://ror.org/02dgjyy92", - "100008491": "https://ror.org/02dgjyy92", - "100010585": "https://ror.org/02dgjyy92", - "100014454": "https://ror.org/02dgjyy92", - "100008190": "https://ror.org/05psqqq26", - "100015930": "https://ror.org/05psqqq26", - "501100000769": "https://ror.org/052gg0110", - "100010354": "https://ror.org/052gg0110", - "100010355": "https://ror.org/052gg0110", - "100010353": "https://ror.org/052gg0110", - "100010357": "https://ror.org/052gg0110", - "100010362": "https://ror.org/052gg0110", - "100010365": "https://ror.org/052gg0110", - "100010363": "https://ror.org/052gg0110", - "100010358": "https://ror.org/052gg0110", - "100010356": "https://ror.org/052gg0110", - "100010361": "https://ror.org/052gg0110", - "100010360": "https://ror.org/052gg0110", - "100010368": "https://ror.org/052gg0110", - "100010370": "https://ror.org/052gg0110", - "100010369": "https://ror.org/052gg0110", - "100010364": "https://ror.org/052gg0110", - "100010348": "https://ror.org/052gg0110", - "100010347": "https://ror.org/052gg0110", - "100010350": "https://ror.org/052gg0110", - "100010351": "https://ror.org/052gg0110", - "100010352": "https://ror.org/052gg0110", - "100010371": "https://ror.org/052gg0110", - "100010349": "https://ror.org/052gg0110", - "100010367": "https://ror.org/052gg0110", - "501100004211": "https://ror.org/052gg0110", - "501100004789": "https://ror.org/052gg0110", - "100007718": "https://ror.org/052gg0110", - "501100000524": "https://ror.org/052gg0110", - "501100000645": "https://ror.org/052gg0110", - "501100000666": "https://ror.org/052gg0110", - "501100000696": "https://ror.org/052gg0110", - "501100000718": "https://ror.org/052gg0110", - "501100000719": "https://ror.org/052gg0110", - "501100000728": "https://ror.org/052gg0110", - "501100000744": "https://ror.org/052gg0110", - "501100000747": "https://ror.org/052gg0110", - "501100001622": "https://ror.org/052gg0110", - "501100000649": "https://ror.org/052gg0110", - "501100000734": "https://ror.org/052gg0110", - "501100006561": "https://ror.org/052gg0110", - "100007724": "https://ror.org/052gg0110", - "501100006558": "https://ror.org/052gg0110", - "501100022752": "https://ror.org/052gg0110", - "501100014748": "https://ror.org/052gg0110", - "501100013389": "https://ror.org/052gg0110", - "100010359": "https://ror.org/052gg0110", - "100010366": "https://ror.org/052gg0110", - "100013964": "https://ror.org/052gg0110", - "501100015505": "https://ror.org/052gg0110", - "501100021079": "https://ror.org/052gg0110", - "501100023929": "https://ror.org/052gg0110", - "501100024028": "https://ror.org/0111es613", - "501100007221": "https://ror.org/04j4kfb22", - "501100015813": "https://ror.org/04j4kfb22", - "100017581": "https://ror.org/00286hs46", - "100020528": "https://ror.org/00286hs46", - "501100020085": "https://ror.org/03vdzkx92", - "501100016128": "https://ror.org/03vdzkx92", - "501100005269": "https://ror.org/012m7k033", - "501100005063": "https://ror.org/012m7k033", - "501100010814": "https://ror.org/012m7k033", - "501100009558": "https://ror.org/012m7k033", - "100008106": "https://ror.org/01485tq96", - "100009212": "https://ror.org/01485tq96", - "100010598": "https://ror.org/01485tq96", - "100008107": "https://ror.org/01485tq96", - "100008108": "https://ror.org/01485tq96", - "100017825": "https://ror.org/01485tq96", - "100015214": "https://ror.org/01485tq96", - "100016515": "https://ror.org/01485tq96", - "100010624": "https://ror.org/0535jz951", - "100015682": "https://ror.org/0535jz951", - "501100023813": "https://ror.org/049htfh25", - "501100024313": "https://ror.org/042wh0w21", - "100011070": "https://ror.org/0566a8c54", - "100013234": "https://ror.org/0566a8c54", - "501100023757": "https://ror.org/01d0fc168", - "100018842": "https://ror.org/05e1k0d14", - "501100013846": "https://ror.org/00m1rny06", - "501100023890": "https://ror.org/04bs1pb34", - "501100008726": "https://ror.org/04h3c2e31", - "501100013043": "https://ror.org/03nz8qe97", - "501100014532": "https://ror.org/03nz8qe97", - "100009612": "https://ror.org/00ysfqy60", - "100005587": "https://ror.org/00ysfqy60", - "100019896": "https://ror.org/00ysfqy60", - "100000006": "https://ror.org/00rk2pe57", - "100007297": "https://ror.org/00rk2pe57", - "100014036": "https://ror.org/00rk2pe57", - "100007859": "https://ror.org/001tmjg57", - "100006729": "https://ror.org/001tmjg57", - "100005690": "https://ror.org/001tmjg57", - "100016148": "https://ror.org/001tmjg57", - "100019286": "https://ror.org/001tmjg57", - "100019288": "https://ror.org/001tmjg57", - "100019289": "https://ror.org/001tmjg57", - "100020363": "https://ror.org/001tmjg57", - "100020918": "https://ror.org/05arvb276", - "100007588": "https://ror.org/05dk0ce17", - "100007593": "https://ror.org/05dk0ce17", - "100009500": "https://ror.org/05dk0ce17", - "100004202": "https://ror.org/05dk0ce17", - "100010950": "https://ror.org/05dk0ce17", - "100013628": "https://ror.org/05dk0ce17", - "100017872": "https://ror.org/05dk0ce17", - "501100011687": "https://ror.org/00n1dhm50", - "100017804": "https://ror.org/01z1vct10", - "501100018762": "https://ror.org/00pyevk91", - "501100014690": "https://ror.org/04n00c532", - "501100009591": "https://ror.org/04n00c532", - "100017331": "https://ror.org/04n00c532", - "501100000837": "https://ror.org/01ee9ar58", - "501100007882": "https://ror.org/01ee9ar58", - "501100004293": "https://ror.org/01ee9ar58", - "501100020057": "https://ror.org/01ee9ar58", - "501100022270": "https://ror.org/01ee9ar58", - "501100023981": "https://ror.org/02p8nt844", - "501100014684": "https://ror.org/008y4p075", - "501100009764": "https://ror.org/008y4p075", - "501100008977": "https://ror.org/032000t02", - "501100013812": "https://ror.org/032000t02", - "501100019218": "https://ror.org/032000t02", - "100011420": "https://ror.org/02vyfsk43", - "501100000741": "https://ror.org/01a77tt86", - "501100004443": "https://ror.org/01a77tt86", - "100012662": "https://ror.org/01a77tt86", - "501100015065": "https://ror.org/01a77tt86", - "501100022421": "https://ror.org/01a77tt86", - "501100001778": "https://ror.org/02czsnj07", - "501100003028": "https://ror.org/02czsnj07", - "100015144": "https://ror.org/02czsnj07", - "501100017029": "https://ror.org/02czsnj07", - "100006778": "https://ror.org/01zkghx44", - "100008268": "https://ror.org/01zkghx44", - "100008267": "https://ror.org/01zkghx44", - "100009523": "https://ror.org/01zkghx44", - "100006783": "https://ror.org/01zkghx44", - "100015126": "https://ror.org/01zkghx44", - "100020935": "https://ror.org/03gvhpa76", - "100011732": "https://ror.org/03tz3v863", - "501100008166": "https://ror.org/03tz3v863", - "501100014432": "https://ror.org/04xdyc983", - "501100008001": "https://ror.org/00rcxh774", - "501100009983": "https://ror.org/00rcxh774", - "501100010746": "https://ror.org/0014fb593", - "501100009169": "https://ror.org/01jaj8n65", - "501100010547": "https://ror.org/01jaj8n65", - "100022759": "https://ror.org/031m0fr54", - "100017346": "https://ror.org/02r1d7x68", - "501100014054": "https://ror.org/022mz6y25", - "100013748": "https://ror.org/05wf1w785", - "100007229": "https://ror.org/03vek6s52", - "100010520": "https://ror.org/03vek6s52", - "100009802": "https://ror.org/03vek6s52", - "100009868": "https://ror.org/03vek6s52", - "100008548": "https://ror.org/03vek6s52", - "100008549": "https://ror.org/03vek6s52", - "100005724": "https://ror.org/03vek6s52", - "100005578": "https://ror.org/03vek6s52", - "100009116": "https://ror.org/03vek6s52", - "100008036": "https://ror.org/03vek6s52", - "100009345": "https://ror.org/03vek6s52", - "100005668": "https://ror.org/03vek6s52", - "100010952": "https://ror.org/03vek6s52", - "100008024": "https://ror.org/03vek6s52", - "100005487": "https://ror.org/03vek6s52", - "100005473": "https://ror.org/03vek6s52", - "100005293": "https://ror.org/03vek6s52", - "100006075": "https://ror.org/03vek6s52", - "100005915": "https://ror.org/03vek6s52", - "100005469": "https://ror.org/03vek6s52", - "100005650": "https://ror.org/03vek6s52", - "100005678": "https://ror.org/03vek6s52", - "100005692": "https://ror.org/03vek6s52", - "100005802": "https://ror.org/03vek6s52", - "100005856": "https://ror.org/03vek6s52", - "100005893": "https://ror.org/03vek6s52", - "100005941": "https://ror.org/03vek6s52", - "100006007": "https://ror.org/03vek6s52", - "100006011": "https://ror.org/03vek6s52", - "100006274": "https://ror.org/03vek6s52", - "100007230": "https://ror.org/03vek6s52", - "100007300": "https://ror.org/03vek6s52", - "100007887": "https://ror.org/03vek6s52", - "100008263": "https://ror.org/03vek6s52", - "100005574": "https://ror.org/03vek6s52", - "100007299": "https://ror.org/03vek6s52", - "100006691": "https://ror.org/03vek6s52", - "100007301": "https://ror.org/03vek6s52", - "100019552": "https://ror.org/03vek6s52", - "100010951": "https://ror.org/03vek6s52", - "100013146": "https://ror.org/03vek6s52", - "100013753": "https://ror.org/03vek6s52", - "100013843": "https://ror.org/03vek6s52", - "100015369": "https://ror.org/03vek6s52", - "100018077": "https://ror.org/03vek6s52", - "100018418": "https://ror.org/03vek6s52", - "100019067": "https://ror.org/03vek6s52", - "100019111": "https://ror.org/03vek6s52", - "100019984": "https://ror.org/03vek6s52", - "100022285": "https://ror.org/03vek6s52", - "100008090": "https://ror.org/05wvpxv85", - "100009405": "https://ror.org/05wvpxv85", - "100008246": "https://ror.org/05wvpxv85", - "100008245": "https://ror.org/05wvpxv85", - "100010583": "https://ror.org/05wvpxv85", - "100010558": "https://ror.org/05wvpxv85", - "501100015512": "https://ror.org/01djxaj77", - "501100015511": "https://ror.org/01djxaj77", - "501100013428": "https://ror.org/01d22zt92", - "501100018870": "https://ror.org/0008vp155", - "100020040": "https://ror.org/0008vp155", - "501100004434": "https://ror.org/04jr1s763", - "501100002410": "https://ror.org/04jr1s763", - "501100022412": "https://ror.org/04jr1s763", - "100020826": "https://ror.org/04khwmr87", - "501100001538": "https://ror.org/0040r6f76", - "501100007722": "https://ror.org/0040r6f76", - "100009495": "https://ror.org/0040r6f76", - "501100005889": "https://ror.org/0040r6f76", - "501100007721": "https://ror.org/0040r6f76", - "100020315": "https://ror.org/04he1c034", - "100020312": "https://ror.org/04he1c034", - "100006961": "https://ror.org/05dxps055", - "100009676": "https://ror.org/05dxps055", - "100012614": "https://ror.org/05dxps055", - "100014551": "https://ror.org/05dxps055", - "100015381": "https://ror.org/05dxps055", - "100016647": "https://ror.org/05dxps055", - "100010940": "https://ror.org/04d5mb615", - "100015304": "https://ror.org/04d5mb615", - "501100011842": "https://ror.org/00ktq1636", - "501100011816": "https://ror.org/00ktq1636", - "100014571": "https://ror.org/03jrmgg47", - "501100008427": "https://ror.org/05wgann87", - "100017708": "https://ror.org/05wgann87", - "501100010843": "https://ror.org/05t4nb462", - "501100010256": "https://ror.org/05t4nb462", - "501100009334": "https://ror.org/05t4nb462", - "100007904": "https://ror.org/01f5ytq51", - "100009772": "https://ror.org/01f5ytq51", - "100007905": "https://ror.org/01f5ytq51", - "100007906": "https://ror.org/01f5ytq51", - "100008654": "https://ror.org/01f5ytq51", - "100008202": "https://ror.org/01f5ytq51", - "100008589": "https://ror.org/01f5ytq51", - "100008387": "https://ror.org/01f5ytq51", - "100004913": "https://ror.org/01f5ytq51", - "100012798": "https://ror.org/01f5ytq51", - "100013673": "https://ror.org/01f5ytq51", - "100013674": "https://ror.org/01f5ytq51", - "100013696": "https://ror.org/01f5ytq51", - "100013709": "https://ror.org/01f5ytq51", - "100014539": "https://ror.org/01f5ytq51", - "100015084": "https://ror.org/01f5ytq51", - "100015297": "https://ror.org/01f5ytq51", - "100015821": "https://ror.org/01f5ytq51", - "100019877": "https://ror.org/01f5ytq51", - "100020671": "https://ror.org/01f5ytq51", - "100020949": "https://ror.org/01f5ytq51", - "100020921": "https://ror.org/00fd30e02", - "501100001735": "https://ror.org/0316ej306", - "501100001811": "https://ror.org/0316ej306", - "501100003941": "https://ror.org/0316ej306", - "501100016043": "https://ror.org/0316ej306", - "501100020260": "https://ror.org/0316ej306", - "501100020296": "https://ror.org/0316ej306", - "501100021552": "https://ror.org/0316ej306", - "501100023514": "https://ror.org/05dbapj97", - "100020972": "https://ror.org/04yf4aj88", - "100014555": "https://ror.org/048fyec77", - "501100014537": "https://ror.org/048fyec77", - "501100011382": "https://ror.org/05s6mpv98", - "100007558": "https://ror.org/05vt9qd57", - "100005917": "https://ror.org/05vt9qd57", - "100007559": "https://ror.org/05vt9qd57", - "100011133": "https://ror.org/05vt9qd57", - "100011132": "https://ror.org/05vt9qd57", - "100018782": "https://ror.org/05vt9qd57", - "100007268": "https://ror.org/01yc7t268", - "100007930": "https://ror.org/01yc7t268", - "100009607": "https://ror.org/01yc7t268", - "100006586": "https://ror.org/01yc7t268", - "100011912": "https://ror.org/01yc7t268", - "100014451": "https://ror.org/01yc7t268", - "100014536": "https://ror.org/01yc7t268", - "100018625": "https://ror.org/01yc7t268", - "100018646": "https://ror.org/01yc7t268", - "100018647": "https://ror.org/01yc7t268", - "100022751": "https://ror.org/01yc7t268", - "100022840": "https://ror.org/04jk2xb11", - "501100023831": "https://ror.org/056qw0m61", - "100018727": "https://ror.org/02prz6q96", - "100007234": "https://ror.org/024mw5h28", - "100009416": "https://ror.org/024mw5h28", - "100007800": "https://ror.org/024mw5h28", - "100005586": "https://ror.org/024mw5h28", - "100009966": "https://ror.org/024mw5h28", - "100006049": "https://ror.org/024mw5h28", - "100008140": "https://ror.org/024mw5h28", - "100006931": "https://ror.org/024mw5h28", - "100006930": "https://ror.org/024mw5h28", - "100007618": "https://ror.org/024mw5h28", - "100017669": "https://ror.org/024mw5h28", - "100007263": "https://ror.org/02smfhw86", - "100006601": "https://ror.org/02smfhw86", - "100009522": "https://ror.org/02smfhw86", - "100009778": "https://ror.org/02smfhw86", - "100011501": "https://ror.org/02smfhw86", - "100014523": "https://ror.org/02smfhw86", - "100016447": "https://ror.org/02smfhw86", - "100016464": "https://ror.org/02smfhw86", - "100018638": "https://ror.org/02smfhw86", - "501100001835": "https://ror.org/02jz4aj89", - "501100011097": "https://ror.org/02jz4aj89", - "100009455": "https://ror.org/011vxgd24", - "100013655": "https://ror.org/011vxgd24", - "100018088": "https://ror.org/011vxgd24", - "100020694": "https://ror.org/011vxgd24", - "501100023356": "https://ror.org/00w78qy64", - "100020955": "https://ror.org/00n3pea85", - "100022896": "https://ror.org/03vmmgg57", - "501100016982": "https://ror.org/00vc9b171", - "501100016009": "https://ror.org/00vc9b171", - "100017579": "https://ror.org/0309msh52", - "501100005690": "https://ror.org/01jdpyv68", - "501100021210": "https://ror.org/01jdpyv68", - "501100019896": "https://ror.org/03ehgrz61", - "100020824": "https://ror.org/02c5jsm26", - "501100006604": "https://ror.org/03rrfep50", - "501100010960": "https://ror.org/03rrfep50", - "100008247": "https://ror.org/01jmxt844", - "501100006208": "https://ror.org/01jmxt844", - "501100002101": "https://ror.org/01jmxt844", - "100008248": "https://ror.org/01jmxt844", - "100018641": "https://ror.org/01jmxt844", - "100018629": "https://ror.org/01jmxt844", - "100018639": "https://ror.org/01jmxt844", - "100019334": "https://ror.org/01jmxt844", - "100015889": "https://ror.org/02sp3q482", - "100015888": "https://ror.org/02sp3q482", - "501100014409": "https://ror.org/02b5m3n83", - "100007273": "https://ror.org/02r109517", - "100020424": "https://ror.org/02r109517", - "100019236": "https://ror.org/02r109517", - "100021780": "https://ror.org/02r109517", - "100021788": "https://ror.org/02r109517", - "100021795": "https://ror.org/02r109517", - "100021802": "https://ror.org/02r109517", - "100021814": "https://ror.org/02r109517", - "100021829": "https://ror.org/02r109517", - "501100021784": "https://ror.org/03tee2f33", - "100015074": "https://ror.org/03tee2f33", - "501100012639": "https://ror.org/053mqrf26", - "501100015729": "https://ror.org/053mqrf26", - "501100006196": "https://ror.org/03yj89h83", - "501100006432": "https://ror.org/03yj89h83", - "501100005734": "https://ror.org/03yj89h83", - "501100008488": "https://ror.org/03yj89h83", - "501100018871": "https://ror.org/03yj89h83", - "501100012682": "https://ror.org/03yj89h83", - "501100020019": "https://ror.org/03yj89h83", - "501100020320": "https://ror.org/05fw72335", - "501100007817": "https://ror.org/03pfsnq21", - "501100014147": "https://ror.org/03pfsnq21", - "501100009870": "https://ror.org/05nbtzd04", - "100020599": "https://ror.org/023abrt21", - "100020569": "https://ror.org/0349bsm71", - "100020627": "https://ror.org/01t1agx36", - "501100006523": "https://ror.org/05wv2vq37", - "501100006524": "https://ror.org/05wv2vq37", - "501100013219": "https://ror.org/05wv2vq37", - "100007900": "https://ror.org/036nfer12", - "100012874": "https://ror.org/036nfer12", - "100006734": "https://ror.org/00hx57361", - "100005664": "https://ror.org/00hx57361", - "100007242": "https://ror.org/00hx57361", - "100007084": "https://ror.org/00hx57361", - "100005677": "https://ror.org/00hx57361", - "100005591": "https://ror.org/00hx57361", - "100006025": "https://ror.org/00hx57361", - "100005589": "https://ror.org/00hx57361", - "100008141": "https://ror.org/00hx57361", - "100014564": "https://ror.org/00hx57361", - "501100016282": "https://ror.org/03kaab451", - "100007890": "https://ror.org/0130frc33", - "100006808": "https://ror.org/0130frc33", - "100005539": "https://ror.org/0130frc33", - "100005592": "https://ror.org/0130frc33", - "100007327": "https://ror.org/0130frc33", - "100005899": "https://ror.org/0130frc33", - "100009744": "https://ror.org/0130frc33", - "100011072": "https://ror.org/0130frc33", - "100011082": "https://ror.org/0130frc33", - "100011106": "https://ror.org/0130frc33", - "100013192": "https://ror.org/0130frc33", - "100011485": "https://ror.org/0130frc33", - "100013056": "https://ror.org/0130frc33", - "100013506": "https://ror.org/0130frc33", - "100015505": "https://ror.org/0130frc33", - "100015514": "https://ror.org/0130frc33", - "100017079": "https://ror.org/0130frc33", - "501100024086": "https://ror.org/03bw8ys89", - "100012123": "https://ror.org/03bw8ys89", - "100007059": "https://ror.org/000e0be47", - "100008250": "https://ror.org/000e0be47", - "100013826": "https://ror.org/000e0be47", - "100011755": "https://ror.org/000e0be47", - "100011764": "https://ror.org/000e0be47", - "100017796": "https://ror.org/000e0be47", - "501100010699": "https://ror.org/00yncr324", - "501100021809": "https://ror.org/00yncr324", - "501100022493": "https://ror.org/00yncr324", - "501100022533": "https://ror.org/00yncr324", - "501100009891": "https://ror.org/05p5z9518", - "100020325": "https://ror.org/02cbymn47", - "501100003483": "https://ror.org/03qxff017", - "501100001737": "https://ror.org/03qxff017", - "501100001740": "https://ror.org/03qxff017", - "501100008302": "https://ror.org/03qxff017", - "501100011085": "https://ror.org/03qxff017", - "501100012293": "https://ror.org/03qxff017", - "501100022658": "https://ror.org/03qxff017", - "100008519": "https://ror.org/00xcryt71", - "100008231": "https://ror.org/00xcryt71", - "100015317": "https://ror.org/00xcryt71", - "501100000155": "https://ror.org/04j5jqy92", - "100021638": "https://ror.org/04j5jqy92", - "100022898": "https://ror.org/02smred28", - "501100023733": "https://ror.org/03rkhwr46", - "501100007264": "https://ror.org/030c55a26", - "501100007582": "https://ror.org/030c55a26", - "501100011575": "https://ror.org/045yy3r21", - "501100019770": "https://ror.org/005t7z309", - "100001181": "https://ror.org/04mrb6c22", - "100012416": "https://ror.org/04mrb6c22", - "501100021537": "https://ror.org/01sdrjx85", - "501100009777": "https://ror.org/01q8csw59", - "501100009963": "https://ror.org/01q8csw59", - "100009499": "https://ror.org/04yrkc140", - "100023050": "https://ror.org/04yrkc140", - "100023055": "https://ror.org/04yrkc140", - "100005321": "https://ror.org/02srcnm40", - "100015339": "https://ror.org/02srcnm40", - "100013607": "https://ror.org/02srcnm40", - "100019798": "https://ror.org/03bvtv586", - "501100008575": "https://ror.org/051axzw70", - "501100013499": "https://ror.org/051axzw70", - "100008555": "https://ror.org/02n1hzn07", - "100021634": "https://ror.org/02n1hzn07", - "100021639": "https://ror.org/02n1hzn07", - "100023016": "https://ror.org/02n1hzn07", - "100023028": "https://ror.org/02n1hzn07", - "100023034": "https://ror.org/02n1hzn07", - "100023047": "https://ror.org/02n1hzn07", - "100015847": "https://ror.org/049c8eh51", - "100015825": "https://ror.org/049c8eh51", - "501100014236": "https://ror.org/042sjcz88", - "501100013629": "https://ror.org/042sjcz88", - "501100008904": "https://ror.org/04yzxz566", - "100013007": "https://ror.org/04yzxz566", - "100010555": "https://ror.org/04kfn4587", - "100012421": "https://ror.org/04kfn4587", - "501100006356": "https://ror.org/03yrrjy16", - "501100018810": "https://ror.org/03yrrjy16", - "501100014750": "https://ror.org/00tvate34", - "501100008463": "https://ror.org/04ctejd88", - "501100014143": "https://ror.org/04ctejd88", - "100007709": "https://ror.org/05hs6h993", - "100006534": "https://ror.org/05hs6h993", - "100007508": "https://ror.org/05hs6h993", - "100010507": "https://ror.org/05hs6h993", - "100010518": "https://ror.org/05hs6h993", - "100010603": "https://ror.org/05hs6h993", - "100011138": "https://ror.org/05hs6h993", - "100009585": "https://ror.org/05hs6h993", - "100008425": "https://ror.org/05hs6h993", - "100008587": "https://ror.org/05hs6h993", - "100015893": "https://ror.org/05hs6h993", - "100015892": "https://ror.org/05hs6h993", - "100015891": "https://ror.org/05hs6h993", - "501100014559": "https://ror.org/031n2c920", - "501100007654": "https://ror.org/054d77k59", - "501100022241": "https://ror.org/054d77k59", - "501100023918": "https://ror.org/00jdryp44", - "100020768": "https://ror.org/047s7ex42", - "100015712": "https://ror.org/047s7ex42", - "100018951": "https://ror.org/01t466c14", - "100018454": "https://ror.org/01t466c14", - "100020521": "https://ror.org/057rhqk62", - "100020553": "https://ror.org/00jxnh380", - "100006537": "https://ror.org/02vm5rt34", - "100007139": "https://ror.org/02vm5rt34", - "100007206": "https://ror.org/02vm5rt34", - "100006538": "https://ror.org/02vm5rt34", - "100007207": "https://ror.org/02vm5rt34", - "100006010": "https://ror.org/02vm5rt34", - "100007182": "https://ror.org/02vm5rt34", - "100010901": "https://ror.org/02vm5rt34", - "501100019553": "https://ror.org/051e7s436", - "100008349": "https://ror.org/00q32j219", - "100020968": "https://ror.org/00q32j219", - "100020998": "https://ror.org/03y5egs41", - "100020629": "https://ror.org/035pkj773", - "100017384": "https://ror.org/03mzbmf11", - "100020570": "https://ror.org/025vmq686", - "100006747": "https://ror.org/05ykr0121", - "100008939": "https://ror.org/05ykr0121", - "100016448": "https://ror.org/05ykr0121", - "501100012130": "https://ror.org/01qwh7a74", - "501100004750": "https://ror.org/01qwh7a74", - "501100010012": "https://ror.org/01qwh7a74", - "501100001332": "https://ror.org/05j00sr48", - "501100007174": "https://ror.org/05j00sr48", - "501100017479": "https://ror.org/05j00sr48", - "501100002383": "https://ror.org/02f81g417", - "501100005725": "https://ror.org/02f81g417", - "501100002391": "https://ror.org/02f81g417", - "501100002392": "https://ror.org/02f81g417", - "501100006016": "https://ror.org/02f81g417", - "501100005328": "https://ror.org/02f81g417", - "501100004831": "https://ror.org/02f81g417", - "501100004745": "https://ror.org/02f81g417", - "501100004432": "https://ror.org/02f81g417", - "501100006566": "https://ror.org/02f81g417", - "501100011665": "https://ror.org/02f81g417", - "501100021557": "https://ror.org/02f81g417", - "501100008494": "https://ror.org/04f9hsx44", - "501100008944": "https://ror.org/04f9hsx44", - "501100012251": "https://ror.org/04z1ebj23", - "501100001661": "https://ror.org/038t36y30", - "501100001662": "https://ror.org/038t36y30", - "501100005858": "https://ror.org/038t36y30", - "501100003801": "https://ror.org/038t36y30", - "501100007678": "https://ror.org/038t36y30", - "501100010441": "https://ror.org/038t36y30", - "501100021374": "https://ror.org/038t36y30", - "501100009556": "https://ror.org/00nfs4461", - "501100006565": "https://ror.org/04z6c2n17", - "501100016200": "https://ror.org/04z6c2n17", - "501100023945": "https://ror.org/01xm30661", - "100016888": "https://ror.org/02hkzs489", - "100014849": "https://ror.org/02hkzs489", - "501100007735": "https://ror.org/01zk3ma76", - "501100016231": "https://ror.org/015h0qg34", - "501100016232": "https://ror.org/015h0qg34", - "501100015611": "https://ror.org/013fn6665", - "100020678": "https://ror.org/047gexf31", - "501100024003": "https://ror.org/03svthf85", - "100016110": "https://ror.org/03svwq685", - "100019237": "https://ror.org/03svwq685", - "100016340": "https://ror.org/05yfdxt86", - "100014435": "https://ror.org/029s7f567", - "501100011090": "https://ror.org/029s7f567", - "501100012645": "https://ror.org/049emcs32", - "100015212": "https://ror.org/049emcs32", - "100008900": "https://ror.org/032db5x82", - "100005567": "https://ror.org/032db5x82", - "100011280": "https://ror.org/032db5x82", - "100020714": "https://ror.org/03867fh96", - "501100018737": "https://ror.org/049wsmj07", - "501100002744": "https://ror.org/03kgsv495", - "501100006569": "https://ror.org/03kgsv495", - "501100002988": "https://ror.org/03kgsv495", - "501100011735": "https://ror.org/03kgsv495", - "501100002712": "https://ror.org/04q12yn84", - "501100003955": "https://ror.org/04q12yn84", - "501100004056": "https://ror.org/04q12yn84", - "100020586": "https://ror.org/04q12yn84", - "501100000847": "https://ror.org/01ch2yn61", - "100011406": "https://ror.org/01ch2yn61", - "100008340": "https://ror.org/01d88se56", - "100008341": "https://ror.org/01d88se56", - "100017968": "https://ror.org/01d88se56", - "501100002835": "https://ror.org/040wg7k59", - "501100006552": "https://ror.org/040wg7k59", - "501100022277": "https://ror.org/040wg7k59", - "501100005643": "https://ror.org/05cq64r17", - "501100014783": "https://ror.org/05cq64r17", - "501100020872": "https://ror.org/00ew3x319", - "501100000835": "https://ror.org/002h8g185", - "501100023395": "https://ror.org/002h8g185", - "501100024290": "https://ror.org/01db6n192", - "501100001217": "https://ror.org/01db6n192", - "501100004695": "https://ror.org/04qzfn040", - "501100024216": "https://ror.org/04qzfn040", - "501100000385": "https://ror.org/034wa7719", - "501100013529": "https://ror.org/034wa7719", - "501100014827": "https://ror.org/034wa7719", - "501100005869": "https://ror.org/022fs9h90", - "501100013788": "https://ror.org/022fs9h90", - "501100008988": "https://ror.org/02sfax819", - "501100005377": "https://ror.org/01encsj80", - "501100022089": "https://ror.org/01encsj80", - "501100022236": "https://ror.org/01encsj80", - "501100000761": "https://ror.org/041kmwe10", - "501100000850": "https://ror.org/041kmwe10", - "501100014534": "https://ror.org/041kmwe10", - "501100022211": "https://ror.org/041kmwe10", - "501100024012": "https://ror.org/041kmwe10", - "501100024415": "https://ror.org/041kmwe10", - "501100012624": "https://ror.org/005x56091", - "501100023680": "https://ror.org/005x56091", - "100005493": "https://ror.org/02k40bc56", - "100005579": "https://ror.org/02k40bc56", - "100010178": "https://ror.org/02k40bc56", - "100018777": "https://ror.org/02k40bc56", - "100018791": "https://ror.org/02k40bc56", - "501100013169": "https://ror.org/0101er145", - "100019832": "https://ror.org/04e4j5d46", - "100009922": "https://ror.org/026zar759", - "100014716": "https://ror.org/026zar759", - "501100010050": "https://ror.org/05r1jm831", - "501100004573": "https://ror.org/05ckt8b96", - "501100011798": "https://ror.org/05ckt8b96", - "501100010038": "https://ror.org/05ckt8b96", - "501100010042": "https://ror.org/05ckt8b96", - "100006710": "https://ror.org/01070mq45", - "100007284": "https://ror.org/01070mq45", - "100008296": "https://ror.org/01070mq45", - "100011415": "https://ror.org/01070mq45", - "501100013177": "https://ror.org/04abg5t05", - "501100024454": "https://ror.org/026a2aw47", - "100020920": "https://ror.org/04vkd2013", - "501100023759": "https://ror.org/01dbmzx78", - "100015528": "https://ror.org/01r9z8p25", - "100015529": "https://ror.org/01r9z8p25", - "100007594": "https://ror.org/0587ef340", - "100015352": "https://ror.org/0587ef340", - "501100004526": "https://ror.org/051ce0b09", - "501100014446": "https://ror.org/051ce0b09", - "100021105": "https://ror.org/02e24yw40", - "100017490": "https://ror.org/01hgxez56", - "501100007699": "https://ror.org/04ch49185", - "100020711": "https://ror.org/00n7swc17", - "100015853": "https://ror.org/00v4yb702", - "100013846": "https://ror.org/00v4yb702", - "100007602": "https://ror.org/03nawhv43", - "100009035": "https://ror.org/03nawhv43", - "100007601": "https://ror.org/03nawhv43", - "100005909": "https://ror.org/03nawhv43", - "100011115": "https://ror.org/03nawhv43", - "100020481": "https://ror.org/0091vmj44", - "501100000670": "https://ror.org/01mdyhz69", - "501100010057": "https://ror.org/01mdyhz69", - "100020977": "https://ror.org/01vjcez22", - "100008476": "https://ror.org/04gyf1771", - "100009819": "https://ror.org/04gyf1771", - "100006742": "https://ror.org/04gyf1771", - "100006448": "https://ror.org/04gyf1771", - "100013357": "https://ror.org/04gyf1771", - "100015087": "https://ror.org/01dhvva97", - "501100024075": "https://ror.org/0290a6k23", - "100010188": "https://ror.org/02h7kd997", - "501100001407": "https://ror.org/03tjsyq23", - "501100015985": "https://ror.org/03tjsyq23", - "501100007392": "https://ror.org/0266vkh91", - "501100018860": "https://ror.org/0266vkh91", - "501100001734": "https://ror.org/035b05819", - "501100005193": "https://ror.org/035b05819", - "501100006316": "https://ror.org/035b05819", - "501100006442": "https://ror.org/035b05819", - "501100006534": "https://ror.org/035b05819", - "501100020816": "https://ror.org/035b05819", - "501100007620": "https://ror.org/0022v2454", - "501100013099": "https://ror.org/0022v2454", - "501100000550": "https://ror.org/04wyyg856", - "501100008930": "https://ror.org/04wyyg856", - "100020843": "https://ror.org/0440yjn92", - "100022772": "https://ror.org/04wbcfb93", - "100022767": "https://ror.org/040yeqy86", - "501100020425": "https://ror.org/01cqa1772", - "501100018944": "https://ror.org/00mwcg389", - "501100015274": "https://ror.org/04gq6mn61", - "100006377": "https://ror.org/02dqehb95", - "100007869": "https://ror.org/02dqehb95", - "100008254": "https://ror.org/02dqehb95", - "100007290": "https://ror.org/02dqehb95", - "100006796": "https://ror.org/02dqehb95", - "100006378": "https://ror.org/02dqehb95", - "100007114": "https://ror.org/02dqehb95", - "100009081": "https://ror.org/02dqehb95", - "100013664": "https://ror.org/02dqehb95", - "100011589": "https://ror.org/02dqehb95", - "100011591": "https://ror.org/02dqehb95", - "100011592": "https://ror.org/02dqehb95", - "100011627": "https://ror.org/02dqehb95", - "100011872": "https://ror.org/02dqehb95", - "100013640": "https://ror.org/02dqehb95", - "100013697": "https://ror.org/02dqehb95", - "100016520": "https://ror.org/02dqehb95", - "100019691": "https://ror.org/02dqehb95", - "100019834": "https://ror.org/02dqehb95", - "501100010576": "https://ror.org/02ncgfj77", - "100011997": "https://ror.org/01tk4y529", - "100020592": "https://ror.org/02cwe0496", - "501100001775": "https://ror.org/03f0f6041", - "501100006758": "https://ror.org/03f0f6041", - "501100019890": "https://ror.org/03f0f6041", - "100008299": "https://ror.org/049s0rh22", - "100009231": "https://ror.org/049s0rh22", - "100008300": "https://ror.org/049s0rh22", - "100015823": "https://ror.org/049s0rh22", - "100020619": "https://ror.org/01azzms13", - "501100007166": "https://ror.org/059md9404", - "501100005144": "https://ror.org/059md9404", - "501100010023": "https://ror.org/059md9404", - "501100012154": "https://ror.org/059md9404", - "501100013088": "https://ror.org/059md9404", - "501100013280": "https://ror.org/059md9404", - "501100014186": "https://ror.org/0491yz035", - "100019129": "https://ror.org/05rpv7f61", - "501100023983": "https://ror.org/04x7ccp17", - "100019408": "https://ror.org/04w7zn912", - "501100004508": "https://ror.org/0575ycz84", - "501100010804": "https://ror.org/0575ycz84", - "501100022536": "https://ror.org/0575ycz84", - "501100024023": "https://ror.org/041hz9568", - "100015546": "https://ror.org/04kq4yy23", - "100018852": "https://ror.org/02ecj1n50", - "100018821": "https://ror.org/02ecj1n50", - "100011660": "https://ror.org/00ty2a548", - "100016186": "https://ror.org/00ty2a548", - "501100007336": "https://ror.org/02x2v6p15", - "501100020828": "https://ror.org/02x2v6p15", - "100010166": "https://ror.org/006mtxa58", - "100016808": "https://ror.org/006mtxa58", - "100020404": "https://ror.org/008p1v134", - "100010002": "https://ror.org/03m01yf64", - "100009919": "https://ror.org/03bq05s23", - "501100001833": "https://ror.org/008xxew50", - "100016247": "https://ror.org/05cs8k179", - "501100017637": "https://ror.org/05cs8k179", - "501100008222": "https://ror.org/051escj72", - "501100005201": "https://ror.org/00ppaw753", - "501100020140": "https://ror.org/01x2d9f70", - "501100008627": "https://ror.org/0427vvt16", - "501100000043": "https://ror.org/0427vvt16", - "100010503": "https://ror.org/0427vvt16", - "100012043": "https://ror.org/05kt9ap64", - "501100004375": "https://ror.org/04mhzgx49", - "501100004237": "https://ror.org/04mhzgx49", - "501100005310": "https://ror.org/04mhzgx49", - "501100006099": "https://ror.org/04mhzgx49", - "501100007539": "https://ror.org/04mhzgx49", - "501100020573": "https://ror.org/04mhzgx49", - "501100021796": "https://ror.org/04mhzgx49", - "100007747": "https://ror.org/03r0ha626", - "100009963": "https://ror.org/03r0ha626", - "100010573": "https://ror.org/03r0ha626", - "100006415": "https://ror.org/03r0ha626", - "100008236": "https://ror.org/03r0ha626", - "100008235": "https://ror.org/03r0ha626", - "100009263": "https://ror.org/03r0ha626", - "100006042": "https://ror.org/03r0ha626", - "100012664": "https://ror.org/03r0ha626", - "100015085": "https://ror.org/03r0ha626", - "100017094": "https://ror.org/03r0ha626", - "100020321": "https://ror.org/03r0ha626", - "100010192": "https://ror.org/05rpr6785", - "100008562": "https://ror.org/00hj54h04", - "100005545": "https://ror.org/00hj54h04", - "100005688": "https://ror.org/00hj54h04", - "100005518": "https://ror.org/00hj54h04", - "100008504": "https://ror.org/00hj54h04", - "100006468": "https://ror.org/00hj54h04", - "100005970": "https://ror.org/00hj54h04", - "100006776": "https://ror.org/00hj54h04", - "100010596": "https://ror.org/00hj54h04", - "100010420": "https://ror.org/00hj54h04", - "100005971": "https://ror.org/00hj54h04", - "100005906": "https://ror.org/00hj54h04", - "100013118": "https://ror.org/00hj54h04", - "100016256": "https://ror.org/00hj54h04", - "100012370": "https://ror.org/00hj54h04", - "100012684": "https://ror.org/00hj54h04", - "100012453": "https://ror.org/03qqdf793", - "100017327": "https://ror.org/024brep87", - "501100009500": "https://ror.org/05a1qpv97", - "501100007307": "https://ror.org/05y8yz623", - "501100003202": "https://ror.org/02pnc0262", - "501100023376": "https://ror.org/03kchyj69", - "100004423": "https://ror.org/01f80g185", - "501100013699": "https://ror.org/03gng8t46", - "501100004725": "https://ror.org/042ge0913", - "501100002768": "https://ror.org/042ge0913", - "501100002821": "https://ror.org/042ge0913", - "501100015519": "https://ror.org/051kpcy16", - "100020016": "https://ror.org/03myraf72", - "501100013375": "https://ror.org/01kknrc90", - "100009923": "https://ror.org/01jepya76", - "100008700": "https://ror.org/00v452281", - "100008903": "https://ror.org/024w0ge69", - "501100006573": "https://ror.org/024w0ge69", - "100013227": "https://ror.org/024w0ge69", - "501100007527": "https://ror.org/03nhjew95", - "501100010732": "https://ror.org/01s8kfg79", - "501100008793": "https://ror.org/0108mwc04", - "100009927": "https://ror.org/05jwcsm16", - "100009926": "https://ror.org/05jwcsm16", - "501100008280": "https://ror.org/04yrqp957", - "100008457": "https://ror.org/0153tk833", - "100008194": "https://ror.org/0153tk833", - "100008596": "https://ror.org/0153tk833", - "100000178": "https://ror.org/0153tk833", - "100008781": "https://ror.org/0153tk833", - "100008458": "https://ror.org/0153tk833", - "100008193": "https://ror.org/0153tk833", - "100005973": "https://ror.org/0153tk833", - "100017075": "https://ror.org/0153tk833", - "100018130": "https://ror.org/0153tk833", - "100007179": "https://ror.org/05fs6jp91", - "100008112": "https://ror.org/05fs6jp91", - "100008575": "https://ror.org/05fs6jp91", - "100011116": "https://ror.org/05fs6jp91", - "100011175": "https://ror.org/05fs6jp91", - "501100020905": "https://ror.org/04s60rj63", - "501100021097": "https://ror.org/00dmpgj58", - "100015422": "https://ror.org/04m24yn62", - "501100005961": "https://ror.org/05sn8wf81", - "501100020302": "https://ror.org/05sn8wf81", - "501100003417": "https://ror.org/01agh0847", - "100006831": "https://ror.org/006gmme17", - "100006393": "https://ror.org/006gmme17", - "100006394": "https://ror.org/006gmme17", - "501100011100": "https://ror.org/034thb936", - "100010096": "https://ror.org/02e1c4h55", - "501100007163": "https://ror.org/02e1c4h55", - "501100009568": "https://ror.org/00987cb86", - "501100000023": "https://ror.org/010q4q527", - "501100004530": "https://ror.org/02e91jd64", - "501100006018": "https://ror.org/02e91jd64", - "501100007145": "https://ror.org/02e91jd64", - "501100006528": "https://ror.org/02e91jd64", - "501100008850": "https://ror.org/02e91jd64", - "100010460": "https://ror.org/04vrzee53", - "501100022618": "https://ror.org/03ed7y723", - "501100004788": "https://ror.org/01y2kdt21", - "100008630": "https://ror.org/038pa9k74", - "501100000226": "https://ror.org/00tjpb250", - "100021106": "https://ror.org/017mdc710", - "100010197": "https://ror.org/05x8ajk28", - "501100011110": "https://ror.org/01vkp3w06", - "501100010653": "https://ror.org/02j46qs45", - "501100011659": "https://ror.org/02j46qs45", - "501100022400": "https://ror.org/02an8es95", - "100006518": "https://ror.org/00thqtb16", - "100008291": "https://ror.org/00thqtb16", - "100008339": "https://ror.org/00thqtb16", - "501100004281": "https://ror.org/03ha2q922", - "501100004442": "https://ror.org/03ha2q922", - "501100022920": "https://ror.org/00r80yr56", - "501100002912": "https://ror.org/050m0b055", - "501100006070": "https://ror.org/02mhbdp94", - "501100006071": "https://ror.org/02mhbdp94", - "501100010552": "https://ror.org/00nyrjc53", - "100016779": "https://ror.org/02j2xmd27", - "501100002702": "https://ror.org/04m5j1k67", - "501100022232": "https://ror.org/04m5j1k67", - "501100007680": "https://ror.org/02z0cah89", - "501100022501": "https://ror.org/01sxmzj91", - "100001645": "https://ror.org/035c70a92", - "501100015322": "https://ror.org/00prsav78", - "100004933": "https://ror.org/0034eay46", - "100004923": "https://ror.org/0034eay46", - "501100020144": "https://ror.org/01a61tf67", - "501100004535": "https://ror.org/01mhm6x57", - "501100014193": "https://ror.org/0235kxk33", - "501100000821": "https://ror.org/01rv9gx86", - "100008997": "https://ror.org/04s5mat29", - "100008998": "https://ror.org/04s5mat29", - "501100000078": "https://ror.org/04s5mat29", - "501100010059": "https://ror.org/01sn1yx84", - "100013211": "https://ror.org/05xkn9s74", - "100006444": "https://ror.org/047s2c258", - "100009144": "https://ror.org/047s2c258", - "100004972": "https://ror.org/047s2c258", - "100007743": "https://ror.org/047s2c258", - "100008640": "https://ror.org/047s2c258", - "100008029": "https://ror.org/047s2c258", - "100008639": "https://ror.org/047s2c258", - "100016817": "https://ror.org/047s2c258", - "501100019926": "https://ror.org/01bnjb948", - "501100019945": "https://ror.org/01gbnem66", - "100020655": "https://ror.org/03xxypa75", - "501100008017": "https://ror.org/0321g0743", - "100008134": "https://ror.org/020qm1538", - "100019336": "https://ror.org/020qm1538", - "501100007303": "https://ror.org/01xvwxv41", - "100017206": "https://ror.org/0245c5212", - "501100013069": "https://ror.org/046rtng78", - "100007914": "https://ror.org/05byvp690", - "100010487": "https://ror.org/05byvp690", - "100008260": "https://ror.org/05byvp690", - "100005564": "https://ror.org/056546b03", - "100008799": "https://ror.org/056546b03", - "100005323": "https://ror.org/05cvfcr44", - "100004411": "https://ror.org/00qbpyp73", - "501100000222": "https://ror.org/00qbpyp73", - "501100007051": "https://ror.org/048a87296", - "501100006415": "https://ror.org/048a87296", - "501100009754": "https://ror.org/05fswdm20", - "501100011893": "https://ror.org/00r6gdp61", - "501100019240": "https://ror.org/02we8vm03", - "100010447": "https://ror.org/031t5w623", - "100005115": "https://ror.org/03qxrge70", - "100009574": "https://ror.org/02qsmb048", - "501100024112": "https://ror.org/02qsmb048", - "501100024113": "https://ror.org/02qsmb048", - "501100015515": "https://ror.org/05v8z6a72", - "501100018761": "https://ror.org/01e312d09", - "100014397": "https://ror.org/00dey0g77", - "100019090": "https://ror.org/05xc0qp17", - "501100008100": "https://ror.org/049tv2d57", - "501100012449": "https://ror.org/049tv2d57", - "501100004206": "https://ror.org/035t8zc32", - "501100004409": "https://ror.org/05v1m8q81", - "100012964": "https://ror.org/05v1m8q81", - "100013441": "https://ror.org/05078rg59", - "501100002957": "https://ror.org/042aqky30", - "501100007491": "https://ror.org/042aqky30", - "501100020132": "https://ror.org/042aqky30", - "501100023321": "https://ror.org/042aqky30", - "501100022239": "https://ror.org/01zy7yh11", - "501100013395": "https://ror.org/02h3fqt03", - "501100010055": "https://ror.org/03vx93323", - "501100022300": "https://ror.org/05d5m2r55", - "100007771": "https://ror.org/005k7hp45", - "501100010252": "https://ror.org/005k7hp45", - "100018134": "https://ror.org/03pjf9v33", - "100010519": "https://ror.org/01qv8fp92", - "100018062": "https://ror.org/01vpa2k04", - "100018328": "https://ror.org/00cdteb39", - "501100014550": "https://ror.org/04wkdwp52", - "100001411": "https://ror.org/029jy7238", - "501100002347": "https://ror.org/04pz7b180", - "501100004937": "https://ror.org/04pz7b180", - "501100004404": "https://ror.org/04pz7b180", - "501100010571": "https://ror.org/04pz7b180", - "501100001826": "https://ror.org/01yaj9a77", - "501100014744": "https://ror.org/05yeh3g67", - "501100002660": "https://ror.org/01kzn7k21", - "501100006058": "https://ror.org/01kzn7k21", - "501100003030": "https://ror.org/01n4pqe45", - "501100003759": "https://ror.org/03n6nwv02", - "501100023545": "https://ror.org/03n6nwv02", - "501100008647": "https://ror.org/036dwbr90", - "100019279": "https://ror.org/03ar63e27", - "501100004219": "https://ror.org/03eh3y714", - "501100011853": "https://ror.org/0134qgb15", - "100005243": "https://ror.org/04h4z8k05", - "501100022170": "https://ror.org/00g325k81", - "100008321": "https://ror.org/04p491231", - "100009791": "https://ror.org/04p491231", - "100008649": "https://ror.org/04p491231", - "100007164": "https://ror.org/04p491231", - "100006769": "https://ror.org/04p491231", - "100013438": "https://ror.org/04p491231", - "100011594": "https://ror.org/04p491231", - "100011177": "https://ror.org/04p491231", - "100011568": "https://ror.org/04p491231", - "100011610": "https://ror.org/04p491231", - "100011612": "https://ror.org/04p491231", - "100016596": "https://ror.org/04p491231", - "100020384": "https://ror.org/04p491231", - "100020861": "https://ror.org/04p491231", - "100016725": "https://ror.org/01b11d975", - "501100013816": "https://ror.org/01jn7qf49", - "501100005224": "https://ror.org/043j0f473", - "501100006296": "https://ror.org/01vm69c87", - "501100007646": "https://ror.org/01vm69c87", - "501100022252": "https://ror.org/01vm69c87", - "100010858": "https://ror.org/01red3556", - "100009572": "https://ror.org/0561a3s31", - "100030878": "https://ror.org/01bdy0k56", - "100019733": "https://ror.org/00gt6pp04", - "100009395": "https://ror.org/005cmms77", - "501100004147": "https://ror.org/03cve4549", - "501100004407": "https://ror.org/03cve4549", - "501100005150": "https://ror.org/03cve4549", - "100013765": "https://ror.org/026exqw73", - "501100016399": "https://ror.org/03hypw319", - "501100000377": "https://ror.org/05ayqqv15", - "501100003077": "https://ror.org/00c0q8820", - "100007787": "https://ror.org/02n85j827", - "501100005995": "https://ror.org/01x8hew03", - "501100001711": "https://ror.org/00yjd3n13", - "501100002339": "https://ror.org/00yjd3n13", - "501100012687": "https://ror.org/04zc7p361", - "501100002518": "https://ror.org/0060vt104", - "501100022490": "https://ror.org/01g16ph33", - "100017316": "https://ror.org/04b8j4a33", - "501100012015": "https://ror.org/00cb23x68", - "501100012353": "https://ror.org/02pqn3g31", - "501100021542": "https://ror.org/02tpk0p14", - "100018197": "https://ror.org/02aga1t67", - "501100007262": "https://ror.org/030hj3061", - "501100001681": "https://ror.org/009gyvm78", - "100010442": "https://ror.org/056tb7j80", - "100012478": "https://ror.org/056tb7j80", - "501100014980": "https://ror.org/037ejjy86", - "100013410": "https://ror.org/02vzc7q68", - "501100006253": "https://ror.org/01xhc9d78", - "501100001148": "https://ror.org/02zv4ka60", - "501100022858": "https://ror.org/02zv4ka60", - "100012879": "https://ror.org/02zv4ka60", - "100008373": "https://ror.org/04hjbmv12", - "100008136": "https://ror.org/051fd9666", - "100008564": "https://ror.org/051fd9666", - "100008565": "https://ror.org/051fd9666", - "100005626": "https://ror.org/04zhhyn23", - "100019162": "https://ror.org/00hpnfm55", - "501100022402": "https://ror.org/04ea70f07", - "501100018933": "https://ror.org/04qb8nc58", - "501100019863": "https://ror.org/01a0mk874", - "100008121": "https://ror.org/02qt0xs84", - "100012681": "https://ror.org/02qt0xs84", - "501100015651": "https://ror.org/05sqf9v67", - "100010140": "https://ror.org/01w01n720", - "501100011027": "https://ror.org/00pggkr55", - "100017159": "https://ror.org/014837179", - "501100000039": "https://ror.org/026ny0e17", - "501100008638": "https://ror.org/026ny0e17", - "100007465": "https://ror.org/00wge5k78", - "100017619": "https://ror.org/00wge5k78", - "501100022500": "https://ror.org/05pmsvm27", - "100008777": "https://ror.org/04mqc6b03", - "501100020637": "https://ror.org/04mqc6b03", - "100008722": "https://ror.org/01xdxns91", - "501100006443": "https://ror.org/05x8mcb75", - "501100006444": "https://ror.org/05x8mcb75", - "501100007512": "https://ror.org/00g5sqv46", - "100008251": "https://ror.org/05pr37258", - "100008252": "https://ror.org/05pr37258", - "501100011168": "https://ror.org/012rct222", - "501100006423": "https://ror.org/01xbtjm93", - "501100019243": "https://ror.org/03cvzf910", - "100012046": "https://ror.org/02wsd5p50", - "501100020032": "https://ror.org/042ezq693", - "501100003358": "https://ror.org/0033rtn64", - "501100001411": "https://ror.org/0492wrx28", - "501100016988": "https://ror.org/00mfpxb84", - "100018613": "https://ror.org/01yvark48", - "501100004493": "https://ror.org/02zt1gg83", - "100009674": "https://ror.org/01av3a615", - "501100003824": "https://ror.org/05htk5m33", - "100018244": "https://ror.org/01s1km724", - "100012953": "https://ror.org/05v727m31", - "501100003412": "https://ror.org/02fzqav45", - "501100003807": "https://ror.org/02fzqav45", - "501100001428": "https://ror.org/02n9z0v62", - "501100009374": "https://ror.org/02n9z0v62", - "501100015397": "https://ror.org/02v4g3v80", - "501100011710": "https://ror.org/01c2sx728", - "501100015401": "https://ror.org/01c2sx728", - "501100017596": "https://ror.org/01c2sx728", - "501100017592": "https://ror.org/01c2sx728", - "501100011074": "https://ror.org/01rk35k63", - "501100009101": "https://ror.org/00xvf9d29", - "501100013066": "https://ror.org/00xvf9d29", - "501100004609": "https://ror.org/00xvf9d29", - "501100018551": "https://ror.org/00xvf9d29", - "100017414": "https://ror.org/01xp57w77", - "501100005715": "https://ror.org/01mtcc283", - "100019468": "https://ror.org/01mtcc283", - "501100011785": "https://ror.org/00dhpdx54", - "100012547": "https://ror.org/00dhpdx54", - "501100013091": "https://ror.org/00dhpdx54", - "501100019534": "https://ror.org/00dhpdx54", - "501100009329": "https://ror.org/00dhpdx54", - "501100017691": "https://ror.org/00dhpdx54", - "501100018571": "https://ror.org/00dhpdx54", - "501100015772": "https://ror.org/043zvrs33", - "501100003719": "https://ror.org/037pqnq23", - "100008957": "https://ror.org/037tz0e16", - "100010564": "https://ror.org/037tz0e16", - "100009123": "https://ror.org/05xg72x27", - "100009124": "https://ror.org/05xg72x27", - "100019902": "https://ror.org/05xg72x27", - "501100012325": "https://ror.org/04m0ms912", - "501100010240": "https://ror.org/04m0ms912", - "501100012456": "https://ror.org/04m0ms912", - "501100013071": "https://ror.org/04m0ms912", - "501100002473": "https://ror.org/01thhk923", - "501100018691": "https://ror.org/022zdgq74", - "501100020084": "https://ror.org/0560dtp08", - "501100007928": "https://ror.org/00gskyj95", - "501100017549": "https://ror.org/00gskyj95", - "501100003451": "https://ror.org/000xsnr85", - "501100012453": "https://ror.org/03p5eky76", - "501100010203": "https://ror.org/03p5eky76", - "501100009997": "https://ror.org/03p5eky76", - "100007645": "https://ror.org/00txjny54", - "100001126": "https://ror.org/02qdbgx97", - "501100002822": "https://ror.org/00f1zfq44", - "501100012476": "https://ror.org/00f1zfq44", - "501100012486": "https://ror.org/00f1zfq44", - "100010044": "https://ror.org/010jbqd54", - "501100010463": "https://ror.org/04t0gwh46", - "501100015015": "https://ror.org/037dym702", - "501100009996": "https://ror.org/00r5q6y06", - "501100000190": "https://ror.org/0160cpw27", - "501100003179": "https://ror.org/0160cpw27", - "501100000144": "https://ror.org/0160cpw27", - "501100000103": "https://ror.org/0160cpw27", - "501100000067": "https://ror.org/0160cpw27", - "100006516": "https://ror.org/0160cpw27", - "501100006441": "https://ror.org/0160cpw27", - "100008741": "https://ror.org/0160cpw27", - "501100007201": "https://ror.org/0160cpw27", - "501100006043": "https://ror.org/0160cpw27", - "501100019556": "https://ror.org/0160cpw27", - "501100019691": "https://ror.org/0160cpw27", - "501100002460": "https://ror.org/01r024a98", - "100011784": "https://ror.org/01x3t1868", - "501100003585": "https://ror.org/01svc3820", - "501100000765": "https://ror.org/02jx3x895", - "501100000685": "https://ror.org/02jx3x895", - "501100008538": "https://ror.org/02jx3x895", - "501100001285": "https://ror.org/02jx3x895", - "501100006154": "https://ror.org/02jx3x895", - "501100001299": "https://ror.org/02jx3x895", - "501100001283": "https://ror.org/02jx3x895", - "501100006637": "https://ror.org/02jx3x895", - "501100001281": "https://ror.org/02jx3x895", - "501100001282": "https://ror.org/02jx3x895", - "501100000845": "https://ror.org/02jx3x895", - "501100013915": "https://ror.org/02jx3x895", - "501100013270": "https://ror.org/02jx3x895", - "501100013818": "https://ror.org/02jx3x895", - "501100014052": "https://ror.org/02jx3x895", - "501100019910": "https://ror.org/02jx3x895", - "501100020810": "https://ror.org/02jx3x895", - "501100022596": "https://ror.org/02jx3x895", - "501100003075": "https://ror.org/05ct91r78", - "501100016206": "https://ror.org/04d4sd432", - "501100002471": "https://ror.org/057q6n778", - "501100004032": "https://ror.org/00js3aw79", - "501100013284": "https://ror.org/00js3aw79", - "100007540": "https://ror.org/0335n2618", - "501100012431": "https://ror.org/0335n2618", - "501100015266": "https://ror.org/00ra8zc69", - "501100009103": "https://ror.org/00jb7xy46", - "501100013318": "https://ror.org/00jb7xy46", - "501100010228": "https://ror.org/00jb7xy46", - "501100009506": "https://ror.org/0199hds37", - "100019501": "https://ror.org/03yczjf25", - "501100017033": "https://ror.org/03rtb0z86", - "501100008990": "https://ror.org/05yj3y977", - "501100017599": "https://ror.org/05yj3y977", - "501100017600": "https://ror.org/05yj3y977", - "501100010248": "https://ror.org/05yj3y977", - "100022963": "https://ror.org/05yj3y977", - "501100017577": "https://ror.org/05yj3y977", - "501100019018": "https://ror.org/02drdmm93", - "501100002464": "https://ror.org/045wr3278", - "501100010041": "https://ror.org/03wb1xh22", - "501100015406": "https://ror.org/03wb1xh22", - "501100019065": "https://ror.org/03wb1xh22", - "501100010229": "https://ror.org/03wb1xh22", - "501100019062": "https://ror.org/03wb1xh22", - "501100008871": "https://ror.org/03whqdf70", - "501100005147": "https://ror.org/03whqdf70", - "501100018531": "https://ror.org/03whqdf70", - "501100013114": "https://ror.org/03whqdf70", - "100007539": "https://ror.org/001f9e125", - "501100008238": "https://ror.org/05k812a28", - "501100022656": "https://ror.org/0275ye937", - "501100007070": "https://ror.org/055eqsb67", - "501100023359": "https://ror.org/03x42jk29", - "501100015316": "https://ror.org/017x7n237", - "501100008045": "https://ror.org/02y0rxk19", - "501100013156": "https://ror.org/02y0rxk19", - "501100010193": "https://ror.org/04fperw70", - "501100015825": "https://ror.org/04gjj3027", - "100021094": "https://ror.org/05f1c3n42", - "501100010816": "https://ror.org/01e70gy59", - "501100017668": "https://ror.org/01e70gy59", - "501100018530": "https://ror.org/01e70gy59", - "100022815": "https://ror.org/013e4n276", - "100012945": "https://ror.org/04y5kwa70", - "501100005918": "https://ror.org/00c7kvd80", - "501100013317": "https://ror.org/05vp4an32", - "501100010010": "https://ror.org/05vp4an32", - "100008076": "https://ror.org/01jr3y717", - "100008941": "https://ror.org/01jr3y717", - "501100009160": "https://ror.org/02v6kpv12", - "501100002636": "https://ror.org/04xqwq985", - "501100017026": "https://ror.org/02fhmtn03", - "501100003566": "https://ror.org/00c5s4a53", - "501100005367": "https://ror.org/02msb5n36", - "501100005073": "https://ror.org/05fhe0r85", - "501100004118": "https://ror.org/03ddh2c27", - "501100017634": "https://ror.org/03ddh2c27", - "501100019489": "https://ror.org/03f546a26", - "501100003555": "https://ror.org/036xb2667", - "501100005064": "https://ror.org/05a7g7f24", - "501100015286": "https://ror.org/05a7g7f24", - "501100004893": "https://ror.org/03f0nev63", - "100012952": "https://ror.org/02rx3b187", - "100013349": "https://ror.org/02rx3b187", - "501100004543": "https://ror.org/04atp4p48", - "501100003398": "https://ror.org/04atp4p48", - "501100002860": "https://ror.org/04atp4p48", - "501100010890": "https://ror.org/04atp4p48", - "501100005090": "https://ror.org/034k14f91", - "501100005081": "https://ror.org/034k14f91", - "501100009592": "https://ror.org/034k14f91", - "501100004826": "https://ror.org/034k14f91", - "501100005089": "https://ror.org/034k14f91", - "501100012401": "https://ror.org/034k14f91", - "501100021829": "https://ror.org/04k7gvs40", - "501100002865": "https://ror.org/05w9erc61", - "501100012669": "https://ror.org/05w9erc61", - "501100013223": "https://ror.org/05w9erc61", - "501100009976": "https://ror.org/05w9erc61", - "100012546": "https://ror.org/05w9erc61", - "501100003847": "https://ror.org/025ras206", - "501100005088": "https://ror.org/0374a5s68", - "501100010270": "https://ror.org/0374a5s68", - "501100015388": "https://ror.org/029cgt552", - "501100018693": "https://ror.org/02ezch769", - "501100006703": "https://ror.org/01b8h3982", - "501100010881": "https://ror.org/02vpk4745", - "501100018556": "https://ror.org/02vpk4745", - "100008582": "https://ror.org/01pxwe438", - "501100000162": "https://ror.org/01pxwe438", - "100008583": "https://ror.org/01pxwe438", - "100009137": "https://ror.org/01pxwe438", - "100008644": "https://ror.org/01pxwe438", - "100008919": "https://ror.org/01pxwe438", - "100018482": "https://ror.org/01pxwe438", - "100019037": "https://ror.org/04dg5b632", - "501100004011": "https://ror.org/04vjwcp92", - "501100001774": "https://ror.org/0384j8v12", - "100009028": "https://ror.org/0384j8v12", - "501100005157": "https://ror.org/0384j8v12", - "501100001248": "https://ror.org/0384j8v12", - "501100001196": "https://ror.org/0384j8v12", - "501100006150": "https://ror.org/0384j8v12", - "501100004365": "https://ror.org/0384j8v12", - "501100007811": "https://ror.org/0384j8v12", - "100014824": "https://ror.org/0384j8v12", - "100017090": "https://ror.org/04wzv3n59", - "100005977": "https://ror.org/00t60zh31", - "100007241": "https://ror.org/00t60zh31", - "501100004843": "https://ror.org/02xzytt36", - "100019305": "https://ror.org/02xzytt36", - "100016310": "https://ror.org/04wcaa208", - "501100013946": "https://ror.org/02h0g9r59", - "501100001027": "https://ror.org/02swcnz29", - "501100003921": "https://ror.org/02swcnz29", - "501100001071": "https://ror.org/02swcnz29", - "100007638": "https://ror.org/02swcnz29", - "100008706": "https://ror.org/02swcnz29", - "501100000923": "https://ror.org/05mmh0f86", - "501100017474": "https://ror.org/05mmh0f86", - "501100005969": "https://ror.org/01111rn36", - "100012088": "https://ror.org/051z6e826", - "100016232": "https://ror.org/04tmf0341", - "100007755": "https://ror.org/05vvhh982", - "501100004606": "https://ror.org/02verss31", - "501100009826": "https://ror.org/02phn5242", - "501100019579": "https://ror.org/04mv1z119", - "501100004115": "https://ror.org/0304hq317", - "501100000735": "https://ror.org/013meh722", - "501100000622": "https://ror.org/013meh722", - "501100005705": "https://ror.org/013meh722", - "501100000663": "https://ror.org/013meh722", - "501100000653": "https://ror.org/013meh722", - "501100000648": "https://ror.org/013meh722", - "501100000644": "https://ror.org/013meh722", - "501100000621": "https://ror.org/013meh722", - "501100000609": "https://ror.org/013meh722", - "501100000591": "https://ror.org/013meh722", - "501100001625": "https://ror.org/013meh722", - "501100000742": "https://ror.org/013meh722", - "501100007552": "https://ror.org/013meh722", - "501100000590": "https://ror.org/013meh722", - "100010441": "https://ror.org/013meh722", - "501100008420": "https://ror.org/013meh722", - "501100004222": "https://ror.org/013meh722", - "501100006299": "https://ror.org/013meh722", - "501100000580": "https://ror.org/013meh722", - "501100000585": "https://ror.org/013meh722", - "501100000587": "https://ror.org/013meh722", - "501100000602": "https://ror.org/013meh722", - "501100000603": "https://ror.org/013meh722", - "501100000705": "https://ror.org/013meh722", - "501100000710": "https://ror.org/013meh722", - "501100003987": "https://ror.org/013meh722", - "501100004537": "https://ror.org/013meh722", - "501100005796": "https://ror.org/013meh722", - "501100004495": "https://ror.org/013meh722", - "501100006646": "https://ror.org/013meh722", - "501100000727": "https://ror.org/013meh722", - "501100008101": "https://ror.org/013meh722", - "501100008624": "https://ror.org/013meh722", - "501100008931": "https://ror.org/013meh722", - "501100009163": "https://ror.org/013meh722", - "501100016136": "https://ror.org/013meh722", - "501100016412": "https://ror.org/013meh722", - "501100018958": "https://ror.org/013meh722", - "501100019544": "https://ror.org/013meh722", - "501100019696": "https://ror.org/013meh722", - "501100019772": "https://ror.org/013meh722", - "501100020254": "https://ror.org/013meh722", - "501100020635": "https://ror.org/013meh722", - "501100021076": "https://ror.org/013meh722", - "501100022011": "https://ror.org/013meh722", - "501100022512": "https://ror.org/013meh722", - "501100023913": "https://ror.org/013meh722", - "501100008451": "https://ror.org/04gsp2c11", - "501100001792": "https://ror.org/04gsp2c11", - "501100001409": "https://ror.org/0101xrq71", - "501100001845": "https://ror.org/0101xrq71", - "501100001844": "https://ror.org/0101xrq71", - "501100008789": "https://ror.org/0101xrq71", - "501100005052": "https://ror.org/0101xrq71", - "501100006764": "https://ror.org/03v4gjf40", - "100013019": "https://ror.org/014ye1258", - "100018849": "https://ror.org/03m8xgk08", - "100020508": "https://ror.org/051nvp675", - "501100003069": "https://ror.org/059sp8j34", - "501100006750": "https://ror.org/059sp8j34", - "501100004771": "https://ror.org/059sp8j34", - "501100007161": "https://ror.org/059sp8j34", - "501100007177": "https://ror.org/059sp8j34", - "501100008688": "https://ror.org/059sp8j34", - "501100006434": "https://ror.org/05kacnm89", - "501100009943": "https://ror.org/05kacnm89", - "100015178": "https://ror.org/025sxka56", - "100016843": "https://ror.org/014vp6c30", - "501100007640": "https://ror.org/00saanr69", - "100016889": "https://ror.org/00b9pg524", - "100009003": "https://ror.org/03k51z204", - "501100018790": "https://ror.org/020rbyg91", - "501100010481": "https://ror.org/037hby126", - "501100001782": "https://ror.org/01ej9dk98", - "501100007961": "https://ror.org/01ej9dk98", - "100008758": "https://ror.org/01ej9dk98", - "501100000986": "https://ror.org/01ej9dk98", - "501100000987": "https://ror.org/01ej9dk98", - "501100001052": "https://ror.org/01ej9dk98", - "501100014168": "https://ror.org/01ej9dk98", - "501100010647": "https://ror.org/01ej9dk98", - "501100015791": "https://ror.org/01ej9dk98", - "100014464": "https://ror.org/053v53919", - "501100013225": "https://ror.org/053rcsq61", - "501100011576": "https://ror.org/04asck240", - "501100010782": "https://ror.org/00ygmry26", - "100010318": "https://ror.org/02gfys938", - "100011933": "https://ror.org/02gfys938", - "501100008764": "https://ror.org/049j1tf72", - "501100015420": "https://ror.org/03xh9nq73", - "100015749": "https://ror.org/05wnasr61", - "501100005760": "https://ror.org/01tm6cn81", - "501100006756": "https://ror.org/01tm6cn81", - "501100005761": "https://ror.org/01tm6cn81", - "501100003744": "https://ror.org/01tm6cn81", - "100012994": "https://ror.org/05f8d4e86", - "501100016234": "https://ror.org/05g1mh260", - "501100005713": "https://ror.org/02kkvpp62", - "501100009375": "https://ror.org/02kkvpp62", - "501100013497": "https://ror.org/02kkvpp62", - "501100013810": "https://ror.org/02kkvpp62", - "100016883": "https://ror.org/01evzkn27", - "501100004168": "https://ror.org/00t3r8h32", - "100006823": "https://ror.org/00dvg7y05", - "501100004803": "https://ror.org/00z0kq074", - "501100005242": "https://ror.org/0161xgx34", - "501100005241": "https://ror.org/0161xgx34", - "501100006282": "https://ror.org/02am44w88", - "501100004326": "https://ror.org/0213rcc28", - "501100009815": "https://ror.org/01amp2a31", - "501100005679": "https://ror.org/01ppj9r51", - "501100022114": "https://ror.org/04pk9k962", - "501100019241": "https://ror.org/04m8m1253", - "100019942": "https://ror.org/031ex4j83", - "100010000": "https://ror.org/050khh066", - "501100001243": "https://ror.org/050khh066", - "100012195": "https://ror.org/050khh066", - "100011250": "https://ror.org/05hntsh16", - "100010526": "https://ror.org/05kdz4d87", - "501100012655": "https://ror.org/04eyc6d95", - "501100014135": "https://ror.org/04eyc6d95", - "100019012": "https://ror.org/01wjxh159", - "501100024491": "https://ror.org/02ddgd424", - "501100003991": "https://ror.org/04cdzx077", - "501100004411": "https://ror.org/04cdzx077", - "501100004155": "https://ror.org/02cdzet69", - "100018554": "https://ror.org/01bghzb51", - "100018573": "https://ror.org/05j1qpr59", - "100019866": "https://ror.org/02qcqwf93", - "100012285": "https://ror.org/04n901w50", - "100008459": "https://ror.org/03yjb2x39", - "501100000107": "https://ror.org/03yjb2x39", - "100005244": "https://ror.org/03yjb2x39", - "501100000158": "https://ror.org/03yjb2x39", - "501100002782": "https://ror.org/03yjb2x39", - "100012866": "https://ror.org/03yjb2x39", - "501100002869": "https://ror.org/04v76ef78", - "100006238": "https://ror.org/02v6w2r95", - "100004807": "https://ror.org/02v6w2r95", - "501100022023": "https://ror.org/02wxx3e24", - "501100005711": "https://ror.org/00g30e956", - "501100003153": "https://ror.org/02h2x0161", - "501100003148": "https://ror.org/02h2x0161", - "501100018692": "https://ror.org/04zmssz18", - "100018050": "https://ror.org/0494jpz02", - "501100001652": "https://ror.org/00f7hpc57", - "501100007216": "https://ror.org/00f7hpc57", - "501100007947": "https://ror.org/00f7hpc57", - "501100009508": "https://ror.org/00f7hpc57", - "501100005795": "https://ror.org/02dnn6q67", - "100012553": "https://ror.org/02dnn6q67", - "501100005739": "https://ror.org/01tmp8f25", - "501100006087": "https://ror.org/01tmp8f25", - "501100006570": "https://ror.org/01tmp8f25", - "501100019912": "https://ror.org/01tmp8f25", - "501100003163": "https://ror.org/02nv7yv05", - "501100021212": "https://ror.org/03bdeag60", - "501100004686": "https://ror.org/00dn43547", - "501100020912": "https://ror.org/00dn43547", - "501100007837": "https://ror.org/04ers2y35", - "100014402": "https://ror.org/028cdc266", - "501100000853": "https://ror.org/00vtgdb53", - "501100020879": "https://ror.org/00vtgdb53", - "501100020894": "https://ror.org/00vtgdb53", - "100000015": "https://ror.org/01bj3aw27", - "501100020838": "https://ror.org/01dg47b60", - "501100010892": "https://ror.org/05tgxx705", - "501100010218": "https://ror.org/05tgxx705", - "501100005624": "https://ror.org/00f2yqf98", - "501100002797": "https://ror.org/012cq4j44", - "501100009728": "https://ror.org/03d7c1451", - "100011664": "https://ror.org/05gzmn429", - "100009368": "https://ror.org/05nkf0n29", - "100019423": "https://ror.org/006m4q736", - "501100011080": "https://ror.org/05b5c0584", - "100012331": "https://ror.org/032xdry56", - "100013757": "https://ror.org/036f5mx38", - "501100014144": "https://ror.org/01qb1sw63", - "100009452": "https://ror.org/002rjbv21", - "501100001230": "https://ror.org/01sf06y89", - "501100000767": "https://ror.org/04h08p482", - "501100003978": "https://ror.org/01j33xk10", - "501100005045": "https://ror.org/02jnxpg76", - "501100012226": "https://ror.org/02jnxpg76", - "501100013804": "https://ror.org/02jnxpg76", - "501100018594": "https://ror.org/02jnxpg76", - "501100012429": "https://ror.org/02jnxpg76", - "501100003213": "https://ror.org/04bpn6s66", - "501100002888": "https://ror.org/04bpn6s66", - "501100010026": "https://ror.org/04bpn6s66", - "501100006264": "https://ror.org/01sjwvz98", - "501100006265": "https://ror.org/01sjwvz98", - "501100002508": "https://ror.org/02mf8ey61", - "501100005182": "https://ror.org/052jx3443", - "100012984": "https://ror.org/030br0314", - "501100004661": "https://ror.org/030cszc07", - "501100010768": "https://ror.org/004gzqz66", - "100016680": "https://ror.org/05b5jha84", - "501100014761": "https://ror.org/03ze5ke63", - "501100003388": "https://ror.org/00dfd1509", - "501100005979": "https://ror.org/00dfd1509", - "501100003763": "https://ror.org/00dfd1509", - "100019931": "https://ror.org/00d3pnh21", - "100007867": "https://ror.org/04sjchr03", - "100015115": "https://ror.org/04sjchr03", - "501100003768": "https://ror.org/00pg6eq24", - "501100003998": "https://ror.org/00pg6eq24", - "501100014362": "https://ror.org/02jw8vr54", - "501100000038": "https://ror.org/01h531d29", - "501100002790": "https://ror.org/01h531d29", - "100013531": "https://ror.org/01h531d29", - "501100004707": "https://ror.org/00xmkb790", - "501100004091": "https://ror.org/02cgss904", - "501100005181": "https://ror.org/00jmtdy57", - "501100007522": "https://ror.org/03wkt5x30", - "501100004268": "https://ror.org/00km4z122", - "501100002504": "https://ror.org/020db1e56", - "501100003393": "https://ror.org/038e2g226", - "100004362": "https://ror.org/0076knn86", - "501100000848": "https://ror.org/01nrxwf90", - "501100000635": "https://ror.org/01nrxwf90", - "501100005698": "https://ror.org/01nrxwf90", - "501100002754": "https://ror.org/01nrxwf90", - "100008932": "https://ror.org/01nrxwf90", - "100010949": "https://ror.org/01nrxwf90", - "100014372": "https://ror.org/01nrxwf90", - "501100009147": "https://ror.org/01nrxwf90", - "501100015685": "https://ror.org/01nrxwf90", - "501100010759": "https://ror.org/0589kgd85", - "501100020037": "https://ror.org/05gnvg690", - "501100003563": "https://ror.org/02nk74404", - "501100001313": "https://ror.org/01tgmhj36", - "100008698": "https://ror.org/03shjds31", - "501100012518": "https://ror.org/02fsd1928", - "501100009517": "https://ror.org/013cjyk83", - "100006733": "https://ror.org/01kg8sb98", - "100017781": "https://ror.org/01kg8sb98", - "100017875": "https://ror.org/01kg8sb98", - "100018419": "https://ror.org/01kg8sb98", - "100021679": "https://ror.org/01kg8sb98", - "100015439": "https://ror.org/01bkbaq61", - "100009377": "https://ror.org/05ckg3w11", - "100014472": "https://ror.org/05ckg3w11", - "501100010083": "https://ror.org/05ckg3w11", - "501100012269": "https://ror.org/05ckg3w11", - "501100017211": "https://ror.org/04z22qz54", - "501100018777": "https://ror.org/03cg7cp61", - "501100007468": "https://ror.org/0287mpm73", - "501100012622": "https://ror.org/02x35ep52", - "100012906": "https://ror.org/01ksk4k18", - "501100010040": "https://ror.org/01ksk4k18", - "501100010029": "https://ror.org/01ksk4k18", - "100012620": "https://ror.org/01ksk4k18", - "501100015642": "https://ror.org/01ksk4k18", - "501100018627": "https://ror.org/01ksk4k18", - "501100022339": "https://ror.org/00nqz4988", - "501100022612": "https://ror.org/02g6avh54", - "501100001128": "https://ror.org/04kp61y04", - "100009346": "https://ror.org/04yrgt058", - "100009347": "https://ror.org/04yrgt058", - "100006626": "https://ror.org/04yrgt058", - "100006928": "https://ror.org/00rs6vg23", - "100006929": "https://ror.org/00rs6vg23", - "100010640": "https://ror.org/00rs6vg23", - "100009626": "https://ror.org/00rs6vg23", - "100010396": "https://ror.org/00rs6vg23", - "100008747": "https://ror.org/00rs6vg23", - "100005951": "https://ror.org/00rs6vg23", - "100007759": "https://ror.org/00rs6vg23", - "100005166": "https://ror.org/00rs6vg23", - "100005520": "https://ror.org/00rs6vg23", - "100007760": "https://ror.org/00rs6vg23", - "100007077": "https://ror.org/00rs6vg23", - "100007107": "https://ror.org/00rs6vg23", - "100008788": "https://ror.org/00rs6vg23", - "100007076": "https://ror.org/00rs6vg23", - "100014027": "https://ror.org/00rs6vg23", - "100016523": "https://ror.org/00rs6vg23", - "100007226": "https://ror.org/02g7kd627", - "100010561": "https://ror.org/02g7kd627", - "100006017": "https://ror.org/02g7kd627", - "501100000024": "https://ror.org/01gavpb45", - "501100007155": "https://ror.org/01gavpb45", - "501100002879": "https://ror.org/01gavpb45", - "100015872": "https://ror.org/02kzqn938", - "501100003785": "https://ror.org/05bxtha84", - "501100009330": "https://ror.org/05bxtha84", - "501100015550": "https://ror.org/00hy3gq97", - "501100004270": "https://ror.org/026vcq606", - "501100008111": "https://ror.org/03rbw2w25", - "501100013142": "https://ror.org/03rbw2w25", - "501100013072": "https://ror.org/03rbw2w25", - "501100013160": "https://ror.org/045nc4t21", - "100022600": "https://ror.org/03p2edy05", - "501100002738": "https://ror.org/00pg5jh14", - "501100009820": "https://ror.org/00pg5jh14", - "501100011079": "https://ror.org/03rth4p18", - "501100007335": "https://ror.org/03m5ehy13", - "100030798": "https://ror.org/02ztymy03", - "501100012617": "https://ror.org/03tb37539", - "100006946": "https://ror.org/01xpt7p88", - "501100002511": "https://ror.org/02v8yp068", - "100009304": "https://ror.org/00mh9zx15", - "100019977": "https://ror.org/00mh9zx15", - "501100007072": "https://ror.org/02yg0nm07", - "501100008680": "https://ror.org/02yg0nm07", - "501100006761": "https://ror.org/05rdf8595", - "501100006762": "https://ror.org/05rdf8595", - "501100007546": "https://ror.org/0471kz689", - "501100005853": "https://ror.org/047gc3g35", - "501100005048": "https://ror.org/047gc3g35", - "501100005854": "https://ror.org/047gc3g35", - "100009427": "https://ror.org/00839we02", - "501100013951": "https://ror.org/023azs158", - "501100016018": "https://ror.org/04ttadj76", - "501100002645": "https://ror.org/01x4whx42", - "501100009244": "https://ror.org/05f0yaq80", - "100012633": "https://ror.org/02gs2e959", - "501100002855": "https://ror.org/027s68j25", - "100006190": "https://ror.org/027s68j25", - "501100005146": "https://ror.org/027s68j25", - "100007541": "https://ror.org/027s68j25", - "501100004751": "https://ror.org/027s68j25", - "501100012166": "https://ror.org/027s68j25", - "501100010871": "https://ror.org/027s68j25", - "501100013290": "https://ror.org/027s68j25", - "501100018537": "https://ror.org/027s68j25", - "501100013076": "https://ror.org/027s68j25", - "501100012165": "https://ror.org/027s68j25", - "501100012164": "https://ror.org/027s68j25", - "501100011395": "https://ror.org/027s68j25", - "501100012336": "https://ror.org/027s68j25", - "501100012149": "https://ror.org/027s68j25", - "501100017630": "https://ror.org/027s68j25", - "501100010261": "https://ror.org/027s68j25", - "501100013077": "https://ror.org/027s68j25", - "501100013282": "https://ror.org/027s68j25", - "100008988": "https://ror.org/016zre027", - "501100023271": "https://ror.org/024fg8t29", - "100008354": "https://ror.org/02n25sf77", - "501100009610": "https://ror.org/04teye511", - "501100014581": "https://ror.org/04teye511", - "501100016011": "https://ror.org/04teye511", - "501100003691": "https://ror.org/02qz16y57", - "501100007283": "https://ror.org/054zhq066", - "501100007285": "https://ror.org/054zhq066", - "501100023341": "https://ror.org/00671me87", - "501100003685": "https://ror.org/02mwyc682", - "501100000743": "https://ror.org/039594g80", - "501100000638": "https://ror.org/039594g80", - "501100006118": "https://ror.org/048r72142", - "501100006119": "https://ror.org/048r72142", - "501100003648": "https://ror.org/04pqpfz42", - "501100004617": "https://ror.org/04kdfz702", - "501100002560": "https://ror.org/03qjsrb10", - "100016292": "https://ror.org/05wcstg80", - "501100002367": "https://ror.org/034t30j35", - "501100005151": "https://ror.org/034t30j35", - "501100003165": "https://ror.org/034t30j35", - "501100018527": "https://ror.org/034t30j35", - "501100012430": "https://ror.org/034t30j35", - "501100013494": "https://ror.org/034t30j35", - "501100003684": "https://ror.org/03tgywz49", - "501100003666": "https://ror.org/039fwba89", - "501100003703": "https://ror.org/03ctacd45", - "501100015776": "https://ror.org/01jg4aw19", - "501100003673": "https://ror.org/00ajg8t71", - "501100007338": "https://ror.org/02dwcqs71", - "100022903": "https://ror.org/03vaqfv64", - "100009672": "https://ror.org/04yqm9y25", - "501100002597": "https://ror.org/01zqcg218", - "501100002701": "https://ror.org/01p262204", - "501100004085": "https://ror.org/01p262204", - "501100013391": "https://ror.org/01p262204", - "501100018934": "https://ror.org/00r1edq15", - "100006134": "https://ror.org/02xznz413", - "100006160": "https://ror.org/02xznz413", - "100006115": "https://ror.org/02xznz413", - "100006116": "https://ror.org/02xznz413", - "100006161": "https://ror.org/02xznz413", - "100006176": "https://ror.org/02xznz413", - "100006117": "https://ror.org/02xznz413", - "100006335": "https://ror.org/02xznz413", - "100017274": "https://ror.org/02xznz413", - "100006094": "https://ror.org/01sbq1a82", - "100002369": "https://ror.org/01sbq1a82", - "100005785": "https://ror.org/01sbq1a82", - "100012878": "https://ror.org/01sbq1a82", - "501100002631": "https://ror.org/03ryywt80", - "501100003700": "https://ror.org/044k0pw44", - "100004358": "https://ror.org/04w3jy968", - "501100003701": "https://ror.org/01qcq9d74", - "501100003005": "https://ror.org/02c2kyt77", - "100008206": "https://ror.org/05j7fep28", - "501100003687": "https://ror.org/04kn6vt85", - "501100002635": "https://ror.org/01easw929", - "501100015774": "https://ror.org/03a62bv60", - "501100019565": "https://ror.org/03a62bv60", - "501100002476": "https://ror.org/005bty106", - "501100006360": "https://ror.org/02vgg2808", - "501100002765": "https://ror.org/02vgg2808", - "100021130": "https://ror.org/02vgg2808", - "501100003688": "https://ror.org/05kf6ye97", - "100007604": "https://ror.org/016tr2327", - "501100004663": "https://ror.org/02kv4zf79", - "501100001868": "https://ror.org/02kv4zf79", - "100020595": "https://ror.org/02kv4zf79", - "501100000245": "https://ror.org/020x39229", - "100010752": "https://ror.org/00a8zdv13", - "501100011371": "https://ror.org/051yfbn24", - "501100007306": "https://ror.org/001rdaz60", - "100004688": "https://ror.org/02pq7w335", - "100002071": "https://ror.org/02pq7w335", - "501100002809": "https://ror.org/01bg62x04", - "501100002943": "https://ror.org/01bg62x04", - "501100002649": "https://ror.org/05yc6p159", - "100008344": "https://ror.org/03x57gn41", - "501100003568": "https://ror.org/03qehyx72", - "501100003682": "https://ror.org/01mbzp479", - "100007608": "https://ror.org/0124gwh94", - "100000181": "https://ror.org/011e9bt93", - "100015464": "https://ror.org/011e9bt93", - "501100008093": "https://ror.org/02grkyz14", - "501100004381": "https://ror.org/02grkyz14", - "501100012261": "https://ror.org/010gtx568", - "100013197": "https://ror.org/0333j0897", - "100009837": "https://ror.org/00qxr8t08", - "501100002571": "https://ror.org/00emz0366", - "501100003693": "https://ror.org/05kzfa883", - "501100003831": "https://ror.org/05kzfa883", - "501100002642": "https://ror.org/047dqcg40", - "501100006468": "https://ror.org/047dqcg40", - "501100020855": "https://ror.org/047dqcg40", - "100011880": "https://ror.org/02bchch95", - "501100003718": "https://ror.org/005rpmt10", - "501100002647": "https://ror.org/04q78tk20", - "501100003725": "https://ror.org/013aysd81", - "501100004084": "https://ror.org/013aysd81", - "501100022253": "https://ror.org/04r9gvy43", - "501100003680": "https://ror.org/03ta21y66", - "501100003645": "https://ror.org/02tsanh21", - "501100010412": "https://ror.org/04x45f476", - "501100003656": "https://ror.org/00gmryg88", - "501100000836": "https://ror.org/04xs57h96", - "501100016257": "https://ror.org/04gj5px28", - "501100018780": "https://ror.org/03q4c3e69", - "501100014757": "https://ror.org/02yrs2n53", - "501100003708": "https://ror.org/01k4yrm29", - "501100010550": "https://ror.org/04xrm3t06", - "100004313": "https://ror.org/013msgt25", - "100006774": "https://ror.org/013msgt25", - "501100003713": "https://ror.org/01rwkhb30", - "100018608": "https://ror.org/007qwym43", - "501100005906": "https://ror.org/02bwk9n38", - "501100003384": "https://ror.org/02bwk9n38", - "501100012428": "https://ror.org/02bwk9n38", - "501100002632": "https://ror.org/03sbhge02", - "501100009833": "https://ror.org/029ycp228", - "100031422": "https://ror.org/05431kn12", - "501100013774": "https://ror.org/01f5wp925", - "501100013234": "https://ror.org/03gw7aq50", - "501100003716": "https://ror.org/0417sdw47", - "501100002619": "https://ror.org/03tzb2h73", - "501100003185": "https://ror.org/05hkkdn48", - "501100005006": "https://ror.org/03s5q0090", - "501100017216": "https://ror.org/01q76b368", - "100017014": "https://ror.org/04m1ydt32", - "100009501": "https://ror.org/02w0trx84", - "501100017571": "https://ror.org/027p0bm56", - "501100019780": "https://ror.org/054gh2b75", - "501100006107": "https://ror.org/005nteb15", - "501100014739": "https://ror.org/012bxv356", - "501100003625": "https://ror.org/00vxgjw72", - "501100003715": "https://ror.org/03ep23f07", - "501100003707": "https://ror.org/00avq9860", - "501100002581": "https://ror.org/04yka3j04", - "501100009847": "https://ror.org/04yka3j04", - "501100001249": "https://ror.org/01nfmeh72", - "501100002441": "https://ror.org/04wd10e19", - "100000207": "https://ror.org/015t55b95", - "100006370": "https://ror.org/015t55b95", - "100007001": "https://ror.org/015t55b95", - "501100020638": "https://ror.org/02hmjzt55", - "501100009509": "https://ror.org/02hmjzt55", - "100020473": "https://ror.org/02hmjzt55", - "100006130": "https://ror.org/03rd4h240", - "100006149": "https://ror.org/03rd4h240", - "501100002449": "https://ror.org/05hnb4n85", - "100009156": "https://ror.org/02c5qvj97", - "501100002569": "https://ror.org/006776986", - "100008702": "https://ror.org/03ss88z23", - "501100003704": "https://ror.org/043k4kk20", - "100006162": "https://ror.org/01h04ms65", - "100000104": "https://ror.org/027ka1x80", - "100017437": "https://ror.org/027ka1x80", - "100016465": "https://ror.org/027ka1x80", - "100020022": "https://ror.org/027ka1x80", - "100016821": "https://ror.org/027ka1x80", - "100020021": "https://ror.org/027ka1x80", - "100020020": "https://ror.org/027ka1x80", - "100020019": "https://ror.org/027ka1x80", - "100014572": "https://ror.org/027ka1x80", - "100009614": "https://ror.org/013ckk937", - "501100003677": "https://ror.org/03737pq38", - "501100003699": "https://ror.org/04gzcxt97", - "100019704": "https://ror.org/00jcx1769", - "501100007825": "https://ror.org/03f2n3n81", - "100016989": "https://ror.org/02cs2sd33", - "100008249": "https://ror.org/04hxcaz34", - "501100003705": "https://ror.org/0159w2913", - "100018452": "https://ror.org/03qt2gs44", - "501100003696": "https://ror.org/03ysstz10", - "501100003697": "https://ror.org/03ysstz10", - "501100003587": "https://ror.org/05v6gdb70", - "501100021827": "https://ror.org/01dex6p39", - "501100003694": "https://ror.org/03g03dn68", - "501100008126": "https://ror.org/05p64mb74", - "100002825": "https://ror.org/04pzgj087", - "501100007631": "https://ror.org/04353mq94", - "501100001809": "https://ror.org/01h0zpd94", - "100007834": "https://ror.org/01h0zpd94", - "501100004608": "https://ror.org/01h0zpd94", - "501100004731": "https://ror.org/01h0zpd94", - "501100005273": "https://ror.org/01h0zpd94", - "501100003787": "https://ror.org/01h0zpd94", - "501100005315": "https://ror.org/01h0zpd94", - "501100005230": "https://ror.org/01h0zpd94", - "501100004761": "https://ror.org/01h0zpd94", - "501100004307": "https://ror.org/01h0zpd94", - "501100004492": "https://ror.org/01h0zpd94", - "501100005329": "https://ror.org/01h0zpd94", - "501100005199": "https://ror.org/01h0zpd94", - "501100004772": "https://ror.org/01h0zpd94", - "501100006407": "https://ror.org/01h0zpd94", - "501100006606": "https://ror.org/01h0zpd94", - "501100006410": "https://ror.org/01h0zpd94", - "501100005145": "https://ror.org/01h0zpd94", - "100009110": "https://ror.org/01h0zpd94", - "501100007128": "https://ror.org/01h0zpd94", - "501100007129": "https://ror.org/01h0zpd94", - "501100005082": "https://ror.org/01h0zpd94", - "501100005084": "https://ror.org/01h0zpd94", - "501100003392": "https://ror.org/01h0zpd94", - "501100004775": "https://ror.org/01h0zpd94", - "100007847": "https://ror.org/01h0zpd94", - "501100003819": "https://ror.org/01h0zpd94", - "501100003995": "https://ror.org/01h0zpd94", - "501100003453": "https://ror.org/01h0zpd94", - "501100004763": "https://ror.org/01h0zpd94", - "501100004480": "https://ror.org/01h0zpd94", - "501100004735": "https://ror.org/01h0zpd94", - "501100004479": "https://ror.org/01h0zpd94", - "501100005046": "https://ror.org/01h0zpd94", - "100007219": "https://ror.org/01h0zpd94", - "501100004607": "https://ror.org/01h0zpd94", - "501100003999": "https://ror.org/01h0zpd94", - "501100005047": "https://ror.org/01h0zpd94", - "100014718": "https://ror.org/01h0zpd94", - "501100012659": "https://ror.org/01h0zpd94", - "501100011002": "https://ror.org/01h0zpd94", - "100014717": "https://ror.org/01h0zpd94", - "501100014857": "https://ror.org/01h0zpd94", - "501100014220": "https://ror.org/01h0zpd94", - "100017055": "https://ror.org/01h0zpd94", - "501100014219": "https://ror.org/01h0zpd94", - "501100013143": "https://ror.org/01h0zpd94", - "501100010909": "https://ror.org/01h0zpd94", - "501100005153": "https://ror.org/01h0zpd94", - "501100010903": "https://ror.org/01h0zpd94", - "501100010905": "https://ror.org/01h0zpd94", - "501100014206": "https://ror.org/01h0zpd94", - "501100003627": "https://ror.org/03xs9yg50", - "501100003961": "https://ror.org/0405trq15", - "501100004428": "https://ror.org/02kxqx159", - "100015809": "https://ror.org/02kxqx159", - "501100002868": "https://ror.org/01p78w079", - "100022937": "https://ror.org/006n0mg29", - "501100008827": "https://ror.org/02vj4rn06", - "501100002531": "https://ror.org/040c17130", - "501100007532": "https://ror.org/03dcxwy38", - "501100005614": "https://ror.org/03sfybe47", - "501100003675": "https://ror.org/00bxeqa64", - "501100001806": "https://ror.org/01jachm79", - "501100022560": "https://ror.org/054r0wx32", - "501100019558": "https://ror.org/015cbgt79", - "501100004600": "https://ror.org/04qn0xg47", - "501100001832": "https://ror.org/016xsfp80", - "501100008459": "https://ror.org/016xsfp80", - "501100002641": "https://ror.org/025h1m602", - "501100002462": "https://ror.org/0227as991", - "501100011486": "https://ror.org/0578w5a44", - "501100015770": "https://ror.org/022a2kb82", - "501100006541": "https://ror.org/040scgh75", - "501100006542": "https://ror.org/040scgh75", - "100012818": "https://ror.org/040scgh75", - "501100003631": "https://ror.org/012zp9903", - "501100003678": "https://ror.org/012zp9903", - "501100005274": "https://ror.org/010f1sq29", - "100018018": "https://ror.org/04xbn6x09", - "501100003562": "https://ror.org/04xmt0833", - "501100000041": "https://ror.org/02qa1x782", - "501100003334": "https://ror.org/0443jbw36", - "100006462": "https://ror.org/00453a208", - "100009621": "https://ror.org/00453a208", - "100006499": "https://ror.org/00453a208", - "501100002467": "https://ror.org/058pdbn81", - "501100002573": "https://ror.org/01wjejq96", - "501100008005": "https://ror.org/01wjejq96", - "501100003624": "https://ror.org/009g8rq41", - "501100003952": "https://ror.org/009g8rq41", - "501100002452": "https://ror.org/05q92br09", - "501100015499": "https://ror.org/05q92br09", - "501100003559": "https://ror.org/05hfet039", - "501100012441": "https://ror.org/03fd77x13", - "501100000272": "https://ror.org/0187kwz08", - "501100001921": "https://ror.org/0187kwz08", - "501100000659": "https://ror.org/0187kwz08", - "501100000664": "https://ror.org/0187kwz08", - "501100002001": "https://ror.org/0187kwz08", - "501100001881": "https://ror.org/0187kwz08", - "501100001922": "https://ror.org/0187kwz08", - "501100007602": "https://ror.org/0187kwz08", - "501100009128": "https://ror.org/0187kwz08", - "100018336": "https://ror.org/0187kwz08", - "501100001923": "https://ror.org/0187kwz08", - "501100009127": "https://ror.org/0187kwz08", - "501100009129": "https://ror.org/0187kwz08", - "501100009270": "https://ror.org/0187kwz08", - "501100022224": "https://ror.org/0187kwz08", - "501100002461": "https://ror.org/02wnxgj78", - "501100002583": "https://ror.org/00saywf64", - "501100012163": "https://ror.org/054pv6659", - "501100016007": "https://ror.org/054pv6659", - "501100003626": "https://ror.org/04bjg9m96", - "501100003629": "https://ror.org/04nrmrg07", - "501100003565": "https://ror.org/04xt5aa77", - "501100006101": "https://ror.org/04xt5aa77", - "100007775": "https://ror.org/04xt5aa77", - "501100004332": "https://ror.org/01z4nnt86", - "501100003651": "https://ror.org/01z4nnt86", - "501100006433": "https://ror.org/05sd8tv96", - "501100006311": "https://ror.org/00fh58138", - "501100002447": "https://ror.org/04fxknd68", - "100014012": "https://ror.org/02htmqw41", - "100020897": "https://ror.org/01k6h2m87", - "501100002468": "https://ror.org/03qvtpc38", - "501100002543": "https://ror.org/01an57a31", - "501100003683": "https://ror.org/05s6rc685", - "100009650": "https://ror.org/00jwytm78", - "501100003690": "https://ror.org/00s147322", - "100017337": "https://ror.org/05rq3rb55", - "501100003180": "https://ror.org/03t4gr691", - "100007237": "https://ror.org/04a5szx83", - "100007040": "https://ror.org/04a5szx83", - "100011069": "https://ror.org/04a5szx83", - "501100003717": "https://ror.org/04g2pxh42", - "100009147": "https://ror.org/00vs8d940", - "100010329": "https://ror.org/00vs8d940", - "501100010465": "https://ror.org/005ypkf75", - "501100002648": "https://ror.org/01fpnj063", - "501100003722": "https://ror.org/01dcefd69", - "501100003686": "https://ror.org/039k65f65", - "501100003676": "https://ror.org/05739xz97", - "501100003706": "https://ror.org/01az7b475", - "501100021804": "https://ror.org/04ex24z53", - "501100003720": "https://ror.org/01xb4fs50", - "501100003689": "https://ror.org/03tmzec49", - "100021114": "https://ror.org/033pfj584", - "501100002523": "https://ror.org/05n486907", - "501100009695": "https://ror.org/05n486907", - "100009443": "https://ror.org/049jtt335", - "100018584": "https://ror.org/01wnx6213", - "501100005616": "https://ror.org/04haebc03", - "501100000084": "https://ror.org/04haebc03", - "501100003721": "https://ror.org/013yz9b19", - "501100003692": "https://ror.org/05prqcv46", - "501100006137": "https://ror.org/05q3vnk25", - "100012947": "https://ror.org/05q3vnk25", - "501100008130": "https://ror.org/027zf7h57", - "100009850": "https://ror.org/02xrw9r68", - "100016275": "https://ror.org/00cb3km46", - "501100003695": "https://ror.org/04qfph657", - "501100014188": "https://ror.org/01wpjm123", - "501100004114": "https://ror.org/05txczf44", - "501100008916": "https://ror.org/05s5aag36", - "501100007188": "https://ror.org/01xe86309", - "501100010420": "https://ror.org/051qqcg15", - "501100002864": "https://ror.org/03by16w37", - "100012836": "https://ror.org/02dayf324", - "100012837": "https://ror.org/02dayf324", - "501100002457": "https://ror.org/01zt9a375", - "501100017217": "https://ror.org/02cte4b68", - "501100024072": "https://ror.org/01j9f6752", - "501100003724": "https://ror.org/059fa3x42", - "501100003723": "https://ror.org/059fa3x42", - "100018611": "https://ror.org/05xqpda80", - "501100007783": "https://ror.org/046865y68", - "501100002380": "https://ror.org/046865y68", - "501100022790": "https://ror.org/05jwkgv16", - "501100008783": "https://ror.org/058rymf81", - "501100003714": "https://ror.org/058rymf81", - "501100014804": "https://ror.org/00t89kj24", - "501100003681": "https://ror.org/00ggjh491", - "501100002456": "https://ror.org/05kzjxq56", - "100014847": "https://ror.org/000nhq538", - "501100007242": "https://ror.org/05hy3tk52", - "100019084": "https://ror.org/03tgsfw79", - "501100002551": "https://ror.org/04h9pn542", - "501100020055": "https://ror.org/04h9pn542", - "501100016138": "https://ror.org/01b4w2923", - "501100007204": "https://ror.org/05kpkpg04", - "100007599": "https://ror.org/05kpkpg04", - "501100006279": "https://ror.org/02wg74v35", - "501100003988": "https://ror.org/059qg2m13", - "501100020487": "https://ror.org/0117jxy09", - "501100004593": "https://ror.org/01cby8j38", - "501100003698": "https://ror.org/035enhp47", - "501100007396": "https://ror.org/050zdnc69", - "501100003545": "https://ror.org/050zdnc69", - "501100011875": "https://ror.org/050zdnc69", - "501100017564": "https://ror.org/050zdnc69", - "100016844": "https://ror.org/02d9dg697", - "100008069": "https://ror.org/043mz5j54", - "100011074": "https://ror.org/043mz5j54", - "100009753": "https://ror.org/043mz5j54", - "100010324": "https://ror.org/043mz5j54", - "100010511": "https://ror.org/043mz5j54", - "100010512": "https://ror.org/043mz5j54", - "100008070": "https://ror.org/043mz5j54", - "100009506": "https://ror.org/043mz5j54", - "100008433": "https://ror.org/043mz5j54", - "100008429": "https://ror.org/043mz5j54", - "100005596": "https://ror.org/043mz5j54", - "100005544": "https://ror.org/043mz5j54", - "100008030": "https://ror.org/043mz5j54", - "100010946": "https://ror.org/043mz5j54", - "100011299": "https://ror.org/043mz5j54", - "100020963": "https://ror.org/043mz5j54", - "501100003052": "https://ror.org/008nkqk13", - "501100002994": "https://ror.org/008nkqk13", - "501100019581": "https://ror.org/01bsn4x02", - "100015232": "https://ror.org/04yk69421", - "501100017212": "https://ror.org/00z54nq84", - "100019573": "https://ror.org/05grdyy37", - "501100003674": "https://ror.org/0113xme87", - "501100021372": "https://ror.org/0427ycx88", - "100018061": "https://ror.org/030reqw53", - "501100002630": "https://ror.org/053fp5c05", - "501100002971": "https://ror.org/046ak2485", - "501100001644": "https://ror.org/046ak2485", - "501100007537": "https://ror.org/046ak2485", - "501100004841": "https://ror.org/02ezaf703", - "501100010418": "https://ror.org/01g0hqq23", - "501100003702": "https://ror.org/0298pes53", - "501100016149": "https://ror.org/0494zgc81", - "501100003465": "https://ror.org/0211bs523", - "100016353": "https://ror.org/04mg3nk07", - "501100013990": "https://ror.org/0442zbe52", - "501100007146": "https://ror.org/03rrfzx46", - "100005713": "https://ror.org/00q4sx826", - "100014043": "https://ror.org/00q4sx826", - "100017603": "https://ror.org/04q2jes40", - "501100010987": "https://ror.org/01t3zke88", - "100020608": "https://ror.org/00ywn4q28", - "501100010564": "https://ror.org/03dx11k66", - "501100005075": "https://ror.org/03cv38k47", - "501100019973": "https://ror.org/055a87x75", - "501100019117": "https://ror.org/03kqdja62", - "501100007158": "https://ror.org/01mhzrb93", - "100017487": "https://ror.org/015g99884", - "100019724": "https://ror.org/04dbzz632", - "501100004221": "https://ror.org/030mz2444", - "501100014410": "https://ror.org/030mz2444", - "100013406": "https://ror.org/030n6z794", - "501100008358": "https://ror.org/04y8met08", - "100002484": "https://ror.org/02fv52296", - "100001243": "https://ror.org/02fv52296", - "501100010114": "https://ror.org/036h9st94", - "100013772": "https://ror.org/04k41b912", - "100017146": "https://ror.org/05dt4bt98", - "501100017638": "https://ror.org/01p8ehb87", - "501100014420": "https://ror.org/00vtya531", - "501100010820": "https://ror.org/05g6ben79", - "501100001503": "https://ror.org/04fw54a43", - "100020419": "https://ror.org/01thp7c65", - "501100002913": "https://ror.org/04qxsrb28", - "501100011878": "https://ror.org/04qxsrb28", - "501100006291": "https://ror.org/0017kmw32", - "501100006292": "https://ror.org/0017kmw32", - "100008730": "https://ror.org/01925vb10", - "100018259": "https://ror.org/03xez1567", - "100023456": "https://ror.org/05v1v4z83", - "501100005746": "https://ror.org/00pt8r998", - "100009573": "https://ror.org/02tphfq59", - "501100007039": "https://ror.org/01gshyb58", - "501100009347": "https://ror.org/05qjm2261", - "100005946": "https://ror.org/021sy4w91", - "100000928": "https://ror.org/00np6vq88", - "501100011731": "https://ror.org/026ma2c10", - "501100011109": "https://ror.org/03yvabt26", - "100001802": "https://ror.org/00fq5ev96", - "501100023548": "https://ror.org/020atbp69", - "501100015982": "https://ror.org/04y1zat75", - "501100009875": "https://ror.org/059cdnm21", - "501100000674": "https://ror.org/003pxap67", - "501100015722": "https://ror.org/02tcf7a68", - "100017157": "https://ror.org/05gnea559", - "100009424": "https://ror.org/04410kq54", - "501100020571": "https://ror.org/03m3xkg41", - "100020941": "https://ror.org/042gckq23", - "501100003789": "https://ror.org/00h55v928", - "100014614": "https://ror.org/00vcj2z66", - "501100011345": "https://ror.org/02bv3c993", - "100018956": "https://ror.org/03j65n394", - "100006987": "https://ror.org/03ne2zw20", - "501100008523": "https://ror.org/035gfy236", - "501100003385": "https://ror.org/01y9bpm73", - "501100003383": "https://ror.org/01y9bpm73", - "501100004939": "https://ror.org/01y9bpm73", - "501100021523": "https://ror.org/04nmj9827", - "501100020364": "https://ror.org/01jbjy689", - "100004790": "https://ror.org/0116zdb24", - "100010148": "https://ror.org/039xbga15", - "501100004851": "https://ror.org/049ztct72", - "501100022090": "https://ror.org/02skbsp27", - "100018538": "https://ror.org/04k80k910", - "501100007058": "https://ror.org/01yjy8p80", - "501100011760": "https://ror.org/0394w2w14", - "501100024335": "https://ror.org/04n6j6456", - "501100014353": "https://ror.org/05dfgh554", - "100007782": "https://ror.org/0115n5160", - "100004812": "https://ror.org/0115n5160", - "100022931": "https://ror.org/049pzty39", - "100014547": "https://ror.org/0184qbg02", - "501100003672": "https://ror.org/02h7vzs32", - "100009840": "https://ror.org/056wg8a82", - "100010248": "https://ror.org/04xy18872", - "100015567": "https://ror.org/04bs0e027", - "100015566": "https://ror.org/04bs0e027", - "501100005950": "https://ror.org/00q4vv597", - "100012746": "https://ror.org/0113yba25", - "100004813": "https://ror.org/04w9m8m13", - "100015775": "https://ror.org/03c6k9p96", - "501100007634": "https://ror.org/0564r0810", - "100008914": "https://ror.org/05ecdew94", - "501100004061": "https://ror.org/00nkcmy90", - "100009481": "https://ror.org/051xgzg37", - "100011231": "https://ror.org/04b57z061", - "501100013387": "https://ror.org/00ssy9q55", - "501100011669": "https://ror.org/053e7we70", - "501100008767": "https://ror.org/007bpwb04", - "100004932": "https://ror.org/02ky21x08", - "100012840": "https://ror.org/00d2w9g53", - "501100007196": "https://ror.org/056a6x975", - "501100016993": "https://ror.org/056a6x975", - "100018012": "https://ror.org/04esgv207", - "501100021538": "https://ror.org/05xxfer42", - "501100004099": "https://ror.org/00rkrv905", - "100000913": "https://ror.org/03dy4aq19", - "100013373": "https://ror.org/03msd8560", - "100018469": "https://ror.org/00t74vp97", - "501100003679": "https://ror.org/04vtz2g46", - "501100000971": "https://ror.org/008aaf926", - "100008713": "https://ror.org/008aaf926", - "501100020492": "https://ror.org/00v807439", - "100015447": "https://ror.org/02gkb4040", - "100016557": "https://ror.org/02gkb4040", - "100016555": "https://ror.org/03ecpp171", - "100012863": "https://ror.org/01td4p294", - "100017210": "https://ror.org/05n7xcf53", - "100005522": "https://ror.org/02yn1nr06", - "501100013332": "https://ror.org/05dwv6530", - "501100016174": "https://ror.org/015xjsg96", - "501100009883": "https://ror.org/04s4apw49", - "501100004953": "https://ror.org/019ja9e37", - "501100007773": "https://ror.org/05rmt1x67", - "501100005630": "https://ror.org/03vqp1c86", - "501100006138": "https://ror.org/03vqp1c86", - "501100006506": "https://ror.org/02y7p0749", - "501100002376": "https://ror.org/00mzz1w90", - "501100002353": "https://ror.org/00mzz1w90", - "501100009827": "https://ror.org/00mzz1w90", - "501100006100": "https://ror.org/05c2p1f98", - "501100016208": "https://ror.org/00dzfx204", - "100005599": "https://ror.org/00rm8v059", - "501100009900": "https://ror.org/035d9jb31", - "501100009872": "https://ror.org/03pjfpa97", - "100009324": "https://ror.org/048kc0s52", - "100005842": "https://ror.org/00jypd850", - "100009237": "https://ror.org/00jypd850", - "501100015607": "https://ror.org/00j6pqx59", - "501100006318": "https://ror.org/03ths8210", - "100006196": "https://ror.org/027k65916", - "100000891": "https://ror.org/011w6k548", - "501100005892": "https://ror.org/042pgcv68", - "501100005893": "https://ror.org/042pgcv68", - "501100015990": "https://ror.org/001ws2a36", - "501100008123": "https://ror.org/04kptf457", - "100019343": "https://ror.org/02cm65z11", - "501100003443": "https://ror.org/00ghqgy32", - "501100007152": "https://ror.org/00ghqgy32", - "501100012190": "https://ror.org/00ghqgy32", - "501100006681": "https://ror.org/00htwgm11", - "501100006682": "https://ror.org/00htwgm11", - "100009827": "https://ror.org/04hqxh742", - "100014848": "https://ror.org/04hqxh742", - "100020469": "https://ror.org/04xr5we72", - "100001452": "https://ror.org/02khtdb43", - "100018148": "https://ror.org/05jnq7w45", - "501100021310": "https://ror.org/03kk9k137", - "100000088": "https://ror.org/03h7mcc28", - "501100020851": "https://ror.org/04syzjx81", - "100005423": "https://ror.org/053mpbz30", - "100008688": "https://ror.org/02xn8bh65", - "100008689": "https://ror.org/02xn8bh65", - "501100001793": "https://ror.org/03pnv4752", - "501100006104": "https://ror.org/03pnv4752", - "501100018856": "https://ror.org/03pnv4752", - "501100023296": "https://ror.org/05y4mf750", - "501100019278": "https://ror.org/044tecp05", - "501100007169": "https://ror.org/017rnyz40", - "501100011044": "https://ror.org/017rnyz40", - "100009688": "https://ror.org/00a7wgt63", - "100010852": "https://ror.org/0251g2d64", - "501100007256": "https://ror.org/033p9g875", - "501100001659": "https://ror.org/018mejw64", - "501100019651": "https://ror.org/00y7mag53", - "100015855": "https://ror.org/03xzjnp53", - "100009111": "https://ror.org/044jxhp58", - "501100008418": "https://ror.org/00bbeqy02", - "501100004810": "https://ror.org/05xznzw56", - "501100007543": "https://ror.org/01g80gk13", - "501100007542": "https://ror.org/01g80gk13", - "100009139": "https://ror.org/028s4q594", - "501100021571": "https://ror.org/05jyz4092", - "501100001791": "https://ror.org/02sc3r913", - "100008763": "https://ror.org/02sc3r913", - "501100003450": "https://ror.org/02sc3r913", - "501100014673": "https://ror.org/02sc3r913", - "100021112": "https://ror.org/0034eez47", - "100008661": "https://ror.org/02dvf9b44", - "501100019719": "https://ror.org/0413jvg45", - "100017002": "https://ror.org/03c336h16", - "501100002851": "https://ror.org/039vqpp67", - "501100005938": "https://ror.org/039vqpp67", - "501100010906": "https://ror.org/039vqpp67", - "100017405": "https://ror.org/04a97mm30", - "100019150": "https://ror.org/014arsg56", - "100007691": "https://ror.org/03nf36p02", - "100007690": "https://ror.org/03nf36p02", - "501100019210": "https://ror.org/0355ahf06", - "100009611": "https://ror.org/00hpz7z43", - "100013659": "https://ror.org/00hpz7z43", - "100017588": "https://ror.org/03n9qzd79", - "100018343": "https://ror.org/0028q1g19", - "100011483": "https://ror.org/01bqnjh41", - "501100004586": "https://ror.org/03kk0s825", - "100019263": "https://ror.org/05fj0h750", - "100005956": "https://ror.org/02t274463", - "501100018889": "https://ror.org/00p86m346", - "501100009083": "https://ror.org/002kenh51", - "501100007265": "https://ror.org/00fpn0e94", - "100000867": "https://ror.org/02ymmdj85", - "100006381": "https://ror.org/02ymmdj85", - "100007880": "https://ror.org/00za53h95", - "100005932": "https://ror.org/00za53h95", - "100005952": "https://ror.org/00za53h95", - "100009810": "https://ror.org/00za53h95", - "100010489": "https://ror.org/00za53h95", - "100007228": "https://ror.org/00za53h95", - "100008309": "https://ror.org/00za53h95", - "100008911": "https://ror.org/00za53h95", - "100005542": "https://ror.org/00za53h95", - "100009053": "https://ror.org/00za53h95", - "100008632": "https://ror.org/00za53h95", - "100011121": "https://ror.org/00za53h95", - "100011780": "https://ror.org/00za53h95", - "100012302": "https://ror.org/00za53h95", - "100012315": "https://ror.org/00za53h95", - "100012800": "https://ror.org/00za53h95", - "100013682": "https://ror.org/00za53h95", - "100014582": "https://ror.org/00za53h95", - "100015981": "https://ror.org/00za53h95", - "100017780": "https://ror.org/00za53h95", - "100018084": "https://ror.org/00za53h95", - "100019003": "https://ror.org/00za53h95", - "100019660": "https://ror.org/00za53h95", - "100019941": "https://ror.org/00za53h95", - "501100005053": "https://ror.org/01gm5f004", - "100015895": "https://ror.org/008rtte29", - "100017999": "https://ror.org/03xhggy77", - "100016897": "https://ror.org/04276xd64", - "501100001664": "https://ror.org/01n6r0e97", - "100015740": "https://ror.org/02vt2xa24", - "100000202": "https://ror.org/04k7dar27", - "501100020536": "https://ror.org/05neq8668", - "501100008036": "https://ror.org/02fgvvg92", - "501100007319": "https://ror.org/037wpkx04", - "501100008814": "https://ror.org/037wpkx04", - "100015430": "https://ror.org/043bfms20", - "100015429": "https://ror.org/043bfms20", - "501100006258": "https://ror.org/02s7sax82", - "100011090": "https://ror.org/03q239206", - "501100003192": "https://ror.org/040smqw14", - "100005733": "https://ror.org/05ffhwq07", - "100009526": "https://ror.org/03am10p12", - "100016878": "https://ror.org/049r1ts75", - "501100001747": "https://ror.org/0145fw131", - "501100008328": "https://ror.org/04204gr61", - "501100007684": "https://ror.org/03bra4w96", - "100016128": "https://ror.org/013a0r905", - "501100015517": "https://ror.org/00ypgyy34", - "501100005771": "https://ror.org/00dbd8b73", - "100006431": "https://ror.org/048m16q57", - "501100023699": "https://ror.org/04rtjaj74", - "100015704": "https://ror.org/05mb2ak88", - "100016172": "https://ror.org/01t178j62", - "501100019590": "https://ror.org/03pbgwk21", - "501100012285": "https://ror.org/01g94x362", - "501100000301": "https://ror.org/02qa92s63", - "501100000537": "https://ror.org/02qa92s63", - "100009794": "https://ror.org/02qa92s63", - "501100007913": "https://ror.org/02qa92s63", - "501100013786": "https://ror.org/048zgak80", - "501100001866": "https://ror.org/039z13y21", - "100008075": "https://ror.org/0342y5q78", - "100004107": "https://ror.org/042te9f59", - "501100001168": "https://ror.org/03g5d6c96", - "501100017510": "https://ror.org/02wedp412", - "100017122": "https://ror.org/03jqm0b89", - "501100014976": "https://ror.org/01pahbn61", - "100019620": "https://ror.org/02hhwgd43", - "100008389": "https://ror.org/03ge1nb22", - "100008393": "https://ror.org/03ge1nb22", - "100008392": "https://ror.org/03ge1nb22", - "100008394": "https://ror.org/03ge1nb22", - "501100002161": "https://ror.org/03ge1nb22", - "501100001825": "https://ror.org/03ge1nb22", - "100007398": "https://ror.org/03ge1nb22", - "501100004189": "https://ror.org/01hhn8329", - "100016237": "https://ror.org/05mfff588", - "501100010478": "https://ror.org/00qxmfv78", - "100011715": "https://ror.org/05vfhev56", - "501100001602": "https://ror.org/0271asj38", - "501100013833": "https://ror.org/02yqqv993", - "501100015321": "https://ror.org/03qc8vh97", - "100009012": "https://ror.org/00znqwq11", - "100011575": "https://ror.org/05aav2h42", - "100008473": "https://ror.org/05wwcw481", - "100000086": "https://ror.org/029b7h395", - "100003896": "https://ror.org/04q9tew83", - "100013802": "https://ror.org/00tr7ny14", - "501100003248": "https://ror.org/00tr7ny14", - "100012120": "https://ror.org/00tr7ny14", - "100018600": "https://ror.org/04t32gd51", - "501100015590": "https://ror.org/01b05bn14", - "501100006571": "https://ror.org/05tqtd486", - "501100011107": "https://ror.org/01cah1n37", - "501100009890": "https://ror.org/017e99q89", - "100020211": "https://ror.org/03gc71b86", - "100008665": "https://ror.org/036x5ad56", - "501100009884": "https://ror.org/008k2dm27", - "501100000675": "https://ror.org/01xqg1464", - "501100009876": "https://ror.org/049h8es06", - "501100001794": "https://ror.org/00rqy9422", - "501100008407": "https://ror.org/00rqy9422", - "501100005268": "https://ror.org/00rqy9422", - "501100013359": "https://ror.org/00rqy9422", - "501100019214": "https://ror.org/00rqy9422", - "501100002361": "https://ror.org/01chj3z31", - "100015576": "https://ror.org/00mng9617", - "501100005349": "https://ror.org/01v4pc162", - "100010060": "https://ror.org/05ch82e76", - "100010059": "https://ror.org/05ch82e76", - "501100008807": "https://ror.org/02xqrgv78", - "501100000163": "https://ror.org/04khqse59", - "100000940": "https://ror.org/01d3smq07", - "100005484": "https://ror.org/01srpnj69", - "501100018694": "https://ror.org/01frn9647", - "501100013452": "https://ror.org/019j78370", - "100007631": "https://ror.org/01sdtdd95", - "501100007826": "https://ror.org/01weqhp73", - "100018047": "https://ror.org/050draa26", - "501100003325": "https://ror.org/03ynt1573", - "501100013258": "https://ror.org/051snsd81", - "100005803": "https://ror.org/01b5j0073", - "501100003843": "https://ror.org/02jeykk09", - "501100019236": "https://ror.org/00h6p6a20", - "501100002726": "https://ror.org/022k4wk35", - "501100000699": "https://ror.org/03rx0gp36", - "501100010558": "https://ror.org/04aqg9s78", - "501100020699": "https://ror.org/050c3pq49", - "501100018988": "https://ror.org/05shr3z13", - "501100019191": "https://ror.org/01ey0me92", - "100017974": "https://ror.org/01bfgxw09", - "501100019551": "https://ror.org/054xxtt73", - "501100014846": "https://ror.org/029s44460", - "501100022080": "https://ror.org/052x1hs80", - "501100020038": "https://ror.org/01zbcgr80", - "100010230": "https://ror.org/00c1dt378", - "100010374": "https://ror.org/03fcx9267", - "501100003825": "https://ror.org/02ks8qq67", - "100012168": "https://ror.org/04eg47h42", - "100016796": "https://ror.org/01gbt6a54", - "501100004435": "https://ror.org/02rxc7m23", - "501100002832": "https://ror.org/02rxc7m23", - "100019480": "https://ror.org/05vdh4r44", - "501100014542": "https://ror.org/05vbfxw79", - "501100014374": "https://ror.org/03mb6wj31", - "100006637": "https://ror.org/05h4vvj02", - "100011207": "https://ror.org/0316hvk63", - "100012976": "https://ror.org/05y6c7y19", - "100014312": "https://ror.org/05nvqhd79", - "501100011070": "https://ror.org/02npm8404", - "501100021118": "https://ror.org/05qx80v97", - "501100009625": "https://ror.org/01r9cjg27", - "100008994": "https://ror.org/02xfp8v59", - "100010035": "https://ror.org/019wt1929", - "100018539": "https://ror.org/025vp2923", - "501100005669": "https://ror.org/021y4b202", - "501100002977": "https://ror.org/01e6qks80", - "501100005785": "https://ror.org/01e6qks80", - "501100000087": "https://ror.org/01e6qks80", - "501100002978": "https://ror.org/01e6qks80", - "501100023917": "https://ror.org/01e6qks80", - "501100008403": "https://ror.org/056xr2125", - "501100011349": "https://ror.org/01w9z6890", - "100006943": "https://ror.org/00awd9g61", - "100005580": "https://ror.org/00awd9g61", - "100005590": "https://ror.org/00awd9g61", - "100020299": "https://ror.org/01naq7912", - "501100000359": "https://ror.org/0542g3d58", - "100003179": "https://ror.org/04jh85880", - "100010926": "https://ror.org/050kcr883", - "100010721": "https://ror.org/05v86fk30", - "100011942": "https://ror.org/05mf3wf75", - "501100004412": "https://ror.org/00aqt9352", - "100010933": "https://ror.org/0085d9t86", - "100004420": "https://ror.org/006kxhp52", - "501100002842": "https://ror.org/05m2fqn25", - "501100007858": "https://ror.org/05m2fqn25", - "501100007859": "https://ror.org/05m2fqn25", - "501100006597": "https://ror.org/05m2fqn25", - "501100005798": "https://ror.org/05m2fqn25", - "501100010731": "https://ror.org/05m2fqn25", - "501100025164": "https://ror.org/05m2fqn25", - "501100008798": "https://ror.org/004v5tb85", - "501100001598": "https://ror.org/03qcxsn76", - "100012580": "https://ror.org/03eecf728", - "501100023263": "https://ror.org/04t35nt16", - "100015160": "https://ror.org/02td4ph55", - "100022262": "https://ror.org/03jdskm89", - "100028801": "https://ror.org/04bxcqt73", - "100018348": "https://ror.org/00zpwa373", - "501100009590": "https://ror.org/03w2z6524", - "501100011529": "https://ror.org/03w2z6524", - "501100004186": "https://ror.org/01ka4j351", - "501100009768": "https://ror.org/02fapb125", - "100026019": "https://ror.org/00zn8rh30", - "501100006255": "https://ror.org/0460jpj73", - "100020230": "https://ror.org/02nkg1w23", - "501100018943": "https://ror.org/02nkg1w23", - "100020367": "https://ror.org/0034k2773", - "100006280": "https://ror.org/00sbaqa70", - "100001466": "https://ror.org/00sbaqa70", - "100017171": "https://ror.org/00k1qja49", - "501100017653": "https://ror.org/02hcmqg97", - "100020916": "https://ror.org/04w6pnc49", - "100005362": "https://ror.org/01m3kj726", - "100004675": "https://ror.org/00pkt4594", - "501100003141": "https://ror.org/059ex5q34", - "501100007709": "https://ror.org/059ex5q34", - "501100003089": "https://ror.org/059ex5q34", - "501100012500": "https://ror.org/04wnc7270", - "501100013138": "https://ror.org/04nm1xm49", - "100009787": "https://ror.org/01kxjy285", - "100004795": "https://ror.org/04eg47h42", - "100008343": "https://ror.org/04eg47h42", - "100020877": "https://ror.org/05qn5hd16", - "100009971": "https://ror.org/04aaa2n62", - "501100003137": "https://ror.org/05x5km989", - "501100013302": "https://ror.org/009p8zv69", - "100006439": "https://ror.org/02m2as397", - "100014262": "https://ror.org/03exg0778", - "100019149": "https://ror.org/05fep3933", - "501100001232": "https://ror.org/047hk9367", - "501100010838": "https://ror.org/05e08sj06", - "100019326": "https://ror.org/02n96xt70", - "100002715": "https://ror.org/032p73z44", - "100012727": "https://ror.org/03gf7z214", - "100008516": "https://ror.org/0361bwx64", - "100014090": "https://ror.org/04cexk154", - "100017834": "https://ror.org/02kzs4y22", - "100000139": "https://ror.org/03tns0030", - "100009441": "https://ror.org/03tns0030", - "501100019331": "https://ror.org/056cbez68", - "501100019736": "https://ror.org/002gr9f09", - "501100015805": "https://ror.org/017n8df75", - "501100017610": "https://ror.org/017n8df75", - "501100017607": "https://ror.org/017n8df75", - "100016804": "https://ror.org/017n8df75", - "501100012271": "https://ror.org/017n8df75", - "501100013093": "https://ror.org/017n8df75", - "100017380": "https://ror.org/017n8df75", - "100019024": "https://ror.org/02pcb5m77", - "501100014877": "https://ror.org/02pcb5m77", - "100015807": "https://ror.org/044bb5p62", - "100019125": "https://ror.org/04t67vr60", - "501100007473": "https://ror.org/03378gm70", - "100029094": "https://ror.org/02697d919", - "501100024068": "https://ror.org/00yq55g44", - "501100003947": "https://ror.org/01tjs6929", - "501100006283": "https://ror.org/01tjs6929", - "501100001317": "https://ror.org/053fq8t95", - "100005403": "https://ror.org/04f49a463", - "100016115": "https://ror.org/044npx850", - "100031279": "https://ror.org/030tdpg67", - "501100008410": "https://ror.org/03at7w331", - "501100007279": "https://ror.org/03at7w331", - "100017950": "https://ror.org/03at7w331", - "501100014175": "https://ror.org/03at7w331", - "100007856": "https://ror.org/02pttbw34", - "100007857": "https://ror.org/02pttbw34", - "100006442": "https://ror.org/02pttbw34", - "100007915": "https://ror.org/02pttbw34", - "100021338": "https://ror.org/02pttbw34", - "100007271": "https://ror.org/0011qv509", - "100009872": "https://ror.org/0011qv509", - "100006582": "https://ror.org/0011qv509", - "501100008966": "https://ror.org/05gdhxj91", - "501100006085": "https://ror.org/016nn4m97", - "100000882": "https://ror.org/0492gsr48", - "100028950": "https://ror.org/0492gsr48", - "100018325": "https://ror.org/020yc1y85", - "100024073": "https://ror.org/047885v26", - "501100001475": "https://ror.org/02e7b5302", - "501100006512": "https://ror.org/02e7b5302", - "501100006124": "https://ror.org/02e7b5302", - "501100011738": "https://ror.org/02e7b5302", - "501100016998": "https://ror.org/02e7b5302", - "501100017241": "https://ror.org/02e7b5302", - "501100019693": "https://ror.org/02e7b5302", - "501100021836": "https://ror.org/02e7b5302", - "501100004387": "https://ror.org/03et85d35", - "501100004467": "https://ror.org/03et85d35", - "501100020738": "https://ror.org/03et85d35", - "501100002924": "https://ror.org/0348bpk17", - "501100007063": "https://ror.org/04gzb2213", - "100013200": "https://ror.org/006b2g567", - "100013199": "https://ror.org/006b2g567", - "100009108": "https://ror.org/0207yh398", - "100014417": "https://ror.org/0207yh398", - "501100016053": "https://ror.org/04wynx969", - "100005234": "https://ror.org/00r348449", - "100006438": "https://ror.org/00r348449", - "100031278": "https://ror.org/028z36n30", - "100005385": "https://ror.org/02z384071", - "100016639": "https://ror.org/05et9cg77", - "501100014099": "https://ror.org/04tdptw32", - "501100003410": "https://ror.org/01d6wrk87", - "100017357": "https://ror.org/01d6wrk87", - "501100000780": "https://ror.org/00k4n6c32", - "501100000783": "https://ror.org/00k4n6c32", - "501100008530": "https://ror.org/00k4n6c32", - "100011264": "https://ror.org/00k4n6c32", - "501100004895": "https://ror.org/00k4n6c32", - "100010661": "https://ror.org/00k4n6c32", - "501100004964": "https://ror.org/00k4n6c32", - "501100004963": "https://ror.org/00k4n6c32", - "501100000785": "https://ror.org/00k4n6c32", - "501100004965": "https://ror.org/00k4n6c32", - "501100000802": "https://ror.org/00k4n6c32", - "501100000886": "https://ror.org/00k4n6c32", - "501100000905": "https://ror.org/00k4n6c32", - "501100004966": "https://ror.org/00k4n6c32", - "501100000896": "https://ror.org/00k4n6c32", - "501100000891": "https://ror.org/00k4n6c32", - "501100000894": "https://ror.org/00k4n6c32", - "501100000887": "https://ror.org/00k4n6c32", - "100010665": "https://ror.org/00k4n6c32", - "100018694": "https://ror.org/00k4n6c32", - "100013276": "https://ror.org/00k4n6c32", - "100014510": "https://ror.org/00k4n6c32", - "100011102": "https://ror.org/00k4n6c32", - "501100018695": "https://ror.org/00k4n6c32", - "501100014141": "https://ror.org/00k4n6c32", - "100011103": "https://ror.org/00k4n6c32", - "100011260": "https://ror.org/00k4n6c32", - "501100020407": "https://ror.org/00k4n6c32", - "100013284": "https://ror.org/00k4n6c32", - "100019186": "https://ror.org/00k4n6c32", - "100011268": "https://ror.org/00k4n6c32", - "100011262": "https://ror.org/00k4n6c32", - "100011272": "https://ror.org/00k4n6c32", - "100019772": "https://ror.org/00k4n6c32", - "501100016126": "https://ror.org/00k4n6c32", - "100017697": "https://ror.org/00k4n6c32", - "100010662": "https://ror.org/00k4n6c32", - "100010673": "https://ror.org/00k4n6c32", - "100010666": "https://ror.org/00k4n6c32", - "100017413": "https://ror.org/00k4n6c32", - "100013288": "https://ror.org/00k4n6c32", - "100018695": "https://ror.org/00k4n6c32", - "100013297": "https://ror.org/00k4n6c32", - "100019769": "https://ror.org/00k4n6c32", - "100010676": "https://ror.org/00k4n6c32", - "100018700": "https://ror.org/00k4n6c32", - "100018697": "https://ror.org/00k4n6c32", - "100018699": "https://ror.org/00k4n6c32", - "100018701": "https://ror.org/00k4n6c32", - "100018693": "https://ror.org/00k4n6c32", - "100018696": "https://ror.org/00k4n6c32", - "100018707": "https://ror.org/00k4n6c32", - "100018706": "https://ror.org/00k4n6c32", - "100019187": "https://ror.org/00k4n6c32", - "100031478": "https://ror.org/00k4n6c32", - "501100005636": "https://ror.org/0409dgb37", - "100016209": "https://ror.org/0409dgb37", - "100020393": "https://ror.org/02cmd6814", - "100011742": "https://ror.org/01f6dz702", - "100013060": "https://ror.org/050589e39", - "501100006745": "https://ror.org/002tchr49", - "501100003758": "https://ror.org/03vqm2n93", - "100018898": "https://ror.org/03a23ph14", - "100018118": "https://ror.org/00kpeqx67", - "100014531": "https://ror.org/03bqa4029", - "100011856": "https://ror.org/029h2vx94", - "100010483": "https://ror.org/04v2xzv40", - "501100002764": "https://ror.org/04v2xzv40", - "501100003091": "https://ror.org/03jjt8440", - "100014473": "https://ror.org/03jjt8440", - "100019715": "https://ror.org/0413bc824", - "501100003246": "https://ror.org/04jsz6e67", - "501100001345": "https://ror.org/04jsz6e67", - "501100013956": "https://ror.org/04jsz6e67", - "501100024871": "https://ror.org/04jsz6e67", - "100018675": "https://ror.org/04baade76", - "501100024043": "https://ror.org/01yp9g959", - "100019453": "https://ror.org/04kdf7678", - "501100008102": "https://ror.org/04rhqkc66", - "501100012131": "https://ror.org/02f09cx53", - "501100010018": "https://ror.org/02f09cx53", - "501100004390": "https://ror.org/03c62dg59", - "501100009195": "https://ror.org/03c62dg59", - "501100015630": "https://ror.org/03c62dg59", - "501100010770": "https://ror.org/04b27tr16", - "501100001352": "https://ror.org/01tgyzw49", - "501100007672": "https://ror.org/01tgyzw49", - "501100001351": "https://ror.org/01tgyzw49", - "501100001361": "https://ror.org/01tgyzw49", - "100020612": "https://ror.org/01tgyzw49", - "501100014789": "https://ror.org/01tgyzw49", - "501100019773": "https://ror.org/01tgyzw49", - "501100020576": "https://ror.org/01tgyzw49", - "501100020820": "https://ror.org/01tgyzw49", - "501100022210": "https://ror.org/01tgyzw49", - "501100023675": "https://ror.org/01tgyzw49", - "100007161": "https://ror.org/05qwgg493", - "100008748": "https://ror.org/05qwgg493", - "100007265": "https://ror.org/05qwgg493", - "100007505": "https://ror.org/05qwgg493", - "100006504": "https://ror.org/05qwgg493", - "100006003": "https://ror.org/05qwgg493", - "100008930": "https://ror.org/05qwgg493", - "100008133": "https://ror.org/05qwgg493", - "100013371": "https://ror.org/05qwgg493", - "501100017686": "https://ror.org/0136mc929", - "100018253": "https://ror.org/01vxfm326", - "501100010822": "https://ror.org/00xfea068", - "501100019014": "https://ror.org/00xfea068", - "501100013934": "https://ror.org/00fpwd955", - "100011693": "https://ror.org/019ya6433", - "100008428": "https://ror.org/019ya6433", - "501100005983": "https://ror.org/019ya6433", - "501100004800": "https://ror.org/019ya6433", - "100016301": "https://ror.org/02yjcxz86", - "100013163": "https://ror.org/05kd5e468", - "100006491": "https://ror.org/029yh7e40", - "100012604": "https://ror.org/04dtjxm91", - "100020202": "https://ror.org/02yc19841", - "501100020977": "https://ror.org/04a80wt33", - "501100017658": "https://ror.org/05rd1nw76", - "100014969": "https://ror.org/05rw53r38", - "501100000223": "https://ror.org/000hkd473", - "100000738": "https://ror.org/05rsv9s98", - "100000176": "https://ror.org/05rsv9s98", - "100007496": "https://ror.org/05rsv9s98", - "100006379": "https://ror.org/05rsv9s98", - "100011785": "https://ror.org/02cdcg608", - "100017308": "https://ror.org/03mxy1b19", - "100020166": "https://ror.org/027hgk366", - "501100008861": "https://ror.org/051sgbe98", - "100011690": "https://ror.org/051sgbe98", - "100000002": "https://ror.org/01cwqze88", - "100012893": "https://ror.org/01cwqze88", - "100024054": "https://ror.org/01cwqze88", - "501100006276": "https://ror.org/03nx8tr59", - "501100010246": "https://ror.org/04ac0qk71", - "501100010242": "https://ror.org/04ac0qk71", - "100012493": "https://ror.org/04ac0qk71", - "501100010011": "https://ror.org/04ac0qk71", - "501100001631": "https://ror.org/05m7pjf47", - "501100002338": "https://ror.org/01mv9t934", - "501100004806": "https://ror.org/01mv9t934", - "501100004602": "https://ror.org/01mv9t934", - "501100005240": "https://ror.org/01mv9t934", - "501100013139": "https://ror.org/01mv9t934", - "501100005236": "https://ror.org/01mv9t934", - "501100018621": "https://ror.org/01mv9t934", - "501100012176": "https://ror.org/01mv9t934", - "501100013286": "https://ror.org/01mv9t934", - "501100013254": "https://ror.org/01mv9t934", - "501100003181": "https://ror.org/01mv9t934", - "501100013314": "https://ror.org/01mv9t934", - "501100013313": "https://ror.org/01mv9t934", - "501100013151": "https://ror.org/01mv9t934", - "100023073": "https://ror.org/04j0gge90", - "501100004477": "https://ror.org/05bk57929", - "100031719": "https://ror.org/05bk57929", - "501100003827": "https://ror.org/03g2am276", - "501100011019": "https://ror.org/03g2am276", - "501100012550": "https://ror.org/03g2am276", - "501100018818": "https://ror.org/03g2am276", - "501100003663": "https://ror.org/01bxvfc84", - "100027852": "https://ror.org/020er8s15", - "501100023445": "https://ror.org/03p4pbx79", - "100008871": "https://ror.org/00vqxjy61", - "100000901": "https://ror.org/00vqxjy61", - "100019644": "https://ror.org/03577hm03", - "501100010326": "https://ror.org/02nrc4737", - "100011608": "https://ror.org/037qnwq20", - "501100021553": "https://ror.org/04c14rw28", - "100017580": "https://ror.org/04hztxs45", - "501100003105": "https://ror.org/04x3wvr31", - "100019363": "https://ror.org/05ch0aw77", - "100016395": "https://ror.org/04f6s9e70", - "100008518": "https://ror.org/03gds6c39", - "100012615": "https://ror.org/03gds6c39", - "100015366": "https://ror.org/03gds6c39", - "501100016167": "https://ror.org/03a6wcb68", - "501100003022": "https://ror.org/00qnxjg67", - "100005540": "https://ror.org/00n1s6s20", - "100016102": "https://ror.org/00j6adv59", - "501100004704": "https://ror.org/018wfhg78", - "501100001053": "https://ror.org/014gyb994", - "501100007915": "https://ror.org/014gyb994", - "501100003996": "https://ror.org/038c3w259", - "100015611": "https://ror.org/04jmr7c65", - "100005408": "https://ror.org/03gk11k54", - "100006407": "https://ror.org/03gk11k54", - "100007313": "https://ror.org/04twxam07", - "100007314": "https://ror.org/04twxam07", - "100015572": "https://ror.org/01kdbsa35", - "100019927": "https://ror.org/03phg1t06", - "501100009965": "https://ror.org/04v7xgm25", - "501100017683": "https://ror.org/04v7xgm25", - "100015789": "https://ror.org/04v7xgm25", - "501100008905": "https://ror.org/05q9m0937", - "501100024585": "https://ror.org/02z54mf22", - "100013139": "https://ror.org/032jvkt14", - "501100004835": "https://ror.org/00a2xv884", - "501100002771": "https://ror.org/00a2xv884", - "501100002928": "https://ror.org/00a2xv884", - "100009109": "https://ror.org/00a2xv884", - "501100012602": "https://ror.org/00a2xv884", - "100008510": "https://ror.org/01r0c1p88", - "100001365": "https://ror.org/01r0c1p88", - "100010398": "https://ror.org/016gd3115", - "100022690": "https://ror.org/042hqe202", - "100020175": "https://ror.org/03mam0k06", - "100012357": "https://ror.org/01dqb0q37", - "501100021846": "https://ror.org/04gaaqn72", - "501100018970": "https://ror.org/0004wsx81", - "501100007041": "https://ror.org/012a91z28", - "501100024064": "https://ror.org/02t7gyd38", - "100022773": "https://ror.org/01x80kz37", - "100000001": "https://ror.org/021nxhr62", - "100015388": "https://ror.org/021nxhr62", - "100023581": "https://ror.org/021nxhr62", - "100010569": "https://ror.org/01pemhh03", - "501100019861": "https://ror.org/00c8e6e47", - "100006404": "https://ror.org/01ng0hs47", - "100003282": "https://ror.org/01f3z1j62", - "100008253": "https://ror.org/01419bf49", - "501100010443": "https://ror.org/03ve4rt72", - "501100003083": "https://ror.org/00m9mc973", - "501100007061": "https://ror.org/03gat5t60", - "501100017486": "https://ror.org/03gat5t60", - "100001784": "https://ror.org/03t5n9b81", - "100016471": "https://ror.org/002x06r10", - "501100006126": "https://ror.org/057q4rt57", - "100013986": "https://ror.org/05wnh3t63", - "501100001721": "https://ror.org/012p63287", - "501100001903": "https://ror.org/012p63287", - "100001934": "https://ror.org/00bbqy387", - "100012923": "https://ror.org/0451qtk15", - "501100024239": "https://ror.org/05bnce492", - "100021872": "https://ror.org/047nxs434", - "501100007840": "https://ror.org/035jyty51", - "501100003712": "https://ror.org/028jp5z02", - "501100003411": "https://ror.org/03pw3x387", - "100024216": "https://ror.org/04rx3tw33", - "501100023181": "https://ror.org/026nedj88", - "501100001234": "https://ror.org/03c6kd554", - "501100011969": "https://ror.org/03c6kd554", - "501100024240": "https://ror.org/03gq89z78", - "100019068": "https://ror.org/04krc7206", - "100020185": "https://ror.org/05gepz749", - "501100004416": "https://ror.org/05fsa3j22", - "501100011851": "https://ror.org/05fsa3j22", - "501100010385": "https://ror.org/02c1jcc15", - "501100015085": "https://ror.org/037k29e77", - "100002882": "https://ror.org/02ke2dd77", - "501100003321": "https://ror.org/02y72wh86", - "501100003322": "https://ror.org/02y72wh86", - "501100006127": "https://ror.org/02y72wh86", - "501100013216": "https://ror.org/02y72wh86", - "100019794": "https://ror.org/01hcd4187", - "100012100": "https://ror.org/05nv34q75", - "501100006735": "https://ror.org/05th36r26", - "100017149": "https://ror.org/00971b260", - "100015318": "https://ror.org/05ghs6f64", - "501100002767": "https://ror.org/04qgr7x96", - "501100019081": "https://ror.org/04qgr7x96", - "501100019091": "https://ror.org/04qgr7x96", - "501100019338": "https://ror.org/04qgr7x96", - "501100020795": "https://ror.org/04qgr7x96", - "501100019092": "https://ror.org/04qgr7x96", - "501100010415": "https://ror.org/05j8qnr48", - "100000190": "https://ror.org/04chq2495", - "100000205": "https://ror.org/04chq2495", - "100005824": "https://ror.org/04chq2495", - "100005822": "https://ror.org/04chq2495", - "100014467": "https://ror.org/01vqqp163", - "501100010758": "https://ror.org/01zwphm70", - "100012905": "https://ror.org/01b9fvd84", - "100014103": "https://ror.org/01b9fvd84", - "501100018532": "https://ror.org/01b9fvd84", - "501100018546": "https://ror.org/01b9fvd84", - "100001706": "https://ror.org/03zgwe847", - "100005892": "https://ror.org/05cwdqs42", - "100012358": "https://ror.org/01nbf4j71", - "100005817": "https://ror.org/006e48x19", - "100005816": "https://ror.org/006e48x19", - "501100004488": "https://ror.org/03n51vw80", - "501100007953": "https://ror.org/04946nn35", - "501100025199": "https://ror.org/04x9ra670", - "501100006303": "https://ror.org/040y74d88", - "501100000977": "https://ror.org/05kxxr655", - "100008183": "https://ror.org/00he80998", - "100015819": "https://ror.org/00he80998", - "501100009564": "https://ror.org/00kx6j950", - "501100009579": "https://ror.org/00kx6j950", - "501100010032": "https://ror.org/00kx6j950", - "100010164": "https://ror.org/05tm31061", - "100010042": "https://ror.org/01t884y44", - "100005246": "https://ror.org/04et59085", - "501100007214": "https://ror.org/04c235406", - "501100007212": "https://ror.org/04c235406", - "501100007213": "https://ror.org/04c235406", - "100012102": "https://ror.org/05p56yz34", - "501100007162": "https://ror.org/00tjzgn92", - "501100004000": "https://ror.org/00tjzgn92", - "501100021171": "https://ror.org/00tjzgn92", - "501100018540": "https://ror.org/00tjzgn92", - "501100012245": "https://ror.org/00tjzgn92", - "501100015956": "https://ror.org/00tjzgn92", - "501100012243": "https://ror.org/00tjzgn92", - "100012540": "https://ror.org/00tjzgn92", - "100016691": "https://ror.org/00tjzgn92", - "100012541": "https://ror.org/00tjzgn92", - "501100013050": "https://ror.org/00tjzgn92", - "100014248": "https://ror.org/01c5g1b56", - "501100015615": "https://ror.org/01arh7995", - "100012487": "https://ror.org/04mz0gg46", - "100010004": "https://ror.org/038rzwt76", - "100012712": "https://ror.org/01carsf12", - "100011243": "https://ror.org/00bw3sa48", - "501100017286": "https://ror.org/04g46sd34", - "100011637": "https://ror.org/056d3gw71", - "501100008689": "https://ror.org/0292p9y97", - "501100013232": "https://ror.org/045ady436", - "100005327": "https://ror.org/048jkwt53", - "501100008761": "https://ror.org/01vv00d67", - "501100001768": "https://ror.org/00bx52076", - "501100024036": "https://ror.org/02d01az19", - "100027501": "https://ror.org/04944pj78", - "501100005687": "https://ror.org/04cvxnb49", - "100023719": "https://ror.org/020yyjw05", - "100031277": "https://ror.org/01s5a4v70", - "100020345": "https://ror.org/05keh7220", - "100010340": "https://ror.org/00hqkan37", - "100014375": "https://ror.org/04n9w1739", - "501100013655": "https://ror.org/055y1ne20", - "100008536": "https://ror.org/04mv4n011", - "100021154": "https://ror.org/04mv4n011", - "501100007076": "https://ror.org/02g2x7380", - "501100005010": "https://ror.org/02g2x7380", - "100020581": "https://ror.org/02g2x7380", - "100013579": "https://ror.org/04w1c8b31", - "501100005639": "https://ror.org/036rp1748", - "501100005640": "https://ror.org/036rp1748", - "501100005638": "https://ror.org/036rp1748", - "501100007386": "https://ror.org/036rp1748", - "501100007387": "https://ror.org/036rp1748", - "501100005717": "https://ror.org/02f009v59", - "501100005868": "https://ror.org/02f009v59", - "501100020888": "https://ror.org/02f009v59", - "100012777": "https://ror.org/04z45pv75", - "100001947": "https://ror.org/01h9c4672", - "501100001827": "https://ror.org/04dkp9463", - "501100019541": "https://ror.org/04dkp9463", - "501100005846": "https://ror.org/02ak8fm03", - "501100002911": "https://ror.org/02p0gd045", - "501100019785": "https://ror.org/05sfcd303", - "501100022099": "https://ror.org/00retz024", - "501100019971": "https://ror.org/04kxx2q73", - "100008973": "https://ror.org/00v97ad02", - "100013825": "https://ror.org/00v97ad02", - "100013903": "https://ror.org/04ypb4059", - "100013862": "https://ror.org/01rq3ht76", - "100020973": "https://ror.org/05dsmqn98", - "501100004313": "https://ror.org/003s3dn82", - "501100004829": "https://ror.org/04323m874", - "100012551": "https://ror.org/04323m874", - "501100018542": "https://ror.org/04323m874", - "100012542": "https://ror.org/04323m874", - "501100018525": "https://ror.org/04323m874", - "501100010250": "https://ror.org/04323m874", - "100007378": "https://ror.org/006z1y950", - "100007366": "https://ror.org/006z1y950", - "501100008096": "https://ror.org/05maa9n89", - "100020668": "https://ror.org/05mkt9r11", - "501100001870": "https://ror.org/048zd9m77", - "501100019829": "https://ror.org/01zd45k33", - "501100019978": "https://ror.org/041s47w50", - "501100018848": "https://ror.org/012jp3q29", - "501100013162": "https://ror.org/00d7z6755", - "501100013129": "https://ror.org/03sws5s65", - "100016509": "https://ror.org/04xmnv894", - "100013617": "https://ror.org/02zhj3b46", - "501100000092": "https://ror.org/00c68jz96", - "100013061": "https://ror.org/00c68jz96", - "100018948": "https://ror.org/044weyr28", - "501100000146": "https://ror.org/00ynafe15", - "501100006677": "https://ror.org/00ynafe15", - "100007585": "https://ror.org/00ynafe15", - "501100002328": "https://ror.org/00ynafe15", - "501100000145": "https://ror.org/00ynafe15", - "501100009192": "https://ror.org/00ynafe15", - "501100018813": "https://ror.org/019w4mg02", - "501100000893": "https://ror.org/01qanyf14", - "100020633": "https://ror.org/01qanyf14", - "501100023693": "https://ror.org/022rntb95", - "501100003803": "https://ror.org/02zhqgq86", - "501100003802": "https://ror.org/02zhqgq86", - "501100012692": "https://ror.org/02zhqgq86", - "100019382": "https://ror.org/01j543957", - "100020362": "https://ror.org/027mm1153", - "100031312": "https://ror.org/01gpaz870", - "501100014086": "https://ror.org/02zgjrf98", - "100007270": "https://ror.org/00jmfr291", - "100008192": "https://ror.org/00jmfr291", - "100006790": "https://ror.org/00jmfr291", - "100006801": "https://ror.org/00jmfr291", - "100008269": "https://ror.org/00jmfr291", - "100005953": "https://ror.org/00jmfr291", - "100008455": "https://ror.org/00jmfr291", - "100008456": "https://ror.org/00jmfr291", - "100006652": "https://ror.org/00jmfr291", - "100008115": "https://ror.org/00jmfr291", - "100005993": "https://ror.org/00jmfr291", - "100009539": "https://ror.org/00jmfr291", - "100005543": "https://ror.org/00jmfr291", - "100005949": "https://ror.org/00jmfr291", - "100008557": "https://ror.org/00jmfr291", - "100006416": "https://ror.org/00jmfr291", - "100005476": "https://ror.org/00jmfr291", - "100011232": "https://ror.org/00jmfr291", - "100011631": "https://ror.org/00jmfr291", - "100012484": "https://ror.org/00jmfr291", - "100015357": "https://ror.org/00jmfr291", - "100015711": "https://ror.org/00jmfr291", - "100019420": "https://ror.org/00jmfr291", - "100019542": "https://ror.org/03wxv1976", - "100004454": "https://ror.org/04xsxqp89", - "501100001683": "https://ror.org/04xsxqp89", - "501100025072": "https://ror.org/04xsxqp89", - "501100001632": "https://ror.org/01yp9g959", - "100018383": "https://ror.org/01yp9g959", - "501100022397": "https://ror.org/04qjbkj27", - "100018685": "https://ror.org/04qjbkj27", - "501100008782": "https://ror.org/0532s5p48", - "100007875": "https://ror.org/04vmvtb21", - "100007876": "https://ror.org/04vmvtb21", - "100012079": "https://ror.org/02hjy9d57", - "100005372": "https://ror.org/051ev5v05", - "100026827": "https://ror.org/051ev5v05", - "100023298": "https://ror.org/0511nn663", - "501100008037": "https://ror.org/006rga838", - "100000194": "https://ror.org/03vvynj75", - "100010463": "https://ror.org/03vvynj75", - "501100021727": "https://ror.org/037vpsd04", - "100023437": "https://ror.org/05ac42c11", - "100019261": "https://ror.org/00ffgq494", - "501100021099": "https://ror.org/03y00b460", - "100012527": "https://ror.org/05m5t2b63", - "100008663": "https://ror.org/04bqs3e84", - "501100013128": "https://ror.org/02kxx1z36", - "501100022221": "https://ror.org/04wex6338", - "501100023394": "https://ror.org/003bxzv61", - "100020344": "https://ror.org/054b4h407", - "501100019685": "https://ror.org/00t28mr39", - "501100004792": "https://ror.org/03sjk9a61", - "501100004562": "https://ror.org/03sjk9a61", - "501100004793": "https://ror.org/03sjk9a61", - "501100011045": "https://ror.org/03sjk9a61", - "100012948": "https://ror.org/03sjk9a61", - "501100006000": "https://ror.org/01wajxa36", - "100021281": "https://ror.org/01ykfnp55", - "100020097": "https://ror.org/03vv3x922", - "501100010716": "https://ror.org/00n2qrv22", - "501100011681": "https://ror.org/02dxpep57", - "100028897": "https://ror.org/03jzgvn02", - "501100009934": "https://ror.org/01jsq2704", - "100020915": "https://ror.org/02pnhwp93", - "100005926": "https://ror.org/0259vv330", - "100029313": "https://ror.org/032v46217", - "501100015610": "https://ror.org/047y5ne09", - "501100007120": "https://ror.org/055mf0v62", - "501100018995": "https://ror.org/055mf0v62", - "100010433": "https://ror.org/04fkf6297", - "100017587": "https://ror.org/02dq7z403", - "100017891": "https://ror.org/00qffz908", - "501100013263": "https://ror.org/03dq5g621", - "100021791": "https://ror.org/05h37g806", - "501100014548": "https://ror.org/012ane130", - "501100005347": "https://ror.org/007vkej58", - "100012112": "https://ror.org/007vkej58", - "501100010693": "https://ror.org/00s3fdw25", - "100028517": "https://ror.org/04hsw8w46", - "100021426": "https://ror.org/01s6y4r94", - "100030848": "https://ror.org/007s7nj58", - "100017168": "https://ror.org/03kpps236", - "100008950": "https://ror.org/04x6tqs25", - "501100003296": "https://ror.org/0107rkg57", - "501100011694": "https://ror.org/05ck1h211", - "501100024852": "https://ror.org/05trey949", - "501100001362": "https://ror.org/02sck9v68", - "501100007604": "https://ror.org/02sck9v68", - "100012596": "https://ror.org/01xv1wj76", - "100016344": "https://ror.org/01kk81m15", - "501100011897": "https://ror.org/00c1h4g48", - "100019294": "https://ror.org/03ydjzz16", - "501100009156": "https://ror.org/02tx34m84", - "501100018557": "https://ror.org/02tx34m84", - "501100018799": "https://ror.org/01aetvt06", - "100010544": "https://ror.org/01e3jga91", - "501100002923": "https://ror.org/03cqe8w59", - "100007703": "https://ror.org/04tj63d06", - "100005904": "https://ror.org/04tj63d06", - "100006446": "https://ror.org/04tj63d06", - "100010541": "https://ror.org/04tj63d06", - "100009591": "https://ror.org/04tj63d06", - "100003203": "https://ror.org/04tj63d06", - "100002260": "https://ror.org/04tj63d06", - "100005568": "https://ror.org/04tj63d06", - "100011490": "https://ror.org/04tj63d06", - "100011484": "https://ror.org/04tj63d06", - "100011938": "https://ror.org/04tj63d06", - "100014459": "https://ror.org/04tj63d06", - "100001316": "https://ror.org/0052svj16", - "100008416": "https://ror.org/0052svj16", - "100014386": "https://ror.org/0052svj16", - "501100009526": "https://ror.org/01d5jce07", - "1": "https://ror.org/05a81sk89", - "501100006394": "https://ror.org/02h1b1x27", - "501100006395": "https://ror.org/02h1b1x27", - "100012338": "https://ror.org/035dkdb55", - "100007231": "https://ror.org/05bnh6r87", - "100006480": "https://ror.org/05bnh6r87", - "100006077": "https://ror.org/05bnh6r87", - "100006471": "https://ror.org/05bnh6r87", - "100006923": "https://ror.org/05bnh6r87", - "100007272": "https://ror.org/05bnh6r87", - "100008586": "https://ror.org/05bnh6r87", - "100007232": "https://ror.org/05bnh6r87", - "100009083": "https://ror.org/05bnh6r87", - "100008674": "https://ror.org/05bnh6r87", - "100008585": "https://ror.org/05bnh6r87", - "100013233": "https://ror.org/05bnh6r87", - "100013642": "https://ror.org/05bnh6r87", - "100013976": "https://ror.org/05bnh6r87", - "100015376": "https://ror.org/05bnh6r87", - "100021772": "https://ror.org/05bnh6r87", - "501100008788": "https://ror.org/01hz4v948", - "501100007275": "https://ror.org/02nfy5246", - "100013864": "https://ror.org/02kgve346", - "100019301": "https://ror.org/02263ky35", - "501100001772": "https://ror.org/04r659a56", - "501100021373": "https://ror.org/002n09z45", - "501100000279": "https://ror.org/0281jqk77", - "501100007478": "https://ror.org/04zh31w10", - "100021110": "https://ror.org/033f7da12", - "501100009706": "https://ror.org/02h1e8605", - "501100018950": "https://ror.org/05qec5a53", - "100023913": "https://ror.org/04qscbg47", - "100007689": "https://ror.org/00nt41z93", - "100007889": "https://ror.org/00nt41z93", - "501100018711": "https://ror.org/00nt41z93", - "501100009390": "https://ror.org/05sw4wc49", - "100015548": "https://ror.org/02jmfj006", - "100016139": "https://ror.org/042pbz202", - "501100013262": "https://ror.org/030847t23", - "100018809": "https://ror.org/05msy9z54", - "100005456": "https://ror.org/00t354q81", - "100007185": "https://ror.org/046rm7j60", - "100007111": "https://ror.org/046rm7j60", - "100008337": "https://ror.org/046rm7j60", - "100008623": "https://ror.org/046rm7j60", - "100008204": "https://ror.org/046rm7j60", - "100008216": "https://ror.org/046rm7j60", - "100008371": "https://ror.org/046rm7j60", - "100005916": "https://ror.org/046rm7j60", - "100006834": "https://ror.org/046rm7j60", - "100008574": "https://ror.org/046rm7j60", - "100007799": "https://ror.org/046rm7j60", - "100006429": "https://ror.org/046rm7j60", - "100011075": "https://ror.org/046rm7j60", - "100011076": "https://ror.org/046rm7j60", - "100011078": "https://ror.org/046rm7j60", - "100011113": "https://ror.org/046rm7j60", - "100012735": "https://ror.org/046rm7j60", - "100016539": "https://ror.org/046rm7j60", - "100017823": "https://ror.org/046rm7j60", - "100017824": "https://ror.org/046rm7j60", - "100019139": "https://ror.org/046rm7j60", - "501100013898": "https://ror.org/00jga9g46", - "100008990": "https://ror.org/04vfs2w97", - "501100006365": "https://ror.org/046ffzj20", - "100009567": "https://ror.org/02w42ss30", - "100000192": "https://ror.org/02z5nhe81", - "501100018886": "https://ror.org/047td8p12", - "100000160": "https://ror.org/05v01mk25", - "100019785": "https://ror.org/031evmb56", - "501100002613": "https://ror.org/017cjz748", - "501100002717": "https://ror.org/01ejfgc23", - "100019985": "https://ror.org/057x6za15", - "501100019274": "https://ror.org/04884sy85", - "501100004625": "https://ror.org/05n8tts92", - "501100013780": "https://ror.org/05n8tts92", - "501100022176": "https://ror.org/05n8tts92", - "501100023652": "https://ror.org/05r8dqr10", - "501100008129": "https://ror.org/05cyd8v32", - "100016291": "https://ror.org/027rw9342", - "501100019353": "https://ror.org/02depad46", - "100006919": "https://ror.org/042nb2s44", - "100007187": "https://ror.org/042nb2s44", - "100005781": "https://ror.org/042nb2s44", - "100006507": "https://ror.org/042nb2s44", - "100012519": "https://ror.org/042nb2s44", - "100012631": "https://ror.org/042nb2s44", - "100012741": "https://ror.org/042nb2s44", - "100013439": "https://ror.org/042nb2s44", - "100014580": "https://ror.org/042nb2s44", - "100019800": "https://ror.org/042nb2s44", - "100020637": "https://ror.org/042nb2s44", - "501100007299": "https://ror.org/04fht8c22", - "100018335": "https://ror.org/02rg1r889", - "100009530": "https://ror.org/0535c1v66", - "100012329": "https://ror.org/03csrq586", - "501100009087": "https://ror.org/00xc1d948", - "501100016279": "https://ror.org/00h4spn88", - "100012116": "https://ror.org/02catss52", - "501100013167": "https://ror.org/00w1baj53", - "100007707": "https://ror.org/05rrcem69", - "100010553": "https://ror.org/05rrcem69", - "100009752": "https://ror.org/05rrcem69", - "100007862": "https://ror.org/05rrcem69", - "100009219": "https://ror.org/05rrcem69", - "100008956": "https://ror.org/05rrcem69", - "100009751": "https://ror.org/05rrcem69", - "100013701": "https://ror.org/05rrcem69", - "100011080": "https://ror.org/05rrcem69", - "100013038": "https://ror.org/05rrcem69", - "100013677": "https://ror.org/05rrcem69", - "100014530": "https://ror.org/05rrcem69", - "100016257": "https://ror.org/05rrcem69", - "100016749": "https://ror.org/05rrcem69", - "100022967": "https://ror.org/05rrcem69", - "100007225": "https://ror.org/02b207r52", - "100014132": "https://ror.org/042k5q325", - "100023065": "https://ror.org/030sa3819", - "501100003415": "https://ror.org/0507etz14", - "501100006588": "https://ror.org/0507etz14", - "501100006589": "https://ror.org/0507etz14", - "100015526": "https://ror.org/0507etz14", - "501100011698": "https://ror.org/02jv91m18", - "100032633": "https://ror.org/039ce0m20", - "501100012309": "https://ror.org/05fp08r12", - "501100007481": "https://ror.org/0002pcv65", - "501100007868": "https://ror.org/0002pcv65", - "100007688": "https://ror.org/04pznsd21", - "100008685": "https://ror.org/04pznsd21", - "501100016263": "https://ror.org/04pznsd21", - "100000041": "https://ror.org/04f6cgz95", - "100000963": "https://ror.org/04f6cgz95", - "100018319": "https://ror.org/01e85r662", - "100009227": "https://ror.org/04rswrd78", - "100009228": "https://ror.org/04rswrd78", - "100009229": "https://ror.org/04rswrd78", - "100015300": "https://ror.org/04rswrd78", - "100015082": "https://ror.org/04rswrd78", - "100016683": "https://ror.org/04rswrd78", - "100010953": "https://ror.org/04rswrd78", - "100010954": "https://ror.org/04rswrd78", - "100013638": "https://ror.org/04rswrd78", - "100015389": "https://ror.org/04rswrd78", - "100016521": "https://ror.org/04rswrd78", - "100017874": "https://ror.org/04rswrd78", - "100004696": "https://ror.org/02hqwnx33", - "501100005855": "https://ror.org/02xankh89", - "501100005856": "https://ror.org/02xankh89", - "501100021680": "https://ror.org/02xankh89", - "501100021409": "https://ror.org/03ckrg061", - "100018903": "https://ror.org/03vs3wt56", - "501100004584": "https://ror.org/05510z802", - "501100011697": "https://ror.org/05510z802", - "501100013805": "https://ror.org/05e9f5362", - "100010043": "https://ror.org/03kd28f18", - "501100003397": "https://ror.org/00p991c53", - "501100004919": "https://ror.org/05tdz6m39", - "501100013920": "https://ror.org/04g6bbq64", - "100016906": "https://ror.org/04g6bbq64", - "501100013959": "https://ror.org/04g6bbq64", - "501100001413": "https://ror.org/00cwrns71", - "501100005908": "https://ror.org/04jw21793", - "501100020631": "https://ror.org/04jw21793", - "501100004732": "https://ror.org/044g6d731", - "501100010710": "https://ror.org/044g6d731", - "501100010714": "https://ror.org/044g6d731", - "501100002781": "https://ror.org/01e7v7w47", - "501100021724": "https://ror.org/01e7v7w47", - "501100006752": "https://ror.org/043pwc612", - "501100006753": "https://ror.org/043pwc612", - "501100006451": "https://ror.org/01502ca60", - "501100000779": "https://ror.org/04cw6st05", - "501100000745": "https://ror.org/04cw6st05", - "501100018801": "https://ror.org/039a2re55", - "501100004752": "https://ror.org/02xvc5r05", - "100010574": "https://ror.org/04nmjep87", - "100009056": "https://ror.org/040t43x18", - "501100005727": "https://ror.org/04z8k9a98", - "501100007474": "https://ror.org/04z8k9a98", - "100004325": "https://ror.org/04r9x1a08", - "501100004628": "https://ror.org/04r9x1a08", - "501100005247": "https://ror.org/03rmrcq20", - "501100005246": "https://ror.org/03rmrcq20", - "501100000187": "https://ror.org/03rmrcq20", - "501100005277": "https://ror.org/03rmrcq20", - "501100005245": "https://ror.org/03rmrcq20", - "501100014331": "https://ror.org/03rmrcq20", - "100012161": "https://ror.org/03rmrcq20", - "100032030": "https://ror.org/04thx6m88", - "100005365": "https://ror.org/00z39za88", - "100000074": "https://ror.org/02916qm60", - "100005196": "https://ror.org/02916qm60", - "100007236": "https://ror.org/02916qm60", - "501100008124": "https://ror.org/00ha14p11", - "501100002750": "https://ror.org/00ha14p11", - "501100007625": "https://ror.org/00ha14p11", - "501100006297": "https://ror.org/04k1f6611", - "501100004742": "https://ror.org/00je4t102", - "501100005696": "https://ror.org/014zrew76", - "501100005697": "https://ror.org/014zrew76", - "100019812": "https://ror.org/04nqts970", - "100001201": "https://ror.org/00kztt736", - "501100012697": "https://ror.org/02ewzwr87", - "100007911": "https://ror.org/0168r3w48", - "100009507": "https://ror.org/0168r3w48", - "100009508": "https://ror.org/0168r3w48", - "100005918": "https://ror.org/0168r3w48", - "100005548": "https://ror.org/0168r3w48", - "100008673": "https://ror.org/0168r3w48", - "100005594": "https://ror.org/0168r3w48", - "100011077": "https://ror.org/0168r3w48", - "100011108": "https://ror.org/0168r3w48", - "100011109": "https://ror.org/0168r3w48", - "100011114": "https://ror.org/0168r3w48", - "100012378": "https://ror.org/0168r3w48", - "100012424": "https://ror.org/0168r3w48", - "100013844": "https://ror.org/0168r3w48", - "100013847": "https://ror.org/0168r3w48", - "100020698": "https://ror.org/0168r3w48", - "100006978": "https://ror.org/01an7q238", - "100010501": "https://ror.org/01an7q238", - "100009773": "https://ror.org/01an7q238", - "100009999": "https://ror.org/01an7q238", - "100009998": "https://ror.org/01an7q238", - "100007502": "https://ror.org/01an7q238", - "100009220": "https://ror.org/01an7q238", - "100008934": "https://ror.org/01an7q238", - "100009521": "https://ror.org/01an7q238", - "100009151": "https://ror.org/01an7q238", - "100011283": "https://ror.org/01an7q238", - "100010556": "https://ror.org/01an7q238", - "100007247": "https://ror.org/01an7q238", - "100011068": "https://ror.org/01an7q238", - "100010948": "https://ror.org/01an7q238", - "100011944": "https://ror.org/01an7q238", - "100007899": "https://ror.org/03m2x1q45", - "100005421": "https://ror.org/03m2x1q45", - "100007758": "https://ror.org/03m2x1q45", - "100007757": "https://ror.org/03m2x1q45", - "100008336": "https://ror.org/03m2x1q45", - "100005550": "https://ror.org/03m2x1q45", - "100019981": "https://ror.org/03m2x1q45", - "100012415": "https://ror.org/03m2x1q45", - "100012873": "https://ror.org/03m2x1q45", - "100014112": "https://ror.org/03m2x1q45", - "100016527": "https://ror.org/03m2x1q45", - "100017039": "https://ror.org/03m2x1q45", - "100020220": "https://ror.org/03m2x1q45", - "100018491": "https://ror.org/03m2x1q45", - "100007516": "https://ror.org/044zqqy65", - "100007183": "https://ror.org/02t274463", - "100005607": "https://ror.org/02t274463", - "100005684": "https://ror.org/02t274463", - "100010947": "https://ror.org/02t274463", - "100006494": "https://ror.org/02t274463", - "501100004811": "https://ror.org/011pjwf87", - "501100006004": "https://ror.org/01dq60k83", - "501100006575": "https://ror.org/01dq60k83", - "501100006467": "https://ror.org/01dq60k83", - "501100010771": "https://ror.org/01526pb12", - "501100016168": "https://ror.org/01v1jam04", - "501100001773": "https://ror.org/03r8z3t63", - "501100001143": "https://ror.org/03r8z3t63", - "501100007281": "https://ror.org/03r8z3t63", - "501100002204": "https://ror.org/03r8z3t63", - "501100001156": "https://ror.org/03r8z3t63", - "501100006476": "https://ror.org/0561n6946", - "100007649": "https://ror.org/05a0dhs15", - "100017030": "https://ror.org/05ejpqr48", - "100017038": "https://ror.org/05ejpqr48", - "501100005366": "https://ror.org/01xtthb56", - "501100002828": "https://ror.org/01xtthb56", - "501100022293": "https://ror.org/01xtthb56", - "501100015031": "https://ror.org/01xtthb56", - "501100019110": "https://ror.org/01xtthb56", - "501100020256": "https://ror.org/01xtthb56", - "501100002947": "https://ror.org/03xb04968", - "100000869": "https://ror.org/02nadbe75", - "100005619": "https://ror.org/02nadbe75", - "100008546": "https://ror.org/02nadbe75", - "100009634": "https://ror.org/02nadbe75", - "100022832": "https://ror.org/04xzpxc31", - "501100004223": "https://ror.org/03am2jy38", - "501100000990": "https://ror.org/04cxm4j25", - "501100009053": "https://ror.org/04reqzt68", - "100014570": "https://ror.org/03gq8fr08", - "501100001677": "https://ror.org/02vjkv261", - "501100004238": "https://ror.org/03bnmw459", - "501100005765": "https://ror.org/01c27hj86", - "501100007225": "https://ror.org/01c27hj86", - "501100006097": "https://ror.org/01c27hj86", - "501100006201": "https://ror.org/01c27hj86", - "501100019183": "https://ror.org/01c27hj86", - "501100000988": "https://ror.org/05p51cz50", - "501100001060": "https://ror.org/05p51cz50", - "501100001025": "https://ror.org/05p51cz50", - "501100005662": "https://ror.org/05p51cz50", - "501100000952": "https://ror.org/05p51cz50", - "501100001048": "https://ror.org/05p51cz50", - "501100002284": "https://ror.org/05p51cz50", - "100004732": "https://ror.org/0449t3a80", - "501100004337": "https://ror.org/040f08y74", - "100014576": "https://ror.org/00dmfq477", - "100014807": "https://ror.org/00dmfq477", - "501100021716": "https://ror.org/05f82e368", - "100012950": "https://ror.org/02kvxyf05", - "501100000046": "https://ror.org/04mte1k06", - "100008047": "https://ror.org/05x2bcf33", - "100007063": "https://ror.org/05x2bcf33", - "100008677": "https://ror.org/05x2bcf33", - "501100018992": "https://ror.org/05m1y4204", - "501100011003": "https://ror.org/02sspdz82", - "501100010676": "https://ror.org/02sspdz82", - "100010032": "https://ror.org/02fw9q305", - "501100001781": "https://ror.org/031rekg67", - "501100007916": "https://ror.org/031rekg67", - "501100001135": "https://ror.org/031rekg67", - "501100009505": "https://ror.org/05s6rge65", - "501100004207": "https://ror.org/030sjb889", - "501100010426": "https://ror.org/047g7f905", - "100007566": "https://ror.org/04489at23", - "501100000583": "https://ror.org/04489at23", - "501100022110": "https://ror.org/03hf69k85", - "100018263": "https://ror.org/027jsza11", - "100005595": "https://ror.org/00pjdza24", - "100004802": "https://ror.org/00pjdza24", - "100005188": "https://ror.org/00pjdza24", - "100005192": "https://ror.org/00pjdza24", - "501100017213": "https://ror.org/050jcm728", - "501100004382": "https://ror.org/01dr6c206", - "501100007559": "https://ror.org/03e0qa028", - "501100001190": "https://ror.org/03e0qa028", - "501100002325": "https://ror.org/03e0qa028", - "100012888": "https://ror.org/03e0qa028", - "501100006687": "https://ror.org/029brtt94", - "501100004107": "https://ror.org/01yb7w119", - "100009350": "https://ror.org/02agj4404", - "100007812": "https://ror.org/00cvxb145", - "100010500": "https://ror.org/00cvxb145", - "100008342": "https://ror.org/00cvxb145", - "100008244": "https://ror.org/00cvxb145", - "100008142": "https://ror.org/00cvxb145", - "100009542": "https://ror.org/00cvxb145", - "100009037": "https://ror.org/00cvxb145", - "100007813": "https://ror.org/00cvxb145", - "100012485": "https://ror.org/00cvxb145", - "100013350": "https://ror.org/00cvxb145", - "100011248": "https://ror.org/00cvxb145", - "100011276": "https://ror.org/00cvxb145", - "100011867": "https://ror.org/00cvxb145", - "100012374": "https://ror.org/00cvxb145", - "100012375": "https://ror.org/00cvxb145", - "100013039": "https://ror.org/00cvxb145", - "100013222": "https://ror.org/00cvxb145", - "100013347": "https://ror.org/00cvxb145", - "100014234": "https://ror.org/00cvxb145", - "100014466": "https://ror.org/00cvxb145", - "100014963": "https://ror.org/00cvxb145", - "100017507": "https://ror.org/00cvxb145", - "100019039": "https://ror.org/00cvxb145", - "100019191": "https://ror.org/00cvxb145", - "100011084": "https://ror.org/04nmj5x57", - "501100006251": "https://ror.org/057qpr032", - "501100009081": "https://ror.org/050jn9y42", - "501100005737": "https://ror.org/02en5vm52", - "501100019125": "https://ror.org/02en5vm52", - "100012946": "https://ror.org/02en5vm52", - "501100004385": "https://ror.org/00cv9y106", - "501100007229": "https://ror.org/00cv9y106", - "100008647": "https://ror.org/024weye46", - "100007134": "https://ror.org/024weye46", - "501100008779": "https://ror.org/008t1c044", - "501100001801": "https://ror.org/047272k79", - "501100004511": "https://ror.org/047272k79", - "501100001197": "https://ror.org/047272k79", - "501100001174": "https://ror.org/047272k79", - "501100005975": "https://ror.org/02eyff421", - "501100005976": "https://ror.org/02eyff421", - "501100010476": "https://ror.org/010842375", - "501100006626": "https://ror.org/04qw24q55", - "501100001830": "https://ror.org/04qw24q55", - "501100004890": "https://ror.org/04qw24q55", - "501100004891": "https://ror.org/04qw24q55", - "100013138": "https://ror.org/04sqfaq74", - "501100013371": "https://ror.org/019tgvf94", - "501100007551": "https://ror.org/05ydxj072", - "501100017214": "https://ror.org/00s19x989", - "501100010812": "https://ror.org/0137dsz97", - "501100010297": "https://ror.org/0137dsz97", - "501100011332": "https://ror.org/05qbk4x57", - "501100015361": "https://ror.org/05qbk4x57", - "501100022574": "https://ror.org/00mr84n67", - "501100001785": "https://ror.org/01kpzv902", - "501100003133": "https://ror.org/01kpzv902", - "501100004718": "https://ror.org/01ahyrz84", - "501100013943": "https://ror.org/0175hh227", - "501100004727": "https://ror.org/03xrhmk39", - "100015803": "https://ror.org/00hhjss72", - "501100003762": "https://ror.org/0495fxg12", - "501100015723": "https://ror.org/01a8ajp46", - "501100012410": "https://ror.org/050qxn185", - "100009874": "https://ror.org/00kybxq39", - "100006785": "https://ror.org/00njsd438", - "100027065": "https://ror.org/00njsd438", - "100025886": "https://ror.org/00njsd438", - "100016832": "https://ror.org/01351mb48", - "501100013266": "https://ror.org/04gjfdj81", - "100008475": "https://ror.org/00dn4t376", - "501100007914": "https://ror.org/00dn4t376", - "501100022107": "https://ror.org/02cp04407", - "501100022108": "https://ror.org/04xhy8q59", - "100012016": "https://ror.org/00kv63439", - "501100004462": "https://ror.org/04zaypm56", - "100007841": "https://ror.org/0358yps07", - "501100008751": "https://ror.org/03k3ky186", - "100017873": "https://ror.org/0482ksk80", - "100010619": "https://ror.org/00h533452", - "100007472": "https://ror.org/02k3smh20", - "100011136": "https://ror.org/02k3smh20", - "100007466": "https://ror.org/02k3smh20", - "100006022": "https://ror.org/02k3smh20", - "100011639": "https://ror.org/02k3smh20", - "100006762": "https://ror.org/057bq1s94", - "501100014227": "https://ror.org/05sttyy11", - "501100006144": "https://ror.org/030fy4q75", - "501100006143": "https://ror.org/030fy4q75", - "501100006054": "https://ror.org/058cjye32", - "501100004255": "https://ror.org/0157vkf66", - "501100015391": "https://ror.org/00m31ft63", - "501100009403": "https://ror.org/05sjrb944", - "100016627": "https://ror.org/05xs68x02", - "501100007525": "https://ror.org/015m7wh34", - "501100012509": "https://ror.org/011bh3d24", - "501100000849": "https://ror.org/02w0kg036", - "501100010757": "https://ror.org/02w0kg036", - "100007926": "https://ror.org/02aqsxs83", - "100008937": "https://ror.org/02aqsxs83", - "100008271": "https://ror.org/02aqsxs83", - "100013827": "https://ror.org/02aqsxs83", - "501100005767": "https://ror.org/01qhf1r47", - "501100005968": "https://ror.org/01qhf1r47", - "501100005768": "https://ror.org/01qhf1r47", - "501100004531": "https://ror.org/01qhf1r47", - "100018739": "https://ror.org/00znwxq75", - "501100003710": "https://ror.org/00fdzyk40", - "501100001314": "https://ror.org/01v29qb04", - "501100004782": "https://ror.org/01v29qb04", - "501100000637": "https://ror.org/01v29qb04", - "501100000716": "https://ror.org/01v29qb04", - "501100006042": "https://ror.org/01v29qb04", - "501100011108": "https://ror.org/01v29qb04", - "501100013817": "https://ror.org/01v29qb04", - "501100020011": "https://ror.org/01v29qb04", - "501100001836": "https://ror.org/01jbzz330", - "100016827": "https://ror.org/038hbfs18", - "100016255": "https://ror.org/042s6y882", - "501100006489": "https://ror.org/00jjx8s55", - "100005830": "https://ror.org/0242qw425", - "501100008963": "https://ror.org/05r1zgk22", - "501100005864": "https://ror.org/03wzc0b85", - "501100003500": "https://ror.org/00240q980", - "501100015490": "https://ror.org/00240q980", - "501100019106": "https://ror.org/00240q980", - "100017212": "https://ror.org/05x358x43", - "501100006254": "https://ror.org/04tsk2644", - "501100006551": "https://ror.org/04tsk2644", - "501100007200": "https://ror.org/04tsk2644", - "501100008835": "https://ror.org/04tsk2644", - "100018280": "https://ror.org/04ed7fw48", - "100005584": "https://ror.org/05hvsnq92", - "100007258": "https://ror.org/01q1z8k08", - "501100010108": "https://ror.org/037p24858", - "100008114": "https://ror.org/043mer456", - "100010509": "https://ror.org/043mer456", - "100009493": "https://ror.org/043mer456", - "100011141": "https://ror.org/043mer456", - "100013235": "https://ror.org/043mer456", - "100013670": "https://ror.org/043mer456", - "100020491": "https://ror.org/043mer456", - "100009707": "https://ror.org/0408mbg90", - "100008993": "https://ror.org/00mv6sv71", - "100009257": "https://ror.org/014pcm848", - "100001463": "https://ror.org/014pcm848", - "100019147": "https://ror.org/021ft0n22", - "100015449": "https://ror.org/03sd43014", - "501100022077": "https://ror.org/003vg9w96", - "100004840": "https://ror.org/042few790", - "100004841": "https://ror.org/042few790", - "100004842": "https://ror.org/042few790", - "501100013498": "https://ror.org/023dmz362", - "501100021531": "https://ror.org/04jtjk342", - "100011787": "https://ror.org/01he0tp29", - "100012725": "https://ror.org/00davry38", - "100001184": "https://ror.org/043c66817", - "100007482": "https://ror.org/03efmqc40", - "100010407": "https://ror.org/03efmqc40", - "100006755": "https://ror.org/03efmqc40", - "100007727": "https://ror.org/03efmqc40", - "100005908": "https://ror.org/03efmqc40", - "100015714": "https://ror.org/03efmqc40", - "100016546": "https://ror.org/03efmqc40", - "100017240": "https://ror.org/03efmqc40", - "100018643": "https://ror.org/03efmqc40", - "100020645": "https://ror.org/03efmqc40", - "100020964": "https://ror.org/03efmqc40", - "100015473": "https://ror.org/05tg4dc47", - "100007159": "https://ror.org/04j198w64", - "100006659": "https://ror.org/038gwk587", - "501100001628": "https://ror.org/04255rd16", - "100000073": "https://ror.org/04bkad313", - "501100007241": "https://ror.org/03xjwb503", - "100031030": "https://ror.org/00yt5p853", - "100019393": "https://ror.org/02bkgy413", - "100018145": "https://ror.org/05y2g7215", - "501100004856": "https://ror.org/03nevd013", - "100012431": "https://ror.org/055923009", - "501100005359": "https://ror.org/01ysrp540", - "501100005113": "https://ror.org/01ysrp540", - "501100007683": "https://ror.org/03hhshb57", - "501100007692": "https://ror.org/01are4896", - "501100007941": "https://ror.org/038b8e254", - "100011788": "https://ror.org/05cmvgr54", - "501100001330": "https://ror.org/02qsf1r97", - "501100014800": "https://ror.org/0174skq71", - "501100014164": "https://ror.org/012q11j28", - "100012475": "https://ror.org/03tzscr25", - "100015373": "https://ror.org/03bf4az94", - "100007589": "https://ror.org/050tm0329", - "501100003522": "https://ror.org/058c0xb46", - "501100000298": "https://ror.org/058c0xb46", - "100006282": "https://ror.org/05q0y0j38", - "501100011593": "https://ror.org/03hg53255", - "501100009451": "https://ror.org/00bm1k740", - "501100007526": "https://ror.org/02wwzvj46", - "501100001726": "https://ror.org/00tmwya54", - "501100004927": "https://ror.org/04grkj883", - "100015843": "https://ror.org/00qghd717", - "100015235": "https://ror.org/03sd6kg46", - "501100009874": "https://ror.org/01tjrd904", - "100004871": "https://ror.org/01sfc5174", - "100017086": "https://ror.org/026tem613", - "100005326": "https://ror.org/03v76x132", - "100009414": "https://ror.org/03v76x132", - "100007184": "https://ror.org/03v76x132", - "100011492": "https://ror.org/03v76x132", - "100005472": "https://ror.org/03v76x132", - "100005986": "https://ror.org/03v76x132", - "100006699": "https://ror.org/03v76x132", - "100007089": "https://ror.org/03v76x132", - "100006698": "https://ror.org/03v76x132", - "100006441": "https://ror.org/03v76x132", - "100019801": "https://ror.org/03v76x132", - "100014752": "https://ror.org/03v76x132", - "100011493": "https://ror.org/03v76x132", - "100013043": "https://ror.org/03v76x132", - "100013049": "https://ror.org/03v76x132", - "100014526": "https://ror.org/03v76x132", - "100014896": "https://ror.org/03v76x132", - "100015498": "https://ror.org/03v76x132", - "100020044": "https://ror.org/03v76x132", - "100020598": "https://ror.org/03v76x132", - "100022913": "https://ror.org/03v76x132", - "100014939": "https://ror.org/01vaj9161", - "100014795": "https://ror.org/02xmd8q53", - "100019531": "https://ror.org/0231n7e68", - "501100000522": "https://ror.org/0033z1132", - "501100019975": "https://ror.org/041pfpb15", - "100009478": "https://ror.org/04hv4eh07", - "501100003579": "https://ror.org/03dbr7087", - "501100000154": "https://ror.org/03dbr7087", - "501100000086": "https://ror.org/03dbr7087", - "501100000064": "https://ror.org/03dbr7087", - "100008386": "https://ror.org/03dbr7087", - "501100007921": "https://ror.org/03dbr7087", - "501100008097": "https://ror.org/03dbr7087", - "501100007224": "https://ror.org/03dbr7087", - "501100000181": "https://ror.org/03dbr7087", - "501100002323": "https://ror.org/03dbr7087", - "501100002827": "https://ror.org/03dbr7087", - "501100003474": "https://ror.org/03dbr7087", - "501100004730": "https://ror.org/03dbr7087", - "501100006151": "https://ror.org/03dbr7087", - "501100022101": "https://ror.org/03dbr7087", - "501100020895": "https://ror.org/03dbr7087", - "501100004794": "https://ror.org/02feahw73", - "501100002459": "https://ror.org/041hzs681", - "501100004424": "https://ror.org/02qv02186", - "100018262": "https://ror.org/01sx6jc36", - "501100005740": "https://ror.org/028crwz56", - "501100007869": "https://ror.org/028crwz56", - "100001780": "https://ror.org/00pw7tr34", - "501100010414": "https://ror.org/0010qfz59", - "100008066": "https://ror.org/057w2sx61", - "100011045": "https://ror.org/057w2sx61", - "100010249": "https://ror.org/05gxnyn08", - "100008113": "https://ror.org/05gxnyn08", - "100011748": "https://ror.org/05gxnyn08", - "100017554": "https://ror.org/05gxnyn08", - "100019328": "https://ror.org/01x8fkj71", - "501100012354": "https://ror.org/022rydv31", - "501100020432": "https://ror.org/00m5rzv47", - "100011496": "https://ror.org/03ttqt747", - "501100001862": "https://ror.org/03pjs1y45", - "501100004830": "https://ror.org/059mq0909", - "501100018979": "https://ror.org/02w7vnb60", - "501100012519": "https://ror.org/01sc83v92", - "100009486": "https://ror.org/00ht4dp10", - "501100024105": "https://ror.org/01npb8j56", - "501100002905": "https://ror.org/02fnywa89", - "100007778": "https://ror.org/04yn30r61", - "501100021706": "https://ror.org/00gj80262", - "501100007862": "https://ror.org/029nath19", - "501100003641": "https://ror.org/030vkcn94", - "501100017215": "https://ror.org/04b0z7q78", - "501100020555": "https://ror.org/034gkfh25", - "501100007157": "https://ror.org/04988re48", - "501100001713": "https://ror.org/031jv9v19", - "100016646": "https://ror.org/0237c2m81", - "100016346": "https://ror.org/05j5rbv93", - "100008482": "https://ror.org/04d0f7957", - "100001346": "https://ror.org/04581yq69", - "100010251": "https://ror.org/00bcmnq73", - "100013663": "https://ror.org/00bcmnq73", - "501100005363": "https://ror.org/0081fs513", - "501100007351": "https://ror.org/0081fs513", - "501100006583": "https://ror.org/0081fs513", - "501100010253": "https://ror.org/0081fs513", - "100008975": "https://ror.org/0072zz521", - "100010496": "https://ror.org/0072zz521", - "100008974": "https://ror.org/0072zz521", - "100007919": "https://ror.org/0072zz521", - "100013647": "https://ror.org/0072zz521", - "501100005722": "https://ror.org/05591te55", - "501100006192": "https://ror.org/05591te55", - "501100009401": "https://ror.org/05591te55", - "501100014999": "https://ror.org/05591te55", - "100019537": "https://ror.org/03b98ms23", - "100004941": "https://ror.org/03sy3av50", - "100010718": "https://ror.org/030ajjm26", - "100020410": "https://ror.org/01d6ka036", - "501100008795": "https://ror.org/032hdk172", - "501100013396": "https://ror.org/05dz27378", - "100011792": "https://ror.org/028d12s45", - "100008294": "https://ror.org/05ect4e57", - "100009000": "https://ror.org/05ect4e57", - "100008026": "https://ror.org/05ect4e57", - "100008295": "https://ror.org/05ect4e57", - "100009080": "https://ror.org/05ect4e57", - "100012429": "https://ror.org/05ect4e57", - "501100022289": "https://ror.org/023esdc37", - "100008691": "https://ror.org/03n0gvg35", - "100011697": "https://ror.org/01gjzex58", - "501100000673": "https://ror.org/046q6xz26", - "501100001834": "https://ror.org/006hf6230", - "501100007661": "https://ror.org/006hf6230", - "501100009404": "https://ror.org/006hf6230", - "100011961": "https://ror.org/00qv0tw17", - "100013068": "https://ror.org/04h7gk919", - "501100003291": "https://ror.org/02h4pw461", - "100000864": "https://ror.org/03arq3225", - "100005302": "https://ror.org/047426m28", - "100009706": "https://ror.org/047426m28", - "100006787": "https://ror.org/047426m28", - "100007285": "https://ror.org/047426m28", - "100006299": "https://ror.org/047426m28", - "100006297": "https://ror.org/047426m28", - "100006059": "https://ror.org/047426m28", - "100006302": "https://ror.org/047426m28", - "100006296": "https://ror.org/047426m28", - "100006301": "https://ror.org/047426m28", - "100006295": "https://ror.org/047426m28", - "100005471": "https://ror.org/047426m28", - "100006298": "https://ror.org/047426m28", - "100006300": "https://ror.org/047426m28", - "100017690": "https://ror.org/03pptns37", - "100006705": "https://ror.org/01g7ypx22", - "100012982": "https://ror.org/00xq3k060", - "100000203": "https://ror.org/035a68863", - "100013627": "https://ror.org/035a68863", - "100004895": "https://ror.org/04bangx95", - "100010786": "https://ror.org/04jmt9361", - "100008572": "https://ror.org/03c4mmv16", - "501100025077": "https://ror.org/03c4mmv16", - "501100001872": "https://ror.org/0124x7055", - "100032631": "https://ror.org/00mrxhs61", - "100018156": "https://ror.org/046dwx283", - "100007629": "https://ror.org/01960yv21", - "501100012296": "https://ror.org/03wghsd36", - "100010242": "https://ror.org/043cdzb63", - "100001125": "https://ror.org/0141yg674" -} \ No newline at end of file diff --git a/app/resources/ror_hierarchy.json b/app/resources/ror_hierarchy.json deleted file mode 100644 index e0cac8da4..000000000 --- a/app/resources/ror_hierarchy.json +++ /dev/null @@ -1,246924 +0,0 @@ -{ - "https://ror.org/03awtex73": { - "ancestors": [ - "https://ror.org/057d3rj91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wddqe20": { - "ancestors": [ - "https://ror.org/04scfb908" - ], - "descendants": [ - - ] - }, - "https://ror.org/041b40q78": { - "ancestors": [ - "https://ror.org/01v0pgv63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e8s1d88": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fs4aq04": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/0249v7n71": { - "ancestors": [ - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/053bqv655": { - "ancestors": [ - "https://ror.org/00wm3b005" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c74sd89": { - "ancestors": [ - "https://ror.org/00wm3b005" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hbhxa68": { - "ancestors": [ - "https://ror.org/02z4rsp10" - ], - "descendants": [ - - ] - }, - "https://ror.org/0080acb59": { - "ancestors": [ - "https://ror.org/0358tcd02", - "https://ror.org/03h2bh287" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a0jsq62": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - "https://ror.org/025wfj672", - "https://ror.org/045z18t19" - ] - }, - "https://ror.org/02436cs38": { - "ancestors": [ - "https://ror.org/05n8ah907" - ], - "descendants": [ - "https://ror.org/04nq8gx07" - ] - }, - "https://ror.org/03tbh6y23": { - "ancestors": [ - "https://ror.org/02hqkr514" - ], - "descendants": [ - - ] - }, - "https://ror.org/030s54078": { - "ancestors": [ - "https://ror.org/02hqkr514" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rw9t746": { - "ancestors": [ - "https://ror.org/0265w5591", - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fkc8c64": { - "ancestors": [ - "https://ror.org/01t20sn94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qnsw591": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/024xs2z82": { - "ancestors": [ - "https://ror.org/02bez8p50" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tnppw48": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/010gf7388", - "https://ror.org/0378g3743", - "https://ror.org/04r7rxc53", - "https://ror.org/01zewfb16", - "https://ror.org/05299tt38", - "https://ror.org/03hkswm52", - "https://ror.org/00r66pz14", - "https://ror.org/03kjbs929", - "https://ror.org/04qke1n53" - ] - }, - "https://ror.org/03bj8zh59": { - "ancestors": [ - "https://ror.org/001wtjx27", - "https://ror.org/000628g58" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yyp2526": { - "ancestors": [ - "https://ror.org/00cwqg982", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/0287e5797": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mqy3p58": { - "ancestors": [ - "https://ror.org/033wn8m60" - ], - "descendants": [ - - ] - }, - "https://ror.org/055zmrh94": { - "ancestors": [ - "https://ror.org/00cwqg982", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zb59n70": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qsqdv65": { - "ancestors": [ - "https://ror.org/00t4db855" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e8hzf44": { - "ancestors": [ - "https://ror.org/020cpqb94" - ], - "descendants": [ - "https://ror.org/00dqfzf20", - "https://ror.org/03kpa7r53", - "https://ror.org/03y1rev40", - "https://ror.org/05fscjm95", - "https://ror.org/03ee58b76", - "https://ror.org/03a1rt493", - "https://ror.org/003qr7703", - "https://ror.org/058ma0d84" - ] - }, - "https://ror.org/04pd9b824": { - "ancestors": [ - "https://ror.org/011kvxd26" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jeza980": { - "ancestors": [ - "https://ror.org/04h08p482" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vnshb93": { - "ancestors": [ - "https://ror.org/04g0aqp14" - ], - "descendants": [ - "https://ror.org/01tqv6s24" - ] - }, - "https://ror.org/001c9fg13": { - "ancestors": [ - "https://ror.org/035rrps97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k87vq12": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - "https://ror.org/04kcgyj43" - ] - }, - "https://ror.org/05g4mtv59": { - "ancestors": [ - "https://ror.org/059rn9488" - ], - "descendants": [ - - ] - }, - "https://ror.org/01818mf51": { - "ancestors": [ - "https://ror.org/04a3akw68", - "https://ror.org/02z4rsp10" - ], - "descendants": [ - - ] - }, - "https://ror.org/005b2mc68": { - "ancestors": [ - "https://ror.org/04jndar25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ne3s142": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nscjy42": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00944ve71": { - "ancestors": [ - "https://ror.org/054kvr030" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zdnkx70": { - "ancestors": [ - "https://ror.org/054kvr030" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tw3jy02": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01msdga41": { - "ancestors": [ - "https://ror.org/04a3akw68", - "https://ror.org/02z4rsp10" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x21tj82": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/058hsp657": { - "ancestors": [ - "https://ror.org/0069bkg23" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mdycw91": { - "ancestors": [ - "https://ror.org/04p977q83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hhkn466": { - "ancestors": [ - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pwfyy15": { - "ancestors": [ - "https://ror.org/05dwvd537" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xv01a59": { - "ancestors": [ - "https://ror.org/00cwqg982", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wgsss62": { - "ancestors": [ - "https://ror.org/02bez8p50" - ], - "descendants": [ - - ] - }, - "https://ror.org/053ny5136": { - "ancestors": [ - "https://ror.org/038e2g226" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j3enb93": { - "ancestors": [ - "https://ror.org/02bez8p50" - ], - "descendants": [ - - ] - }, - "https://ror.org/055vbxf86": { - "ancestors": [ - "https://ror.org/04v54gj93" - ], - "descendants": [ - - ] - }, - "https://ror.org/0025g8755": { - "ancestors": [ - "https://ror.org/05dy5ab02" - ], - "descendants": [ - - ] - }, - "https://ror.org/0509tgg56": { - "ancestors": [ - "https://ror.org/02z4rsp10" - ], - "descendants": [ - - ] - }, - "https://ror.org/05by5hm18": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kswma64": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m34fq04": { - "ancestors": [ - "https://ror.org/01hafxd32" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kcpr174": { - "ancestors": [ - "https://ror.org/01q496a73", - "https://ror.org/03x94j517", - "https://ror.org/052gg0110", - "https://ror.org/03x94j517", - "https://ror.org/052gg0110", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/019k4jq75": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/020cmsc29": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mhx6838": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t0qr014": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jfq2w07": { - "ancestors": [ - "https://ror.org/00vtgdb53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hamhx47": { - "ancestors": [ - "https://ror.org/0260j1g46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nas2c56": { - "ancestors": [ - "https://ror.org/05a7rhx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/051wnqr14": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/04rnenb96", - "https://ror.org/05ddrvt52" - ] - }, - "https://ror.org/00r66pz14": { - "ancestors": [ - "https://ror.org/00tnppw48", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05eq41471": { - "ancestors": [ - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04thxh256", - "https://ror.org/00eg0bk82", - "https://ror.org/0083hz885", - "https://ror.org/02hd1sz82", - "https://ror.org/01g77mv66", - "https://ror.org/038eh4b79", - "https://ror.org/03cdz5d08", - "https://ror.org/02z5aj645", - "https://ror.org/01rybzk66", - "https://ror.org/031qpfn56", - "https://ror.org/02hqqcn82", - "https://ror.org/023w6y044", - "https://ror.org/02z5d2h92", - "https://ror.org/04fhxp168", - "https://ror.org/0527v1v90", - "https://ror.org/05kcj6c10", - "https://ror.org/054w3nm73", - "https://ror.org/025yjfh46", - "https://ror.org/02f2rgc17", - "https://ror.org/00s61s029", - "https://ror.org/041sxnd36", - "https://ror.org/04m453044", - "https://ror.org/011qyt180", - "https://ror.org/054484h93", - "https://ror.org/01x6zzb23", - "https://ror.org/030j39b93", - "https://ror.org/03mzbnj03", - "https://ror.org/02g8ke488", - "https://ror.org/04b7web15", - "https://ror.org/04c1v2b17", - "https://ror.org/04xv0vq46", - "https://ror.org/01hv1yg09", - "https://ror.org/01rpj9v06", - "https://ror.org/03114vz20", - "https://ror.org/02c8hpe74", - "https://ror.org/01xtpc441", - "https://ror.org/0332k3m42", - "https://ror.org/01rkxdk30", - "https://ror.org/01dt1nn03", - "https://ror.org/03s5r4e84", - "https://ror.org/003g0xf19", - "https://ror.org/00a1c5n07", - "https://ror.org/03t7gqr04", - "https://ror.org/01s5r6w32", - "https://ror.org/040qrra89", - "https://ror.org/052qqbc08", - "https://ror.org/03n92bt27", - "https://ror.org/03jg6a761", - "https://ror.org/01wexqy53", - "https://ror.org/01s8b3v69", - "https://ror.org/04p162q02", - "https://ror.org/0218d9s98", - "https://ror.org/020xhpf63", - "https://ror.org/05ax3zh38", - "https://ror.org/050fz5z96", - "https://ror.org/04n9z8z70", - "https://ror.org/05t4ef339", - "https://ror.org/024b7e967", - "https://ror.org/00xb4cb83", - "https://ror.org/05xcarb80", - "https://ror.org/03z6z3n38", - "https://ror.org/058p1kn93", - "https://ror.org/00znqwq11", - "https://ror.org/03b7nc883", - "https://ror.org/03jb9b006", - "https://ror.org/04x41ba23", - "https://ror.org/02223wv31", - "https://ror.org/049qtwc86", - "https://ror.org/0176arq92", - "https://ror.org/00acjv878", - "https://ror.org/03mxm6g77", - "https://ror.org/00kan1k39", - "https://ror.org/037xafn82", - "https://ror.org/03p46dh90", - "https://ror.org/02mc5ry07", - "https://ror.org/05ee7tr34", - "https://ror.org/045r80n66", - "https://ror.org/03qjk6p58", - "https://ror.org/0057s8s52", - "https://ror.org/01vrybr67", - "https://ror.org/01zpmbk67", - "https://ror.org/018txrr13", - "https://ror.org/04qbg9n81", - "https://ror.org/04dgj3g22", - "https://ror.org/021rk6547", - "https://ror.org/0385asg54", - "https://ror.org/00ft0j474", - "https://ror.org/03j05zz84", - "https://ror.org/03wtmb115", - "https://ror.org/02qm18h86", - "https://ror.org/00wzysf74", - "https://ror.org/04q4pp553", - "https://ror.org/034c6s521", - "https://ror.org/02dcp1550", - "https://ror.org/035vbzz28", - "https://ror.org/03n2ay196", - "https://ror.org/01nzxq896", - "https://ror.org/022kt1284", - "https://ror.org/01a4gqp27", - "https://ror.org/037nrh939", - "https://ror.org/050mdr969", - "https://ror.org/04zkam251", - "https://ror.org/052d8ge54", - "https://ror.org/04qmkfe11", - "https://ror.org/01r2s5391", - "https://ror.org/03vwf8m18", - "https://ror.org/034adnw64", - "https://ror.org/00yfsq027", - "https://ror.org/02x9bj444", - "https://ror.org/04fp78s33", - "https://ror.org/04hgm3062", - "https://ror.org/027mz0g68", - "https://ror.org/01bqvph43", - "https://ror.org/01dm04760", - "https://ror.org/01zd7yk57", - "https://ror.org/000vjzq57", - "https://ror.org/02z87mf86", - "https://ror.org/01c9rqr26", - "https://ror.org/03d0nge43", - "https://ror.org/02ry60714", - "https://ror.org/02vjn2106", - "https://ror.org/02q1nnh04", - "https://ror.org/03pcamk69", - "https://ror.org/049yzyv96", - "https://ror.org/0594ske86", - "https://ror.org/015nymp25", - "https://ror.org/00fzfzc37", - "https://ror.org/041m0cc93", - "https://ror.org/020ajpe42", - "https://ror.org/04v00sg98", - "https://ror.org/01e0dz978", - "https://ror.org/000rgm762", - "https://ror.org/02et65004", - "https://ror.org/00mz0c648", - "https://ror.org/00rtdgr72", - "https://ror.org/00ky3az31", - "https://ror.org/059nam179", - "https://ror.org/008qp6e21", - "https://ror.org/039g7zn40", - "https://ror.org/02v3txv81", - "https://ror.org/04dp0f897", - "https://ror.org/03tm9zz81", - "https://ror.org/03k6yxq48", - "https://ror.org/02943gv98", - "https://ror.org/04d7ez939", - "https://ror.org/01np3r452", - "https://ror.org/007fyq698", - "https://ror.org/04g9q2h37", - "https://ror.org/03wjr6873", - "https://ror.org/05ts0bd12", - "https://ror.org/028zspe92", - "https://ror.org/00nr17z89", - "https://ror.org/03cfvmk82", - "https://ror.org/02xpk4806", - "https://ror.org/041t78y98", - "https://ror.org/0242qs713", - "https://ror.org/025cs2j58", - "https://ror.org/041fffy58", - "https://ror.org/01ng1yh19", - "https://ror.org/030ma0n95", - "https://ror.org/040e0d212", - "https://ror.org/04b7web15", - "https://ror.org/00paq4p43", - "https://ror.org/006xyf785", - "https://ror.org/05myvb614", - "https://ror.org/02r7md321", - "https://ror.org/0428ha587", - "https://ror.org/03tjwy964", - "https://ror.org/03ghnvz91", - "https://ror.org/01d4n7s11", - "https://ror.org/00m8atr56", - "https://ror.org/01shhkn05", - "https://ror.org/00jbkk316", - "https://ror.org/044kgk540", - "https://ror.org/036a0e562", - "https://ror.org/027yknb66", - "https://ror.org/036adbz09", - "https://ror.org/01z1n5c47", - "https://ror.org/0493tt883", - "https://ror.org/04qjnvx31", - "https://ror.org/04zdeh149", - "https://ror.org/01xfgtq85", - "https://ror.org/02bqrry13", - "https://ror.org/01z2gz488", - "https://ror.org/039n0s143", - "https://ror.org/02arm0y30", - "https://ror.org/01nh3sx96", - "https://ror.org/01b3ys956", - "https://ror.org/02d6kc626", - "https://ror.org/00afc8732", - "https://ror.org/035xhk118", - "https://ror.org/03c46dy37", - "https://ror.org/034pdr896", - "https://ror.org/01nmm5m33", - "https://ror.org/02s723j51", - "https://ror.org/05sxtdc16", - "https://ror.org/03jt5gp45", - "https://ror.org/014c68a74", - "https://ror.org/03r9k1585", - "https://ror.org/0246m8g89", - "https://ror.org/028rr8292", - "https://ror.org/024xyyq03", - "https://ror.org/032b8d361", - "https://ror.org/00nsz0a92", - "https://ror.org/05n0dm186", - "https://ror.org/010md9d18", - "https://ror.org/018hk2b97", - "https://ror.org/05n5drh21", - "https://ror.org/049peqw80", - "https://ror.org/03hvanq85", - "https://ror.org/01g7pk335", - "https://ror.org/04ztqy570", - "https://ror.org/008e03r59", - "https://ror.org/03vay2m05", - "https://ror.org/04z89xx32", - "https://ror.org/03k352971", - "https://ror.org/01rjj8a34", - "https://ror.org/00nvney28", - "https://ror.org/01ew49p77" - ] - }, - "https://ror.org/03vzpaf33": { - "ancestors": [ - "https://ror.org/01bh2s525" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jyx0v10": { - "ancestors": [ - "https://ror.org/01mzw6m29" - ], - "descendants": [ - - ] - }, - "https://ror.org/0483mr804": { - "ancestors": [ - "https://ror.org/0594s0e67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03763ep67": { - "ancestors": [ - "https://ror.org/04ehecz88", - "https://ror.org/011htkb76" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r33pf22": { - "ancestors": [ - "https://ror.org/00j161312", - "https://ror.org/01n0k5m85" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h4zj272": { - "ancestors": [ - "https://ror.org/03xyjdy64" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hkffh19": { - "ancestors": [ - "https://ror.org/04g9xj393" - ], - "descendants": [ - - ] - }, - "https://ror.org/05msy3z48": { - "ancestors": [ - "https://ror.org/04g9xj393" - ], - "descendants": [ - - ] - }, - "https://ror.org/034c1gc25": { - "ancestors": [ - "https://ror.org/017xncd55" - ], - "descendants": [ - "https://ror.org/04pd4jr17", - "https://ror.org/03d1wq758" - ] - }, - "https://ror.org/05m8d2x46": { - "ancestors": [ - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/015tmw922": { - "ancestors": [ - "https://ror.org/05a7hcs31", - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wrfcw61": { - "ancestors": [ - "https://ror.org/003smky23" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m72wv30": { - "ancestors": [ - "https://ror.org/05c9r4685" - ], - "descendants": [ - "https://ror.org/01fwrsq33" - ] - }, - "https://ror.org/013e81n30": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p405e02": { - "ancestors": [ - "https://ror.org/00k1mwv09", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/054gzqw08": { - "ancestors": [ - "https://ror.org/03vr22992" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mh52z70": { - "ancestors": [ - "https://ror.org/03c3r2d17", - "https://ror.org/03vek6s52", - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zzj3f20": { - "ancestors": [ - "https://ror.org/03dbr7087" - ], - "descendants": [ - - ] - }, - "https://ror.org/022swbj46": { - "ancestors": [ - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/040cnym54": { - "ancestors": [ - "https://ror.org/022gnbj15" - ], - "descendants": [ - - ] - }, - "https://ror.org/02378jc90": { - "ancestors": [ - "https://ror.org/02m388s04", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s5axj25": { - "ancestors": [ - "https://ror.org/05deks119", - "https://ror.org/044790d95" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dr54257": { - "ancestors": [ - "https://ror.org/04kqgqa72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nzje529": { - "ancestors": [ - "https://ror.org/03ekzka28" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yjyvb35": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/007dga614": { - "ancestors": [ - "https://ror.org/00m2s0z68" - ], - "descendants": [ - - ] - }, - "https://ror.org/040hwr020": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/0567w8j84": { - "ancestors": [ - "https://ror.org/01r0c1p88" - ], - "descendants": [ - - ] - }, - "https://ror.org/03enmdz06": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xhrps63": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nckwn80": { - "ancestors": [ - "https://ror.org/00m2s0z68" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t47w971": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/05exmrf24": { - "ancestors": [ - "https://ror.org/01r0c1p88" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p0ttv97": { - "ancestors": [ - "https://ror.org/03mvawd68" - ], - "descendants": [ - - ] - }, - "https://ror.org/023fgmp71": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/05atz9219": { - "ancestors": [ - "https://ror.org/00m2s0z68" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n5cs023": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/048drzm61": { - "ancestors": [ - "https://ror.org/01r0c1p88" - ], - "descendants": [ - - ] - }, - "https://ror.org/044pfy487": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mnb6484": { - "ancestors": [ - "https://ror.org/02sqt9870" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mtbrk18": { - "ancestors": [ - "https://ror.org/01avjet51" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s1hvj37": { - "ancestors": [ - "https://ror.org/01kg8sb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ecnnp60": { - "ancestors": [ - "https://ror.org/04kqgqa72" - ], - "descendants": [ - - ] - }, - "https://ror.org/049pfb863": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/008ms5s18": { - "ancestors": [ - "https://ror.org/009ey6w22" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m908832": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/046aym564": { - "ancestors": [ - "https://ror.org/00m2s0z68" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rg9ze43": { - "ancestors": [ - "https://ror.org/01avjet51" - ], - "descendants": [ - - ] - }, - "https://ror.org/01emtgd92": { - "ancestors": [ - "https://ror.org/00m2s0z68" - ], - "descendants": [ - - ] - }, - "https://ror.org/032knn732": { - "ancestors": [ - "https://ror.org/03mvawd68" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h04da97": { - "ancestors": [ - "https://ror.org/02sqt9870" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x2aj034": { - "ancestors": [ - "https://ror.org/00m2s0z68" - ], - "descendants": [ - - ] - }, - "https://ror.org/03msdae35": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hs43g67": { - "ancestors": [ - "https://ror.org/04kqgqa72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rz5xc38": { - "ancestors": [ - "https://ror.org/04kqgqa72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tj58m37": { - "ancestors": [ - "https://ror.org/0343myz07" - ], - "descendants": [ - - ] - }, - "https://ror.org/021a7pw18": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/049ams583": { - "ancestors": [ - "https://ror.org/02sqt9870" - ], - "descendants": [ - - ] - }, - "https://ror.org/052963a64": { - "ancestors": [ - "https://ror.org/05w72d176" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a4vma36": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yjrq169": { - "ancestors": [ - "https://ror.org/00k9r5g94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pczg388": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/0369st156": { - "ancestors": [ - "https://ror.org/00m2s0z68" - ], - "descendants": [ - - ] - }, - "https://ror.org/0531xck41": { - "ancestors": [ - "https://ror.org/02sqt9870" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cqs5j56": { - "ancestors": [ - "https://ror.org/05vz28418" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cckeg37": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q8e6988": { - "ancestors": [ - "https://ror.org/03b6sp482" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y71bh49": { - "ancestors": [ - "https://ror.org/03b6sp482" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gfeaw48": { - "ancestors": [ - "https://ror.org/02mv6r745" - ], - "descendants": [ - - ] - }, - "https://ror.org/0055d0g64": { - "ancestors": [ - "https://ror.org/006gmme17", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kyckx55": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02grymn95": { - "ancestors": [ - "https://ror.org/05vvhh982" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xn9jy83": { - "ancestors": [ - "https://ror.org/05vvhh982" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zsjhd07": { - "ancestors": [ - "https://ror.org/05vvhh982" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mp2av58": { - "ancestors": [ - "https://ror.org/03tzaeb71" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qeh3c90": { - "ancestors": [ - "https://ror.org/02sqt9870" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ydm0027": { - "ancestors": [ - "https://ror.org/050qj5m48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e9xa106": { - "ancestors": [ - "https://ror.org/050qj5m48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nk17n43": { - "ancestors": [ - "https://ror.org/050qj5m48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hy4qx27": { - "ancestors": [ - "https://ror.org/03grvy078" - ], - "descendants": [ - "https://ror.org/01n6agm35" - ] - }, - "https://ror.org/05vzqzh92": { - "ancestors": [ - "https://ror.org/03grvy078" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w0d5g70": { - "ancestors": [ - "https://ror.org/032va1j59" - ], - "descendants": [ - - ] - }, - "https://ror.org/017c6at71": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d9k9g58": { - "ancestors": [ - "https://ror.org/03rtgjq94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ked8481": { - "ancestors": [ - "https://ror.org/03rtgjq94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t9hhv14": { - "ancestors": [ - "https://ror.org/03rtgjq94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ke6tv85": { - "ancestors": [ - "https://ror.org/050qj5m48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01244fm76": { - "ancestors": [ - "https://ror.org/00xzqjh13" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sps7q28": { - "ancestors": [ - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/019kgqr73": { - "ancestors": [ - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/051smbs96": { - "ancestors": [ - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cqxk816": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mnm0t94": { - "ancestors": [ - "https://ror.org/03ydkyb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x8ccz20": { - "ancestors": [ - "https://ror.org/03ydkyb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s9f4d27": { - "ancestors": [ - "https://ror.org/03ydkyb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sv6pg41": { - "ancestors": [ - "https://ror.org/03ydkyb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z2qhk53": { - "ancestors": [ - "https://ror.org/03ydkyb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/049yc0897": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/015a1ak54": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/038zf2n28": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kpvby98": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/02jx3x895", - "https://ror.org/001aqnf71", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z9w5078": { - "ancestors": [ - "https://ror.org/03jwzwq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/0489f6q08": { - "ancestors": [ - "https://ror.org/04a496k07" - ], - "descendants": [ - "https://ror.org/04742vj55", - "https://ror.org/029mrrs96", - "https://ror.org/00ftwze80", - "https://ror.org/05fcrn131", - "https://ror.org/04fgpet95", - "https://ror.org/00xc08717" - ] - }, - "https://ror.org/00c8v4891": { - "ancestors": [ - "https://ror.org/02bxt4m23" - ], - "descendants": [ - "https://ror.org/026n33e29", - "https://ror.org/05p9y3e72" - ] - }, - "https://ror.org/012zkqp76": { - "ancestors": [ - "https://ror.org/0408cp281" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c8hpe74": { - "ancestors": [ - "https://ror.org/01g77mv66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/038mfx688": { - "ancestors": [ - "https://ror.org/02eq2w707" - ], - "descendants": [ - "https://ror.org/016ex3g83" - ] - }, - "https://ror.org/03wkg3b53": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00baak391": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0060t0j89": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02meqm098" - ] - }, - "https://ror.org/00372qc85": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qjnvx31": { - "ancestors": [ - "https://ror.org/05xcarb80", - "https://ror.org/031qpfn56", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gdxq105": { - "ancestors": [ - "https://ror.org/05pp7s587" - ], - "descendants": [ - - ] - }, - "https://ror.org/030ma0n95": { - "ancestors": [ - "https://ror.org/03mzbnj03", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00190t495": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j4k1h63": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n2ay196": { - "ancestors": [ - "https://ror.org/0527v1v90", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/035xhk118", - "https://ror.org/03c46dy37" - ] - }, - "https://ror.org/036a0e562": { - "ancestors": [ - "https://ror.org/05ax3zh38", - "https://ror.org/01rybzk66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y3zfr79": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nr17z89": { - "ancestors": [ - "https://ror.org/030j39b93", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/008e03r59" - ] - }, - "https://ror.org/04q48ey07": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/007fyq698": { - "ancestors": [ - "https://ror.org/01x6zzb23", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05n5drh21" - ] - }, - "https://ror.org/0242qs713": { - "ancestors": [ - "https://ror.org/03mzbnj03", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b2wv937": { - "ancestors": [ - "https://ror.org/01gst4g14" - ], - "descendants": [ - "https://ror.org/041hmmv49", - "https://ror.org/04vqtes97" - ] - }, - "https://ror.org/04d7ez939": { - "ancestors": [ - "https://ror.org/01x6zzb23", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/018hk2b97" - ] - }, - "https://ror.org/010ezwq65": { - "ancestors": [ - "https://ror.org/042dp4138" - ], - "descendants": [ - - ] - }, - "https://ror.org/004jktf35": { - "ancestors": [ - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/006xyf785": { - "ancestors": [ - "https://ror.org/02g8ke488", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0493hgw16": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/000rgm762": { - "ancestors": [ - "https://ror.org/00s61s029", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hqrv489": { - "ancestors": [ - "https://ror.org/05k34t975" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fk0de79": { - "ancestors": [ - "https://ror.org/04qvzh720" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mx8nz45": { - "ancestors": [ - "https://ror.org/04yt1rh21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bthtp68": { - "ancestors": [ - "https://ror.org/025vn3989", - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/0422q5a32": { - "ancestors": [ - "https://ror.org/05bhsww40" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t817z14": { - "ancestors": [ - "https://ror.org/040vwpm13" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nr3fr97": { - "ancestors": [ - "https://ror.org/034xvzb47", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/031sxg258": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/008jvv944": { - "ancestors": [ - "https://ror.org/046r13h33", - "https://ror.org/05waa5295" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xeczx11": { - "ancestors": [ - "https://ror.org/03h6x6x11" - ], - "descendants": [ - - ] - }, - "https://ror.org/0103a0295": { - "ancestors": [ - "https://ror.org/01vs7pm87" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rey4c89": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q1gvb68": { - "ancestors": [ - "https://ror.org/04r0bh641" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ct3pv92": { - "ancestors": [ - "https://ror.org/00ne0z119" - ], - "descendants": [ - - ] - }, - "https://ror.org/020qgp237": { - "ancestors": [ - "https://ror.org/03g3m1w62" - ], - "descendants": [ - - ] - }, - "https://ror.org/0336f9q30": { - "ancestors": [ - "https://ror.org/0475zhg63", - "https://ror.org/02ybv7q93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qwmjc96": { - "ancestors": [ - "https://ror.org/01q8f6705" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g1nep17": { - "ancestors": [ - "https://ror.org/00mgss748" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wtx0016": { - "ancestors": [ - "https://ror.org/05gg0gh87" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c0sqe08": { - "ancestors": [ - "https://ror.org/03sxdvx36" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wd11c32": { - "ancestors": [ - "https://ror.org/03tzaeb71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vaer060": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/00vtgdb53", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vfsmv21": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a3akw68": { - "ancestors": [ - "https://ror.org/02z4rsp10" - ], - "descendants": [ - "https://ror.org/01msdga41", - "https://ror.org/01818mf51" - ] - }, - "https://ror.org/01kxqsy59": { - "ancestors": [ - "https://ror.org/015w2wb33" - ], - "descendants": [ - - ] - }, - "https://ror.org/01djnr762": { - "ancestors": [ - "https://ror.org/0335wvc55", - "https://ror.org/00a1gne75" - ], - "descendants": [ - - ] - }, - "https://ror.org/034adnw64": { - "ancestors": [ - "https://ror.org/02d29d188", - "https://ror.org/054w3nm73", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cjgh922": { - "ancestors": [ - "https://ror.org/02t71h845" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d7es448": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hgm3062": { - "ancestors": [ - "https://ror.org/054w3nm73", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03r9k1585" - ] - }, - "https://ror.org/03j05zz84": { - "ancestors": [ - "https://ror.org/04fhxp168", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/023cbtv31": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v00sg98": { - "ancestors": [ - "https://ror.org/00s61s029", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/049peqw80": { - "ancestors": [ - "https://ror.org/04g9q2h37", - "https://ror.org/030j39b93", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02js37d36": { - "ancestors": [ - "https://ror.org/0265w5591", - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v3txv81": { - "ancestors": [ - "https://ror.org/054484h93", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jh5a977": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/044f69t13": { - "ancestors": [ - "https://ror.org/05waa5295" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vpw9h05": { - "ancestors": [ - "https://ror.org/03tzaeb71" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mj6fy81": { - "ancestors": [ - "https://ror.org/040vwpm13" - ], - "descendants": [ - - ] - }, - "https://ror.org/031g2ej16": { - "ancestors": [ - "https://ror.org/032hx4q18" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c97ng92": { - "ancestors": [ - "https://ror.org/02bez8p50" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zn9x324": { - "ancestors": [ - "https://ror.org/04npy5k94" - ], - "descendants": [ - "https://ror.org/017ddyz63", - "https://ror.org/0027v6s71" - ] - }, - "https://ror.org/02nh10f55": { - "ancestors": [ - "https://ror.org/04tpp9d61", - "https://ror.org/024mw5h28" - ], - "descendants": [ - - ] - }, - "https://ror.org/0360cq027": { - "ancestors": [ - "https://ror.org/04mvr1r74" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bzbh797": { - "ancestors": [ - "https://ror.org/04ehecz88", - "https://ror.org/011htkb76" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xze1462": { - "ancestors": [ - "https://ror.org/04pkc8m17" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mv07c21": { - "ancestors": [ - "https://ror.org/03ddan440" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ag5ed62": { - "ancestors": [ - "https://ror.org/01x653j15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bmzhb16": { - "ancestors": [ - "https://ror.org/00afp2z80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pf12f40": { - "ancestors": [ - "https://ror.org/022gnbj15" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w1pbe36": { - "ancestors": [ - "https://ror.org/01r0c1p88" - ], - "descendants": [ - - ] - }, - "https://ror.org/033tc5r37": { - "ancestors": [ - "https://ror.org/02g01ht84" - ], - "descendants": [ - - ] - }, - "https://ror.org/01786mp71": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/030pk6463": { - "ancestors": [ - "https://ror.org/05bk0hn37" - ], - "descendants": [ - - ] - }, - "https://ror.org/022ekqa73": { - "ancestors": [ - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/0241gfe92": { - "ancestors": [ - "https://ror.org/03grvy078" - ], - "descendants": [ - - ] - }, - "https://ror.org/035dmz332": { - "ancestors": [ - "https://ror.org/04nfvby78", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d07gm56": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j37e495": { - "ancestors": [ - "https://ror.org/03tb4gf50", - "https://ror.org/0067dvq63" - ], - "descendants": [ - "https://ror.org/00qrpt643", - "https://ror.org/04xx5ce35" - ] - }, - "https://ror.org/044pcn091": { - "ancestors": [ - "https://ror.org/04kqgqa72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pcyqv21": { - "ancestors": [ - "https://ror.org/02q291e51" - ], - "descendants": [ - - ] - }, - "https://ror.org/0389pw608": { - "ancestors": [ - "https://ror.org/0443s9p82" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jtcqr88": { - "ancestors": [ - "https://ror.org/03x1ewr52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fxgea47": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jrn4k58": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/023kfg220": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bcf5b42": { - "ancestors": [ - "https://ror.org/01v3aym70" - ], - "descendants": [ - - ] - }, - "https://ror.org/045kb1d14": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kw6jz33": { - "ancestors": [ - "https://ror.org/045pn2j94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m9ydx43": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fjqfr36": { - "ancestors": [ - "https://ror.org/01xnsst08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w62yz22": { - "ancestors": [ - "https://ror.org/04h9pn542" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n14a494": { - "ancestors": [ - "https://ror.org/032m55064" - ], - "descendants": [ - - ] - }, - "https://ror.org/02182hd81": { - "ancestors": [ - "https://ror.org/03qc03t81" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jbt9m15": { - "ancestors": [ - "https://ror.org/05vvhh982" - ], - "descendants": [ - - ] - }, - "https://ror.org/055p2yz63": { - "ancestors": [ - "https://ror.org/04a5hr295", - "https://ror.org/03k8zj440" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f30ff69": { - "ancestors": [ - "https://ror.org/03k8zj440" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e1ayz78": { - "ancestors": [ - "https://ror.org/04hsn8391" - ], - "descendants": [ - - ] - }, - "https://ror.org/02917wp91": { - "ancestors": [ - "https://ror.org/04h81rw26" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a5q3y73": { - "ancestors": [ - "https://ror.org/01ynvwr63" - ], - "descendants": [ - - ] - }, - "https://ror.org/016qd7r37": { - "ancestors": [ - "https://ror.org/04vy5s568" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xcx0k58": { - "ancestors": [ - "https://ror.org/03gd0dm95", - "https://ror.org/028mpsh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rppv730": { - "ancestors": [ - "https://ror.org/01zv98a09", - "https://ror.org/03gd0dm95", - "https://ror.org/028mpsh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/04scbtr44": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/008j59125": { - "ancestors": [ - "https://ror.org/02h67vt10" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jr6tp70": { - "ancestors": [ - "https://ror.org/05290cv24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g27v387": { - "ancestors": [ - "https://ror.org/04wkdwp52", - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01435q086": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/05txkk980": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cbm7s05": { - "ancestors": [ - "https://ror.org/0312xab44" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vtd2q19": { - "ancestors": [ - "https://ror.org/03q4c3e69" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s3h8004": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xzj3x20": { - "ancestors": [ - "https://ror.org/03xyjdy64" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p3tpn79": { - "ancestors": [ - "https://ror.org/04wkdwp52", - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xcyt367": { - "ancestors": [ - "https://ror.org/006z80t96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02558wk32": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fbdn283": { - "ancestors": [ - "https://ror.org/04ehecz88", - "https://ror.org/011htkb76" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b0gpy83": { - "ancestors": [ - "https://ror.org/01hjzeq58" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jyrng31": { - "ancestors": [ - "https://ror.org/02dqdxm48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ja1ak26": { - "ancestors": [ - "https://ror.org/05atemp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03grgv984": { - "ancestors": [ - "https://ror.org/01m1pv723", - "https://ror.org/05a353079" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bjck208": { - "ancestors": [ - "https://ror.org/05kdz4d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p1frt18": { - "ancestors": [ - "https://ror.org/03mchdq19", - "https://ror.org/049qz7x77", - "https://ror.org/05bpbnx46" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y4xm534": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fdkjq44": { - "ancestors": [ - "https://ror.org/01csgpy33" - ], - "descendants": [ - - ] - }, - "https://ror.org/056rp9e47": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t6zb108": { - "ancestors": [ - "https://ror.org/0130jk839" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vqh3346": { - "ancestors": [ - "https://ror.org/02js17r36" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nm7k655": { - "ancestors": [ - "https://ror.org/04s7e3d74" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k0yqc48": { - "ancestors": [ - "https://ror.org/05ecg5h20" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a5hr295": { - "ancestors": [ - "https://ror.org/03k8zj440" - ], - "descendants": [ - "https://ror.org/055p2yz63" - ] - }, - "https://ror.org/01ybfxd46": { - "ancestors": [ - "https://ror.org/0591s4t67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ptbrd12": { - "ancestors": [ - "https://ror.org/01rs0ht88" - ], - "descendants": [ - - ] - }, - "https://ror.org/049wjac82": { - "ancestors": [ - "https://ror.org/056nm0533" - ], - "descendants": [ - - ] - }, - "https://ror.org/007evha27": { - "ancestors": [ - "https://ror.org/056nm0533", - "https://ror.org/049v69k10" - ], - "descendants": [ - - ] - }, - "https://ror.org/02aknh966": { - "ancestors": [ - "https://ror.org/00yksxf10" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j4p5w63": { - "ancestors": [ - "https://ror.org/0377srw41" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pwc8466": { - "ancestors": [ - "https://ror.org/037zgn354" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sxe0e68": { - "ancestors": [ - "https://ror.org/05gehxw18" - ], - "descendants": [ - - ] - }, - "https://ror.org/00682eh61": { - "ancestors": [ - "https://ror.org/05gehxw18" - ], - "descendants": [ - - ] - }, - "https://ror.org/008hybe55": { - "ancestors": [ - "https://ror.org/05xpvk416", - "https://ror.org/02ttsq026", - "https://ror.org/04chq2495", - "https://ror.org/00jc20583", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xm4tt59": { - "ancestors": [ - "https://ror.org/03czfpz43" - ], - "descendants": [ - "https://ror.org/00hr6kp69" - ] - }, - "https://ror.org/05dm4ck87": { - "ancestors": [ - "https://ror.org/00yksxf10" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e1w6923": { - "ancestors": [ - "https://ror.org/04bckew43" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wg2b048": { - "ancestors": [ - "https://ror.org/02wtdvm35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b48z609": { - "ancestors": [ - "https://ror.org/01zgy1s35", - "https://ror.org/00g30e956" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k9jrs03": { - "ancestors": [ - "https://ror.org/01q9sj412" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v49sd11": { - "ancestors": [ - "https://ror.org/056pg9759" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vb4dm14": { - "ancestors": [ - "https://ror.org/01f5ytq51", - "https://ror.org/0034eay46" - ], - "descendants": [ - - ] - }, - "https://ror.org/019bxes45": { - "ancestors": [ - "https://ror.org/00he80998" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ftwze80": { - "ancestors": [ - "https://ror.org/0489f6q08", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j9bvy88": { - "ancestors": [ - "https://ror.org/03zcpvf19" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zg69r60": { - "ancestors": [ - "https://ror.org/03bd8jh67", - "https://ror.org/05p83my93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d8mqt26": { - "ancestors": [ - "https://ror.org/01n0k5m85" - ], - "descendants": [ - "https://ror.org/03afd0v14" - ] - }, - "https://ror.org/025821s54": { - "ancestors": [ - "https://ror.org/025n38288" - ], - "descendants": [ - - ] - }, - "https://ror.org/046kb4y45": { - "ancestors": [ - "https://ror.org/00wn7d965" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sexa105": { - "ancestors": [ - "https://ror.org/01rs0ht88" - ], - "descendants": [ - - ] - }, - "https://ror.org/003sphj24": { - "ancestors": [ - "https://ror.org/04zjvnp94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v95tx09": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p2x3741": { - "ancestors": [ - "https://ror.org/05fa42p74" - ], - "descendants": [ - - ] - }, - "https://ror.org/00swv7d52": { - "ancestors": [ - "https://ror.org/04h81rw26" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zhhva53": { - "ancestors": [ - "https://ror.org/028gm7992" - ], - "descendants": [ - "https://ror.org/05km9hp38", - "https://ror.org/02c1c4p76" - ] - }, - "https://ror.org/00zcy2665": { - "ancestors": [ - "https://ror.org/05ecg5h20" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hjn8p44": { - "ancestors": [ - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q1y4t48": { - "ancestors": [ - "https://ror.org/02smfhw86", - "https://ror.org/0207ad724" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z9t1k38": { - "ancestors": [ - "https://ror.org/039bhhz46" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p4f7w60": { - "ancestors": [ - "https://ror.org/01t20sn94" - ], - "descendants": [ - - ] - }, - "https://ror.org/058rxv392": { - "ancestors": [ - "https://ror.org/04zzrht05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02405mj67": { - "ancestors": [ - "https://ror.org/02tdmfk69" - ], - "descendants": [ - - ] - }, - "https://ror.org/02smq5q54": { - "ancestors": [ - "https://ror.org/05mzf3276" - ], - "descendants": [ - - ] - }, - "https://ror.org/0022b3c04": { - "ancestors": [ - "https://ror.org/05y3qh794" - ], - "descendants": [ - - ] - }, - "https://ror.org/048a96r61": { - "ancestors": [ - "https://ror.org/02fha3693" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zg49d29": { - "ancestors": [ - "https://ror.org/02fha3693" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b81av32": { - "ancestors": [ - "https://ror.org/03zkja782" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r409z22": { - "ancestors": [ - "https://ror.org/018hjpz25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05apdps44": { - "ancestors": [ - "https://ror.org/010ypq317" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e22bh87": { - "ancestors": [ - "https://ror.org/05kdz4d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/01krywm46": { - "ancestors": [ - "https://ror.org/00wn7d965" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jc5ee02": { - "ancestors": [ - "https://ror.org/04hsn8391" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rm42p40": { - "ancestors": [ - "https://ror.org/053bp9m60" - ], - "descendants": [ - "https://ror.org/03pe5z861" - ] - }, - "https://ror.org/0524j1g61": { - "ancestors": [ - "https://ror.org/037f2xv36" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yx0mh38": { - "ancestors": [ - "https://ror.org/00zw9nc64", - "https://ror.org/02dgjyy92" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k3jt835": { - "ancestors": [ - "https://ror.org/01d88se56" - ], - "descendants": [ - - ] - }, - "https://ror.org/006jjmw19": { - "ancestors": [ - "https://ror.org/0107w4315" - ], - "descendants": [ - - ] - }, - "https://ror.org/0193sb042": { - "ancestors": [ - "https://ror.org/02kwnkm68" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ngv0f69": { - "ancestors": [ - "https://ror.org/02sb3pg33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jbkk316": { - "ancestors": [ - "https://ror.org/00a1c5n07", - "https://ror.org/01g77mv66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dnsc767": { - "ancestors": [ - "https://ror.org/01x0e6k76" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g5v7496": { - "ancestors": [ - "https://ror.org/002pa9318" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gh5ar80": { - "ancestors": [ - "https://ror.org/04mw34986" - ], - "descendants": [ - - ] - }, - "https://ror.org/05eq01d13": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vjtf564": { - "ancestors": [ - "https://ror.org/04zjvnp94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rj2a342": { - "ancestors": [ - "https://ror.org/04jpa5e08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kzpyr73": { - "ancestors": [ - "https://ror.org/05atemp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ep78v21": { - "ancestors": [ - "https://ror.org/003k75717" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a0pt066": { - "ancestors": [ - "https://ror.org/04g0bt697" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h0f1d70": { - "ancestors": [ - "https://ror.org/01zcpa714" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fj3a809": { - "ancestors": [ - "https://ror.org/00baer621" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fzm0693": { - "ancestors": [ - "https://ror.org/04esegk75" - ], - "descendants": [ - - ] - }, - "https://ror.org/040nggs60": { - "ancestors": [ - "https://ror.org/011ashp19" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p30f964": { - "ancestors": [ - "https://ror.org/0377kyv52" - ], - "descendants": [ - - ] - }, - "https://ror.org/021nb2v44": { - "ancestors": [ - "https://ror.org/03fag5224" - ], - "descendants": [ - - ] - }, - "https://ror.org/0020hse07": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/029s9j634": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e2dtd78": { - "ancestors": [ - "https://ror.org/03fag5224" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m4gxn44": { - "ancestors": [ - "https://ror.org/032xfst36" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hysg385": { - "ancestors": [ - "https://ror.org/05gehxw18" - ], - "descendants": [ - - ] - }, - "https://ror.org/0116mdr21": { - "ancestors": [ - "https://ror.org/04h81rw26" - ], - "descendants": [ - - ] - }, - "https://ror.org/009hj8759": { - "ancestors": [ - "https://ror.org/00k1xr956" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t54q348": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/0457yg222": { - "ancestors": [ - "https://ror.org/05g2amy04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xfhjr27": { - "ancestors": [ - "https://ror.org/04g6v3637" - ], - "descendants": [ - - ] - }, - "https://ror.org/019myg640": { - "ancestors": [ - "https://ror.org/02egw6w85" - ], - "descendants": [ - - ] - }, - "https://ror.org/041f0qb31": { - "ancestors": [ - "https://ror.org/03kq24308" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a2agx14": { - "ancestors": [ - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h7nbn38": { - "ancestors": [ - "https://ror.org/05j137f13" - ], - "descendants": [ - - ] - }, - "https://ror.org/036qtaj98": { - "ancestors": [ - "https://ror.org/01s1hsq14" - ], - "descendants": [ - - ] - }, - "https://ror.org/02aseym49": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wpte173": { - "ancestors": [ - "https://ror.org/001xq1j98" - ], - "descendants": [ - - ] - }, - "https://ror.org/044v7v886": { - "ancestors": [ - "https://ror.org/003k75717" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xdxc763": { - "ancestors": [ - "https://ror.org/003k75717" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c879s84": { - "ancestors": [ - "https://ror.org/02nys7898" - ], - "descendants": [ - - ] - }, - "https://ror.org/0152bt112": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vw2zn10": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/0353kya20": { - "ancestors": [ - "https://ror.org/00k6r3f30" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yt4qx74": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yd6pw26": { - "ancestors": [ - "https://ror.org/04pq0yg77" - ], - "descendants": [ - - ] - }, - "https://ror.org/045czjy48": { - "ancestors": [ - "https://ror.org/029255j70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n73hp60": { - "ancestors": [ - "https://ror.org/057xs4529", - "https://ror.org/05smbmp94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m7vf540": { - "ancestors": [ - "https://ror.org/035gna214" - ], - "descendants": [ - "https://ror.org/04aq1ms94", - "https://ror.org/034mtjq62", - "https://ror.org/02dtaqx81" - ] - }, - "https://ror.org/00jq51013": { - "ancestors": [ - "https://ror.org/056pg9759" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jmfdf59": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/027yjc737" - ] - }, - "https://ror.org/036nxkh98": { - "ancestors": [ - "https://ror.org/02rsjh069" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zqztb27": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/02m9pj861": { - "ancestors": [ - "https://ror.org/04dwpyh46" - ], - "descendants": [ - - ] - }, - "https://ror.org/04abkkn33": { - "ancestors": [ - "https://ror.org/00k6r3f30" - ], - "descendants": [ - - ] - }, - "https://ror.org/034pdr896": { - "ancestors": [ - "https://ror.org/01nzxq896", - "https://ror.org/0527v1v90", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zygv656": { - "ancestors": [ - "https://ror.org/0057f6x09" - ], - "descendants": [ - - ] - }, - "https://ror.org/043h2w593": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/001m5qg34": { - "ancestors": [ - "https://ror.org/02b27c547" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xb3t395": { - "ancestors": [ - "https://ror.org/03p6fpw74" - ], - "descendants": [ - - ] - }, - "https://ror.org/0493tt883": { - "ancestors": [ - "https://ror.org/024b7e967", - "https://ror.org/031qpfn56", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v91tb50": { - "ancestors": [ - "https://ror.org/03q4c3e69" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zszzj16": { - "ancestors": [ - "https://ror.org/030atj633" - ], - "descendants": [ - - ] - }, - "https://ror.org/00md77g41": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k49k182": { - "ancestors": [ - "https://ror.org/03k8zj440" - ], - "descendants": [ - - ] - }, - "https://ror.org/042asnw05": { - "ancestors": [ - "https://ror.org/01b11x021" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n56ba96": { - "ancestors": [ - "https://ror.org/01dcrt245" - ], - "descendants": [ - - ] - }, - "https://ror.org/0488ndr53": { - "ancestors": [ - "https://ror.org/049prb569" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pshcc38": { - "ancestors": [ - "https://ror.org/00y3snf11" - ], - "descendants": [ - - ] - }, - "https://ror.org/02byvsq24": { - "ancestors": [ - "https://ror.org/04079cq52" - ], - "descendants": [ - - ] - }, - "https://ror.org/038vg5g56": { - "ancestors": [ - "https://ror.org/05pfdp204" - ], - "descendants": [ - - ] - }, - "https://ror.org/007x9se63": { - "ancestors": [ - "https://ror.org/034xvzb47", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n9z8z70": { - "ancestors": [ - "https://ror.org/031qpfn56", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01z1n5c47" - ] - }, - "https://ror.org/04z61sd03": { - "ancestors": [ - "https://ror.org/00p18zw56" - ], - "descendants": [ - - ] - }, - "https://ror.org/009z5t729": { - "ancestors": [ - "https://ror.org/01ktvbq32" - ], - "descendants": [ - - ] - }, - "https://ror.org/027q9k466": { - "ancestors": [ - "https://ror.org/030zsh764" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ks67450": { - "ancestors": [ - "https://ror.org/04mrb6c22" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g171x08": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/013x5cp73": { - "ancestors": [ - "https://ror.org/037zgn354" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q8mwj81": { - "ancestors": [ - "https://ror.org/02dqdxm48" - ], - "descendants": [ - - ] - }, - "https://ror.org/005r9p256": { - "ancestors": [ - "https://ror.org/04w8sxm43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gy6qp39": { - "ancestors": [ - "https://ror.org/0101kry21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mccxv57": { - "ancestors": [ - "https://ror.org/04w8sxm43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vtstx21": { - "ancestors": [ - "https://ror.org/05ntqke24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h4fx826": { - "ancestors": [ - "https://ror.org/00sf92s91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v5h4y49": { - "ancestors": [ - "https://ror.org/05x3jck08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jg8yp15": { - "ancestors": [ - "https://ror.org/056ffv270" - ], - "descendants": [ - - ] - }, - "https://ror.org/038fqcc39": { - "ancestors": [ - "https://ror.org/04ehecz88", - "https://ror.org/011htkb76" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jjm6w53": { - "ancestors": [ - "https://ror.org/039wwwz66" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w37n116": { - "ancestors": [ - "https://ror.org/0060avh92" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xxmnm27": { - "ancestors": [ - "https://ror.org/00sb42p15" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fp78s33": { - "ancestors": [ - "https://ror.org/054w3nm73", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g1rc256": { - "ancestors": [ - "https://ror.org/04fzwnh64" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z2mza16": { - "ancestors": [ - "https://ror.org/05g23q746" - ], - "descendants": [ - - ] - }, - "https://ror.org/02paek818": { - "ancestors": [ - "https://ror.org/05gehxw18" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pjj1n42": { - "ancestors": [ - "https://ror.org/04k820v98", - "https://ror.org/037zgn354", - "https://ror.org/03ypap427" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fwa4t58": { - "ancestors": [ - "https://ror.org/02218z997" - ], - "descendants": [ - - ] - }, - "https://ror.org/01czx1v82": { - "ancestors": [ - "https://ror.org/00a2xv884" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tpqnr72": { - "ancestors": [ - "https://ror.org/03xnr5143" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b2b5383": { - "ancestors": [ - "https://ror.org/01ep18d71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01as10d06": { - "ancestors": [ - "https://ror.org/04ehecz88", - "https://ror.org/011htkb76" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nrgkr20": { - "ancestors": [ - "https://ror.org/0213f0637" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gw6hy83": { - "ancestors": [ - "https://ror.org/00z4t3785" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pjjvq50": { - "ancestors": [ - "https://ror.org/04tvjvp97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ahq3q81": { - "ancestors": [ - "https://ror.org/037f2xv36" - ], - "descendants": [ - - ] - }, - "https://ror.org/03044am22": { - "ancestors": [ - "https://ror.org/05y3c0716" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a4gqp27": { - "ancestors": [ - "https://ror.org/05kcj6c10", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/058p1kn93": { - "ancestors": [ - "https://ror.org/031qpfn56", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01z2gz488" - ] - }, - "https://ror.org/050fz5z96": { - "ancestors": [ - "https://ror.org/01rybzk66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y1rev40": { - "ancestors": [ - "https://ror.org/02e8hzf44", - "https://ror.org/020cpqb94", - "https://ror.org/020cpqb94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t3qg659": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ew49p77": { - "ancestors": [ - "https://ror.org/02r7md321", - "https://ror.org/02g8ke488", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kfvx519": { - "ancestors": [ - "https://ror.org/041rhpw39" - ], - "descendants": [ - - ] - }, - "https://ror.org/0511th722": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j6rvb05": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fsxgh46": { - "ancestors": [ - "https://ror.org/05qsjq305" - ], - "descendants": [ - - ] - }, - "https://ror.org/01shhkn05": { - "ancestors": [ - "https://ror.org/003g0xf19", - "https://ror.org/01g77mv66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dcp1550": { - "ancestors": [ - "https://ror.org/0527v1v90", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01b3ys956", - "https://ror.org/02d6kc626" - ] - }, - "https://ror.org/03n6vs369": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dsgrz38": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nsz0a92": { - "ancestors": [ - "https://ror.org/0594ske86", - "https://ror.org/02f2rgc17", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/018txrr13": { - "ancestors": [ - "https://ror.org/02z5d2h92", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/039n0s143", - "https://ror.org/02arm0y30" - ] - }, - "https://ror.org/024xyyq03": { - "ancestors": [ - "https://ror.org/01c9rqr26", - "https://ror.org/025yjfh46", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xqed412": { - "ancestors": [ - "https://ror.org/01vf6n447" - ], - "descendants": [ - - ] - }, - "https://ror.org/039se3q37": { - "ancestors": [ - "https://ror.org/03yk2q786" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ng6k310": { - "ancestors": [ - "https://ror.org/00v4dac24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gcp3110": { - "ancestors": [ - "https://ror.org/056ffv270" - ], - "descendants": [ - - ] - }, - "https://ror.org/052dmyg58": { - "ancestors": [ - "https://ror.org/03n7vd314" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ng1yh19": { - "ancestors": [ - "https://ror.org/03mzbnj03", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j19h351": { - "ancestors": [ - "https://ror.org/04rtdp853" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dm04760": { - "ancestors": [ - "https://ror.org/025yjfh46", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xtpc441": { - "ancestors": [ - "https://ror.org/01g77mv66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xdd0k85": { - "ancestors": [ - "https://ror.org/04mw34986" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mz0c648": { - "ancestors": [ - "https://ror.org/04m453044", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/000vjzq57": { - "ancestors": [ - "https://ror.org/025yjfh46", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/045r80n66": { - "ancestors": [ - "https://ror.org/02z5d2h92", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/050mdr969": { - "ancestors": [ - "https://ror.org/05kcj6c10", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rfh1r09": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0396v4y86": { - "ancestors": [ - "https://ror.org/01502ca60" - ], - "descendants": [ - - ] - }, - "https://ror.org/0403w5x31": { - "ancestors": [ - "https://ror.org/03364yv75" - ], - "descendants": [ - - ] - }, - "https://ror.org/010md9d18": { - "ancestors": [ - "https://ror.org/03k6yxq48", - "https://ror.org/01x6zzb23", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fkq4848": { - "ancestors": [ - "https://ror.org/04bckew43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wxcj895": { - "ancestors": [ - "https://ror.org/02h9b8h17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dt08z19": { - "ancestors": [ - "https://ror.org/010ypq317" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g02rq35": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/040qrra89": { - "ancestors": [ - "https://ror.org/02z5aj645", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n5drh21": { - "ancestors": [ - "https://ror.org/007fyq698", - "https://ror.org/01x6zzb23", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/052qqbc08": { - "ancestors": [ - "https://ror.org/02z5aj645", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xkzjp97": { - "ancestors": [ - "https://ror.org/00mrhvv69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zgkpa58": { - "ancestors": [ - "https://ror.org/023wh8b50", - "https://ror.org/04za2st18" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a23ch04": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ybkn114": { - "ancestors": [ - "https://ror.org/00mrhvv69" - ], - "descendants": [ - - ] - }, - "https://ror.org/009szpe27": { - "ancestors": [ - "https://ror.org/03b7pda13", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/046gme853": { - "ancestors": [ - "https://ror.org/02t1bej08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zd7yk57": { - "ancestors": [ - "https://ror.org/025yjfh46", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qjk6p58": { - "ancestors": [ - "https://ror.org/02z5d2h92", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/041m0cc93": { - "ancestors": [ - "https://ror.org/00s61s029", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0176arq92": { - "ancestors": [ - "https://ror.org/023w6y044", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/034c6s521": { - "ancestors": [ - "https://ror.org/0527v1v90", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q1nnh04": { - "ancestors": [ - "https://ror.org/02f2rgc17", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s5r6w32": { - "ancestors": [ - "https://ror.org/02z5aj645", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/044kgk540" - ] - }, - "https://ror.org/03cfvmk82": { - "ancestors": [ - "https://ror.org/030j39b93", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03vay2m05" - ] - }, - "https://ror.org/00ky3az31": { - "ancestors": [ - "https://ror.org/04m453044", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x8jna23": { - "ancestors": [ - "https://ror.org/017h5q109" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xb4cb83": { - "ancestors": [ - "https://ror.org/031qpfn56", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s5r4e84": { - "ancestors": [ - "https://ror.org/01g77mv66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00paq4p43": { - "ancestors": [ - "https://ror.org/02g8ke488", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03k352971" - ] - }, - "https://ror.org/04qmkfe11": { - "ancestors": [ - "https://ror.org/05kcj6c10", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03jt5gp45", - "https://ror.org/014c68a74" - ] - }, - "https://ror.org/05ts0bd12": { - "ancestors": [ - "https://ror.org/030j39b93", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01g7pk335", - "https://ror.org/04ztqy570" - ] - }, - "https://ror.org/0086ms749": { - "ancestors": [ - "https://ror.org/0488cct49" - ], - "descendants": [ - - ] - }, - "https://ror.org/05myvb614": { - "ancestors": [ - "https://ror.org/02g8ke488", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01rjj8a34" - ] - }, - "https://ror.org/037m3rm63": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dhg0348": { - "ancestors": [ - "https://ror.org/05dbj6g52" - ], - "descendants": [ - - ] - }, - "https://ror.org/0093xcb35": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jzt8c33": { - "ancestors": [ - "https://ror.org/01a61tf67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r6qg857": { - "ancestors": [ - "https://ror.org/059c3mv67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mshxb09": { - "ancestors": [ - "https://ror.org/02md8hv62" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wx86652": { - "ancestors": [ - "https://ror.org/03q82t418" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tj04e91": { - "ancestors": [ - "https://ror.org/04d87y574" - ], - "descendants": [ - - ] - }, - "https://ror.org/05azzyk65": { - "ancestors": [ - "https://ror.org/04x2tmv91" - ], - "descendants": [ - - ] - }, - "https://ror.org/044hb6b32": { - "ancestors": [ - "https://ror.org/017h5q109" - ], - "descendants": [ - - ] - }, - "https://ror.org/00njz5525": { - "ancestors": [ - "https://ror.org/02dqdxm48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01smmxq73": { - "ancestors": [ - "https://ror.org/012e9j548" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z89xx32": { - "ancestors": [ - "https://ror.org/041t78y98", - "https://ror.org/03mzbnj03", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rmxkq05": { - "ancestors": [ - "https://ror.org/05c9r4685" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jhsfg10": { - "ancestors": [ - "https://ror.org/00k6r3f30" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d45ra64": { - "ancestors": [ - "https://ror.org/02s8znz42" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ckh3s34": { - "ancestors": [ - "https://ror.org/04p0nk708" - ], - "descendants": [ - "https://ror.org/00ttqn045" - ] - }, - "https://ror.org/035xhk118": { - "ancestors": [ - "https://ror.org/03n2ay196", - "https://ror.org/0527v1v90", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jn27q49": { - "ancestors": [ - "https://ror.org/01q2y2d42" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wtgx181": { - "ancestors": [ - "https://ror.org/04hcg0q34" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z9qkg54": { - "ancestors": [ - "https://ror.org/00trqv719", - "https://ror.org/022kthw22" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fc1dc24": { - "ancestors": [ - "https://ror.org/04nckd528" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jpae132": { - "ancestors": [ - "https://ror.org/04v0as660" - ], - "descendants": [ - - ] - }, - "https://ror.org/037767x92": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/055xb4311": { - "ancestors": [ - "https://ror.org/00br86003", - "https://ror.org/03bsery98" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nj4ek07": { - "ancestors": [ - "https://ror.org/05010mv24" - ], - "descendants": [ - - ] - }, - "https://ror.org/0382m3r69": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dsy9055": { - "ancestors": [ - "https://ror.org/03kq24308" - ], - "descendants": [ - - ] - }, - "https://ror.org/05aqcx827": { - "ancestors": [ - "https://ror.org/03kq24308" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nmzkr23": { - "ancestors": [ - "https://ror.org/03fag5224" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qrrp624": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pag4b70": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qgcgz06": { - "ancestors": [ - "https://ror.org/03vamsh08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04czxss33": { - "ancestors": [ - "https://ror.org/01dcrt245" - ], - "descendants": [ - - ] - }, - "https://ror.org/010gpfc02": { - "ancestors": [ - "https://ror.org/03wgsrq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xq02v66": { - "ancestors": [ - "https://ror.org/04yt1rh21", - "https://ror.org/01aw9fv09" - ], - "descendants": [ - - ] - }, - "https://ror.org/05087r129": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/006f92m60": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qmk4a18": { - "ancestors": [ - "https://ror.org/0157vkf66" - ], - "descendants": [ - - ] - }, - "https://ror.org/044ycg712": { - "ancestors": [ - "https://ror.org/05dy5ab02" - ], - "descendants": [ - - ] - }, - "https://ror.org/008dmmd16": { - "ancestors": [ - "https://ror.org/03821ge86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j808814": { - "ancestors": [ - "https://ror.org/03q11y497" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ct0ag17": { - "ancestors": [ - "https://ror.org/039wwwz66" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gjkkf30": { - "ancestors": [ - "https://ror.org/039wwwz66" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f1ecr94": { - "ancestors": [ - "https://ror.org/04y40x506", - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/000pfrh90": { - "ancestors": [ - "https://ror.org/00v47pv90" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kpa7r53": { - "ancestors": [ - "https://ror.org/02e8hzf44", - "https://ror.org/020cpqb94", - "https://ror.org/020cpqb94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a1rt493": { - "ancestors": [ - "https://ror.org/02e8hzf44", - "https://ror.org/020cpqb94", - "https://ror.org/020cpqb94" - ], - "descendants": [ - - ] - }, - "https://ror.org/007sp7t15": { - "ancestors": [ - "https://ror.org/05ckqx151" - ], - "descendants": [ - - ] - }, - "https://ror.org/03navsr28": { - "ancestors": [ - "https://ror.org/05c1qsg97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q046q46": { - "ancestors": [ - "https://ror.org/01502ca60" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hp4jd32": { - "ancestors": [ - "https://ror.org/03p6fpw74" - ], - "descendants": [ - - ] - }, - "https://ror.org/022vd9g66": { - "ancestors": [ - "https://ror.org/05a353079" - ], - "descendants": [ - - ] - }, - "https://ror.org/00chbca67": { - "ancestors": [ - "https://ror.org/02m388s04", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/004nhy279": { - "ancestors": [ - "https://ror.org/04rtdp853" - ], - "descendants": [ - - ] - }, - "https://ror.org/057vt8c33": { - "ancestors": [ - "https://ror.org/017h5q109" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bbyhp53": { - "ancestors": [ - "https://ror.org/04shzs249" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x581406": { - "ancestors": [ - "https://ror.org/01hq89f96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j4pze04": { - "ancestors": [ - "https://ror.org/02g7qcb42" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vhr7p75": { - "ancestors": [ - "https://ror.org/034nvrd87" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y005z64": { - "ancestors": [ - "https://ror.org/03q11y497" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cf4ba49": { - "ancestors": [ - "https://ror.org/05bpbnx46", - "https://ror.org/01dtyv127" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t409e13": { - "ancestors": [ - "https://ror.org/04p0nk708" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pk1yr39": { - "ancestors": [ - "https://ror.org/0068xq694" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jb9b006": { - "ancestors": [ - "https://ror.org/02hqqcn82", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gxs7p86": { - "ancestors": [ - "https://ror.org/02h905004" - ], - "descendants": [ - - ] - }, - "https://ror.org/015nymp25": { - "ancestors": [ - "https://ror.org/00s61s029", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zeg3732": { - "ancestors": [ - "https://ror.org/03h2bh287" - ], - "descendants": [ - - ] - }, - "https://ror.org/021959v84": { - "ancestors": [ - "https://ror.org/01hq89f96" - ], - "descendants": [ - - ] - }, - "https://ror.org/028vv3s82": { - "ancestors": [ - "https://ror.org/0480vrj36" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zyk6d86": { - "ancestors": [ - "https://ror.org/02g7qcb42" - ], - "descendants": [ - - ] - }, - "https://ror.org/027t58004": { - "ancestors": [ - "https://ror.org/05v6eh043" - ], - "descendants": [ - - ] - }, - "https://ror.org/052w2jw50": { - "ancestors": [ - "https://ror.org/05c1qsg97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01azs0t89": { - "ancestors": [ - "https://ror.org/05mj4yh71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yzgg311": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nw9hs25": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fz2yc38": { - "ancestors": [ - "https://ror.org/02mby1820" - ], - "descendants": [ - - ] - }, - "https://ror.org/002q1t780": { - "ancestors": [ - "https://ror.org/050fhx250" - ], - "descendants": [ - - ] - }, - "https://ror.org/038152964": { - "ancestors": [ - "https://ror.org/03q4c3e69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04661b187": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cpf2p55": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/018mgzn65": { - "ancestors": [ - "https://ror.org/05wevan27" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eaw8c11": { - "ancestors": [ - "https://ror.org/04jpa5e08" - ], - "descendants": [ - - ] - }, - "https://ror.org/057b2d479": { - "ancestors": [ - "https://ror.org/04dwpyh46" - ], - "descendants": [ - - ] - }, - "https://ror.org/025714n80": { - "ancestors": [ - "https://ror.org/02g7qcb42" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d532p87": { - "ancestors": [ - "https://ror.org/01hq89f96" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gaptw32": { - "ancestors": [ - "https://ror.org/03k8zj440" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mc91w09": { - "ancestors": [ - "https://ror.org/05xrcj819" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n70p029": { - "ancestors": [ - "https://ror.org/05mzf3276" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xhmje49": { - "ancestors": [ - "https://ror.org/04r10g051" - ], - "descendants": [ - - ] - }, - "https://ror.org/0457avm18": { - "ancestors": [ - "https://ror.org/03vamsh08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r9ea713": { - "ancestors": [ - "https://ror.org/03444yt49" - ], - "descendants": [ - - ] - }, - "https://ror.org/011x7hd11": { - "ancestors": [ - "https://ror.org/03pfshj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/002bjfj29": { - "ancestors": [ - "https://ror.org/03pfshj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/01phhgk62": { - "ancestors": [ - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/043e04s74": { - "ancestors": [ - "https://ror.org/05q0y0j38", - "https://ror.org/02xfw2e90", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04js17g72": { - "ancestors": [ - "https://ror.org/03e04g978" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zc7y345": { - "ancestors": [ - "https://ror.org/00k6r3f30" - ], - "descendants": [ - - ] - }, - "https://ror.org/044ww3909": { - "ancestors": [ - "https://ror.org/02z9g9j20" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dqhdd78": { - "ancestors": [ - "https://ror.org/05cv4zg26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03964hc96": { - "ancestors": [ - "https://ror.org/05r8vsn81" - ], - "descendants": [ - - ] - }, - "https://ror.org/0484pjq71": { - "ancestors": [ - "https://ror.org/00vyyx863" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j9f7w81": { - "ancestors": [ - "https://ror.org/01239b432" - ], - "descendants": [ - - ] - }, - "https://ror.org/023dma244": { - "ancestors": [ - "https://ror.org/019g08z42" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b7nc883": { - "ancestors": [ - "https://ror.org/02hqqcn82", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/000yct867": { - "ancestors": [ - "https://ror.org/01s1hsq14" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qz7fr76": { - "ancestors": [ - "https://ror.org/04kp2b655", - "https://ror.org/00ayhx656" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dns5t03": { - "ancestors": [ - "https://ror.org/04e4sh030" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wf8v135": { - "ancestors": [ - "https://ror.org/012gye839", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/009rt9f88": { - "ancestors": [ - "https://ror.org/04mrb6c22" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xa5mk57": { - "ancestors": [ - "https://ror.org/04kfn4587" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cx69s52": { - "ancestors": [ - "https://ror.org/04ajtb593" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wf0xv67": { - "ancestors": [ - "https://ror.org/048xjjh50" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hn92440": { - "ancestors": [ - "https://ror.org/0280r7h11" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jj2sr90": { - "ancestors": [ - "https://ror.org/05acrxx45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gx19t11": { - "ancestors": [ - "https://ror.org/03cew4h50" - ], - "descendants": [ - - ] - }, - "https://ror.org/03atxgt72": { - "ancestors": [ - "https://ror.org/00dmrtm29" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tse0z86": { - "ancestors": [ - "https://ror.org/04rgsag55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qdp7m73": { - "ancestors": [ - "https://ror.org/04rgsag55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qk4yf71": { - "ancestors": [ - "https://ror.org/039zvcc43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bste653": { - "ancestors": [ - "https://ror.org/01rqq3d62" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s4j2a36": { - "ancestors": [ - "https://ror.org/04tvjvp97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dwx1z96": { - "ancestors": [ - "https://ror.org/04gzb2213" - ], - "descendants": [ - - ] - }, - "https://ror.org/000bxzc63": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z8t9146": { - "ancestors": [ - "https://ror.org/03w2xw870", - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zzw8g45": { - "ancestors": [ - "https://ror.org/02qp3tb03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f93yb19": { - "ancestors": [ - "https://ror.org/04mvr1r74" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cpcy908": { - "ancestors": [ - "https://ror.org/05tjan294", - "https://ror.org/05hs6h993" - ], - "descendants": [ - - ] - }, - "https://ror.org/0057s8s52": { - "ancestors": [ - "https://ror.org/02z5d2h92", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0187t0j49": { - "ancestors": [ - "https://ror.org/050b31k83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mch1v74": { - "ancestors": [ - "https://ror.org/02j4j5k41" - ], - "descendants": [ - - ] - }, - "https://ror.org/04frzv033": { - "ancestors": [ - "https://ror.org/03xy0wx88", - "https://ror.org/036wvzt09" - ], - "descendants": [ - "https://ror.org/044hmkx85" - ] - }, - "https://ror.org/02vzyrj94": { - "ancestors": [ - "https://ror.org/04hsn8391" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fscjm95": { - "ancestors": [ - "https://ror.org/02e8hzf44", - "https://ror.org/020cpqb94", - "https://ror.org/020cpqb94" - ], - "descendants": [ - - ] - }, - "https://ror.org/025q7sd17": { - "ancestors": [ - "https://ror.org/0082wq496" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dfzd836": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v558c44": { - "ancestors": [ - "https://ror.org/05dy5ab02" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nfzf209": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ysvbp68": { - "ancestors": [ - "https://ror.org/03fag5224" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t41ec74": { - "ancestors": [ - "https://ror.org/04dwb2s30" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zfrea47": { - "ancestors": [ - "https://ror.org/03ehgrz61" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tfedq56": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/009c06z12": { - "ancestors": [ - "https://ror.org/04mvr1r74" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s0phq15": { - "ancestors": [ - "https://ror.org/05kdz4d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/045dgap26": { - "ancestors": [ - "https://ror.org/05ntqke24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m3qrs33": { - "ancestors": [ - "https://ror.org/019g08z42" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p47pe37": { - "ancestors": [ - "https://ror.org/02egw6w85" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qtc5416": { - "ancestors": [ - "https://ror.org/05qe3gd58" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j78my65": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/058ydcm32": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yep6g06": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/00spys463": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kcxpp45": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/028gzjv13": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w93dg44": { - "ancestors": [ - "https://ror.org/00y6khe77" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rfek682": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/038yw9848": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fxsj090": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/017h1mj21": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fg98b82": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q404g62": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/011mkef94": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jw82j47": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r3xg590": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/047hxsy31": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/032qfz281": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y070a55": { - "ancestors": [ - "https://ror.org/00en6p903" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bz7vk34": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kjpp702": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/0299ptp31": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wgych27": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h5v7z82": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z7dnx86": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/004106086": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ajyt645": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x2kaq51": { - "ancestors": [ - "https://ror.org/02y3ad647", - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a4d6k20": { - "ancestors": [ - "https://ror.org/03aam9155" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m8tc820": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mm17p39": { - "ancestors": [ - "https://ror.org/04nv2wh79" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bqrry13": { - "ancestors": [ - "https://ror.org/03z6z3n38", - "https://ror.org/031qpfn56", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fpqn433": { - "ancestors": [ - "https://ror.org/03q4c3e69" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wc8tg09": { - "ancestors": [ - "https://ror.org/018hjpz25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h2jcs31": { - "ancestors": [ - "https://ror.org/054bs2v13" - ], - "descendants": [ - "https://ror.org/0230wyg61" - ] - }, - "https://ror.org/0008s4w86": { - "ancestors": [ - "https://ror.org/04x2tmv91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h74qb21": { - "ancestors": [ - "https://ror.org/0377kyv52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tbm0m52": { - "ancestors": [ - "https://ror.org/05g23q746" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bxj7497": { - "ancestors": [ - "https://ror.org/044p01n12" - ], - "descendants": [ - - ] - }, - "https://ror.org/051b68e86": { - "ancestors": [ - "https://ror.org/02n5e6456" - ], - "descendants": [ - - ] - }, - "https://ror.org/055bpw879": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/013meh722", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/046vje122": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/013meh722", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/015nth639": { - "ancestors": [ - "https://ror.org/01ajt3179", - "https://ror.org/03x94j517", - "https://ror.org/03x94j517", - "https://ror.org/013meh722", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cdwy346": { - "ancestors": [ - "https://ror.org/05p40t847" - ], - "descendants": [ - - ] - }, - "https://ror.org/050pqs331": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/013meh722", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/052578691": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/013meh722", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z8x2j90": { - "ancestors": [ - "https://ror.org/036x6gt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/025wfj672": { - "ancestors": [ - "https://ror.org/00a0jsq62", - "https://ror.org/03x94j517", - "https://ror.org/04cw6st05", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/05362x394": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/013meh722", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k6ngg59": { - "ancestors": [ - "https://ror.org/02js17r36" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r2pcs39": { - "ancestors": [ - "https://ror.org/00sdedd93", - "https://ror.org/04ehecz88", - "https://ror.org/011htkb76" - ], - "descendants": [ - - ] - }, - "https://ror.org/011hz4254": { - "ancestors": [ - "https://ror.org/054225q67", - "https://ror.org/03x94j517", - "https://ror.org/052gg0110", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f4tsf92": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/01nrxwf90", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01aw2gs83": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wmhsz10": { - "ancestors": [ - "https://ror.org/05mzf3276" - ], - "descendants": [ - - ] - }, - "https://ror.org/045exnh37": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03w2xw870", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j25h453": { - "ancestors": [ - "https://ror.org/05jdqs103" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cqhmv85": { - "ancestors": [ - "https://ror.org/027vj4x92", - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vv7qz60": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zvd4s03": { - "ancestors": [ - "https://ror.org/01kaqt385" - ], - "descendants": [ - - ] - }, - "https://ror.org/038c5sp60": { - "ancestors": [ - "https://ror.org/0107w4315" - ], - "descendants": [ - - ] - }, - "https://ror.org/022mjvt30": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p23ar50": { - "ancestors": [ - "https://ror.org/02dqqj223" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ne4t757": { - "ancestors": [ - "https://ror.org/02yq33n72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b787h29": { - "ancestors": [ - "https://ror.org/057xaw849" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fgkzb55": { - "ancestors": [ - "https://ror.org/04nv2wh79" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ym47j46": { - "ancestors": [ - "https://ror.org/040ch0e11" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k07p323": { - "ancestors": [ - "https://ror.org/05y2vby93", - "https://ror.org/05byvp690", - "https://ror.org/01gek1696" - ], - "descendants": [ - "https://ror.org/03gqc7y13" - ] - }, - "https://ror.org/00n2w1t65": { - "ancestors": [ - "https://ror.org/0403nr398" - ], - "descendants": [ - - ] - }, - "https://ror.org/053hkmn05": { - "ancestors": [ - "https://ror.org/04mvr1r74" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v7qv571": { - "ancestors": [ - "https://ror.org/028fd8812" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d261e32": { - "ancestors": [ - "https://ror.org/05cxwhm03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cetwy62": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jse4442": { - "ancestors": [ - "https://ror.org/04kz5k469" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z0xmg52": { - "ancestors": [ - "https://ror.org/02s7et124" - ], - "descendants": [ - - ] - }, - "https://ror.org/032kmqj66": { - "ancestors": [ - "https://ror.org/05xh7ac43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ze5w302": { - "ancestors": [ - "https://ror.org/002hsbm82" - ], - "descendants": [ - - ] - }, - "https://ror.org/02827ca86": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vr7z878": { - "ancestors": [ - "https://ror.org/00nv6q035" - ], - "descendants": [ - - ] - }, - "https://ror.org/01233dh94": { - "ancestors": [ - "https://ror.org/012gye839", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yjksy18": { - "ancestors": [ - "https://ror.org/0485axj58" - ], - "descendants": [ - - ] - }, - "https://ror.org/053vhdz56": { - "ancestors": [ - "https://ror.org/01cfgbq85" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zayce58": { - "ancestors": [ - "https://ror.org/042xt5161" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cvd2j85": { - "ancestors": [ - "https://ror.org/00k6r3f30" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vq5kb54": { - "ancestors": [ - "https://ror.org/01d88se56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ry42w04": { - "ancestors": [ - "https://ror.org/05atemp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/010d4kb47": { - "ancestors": [ - "https://ror.org/001f7a930" - ], - "descendants": [ - - ] - }, - "https://ror.org/0560xr487": { - "ancestors": [ - "https://ror.org/02dwcqs71", - "https://ror.org/04pqetg36", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a1mbs69": { - "ancestors": [ - "https://ror.org/04zet5t12" - ], - "descendants": [ - - ] - }, - "https://ror.org/0573ts924": { - "ancestors": [ - "https://ror.org/03wvsyq85" - ], - "descendants": [ - - ] - }, - "https://ror.org/053eyjs84": { - "ancestors": [ - "https://ror.org/05kdz4d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/05afnhv08": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/02atdvd89": { - "ancestors": [ - "https://ror.org/00dpx2d03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jbzrw51": { - "ancestors": [ - "https://ror.org/01fykh430", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jhpk184": { - "ancestors": [ - "https://ror.org/0107w4315" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tkrd758": { - "ancestors": [ - "https://ror.org/05kdz4d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k820v98": { - "ancestors": [ - "https://ror.org/037zgn354", - "https://ror.org/03ypap427" - ], - "descendants": [ - "https://ror.org/03pjj1n42" - ] - }, - "https://ror.org/01b3dvp57": { - "ancestors": [ - "https://ror.org/000ed3w25" - ], - "descendants": [ - - ] - }, - "https://ror.org/027ry4q41": { - "ancestors": [ - "https://ror.org/02gpy3h79" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xnhkz22": { - "ancestors": [ - "https://ror.org/027e4g787" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x396v48": { - "ancestors": [ - "https://ror.org/02psedk13" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qp1n828": { - "ancestors": [ - "https://ror.org/03xnr5143" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a7hcs31": { - "ancestors": [ - "https://ror.org/00n4k4n97" - ], - "descendants": [ - "https://ror.org/039j6d549", - "https://ror.org/00b26s419", - "https://ror.org/00wsjjq14", - "https://ror.org/015tmw922", - "https://ror.org/02dmc4h32", - "https://ror.org/05maag353" - ] - }, - "https://ror.org/02dmc4h32": { - "ancestors": [ - "https://ror.org/05a7hcs31", - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/026n33e29": { - "ancestors": [ - "https://ror.org/00c8v4891", - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tp0ty93": { - "ancestors": [ - "https://ror.org/04zjvnp94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j9npf54": { - "ancestors": [ - "https://ror.org/02qdbgx97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03apjks92": { - "ancestors": [ - "https://ror.org/03xyjdy64" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k05jx47": { - "ancestors": [ - "https://ror.org/008xr7e22" - ], - "descendants": [ - - ] - }, - "https://ror.org/04580ts27": { - "ancestors": [ - "https://ror.org/02qdbgx97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02emy8e21": { - "ancestors": [ - "https://ror.org/00dmrtm29" - ], - "descendants": [ - - ] - }, - "https://ror.org/016nh4b93": { - "ancestors": [ - "https://ror.org/054bs2v13" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bt00m07": { - "ancestors": [ - "https://ror.org/05c9r4685" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sxmkm79": { - "ancestors": [ - "https://ror.org/024zq6d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/004cj7n30": { - "ancestors": [ - "https://ror.org/000ywep40" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wyncb52": { - "ancestors": [ - "https://ror.org/04ce87537" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bt82v32": { - "ancestors": [ - "https://ror.org/05v6eh043" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ar23e02": { - "ancestors": [ - "https://ror.org/058xqe166" - ], - "descendants": [ - - ] - }, - "https://ror.org/05na1sz60": { - "ancestors": [ - "https://ror.org/03bcvxv20", - "https://ror.org/006z80t96" - ], - "descendants": [ - - ] - }, - "https://ror.org/021x6km63": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/0057da036": { - "ancestors": [ - "https://ror.org/05c9r4685" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x1z3t86": { - "ancestors": [ - "https://ror.org/001d2bp15" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cb32210": { - "ancestors": [ - "https://ror.org/050fhx250" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dpw6893": { - "ancestors": [ - "https://ror.org/05bhsww40" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w756144": { - "ancestors": [ - "https://ror.org/05ntqke24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d9g9604": { - "ancestors": [ - "https://ror.org/047m0fb88", - "https://ror.org/049qz7x77", - "https://ror.org/05bpbnx46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c9syb98": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03w2xw870", - "https://ror.org/04scgfz75", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/050th9p79": { - "ancestors": [ - "https://ror.org/01ep18d71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vmr1p37": { - "ancestors": [ - "https://ror.org/00v4dac24" - ], - "descendants": [ - - ] - }, - "https://ror.org/037y5zq83": { - "ancestors": [ - "https://ror.org/04jewc589" - ], - "descendants": [ - - ] - }, - "https://ror.org/04929s478": { - "ancestors": [ - "https://ror.org/03gzbrs57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03384k835": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/005h65c20": { - "ancestors": [ - "https://ror.org/00dmrtm29" - ], - "descendants": [ - - ] - }, - "https://ror.org/004qj2391": { - "ancestors": [ - "https://ror.org/02s8dab97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rha3g10": { - "ancestors": [ - "https://ror.org/009fk3b63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0223apb60": { - "ancestors": [ - "https://ror.org/05c2p1f98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qdsfq65": { - "ancestors": [ - "https://ror.org/00vxgjw72", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xxd6b82": { - "ancestors": [ - "https://ror.org/0266h1q26" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ee2qy47": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/025ny1854": { - "ancestors": [ - "https://ror.org/02y0es528" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b1r6152": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/015dyrs73": { - "ancestors": [ - "https://ror.org/01aye5y64" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d00rw04": { - "ancestors": [ - "https://ror.org/03fag5224" - ], - "descendants": [ - - ] - }, - "https://ror.org/002yfn631": { - "ancestors": [ - "https://ror.org/03tzaeb71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k1cm432": { - "ancestors": [ - "https://ror.org/0127qs140" - ], - "descendants": [ - - ] - }, - "https://ror.org/03npxtg86": { - "ancestors": [ - "https://ror.org/01m6k8878" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y3ze847": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n9fs062": { - "ancestors": [ - "https://ror.org/04sfka033" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sy5w128": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tr09862": { - "ancestors": [ - "https://ror.org/05c9r4685" - ], - "descendants": [ - - ] - }, - "https://ror.org/039tzxh97": { - "ancestors": [ - "https://ror.org/02dqqj223" - ], - "descendants": [ - - ] - }, - "https://ror.org/054ekwz94": { - "ancestors": [ - "https://ror.org/05x1ves75" - ], - "descendants": [ - - ] - }, - "https://ror.org/0549ak978": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xkx3e48": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s32c292": { - "ancestors": [ - "https://ror.org/02ryc4y44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jpj9789": { - "ancestors": [ - "https://ror.org/03awsb125", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/011ac6r71": { - "ancestors": [ - "https://ror.org/04zet5t12" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gjahp83": { - "ancestors": [ - "https://ror.org/045ns1x37" - ], - "descendants": [ - - ] - }, - "https://ror.org/003t0xc83": { - "ancestors": [ - "https://ror.org/04tpp9d61" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cb0kd74": { - "ancestors": [ - "https://ror.org/05kdz4d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kqjm533": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/01praqa56": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kz7bw59": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ywpxj09": { - "ancestors": [ - "https://ror.org/03bs2yy11" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rnep118": { - "ancestors": [ - "https://ror.org/03xnr5143" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s9jrm13": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/011tz3351": { - "ancestors": [ - "https://ror.org/00dmrtm29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b4wat71": { - "ancestors": [ - "https://ror.org/04ehecz88", - "https://ror.org/011htkb76" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ap6wx93": { - "ancestors": [ - "https://ror.org/05y3qh794" - ], - "descendants": [ - - ] - }, - "https://ror.org/0460s9920": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/017j2n938": { - "ancestors": [ - "https://ror.org/03q11y497" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e1xz016": { - "ancestors": [ - "https://ror.org/04zjvnp94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ffc6g28": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/022296476": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fyf7995": { - "ancestors": [ - "https://ror.org/03fag5224" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x495f64": { - "ancestors": [ - "https://ror.org/0130jk839" - ], - "descendants": [ - - ] - }, - "https://ror.org/0258h0g75": { - "ancestors": [ - "https://ror.org/01hcvr073" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qv90y91": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/058peea52": { - "ancestors": [ - "https://ror.org/02bbana41" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zwxrr04": { - "ancestors": [ - "https://ror.org/02bbana41" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wstbs93": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t8gvx47": { - "ancestors": [ - "https://ror.org/04ehjk122" - ], - "descendants": [ - - ] - }, - "https://ror.org/037s3ck33": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a3zyd02": { - "ancestors": [ - "https://ror.org/00sh19a92" - ], - "descendants": [ - - ] - }, - "https://ror.org/0091mqf26": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ska0k70": { - "ancestors": [ - "https://ror.org/02sb3pg33" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vnyaz83": { - "ancestors": [ - "https://ror.org/0060avh92" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jt1df44": { - "ancestors": [ - "https://ror.org/03r1qk590" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q3gmk48": { - "ancestors": [ - "https://ror.org/05atemp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hsvgn43": { - "ancestors": [ - "https://ror.org/04kyt9204" - ], - "descendants": [ - - ] - }, - "https://ror.org/036mbxj57": { - "ancestors": [ - "https://ror.org/001xq1j98" - ], - "descendants": [ - - ] - }, - "https://ror.org/038v5dr76": { - "ancestors": [ - "https://ror.org/01d1vqp66" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fz99q08": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gvfxs59": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gfmry48": { - "ancestors": [ - "https://ror.org/00dwz8y55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b2pvs09": { - "ancestors": [ - "https://ror.org/01dcrt245" - ], - "descendants": [ - - ] - }, - "https://ror.org/056nn5n22": { - "ancestors": [ - "https://ror.org/04d5w7479" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yhc9w15": { - "ancestors": [ - "https://ror.org/003k75717" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t3q6164": { - "ancestors": [ - "https://ror.org/03xyjdy64" - ], - "descendants": [ - - ] - }, - "https://ror.org/005t72d47": { - "ancestors": [ - "https://ror.org/01bgbk171" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b8yvg40": { - "ancestors": [ - "https://ror.org/00yx91b22" - ], - "descendants": [ - - ] - }, - "https://ror.org/045s3rx57": { - "ancestors": [ - "https://ror.org/031nbgr73" - ], - "descendants": [ - - ] - }, - "https://ror.org/009vheq40": { - "ancestors": [ - "https://ror.org/03h2bh287" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x8jdc94": { - "ancestors": [ - "https://ror.org/04gzb2213" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d6eav07": { - "ancestors": [ - "https://ror.org/02nys7898" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qe7f394": { - "ancestors": [ - "https://ror.org/02sevrz47" - ], - "descendants": [ - "https://ror.org/00t0z3q71", - "https://ror.org/0080ttk76" - ] - }, - "https://ror.org/00f2gwr16": { - "ancestors": [ - "https://ror.org/04rgsag55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j0b8v53": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qr3vg91": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xrts777": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q97rh88": { - "ancestors": [ - "https://ror.org/03vamsh08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g397b52": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/01aeq1t78": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z1dtf94": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/00snwj435": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w8sz675": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/049mpkx27": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/038d10y34": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00trhvv58": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k7z2b58": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/037dvnz29": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dmyj570": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rdvwx15": { - "ancestors": [ - "https://ror.org/01x2t4526" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dhz7247": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kvh1910": { - "ancestors": [ - "https://ror.org/02z7tpb72" - ], - "descendants": [ - - ] - }, - "https://ror.org/029dttz57": { - "ancestors": [ - "https://ror.org/02z7tpb72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mx3cr06": { - "ancestors": [ - "https://ror.org/02kr3gj55" - ], - "descendants": [ - - ] - }, - "https://ror.org/0231d2y50": { - "ancestors": [ - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s2yen12": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03w2xw870", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/03032jm09": { - "ancestors": [ - "https://ror.org/0594s0e67" - ], - "descendants": [ - - ] - }, - "https://ror.org/052vjje65": { - "ancestors": [ - "https://ror.org/00he80998" - ], - "descendants": [ - - ] - }, - "https://ror.org/04219vz71": { - "ancestors": [ - "https://ror.org/003k75717" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f2xwq77": { - "ancestors": [ - "https://ror.org/018hjpz25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a90fj07": { - "ancestors": [ - "https://ror.org/04cntmc13" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ybj8n97": { - "ancestors": [ - "https://ror.org/000ywep40" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rsydb28": { - "ancestors": [ - "https://ror.org/001xq1j98" - ], - "descendants": [ - - ] - }, - "https://ror.org/035a72598": { - "ancestors": [ - "https://ror.org/00dmrtm29" - ], - "descendants": [ - - ] - }, - "https://ror.org/052ra0j05": { - "ancestors": [ - "https://ror.org/05g35d951" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vcxwm16": { - "ancestors": [ - "https://ror.org/03t995d97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ab2dg68": { - "ancestors": [ - "https://ror.org/04zet5t12" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pyp8h55": { - "ancestors": [ - "https://ror.org/03bd8jh67" - ], - "descendants": [ - - ] - }, - "https://ror.org/0067dx910": { - "ancestors": [ - "https://ror.org/02z9g9j20" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hrg0j24": { - "ancestors": [ - "https://ror.org/02ryc4y44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qyxqf94": { - "ancestors": [ - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r5kgd36": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qbdwc31": { - "ancestors": [ - "https://ror.org/0586bt104" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ycr6b80": { - "ancestors": [ - "https://ror.org/009sa0g06" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fv61j67": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/02jx3x895", - "https://ror.org/001aqnf71", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kfr4659": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hsexy86": { - "ancestors": [ - "https://ror.org/012e9j548" - ], - "descendants": [ - - ] - }, - "https://ror.org/011qwff60": { - "ancestors": [ - "https://ror.org/04p5zd128" - ], - "descendants": [ - - ] - }, - "https://ror.org/000849h34": { - "ancestors": [ - "https://ror.org/01je02926" - ], - "descendants": [ - - ] - }, - "https://ror.org/00eysw063": { - "ancestors": [ - "https://ror.org/04q5r0746" - ], - "descendants": [ - - ] - }, - "https://ror.org/030mbcp39": { - "ancestors": [ - "https://ror.org/049zedh07" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fcrn131": { - "ancestors": [ - "https://ror.org/0489f6q08", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b0m1444": { - "ancestors": [ - "https://ror.org/04zjvnp94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zpz3d35": { - "ancestors": [ - "https://ror.org/045gxp391", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wk9vd23": { - "ancestors": [ - "https://ror.org/056brkm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zhk7994": { - "ancestors": [ - "https://ror.org/00b31g692" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r5ess67": { - "ancestors": [ - "https://ror.org/03vek6s52" - ], - "descendants": [ - - ] - }, - "https://ror.org/019my5047": { - "ancestors": [ - "https://ror.org/00b31g692" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q11am17": { - "ancestors": [ - "https://ror.org/039479p46" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ncx3917": { - "ancestors": [ - "https://ror.org/04v54gj93" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k5vcj72": { - "ancestors": [ - "https://ror.org/05ka2ew29" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w3e4z48": { - "ancestors": [ - "https://ror.org/05pjd0m90" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gs6xd08": { - "ancestors": [ - "https://ror.org/05bpbnx46", - "https://ror.org/01dtyv127" - ], - "descendants": [ - - ] - }, - "https://ror.org/036s9kg65": { - "ancestors": [ - "https://ror.org/02t1bej08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p6pjw94": { - "ancestors": [ - "https://ror.org/057csh885" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m64xs77": { - "ancestors": [ - "https://ror.org/049prb569" - ], - "descendants": [ - - ] - }, - "https://ror.org/0264d9934": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y64dx33": { - "ancestors": [ - "https://ror.org/05dq2gs74", - "https://ror.org/05grhsk96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xc56p63": { - "ancestors": [ - "https://ror.org/03wvsyq85" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vbnvy39": { - "ancestors": [ - "https://ror.org/05atemp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nj8sa76": { - "ancestors": [ - "https://ror.org/05kdz4d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s18mw09": { - "ancestors": [ - "https://ror.org/00jrmky87", - "https://ror.org/039k11f95" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wyx7h61": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/057edve92": { - "ancestors": [ - "https://ror.org/03q11y497" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a858n67": { - "ancestors": [ - "https://ror.org/058x7dy48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cv0eh48": { - "ancestors": [ - "https://ror.org/02tdmfk69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vqzd428": { - "ancestors": [ - "https://ror.org/03q11y497" - ], - "descendants": [ - - ] - }, - "https://ror.org/019f36t97": { - "ancestors": [ - "https://ror.org/034nvrd87" - ], - "descendants": [ - - ] - }, - "https://ror.org/000vvpv33": { - "ancestors": [ - "https://ror.org/03q11y497" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sgkca59": { - "ancestors": [ - "https://ror.org/03q11y497" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gbhgc79": { - "ancestors": [ - "https://ror.org/04cpxjv19" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jb7ng92": { - "ancestors": [ - "https://ror.org/03qesm017" - ], - "descendants": [ - - ] - }, - "https://ror.org/016m8pd54": { - "ancestors": [ - "https://ror.org/03gzbrs57" - ], - "descendants": [ - - ] - }, - "https://ror.org/01skxn174": { - "ancestors": [ - "https://ror.org/03gzbrs57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m6tev69": { - "ancestors": [ - "https://ror.org/02jz99c72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ymyxj51": { - "ancestors": [ - "https://ror.org/014579w63", - "https://ror.org/05smbmp94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gaqn537": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cfdk448": { - "ancestors": [ - "https://ror.org/026xdcm93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jxcef68": { - "ancestors": [ - "https://ror.org/03q82t418" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p830915": { - "ancestors": [ - "https://ror.org/04zet5t12" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s0ee237": { - "ancestors": [ - "https://ror.org/01fqg5k81" - ], - "descendants": [ - - ] - }, - "https://ror.org/00514rc81": { - "ancestors": [ - "https://ror.org/018hjpz25" - ], - "descendants": [ - - ] - }, - "https://ror.org/045m9y072": { - "ancestors": [ - "https://ror.org/03jeg4p28" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hhwej14": { - "ancestors": [ - "https://ror.org/04shzs249" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cht9689": { - "ancestors": [ - "https://ror.org/0362za439" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y4qch95": { - "ancestors": [ - "https://ror.org/05xjxp170" - ], - "descendants": [ - - ] - }, - "https://ror.org/033gfa640": { - "ancestors": [ - "https://ror.org/009fk3b63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c1pgm26": { - "ancestors": [ - "https://ror.org/05jdqs103" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e247w35": { - "ancestors": [ - "https://ror.org/001xq1j98" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sp8x745": { - "ancestors": [ - "https://ror.org/057xs4529", - "https://ror.org/05smbmp94" - ], - "descendants": [ - - ] - }, - "https://ror.org/031wwqy14": { - "ancestors": [ - "https://ror.org/01x0e6k76", - "https://ror.org/044ntvm43" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q7jp496": { - "ancestors": [ - "https://ror.org/00znvbk37" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q75av54": { - "ancestors": [ - "https://ror.org/044j2cm68" - ], - "descendants": [ - - ] - }, - "https://ror.org/05deks119": { - "ancestors": [ - "https://ror.org/044790d95" - ], - "descendants": [ - "https://ror.org/01s5axj25" - ] - }, - "https://ror.org/01zkyz108": { - "ancestors": [ - "https://ror.org/04kfn4587" - ], - "descendants": [ - - ] - }, - "https://ror.org/05va5gy74": { - "ancestors": [ - "https://ror.org/058x7dy48" - ], - "descendants": [ - - ] - }, - "https://ror.org/043j9bc42": { - "ancestors": [ - "https://ror.org/03dx46b94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mt09h51": { - "ancestors": [ - "https://ror.org/04m8z4n60" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h9y0t02": { - "ancestors": [ - "https://ror.org/04kfn4587" - ], - "descendants": [ - - ] - }, - "https://ror.org/04am5a125": { - "ancestors": [ - "https://ror.org/04v0as660" - ], - "descendants": [ - - ] - }, - "https://ror.org/056v1sx90": { - "ancestors": [ - "https://ror.org/03mcwam86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d576879": { - "ancestors": [ - "https://ror.org/036x6gt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dzvew28": { - "ancestors": [ - "https://ror.org/008zj0x80" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kpx1157": { - "ancestors": [ - "https://ror.org/02j7n9748" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zbzxe52": { - "ancestors": [ - "https://ror.org/04fsd0842", - "https://ror.org/0485axj58" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v3sdn51": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/00vtgdb53", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zwf0j41": { - "ancestors": [ - "https://ror.org/01j64ar73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fe2n505": { - "ancestors": [ - "https://ror.org/03wvsyq85" - ], - "descendants": [ - - ] - }, - "https://ror.org/0322mf940": { - "ancestors": [ - "https://ror.org/03v25yt44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rq50d77": { - "ancestors": [ - "https://ror.org/02tdmfk69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zpy9a42": { - "ancestors": [ - "https://ror.org/03fag5224" - ], - "descendants": [ - - ] - }, - "https://ror.org/009qqcw96": { - "ancestors": [ - "https://ror.org/00sf92s91" - ], - "descendants": [ - - ] - }, - "https://ror.org/032nh7f71": { - "ancestors": [ - "https://ror.org/052tfza37" - ], - "descendants": [ - - ] - }, - "https://ror.org/039c6rk82": { - "ancestors": [ - "https://ror.org/000ywep40" - ], - "descendants": [ - - ] - }, - "https://ror.org/0219djn76": { - "ancestors": [ - "https://ror.org/01j7c0b24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mzkvr65": { - "ancestors": [ - "https://ror.org/04tpp9d61" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ckgfr29": { - "ancestors": [ - "https://ror.org/02fxe3b78" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c1c4p76": { - "ancestors": [ - "https://ror.org/04zhhva53", - "https://ror.org/028gm7992" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qs81248": { - "ancestors": [ - "https://ror.org/014hmqv77" - ], - "descendants": [ - - ] - }, - "https://ror.org/010tmdc88": { - "ancestors": [ - "https://ror.org/02mby1820", - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a1x1d92": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/059wef195": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/047v2cv91": { - "ancestors": [ - "https://ror.org/02yq33n72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fqdgv63": { - "ancestors": [ - "https://ror.org/04rgsag55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d1wq758": { - "ancestors": [ - "https://ror.org/034c1gc25", - "https://ror.org/017xncd55" - ], - "descendants": [ - - ] - }, - "https://ror.org/05echw708": { - "ancestors": [ - "https://ror.org/03mcwam86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gahk913": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zyevp23": { - "ancestors": [ - "https://ror.org/02tdmfk69" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nh9x179": { - "ancestors": [ - "https://ror.org/00b31g692" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m6e7d23": { - "ancestors": [ - "https://ror.org/01h8ey223", - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xtpk854": { - "ancestors": [ - "https://ror.org/00he80998", - "https://ror.org/05x3jck08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vmdsx94": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/021zm6p18": { - "ancestors": [ - "https://ror.org/01wspv808" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bmgpj29": { - "ancestors": [ - "https://ror.org/04jzrvb03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t8kxz54": { - "ancestors": [ - "https://ror.org/02gpy3h79" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x2sza30": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m5bv793": { - "ancestors": [ - "https://ror.org/04fzwnh64" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hssm416": { - "ancestors": [ - "https://ror.org/03q82t418" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z7fc725": { - "ancestors": [ - "https://ror.org/03qvjzj64" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qye4525": { - "ancestors": [ - "https://ror.org/024zq6d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k9bck94": { - "ancestors": [ - "https://ror.org/02mwqcj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/046vare28": { - "ancestors": [ - "https://ror.org/05k5t2r42", - "https://ror.org/03zcpvf19" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wc5x922": { - "ancestors": [ - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/010ns0q29": { - "ancestors": [ - "https://ror.org/03acrxj66" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wbsx459": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ajrkx50": { - "ancestors": [ - "https://ror.org/05gekvn04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02952et24": { - "ancestors": [ - "https://ror.org/03s48cw66" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t69y763": { - "ancestors": [ - "https://ror.org/01qc17q17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z0ne711": { - "ancestors": [ - "https://ror.org/04j71m034" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h29d328": { - "ancestors": [ - "https://ror.org/05c9r4685" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gcc9p15": { - "ancestors": [ - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05am5g719": { - "ancestors": [ - "https://ror.org/04cntmc13" - ], - "descendants": [ - - ] - }, - "https://ror.org/050c9qp51": { - "ancestors": [ - "https://ror.org/051fq1m45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zy11s57": { - "ancestors": [ - "https://ror.org/01gfeyd95" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mhbkr88": { - "ancestors": [ - "https://ror.org/035gna214" - ], - "descendants": [ - - ] - }, - "https://ror.org/001x4vz59": { - "ancestors": [ - "https://ror.org/00he80998", - "https://ror.org/04fsd0842" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wqhv079": { - "ancestors": [ - "https://ror.org/03mjtdk61" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mxrtj31": { - "ancestors": [ - "https://ror.org/03mjtdk61" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rfbyn37": { - "ancestors": [ - "https://ror.org/00d6gc809", - "https://ror.org/0358tcd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r17y386": { - "ancestors": [ - "https://ror.org/05kxbax75" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m72p590": { - "ancestors": [ - "https://ror.org/00yksxf10" - ], - "descendants": [ - - ] - }, - "https://ror.org/023gt0394": { - "ancestors": [ - "https://ror.org/03wvsyq85" - ], - "descendants": [ - - ] - }, - "https://ror.org/050batv17": { - "ancestors": [ - "https://ror.org/02tdmfk69" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w94w157": { - "ancestors": [ - "https://ror.org/03mjtdk61" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j4rdg62": { - "ancestors": [ - "https://ror.org/03mjtdk61" - ], - "descendants": [ - - ] - }, - "https://ror.org/009543z50": { - "ancestors": [ - "https://ror.org/04fzwnh64" - ], - "descendants": [ - - ] - }, - "https://ror.org/030j6qm79": { - "ancestors": [ - "https://ror.org/04cntmc13" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a105t20": { - "ancestors": [ - "https://ror.org/00baer621" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h2qwk37": { - "ancestors": [ - "https://ror.org/004mzjh28" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bg1hy68": { - "ancestors": [ - "https://ror.org/04y40x506", - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/000f32327": { - "ancestors": [ - "https://ror.org/057fg2a35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e60hf45": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x8bpc61": { - "ancestors": [ - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dvgss50": { - "ancestors": [ - "https://ror.org/0220rp185" - ], - "descendants": [ - - ] - }, - "https://ror.org/00frzd868": { - "ancestors": [ - "https://ror.org/055xrn550" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rfgpg89": { - "ancestors": [ - "https://ror.org/00b4emx12" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pc31859": { - "ancestors": [ - "https://ror.org/05kdz4d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/027mz0g68": { - "ancestors": [ - "https://ror.org/054w3nm73", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bx2yj81": { - "ancestors": [ - "https://ror.org/00ja2ye75" - ], - "descendants": [ - - ] - }, - "https://ror.org/04461gd92": { - "ancestors": [ - "https://ror.org/057n8mx64" - ], - "descendants": [ - - ] - }, - "https://ror.org/043j17q40": { - "ancestors": [ - "https://ror.org/04rtgz764" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w90nk74": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jkbm032": { - "ancestors": [ - "https://ror.org/05x1ves75" - ], - "descendants": [ - - ] - }, - "https://ror.org/0583j8v67": { - "ancestors": [ - "https://ror.org/00trqv719", - "https://ror.org/022kthw22" - ], - "descendants": [ - - ] - }, - "https://ror.org/0378zg266": { - "ancestors": [ - "https://ror.org/01x0e6k76" - ], - "descendants": [ - - ] - }, - "https://ror.org/058qmst67": { - "ancestors": [ - "https://ror.org/05qsjq305" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jtwsb29": { - "ancestors": [ - "https://ror.org/037zgn354" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eydna48": { - "ancestors": [ - "https://ror.org/03t995d97" - ], - "descendants": [ - - ] - }, - "https://ror.org/026mp1041": { - "ancestors": [ - "https://ror.org/04q0ja294" - ], - "descendants": [ - - ] - }, - "https://ror.org/052vt9742": { - "ancestors": [ - "https://ror.org/011kd6273", - "https://ror.org/04fkqna53" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j40pq70": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b021m32": { - "ancestors": [ - "https://ror.org/0060avh92" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kzhn079": { - "ancestors": [ - "https://ror.org/055xrn550" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s0dm484": { - "ancestors": [ - "https://ror.org/044j2cm68" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fpjqs91": { - "ancestors": [ - "https://ror.org/01fqg5k81" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mm5qn83": { - "ancestors": [ - "https://ror.org/05mbkbj54", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/017je7s69": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r520291": { - "ancestors": [ - "https://ror.org/00kmz4377" - ], - "descendants": [ - - ] - }, - "https://ror.org/008kn1a71": { - "ancestors": [ - "https://ror.org/03wefcv03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j7t7330": { - "ancestors": [ - "https://ror.org/01fqg5k81" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f2pye70": { - "ancestors": [ - "https://ror.org/03t995d97" - ], - "descendants": [ - - ] - }, - "https://ror.org/030637x68": { - "ancestors": [ - "https://ror.org/03wvsyq85" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zk9v026": { - "ancestors": [ - "https://ror.org/0060avh92" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t626n88": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ka38w49": { - "ancestors": [ - "https://ror.org/00ey0ed83" - ], - "descendants": [ - - ] - }, - "https://ror.org/0332k3m42": { - "ancestors": [ - "https://ror.org/01g77mv66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jc2kw33": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fzfzc37": { - "ancestors": [ - "https://ror.org/00s61s029", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/021rths28": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/014c68a74": { - "ancestors": [ - "https://ror.org/04qmkfe11", - "https://ror.org/05kcj6c10", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p15s250": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02p7sht55" - ] - }, - "https://ror.org/03txk6b49": { - "ancestors": [ - "https://ror.org/05ntqke24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xfgtq85": { - "ancestors": [ - "https://ror.org/05xcarb80", - "https://ror.org/031qpfn56", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/056qqqn18": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nd0nz77": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ghnvz91": { - "ancestors": [ - "https://ror.org/02g8ke488", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wjr6873": { - "ancestors": [ - "https://ror.org/030j39b93", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03hvanq85" - ] - }, - "https://ror.org/00mrcjr06": { - "ancestors": [ - "https://ror.org/055xrn550" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ppsp263": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/0502a2655": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mxm6g77": { - "ancestors": [ - "https://ror.org/023w6y044", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t4ef339": { - "ancestors": [ - "https://ror.org/031qpfn56", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/040e0d212": { - "ancestors": [ - "https://ror.org/03mzbnj03", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/024b7e967": { - "ancestors": [ - "https://ror.org/031qpfn56", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/0493tt883" - ] - }, - "https://ror.org/02x9bj444": { - "ancestors": [ - "https://ror.org/054w3nm73", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p668j08": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/057vc9k50": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/008cz4337": { - "ancestors": [ - "https://ror.org/056brkm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wwbp431": { - "ancestors": [ - "https://ror.org/01a61tf67" - ], - "descendants": [ - - ] - }, - "https://ror.org/014tg6596": { - "ancestors": [ - "https://ror.org/037tz0e16" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xgvev73": { - "ancestors": [ - "https://ror.org/032y0n460", - "https://ror.org/0082wq496" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n3egs77": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02stzb903": { - "ancestors": [ - "https://ror.org/05x1ves75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ec4j852": { - "ancestors": [ - "https://ror.org/0127qs140" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t0s7x83": { - "ancestors": [ - "https://ror.org/0254bmq54" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wpa5731": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/053zey189": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xeg9z08": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/026dax180" - ] - }, - "https://ror.org/01s5ya894": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00fyrp007" - ] - }, - "https://ror.org/0466fwq98": { - "ancestors": [ - "https://ror.org/05c9r4685" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xnecb03": { - "ancestors": [ - "https://ror.org/056pg9759" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x8xdg58": { - "ancestors": [ - "https://ror.org/009fk3b63" - ], - "descendants": [ - - ] - }, - "https://ror.org/051ppg660": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k6q9261": { - "ancestors": [ - "https://ror.org/05c9r4685" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f53md90": { - "ancestors": [ - "https://ror.org/050b31k83" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pveve47": { - "ancestors": [ - "https://ror.org/03cd02q50", - "https://ror.org/04vrzee53", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zerva91": { - "ancestors": [ - "https://ror.org/03dj8sp02" - ], - "descendants": [ - - ] - }, - "https://ror.org/0367d2222": { - "ancestors": [ - "https://ror.org/024w0ge69", - "https://ror.org/05t0w3074" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j9pph68": { - "ancestors": [ - "https://ror.org/0488cct49" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d0rfg41": { - "ancestors": [ - "https://ror.org/02wtdvm35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01khsr243": { - "ancestors": [ - "https://ror.org/02dqdxm48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03we1zb10": { - "ancestors": [ - "https://ror.org/04c8bjx39" - ], - "descendants": [ - - ] - }, - "https://ror.org/0255fcy13": { - "ancestors": [ - "https://ror.org/00y3snf11" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z6cxz02": { - "ancestors": [ - "https://ror.org/03k95y741" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pb6gq71": { - "ancestors": [ - "https://ror.org/04mvr1r74" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r5r0r56": { - "ancestors": [ - "https://ror.org/0427e1040" - ], - "descendants": [ - - ] - }, - "https://ror.org/005k4dn45": { - "ancestors": [ - "https://ror.org/05vvhh982" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v13p275": { - "ancestors": [ - "https://ror.org/03e4g1593" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yn60017": { - "ancestors": [ - "https://ror.org/05d7dmk69" - ], - "descendants": [ - - ] - }, - "https://ror.org/021ctjg87": { - "ancestors": [ - "https://ror.org/01537wn74" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qx1c439": { - "ancestors": [ - "https://ror.org/0355zfr67", - "https://ror.org/00qz24g20" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c93ee60": { - "ancestors": [ - "https://ror.org/00jtmm480" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pmdg365": { - "ancestors": [ - "https://ror.org/05w2bg876" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fvmv716": { - "ancestors": [ - "https://ror.org/00jrmky87", - "https://ror.org/039k11f95" - ], - "descendants": [ - - ] - }, - "https://ror.org/0522mgp14": { - "ancestors": [ - "https://ror.org/03jeg4p28" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hr54p22": { - "ancestors": [ - "https://ror.org/032837421" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vhmfv49": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zd4p313": { - "ancestors": [ - "https://ror.org/00xkkpn05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hc70w10": { - "ancestors": [ - "https://ror.org/04esegk75" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ts7ew79": { - "ancestors": [ - "https://ror.org/02knte584" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cs14q41": { - "ancestors": [ - "https://ror.org/012gye839", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gkheh82": { - "ancestors": [ - "https://ror.org/00sh19a92" - ], - "descendants": [ - - ] - }, - "https://ror.org/057hbdz28": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jg6a761": { - "ancestors": [ - "https://ror.org/02z5aj645", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0423jvm15": { - "ancestors": [ - "https://ror.org/03t542436" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z87mf86": { - "ancestors": [ - "https://ror.org/025yjfh46", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/0246m8g89" - ] - }, - "https://ror.org/009kr6r15": { - "ancestors": [ - "https://ror.org/03q82t418" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n92bt27": { - "ancestors": [ - "https://ror.org/02z5aj645", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qv7gx64": { - "ancestors": [ - "https://ror.org/02p4mwa83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bbdze26": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/053vvhn22": { - "ancestors": [ - "https://ror.org/02e6wxz44" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xc08717": { - "ancestors": [ - "https://ror.org/0489f6q08", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x41ba23": { - "ancestors": [ - "https://ror.org/023w6y044", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/049yzyv96": { - "ancestors": [ - "https://ror.org/02f2rgc17", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ckbq028": { - "ancestors": [ - "https://ror.org/02vg92y09" - ], - "descendants": [ - - ] - }, - "https://ror.org/019n8y489": { - "ancestors": [ - "https://ror.org/04mvr1r74" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qcsrr17": { - "ancestors": [ - "https://ror.org/02egw6w85" - ], - "descendants": [ - - ] - }, - "https://ror.org/00afc8732": { - "ancestors": [ - "https://ror.org/035vbzz28", - "https://ror.org/0527v1v90", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tre1223": { - "ancestors": [ - "https://ror.org/02dqqj223" - ], - "descendants": [ - - ] - }, - "https://ror.org/037xafn82": { - "ancestors": [ - "https://ror.org/023w6y044", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ax3zh38": { - "ancestors": [ - "https://ror.org/01rybzk66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/036a0e562", - "https://ror.org/027yknb66", - "https://ror.org/036adbz09" - ] - }, - "https://ror.org/009s7a550": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/03drznb24": { - "ancestors": [ - "https://ror.org/01fqg5k81" - ], - "descendants": [ - - ] - }, - "https://ror.org/05asn5035": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hbp2s71": { - "ancestors": [ - "https://ror.org/02psedk13" - ], - "descendants": [ - - ] - }, - "https://ror.org/013s9ta35": { - "ancestors": [ - "https://ror.org/055xrn550" - ], - "descendants": [ - - ] - }, - "https://ror.org/037egvh70": { - "ancestors": [ - "https://ror.org/049prb569" - ], - "descendants": [ - - ] - }, - "https://ror.org/0401p8597": { - "ancestors": [ - "https://ror.org/00he80998" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k51eb57": { - "ancestors": [ - "https://ror.org/012gye839", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b7web15": { - "ancestors": [ - "https://ror.org/00eg0bk82", - "https://ror.org/03mzbnj03", - "https://ror.org/05eq41471", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mqgrb58": { - "ancestors": [ - "https://ror.org/01qbebb31" - ], - "descendants": [ - - ] - }, - "https://ror.org/000qjjz95": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/00edt5124": { - "ancestors": [ - "https://ror.org/05xcney74" - ], - "descendants": [ - - ] - }, - "https://ror.org/0208r0146": { - "ancestors": [ - "https://ror.org/04rt7ps04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vv3y523": { - "ancestors": [ - "https://ror.org/05374b979" - ], - "descendants": [ - - ] - }, - "https://ror.org/040s7at76": { - "ancestors": [ - "https://ror.org/008zj0x80" - ], - "descendants": [ - - ] - }, - "https://ror.org/003qr7703": { - "ancestors": [ - "https://ror.org/02e8hzf44", - "https://ror.org/020cpqb94", - "https://ror.org/020cpqb94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00raa0r66": { - "ancestors": [ - "https://ror.org/01zcpa714" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tc4ww71": { - "ancestors": [ - "https://ror.org/037zgn354" - ], - "descendants": [ - - ] - }, - "https://ror.org/015er2861": { - "ancestors": [ - "https://ror.org/05kdz4d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j8r0p47": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02112mb03": { - "ancestors": [ - "https://ror.org/02s6h0431" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mvdc478": { - "ancestors": [ - "https://ror.org/04h81rw26" - ], - "descendants": [ - - ] - }, - "https://ror.org/01twwfv38": { - "ancestors": [ - "https://ror.org/0102aw075" - ], - "descendants": [ - - ] - }, - "https://ror.org/033rjjc73": { - "ancestors": [ - "https://ror.org/01tay0360" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d6tbx77": { - "ancestors": [ - "https://ror.org/030zsh764" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p83my93": { - "ancestors": [ - "https://ror.org/03bd8jh67" - ], - "descendants": [ - "https://ror.org/00frst980", - "https://ror.org/02zg69r60" - ] - }, - "https://ror.org/057xs4529": { - "ancestors": [ - "https://ror.org/05smbmp94" - ], - "descendants": [ - "https://ror.org/02sp8x745", - "https://ror.org/02n73hp60" - ] - }, - "https://ror.org/02q69x434": { - "ancestors": [ - "https://ror.org/03kv8xc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/02snwfx66": { - "ancestors": [ - "https://ror.org/00he80998" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tqnwm57": { - "ancestors": [ - "https://ror.org/01rz37c55", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vefar40": { - "ancestors": [ - "https://ror.org/02wae9s43", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/055ttwk14": { - "ancestors": [ - "https://ror.org/01h4ywk72", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q0t6358": { - "ancestors": [ - "https://ror.org/04nfvby78", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yn4km03": { - "ancestors": [ - "https://ror.org/03wvsyq85" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ds2ap82": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e8ar137": { - "ancestors": [ - "https://ror.org/04jewc589" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a56am39": { - "ancestors": [ - "https://ror.org/02hqkr514" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nw0wb75": { - "ancestors": [ - "https://ror.org/037f2xv36" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vpsdj37": { - "ancestors": [ - "https://ror.org/00he80998" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yn9cj95": { - "ancestors": [ - "https://ror.org/0068xq694" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v6a2j28": { - "ancestors": [ - "https://ror.org/04mf6js28" - ], - "descendants": [ - - ] - }, - "https://ror.org/041jk5w53": { - "ancestors": [ - "https://ror.org/02egw6w85" - ], - "descendants": [ - - ] - }, - "https://ror.org/029sr1j73": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gbz7s91": { - "ancestors": [ - "https://ror.org/028yxzq51" - ], - "descendants": [ - - ] - }, - "https://ror.org/047s1ww61": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02navrb60": { - "ancestors": [ - "https://ror.org/044ntvm43" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cm8nm15": { - "ancestors": [ - "https://ror.org/03fgher32" - ], - "descendants": [ - - ] - }, - "https://ror.org/049bgw803": { - "ancestors": [ - "https://ror.org/059pjy887" - ], - "descendants": [ - - ] - }, - "https://ror.org/05resfq34": { - "ancestors": [ - "https://ror.org/02jz99c72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c3s0k29": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/018nkky79": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fwe2f11": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pc9cb65": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/033647p67": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d8ncy29": { - "ancestors": [ - "https://ror.org/03q11y497" - ], - "descendants": [ - - ] - }, - "https://ror.org/04krwby50": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hs8x754": { - "ancestors": [ - "https://ror.org/02nys7898" - ], - "descendants": [ - - ] - }, - "https://ror.org/0003zy991": { - "ancestors": [ - "https://ror.org/027e4g787" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wc6ay63": { - "ancestors": [ - "https://ror.org/00mgss748" - ], - "descendants": [ - "https://ror.org/00zy6xm60", - "https://ror.org/0137xm018", - "https://ror.org/01jm7yc11", - "https://ror.org/05j1j8v70" - ] - }, - "https://ror.org/01ae87070": { - "ancestors": [ - "https://ror.org/00jrmky87", - "https://ror.org/039k11f95" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j6jb515": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - "https://ror.org/03zhmy467" - ] - }, - "https://ror.org/014c2qb55": { - "ancestors": [ - "https://ror.org/01q8pr365" - ], - "descendants": [ - "https://ror.org/05vqpm153" - ] - }, - "https://ror.org/01r6bzv07": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q49af68": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q1c3610": { - "ancestors": [ - "https://ror.org/00j62qv07" - ], - "descendants": [ - - ] - }, - "https://ror.org/034xvzb47": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02nr3fr97", - "https://ror.org/007x9se63", - "https://ror.org/00yf3tm42", - "https://ror.org/05hzdft06", - "https://ror.org/02y55wr53", - "https://ror.org/05jmhh281" - ] - }, - "https://ror.org/059vag305": { - "ancestors": [ - "https://ror.org/02hhsqf45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qek3q18": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/0527mfk98": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/05shq4n12": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/040dky007": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e70mw69": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ef28661": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xcn0p72": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mbqa235": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rke7t32": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jg9pj51": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/034x2fx50": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xf94514": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sgx5h42": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02njpkz73": { - "ancestors": [ - "https://ror.org/01b11x021" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wzb5b52": { - "ancestors": [ - "https://ror.org/03sqy6516", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a8gee76": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/058t40d22": { - "ancestors": [ - "https://ror.org/04pqetg36", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/017pcqs43": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p1zz409": { - "ancestors": [ - "https://ror.org/054q9r058" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qw0br74": { - "ancestors": [ - "https://ror.org/01w885875" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kh5wx29": { - "ancestors": [ - "https://ror.org/02hb7bm88", - "https://ror.org/04xa2jy35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y1qcf54": { - "ancestors": [ - "https://ror.org/057k9q466", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bjen692": { - "ancestors": [ - "https://ror.org/040gcmg81", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/022rrvm68": { - "ancestors": [ - "https://ror.org/0218eta95", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vyrje42": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rcxtd95": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nd9hr79": { - "ancestors": [ - "https://ror.org/02cme9q04" - ], - "descendants": [ - - ] - }, - "https://ror.org/0212h5y77": { - "ancestors": [ - "https://ror.org/04mrb6c22" - ], - "descendants": [ - - ] - }, - "https://ror.org/00806hw79": { - "ancestors": [ - "https://ror.org/02fyj2e56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pxjag90": { - "ancestors": [ - "https://ror.org/01kb3t575", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/050eja791": { - "ancestors": [ - "https://ror.org/044mkdq33" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jswqb94": { - "ancestors": [ - "https://ror.org/01bvxzn29", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m7mhz19": { - "ancestors": [ - "https://ror.org/031zfq432" - ], - "descendants": [ - - ] - }, - "https://ror.org/052ahj806": { - "ancestors": [ - "https://ror.org/01y8j9r24", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dcv1019": { - "ancestors": [ - "https://ror.org/03cpe7c52" - ], - "descendants": [ - - ] - }, - "https://ror.org/038x9td67": { - "ancestors": [ - "https://ror.org/04jsz6e67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dwj7825": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jq36h12": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z1z7017": { - "ancestors": [ - "https://ror.org/05k5t2r42" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qeabs35": { - "ancestors": [ - "https://ror.org/030mgn080" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dtejd64": { - "ancestors": [ - "https://ror.org/05aah2q92", - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/025vn3989": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - "https://ror.org/01bthtp68" - ] - }, - "https://ror.org/04vh1tq58": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k9qs827": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/0199g0r92": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/038vngd42": { - "ancestors": [ - "https://ror.org/05prysf28" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f61zm76": { - "ancestors": [ - "https://ror.org/04p181a07" - ], - "descendants": [ - - ] - }, - "https://ror.org/034kxvk28": { - "ancestors": [ - "https://ror.org/05fswdm20" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x5q3m40": { - "ancestors": [ - "https://ror.org/01p2v9z14" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sg1k490": { - "ancestors": [ - "https://ror.org/03fn1w943" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wwrrg31": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - "https://ror.org/01pgex273" - ] - }, - "https://ror.org/043cec594": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hrjej96": { - "ancestors": [ - "https://ror.org/00v4dac24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sqbp894": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/017136v53": { - "ancestors": [ - "https://ror.org/028fhxy95", - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bzgdw81": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x3mpp61": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/0599dmq43": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sj8qf84": { - "ancestors": [ - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/0010c1z81": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/0292awh62": { - "ancestors": [ - "https://ror.org/04b2dty93" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f99v835": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - "https://ror.org/05ehdmg18" - ] - }, - "https://ror.org/00shv0x82": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s2dqx11": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d4smc03": { - "ancestors": [ - "https://ror.org/03bd8jh67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zw2nq07": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/006pq9r08": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/002yzpx87": { - "ancestors": [ - "https://ror.org/01q8f6705" - ], - "descendants": [ - - ] - }, - "https://ror.org/028qd3f30": { - "ancestors": [ - "https://ror.org/0157vkf66" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w6wfp17": { - "ancestors": [ - "https://ror.org/02m388s04", - "https://ror.org/036h6g940" - ], - "descendants": [ - "https://ror.org/012q68n89" - ] - }, - "https://ror.org/0535c3537": { - "ancestors": [ - "https://ror.org/0234cd281" - ], - "descendants": [ - "https://ror.org/011qgx996", - "https://ror.org/00dcjap62" - ] - }, - "https://ror.org/03ks1vk59": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n6jcj93": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tmy2526": { - "ancestors": [ - "https://ror.org/01p3c3c27" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t8qjg16": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/039d1mp60": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v08em34": { - "ancestors": [ - "https://ror.org/02dy9y553" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kp7p620": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/019nmf858": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/029zb5621": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ry4r880": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/0347fy350": { - "ancestors": [ - "https://ror.org/00cwqg982", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e8tvg28": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - "https://ror.org/00mc77d93" - ] - }, - "https://ror.org/00geypp27": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/004vn8r55": { - "ancestors": [ - "https://ror.org/03xddgg98" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vz80y09": { - "ancestors": [ - "https://ror.org/03xddgg98" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vp49361": { - "ancestors": [ - "https://ror.org/04b2dty93" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fbde567": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/05261sq16": { - "ancestors": [ - "https://ror.org/002pa9318" - ], - "descendants": [ - - ] - }, - "https://ror.org/005m2at17": { - "ancestors": [ - "https://ror.org/04b6nzv94", - "https://ror.org/002pd6e78", - "https://ror.org/04py2rh25", - "https://ror.org/04py2rh25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kffp613": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q1wf970": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kftxm09": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vpj4s62": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v9kvt79": { - "ancestors": [ - "https://ror.org/03wjptj96" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ck0pr88": { - "ancestors": [ - "https://ror.org/05gekvn04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wndzd81": { - "ancestors": [ - "https://ror.org/03zcpvf19" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c22vc57": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02trgd202": { - "ancestors": [ - "https://ror.org/032exky44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pghek18": { - "ancestors": [ - "https://ror.org/0227qpa16" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ptsgx95": { - "ancestors": [ - "https://ror.org/01m2sr579" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dbmrm19": { - "ancestors": [ - "https://ror.org/00gtmwv55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03etg4523": { - "ancestors": [ - "https://ror.org/01wfv3m53" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p7sht55": { - "ancestors": [ - "https://ror.org/03p15s250", - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e5eem51": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t1t6n83": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g6ztp19": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gwxj243": { - "ancestors": [ - "https://ror.org/03hf69k85", - "https://ror.org/008s67533" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x4v8p40": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pm71w80": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k1ftz35": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/039s6n838": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/022jdjx35": { - "ancestors": [ - "https://ror.org/005rxfw29" - ], - "descendants": [ - - ] - }, - "https://ror.org/05san5604": { - "ancestors": [ - "https://ror.org/02p2bgp27" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g7wzf21": { - "ancestors": [ - "https://ror.org/027970q43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tyr1g37": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t7c0489": { - "ancestors": [ - "https://ror.org/04mte1k06" - ], - "descendants": [ - - ] - }, - "https://ror.org/0155k7414": { - "ancestors": [ - "https://ror.org/03xjacd83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bw4xw30": { - "ancestors": [ - "https://ror.org/03fn1w943" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yascf89": { - "ancestors": [ - "https://ror.org/0459j6s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qydhq49": { - "ancestors": [ - "https://ror.org/019ssje31" - ], - "descendants": [ - - ] - }, - "https://ror.org/053rfa017": { - "ancestors": [ - "https://ror.org/00zgdb249", - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zq90d67": { - "ancestors": [ - "https://ror.org/04mte1k06" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t1jzs40": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yy0dd12": { - "ancestors": [ - "https://ror.org/03e04g978" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z2dfb58": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ga31z69": { - "ancestors": [ - "https://ror.org/04hvmsy06" - ], - "descendants": [ - - ] - }, - "https://ror.org/057n4xq60": { - "ancestors": [ - "https://ror.org/0218eta95", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qed5764": { - "ancestors": [ - "https://ror.org/04mte1k06" - ], - "descendants": [ - - ] - }, - "https://ror.org/01se4r077": { - "ancestors": [ - "https://ror.org/03fn1w943" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b7p8k90": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/02927dx12": { - "ancestors": [ - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g5g7m78": { - "ancestors": [ - "https://ror.org/04ch2gv47", - "https://ror.org/05smbmp94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00psab413": { - "ancestors": [ - "https://ror.org/01qat3289" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p8kt313": { - "ancestors": [ - "https://ror.org/01qat3289" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sepg748": { - "ancestors": [ - "https://ror.org/00zgdb249", - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bts0a67": { - "ancestors": [ - "https://ror.org/02eq2w707" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g7qth32": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/002nf6q61": { - "ancestors": [ - "https://ror.org/01tr7z120", - "https://ror.org/0417ye583" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hr6kp69": { - "ancestors": [ - "https://ror.org/00yksxf10", - "https://ror.org/03czfpz43", - "https://ror.org/01xm4tt59" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a0xxp39": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rqyr540": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/03apz2q12": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f8zcs55": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c2e2v80": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/040wrkp27": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/016hfp155": { - "ancestors": [ - "https://ror.org/0218eta95", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dg04253": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mq8sh52": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vm76w92": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/0240rwx68": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f1y4a64": { - "ancestors": [ - "https://ror.org/0591s4t67" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a0kf832": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sb2fs58": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e17d143": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gkz0v31": { - "ancestors": [ - "https://ror.org/01v6fb724" - ], - "descendants": [ - - ] - }, - "https://ror.org/027hwkg23": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vfty314": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gbnpz65": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/039ekp273": { - "ancestors": [ - "https://ror.org/0218eta95", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gmz2d02": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/052r7yf45": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s9v1h75": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/028mr0844": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/0368qtc02": { - "ancestors": [ - "https://ror.org/01v5xwf23" - ], - "descendants": [ - - ] - }, - "https://ror.org/01aptcd74": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/03prr0814": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fzbxp95": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sm60f26": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/046yyq968": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p3q4q56": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nknzn40": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hx1vp23": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/0489f0s93": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0277xgb12": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/04t2ss102", - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j6cz137": { - "ancestors": [ - "https://ror.org/03rn0z073" - ], - "descendants": [ - - ] - }, - "https://ror.org/039k6f508": { - "ancestors": [ - "https://ror.org/008nkqk13", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jcpfa62": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/008ebms37": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a9hae73": { - "ancestors": [ - "https://ror.org/02zttza43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yq9ya27": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bkc5375": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/038mdqs58": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rdex851": { - "ancestors": [ - "https://ror.org/05cv56b48" - ], - "descendants": [ - - ] - }, - "https://ror.org/050pxrb04": { - "ancestors": [ - "https://ror.org/02zttza43" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tcd6p82": { - "ancestors": [ - "https://ror.org/0427e1040" - ], - "descendants": [ - - ] - }, - "https://ror.org/02avws951": { - "ancestors": [ - "https://ror.org/01v376g59" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bkd7d61": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/05etrx234": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/000ep5m48": { - "ancestors": [ - "https://ror.org/005dknr06" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y1ttm22": { - "ancestors": [ - "https://ror.org/04b2dty93" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wqae691": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/017fh2655": { - "ancestors": [ - "https://ror.org/0082wq496" - ], - "descendants": [ - - ] - }, - "https://ror.org/036z11b33": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/033fn9j44": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pjgt842": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gffk937": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jg6sy07": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t6qh616": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a92vw29": { - "ancestors": [ - "https://ror.org/02vxngq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04axb7e79": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/02meqm098": { - "ancestors": [ - "https://ror.org/0060t0j89", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t0z3q71": { - "ancestors": [ - "https://ror.org/01qe7f394", - "https://ror.org/02sevrz47" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jkz2y73": { - "ancestors": [ - "https://ror.org/02fha3693" - ], - "descendants": [ - - ] - }, - "https://ror.org/05je2tx78": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/01z6p8p31", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f49ff35": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kr30n36": { - "ancestors": [ - "https://ror.org/00he80998" - ], - "descendants": [ - - ] - }, - "https://ror.org/056nq0726": { - "ancestors": [ - "https://ror.org/05cxwhm03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ap5bg83": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p19k166": { - "ancestors": [ - "https://ror.org/05p40t847" - ], - "descendants": [ - - ] - }, - "https://ror.org/02exhb815": { - "ancestors": [ - "https://ror.org/0126z4b94" - ], - "descendants": [ - - ] - }, - "https://ror.org/021r5ns39": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j49rw24": { - "ancestors": [ - "https://ror.org/04pqetg36", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pxz9p87": { - "ancestors": [ - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kzzgw26": { - "ancestors": [ - "https://ror.org/05bpbnx46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00by9f077": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/0556kt608": { - "ancestors": [ - "https://ror.org/00va88c89", - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vpcaw67": { - "ancestors": [ - "https://ror.org/04c4bm785" - ], - "descendants": [ - "https://ror.org/048es2e39", - "https://ror.org/02qxryv39" - ] - }, - "https://ror.org/02bm6g618": { - "ancestors": [ - "https://ror.org/02h7txh22" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dy10t98": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/0593p4448": { - "ancestors": [ - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ftwc327": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tebt685": { - "ancestors": [ - "https://ror.org/04vtx5s55", - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/009h0v784": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tzq2c96": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/02davtb12": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kv87w35": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w1q1c88": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/04742vj55": { - "ancestors": [ - "https://ror.org/0489f6q08", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zzqep61": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j3jr069": { - "ancestors": [ - "https://ror.org/00k01kt20" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b5mfy68": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/054ye0e45": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zhmy467": { - "ancestors": [ - "https://ror.org/04j6jb515", - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b1sh213": { - "ancestors": [ - "https://ror.org/04wktzw65", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dy2q607": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qpd8w66": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t24x986": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h7p4v21": { - "ancestors": [ - "https://ror.org/0157vkf66" - ], - "descendants": [ - - ] - }, - "https://ror.org/022jc0g24": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/044g3zk14": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - "https://ror.org/034waa237" - ] - }, - "https://ror.org/026nmvv73": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xx1tc24": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/0424g0k78": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h1nk258": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c997669": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/0087djs12": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a33b393": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/0387jng26": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w19ak89": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/02385fa51": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b8d3w18": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - "https://ror.org/05hrn3e05" - ] - }, - "https://ror.org/03ate3e03": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cpb6264": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dq56617": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wadq306": { - "ancestors": [ - "https://ror.org/05mg74j30", - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/0492sjc74": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01220jp31": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bf9rw71": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - "https://ror.org/05hrn3e05" - ] - }, - "https://ror.org/020as7681": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/013wkc921": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pwgnh47": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/018azgd14": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ks7f963": { - "ancestors": [ - "https://ror.org/04pqetg36", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jbf6q27": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/053g6zg46": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y9arx16": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/0243gzr89": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/011471042": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/01teg2k73": { - "ancestors": [ - "https://ror.org/055546q82" - ], - "descendants": [ - - ] - }, - "https://ror.org/009j32424": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yzcpd71": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/023edjq13": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zw11527": { - "ancestors": [ - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/004a2wv92": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0538gdx71": { - "ancestors": [ - "https://ror.org/0101xrq71", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/031vxrj29": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hmjce72": { - "ancestors": [ - "https://ror.org/00grd1h17" - ], - "descendants": [ - - ] - }, - "https://ror.org/059mgez24": { - "ancestors": [ - "https://ror.org/05ep65r25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x19de83": { - "ancestors": [ - "https://ror.org/043z4tv69", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0211zmf46": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/008vp0c43": { - "ancestors": [ - "https://ror.org/044j2cm68" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vf4sk45": { - "ancestors": [ - "https://ror.org/0218eta95", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pphqm45": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kjpzv42": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z7n1h55": { - "ancestors": [ - "https://ror.org/03fn1w943" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kwjwj05": { - "ancestors": [ - "https://ror.org/05bhsww40" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a2yjk98": { - "ancestors": [ - "https://ror.org/0564cd633" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tgps059": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dqmaq38": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bygaq51": { - "ancestors": [ - "https://ror.org/04hjbmv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gt88b08": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v791m31": { - "ancestors": [ - "https://ror.org/04jndar25" - ], - "descendants": [ - "https://ror.org/00k551w06" - ] - }, - "https://ror.org/00xgy0333": { - "ancestors": [ - "https://ror.org/03e04g978" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hadk112": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/050hscv31": { - "ancestors": [ - "https://ror.org/01mzw6m29" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jkm3388": { - "ancestors": [ - "https://ror.org/00xqkj280" - ], - "descendants": [ - - ] - }, - "https://ror.org/00anm2x55": { - "ancestors": [ - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/04ry60e05" - ] - }, - "https://ror.org/00v1wt879": { - "ancestors": [ - "https://ror.org/00y6q9n79" - ], - "descendants": [ - - ] - }, - "https://ror.org/052gypd56": { - "ancestors": [ - "https://ror.org/048sabw23" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hatwc22": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tb5pg67": { - "ancestors": [ - "https://ror.org/00yksxf10" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wjn2x92": { - "ancestors": [ - "https://ror.org/01z6p8p31", - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ezy5072": { - "ancestors": [ - "https://ror.org/03g03ge92" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j1y9t40": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0190p7071": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/029zamy29": { - "ancestors": [ - "https://ror.org/0117jxy09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y720297": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tyer376": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jzrsm59": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/006zn3t30": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q0yh079": { - "ancestors": [ - "https://ror.org/03ycms792", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04byxyr05": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fq5cm18": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wjd1a07": { - "ancestors": [ - "https://ror.org/05f6c0c45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gedqb32": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/0545sd266": { - "ancestors": [ - "https://ror.org/02vkbzw76" - ], - "descendants": [ - - ] - }, - "https://ror.org/038sjwf38": { - "ancestors": [ - "https://ror.org/04hjbmv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/00shfq002": { - "ancestors": [ - "https://ror.org/05fqg8t87" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kkwkq76": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nfck739": { - "ancestors": [ - "https://ror.org/03x1ewr52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n6v1c97": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ajqvg59": { - "ancestors": [ - "https://ror.org/04vrzee53", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/012khpt30": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mw5ed57": { - "ancestors": [ - "https://ror.org/02d6ew870" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fgq8278": { - "ancestors": [ - "https://ror.org/00k01kt20" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nstty25": { - "ancestors": [ - "https://ror.org/000ywep40" - ], - "descendants": [ - - ] - }, - "https://ror.org/031vg5s58": { - "ancestors": [ - "https://ror.org/05rpe4a45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pkeac16": { - "ancestors": [ - "https://ror.org/01n029866" - ], - "descendants": [ - - ] - }, - "https://ror.org/02js6ft04": { - "ancestors": [ - "https://ror.org/021m54z79" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ytdtb31": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rz37c55": { - "ancestors": [ - "https://ror.org/01f80g185" - ], - "descendants": [ - "https://ror.org/05c4q7289", - "https://ror.org/00tqnwm57", - "https://ror.org/0558jee48", - "https://ror.org/04q84b570", - "https://ror.org/05vs7jg22" - ] - }, - "https://ror.org/02jzt6t86": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/0078ww552": { - "ancestors": [ - "https://ror.org/04hvmsy06" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p4dsm08": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vkhtf23": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nvba109": { - "ancestors": [ - "https://ror.org/044tc0x05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00shfde47": { - "ancestors": [ - "https://ror.org/04a839673" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r5scg33": { - "ancestors": [ - "https://ror.org/01ek73717" - ], - "descendants": [ - - ] - }, - "https://ror.org/013xmn143": { - "ancestors": [ - "https://ror.org/02d6ew870" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n6e6j62": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/012rb2c33" - ] - }, - "https://ror.org/003dqcp70": { - "ancestors": [ - "https://ror.org/03eykgw84" - ], - "descendants": [ - - ] - }, - "https://ror.org/04waktx26": { - "ancestors": [ - "https://ror.org/00ks5vt51" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z21v095": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c5e7249": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mhxn926": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k1mwv09": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04p405e02" - ] - }, - "https://ror.org/00bnthp71": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/030anrr19": { - "ancestors": [ - "https://ror.org/03x1ewr52" - ], - "descendants": [ - - ] - }, - "https://ror.org/014a5gx79": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mbkbj54": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03z2d7y96", - "https://ror.org/03mm5qn83" - ] - }, - "https://ror.org/01h8ey223": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - "https://ror.org/05m6e7d23" - ] - }, - "https://ror.org/028t43p77": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/033trmh69", - "https://ror.org/0188dhg98" - ] - }, - "https://ror.org/00mz09160": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rdxvn05": { - "ancestors": [ - "https://ror.org/05fswdm20" - ], - "descendants": [ - - ] - }, - "https://ror.org/040ztay26": { - "ancestors": [ - "https://ror.org/00wqtx630" - ], - "descendants": [ - - ] - }, - "https://ror.org/047khcd84": { - "ancestors": [ - "https://ror.org/05pmj3x43" - ], - "descendants": [ - - ] - }, - "https://ror.org/0080fc349": { - "ancestors": [ - "https://ror.org/02zme4e72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mxb6722": { - "ancestors": [ - "https://ror.org/05abbvq76" - ], - "descendants": [ - - ] - }, - "https://ror.org/049r42y35": { - "ancestors": [ - "https://ror.org/01s5zad14" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j538c21": { - "ancestors": [ - "https://ror.org/03d3v3e93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h7x4635": { - "ancestors": [ - "https://ror.org/05fhwtx59" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k7qar56": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - "https://ror.org/03mx8d427", - "https://ror.org/01h2zyy62" - ] - }, - "https://ror.org/041d9vd15": { - "ancestors": [ - "https://ror.org/052mq0r90", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p45sn64": { - "ancestors": [ - "https://ror.org/01kdv5654" - ], - "descendants": [ - - ] - }, - "https://ror.org/056gzgs71": { - "ancestors": [ - "https://ror.org/00cmhce21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ryhm704": { - "ancestors": [ - "https://ror.org/03g3m1w62" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qvxap92": { - "ancestors": [ - "https://ror.org/04rn3ph18" - ], - "descendants": [ - - ] - }, - "https://ror.org/022fxd079": { - "ancestors": [ - "https://ror.org/024x5f906" - ], - "descendants": [ - - ] - }, - "https://ror.org/006hrz834": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/0097wyf31": { - "ancestors": [ - "https://ror.org/02exqgm79" - ], - "descendants": [ - - ] - }, - "https://ror.org/022c1xk47": { - "ancestors": [ - "https://ror.org/03jzay846" - ], - "descendants": [ - - ] - }, - "https://ror.org/019rsbe67": { - "ancestors": [ - "https://ror.org/055mhsv54" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yr8h660": { - "ancestors": [ - "https://ror.org/013gjg633" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qs2ka20": { - "ancestors": [ - "https://ror.org/058aed112" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zz8mw60": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kpczz35": { - "ancestors": [ - "https://ror.org/009a2jy80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02naadr48": { - "ancestors": [ - "https://ror.org/01480s295" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kbjzx15": { - "ancestors": [ - "https://ror.org/02qgx4h83" - ], - "descendants": [ - - ] - }, - "https://ror.org/01met4463": { - "ancestors": [ - "https://ror.org/028q7hc55" - ], - "descendants": [ - - ] - }, - "https://ror.org/022mzwp71": { - "ancestors": [ - "https://ror.org/033wn8m60" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cgfe294": { - "ancestors": [ - "https://ror.org/002adfz67" - ], - "descendants": [ - - ] - }, - "https://ror.org/035aej353": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x5jxk30": { - "ancestors": [ - "https://ror.org/053151j41" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mmv7r89": { - "ancestors": [ - "https://ror.org/05rpe4a45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cb06v13": { - "ancestors": [ - "https://ror.org/00ks5vt51" - ], - "descendants": [ - - ] - }, - "https://ror.org/01chs2347": { - "ancestors": [ - "https://ror.org/03spsm219" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f1dqm79": { - "ancestors": [ - "https://ror.org/03fef0h61" - ], - "descendants": [ - - ] - }, - "https://ror.org/035wk0p43": { - "ancestors": [ - "https://ror.org/013gjg633" - ], - "descendants": [ - - ] - }, - "https://ror.org/02csvyc65": { - "ancestors": [ - "https://ror.org/05a2ass35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g8p3m28": { - "ancestors": [ - "https://ror.org/01rkxa860" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rbfnr22": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/05chwyh56": { - "ancestors": [ - "https://ror.org/04kpzy923" - ], - "descendants": [ - - ] - }, - "https://ror.org/030p6ep86": { - "ancestors": [ - "https://ror.org/02gr2sm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x489z61": { - "ancestors": [ - "https://ror.org/02sfax819" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g4p0a45": { - "ancestors": [ - "https://ror.org/002adfz67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f8vhd41": { - "ancestors": [ - "https://ror.org/04qnpyg73", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a654521": { - "ancestors": [ - "https://ror.org/021wyrx76" - ], - "descendants": [ - - ] - }, - "https://ror.org/00996xv77": { - "ancestors": [ - "https://ror.org/05n07wm39" - ], - "descendants": [ - - ] - }, - "https://ror.org/0491h6661": { - "ancestors": [ - "https://ror.org/01gtvsc36" - ], - "descendants": [ - - ] - }, - "https://ror.org/036gc1b60": { - "ancestors": [ - "https://ror.org/00gsbmb44" - ], - "descendants": [ - - ] - }, - "https://ror.org/00aqm2347": { - "ancestors": [ - "https://ror.org/00wqtx630" - ], - "descendants": [ - - ] - }, - "https://ror.org/0579hfc41": { - "ancestors": [ - "https://ror.org/05cf5b117" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b970e83": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t00te02": { - "ancestors": [ - "https://ror.org/00g2tkw06" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t6e2695": { - "ancestors": [ - "https://ror.org/02aga1t67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fbqtm75": { - "ancestors": [ - "https://ror.org/038sc5x72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05eca5w86": { - "ancestors": [ - "https://ror.org/04rhvbz32" - ], - "descendants": [ - "https://ror.org/01zzpyg63", - "https://ror.org/000cnwx98", - "https://ror.org/03x6axv89" - ] - }, - "https://ror.org/018cxtf62": { - "ancestors": [ - "https://ror.org/00cwqg982", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/05998w930": { - "ancestors": [ - "https://ror.org/00bws1855", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/031c2cm83": { - "ancestors": [ - "https://ror.org/00r2p7t19" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c6k3h93": { - "ancestors": [ - "https://ror.org/01wfv3m53" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w7p1s44": { - "ancestors": [ - "https://ror.org/048j11q41" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s4jww20": { - "ancestors": [ - "https://ror.org/02r96rf44" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gzhq402": { - "ancestors": [ - "https://ror.org/054hq4w78" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bndes49": { - "ancestors": [ - "https://ror.org/03x1ewr52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jn35f24": { - "ancestors": [ - "https://ror.org/02cyn4444" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k0jj762": { - "ancestors": [ - "https://ror.org/05pyq8e17" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n50f417": { - "ancestors": [ - "https://ror.org/05h8dpx23" - ], - "descendants": [ - - ] - }, - "https://ror.org/0442wxc77": { - "ancestors": [ - "https://ror.org/00wm3b005" - ], - "descendants": [ - "https://ror.org/01p4rys65" - ] - }, - "https://ror.org/0042e5975": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - "https://ror.org/01sgfhb12" - ] - }, - "https://ror.org/00p9rsf63": { - "ancestors": [ - "https://ror.org/00ansy136" - ], - "descendants": [ - - ] - }, - "https://ror.org/043qn6y55": { - "ancestors": [ - "https://ror.org/02pbsj156" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wbrqz31": { - "ancestors": [ - "https://ror.org/04rhvbz32" - ], - "descendants": [ - - ] - }, - "https://ror.org/035dpw102": { - "ancestors": [ - "https://ror.org/02h7txh22" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tsfw439": { - "ancestors": [ - "https://ror.org/02fdb8q57" - ], - "descendants": [ - - ] - }, - "https://ror.org/00485s352": { - "ancestors": [ - "https://ror.org/02tmx5588" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a6ey653": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/054hmd463": { - "ancestors": [ - "https://ror.org/0326v3z14" - ], - "descendants": [ - - ] - }, - "https://ror.org/029z7h505": { - "ancestors": [ - "https://ror.org/02mv6r745" - ], - "descendants": [ - - ] - }, - "https://ror.org/02caytj08": { - "ancestors": [ - "https://ror.org/00q4sx826", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/041jmaw90": { - "ancestors": [ - "https://ror.org/00hpz7z43" - ], - "descendants": [ - - ] - }, - "https://ror.org/006dtpb58": { - "ancestors": [ - "https://ror.org/04rhvbz32" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b56f310": { - "ancestors": [ - "https://ror.org/04v2xmd71" - ], - "descendants": [ - - ] - }, - "https://ror.org/037asfw97": { - "ancestors": [ - "https://ror.org/00wqtx630" - ], - "descendants": [ - - ] - }, - "https://ror.org/052yz6z95": { - "ancestors": [ - "https://ror.org/00wqtx630" - ], - "descendants": [ - - ] - }, - "https://ror.org/039q6xk02": { - "ancestors": [ - "https://ror.org/01bh2s525" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m0yjz71": { - "ancestors": [ - "https://ror.org/01jzgmh92" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g9x3v85": { - "ancestors": [ - "https://ror.org/00jyr0d86", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hdk3d05": { - "ancestors": [ - "https://ror.org/05450eg98" - ], - "descendants": [ - - ] - }, - "https://ror.org/0396gxt62": { - "ancestors": [ - "https://ror.org/01hafxd32" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wxx8465": { - "ancestors": [ - "https://ror.org/04rhvbz32" - ], - "descendants": [ - - ] - }, - "https://ror.org/02se3s925": { - "ancestors": [ - "https://ror.org/04mrb6c22" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q6ms497": { - "ancestors": [ - "https://ror.org/01b5d7p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0010ry587": { - "ancestors": [ - "https://ror.org/05thqfz72" - ], - "descendants": [ - - ] - }, - "https://ror.org/055sayf44": { - "ancestors": [ - "https://ror.org/03ge13j80" - ], - "descendants": [ - - ] - }, - "https://ror.org/043j90n04": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/02jx3x895", - "https://ror.org/001aqnf71", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j9bf827": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/048sjbt91": { - "ancestors": [ - "https://ror.org/050b31k83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z6z3n38": { - "ancestors": [ - "https://ror.org/031qpfn56", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02bqrry13" - ] - }, - "https://ror.org/003g0xf19": { - "ancestors": [ - "https://ror.org/01g77mv66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01shhkn05" - ] - }, - "https://ror.org/018hk2b97": { - "ancestors": [ - "https://ror.org/04d7ez939", - "https://ror.org/01x6zzb23", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zr7w027": { - "ancestors": [ - "https://ror.org/04k1dvq14" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dfzxf19": { - "ancestors": [ - "https://ror.org/02tryst02" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a079157": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wwwe276": { - "ancestors": [ - "https://ror.org/02b5d8509", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nzxq896": { - "ancestors": [ - "https://ror.org/0527v1v90", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/034pdr896", - "https://ror.org/01nmm5m33", - "https://ror.org/02s723j51" - ] - }, - "https://ror.org/01p7aam65": { - "ancestors": [ - "https://ror.org/02gp2h315" - ], - "descendants": [ - - ] - }, - "https://ror.org/0132fct87": { - "ancestors": [ - "https://ror.org/01ydrx675" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p81fj60": { - "ancestors": [ - "https://ror.org/02adgag39" - ], - "descendants": [ - - ] - }, - "https://ror.org/017spz608": { - "ancestors": [ - "https://ror.org/02pkn1m92" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mx8d427": { - "ancestors": [ - "https://ror.org/04k7qar56", - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/0068vzv72": { - "ancestors": [ - "https://ror.org/026exqw73", - "https://ror.org/02aga1t67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yyrj242": { - "ancestors": [ - "https://ror.org/00j83wy46" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f3njc68": { - "ancestors": [ - "https://ror.org/05qbj3p45" - ], - "descendants": [ - - ] - }, - "https://ror.org/038hqfn26": { - "ancestors": [ - "https://ror.org/05sa44m96" - ], - "descendants": [ - - ] - }, - "https://ror.org/038c39g95": { - "ancestors": [ - "https://ror.org/0101kry21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p92hb48": { - "ancestors": [ - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cegwq60": { - "ancestors": [ - "https://ror.org/02dqdxm48" - ], - "descendants": [ - - ] - }, - "https://ror.org/022194d90": { - "ancestors": [ - "https://ror.org/044mkdq33" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mkye871": { - "ancestors": [ - "https://ror.org/04ehecz88", - "https://ror.org/011htkb76" - ], - "descendants": [ - - ] - }, - "https://ror.org/052d1a351": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mnq7x91": { - "ancestors": [ - "https://ror.org/019yx9f29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rqtg495": { - "ancestors": [ - "https://ror.org/008vgd385" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h1pxn55": { - "ancestors": [ - "https://ror.org/03459qp74" - ], - "descendants": [ - - ] - }, - "https://ror.org/048wd7x80": { - "ancestors": [ - "https://ror.org/01h8xv021" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rhc0n38": { - "ancestors": [ - "https://ror.org/05pkhhn92" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q9ht188": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s1s3432": { - "ancestors": [ - "https://ror.org/0184p1881" - ], - "descendants": [ - - ] - }, - "https://ror.org/023fm1q80": { - "ancestors": [ - "https://ror.org/03nw6pt28" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qcf5s69": { - "ancestors": [ - "https://ror.org/00wm3b005" - ], - "descendants": [ - - ] - }, - "https://ror.org/03htten57": { - "ancestors": [ - "https://ror.org/04p8w0f39" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j0wr821": { - "ancestors": [ - "https://ror.org/049zatd98" - ], - "descendants": [ - - ] - }, - "https://ror.org/013hwwd10": { - "ancestors": [ - "https://ror.org/03smbm342" - ], - "descendants": [ - - ] - }, - "https://ror.org/042j06y04": { - "ancestors": [ - "https://ror.org/01bvqg661" - ], - "descendants": [ - - ] - }, - "https://ror.org/0378g3743": { - "ancestors": [ - "https://ror.org/00tnppw48", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/010thz337": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s3g3z50": { - "ancestors": [ - "https://ror.org/04pkc8m17" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b58tt16": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q73zg62": { - "ancestors": [ - "https://ror.org/05t96az61" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qkhyr66": { - "ancestors": [ - "https://ror.org/03ejz0s07", - "https://ror.org/04sfxgz72", - "https://ror.org/04txyc737" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g75kz98": { - "ancestors": [ - "https://ror.org/041gev667" - ], - "descendants": [ - - ] - }, - "https://ror.org/051de0s21": { - "ancestors": [ - "https://ror.org/01nvz9x61" - ], - "descendants": [ - - ] - }, - "https://ror.org/015by2x28": { - "ancestors": [ - "https://ror.org/03mvawd68" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h0h7640": { - "ancestors": [ - "https://ror.org/00b1tsa05", - "https://ror.org/000628g58" - ], - "descendants": [ - - ] - }, - "https://ror.org/0100fcb78": { - "ancestors": [ - "https://ror.org/05n07wm39" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ygywa46": { - "ancestors": [ - "https://ror.org/0343myz07" - ], - "descendants": [ - - ] - }, - "https://ror.org/044gv5910": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wzh0d51": { - "ancestors": [ - "https://ror.org/00a45e114" - ], - "descendants": [ - - ] - }, - "https://ror.org/029aeh759": { - "ancestors": [ - "https://ror.org/02p5tqh12" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xk5xs43": { - "ancestors": [ - "https://ror.org/02mp31p96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qjbvq93": { - "ancestors": [ - "https://ror.org/001yedb91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nat9r59": { - "ancestors": [ - "https://ror.org/03ejz0s07", - "https://ror.org/04sfxgz72", - "https://ror.org/04txyc737" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r8j9489": { - "ancestors": [ - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/01phfda22": { - "ancestors": [ - "https://ror.org/05fb2ej88" - ], - "descendants": [ - - ] - }, - "https://ror.org/017m4b809": { - "ancestors": [ - "https://ror.org/059be4e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xe5zs60": { - "ancestors": [ - "https://ror.org/056ajev02" - ], - "descendants": [ - - ] - }, - "https://ror.org/042fn4q48": { - "ancestors": [ - "https://ror.org/03mvawd68" - ], - "descendants": [ - - ] - }, - "https://ror.org/039y7c549": { - "ancestors": [ - "https://ror.org/00wqtx630" - ], - "descendants": [ - - ] - }, - "https://ror.org/052v1zn95": { - "ancestors": [ - "https://ror.org/053d55q96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ddbnh33": { - "ancestors": [ - "https://ror.org/02f60yb64" - ], - "descendants": [ - - ] - }, - "https://ror.org/052v1k340": { - "ancestors": [ - "https://ror.org/00k01kt20" - ], - "descendants": [ - - ] - }, - "https://ror.org/039cthy03": { - "ancestors": [ - "https://ror.org/0213rcc28", - "https://ror.org/0160cpw27", - "https://ror.org/03rmrcq20", - "https://ror.org/03yjb2x39", - "https://ror.org/04s5mat29" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jj1w915": { - "ancestors": [ - "https://ror.org/04qy3pa58" - ], - "descendants": [ - - ] - }, - "https://ror.org/04excst21": { - "ancestors": [ - "https://ror.org/04r739x86" - ], - "descendants": [ - - ] - }, - "https://ror.org/026zvyv64": { - "ancestors": [ - "https://ror.org/034d0qf45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pw69n24": { - "ancestors": [ - "https://ror.org/01cjash87" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m2wsh37": { - "ancestors": [ - "https://ror.org/041gev667" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hw9y579": { - "ancestors": [ - "https://ror.org/057jpj338" - ], - "descendants": [ - - ] - }, - "https://ror.org/02av0ty63": { - "ancestors": [ - "https://ror.org/01kq09n77" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t3wzq80": { - "ancestors": [ - "https://ror.org/04qy3pa58" - ], - "descendants": [ - - ] - }, - "https://ror.org/03se9cq71": { - "ancestors": [ - "https://ror.org/011tm7n37" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xha5352": { - "ancestors": [ - "https://ror.org/02mp31p96" - ], - "descendants": [ - - ] - }, - "https://ror.org/038espn32": { - "ancestors": [ - "https://ror.org/029ma5383" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pfhsd84": { - "ancestors": [ - "https://ror.org/01y1re497", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jgbgc06": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/014fc7457": { - "ancestors": [ - "https://ror.org/05s8x7560" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f8dwt44": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/0033n4009": { - "ancestors": [ - "https://ror.org/00ks5vt51" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yeg2858": { - "ancestors": [ - "https://ror.org/00ks5vt51" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wbcgc67": { - "ancestors": [ - "https://ror.org/01411sx56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ktqp584": { - "ancestors": [ - "https://ror.org/02p2bgp27" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qszmz13": { - "ancestors": [ - "https://ror.org/00pgy3a44" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b5ztt43": { - "ancestors": [ - "https://ror.org/04rhvbz32" - ], - "descendants": [ - "https://ror.org/00ekjkp43", - "https://ror.org/051gp9n72" - ] - }, - "https://ror.org/03csd5507": { - "ancestors": [ - "https://ror.org/00aphdz18" - ], - "descendants": [ - - ] - }, - "https://ror.org/018qep702": { - "ancestors": [ - "https://ror.org/05addee68" - ], - "descendants": [ - - ] - }, - "https://ror.org/054z5aj03": { - "ancestors": [ - "https://ror.org/01m260238" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nahqd12": { - "ancestors": [ - "https://ror.org/0359s0245" - ], - "descendants": [ - - ] - }, - "https://ror.org/00akjja53": { - "ancestors": [ - "https://ror.org/02vbxt202" - ], - "descendants": [ - "https://ror.org/021swj028" - ] - }, - "https://ror.org/04q92cj22": { - "ancestors": [ - "https://ror.org/03v861t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e1bds08": { - "ancestors": [ - "https://ror.org/02tfv4t78" - ], - "descendants": [ - - ] - }, - "https://ror.org/049b5zq94": { - "ancestors": [ - "https://ror.org/00a1gne75" - ], - "descendants": [ - - ] - }, - "https://ror.org/05spr2d45": { - "ancestors": [ - "https://ror.org/03nbbc502", - "https://ror.org/05q07rr84" - ], - "descendants": [ - - ] - }, - "https://ror.org/00862c839": { - "ancestors": [ - "https://ror.org/03nbbc502", - "https://ror.org/05q07rr84" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bkx5q50": { - "ancestors": [ - "https://ror.org/039ce0m20" - ], - "descendants": [ - - ] - }, - "https://ror.org/022zv0672": { - "ancestors": [ - "https://ror.org/02p3q3906", - "https://ror.org/00xqkj280" - ], - "descendants": [ - - ] - }, - "https://ror.org/012bn4v93": { - "ancestors": [ - "https://ror.org/02tryst02" - ], - "descendants": [ - - ] - }, - "https://ror.org/0436qt863": { - "ancestors": [ - "https://ror.org/05cka2t18" - ], - "descendants": [ - - ] - }, - "https://ror.org/0286eck14": { - "ancestors": [ - "https://ror.org/04z572642" - ], - "descendants": [ - - ] - }, - "https://ror.org/00prce717": { - "ancestors": [ - "https://ror.org/03265fv13", - "https://ror.org/00shsf120" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pgmcc48": { - "ancestors": [ - "https://ror.org/04pkc8m17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ngjbr32": { - "ancestors": [ - "https://ror.org/04pkc8m17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cp8tk34": { - "ancestors": [ - "https://ror.org/04t6erm02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wsrnw24": { - "ancestors": [ - "https://ror.org/04pkc8m17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fqgdy56": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/051054y87": { - "ancestors": [ - "https://ror.org/03g3m1w62" - ], - "descendants": [ - - ] - }, - "https://ror.org/0212gej90": { - "ancestors": [ - "https://ror.org/03nw6pt28" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a3sz723": { - "ancestors": [ - "https://ror.org/01w01n720" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z8wqp73": { - "ancestors": [ - "https://ror.org/05ts6js78" - ], - "descendants": [ - - ] - }, - "https://ror.org/02msvh720": { - "ancestors": [ - "https://ror.org/02ew2ks20" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ptrx272": { - "ancestors": [ - "https://ror.org/0129qsy61" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c5aqt35": { - "ancestors": [ - "https://ror.org/00aj77a24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ft67b52": { - "ancestors": [ - "https://ror.org/020mgne32" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dkszm12": { - "ancestors": [ - "https://ror.org/02t1hg644" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f12sz84": { - "ancestors": [ - "https://ror.org/00mgss748" - ], - "descendants": [ - - ] - }, - "https://ror.org/017977v32": { - "ancestors": [ - "https://ror.org/00t4db855" - ], - "descendants": [ - - ] - }, - "https://ror.org/0432qbr75": { - "ancestors": [ - "https://ror.org/00t4db855" - ], - "descendants": [ - - ] - }, - "https://ror.org/00stexf29": { - "ancestors": [ - "https://ror.org/00t4db855" - ], - "descendants": [ - - ] - }, - "https://ror.org/05863t818": { - "ancestors": [ - "https://ror.org/00t4db855" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wwajd53": { - "ancestors": [ - "https://ror.org/0586wsk08" - ], - "descendants": [ - - ] - }, - "https://ror.org/019ejf125": { - "ancestors": [ - "https://ror.org/00gf6rd21" - ], - "descendants": [ - - ] - }, - "https://ror.org/0106nz743": { - "ancestors": [ - "https://ror.org/03yt1ez60" - ], - "descendants": [ - - ] - }, - "https://ror.org/050t9mr22": { - "ancestors": [ - "https://ror.org/02tryst02" - ], - "descendants": [ - - ] - }, - "https://ror.org/039sb8791": { - "ancestors": [ - "https://ror.org/01jfre984" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qcrp855": { - "ancestors": [ - "https://ror.org/04z69s492" - ], - "descendants": [ - - ] - }, - "https://ror.org/012v3yp34": { - "ancestors": [ - "https://ror.org/04w5tkp91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0409nay36": { - "ancestors": [ - "https://ror.org/01jfre984" - ], - "descendants": [ - - ] - }, - "https://ror.org/03whc3s66": { - "ancestors": [ - "https://ror.org/006rhxn50" - ], - "descendants": [ - - ] - }, - "https://ror.org/042any649": { - "ancestors": [ - "https://ror.org/02bez8p50" - ], - "descendants": [ - - ] - }, - "https://ror.org/044pe5q70": { - "ancestors": [ - "https://ror.org/037m6e306" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qwpn290": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0046pcp30": { - "ancestors": [ - "https://ror.org/00c93aj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ptz5951": { - "ancestors": [ - "https://ror.org/04j5wtv36", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/031h48w98": { - "ancestors": [ - "https://ror.org/03vz6gs79" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n8fbz89": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01595ga64": { - "ancestors": [ - "https://ror.org/045072k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n2d9253": { - "ancestors": [ - "https://ror.org/03mwypp50" - ], - "descendants": [ - - ] - }, - "https://ror.org/00evgsc59": { - "ancestors": [ - "https://ror.org/03ycv1b86" - ], - "descendants": [ - - ] - }, - "https://ror.org/0469d4m84": { - "ancestors": [ - "https://ror.org/01fjfh042" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wnbr922": { - "ancestors": [ - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kjm8921": { - "ancestors": [ - "https://ror.org/053cqar38" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ashvr51": { - "ancestors": [ - "https://ror.org/01exnk557" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fr3an09": { - "ancestors": [ - "https://ror.org/02npppw10" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q61vc37": { - "ancestors": [ - "https://ror.org/04831wp37" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p4evs57": { - "ancestors": [ - "https://ror.org/03n0fvd12" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vxknj13": { - "ancestors": [ - "https://ror.org/002yxfz10", - "https://ror.org/02p2bgp27" - ], - "descendants": [ - "https://ror.org/00gtpjy03", - "https://ror.org/04xe7ws48" - ] - }, - "https://ror.org/023k1pq97": { - "ancestors": [ - "https://ror.org/03fbkqs26" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ec4x178": { - "ancestors": [ - "https://ror.org/03fbkqs26" - ], - "descendants": [ - - ] - }, - "https://ror.org/031gmvg29": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/039ft6244": { - "ancestors": [ - "https://ror.org/02bez8p50" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pb97k73": { - "ancestors": [ - "https://ror.org/059rn9488" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hef7f20": { - "ancestors": [ - "https://ror.org/00r9rdf15" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mwscs77": { - "ancestors": [ - "https://ror.org/00ks5vt51" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gxrtw55": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b1dm808": { - "ancestors": [ - "https://ror.org/028v4fg64" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dv2tx94": { - "ancestors": [ - "https://ror.org/041gev667" - ], - "descendants": [ - - ] - }, - "https://ror.org/045jad561": { - "ancestors": [ - "https://ror.org/02h0ps145" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sdd1k49": { - "ancestors": [ - "https://ror.org/03bfyaa19" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nmefy27": { - "ancestors": [ - "https://ror.org/00njsd438", - "https://ror.org/02e9yx751" - ], - "descendants": [ - - ] - }, - "https://ror.org/03amxdk57": { - "ancestors": [ - "https://ror.org/03qx9tc91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c6b1k17": { - "ancestors": [ - "https://ror.org/03qx9tc91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x2xt559": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dqfzf20": { - "ancestors": [ - "https://ror.org/02e8hzf44", - "https://ror.org/020cpqb94", - "https://ror.org/020cpqb94" - ], - "descendants": [ - - ] - }, - "https://ror.org/039bged65": { - "ancestors": [ - "https://ror.org/036f4sz05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tr57w63": { - "ancestors": [ - "https://ror.org/05a7rhx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m3fa408": { - "ancestors": [ - "https://ror.org/05a7rhx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c0yyz21": { - "ancestors": [ - "https://ror.org/05a7rhx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fbyq253": { - "ancestors": [ - "https://ror.org/00q545m27" - ], - "descendants": [ - - ] - }, - "https://ror.org/00whma289": { - "ancestors": [ - "https://ror.org/00me6gs45" - ], - "descendants": [ - - ] - }, - "https://ror.org/049kt3f30": { - "ancestors": [ - "https://ror.org/020kg3x12" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bsh3r03": { - "ancestors": [ - "https://ror.org/05a7rhx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/027n3xb46": { - "ancestors": [ - "https://ror.org/05a7rhx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h4rpv44": { - "ancestors": [ - "https://ror.org/05a7rhx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/011fzp843": { - "ancestors": [ - "https://ror.org/05a7rhx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k9s8x90": { - "ancestors": [ - "https://ror.org/009a2jy80" - ], - "descendants": [ - - ] - }, - "https://ror.org/052wtvs60": { - "ancestors": [ - "https://ror.org/04vck0k59" - ], - "descendants": [ - - ] - }, - "https://ror.org/00497h462": { - "ancestors": [ - "https://ror.org/059rn9488" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r4g9k61": { - "ancestors": [ - "https://ror.org/059rn9488" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d9y2633": { - "ancestors": [ - "https://ror.org/00berct97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yk3c231": { - "ancestors": [ - "https://ror.org/02exqgm79" - ], - "descendants": [ - - ] - }, - "https://ror.org/032tp7158": { - "ancestors": [ - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/0297sbd31": { - "ancestors": [ - "https://ror.org/02t71h845" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sgqf002": { - "ancestors": [ - "https://ror.org/00a1e9e96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eywck07": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/001dd4s60": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/038cdme44": { - "ancestors": [ - "https://ror.org/00cmhce21" - ], - "descendants": [ - "https://ror.org/00z59w514" - ] - }, - "https://ror.org/02petqk07": { - "ancestors": [ - "https://ror.org/02d814r78" - ], - "descendants": [ - - ] - }, - "https://ror.org/044qwkx83": { - "ancestors": [ - "https://ror.org/01v7jrq42" - ], - "descendants": [ - "https://ror.org/05ab5m237" - ] - }, - "https://ror.org/04jnxr720": { - "ancestors": [ - "https://ror.org/0265w5591", - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vpwgn30": { - "ancestors": [ - "https://ror.org/04c3g7r30" - ], - "descendants": [ - - ] - }, - "https://ror.org/047hhy227": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wzstx67": { - "ancestors": [ - "https://ror.org/01v7jrq42" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xh3h995": { - "ancestors": [ - "https://ror.org/05cka2t18" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qxm2j98": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/006c77f48": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tb8n028": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ehfjt50": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jemb993": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01farpt19": { - "ancestors": [ - "https://ror.org/02tmx5588" - ], - "descendants": [ - - ] - }, - "https://ror.org/05br4cc69": { - "ancestors": [ - "https://ror.org/017ctmv39" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mneww03": { - "ancestors": [ - "https://ror.org/04bhfmv97", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a5meq09": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/04428zn91": { - "ancestors": [ - "https://ror.org/03x1ewr52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00we3bs91": { - "ancestors": [ - "https://ror.org/03g3m1w62" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j8vpa07": { - "ancestors": [ - "https://ror.org/036wvs663", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hz5c771": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mcqw380": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/040458q49": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/034m0w958": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x78r446": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gywet31": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rqavg73": { - "ancestors": [ - "https://ror.org/038sc5x72" - ], - "descendants": [ - - ] - }, - "https://ror.org/056492z45": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w7mbm90": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/03msng824": { - "ancestors": [ - "https://ror.org/005kw6t15" - ], - "descendants": [ - - ] - }, - "https://ror.org/034fqtg16": { - "ancestors": [ - "https://ror.org/00tgr2h49", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t7c6f62": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gxcr347": { - "ancestors": [ - "https://ror.org/03bs18y54" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a1xfd09": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/019xkjn34": { - "ancestors": [ - "https://ror.org/0459j6s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jbx2e92": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00eb1e195": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xhfgr69": { - "ancestors": [ - "https://ror.org/04qhpqj38" - ], - "descendants": [ - - ] - }, - "https://ror.org/000sfad56": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/02we6hx96": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nff2163": { - "ancestors": [ - "https://ror.org/04609ps55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fe56089": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ce9qs13": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vr0gs97": { - "ancestors": [ - "https://ror.org/0492k9x16", - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/052xw2c95": { - "ancestors": [ - "https://ror.org/02cm8kt07" - ], - "descendants": [ - - ] - }, - "https://ror.org/010jn4k46": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xx8bb48": { - "ancestors": [ - "https://ror.org/036f4sz05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fb7yx07": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/0216hp691": { - "ancestors": [ - "https://ror.org/0492k9x16", - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t4n0c27": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m2x0g47": { - "ancestors": [ - "https://ror.org/01ek73717" - ], - "descendants": [ - - ] - }, - "https://ror.org/0009wsb17": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0588ktq11": { - "ancestors": [ - "https://ror.org/01vs9w702" - ], - "descendants": [ - - ] - }, - "https://ror.org/0493xxf64": { - "ancestors": [ - "https://ror.org/04p977q83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f2fqx85": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04brghb67": { - "ancestors": [ - "https://ror.org/01mvxm016" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bjbem32": { - "ancestors": [ - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bd4pk40": { - "ancestors": [ - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n2syw04": { - "ancestors": [ - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j4rrt43": { - "ancestors": [ - "https://ror.org/043bgf219" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g656d67": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s1q1t70": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/054gk2851": { - "ancestors": [ - "https://ror.org/00j161312", - "https://ror.org/01n0k5m85" - ], - "descendants": [ - - ] - }, - "https://ror.org/023f9bb65": { - "ancestors": [ - "https://ror.org/00w6car46" - ], - "descendants": [ - - ] - }, - "https://ror.org/014a5cc29": { - "ancestors": [ - "https://ror.org/00w6car46" - ], - "descendants": [ - - ] - }, - "https://ror.org/0027v6s71": { - "ancestors": [ - "https://ror.org/02zn9x324", - "https://ror.org/04npy5k94" - ], - "descendants": [ - - ] - }, - "https://ror.org/017ddyz63": { - "ancestors": [ - "https://ror.org/02zn9x324", - "https://ror.org/04npy5k94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tfjah29": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0171vtm86": { - "ancestors": [ - "https://ror.org/05p30rt34" - ], - "descendants": [ - - ] - }, - "https://ror.org/010fbtk71": { - "ancestors": [ - "https://ror.org/04hsqns05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vsg3p53": { - "ancestors": [ - "https://ror.org/023sm4k53", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w702289": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/003fvp964": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qa6yx98": { - "ancestors": [ - "https://ror.org/01bhs6g30" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mb54f81": { - "ancestors": [ - "https://ror.org/013by2m91" - ], - "descendants": [ - - ] - }, - "https://ror.org/038333j82": { - "ancestors": [ - "https://ror.org/0311h6702" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xjvsa73": { - "ancestors": [ - "https://ror.org/04vrgjp38" - ], - "descendants": [ - - ] - }, - "https://ror.org/01resg468": { - "ancestors": [ - "https://ror.org/04pkc8m17" - ], - "descendants": [ - - ] - }, - "https://ror.org/032fdft79": { - "ancestors": [ - "https://ror.org/023kmpc59", - "https://ror.org/00xqkj280" - ], - "descendants": [ - - ] - }, - "https://ror.org/005ypgw33": { - "ancestors": [ - "https://ror.org/05kt82m30" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ag5y002": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zb4pn27": { - "ancestors": [ - "https://ror.org/0537cvg39" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gykgk63": { - "ancestors": [ - "https://ror.org/05m7zw681" - ], - "descendants": [ - - ] - }, - "https://ror.org/000ncdv93": { - "ancestors": [ - "https://ror.org/00ht4dp10" - ], - "descendants": [ - - ] - }, - "https://ror.org/01188mx28": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fafrd63": { - "ancestors": [ - "https://ror.org/05spb8741" - ], - "descendants": [ - - ] - }, - "https://ror.org/000qvv970": { - "ancestors": [ - "https://ror.org/0320bge18", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jz46060": { - "ancestors": [ - "https://ror.org/02p2bgp27" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g5dad97": { - "ancestors": [ - "https://ror.org/017a59b72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bsjqt55": { - "ancestors": [ - "https://ror.org/02p2bgp27" - ], - "descendants": [ - - ] - }, - "https://ror.org/049zsmy36": { - "ancestors": [ - "https://ror.org/01k9hhd91" - ], - "descendants": [ - - ] - }, - "https://ror.org/017sx9325": { - "ancestors": [ - "https://ror.org/0431b2v07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bb70w76": { - "ancestors": [ - "https://ror.org/00w603c79" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kw2hj64": { - "ancestors": [ - "https://ror.org/010mf0m52", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j65hp39": { - "ancestors": [ - "https://ror.org/04ecrg623" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wer7646": { - "ancestors": [ - "https://ror.org/043cxr310" - ], - "descendants": [ - - ] - }, - "https://ror.org/05evc8s02": { - "ancestors": [ - "https://ror.org/01g8p7e44" - ], - "descendants": [ - - ] - }, - "https://ror.org/058e2jz50": { - "ancestors": [ - "https://ror.org/01g8p7e44" - ], - "descendants": [ - - ] - }, - "https://ror.org/052t9a145": { - "ancestors": [ - "https://ror.org/057k9q466", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e4cgj50": { - "ancestors": [ - "https://ror.org/051yxm544" - ], - "descendants": [ - - ] - }, - "https://ror.org/013rtxr98": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mbv4339": { - "ancestors": [ - "https://ror.org/00m8prc86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g8m1t29": { - "ancestors": [ - "https://ror.org/05yab6874" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h72ek27": { - "ancestors": [ - "https://ror.org/04etsch95" - ], - "descendants": [ - - ] - }, - "https://ror.org/0492cvk34": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gxyxc07": { - "ancestors": [ - "https://ror.org/058ryjm64" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rc7fh29": { - "ancestors": [ - "https://ror.org/00xqkj280" - ], - "descendants": [ - - ] - }, - "https://ror.org/015sh1j12": { - "ancestors": [ - "https://ror.org/02pwct569" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tdsae39": { - "ancestors": [ - "https://ror.org/00grd1h17" - ], - "descendants": [ - - ] - }, - "https://ror.org/012wakq07": { - "ancestors": [ - "https://ror.org/03x1ewr52" - ], - "descendants": [ - - ] - }, - "https://ror.org/027f7xa47": { - "ancestors": [ - "https://ror.org/04dkns738" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a8cv967": { - "ancestors": [ - "https://ror.org/04dkns738" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m2evs52": { - "ancestors": [ - "https://ror.org/0569qgz98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hm0cn69": { - "ancestors": [ - "https://ror.org/02rqhpa98" - ], - "descendants": [ - - ] - }, - "https://ror.org/058es3q19": { - "ancestors": [ - "https://ror.org/03yt1ez60" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gbnqd17": { - "ancestors": [ - "https://ror.org/03ve07f57" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wsk5f87": { - "ancestors": [ - "https://ror.org/002yxfz10" - ], - "descendants": [ - - ] - }, - "https://ror.org/039m3s961": { - "ancestors": [ - "https://ror.org/02fv52296" - ], - "descendants": [ - - ] - }, - "https://ror.org/01trfzy92": { - "ancestors": [ - "https://ror.org/01at1x128", - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/0365ahw46": { - "ancestors": [ - "https://ror.org/02tmx5588" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x9zv505": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - "https://ror.org/04yaz0z51" - ] - }, - "https://ror.org/04xpj5302": { - "ancestors": [ - "https://ror.org/040af2s02" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hawtg60": { - "ancestors": [ - "https://ror.org/00p64v472" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q3a7088": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/014q7gt78": { - "ancestors": [ - "https://ror.org/00xqkj280" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x3w5g21": { - "ancestors": [ - "https://ror.org/045vgz384" - ], - "descendants": [ - "https://ror.org/0234pcb82", - "https://ror.org/05x74wc07" - ] - }, - "https://ror.org/02zrfm475": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n8vvc37": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pxbbk34": { - "ancestors": [ - "https://ror.org/00xqkj280" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c97z041": { - "ancestors": [ - "https://ror.org/02ybv7q93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m4eyr93": { - "ancestors": [ - "https://ror.org/05cka2t18" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zpmt351": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/054dc7e40": { - "ancestors": [ - "https://ror.org/045vgz384" - ], - "descendants": [ - "https://ror.org/01qh5w602" - ] - }, - "https://ror.org/05168yk81": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/023kmpc59": { - "ancestors": [ - "https://ror.org/00xqkj280" - ], - "descendants": [ - "https://ror.org/032fdft79" - ] - }, - "https://ror.org/03bsv7x15": { - "ancestors": [ - "https://ror.org/00w3adw05" - ], - "descendants": [ - - ] - }, - "https://ror.org/037pk1914": { - "ancestors": [ - "https://ror.org/00f2z7n96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nh5td39": { - "ancestors": [ - "https://ror.org/04pkc8m17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a58n762": { - "ancestors": [ - "https://ror.org/05ykg3d23" - ], - "descendants": [ - - ] - }, - "https://ror.org/033bbg733": { - "ancestors": [ - "https://ror.org/01y7ny159" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kf71z43": { - "ancestors": [ - "https://ror.org/033y26782", - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/0103ezj12": { - "ancestors": [ - "https://ror.org/03r9jkk29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00chw7248": { - "ancestors": [ - "https://ror.org/01hafxd32" - ], - "descendants": [ - - ] - }, - "https://ror.org/045193y93": { - "ancestors": [ - "https://ror.org/01hafxd32" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x88b790": { - "ancestors": [ - "https://ror.org/02b1nt179" - ], - "descendants": [ - - ] - }, - "https://ror.org/042ekhp43": { - "ancestors": [ - "https://ror.org/013kv6j49" - ], - "descendants": [ - - ] - }, - "https://ror.org/043a1ff28": { - "ancestors": [ - "https://ror.org/04qfh2k37" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hqnxt08": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r9k8q20": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w3cxa42": { - "ancestors": [ - "https://ror.org/03jc1ps31" - ], - "descendants": [ - - ] - }, - "https://ror.org/000rr7w48": { - "ancestors": [ - "https://ror.org/01w885875" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sqpat83": { - "ancestors": [ - "https://ror.org/03d2s9h69" - ], - "descendants": [ - - ] - }, - "https://ror.org/056x7d368": { - "ancestors": [ - "https://ror.org/051xgzg37" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rmgk816": { - "ancestors": [ - "https://ror.org/01s5zad14" - ], - "descendants": [ - - ] - }, - "https://ror.org/02km85a12": { - "ancestors": [ - "https://ror.org/00wm3b005" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h5zkn46": { - "ancestors": [ - "https://ror.org/00a1gne75" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mg9ng87": { - "ancestors": [ - "https://ror.org/02141x466" - ], - "descendants": [ - - ] - }, - "https://ror.org/01syn7y20": { - "ancestors": [ - "https://ror.org/039r16z31" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jyh4590": { - "ancestors": [ - "https://ror.org/01g8djv19" - ], - "descendants": [ - "https://ror.org/04qq0qp34" - ] - }, - "https://ror.org/031v4g827": { - "ancestors": [ - "https://ror.org/059be4e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/0268h4j55": { - "ancestors": [ - "https://ror.org/059be4e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j9wjf80": { - "ancestors": [ - "https://ror.org/010ees266" - ], - "descendants": [ - - ] - }, - "https://ror.org/006h87a74": { - "ancestors": [ - "https://ror.org/03mwypp50" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nvvdm73": { - "ancestors": [ - "https://ror.org/05gg0gh87" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zje5g50": { - "ancestors": [ - "https://ror.org/054hq4w78" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hzxcy85": { - "ancestors": [ - "https://ror.org/05fqg8t87" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x544h30": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/055ef6019": { - "ancestors": [ - "https://ror.org/04h08p482" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fnnnw43": { - "ancestors": [ - "https://ror.org/005jham19" - ], - "descendants": [ - - ] - }, - "https://ror.org/03794w632": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/0521fzc39": { - "ancestors": [ - "https://ror.org/015w2wb33" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f6ygk28": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rn4h878": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sexkk33": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/000bdn450": { - "ancestors": [ - "https://ror.org/05fqg8t87" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q9w3z30": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/031xjr712": { - "ancestors": [ - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/021ztkr23": { - "ancestors": [ - "https://ror.org/013by2m91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qkn1y38": { - "ancestors": [ - "https://ror.org/00m8prc86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v26hv54": { - "ancestors": [ - "https://ror.org/027etx825" - ], - "descendants": [ - - ] - }, - "https://ror.org/050c2ya64": { - "ancestors": [ - "https://ror.org/027etx825" - ], - "descendants": [ - - ] - }, - "https://ror.org/02azz6x90": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dt0hn88": { - "ancestors": [ - "https://ror.org/035j0tq82" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z299818": { - "ancestors": [ - "https://ror.org/03e278q38" - ], - "descendants": [ - - ] - }, - "https://ror.org/012nb8s32": { - "ancestors": [ - "https://ror.org/04609ps55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y13ze91": { - "ancestors": [ - "https://ror.org/05fy2ba68" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b88kk95": { - "ancestors": [ - "https://ror.org/027etx825" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tts0b67": { - "ancestors": [ - "https://ror.org/00qp5gr06" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fbze943": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00233x252": { - "ancestors": [ - "https://ror.org/02r96rf44" - ], - "descendants": [ - - ] - }, - "https://ror.org/020tnvw92": { - "ancestors": [ - "https://ror.org/05sqf9v67" - ], - "descendants": [ - - ] - }, - "https://ror.org/032mp1e77": { - "ancestors": [ - "https://ror.org/04sk34n56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x5exm81": { - "ancestors": [ - "https://ror.org/013gjg633" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vv43q89": { - "ancestors": [ - "https://ror.org/05a7rhx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/028xy2x79": { - "ancestors": [ - "https://ror.org/03tp9c748" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bvn1m61": { - "ancestors": [ - "https://ror.org/041vyyf82" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q43r729": { - "ancestors": [ - "https://ror.org/03r9jkk29" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f6pr134": { - "ancestors": [ - "https://ror.org/05tqy0n53" - ], - "descendants": [ - - ] - }, - "https://ror.org/000en4h24": { - "ancestors": [ - "https://ror.org/011tm7n37" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hfcd350": { - "ancestors": [ - "https://ror.org/057jpj338" - ], - "descendants": [ - - ] - }, - "https://ror.org/023kvjk64": { - "ancestors": [ - "https://ror.org/05ykg3d23" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wan7431": { - "ancestors": [ - "https://ror.org/002z0cd60" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m9gpr25": { - "ancestors": [ - "https://ror.org/01b5d7p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ethns06": { - "ancestors": [ - "https://ror.org/004g36n56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j8awh30": { - "ancestors": [ - "https://ror.org/01jzgmh92" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xscrc43": { - "ancestors": [ - "https://ror.org/01g8djv19" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xqcpg12": { - "ancestors": [ - "https://ror.org/01g8djv19" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fxz7d50": { - "ancestors": [ - "https://ror.org/04wzv3n59" - ], - "descendants": [ - "https://ror.org/01qstkr73" - ] - }, - "https://ror.org/03cr99w51": { - "ancestors": [ - "https://ror.org/04wzv3n59" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hcxsy48": { - "ancestors": [ - "https://ror.org/04wzv3n59" - ], - "descendants": [ - - ] - }, - "https://ror.org/03340ra78": { - "ancestors": [ - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ys7qn31": { - "ancestors": [ - "https://ror.org/02vzc7q68" - ], - "descendants": [ - - ] - }, - "https://ror.org/025n4zp83": { - "ancestors": [ - "https://ror.org/02vzc7q68" - ], - "descendants": [ - - ] - }, - "https://ror.org/002w0jp71": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wye8c03": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/0558jee48": { - "ancestors": [ - "https://ror.org/01rz37c55", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f08j617": { - "ancestors": [ - "https://ror.org/05he43612" - ], - "descendants": [ - - ] - }, - "https://ror.org/01aysdw42": { - "ancestors": [ - "https://ror.org/056ffv270" - ], - "descendants": [ - - ] - }, - "https://ror.org/033q0mv79": { - "ancestors": [ - "https://ror.org/03jwzwq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h1x1p54": { - "ancestors": [ - "https://ror.org/04eg47h42" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rx0vn38": { - "ancestors": [ - "https://ror.org/05a4cm665" - ], - "descendants": [ - "https://ror.org/00nmk1536", - "https://ror.org/009kqch10", - "https://ror.org/02yq0sn95" - ] - }, - "https://ror.org/0035nx336": { - "ancestors": [ - "https://ror.org/04gey0774" - ], - "descendants": [ - - ] - }, - "https://ror.org/055bwqk39": { - "ancestors": [ - "https://ror.org/00zbvyk98" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s4h3z39": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/02r4ram30", - "https://ror.org/051jjt714", - "https://ror.org/01tpj7340", - "https://ror.org/019j3tz70", - "https://ror.org/02168cw18", - "https://ror.org/04rb38388", - "https://ror.org/02k9pct19", - "https://ror.org/03msdt869", - "https://ror.org/0261qw820", - "https://ror.org/010ftx126", - "https://ror.org/01azrym08", - "https://ror.org/05ptgb204", - "https://ror.org/02jj4k517", - "https://ror.org/01pd36p58", - "https://ror.org/020m36v47", - "https://ror.org/03aesme15", - "https://ror.org/0266a1t84", - "https://ror.org/057j5m475", - "https://ror.org/04hzqbs28", - "https://ror.org/02gyp0j55", - "https://ror.org/002zjz985", - "https://ror.org/02rzsax38", - "https://ror.org/02cbc9x18", - "https://ror.org/05ph49593", - "https://ror.org/00fkjwd61", - "https://ror.org/025kkqh74", - "https://ror.org/01yyzg640" - ] - }, - "https://ror.org/01cwasn33": { - "ancestors": [ - "https://ror.org/01v7jrq42" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qsm3z32": { - "ancestors": [ - "https://ror.org/023sm4k53", - "https://ror.org/02j8pe645" - ], - "descendants": [ - "https://ror.org/00qgtny50" - ] - }, - "https://ror.org/01ccbsb07": { - "ancestors": [ - "https://ror.org/023sm4k53", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/058ajkv68": { - "ancestors": [ - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zep6618": { - "ancestors": [ - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gcecg21": { - "ancestors": [ - "https://ror.org/03vx93323" - ], - "descendants": [ - - ] - }, - "https://ror.org/0281y1011": { - "ancestors": [ - "https://ror.org/02vxngq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0120jh079": { - "ancestors": [ - "https://ror.org/02t71h845" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qwf0633": { - "ancestors": [ - "https://ror.org/01t1aqm70" - ], - "descendants": [ - - ] - }, - "https://ror.org/025aa9m53": { - "ancestors": [ - "https://ror.org/01f3bhg26" - ], - "descendants": [ - "https://ror.org/01mr2n737" - ] - }, - "https://ror.org/048q66y67": { - "ancestors": [ - "https://ror.org/01zctcs90" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ww0ej05": { - "ancestors": [ - "https://ror.org/04etsch95" - ], - "descendants": [ - - ] - }, - "https://ror.org/02napvw46": { - "ancestors": [ - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hpxzg72": { - "ancestors": [ - "https://ror.org/03am4ny08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0465ecz69": { - "ancestors": [ - "https://ror.org/025y1g718" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hdnr317": { - "ancestors": [ - "https://ror.org/00w603c79" - ], - "descendants": [ - - ] - }, - "https://ror.org/013dthz53": { - "ancestors": [ - "https://ror.org/006jfnq36" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w94dx49": { - "ancestors": [ - "https://ror.org/006jfnq36" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fyz1w35": { - "ancestors": [ - "https://ror.org/02ecs6h97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j2wmd98": { - "ancestors": [ - "https://ror.org/052qet256" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hqc7279": { - "ancestors": [ - "https://ror.org/05n07wm39" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kd4bc94": { - "ancestors": [ - "https://ror.org/04yrkc140", - "https://ror.org/0238rvs44" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vcdte90": { - "ancestors": [ - "https://ror.org/01v0pgv63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kak3e04": { - "ancestors": [ - "https://ror.org/04d5w7479" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k674x39": { - "ancestors": [ - "https://ror.org/01tay0360" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v4tq883": { - "ancestors": [ - "https://ror.org/00c4wc133", - "https://ror.org/05g3dte14", - "https://ror.org/05sqd3t97", - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00by51808": { - "ancestors": [ - "https://ror.org/01pvzsz53" - ], - "descendants": [ - - ] - }, - "https://ror.org/029bpx402": { - "ancestors": [ - "https://ror.org/00j0z5m32" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hamyn96": { - "ancestors": [ - "https://ror.org/03nk1j814" - ], - "descendants": [ - "https://ror.org/019yny421" - ] - }, - "https://ror.org/00v0x8839": { - "ancestors": [ - "https://ror.org/02gx53y06" - ], - "descendants": [ - - ] - }, - "https://ror.org/04749sq68": { - "ancestors": [ - "https://ror.org/05ntqke24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r7zv414": { - "ancestors": [ - "https://ror.org/02dg0pv02", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x584494": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/046msyg33": { - "ancestors": [ - "https://ror.org/0360x1161" - ], - "descendants": [ - - ] - }, - "https://ror.org/029a54f25": { - "ancestors": [ - "https://ror.org/03tb4gf50", - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/055ahdj14": { - "ancestors": [ - "https://ror.org/01zdgf096" - ], - "descendants": [ - - ] - }, - "https://ror.org/040z4nv21": { - "ancestors": [ - "https://ror.org/02awzpt50" - ], - "descendants": [ - - ] - }, - "https://ror.org/00406q532": { - "ancestors": [ - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hv1yg09": { - "ancestors": [ - "https://ror.org/01g77mv66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gg7p150": { - "ancestors": [ - "https://ror.org/029ma5383" - ], - "descendants": [ - - ] - }, - "https://ror.org/0471xz330": { - "ancestors": [ - "https://ror.org/05tszed37", - "https://ror.org/01s1hsq14" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hsm6g97": { - "ancestors": [ - "https://ror.org/029ma5383" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mtvr411": { - "ancestors": [ - "https://ror.org/015yf2b46", - "https://ror.org/00s1szh94", - "https://ror.org/05v0sks95", - "https://ror.org/00hj54h04", - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/0433f0x41": { - "ancestors": [ - "https://ror.org/00gtmwv55" - ], - "descendants": [ - - ] - }, - "https://ror.org/020g75c03": { - "ancestors": [ - "https://ror.org/021m54z79" - ], - "descendants": [ - - ] - }, - "https://ror.org/046mhfn38": { - "ancestors": [ - "https://ror.org/049840423" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bsz5816": { - "ancestors": [ - "https://ror.org/0098kke80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w5z8h61": { - "ancestors": [ - "https://ror.org/0427e1040" - ], - "descendants": [ - - ] - }, - "https://ror.org/04thxh256": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dg8v926": { - "ancestors": [ - "https://ror.org/0248zc213" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gnfkx95": { - "ancestors": [ - "https://ror.org/00qp5gr06" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xg79b82": { - "ancestors": [ - "https://ror.org/0248zc213" - ], - "descendants": [ - - ] - }, - "https://ror.org/04znqn582": { - "ancestors": [ - "https://ror.org/01fx4eg39" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g6deb76": { - "ancestors": [ - "https://ror.org/032mwd808" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hncq557": { - "ancestors": [ - "https://ror.org/04fkqna53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jxhxv92": { - "ancestors": [ - "https://ror.org/044tc0x05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q8c8138": { - "ancestors": [ - "https://ror.org/03k1gpj17", - "https://ror.org/03xj0x983" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x5wzm46": { - "ancestors": [ - "https://ror.org/053f3rt53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mfmr054": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/040xhth73": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w9g2j85": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n4jbh84": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dr63s31": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s2j5046": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/055werx92": { - "ancestors": [ - "https://ror.org/027y26122" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ta8pf33": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j045513": { - "ancestors": [ - "https://ror.org/02pkvbe21", - "https://ror.org/01pa9ed26", - "https://ror.org/049s0rh22" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hma4w69": { - "ancestors": [ - "https://ror.org/01mzw6m29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f76x039": { - "ancestors": [ - "https://ror.org/01mzw6m29" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zzwzx41": { - "ancestors": [ - "https://ror.org/03a1kwz48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a70q325": { - "ancestors": [ - "https://ror.org/03wj3v998" - ], - "descendants": [ - - ] - }, - "https://ror.org/054j7wb83": { - "ancestors": [ - "https://ror.org/04vvh7p27" - ], - "descendants": [ - - ] - }, - "https://ror.org/027xf9k42": { - "ancestors": [ - "https://ror.org/03g3m1w62" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eq22881": { - "ancestors": [ - "https://ror.org/04r1s2546" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p9y3e72": { - "ancestors": [ - "https://ror.org/00c8v4891", - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/012gye839": { - "ancestors": [ - "https://ror.org/04a496k07" - ], - "descendants": [ - "https://ror.org/05wf8v135", - "https://ror.org/01cs14q41", - "https://ror.org/01233dh94", - "https://ror.org/03k51eb57" - ] - }, - "https://ror.org/01zpsbf45": { - "ancestors": [ - "https://ror.org/0248zc213" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e7m9p55": { - "ancestors": [ - "https://ror.org/04e4j5d46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c31t502": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qmezm19": { - "ancestors": [ - "https://ror.org/04r1mej53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eqeqg74": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/0258a2f50": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gpc1r56": { - "ancestors": [ - "https://ror.org/04mczx267" - ], - "descendants": [ - - ] - }, - "https://ror.org/00prgcp98": { - "ancestors": [ - "https://ror.org/055n68305" - ], - "descendants": [ - - ] - }, - "https://ror.org/051yjgn28": { - "ancestors": [ - "https://ror.org/01eqy8607" - ], - "descendants": [ - - ] - }, - "https://ror.org/028caqe42": { - "ancestors": [ - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yrcx115": { - "ancestors": [ - "https://ror.org/05y2vby93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v7h1165": { - "ancestors": [ - "https://ror.org/04mte1k06" - ], - "descendants": [ - - ] - }, - "https://ror.org/022c13n15": { - "ancestors": [ - "https://ror.org/00cvxb145" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a9vnt59": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ehykb85": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05av82888": { - "ancestors": [ - "https://ror.org/03emyr182" - ], - "descendants": [ - - ] - }, - "https://ror.org/05patmk97": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/034sbyx40": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/012t91r40": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/027rtfv09": { - "ancestors": [ - "https://ror.org/00f1vw968" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nyatq71": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t8mqd25": { - "ancestors": [ - "https://ror.org/04mczx267" - ], - "descendants": [ - - ] - }, - "https://ror.org/04smrs866": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q9yze82": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yg57d71": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zf97m15": { - "ancestors": [ - "https://ror.org/03rs32p96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jkda953": { - "ancestors": [ - "https://ror.org/0586k5242" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w7r8m15": { - "ancestors": [ - "https://ror.org/053gtbc96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p210k88": { - "ancestors": [ - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a06kx42": { - "ancestors": [ - "https://ror.org/01aaptx40", - "https://ror.org/03eftgw80", - "https://ror.org/01kg8sb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/008tsd037": { - "ancestors": [ - "https://ror.org/0060avh92" - ], - "descendants": [ - - ] - }, - "https://ror.org/059k3db98": { - "ancestors": [ - "https://ror.org/01fqg5k81" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g3bg079": { - "ancestors": [ - "https://ror.org/001tmjg57" - ], - "descendants": [ - - ] - }, - "https://ror.org/046r27a90": { - "ancestors": [ - "https://ror.org/006m4q736" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rhtct89": { - "ancestors": [ - "https://ror.org/05tjan294" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mzsqd80": { - "ancestors": [ - "https://ror.org/04zmjp854" - ], - "descendants": [ - - ] - }, - "https://ror.org/002r82k07": { - "ancestors": [ - "https://ror.org/024zq6d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w1a0259": { - "ancestors": [ - "https://ror.org/024zq6d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wps7b22": { - "ancestors": [ - "https://ror.org/040eybd64" - ], - "descendants": [ - - ] - }, - "https://ror.org/03byzcq48": { - "ancestors": [ - "https://ror.org/003smky23" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rje5224": { - "ancestors": [ - "https://ror.org/05c9r4685" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jaw0925": { - "ancestors": [ - "https://ror.org/04kfn4587" - ], - "descendants": [ - - ] - }, - "https://ror.org/055ksem72": { - "ancestors": [ - "https://ror.org/003ngne20" - ], - "descendants": [ - - ] - }, - "https://ror.org/058xzat49": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/0013zhk30": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/0153wm704": { - "ancestors": [ - "https://ror.org/02jz99c72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pw6fb54": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/026jj6489": { - "ancestors": [ - "https://ror.org/02g802m02" - ], - "descendants": [ - - ] - }, - "https://ror.org/007nfvg13": { - "ancestors": [ - "https://ror.org/04fzwnh64" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r7md321": { - "ancestors": [ - "https://ror.org/02g8ke488", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00nvney28", - "https://ror.org/01ew49p77" - ] - }, - "https://ror.org/01j043w21": { - "ancestors": [ - "https://ror.org/04gk5xv95" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g9q2h37": { - "ancestors": [ - "https://ror.org/030j39b93", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/049peqw80" - ] - }, - "https://ror.org/00vdcfb98": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/01eycqy43": { - "ancestors": [ - "https://ror.org/05g35d951" - ], - "descendants": [ - - ] - }, - "https://ror.org/05404pa79": { - "ancestors": [ - "https://ror.org/00n4nbp68" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fqs5523": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/0138k6z33": { - "ancestors": [ - "https://ror.org/03n09s827" - ], - "descendants": [ - - ] - }, - "https://ror.org/028pcv110": { - "ancestors": [ - "https://ror.org/03n09s827" - ], - "descendants": [ - - ] - }, - "https://ror.org/046rga183": { - "ancestors": [ - "https://ror.org/03n09s827" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b66rp04": { - "ancestors": [ - "https://ror.org/03xyjdy64" - ], - "descendants": [ - - ] - }, - "https://ror.org/039j6d549": { - "ancestors": [ - "https://ror.org/05a7hcs31", - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xvp5318": { - "ancestors": [ - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/008qy0g71": { - "ancestors": [ - "https://ror.org/00w205b62" - ], - "descendants": [ - - ] - }, - "https://ror.org/0381d4058": { - "ancestors": [ - "https://ror.org/00w205b62" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k6c3c61": { - "ancestors": [ - "https://ror.org/01fqg5k81" - ], - "descendants": [ - - ] - }, - "https://ror.org/018vx9t46": { - "ancestors": [ - "https://ror.org/05kx1ke03" - ], - "descendants": [ - - ] - }, - "https://ror.org/008e03r59": { - "ancestors": [ - "https://ror.org/00nr17z89", - "https://ror.org/030j39b93", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pvgrv63": { - "ancestors": [ - "https://ror.org/011tm7n37" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t0ndf94": { - "ancestors": [ - "https://ror.org/00pfg3v73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0355zfr67": { - "ancestors": [ - "https://ror.org/00qz24g20" - ], - "descendants": [ - "https://ror.org/03qx1c439" - ] - }, - "https://ror.org/02f588d44": { - "ancestors": [ - "https://ror.org/00wn7d965" - ], - "descendants": [ - - ] - }, - "https://ror.org/014ktjg17": { - "ancestors": [ - "https://ror.org/01x0e6k76" - ], - "descendants": [ - - ] - }, - "https://ror.org/0125xqd86": { - "ancestors": [ - "https://ror.org/05ckqx151" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wvp2z28": { - "ancestors": [ - "https://ror.org/00csd1970" - ], - "descendants": [ - - ] - }, - "https://ror.org/015mn5k65": { - "ancestors": [ - "https://ror.org/05r9by079" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n2fyr96": { - "ancestors": [ - "https://ror.org/02z7tpb72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sfn8y78": { - "ancestors": [ - "https://ror.org/003smky23" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s52c121": { - "ancestors": [ - "https://ror.org/028fd8812" - ], - "descendants": [ - - ] - }, - "https://ror.org/01450df76": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zzepa29": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z9sw951": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w824191": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qvjf193": { - "ancestors": [ - "https://ror.org/03e8tm275" - ], - "descendants": [ - - ] - }, - "https://ror.org/056jn9s46": { - "ancestors": [ - "https://ror.org/037zgn354" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sm75b57": { - "ancestors": [ - "https://ror.org/05j8naw58" - ], - "descendants": [ - - ] - }, - "https://ror.org/050cc0966": { - "ancestors": [ - "https://ror.org/003smky23" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d08ne02": { - "ancestors": [ - "https://ror.org/04h81rw26" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g4knm43": { - "ancestors": [ - "https://ror.org/01fykh430", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fkh3x71": { - "ancestors": [ - "https://ror.org/03n7vd314" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ff7k505": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/031twcj28": { - "ancestors": [ - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kvbr153": { - "ancestors": [ - "https://ror.org/04tk2gy88", - "https://ror.org/0419bgt07" - ], - "descendants": [ - "https://ror.org/0136m5z53" - ] - }, - "https://ror.org/049wsgv73": { - "ancestors": [ - "https://ror.org/04tk2gy88", - "https://ror.org/0419bgt07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w00xm72": { - "ancestors": [ - "https://ror.org/05xp2yp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/0095r2297": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ke8g602": { - "ancestors": [ - "https://ror.org/02yrq0923" - ], - "descendants": [ - - ] - }, - "https://ror.org/045wp1309": { - "ancestors": [ - "https://ror.org/0248zc213" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bcvxv20": { - "ancestors": [ - "https://ror.org/006z80t96" - ], - "descendants": [ - "https://ror.org/05na1sz60" - ] - }, - "https://ror.org/01j3ge177": { - "ancestors": [ - "https://ror.org/0248zc213" - ], - "descendants": [ - - ] - }, - "https://ror.org/020yh1f96": { - "ancestors": [ - "https://ror.org/00c01js51" - ], - "descendants": [ - - ] - }, - "https://ror.org/003kgv736": { - "ancestors": [ - "https://ror.org/01t20sn94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kmq0020": { - "ancestors": [ - "https://ror.org/01bcwyc86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gxeae76": { - "ancestors": [ - "https://ror.org/04cy3qv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p9w4h97": { - "ancestors": [ - "https://ror.org/03rwgpn18" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rpj9v06": { - "ancestors": [ - "https://ror.org/01g77mv66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x45y691": { - "ancestors": [ - "https://ror.org/00541hg31" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nfc4433": { - "ancestors": [ - "https://ror.org/03fcgva33" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n80qr18": { - "ancestors": [ - "https://ror.org/049d9a475" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rsszy23": { - "ancestors": [ - "https://ror.org/05c9r4685" - ], - "descendants": [ - - ] - }, - "https://ror.org/0354gjj39": { - "ancestors": [ - "https://ror.org/016fjr533" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rdsgd78": { - "ancestors": [ - "https://ror.org/024zq6d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/0319d2e87": { - "ancestors": [ - "https://ror.org/02e6wxz44" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kvbnm84": { - "ancestors": [ - "https://ror.org/0060avh92" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yk5p402": { - "ancestors": [ - "https://ror.org/02jfsex62" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k0zr802": { - "ancestors": [ - "https://ror.org/04g0bt697" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n678n37": { - "ancestors": [ - "https://ror.org/03rs32p96" - ], - "descendants": [ - - ] - }, - "https://ror.org/015b22965": { - "ancestors": [ - "https://ror.org/002bpzx43" - ], - "descendants": [ - - ] - }, - "https://ror.org/0365sd121": { - "ancestors": [ - "https://ror.org/04ehecz88", - "https://ror.org/011htkb76" - ], - "descendants": [ - - ] - }, - "https://ror.org/0321gjx92": { - "ancestors": [ - "https://ror.org/00csd1970" - ], - "descendants": [ - - ] - }, - "https://ror.org/010rmp704": { - "ancestors": [ - "https://ror.org/03kmh7v63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ztqy570": { - "ancestors": [ - "https://ror.org/05ts0bd12", - "https://ror.org/030j39b93", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/020wewd22": { - "ancestors": [ - "https://ror.org/03mvawd68" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nxw7t86": { - "ancestors": [ - "https://ror.org/0107w4315" - ], - "descendants": [ - - ] - }, - "https://ror.org/039g7zn40": { - "ancestors": [ - "https://ror.org/011qyt180", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/028658z74": { - "ancestors": [ - "https://ror.org/04fkqna53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t1snc02": { - "ancestors": [ - "https://ror.org/003k75717" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xvfm661": { - "ancestors": [ - "https://ror.org/003k75717" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ecqm310": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xr60403": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h8s0v03": { - "ancestors": [ - "https://ror.org/00rs6vg23", - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/035bjd142": { - "ancestors": [ - "https://ror.org/023es3c27" - ], - "descendants": [ - - ] - }, - "https://ror.org/023ag6d08": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r830x40": { - "ancestors": [ - "https://ror.org/006gmme17", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/051v7cd19": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x5wxx17": { - "ancestors": [ - "https://ror.org/019tc7185" - ], - "descendants": [ - - ] - }, - "https://ror.org/025nqct78": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n7scr80": { - "ancestors": [ - "https://ror.org/05fk5tr28" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wxdvj03": { - "ancestors": [ - "https://ror.org/05fk5tr28" - ], - "descendants": [ - - ] - }, - "https://ror.org/015h21b91": { - "ancestors": [ - "https://ror.org/05fk5tr28" - ], - "descendants": [ - - ] - }, - "https://ror.org/02skhjj30": { - "ancestors": [ - "https://ror.org/05fk5tr28" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v448643": { - "ancestors": [ - "https://ror.org/05fk5tr28" - ], - "descendants": [ - - ] - }, - "https://ror.org/0376wcg10": { - "ancestors": [ - "https://ror.org/01v3fsc55", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/051659894": { - "ancestors": [ - "https://ror.org/01zctcs90" - ], - "descendants": [ - "https://ror.org/02nwwqk69" - ] - }, - "https://ror.org/0351agv44": { - "ancestors": [ - "https://ror.org/00bws1855", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0114yjq47": { - "ancestors": [ - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/032tkjf28": { - "ancestors": [ - "https://ror.org/04rtc8031" - ], - "descendants": [ - - ] - }, - "https://ror.org/0061msm67": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jsdjx34": { - "ancestors": [ - "https://ror.org/013meh722" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k2n4n22": { - "ancestors": [ - "https://ror.org/055j8ya05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g5qva43": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k16sh85": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xaxz408": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/043fjtb89": { - "ancestors": [ - "https://ror.org/053mpbz30", - "https://ror.org/0486x5a41", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tpw6659": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a6ztn45": { - "ancestors": [ - "https://ror.org/02eq2w707" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mbgzm57": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s8rep32": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fyvea65": { - "ancestors": [ - "https://ror.org/021adze67", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03trkbn45": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/046z54t28": { - "ancestors": [ - "https://ror.org/01kg8sb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04161kh40": { - "ancestors": [ - "https://ror.org/01kg8sb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/045zcth28": { - "ancestors": [ - "https://ror.org/05tjan294" - ], - "descendants": [ - - ] - }, - "https://ror.org/051hpv692": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hyrh851": { - "ancestors": [ - "https://ror.org/0493caa98" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gdsvx03": { - "ancestors": [ - "https://ror.org/00mgss748" - ], - "descendants": [ - - ] - }, - "https://ror.org/01433ep44": { - "ancestors": [ - "https://ror.org/034d0qf45" - ], - "descendants": [ - - ] - }, - "https://ror.org/003rpah63": { - "ancestors": [ - "https://ror.org/017ctmv39" - ], - "descendants": [ - - ] - }, - "https://ror.org/02efxmp95": { - "ancestors": [ - "https://ror.org/02bbd5539" - ], - "descendants": [ - - ] - }, - "https://ror.org/008yw1q74": { - "ancestors": [ - "https://ror.org/03qqbvj08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zwppv60": { - "ancestors": [ - "https://ror.org/01m260238" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fmc9y65": { - "ancestors": [ - "https://ror.org/03y76pe29" - ], - "descendants": [ - - ] - }, - "https://ror.org/000ge9g13": { - "ancestors": [ - "https://ror.org/00k9r5g94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0394awa03": { - "ancestors": [ - "https://ror.org/015w2wb33" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z1wkk88": { - "ancestors": [ - "https://ror.org/015w2wb33" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y2v5q05": { - "ancestors": [ - "https://ror.org/003yb7p17" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jzs4815": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qjkay50": { - "ancestors": [ - "https://ror.org/00ks5vt51" - ], - "descendants": [ - "https://ror.org/02pz5h498" - ] - }, - "https://ror.org/02twn9v08": { - "ancestors": [ - "https://ror.org/00ks5vt51" - ], - "descendants": [ - - ] - }, - "https://ror.org/03faeab35": { - "ancestors": [ - "https://ror.org/00ks5vt51" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j47vk14": { - "ancestors": [ - "https://ror.org/01rckyv04" - ], - "descendants": [ - - ] - }, - "https://ror.org/0549xxn78": { - "ancestors": [ - "https://ror.org/041c2wa38" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p89va55": { - "ancestors": [ - "https://ror.org/01jzgmh92" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n19h079": { - "ancestors": [ - "https://ror.org/01k4bzh19" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y0kp964": { - "ancestors": [ - "https://ror.org/01ffb7n67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ct7hd51": { - "ancestors": [ - "https://ror.org/0526cz443" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xx5ce35": { - "ancestors": [ - "https://ror.org/05j37e495", - "https://ror.org/03tb4gf50", - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vj7a915": { - "ancestors": [ - "https://ror.org/05939ef94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fr4xz54": { - "ancestors": [ - "https://ror.org/01kq4az79" - ], - "descendants": [ - - ] - }, - "https://ror.org/016zn5019": { - "ancestors": [ - "https://ror.org/04qhpqj38" - ], - "descendants": [ - "https://ror.org/033hv7h54" - ] - }, - "https://ror.org/02r1e6089": { - "ancestors": [ - "https://ror.org/019yx9f29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gh58f75": { - "ancestors": [ - "https://ror.org/04dm6ed68" - ], - "descendants": [ - - ] - }, - "https://ror.org/007422545": { - "ancestors": [ - "https://ror.org/052ay3140" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qe2w544": { - "ancestors": [ - "https://ror.org/02cyn4444" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ts0we02": { - "ancestors": [ - "https://ror.org/04j0gge90" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sxbnv57": { - "ancestors": [ - "https://ror.org/01ry0hm85" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ms70536": { - "ancestors": [ - "https://ror.org/03ycv1b86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c2mz691": { - "ancestors": [ - "https://ror.org/02npppw10" - ], - "descendants": [ - - ] - }, - "https://ror.org/028nqyn57": { - "ancestors": [ - "https://ror.org/0129qsy61" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qjh7r74": { - "ancestors": [ - "https://ror.org/055kr0e44" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wk3qr85": { - "ancestors": [ - "https://ror.org/05s8x7560" - ], - "descendants": [ - - ] - }, - "https://ror.org/030c07a62": { - "ancestors": [ - "https://ror.org/03fbkqs26" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rk35v57": { - "ancestors": [ - "https://ror.org/046esz437" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g6j6055": { - "ancestors": [ - "https://ror.org/01q8f6705" - ], - "descendants": [ - - ] - }, - "https://ror.org/057r54s29": { - "ancestors": [ - "https://ror.org/052m3x230" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t4qcg79": { - "ancestors": [ - "https://ror.org/0060zp422" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zg9ry50": { - "ancestors": [ - "https://ror.org/01gp83d60" - ], - "descendants": [ - - ] - }, - "https://ror.org/05frh7832": { - "ancestors": [ - "https://ror.org/038483r84" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rtxd659": { - "ancestors": [ - "https://ror.org/00x7b5g69" - ], - "descendants": [ - - ] - }, - "https://ror.org/021t53m47": { - "ancestors": [ - "https://ror.org/02gr2sm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fpmfs44": { - "ancestors": [ - "https://ror.org/04z69s492" - ], - "descendants": [ - - ] - }, - "https://ror.org/03emf1n04": { - "ancestors": [ - "https://ror.org/00gtmwv55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kdd0e80": { - "ancestors": [ - "https://ror.org/05cf5b117" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gh98d15": { - "ancestors": [ - "https://ror.org/01a8wgs29" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bkjr271": { - "ancestors": [ - "https://ror.org/03z9xj602" - ], - "descendants": [ - - ] - }, - "https://ror.org/01addcj30": { - "ancestors": [ - "https://ror.org/035gt5s03" - ], - "descendants": [ - - ] - }, - "https://ror.org/034vn4e02": { - "ancestors": [ - "https://ror.org/01f3bhg26" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bnfx215": { - "ancestors": [ - "https://ror.org/03nyxmy82" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m15kh47": { - "ancestors": [ - "https://ror.org/03d6z8b09" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ty9nf77": { - "ancestors": [ - "https://ror.org/04r739x86" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cjny980": { - "ancestors": [ - "https://ror.org/04b12x653" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ejpyv46": { - "ancestors": [ - "https://ror.org/04h1q4c89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sd8rm97": { - "ancestors": [ - "https://ror.org/0231f9890", - "https://ror.org/01fe0jt45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xzpd518": { - "ancestors": [ - "https://ror.org/00kv9pj15" - ], - "descendants": [ - - ] - }, - "https://ror.org/01425vp67": { - "ancestors": [ - "https://ror.org/04h1q4c89" - ], - "descendants": [ - - ] - }, - "https://ror.org/006471y50": { - "ancestors": [ - "https://ror.org/04h1q4c89" - ], - "descendants": [ - - ] - }, - "https://ror.org/044ddr125": { - "ancestors": [ - "https://ror.org/015bz4634" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m4vn742": { - "ancestors": [ - "https://ror.org/00me6gs45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qws0q96": { - "ancestors": [ - "https://ror.org/03z19e593" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q3bdj78": { - "ancestors": [ - "https://ror.org/05a7rhx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/016qz7879": { - "ancestors": [ - "https://ror.org/041h6pr97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v82mn77": { - "ancestors": [ - "https://ror.org/02tryst02" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kmywe48": { - "ancestors": [ - "https://ror.org/02tryst02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pavt865": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mge3v08": { - "ancestors": [ - "https://ror.org/03qx9tc91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nrca761": { - "ancestors": [ - "https://ror.org/03qx9tc91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0137xgw27": { - "ancestors": [ - "https://ror.org/02df8t483" - ], - "descendants": [ - - ] - }, - "https://ror.org/014a8dd26": { - "ancestors": [ - "https://ror.org/03vr22992" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d06q394": { - "ancestors": [ - "https://ror.org/00njsd438", - "https://ror.org/02e9yx751" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ehy3369": { - "ancestors": [ - "https://ror.org/00a45e114" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fc83474": { - "ancestors": [ - "https://ror.org/04gte0y44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03me50s15": { - "ancestors": [ - "https://ror.org/02j2cf778" - ], - "descendants": [ - - ] - }, - "https://ror.org/020hbh524": { - "ancestors": [ - "https://ror.org/00grd1h17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ktc0f44": { - "ancestors": [ - "https://ror.org/01ydrx675" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f624153": { - "ancestors": [ - "https://ror.org/01pcq0j68" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cnktn59": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b0dbj85": { - "ancestors": [ - "https://ror.org/03xwbsw41" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dteh969": { - "ancestors": [ - "https://ror.org/009axkg17" - ], - "descendants": [ - - ] - }, - "https://ror.org/001s88f97": { - "ancestors": [ - "https://ror.org/005jw9139" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d9ep044": { - "ancestors": [ - "https://ror.org/04w8xa018" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t08m694": { - "ancestors": [ - "https://ror.org/01q1dy966" - ], - "descendants": [ - - ] - }, - "https://ror.org/0503ft796": { - "ancestors": [ - "https://ror.org/01zctcs90" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kfyt897": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kxasy49": { - "ancestors": [ - "https://ror.org/03jc1ps31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yvt1b82": { - "ancestors": [ - "https://ror.org/04x7s4297" - ], - "descendants": [ - - ] - }, - "https://ror.org/038k3ws77": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s0wyf50": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/033hv7h54": { - "ancestors": [ - "https://ror.org/016zn5019", - "https://ror.org/04qhpqj38" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fjxe887": { - "ancestors": [ - "https://ror.org/03nyxmy82" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ts3qa26": { - "ancestors": [ - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fsh0r13": { - "ancestors": [ - "https://ror.org/027s68j25", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/0391yk308": { - "ancestors": [ - "https://ror.org/04qhpqj38" - ], - "descendants": [ - - ] - }, - "https://ror.org/01139ec29": { - "ancestors": [ - "https://ror.org/03x1ewr52" - ], - "descendants": [ - - ] - }, - "https://ror.org/041hy4p77": { - "ancestors": [ - "https://ror.org/04hadnb81" - ], - "descendants": [ - - ] - }, - "https://ror.org/032wrwd21": { - "ancestors": [ - "https://ror.org/021m54z79" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wfsv479": { - "ancestors": [ - "https://ror.org/03yt1ez60" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f5tnx94": { - "ancestors": [ - "https://ror.org/047rmsn51", - "https://ror.org/04zaypm56", - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/050kt0y53": { - "ancestors": [ - "https://ror.org/03qef0j11" - ], - "descendants": [ - - ] - }, - "https://ror.org/0084vrs13": { - "ancestors": [ - "https://ror.org/0465c8g46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x9vvs05": { - "ancestors": [ - "https://ror.org/02t1hg644" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m233w73": { - "ancestors": [ - "https://ror.org/04na7ry54" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qsexb35": { - "ancestors": [ - "https://ror.org/052w5r042" - ], - "descendants": [ - - ] - }, - "https://ror.org/053833993": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d74m226": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e4qaj02": { - "ancestors": [ - "https://ror.org/03am4ny08" - ], - "descendants": [ - - ] - }, - "https://ror.org/002qtbf65": { - "ancestors": [ - "https://ror.org/030qsdn71" - ], - "descendants": [ - - ] - }, - "https://ror.org/0213syy24": { - "ancestors": [ - "https://ror.org/03jc1ps31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zqy3981": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/02z2a9w02", - "https://ror.org/03qnzrx19" - ] - }, - "https://ror.org/007qfc639": { - "ancestors": [ - "https://ror.org/017rhna63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0320bge18": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/00npz5r87", - "https://ror.org/000qvv970" - ] - }, - "https://ror.org/05be7xx76": { - "ancestors": [ - "https://ror.org/00d8znk88" - ], - "descendants": [ - - ] - }, - "https://ror.org/02m388s04": { - "ancestors": [ - "https://ror.org/036h6g940" - ], - "descendants": [ - "https://ror.org/01w6rxw55", - "https://ror.org/00chbca67", - "https://ror.org/05w6wfp17", - "https://ror.org/057wkj006", - "https://ror.org/02qmw3e81", - "https://ror.org/05tkzma19", - "https://ror.org/01hznc410", - "https://ror.org/02378jc90", - "https://ror.org/03ht1xw27", - "https://ror.org/01v4s0f07", - "https://ror.org/012q68n89", - "https://ror.org/01axfdj86", - "https://ror.org/0015qa126", - "https://ror.org/03gf8rp76", - "https://ror.org/04tbt8b85", - "https://ror.org/00dp5a155", - "https://ror.org/01dagn361" - ] - }, - "https://ror.org/05rkgsm35": { - "ancestors": [ - "https://ror.org/052m3x230" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c3ee991": { - "ancestors": [ - "https://ror.org/031tysd23" - ], - "descendants": [ - - ] - }, - "https://ror.org/05335sh79": { - "ancestors": [ - "https://ror.org/02916qm60", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vvm5369": { - "ancestors": [ - "https://ror.org/01jfre984" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xtrfa17": { - "ancestors": [ - "https://ror.org/04hkpfa76" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ag4vf25": { - "ancestors": [ - "https://ror.org/04tp44r29" - ], - "descendants": [ - - ] - }, - "https://ror.org/049px0x49": { - "ancestors": [ - "https://ror.org/032hx4q18" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yhnhz23": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/01337fb30": { - "ancestors": [ - "https://ror.org/032hx4q18" - ], - "descendants": [ - - ] - }, - "https://ror.org/028heaq12": { - "ancestors": [ - "https://ror.org/032hx4q18" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zdkew04": { - "ancestors": [ - "https://ror.org/01zgpn844" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wg88z59": { - "ancestors": [ - "https://ror.org/03mwypp50" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sgajx84": { - "ancestors": [ - "https://ror.org/01q8f6705" - ], - "descendants": [ - - ] - }, - "https://ror.org/03stcpv37": { - "ancestors": [ - "https://ror.org/03y28aj90" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s5qve69": { - "ancestors": [ - "https://ror.org/05m9vrv91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j9fmg63": { - "ancestors": [ - "https://ror.org/03g3m1w62" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k8qhz96": { - "ancestors": [ - "https://ror.org/038es7c44" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sj6pm22": { - "ancestors": [ - "https://ror.org/01f3bhg26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cjp2c87": { - "ancestors": [ - "https://ror.org/05kdz4d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t83f864": { - "ancestors": [ - "https://ror.org/00ja2ye75" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sxpcf54": { - "ancestors": [ - "https://ror.org/0293qmt12" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ermrg42": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pk7g992": { - "ancestors": [ - "https://ror.org/00x143s74", - "https://ror.org/01w88hp45", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mw2b749": { - "ancestors": [ - "https://ror.org/038sc5x72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n5p4z29": { - "ancestors": [ - "https://ror.org/01gd3da15" - ], - "descendants": [ - - ] - }, - "https://ror.org/054c8sq43": { - "ancestors": [ - "https://ror.org/04j71m034" - ], - "descendants": [ - - ] - }, - "https://ror.org/057fshk20": { - "ancestors": [ - "https://ror.org/03qfmjv22" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hxvc906": { - "ancestors": [ - "https://ror.org/01g8djv19" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w2zhm87": { - "ancestors": [ - "https://ror.org/03g3m1w62" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vcmzn19": { - "ancestors": [ - "https://ror.org/01hdcyq69" - ], - "descendants": [ - - ] - }, - "https://ror.org/041c1w327": { - "ancestors": [ - "https://ror.org/050k26q88" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rgeck60": { - "ancestors": [ - "https://ror.org/01qmw3j63" - ], - "descendants": [ - - ] - }, - "https://ror.org/041nyfq10": { - "ancestors": [ - "https://ror.org/04ckfrk21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tyymd87": { - "ancestors": [ - "https://ror.org/050k26q88" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vs3ac92": { - "ancestors": [ - "https://ror.org/05n6b2q68" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d474d81": { - "ancestors": [ - "https://ror.org/02ayh6y70" - ], - "descendants": [ - - ] - }, - "https://ror.org/031dsww89": { - "ancestors": [ - "https://ror.org/048vrgr14" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q7jq182": { - "ancestors": [ - "https://ror.org/035rrps97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mzgvt54": { - "ancestors": [ - "https://ror.org/02s08xt61" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c4y1k56": { - "ancestors": [ - "https://ror.org/00sj73q02" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bws1855": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02s4m5j79", - "https://ror.org/05998w930", - "https://ror.org/0351agv44", - "https://ror.org/02bjkqr85" - ] - }, - "https://ror.org/0431y1695": { - "ancestors": [ - "https://ror.org/03wjwyj98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t3nnr25": { - "ancestors": [ - "https://ror.org/01jqh6j63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j1bxw34": { - "ancestors": [ - "https://ror.org/00wtmxk58" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e1wjw63": { - "ancestors": [ - "https://ror.org/05wzrja17" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xy96n81": { - "ancestors": [ - "https://ror.org/05a7rhx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/0387prb75": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nyatx59": { - "ancestors": [ - "https://ror.org/00pex3x41" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pfa9y72": { - "ancestors": [ - "https://ror.org/02mzerg05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fwpc710": { - "ancestors": [ - "https://ror.org/02vmgn461" - ], - "descendants": [ - - ] - }, - "https://ror.org/0177d4e55": { - "ancestors": [ - "https://ror.org/04wmff902", - "https://ror.org/00hjm9t74" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eypca36": { - "ancestors": [ - "https://ror.org/01h95gp06" - ], - "descendants": [ - - ] - }, - "https://ror.org/0138rdd60": { - "ancestors": [ - "https://ror.org/038483r84" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m6mfc08": { - "ancestors": [ - "https://ror.org/008s67533" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tqv6s24": { - "ancestors": [ - "https://ror.org/03vnshb93", - "https://ror.org/04g0aqp14" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w8ez808": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zpv5q97": { - "ancestors": [ - "https://ror.org/051xgzg37" - ], - "descendants": [ - - ] - }, - "https://ror.org/00czndn44": { - "ancestors": [ - "https://ror.org/04rt77q92" - ], - "descendants": [ - - ] - }, - "https://ror.org/051w1mx35": { - "ancestors": [ - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/010y19q47": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jtz4s80": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dq1ad60": { - "ancestors": [ - "https://ror.org/03n8zwa93" - ], - "descendants": [ - - ] - }, - "https://ror.org/00agrnm56": { - "ancestors": [ - "https://ror.org/05fy2ba68" - ], - "descendants": [ - - ] - }, - "https://ror.org/023kawg24": { - "ancestors": [ - "https://ror.org/030qsdn71" - ], - "descendants": [ - - ] - }, - "https://ror.org/004hxvm93": { - "ancestors": [ - "https://ror.org/053ef7v72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sy37k83": { - "ancestors": [ - "https://ror.org/04p977q83" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j3h8a82": { - "ancestors": [ - "https://ror.org/05740ft58" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dyemd88": { - "ancestors": [ - "https://ror.org/052m3x230" - ], - "descendants": [ - - ] - }, - "https://ror.org/001te2382": { - "ancestors": [ - "https://ror.org/0269t5q92" - ], - "descendants": [ - - ] - }, - "https://ror.org/059s01p87": { - "ancestors": [ - "https://ror.org/04etsch95" - ], - "descendants": [ - - ] - }, - "https://ror.org/047cnmy82": { - "ancestors": [ - "https://ror.org/00mgss748" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tarpq30": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v8rqa59": { - "ancestors": [ - "https://ror.org/04ehcx813" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w2a0822": { - "ancestors": [ - "https://ror.org/02dw7ch21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qf21777": { - "ancestors": [ - "https://ror.org/0295epx19" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bq7yh11": { - "ancestors": [ - "https://ror.org/0493bmq37" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b6fta51": { - "ancestors": [ - "https://ror.org/0493bmq37" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q16h268": { - "ancestors": [ - "https://ror.org/04sk34n56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tz7dc68": { - "ancestors": [ - "https://ror.org/04sk34n56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gkw9q47": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/045g6w049": { - "ancestors": [ - "https://ror.org/01ee9ar58" - ], - "descendants": [ - - ] - }, - "https://ror.org/027c2yv63": { - "ancestors": [ - "https://ror.org/05k34t975" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pthvp83": { - "ancestors": [ - "https://ror.org/0526cz443" - ], - "descendants": [ - - ] - }, - "https://ror.org/032g1nc88": { - "ancestors": [ - "https://ror.org/02hwyte29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jb2qs89": { - "ancestors": [ - "https://ror.org/01ssv2r52" - ], - "descendants": [ - - ] - }, - "https://ror.org/004wrwd64": { - "ancestors": [ - "https://ror.org/01dy84y11" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vrea996": { - "ancestors": [ - "https://ror.org/03rnv3v52" - ], - "descendants": [ - - ] - }, - "https://ror.org/018zj0h25": { - "ancestors": [ - "https://ror.org/01tytrg27" - ], - "descendants": [ - - ] - }, - "https://ror.org/049e8me77": { - "ancestors": [ - "https://ror.org/051tn6h07" - ], - "descendants": [ - - ] - }, - "https://ror.org/02718ec78": { - "ancestors": [ - "https://ror.org/02cbhvc53" - ], - "descendants": [ - "https://ror.org/02tggj648" - ] - }, - "https://ror.org/05vkmhj10": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wge1d25": { - "ancestors": [ - "https://ror.org/04xybmk80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w4x2p98": { - "ancestors": [ - "https://ror.org/02sgk6k14" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hkb6y19": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h6vef88": { - "ancestors": [ - "https://ror.org/00tgr2h49", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cd95c65": { - "ancestors": [ - "https://ror.org/01y9bpm73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00td9nh08": { - "ancestors": [ - "https://ror.org/03jc5ts66" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a3nrb88": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r1dd276": { - "ancestors": [ - "https://ror.org/0156f0c06" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yycxd24": { - "ancestors": [ - "https://ror.org/02t71h845" - ], - "descendants": [ - - ] - }, - "https://ror.org/013w2d378": { - "ancestors": [ - "https://ror.org/00tgr2h49", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z9k3j07": { - "ancestors": [ - "https://ror.org/00w3adw05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nb6x947": { - "ancestors": [ - "https://ror.org/03natb733" - ], - "descendants": [ - - ] - }, - "https://ror.org/0187pag34": { - "ancestors": [ - "https://ror.org/04mczx267" - ], - "descendants": [ - - ] - }, - "https://ror.org/011408310": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/017ptvx95": { - "ancestors": [ - "https://ror.org/005kw6t15" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kb6er29": { - "ancestors": [ - "https://ror.org/019r04q09" - ], - "descendants": [ - - ] - }, - "https://ror.org/0500fyd17": { - "ancestors": [ - "https://ror.org/00cmhce21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tg0tp84": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/017c2y429": { - "ancestors": [ - "https://ror.org/053mfvp43" - ], - "descendants": [ - - ] - }, - "https://ror.org/041dnb131": { - "ancestors": [ - "https://ror.org/0129qsy61" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hnr5x72": { - "ancestors": [ - "https://ror.org/03yfbaq97", - "https://ror.org/01bfbvm65", - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fqdmq12": { - "ancestors": [ - "https://ror.org/00tgr2h49", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b76w231": { - "ancestors": [ - "https://ror.org/01xgfaw76" - ], - "descendants": [ - - ] - }, - "https://ror.org/049sbzn78": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gnp4591": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hzk8845": { - "ancestors": [ - "https://ror.org/01w01n720" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w1c1p82": { - "ancestors": [ - "https://ror.org/02d814r78" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f3yt521": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v5rbf40": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/049ecjx61": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r837x41": { - "ancestors": [ - "https://ror.org/02vxngq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y2be923": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/005m99512": { - "ancestors": [ - "https://ror.org/00dh5gw98", - "https://ror.org/00e6nys21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g853f75": { - "ancestors": [ - "https://ror.org/01xgfaw76" - ], - "descendants": [ - - ] - }, - "https://ror.org/0299eyn73": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hy2c330": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cj8sj38": { - "ancestors": [ - "https://ror.org/03hdb6676" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mn0vt57": { - "ancestors": [ - "https://ror.org/043nepn57", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b4ksy95": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s2j5a22": { - "ancestors": [ - "https://ror.org/016kvft77", - "https://ror.org/05kxbz959" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gns8903": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jqbzt84": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b5qjr76": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/033px5146": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ar2j538": { - "ancestors": [ - "https://ror.org/04kz0fx24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xtpdj18": { - "ancestors": [ - "https://ror.org/02xkdev90", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fy4at53": { - "ancestors": [ - "https://ror.org/01w01n720" - ], - "descendants": [ - - ] - }, - "https://ror.org/052c3cf27": { - "ancestors": [ - "https://ror.org/04hydf024" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ab5b586": { - "ancestors": [ - "https://ror.org/006m4q736" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a1qdv64": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/056635736": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v074446": { - "ancestors": [ - "https://ror.org/03bh65t82", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/034ahpr11": { - "ancestors": [ - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nc81e13": { - "ancestors": [ - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/013rnrt24": { - "ancestors": [ - "https://ror.org/006m4q736" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ayxy168": { - "ancestors": [ - "https://ror.org/01y1re497", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/020bzqr95": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/00evbjw38": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/012q2tk82": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/057hsm867": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k9x6n46": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zy24864": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/056wf8856": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05rbd6k73", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jqmw447": { - "ancestors": [ - "https://ror.org/021eek248", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dwtb503": { - "ancestors": [ - "https://ror.org/03p3e4237" - ], - "descendants": [ - - ] - }, - "https://ror.org/013pwk504": { - "ancestors": [ - "https://ror.org/01y24f494" - ], - "descendants": [ - - ] - }, - "https://ror.org/048kt6872": { - "ancestors": [ - "https://ror.org/02hy2v836" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cv22w67": { - "ancestors": [ - "https://ror.org/018nb9n34" - ], - "descendants": [ - - ] - }, - "https://ror.org/058cxws58": { - "ancestors": [ - "https://ror.org/01ek73717" - ], - "descendants": [ - - ] - }, - "https://ror.org/013e7et93": { - "ancestors": [ - "https://ror.org/01jm19r53" - ], - "descendants": [ - - ] - }, - "https://ror.org/001rww263": { - "ancestors": [ - "https://ror.org/04hd8bd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f9m1k43": { - "ancestors": [ - "https://ror.org/01zctcs90" - ], - "descendants": [ - - ] - }, - "https://ror.org/035eg8817": { - "ancestors": [ - "https://ror.org/02r96rf44" - ], - "descendants": [ - - ] - }, - "https://ror.org/04083zv18": { - "ancestors": [ - "https://ror.org/02xmjm585" - ], - "descendants": [ - - ] - }, - "https://ror.org/0163xqp73": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d62a771": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/043hjsp66": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n8ttd98": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/0408a5x16": { - "ancestors": [ - "https://ror.org/01vvnn702" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hx2yz19": { - "ancestors": [ - "https://ror.org/02hdxw977" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m5yvh71": { - "ancestors": [ - "https://ror.org/02e8jz218" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a99rs65": { - "ancestors": [ - "https://ror.org/03bd0by56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tab1h96": { - "ancestors": [ - "https://ror.org/001aem118" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wgq5m90": { - "ancestors": [ - "https://ror.org/001aem118" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qa19b44": { - "ancestors": [ - "https://ror.org/028vrr082" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wekt990": { - "ancestors": [ - "https://ror.org/05pawpb90" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yapj268": { - "ancestors": [ - "https://ror.org/04v2xmd71" - ], - "descendants": [ - - ] - }, - "https://ror.org/041554441": { - "ancestors": [ - "https://ror.org/055kgg913" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j6gm739": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gnhjw76": { - "ancestors": [ - "https://ror.org/026er9r08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sarta97": { - "ancestors": [ - "https://ror.org/00kdez258" - ], - "descendants": [ - - ] - }, - "https://ror.org/02av6zw72": { - "ancestors": [ - "https://ror.org/012sh1702" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rjsp326": { - "ancestors": [ - "https://ror.org/03xvagj73" - ], - "descendants": [ - - ] - }, - "https://ror.org/015vhyq37": { - "ancestors": [ - "https://ror.org/046b74p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/049ngdd28": { - "ancestors": [ - "https://ror.org/03xvagj73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tv3wg24": { - "ancestors": [ - "https://ror.org/0526cz443" - ], - "descendants": [ - - ] - }, - "https://ror.org/00afj9w65": { - "ancestors": [ - "https://ror.org/01bv1r935" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hgx8167": { - "ancestors": [ - "https://ror.org/051fq1m45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ppzqx84": { - "ancestors": [ - "https://ror.org/00bh09051" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pmvz131": { - "ancestors": [ - "https://ror.org/01qat3289" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kjw1h22": { - "ancestors": [ - "https://ror.org/05g5rgx31" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nb9ks67": { - "ancestors": [ - "https://ror.org/05g5rgx31" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wr6qv54": { - "ancestors": [ - "https://ror.org/058aed112" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p3zag48": { - "ancestors": [ - "https://ror.org/00p64v472" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qaypf21": { - "ancestors": [ - "https://ror.org/00fycd487" - ], - "descendants": [ - - ] - }, - "https://ror.org/04swdfh12": { - "ancestors": [ - "https://ror.org/05a7rhx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sd5y079": { - "ancestors": [ - "https://ror.org/05kcy9z49" - ], - "descendants": [ - - ] - }, - "https://ror.org/00stasw52": { - "ancestors": [ - "https://ror.org/05p30rt34" - ], - "descendants": [ - - ] - }, - "https://ror.org/026xpx458": { - "ancestors": [ - "https://ror.org/02ge27m07" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a9d3647": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mww6988": { - "ancestors": [ - "https://ror.org/01g1xae87" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mkscs58": { - "ancestors": [ - "https://ror.org/039pwme76" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cyjba52": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/046q8mv93": { - "ancestors": [ - "https://ror.org/01y7ny159" - ], - "descendants": [ - - ] - }, - "https://ror.org/008hr1h38": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/0325p1j31": { - "ancestors": [ - "https://ror.org/031tysd23" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z65ng94": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04eb8df09": { - "ancestors": [ - "https://ror.org/05ek91318" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qya6g42": { - "ancestors": [ - "https://ror.org/04sm5zn07" - ], - "descendants": [ - - ] - }, - "https://ror.org/022059r74": { - "ancestors": [ - "https://ror.org/01hdcyq69" - ], - "descendants": [ - - ] - }, - "https://ror.org/031cs6d58": { - "ancestors": [ - "https://ror.org/0326v3z14" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mf2qw78": { - "ancestors": [ - "https://ror.org/0326v3z14" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zcb7j14": { - "ancestors": [ - "https://ror.org/0311h6702" - ], - "descendants": [ - - ] - }, - "https://ror.org/052vb0z63": { - "ancestors": [ - "https://ror.org/05gd76j39" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zm94433": { - "ancestors": [ - "https://ror.org/02xe89706" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v1xq350": { - "ancestors": [ - "https://ror.org/00w32k615" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vsqr388": { - "ancestors": [ - "https://ror.org/00m8prc86" - ], - "descendants": [ - - ] - }, - "https://ror.org/034c9fe80": { - "ancestors": [ - "https://ror.org/035jeda71" - ], - "descendants": [ - - ] - }, - "https://ror.org/0270k0c71": { - "ancestors": [ - "https://ror.org/02b90d314" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nzhmg91": { - "ancestors": [ - "https://ror.org/045vgz384" - ], - "descendants": [ - "https://ror.org/0002exf56" - ] - }, - "https://ror.org/00epfzn27": { - "ancestors": [ - "https://ror.org/03ab9ve27" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f15gz68": { - "ancestors": [ - "https://ror.org/01j39zs89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t5w6b17": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/025bepc78": { - "ancestors": [ - "https://ror.org/05rex1605" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c9nwr56": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j7j0055": { - "ancestors": [ - "https://ror.org/05bntm267" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k3dgs02": { - "ancestors": [ - "https://ror.org/035j0tq82" - ], - "descendants": [ - - ] - }, - "https://ror.org/048b34d51": { - "ancestors": [ - "https://ror.org/042fqyp44" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r7wgd74": { - "ancestors": [ - "https://ror.org/02g0rnd87" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gvkyp03": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ct8rs42": { - "ancestors": [ - "https://ror.org/018k7fz65" - ], - "descendants": [ - - ] - }, - "https://ror.org/053qp6k29": { - "ancestors": [ - "https://ror.org/05hkma334" - ], - "descendants": [ - - ] - }, - "https://ror.org/05aq6yn88": { - "ancestors": [ - "https://ror.org/00fj8a872", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dymss37": { - "ancestors": [ - "https://ror.org/05sqf9v67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vhqqh86": { - "ancestors": [ - "https://ror.org/05m7zw681" - ], - "descendants": [ - - ] - }, - "https://ror.org/0393z2b10": { - "ancestors": [ - "https://ror.org/05cka2t18" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a4v0j95": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g0b5e28": { - "ancestors": [ - "https://ror.org/02ybv7q93" - ], - "descendants": [ - - ] - }, - "https://ror.org/0119z9797": { - "ancestors": [ - "https://ror.org/020nzw227" - ], - "descendants": [ - - ] - }, - "https://ror.org/04eg77e50": { - "ancestors": [ - "https://ror.org/03vsmv677" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q3acz97": { - "ancestors": [ - "https://ror.org/00tc93763" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ekj9t27": { - "ancestors": [ - "https://ror.org/01nks1c62" - ], - "descendants": [ - - ] - }, - "https://ror.org/009e19j97": { - "ancestors": [ - "https://ror.org/01nks1c62" - ], - "descendants": [ - - ] - }, - "https://ror.org/024nrkt38": { - "ancestors": [ - "https://ror.org/03t94kt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01902pd86": { - "ancestors": [ - "https://ror.org/0558q2529" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zpf0626": { - "ancestors": [ - "https://ror.org/04pkc8m17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v8f0m76": { - "ancestors": [ - "https://ror.org/00hmyb194" - ], - "descendants": [ - - ] - }, - "https://ror.org/053tj6993": { - "ancestors": [ - "https://ror.org/037ngs497" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qgxr245": { - "ancestors": [ - "https://ror.org/00nqjkj48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mcdb425": { - "ancestors": [ - "https://ror.org/01q1dy966" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f0w3t91": { - "ancestors": [ - "https://ror.org/003pdcw24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hy5h819": { - "ancestors": [ - "https://ror.org/0063wfd54" - ], - "descendants": [ - - ] - }, - "https://ror.org/039pz2z06": { - "ancestors": [ - "https://ror.org/03vr22992" - ], - "descendants": [ - - ] - }, - "https://ror.org/00knakc29": { - "ancestors": [ - "https://ror.org/01v5xwf23" - ], - "descendants": [ - - ] - }, - "https://ror.org/00eqfbw40": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s4k6s39": { - "ancestors": [ - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/05afs3z13": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/0415cr103": { - "ancestors": [ - "https://ror.org/0435rc536", - "https://ror.org/04sfxgz72", - "https://ror.org/04txyc737" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m274k23": { - "ancestors": [ - "https://ror.org/03k2dnh74" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pshz178": { - "ancestors": [ - "https://ror.org/0311h6702" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hfw7a32": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mfr9y95": { - "ancestors": [ - "https://ror.org/00wqtx630" - ], - "descendants": [ - - ] - }, - "https://ror.org/04as3by48": { - "ancestors": [ - "https://ror.org/03hs0j596" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v8pzh67": { - "ancestors": [ - "https://ror.org/04p977q83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yz6x113": { - "ancestors": [ - "https://ror.org/03yt1ez60" - ], - "descendants": [ - - ] - }, - "https://ror.org/023ys3x64": { - "ancestors": [ - "https://ror.org/03x1ewr52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sbdyg82": { - "ancestors": [ - "https://ror.org/00r254y42" - ], - "descendants": [ - - ] - }, - "https://ror.org/04smrv092": { - "ancestors": [ - "https://ror.org/02rqhpa98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v9tt762": { - "ancestors": [ - "https://ror.org/012f7tj07" - ], - "descendants": [ - - ] - }, - "https://ror.org/040ycw505": { - "ancestors": [ - "https://ror.org/006c77m33" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rqzkn19": { - "ancestors": [ - "https://ror.org/00s7bz409" - ], - "descendants": [ - - ] - }, - "https://ror.org/021rhh009": { - "ancestors": [ - "https://ror.org/006c77m33" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qpg3d02": { - "ancestors": [ - "https://ror.org/05sqf9v67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03098ta78": { - "ancestors": [ - "https://ror.org/03c0wvm84", - "https://ror.org/00bg52247", - "https://ror.org/05xe0se54" - ], - "descendants": [ - - ] - }, - "https://ror.org/004zfsx81": { - "ancestors": [ - "https://ror.org/00zbcgj92" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ddtra52": { - "ancestors": [ - "https://ror.org/03e04g978" - ], - "descendants": [ - - ] - }, - "https://ror.org/044dman78": { - "ancestors": [ - "https://ror.org/00y81cg83", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0147bee55": { - "ancestors": [ - "https://ror.org/00fxswh37" - ], - "descendants": [ - - ] - }, - "https://ror.org/031601h81": { - "ancestors": [ - "https://ror.org/041gev667" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y8qpa51": { - "ancestors": [ - "https://ror.org/04s6h1250" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rga6m50": { - "ancestors": [ - "https://ror.org/03fxrgb29" - ], - "descendants": [ - - ] - }, - "https://ror.org/034frgp20": { - "ancestors": [ - "https://ror.org/05he43612" - ], - "descendants": [ - - ] - }, - "https://ror.org/04djzg510": { - "ancestors": [ - "https://ror.org/04dkns738" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tdcdz60": { - "ancestors": [ - "https://ror.org/04dkns738" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yytzs50": { - "ancestors": [ - "https://ror.org/041vyyf82" - ], - "descendants": [ - - ] - }, - "https://ror.org/020vpzw85": { - "ancestors": [ - "https://ror.org/011gv1m09" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c922h13": { - "ancestors": [ - "https://ror.org/03jwzwq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rswjc57": { - "ancestors": [ - "https://ror.org/02p2bgp27" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sr8z564": { - "ancestors": [ - "https://ror.org/05kewds18" - ], - "descendants": [ - - ] - }, - "https://ror.org/036z4j470": { - "ancestors": [ - "https://ror.org/03dsc8d33" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cdhc958": { - "ancestors": [ - "https://ror.org/04d96be50" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pse8162": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fk6s398": { - "ancestors": [ - "https://ror.org/056546b03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g9fy909": { - "ancestors": [ - "https://ror.org/01bjtb363" - ], - "descendants": [ - - ] - }, - "https://ror.org/044g7e667": { - "ancestors": [ - "https://ror.org/040ppgc54" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bwmj336": { - "ancestors": [ - "https://ror.org/05nm3qe34" - ], - "descendants": [ - - ] - }, - "https://ror.org/033a14h05": { - "ancestors": [ - "https://ror.org/02xstv633" - ], - "descendants": [ - - ] - }, - "https://ror.org/025tf9d31": { - "ancestors": [ - "https://ror.org/03ncs3316" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fafcp48": { - "ancestors": [ - "https://ror.org/01381hr71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k9phg42": { - "ancestors": [ - "https://ror.org/01sx1pm50" - ], - "descendants": [ - - ] - }, - "https://ror.org/026b2vr33": { - "ancestors": [ - "https://ror.org/035jeda71" - ], - "descendants": [ - - ] - }, - "https://ror.org/02znknb21": { - "ancestors": [ - "https://ror.org/01kh3en48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vmcgv71": { - "ancestors": [ - "https://ror.org/0288c6p43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t2yqt79": { - "ancestors": [ - "https://ror.org/02me45833" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m4hh157": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kpejc28": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/042jnea65": { - "ancestors": [ - "https://ror.org/049wftm75" - ], - "descendants": [ - - ] - }, - "https://ror.org/024xqxd02": { - "ancestors": [ - "https://ror.org/01rx5dh02" - ], - "descendants": [ - - ] - }, - "https://ror.org/05szy4c49": { - "ancestors": [ - "https://ror.org/00py6z575" - ], - "descendants": [ - - ] - }, - "https://ror.org/0577sef82": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04eqf8242": { - "ancestors": [ - "https://ror.org/05fy2ba68" - ], - "descendants": [ - - ] - }, - "https://ror.org/008kv0w14": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/037xpb040": { - "ancestors": [ - "https://ror.org/003smky23" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v7qgt03": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m033p80": { - "ancestors": [ - "https://ror.org/03wb61205" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mt4w922": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qn4hk51": { - "ancestors": [ - "https://ror.org/01rb7bk56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w8n3n62": { - "ancestors": [ - "https://ror.org/002z0cd60" - ], - "descendants": [ - - ] - }, - "https://ror.org/00racmn62": { - "ancestors": [ - "https://ror.org/002z0cd60" - ], - "descendants": [ - - ] - }, - "https://ror.org/054446c79": { - "ancestors": [ - "https://ror.org/01093z329" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fyd6s73": { - "ancestors": [ - "https://ror.org/02we8vm03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ckrc057": { - "ancestors": [ - "https://ror.org/03vx93323" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t8vgv97": { - "ancestors": [ - "https://ror.org/04wzv3n59" - ], - "descendants": [ - - ] - }, - "https://ror.org/044ht0n88": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vc2nm91": { - "ancestors": [ - "https://ror.org/059r3nh67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rgx8605": { - "ancestors": [ - "https://ror.org/004kyan19" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t8nza80": { - "ancestors": [ - "https://ror.org/01n8qtk87" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mkrzp48": { - "ancestors": [ - "https://ror.org/05fy2ba68" - ], - "descendants": [ - - ] - }, - "https://ror.org/046k0vn34": { - "ancestors": [ - "https://ror.org/05fy2ba68" - ], - "descendants": [ - - ] - }, - "https://ror.org/0280gjv27": { - "ancestors": [ - "https://ror.org/0001w5c47" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rfgws98": { - "ancestors": [ - "https://ror.org/01gwm7a05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qasm074": { - "ancestors": [ - "https://ror.org/02jymes45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zzjgp12": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pm6wp87": { - "ancestors": [ - "https://ror.org/014wzed86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wjfkr41": { - "ancestors": [ - "https://ror.org/014wzed86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v1e0p66": { - "ancestors": [ - "https://ror.org/014wzed86" - ], - "descendants": [ - - ] - }, - "https://ror.org/04azdj983": { - "ancestors": [ - "https://ror.org/02mv6r745" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ke08a35": { - "ancestors": [ - "https://ror.org/01ydrx675" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h80zb52": { - "ancestors": [ - "https://ror.org/03bfapt22" - ], - "descendants": [ - - ] - }, - "https://ror.org/057tq3593": { - "ancestors": [ - "https://ror.org/04jsz6e67" - ], - "descendants": [ - - ] - }, - "https://ror.org/001gmby50": { - "ancestors": [ - "https://ror.org/006c77m33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bq8y167": { - "ancestors": [ - "https://ror.org/03hqjqp33" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rk04a05": { - "ancestors": [ - "https://ror.org/04q5m8a14" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pnxfz55": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ppcbv70": { - "ancestors": [ - "https://ror.org/01hdcyq69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k7gd586": { - "ancestors": [ - "https://ror.org/03dsc8d33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gmnqd91": { - "ancestors": [ - "https://ror.org/00d801g55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fbb4j63": { - "ancestors": [ - "https://ror.org/01jqh6j63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rxwxv45": { - "ancestors": [ - "https://ror.org/01b606g91" - ], - "descendants": [ - - ] - }, - "https://ror.org/059n14w82": { - "ancestors": [ - "https://ror.org/04as6y835" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pvy4b66": { - "ancestors": [ - "https://ror.org/04as6y835" - ], - "descendants": [ - - ] - }, - "https://ror.org/0335wvc55": { - "ancestors": [ - "https://ror.org/00a1gne75" - ], - "descendants": [ - "https://ror.org/01djnr762" - ] - }, - "https://ror.org/04sjj9841": { - "ancestors": [ - "https://ror.org/01kcjb027" - ], - "descendants": [ - - ] - }, - "https://ror.org/052j6vb86": { - "ancestors": [ - "https://ror.org/04rtc8031" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qyk0172": { - "ancestors": [ - "https://ror.org/05q3e5911" - ], - "descendants": [ - - ] - }, - "https://ror.org/0148s0r28": { - "ancestors": [ - "https://ror.org/054xyc945" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hpjvd22": { - "ancestors": [ - "https://ror.org/03fn1w943" - ], - "descendants": [ - - ] - }, - "https://ror.org/0399cww89": { - "ancestors": [ - "https://ror.org/01kz55g98" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yzpv617": { - "ancestors": [ - "https://ror.org/00vj60w13" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kmxp840": { - "ancestors": [ - "https://ror.org/05mkyac79" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qteks55": { - "ancestors": [ - "https://ror.org/02v81r985" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f511537": { - "ancestors": [ - "https://ror.org/018pwv131" - ], - "descendants": [ - - ] - }, - "https://ror.org/014m3pp97": { - "ancestors": [ - "https://ror.org/00py6z575" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kzvw994": { - "ancestors": [ - "https://ror.org/03vr22992" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yeh8h63": { - "ancestors": [ - "https://ror.org/04zvb9t44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q8k9q03": { - "ancestors": [ - "https://ror.org/02d814r78" - ], - "descendants": [ - - ] - }, - "https://ror.org/059g9tt96": { - "ancestors": [ - "https://ror.org/01jqh6j63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cs9t297": { - "ancestors": [ - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/017056r72": { - "ancestors": [ - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/0093xx764": { - "ancestors": [ - "https://ror.org/00x7b5g69" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mqmer16": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/009x26v36": { - "ancestors": [ - "https://ror.org/02aq67p44", - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/0151s7v18": { - "ancestors": [ - "https://ror.org/00zwdnt53" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vq1gm90": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/03daw3m97": { - "ancestors": [ - "https://ror.org/01b5d7p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ejs3f24": { - "ancestors": [ - "https://ror.org/05n8ah907" - ], - "descendants": [ - - ] - }, - "https://ror.org/032j67572": { - "ancestors": [ - "https://ror.org/02q83n633" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yff7e55": { - "ancestors": [ - "https://ror.org/033ssdc55" - ], - "descendants": [ - - ] - }, - "https://ror.org/031rhf983": { - "ancestors": [ - "https://ror.org/055c6bd74" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wxraw41": { - "ancestors": [ - "https://ror.org/05tdzsq49" - ], - "descendants": [ - - ] - }, - "https://ror.org/0582rgx13": { - "ancestors": [ - "https://ror.org/03mwypp50" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a8pa318": { - "ancestors": [ - "https://ror.org/00anb1726" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n7j1m63": { - "ancestors": [ - "https://ror.org/02bj0an55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yeqtv37": { - "ancestors": [ - "https://ror.org/05ykg3d23" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g8ybs83": { - "ancestors": [ - "https://ror.org/040h0fj31" - ], - "descendants": [ - - ] - }, - "https://ror.org/037ksca52": { - "ancestors": [ - "https://ror.org/05s8x7560" - ], - "descendants": [ - - ] - }, - "https://ror.org/023mbkk92": { - "ancestors": [ - "https://ror.org/04kw5s604" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y0ep822": { - "ancestors": [ - "https://ror.org/04rtx9382", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y6c0296": { - "ancestors": [ - "https://ror.org/03fk8t087" - ], - "descendants": [ - - ] - }, - "https://ror.org/053pwmv60": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/026xnjn61": { - "ancestors": [ - "https://ror.org/02gfwng46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kdbj440": { - "ancestors": [ - "https://ror.org/054zv1w86" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ce08670": { - "ancestors": [ - "https://ror.org/03qfmjv22" - ], - "descendants": [ - - ] - }, - "https://ror.org/041ftcz16": { - "ancestors": [ - "https://ror.org/03vr22992" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h0jwd72": { - "ancestors": [ - "https://ror.org/012jkjf69" - ], - "descendants": [ - - ] - }, - "https://ror.org/03htt2d69": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rs30x67": { - "ancestors": [ - "https://ror.org/00vwbk234" - ], - "descendants": [ - - ] - }, - "https://ror.org/01esc3z41": { - "ancestors": [ - "https://ror.org/01xnsst08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mgp5b41": { - "ancestors": [ - "https://ror.org/02emvpp12" - ], - "descendants": [ - - ] - }, - "https://ror.org/05teaww98": { - "ancestors": [ - "https://ror.org/00wqtx630" - ], - "descendants": [ - - ] - }, - "https://ror.org/02380m508": { - "ancestors": [ - "https://ror.org/01apxt611" - ], - "descendants": [ - - ] - }, - "https://ror.org/041geh851": { - "ancestors": [ - "https://ror.org/00ja2ye75" - ], - "descendants": [ - - ] - }, - "https://ror.org/019rfn866": { - "ancestors": [ - "https://ror.org/045wcpc71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tx9kw79": { - "ancestors": [ - "https://ror.org/04mz5ra38" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vn3wv31": { - "ancestors": [ - "https://ror.org/04e4sh030" - ], - "descendants": [ - - ] - }, - "https://ror.org/045n1e339": { - "ancestors": [ - "https://ror.org/00b31g692" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m1cca61": { - "ancestors": [ - "https://ror.org/050bd8661" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wyktf69": { - "ancestors": [ - "https://ror.org/05fmrjg27" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xd7yj05": { - "ancestors": [ - "https://ror.org/05s7fvh27" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r5dcc67": { - "ancestors": [ - "https://ror.org/03awsb125", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/0554vw273": { - "ancestors": [ - "https://ror.org/058xqe166" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d10zv92": { - "ancestors": [ - "https://ror.org/044j2cm68" - ], - "descendants": [ - - ] - }, - "https://ror.org/0047ad446": { - "ancestors": [ - "https://ror.org/018fdr531" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bmme985": { - "ancestors": [ - "https://ror.org/01ajv0n48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xbmha33": { - "ancestors": [ - "https://ror.org/01yc93g67" - ], - "descendants": [ - - ] - }, - "https://ror.org/056ct0w58": { - "ancestors": [ - "https://ror.org/04mw34986" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a7ztw78": { - "ancestors": [ - "https://ror.org/01mvkzj41" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wpr8n40": { - "ancestors": [ - "https://ror.org/05p40t847" - ], - "descendants": [ - - ] - }, - "https://ror.org/037fz4341": { - "ancestors": [ - "https://ror.org/04r10g051" - ], - "descendants": [ - - ] - }, - "https://ror.org/031swr525": { - "ancestors": [ - "https://ror.org/03vtyzs10" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ty9p111": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/007phxq15": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j3wmr10": { - "ancestors": [ - "https://ror.org/002pa9318" - ], - "descendants": [ - - ] - }, - "https://ror.org/026v6r221": { - "ancestors": [ - "https://ror.org/03khznd17" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s1cky33": { - "ancestors": [ - "https://ror.org/04ce87537" - ], - "descendants": [ - - ] - }, - "https://ror.org/045r28721": { - "ancestors": [ - "https://ror.org/00b31g692" - ], - "descendants": [ - - ] - }, - "https://ror.org/017f0cd82": { - "ancestors": [ - "https://ror.org/0359s0245" - ], - "descendants": [ - - ] - }, - "https://ror.org/024v03d05": { - "ancestors": [ - "https://ror.org/01vf6n447" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hvez104": { - "ancestors": [ - "https://ror.org/03yk2q786" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z9hsx23": { - "ancestors": [ - "https://ror.org/01gfeyd95" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yb46674": { - "ancestors": [ - "https://ror.org/0517ad239" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mq8zc85": { - "ancestors": [ - "https://ror.org/04cntmc13" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n2vs911": { - "ancestors": [ - "https://ror.org/05374b979" - ], - "descendants": [ - - ] - }, - "https://ror.org/02canyd30": { - "ancestors": [ - "https://ror.org/057kybq87" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r6gb998": { - "ancestors": [ - "https://ror.org/037f2xv36" - ], - "descendants": [ - - ] - }, - "https://ror.org/0262yf988": { - "ancestors": [ - "https://ror.org/04esx4891" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h4zj733": { - "ancestors": [ - "https://ror.org/040ch0e11" - ], - "descendants": [ - - ] - }, - "https://ror.org/025s2ay93": { - "ancestors": [ - "https://ror.org/03khznd17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cv4n034": { - "ancestors": [ - "https://ror.org/02218z997" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pf5zs64": { - "ancestors": [ - "https://ror.org/042fqyp44" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dx1mr58": { - "ancestors": [ - "https://ror.org/03g47g866" - ], - "descendants": [ - - ] - }, - "https://ror.org/00eph4903": { - "ancestors": [ - "https://ror.org/048919h66" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wx3s220": { - "ancestors": [ - "https://ror.org/03qesm017" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ak30749": { - "ancestors": [ - "https://ror.org/01vf6n447" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v09hh66": { - "ancestors": [ - "https://ror.org/05mzf3276" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d87jn14": { - "ancestors": [ - "https://ror.org/04v54gj93" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jtgw663": { - "ancestors": [ - "https://ror.org/00xkkpn05" - ], - "descendants": [ - - ] - }, - "https://ror.org/013qbng65": { - "ancestors": [ - "https://ror.org/04shzs249" - ], - "descendants": [ - - ] - }, - "https://ror.org/038zxea36": { - "ancestors": [ - "https://ror.org/02gd18467" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e3jby32": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/043djj103": { - "ancestors": [ - "https://ror.org/01ep18d71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mp5cm68": { - "ancestors": [ - "https://ror.org/05cv4zg26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pq34j38": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vh0ja39": { - "ancestors": [ - "https://ror.org/01ajv0n48", - "https://ror.org/03400ft78" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e5pwb51": { - "ancestors": [ - "https://ror.org/05v823t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/055sezq52": { - "ancestors": [ - "https://ror.org/01gfeyd95" - ], - "descendants": [ - - ] - }, - "https://ror.org/055qs4r72": { - "ancestors": [ - "https://ror.org/03qesm017" - ], - "descendants": [ - - ] - }, - "https://ror.org/017b62a57": { - "ancestors": [ - "https://ror.org/05374b979" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z5z6p69": { - "ancestors": [ - "https://ror.org/003hq9m95" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d7nv189": { - "ancestors": [ - "https://ror.org/01w2zd907" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w91w637": { - "ancestors": [ - "https://ror.org/01w2zd907" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d9zj517": { - "ancestors": [ - "https://ror.org/0586bt104" - ], - "descendants": [ - - ] - }, - "https://ror.org/03afd0v14": { - "ancestors": [ - "https://ror.org/03d8mqt26", - "https://ror.org/01n0k5m85" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k21nx54": { - "ancestors": [ - "https://ror.org/04w8sxm43" - ], - "descendants": [ - - ] - }, - "https://ror.org/0436f0775": { - "ancestors": [ - "https://ror.org/051p4rr20" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dqxgc74": { - "ancestors": [ - "https://ror.org/01qbm4443" - ], - "descendants": [ - - ] - }, - "https://ror.org/0210zq234": { - "ancestors": [ - "https://ror.org/04g6v3637" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mb3yn31": { - "ancestors": [ - "https://ror.org/01gfeyd95" - ], - "descendants": [ - - ] - }, - "https://ror.org/00npj8037": { - "ancestors": [ - "https://ror.org/037f2xv36" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vb14m12": { - "ancestors": [ - "https://ror.org/05374b979" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ba6zt09": { - "ancestors": [ - "https://ror.org/00ntmzg98" - ], - "descendants": [ - - ] - }, - "https://ror.org/058tjhm78": { - "ancestors": [ - "https://ror.org/023e5m798" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g16s487": { - "ancestors": [ - "https://ror.org/044j2cm68" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yssfs05": { - "ancestors": [ - "https://ror.org/0379k6g72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ywnqg74": { - "ancestors": [ - "https://ror.org/01w2zd907" - ], - "descendants": [ - - ] - }, - "https://ror.org/058gc3944": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/055vv6n72": { - "ancestors": [ - "https://ror.org/02ckk6855" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gyrfm31": { - "ancestors": [ - "https://ror.org/02ckk6855" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ssgxk51": { - "ancestors": [ - "https://ror.org/03vtyzs10" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vhbmg11": { - "ancestors": [ - "https://ror.org/04s03zf45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mgaej21": { - "ancestors": [ - "https://ror.org/014hmqv77" - ], - "descendants": [ - - ] - }, - "https://ror.org/04evvaq96": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/0142g0j16": { - "ancestors": [ - "https://ror.org/002pa9318" - ], - "descendants": [ - - ] - }, - "https://ror.org/033wn7604": { - "ancestors": [ - "https://ror.org/02zfxwc21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fpcgg22": { - "ancestors": [ - "https://ror.org/003hq9m95" - ], - "descendants": [ - - ] - }, - "https://ror.org/027wvv544": { - "ancestors": [ - "https://ror.org/03nkk3987" - ], - "descendants": [ - - ] - }, - "https://ror.org/05td7ze90": { - "ancestors": [ - "https://ror.org/01ajv0n48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xekmj63": { - "ancestors": [ - "https://ror.org/04w8sxm43" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j2jar38": { - "ancestors": [ - "https://ror.org/04zzrht05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bnxkh93": { - "ancestors": [ - "https://ror.org/03qesm017" - ], - "descendants": [ - - ] - }, - "https://ror.org/03snwcw72": { - "ancestors": [ - "https://ror.org/02ckk6855" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hwjda20": { - "ancestors": [ - "https://ror.org/023e5m798" - ], - "descendants": [ - - ] - }, - "https://ror.org/0240exq58": { - "ancestors": [ - "https://ror.org/05ha03268" - ], - "descendants": [ - - ] - }, - "https://ror.org/017cs0m08": { - "ancestors": [ - "https://ror.org/02js17r36" - ], - "descendants": [ - - ] - }, - "https://ror.org/043tekr24": { - "ancestors": [ - "https://ror.org/04s03zf45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q4vw719": { - "ancestors": [ - "https://ror.org/05x3jck08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dfkf260": { - "ancestors": [ - "https://ror.org/03khznd17" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z02dh69": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tfkwc03": { - "ancestors": [ - "https://ror.org/003pb1s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kwj6g62": { - "ancestors": [ - "https://ror.org/05x3jck08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0174ygc67": { - "ancestors": [ - "https://ror.org/013sryf19" - ], - "descendants": [ - - ] - }, - "https://ror.org/05epxhz73": { - "ancestors": [ - "https://ror.org/00z9m6b57" - ], - "descendants": [ - - ] - }, - "https://ror.org/015xhb971": { - "ancestors": [ - "https://ror.org/044j2cm68" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mxhk636": { - "ancestors": [ - "https://ror.org/03nkk3987" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ncdw424": { - "ancestors": [ - "https://ror.org/03wvsyq85" - ], - "descendants": [ - - ] - }, - "https://ror.org/05myvnr67": { - "ancestors": [ - "https://ror.org/03qesm017" - ], - "descendants": [ - - ] - }, - "https://ror.org/02de7mm40": { - "ancestors": [ - "https://ror.org/01qbm4443" - ], - "descendants": [ - - ] - }, - "https://ror.org/0513sfw33": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m6agm53": { - "ancestors": [ - "https://ror.org/03t542436" - ], - "descendants": [ - - ] - }, - "https://ror.org/0144zzh56": { - "ancestors": [ - "https://ror.org/01yc93g67" - ], - "descendants": [ - - ] - }, - "https://ror.org/053f59471": { - "ancestors": [ - "https://ror.org/01gfeyd95" - ], - "descendants": [ - - ] - }, - "https://ror.org/025bx6p27": { - "ancestors": [ - "https://ror.org/03ekq2173" - ], - "descendants": [ - - ] - }, - "https://ror.org/00knds943": { - "ancestors": [ - "https://ror.org/003pb1s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/016vdk046": { - "ancestors": [ - "https://ror.org/00b31g692" - ], - "descendants": [ - - ] - }, - "https://ror.org/010nb2b07": { - "ancestors": [ - "https://ror.org/00sh7p618" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pc4ce72": { - "ancestors": [ - "https://ror.org/03vamsh08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kss3272": { - "ancestors": [ - "https://ror.org/05p40t847" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j49wk85": { - "ancestors": [ - "https://ror.org/003pb1s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03af1tj71": { - "ancestors": [ - "https://ror.org/056ffv270" - ], - "descendants": [ - - ] - }, - "https://ror.org/051ar9e27": { - "ancestors": [ - "https://ror.org/03e4g1593" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p6q5476": { - "ancestors": [ - "https://ror.org/05tn2bq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nw3yr55": { - "ancestors": [ - "https://ror.org/00d2v4e22" - ], - "descendants": [ - - ] - }, - "https://ror.org/04389kb95": { - "ancestors": [ - "https://ror.org/003pb1s55", - "https://ror.org/039zedc16" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jjcbg38": { - "ancestors": [ - "https://ror.org/04esx4891" - ], - "descendants": [ - - ] - }, - "https://ror.org/020vke347": { - "ancestors": [ - "https://ror.org/00xkqe770" - ], - "descendants": [ - - ] - }, - "https://ror.org/014x14082": { - "ancestors": [ - "https://ror.org/05cxwhm03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02se1sp19": { - "ancestors": [ - "https://ror.org/02d5d0r05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ync6318": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tk9ek40": { - "ancestors": [ - "https://ror.org/002pa9318" - ], - "descendants": [ - - ] - }, - "https://ror.org/045yxgc38": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m58vw43": { - "ancestors": [ - "https://ror.org/0517ad239" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b6t0504": { - "ancestors": [ - "https://ror.org/02ckk6855" - ], - "descendants": [ - - ] - }, - "https://ror.org/012g3p565": { - "ancestors": [ - "https://ror.org/0517ad239" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n974j89": { - "ancestors": [ - "https://ror.org/05drfg619" - ], - "descendants": [ - - ] - }, - "https://ror.org/046rmzh87": { - "ancestors": [ - "https://ror.org/01aye5y64" - ], - "descendants": [ - - ] - }, - "https://ror.org/01en9z723": { - "ancestors": [ - "https://ror.org/02js17r36" - ], - "descendants": [ - - ] - }, - "https://ror.org/015swn341": { - "ancestors": [ - "https://ror.org/02ckk6855" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f4nzq23": { - "ancestors": [ - "https://ror.org/01yc93g67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05535qr20": { - "ancestors": [ - "https://ror.org/027e4g787" - ], - "descendants": [ - - ] - }, - "https://ror.org/02606ke74": { - "ancestors": [ - "https://ror.org/003pb1s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tgz5618": { - "ancestors": [ - "https://ror.org/003hq9m95" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bpk4154": { - "ancestors": [ - "https://ror.org/03400ft78" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zbds496": { - "ancestors": [ - "https://ror.org/0358tcd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/0279qd249": { - "ancestors": [ - "https://ror.org/04tvjvp97" - ], - "descendants": [ - - ] - }, - "https://ror.org/032kn8622": { - "ancestors": [ - "https://ror.org/00xkkpn05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s293m17": { - "ancestors": [ - "https://ror.org/01j64ar73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f147v33": { - "ancestors": [ - "https://ror.org/014hmqv77" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g96h026": { - "ancestors": [ - "https://ror.org/0358tcd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/02507sy82": { - "ancestors": [ - "https://ror.org/01vf6n447" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e0p7290": { - "ancestors": [ - "https://ror.org/036x6gt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/0547wea53": { - "ancestors": [ - "https://ror.org/01ajv0n48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xphqm22": { - "ancestors": [ - "https://ror.org/03g47g866" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b43q041": { - "ancestors": [ - "https://ror.org/0377kyv52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y9fq553": { - "ancestors": [ - "https://ror.org/027e4g787" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cants75": { - "ancestors": [ - "https://ror.org/02gz79h29" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vh6gg23": { - "ancestors": [ - "https://ror.org/0480vrj36", - "https://ror.org/04e4sh030" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jytqt55": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/0038dsf96": { - "ancestors": [ - "https://ror.org/04esx4891" - ], - "descendants": [ - - ] - }, - "https://ror.org/0457fah73": { - "ancestors": [ - "https://ror.org/01wspv808" - ], - "descendants": [ - - ] - }, - "https://ror.org/059c7vm29": { - "ancestors": [ - "https://ror.org/02fha3693" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jn5y837": { - "ancestors": [ - "https://ror.org/04s03zf45" - ], - "descendants": [ - - ] - }, - "https://ror.org/0340p7w89": { - "ancestors": [ - "https://ror.org/04e4sh030" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jr90994": { - "ancestors": [ - "https://ror.org/0381np041" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ckzhz90": { - "ancestors": [ - "https://ror.org/0379k6g72" - ], - "descendants": [ - - ] - }, - "https://ror.org/053xzd705": { - "ancestors": [ - "https://ror.org/0379k6g72" - ], - "descendants": [ - - ] - }, - "https://ror.org/003dyzj34": { - "ancestors": [ - "https://ror.org/0358tcd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rm88931": { - "ancestors": [ - "https://ror.org/04esx4891" - ], - "descendants": [ - - ] - }, - "https://ror.org/011c78869": { - "ancestors": [ - "https://ror.org/03e4g1593" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jjx5w61": { - "ancestors": [ - "https://ror.org/03vtyzs10" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nx23795": { - "ancestors": [ - "https://ror.org/01gfeyd95" - ], - "descendants": [ - - ] - }, - "https://ror.org/036dpa939": { - "ancestors": [ - "https://ror.org/05374b979" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kea0d35": { - "ancestors": [ - "https://ror.org/00n635c12" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q2vkv24": { - "ancestors": [ - "https://ror.org/0517ad239" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jv2qv86": { - "ancestors": [ - "https://ror.org/0358tcd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qyvw759": { - "ancestors": [ - "https://ror.org/013aa1717" - ], - "descendants": [ - - ] - }, - "https://ror.org/049q27a79": { - "ancestors": [ - "https://ror.org/00xkkpn05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w9tyd30": { - "ancestors": [ - "https://ror.org/00ja2ye75" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d78jp86": { - "ancestors": [ - "https://ror.org/05y3c0716" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fd10471": { - "ancestors": [ - "https://ror.org/04c8bjx39" - ], - "descendants": [ - - ] - }, - "https://ror.org/0154ejv33": { - "ancestors": [ - "https://ror.org/04kpzy923" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d8xva75": { - "ancestors": [ - "https://ror.org/03khznd17" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w3scj59": { - "ancestors": [ - "https://ror.org/040ch0e11" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jyr6737": { - "ancestors": [ - "https://ror.org/01gfeyd95" - ], - "descendants": [ - - ] - }, - "https://ror.org/038n73266": { - "ancestors": [ - "https://ror.org/0280r7h11" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e1n7415": { - "ancestors": [ - "https://ror.org/04ehjk122" - ], - "descendants": [ - - ] - }, - "https://ror.org/046wsbf61": { - "ancestors": [ - "https://ror.org/026xdcm93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dj8vz80": { - "ancestors": [ - "https://ror.org/00z4t3785" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m3n7e70": { - "ancestors": [ - "https://ror.org/0280r7h11" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mzn3c26": { - "ancestors": [ - "https://ror.org/02fyj2e56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yvak009": { - "ancestors": [ - "https://ror.org/00z9m6b57" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x444s43": { - "ancestors": [ - "https://ror.org/01zpp3d44" - ], - "descendants": [ - - ] - }, - "https://ror.org/053gqad93": { - "ancestors": [ - "https://ror.org/00xkkpn05" - ], - "descendants": [ - - ] - }, - "https://ror.org/003fj3t94": { - "ancestors": [ - "https://ror.org/04esx4891" - ], - "descendants": [ - - ] - }, - "https://ror.org/0003ccc38": { - "ancestors": [ - "https://ror.org/027e4g787" - ], - "descendants": [ - - ] - }, - "https://ror.org/0579rm888": { - "ancestors": [ - "https://ror.org/01ajv0n48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p861642": { - "ancestors": [ - "https://ror.org/00j161312" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dee9m47": { - "ancestors": [ - "https://ror.org/02zfxwc21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04amyvf24": { - "ancestors": [ - "https://ror.org/0280r7h11" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pt8pf90": { - "ancestors": [ - "https://ror.org/05ha03268" - ], - "descendants": [ - - ] - }, - "https://ror.org/0098w0b67": { - "ancestors": [ - "https://ror.org/05374b979" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gfnab20": { - "ancestors": [ - "https://ror.org/02gz79h29" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kce8684": { - "ancestors": [ - "https://ror.org/03nkk3987" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a8ct372": { - "ancestors": [ - "https://ror.org/027e4g787" - ], - "descendants": [ - - ] - }, - "https://ror.org/01eh8k851": { - "ancestors": [ - "https://ror.org/04esx4891" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ze4qf38": { - "ancestors": [ - "https://ror.org/037f2xv36" - ], - "descendants": [ - - ] - }, - "https://ror.org/0010vn771": { - "ancestors": [ - "https://ror.org/01aye5y64" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xew6m16": { - "ancestors": [ - "https://ror.org/01w2zd907" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g3zjj79": { - "ancestors": [ - "https://ror.org/03k95y741" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h6jt451": { - "ancestors": [ - "https://ror.org/0517ad239" - ], - "descendants": [ - - ] - }, - "https://ror.org/0200b5370": { - "ancestors": [ - "https://ror.org/05drfg619" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rzjv003": { - "ancestors": [ - "https://ror.org/00y3snf11" - ], - "descendants": [ - - ] - }, - "https://ror.org/054wcm905": { - "ancestors": [ - "https://ror.org/03khznd17" - ], - "descendants": [ - - ] - }, - "https://ror.org/017ah0j38": { - "ancestors": [ - "https://ror.org/04e4sh030" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xex0f63": { - "ancestors": [ - "https://ror.org/04mw34986" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t9xp890": { - "ancestors": [ - "https://ror.org/02js17r36" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tarqk49": { - "ancestors": [ - "https://ror.org/025n38288" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ngyvd83": { - "ancestors": [ - "https://ror.org/05374b979" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f7qhc68": { - "ancestors": [ - "https://ror.org/009sa0g06" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zdr6w59": { - "ancestors": [ - "https://ror.org/00xkqe770" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cepga67": { - "ancestors": [ - "https://ror.org/015803449" - ], - "descendants": [ - - ] - }, - "https://ror.org/055wnve73": { - "ancestors": [ - "https://ror.org/03yk2q786" - ], - "descendants": [ - - ] - }, - "https://ror.org/007f12622": { - "ancestors": [ - "https://ror.org/04e4sh030" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c4aza49": { - "ancestors": [ - "https://ror.org/050bd8661" - ], - "descendants": [ - - ] - }, - "https://ror.org/055jskg35": { - "ancestors": [ - "https://ror.org/042fqyp44" - ], - "descendants": [ - - ] - }, - "https://ror.org/006jqh454": { - "ancestors": [ - "https://ror.org/041q37h40" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fnsjm04": { - "ancestors": [ - "https://ror.org/01gh80505" - ], - "descendants": [ - - ] - }, - "https://ror.org/016sj4q14": { - "ancestors": [ - "https://ror.org/037f2xv36" - ], - "descendants": [ - - ] - }, - "https://ror.org/036tx2n48": { - "ancestors": [ - "https://ror.org/02ckk6855" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y661f36": { - "ancestors": [ - "https://ror.org/04c8bjx39" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j9g4c85": { - "ancestors": [ - "https://ror.org/04esx4891" - ], - "descendants": [ - - ] - }, - "https://ror.org/057trv649": { - "ancestors": [ - "https://ror.org/04rtdp853" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gr30s78": { - "ancestors": [ - "https://ror.org/02dqqj223" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m4ay116": { - "ancestors": [ - "https://ror.org/0517ad239" - ], - "descendants": [ - - ] - }, - "https://ror.org/0272v4z91": { - "ancestors": [ - "https://ror.org/00ja2ye75" - ], - "descendants": [ - - ] - }, - "https://ror.org/0411fwb51": { - "ancestors": [ - "https://ror.org/03k95y741" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pvtn103": { - "ancestors": [ - "https://ror.org/03qesm017" - ], - "descendants": [ - - ] - }, - "https://ror.org/055qatb41": { - "ancestors": [ - "https://ror.org/042fqyp44" - ], - "descendants": [ - - ] - }, - "https://ror.org/003e62q52": { - "ancestors": [ - "https://ror.org/0149cpy58" - ], - "descendants": [ - - ] - }, - "https://ror.org/00swtqd36": { - "ancestors": [ - "https://ror.org/03khznd17" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xg7ga92": { - "ancestors": [ - "https://ror.org/04ehjk122" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ny9jk61": { - "ancestors": [ - "https://ror.org/036x6gt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c7sr793": { - "ancestors": [ - "https://ror.org/02ckk6855" - ], - "descendants": [ - - ] - }, - "https://ror.org/026cn0061": { - "ancestors": [ - "https://ror.org/02b27c547" - ], - "descendants": [ - - ] - }, - "https://ror.org/036p7xd52": { - "ancestors": [ - "https://ror.org/034nvrd87" - ], - "descendants": [ - - ] - }, - "https://ror.org/022jsgk59": { - "ancestors": [ - "https://ror.org/026xdcm93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b3gg905": { - "ancestors": [ - "https://ror.org/03nkk3987" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h7rq191": { - "ancestors": [ - "https://ror.org/00z9m6b57" - ], - "descendants": [ - - ] - }, - "https://ror.org/0368bwa14": { - "ancestors": [ - "https://ror.org/04s03zf45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a5dkj17": { - "ancestors": [ - "https://ror.org/01w2zd907" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x1mdb86": { - "ancestors": [ - "https://ror.org/05374b979" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xhfc919": { - "ancestors": [ - "https://ror.org/03khznd17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f574b02": { - "ancestors": [ - "https://ror.org/04s03zf45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kkv7f68": { - "ancestors": [ - "https://ror.org/0517ad239" - ], - "descendants": [ - - ] - }, - "https://ror.org/043zhb260": { - "ancestors": [ - "https://ror.org/02zfxwc21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ymj3g35": { - "ancestors": [ - "https://ror.org/04g6v3637" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v330a52": { - "ancestors": [ - "https://ror.org/02yq33n72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xwfa541": { - "ancestors": [ - "https://ror.org/003hq9m95" - ], - "descendants": [ - - ] - }, - "https://ror.org/03774pf85": { - "ancestors": [ - "https://ror.org/03qesm017" - ], - "descendants": [ - - ] - }, - "https://ror.org/000kfx178": { - "ancestors": [ - "https://ror.org/03vtyzs10" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gdfyp04": { - "ancestors": [ - "https://ror.org/00f83h470" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zhzx806": { - "ancestors": [ - "https://ror.org/0379k6g72" - ], - "descendants": [ - - ] - }, - "https://ror.org/049d3ch40": { - "ancestors": [ - "https://ror.org/030zsh764" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rhw7p81": { - "ancestors": [ - "https://ror.org/0517ad239" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fham916": { - "ancestors": [ - "https://ror.org/00f83h470" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e4e0g07": { - "ancestors": [ - "https://ror.org/05gekvn04" - ], - "descendants": [ - - ] - }, - "https://ror.org/022brwp40": { - "ancestors": [ - "https://ror.org/05pjd0m90" - ], - "descendants": [ - - ] - }, - "https://ror.org/0325v0r75": { - "ancestors": [ - "https://ror.org/02ckk6855" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pqmqc37": { - "ancestors": [ - "https://ror.org/04kpzy923" - ], - "descendants": [ - - ] - }, - "https://ror.org/04atxr455": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qc71575": { - "ancestors": [ - "https://ror.org/03qesm017" - ], - "descendants": [ - - ] - }, - "https://ror.org/0410akr80": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g0t2d47": { - "ancestors": [ - "https://ror.org/056ffv270" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ndvaj90": { - "ancestors": [ - "https://ror.org/04esx4891" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k2edc04": { - "ancestors": [ - "https://ror.org/02js17r36" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tg3d712": { - "ancestors": [ - "https://ror.org/02js17r36" - ], - "descendants": [ - - ] - }, - "https://ror.org/013veys68": { - "ancestors": [ - "https://ror.org/05fgy3p67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wx7k245": { - "ancestors": [ - "https://ror.org/04fkxrb51" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pgzvy52": { - "ancestors": [ - "https://ror.org/05cxwhm03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tnf8c58": { - "ancestors": [ - "https://ror.org/02fha3693" - ], - "descendants": [ - - ] - }, - "https://ror.org/010exe056": { - "ancestors": [ - "https://ror.org/00z9m6b57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ztzw430": { - "ancestors": [ - "https://ror.org/04e4sh030" - ], - "descendants": [ - - ] - }, - "https://ror.org/013wphc16": { - "ancestors": [ - "https://ror.org/0057f6x09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01brsq570": { - "ancestors": [ - "https://ror.org/04esx4891" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wrevg56": { - "ancestors": [ - "https://ror.org/042fqyp44" - ], - "descendants": [ - "https://ror.org/026g3h106" - ] - }, - "https://ror.org/002yssj28": { - "ancestors": [ - "https://ror.org/00v4dac24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z1y4j19": { - "ancestors": [ - "https://ror.org/04zzrht05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q1zdg40": { - "ancestors": [ - "https://ror.org/0480vrj36" - ], - "descendants": [ - - ] - }, - "https://ror.org/007bv1h22": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/041gzn235": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n6vx076": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/022ejqa41": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vkg6y29": { - "ancestors": [ - "https://ror.org/02m7qex15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tq70902": { - "ancestors": [ - "https://ror.org/04rtdp853" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nefj689": { - "ancestors": [ - "https://ror.org/04tvjvp97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rxffs27": { - "ancestors": [ - "https://ror.org/03qesm017" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x6t5z92": { - "ancestors": [ - "https://ror.org/03444yt49" - ], - "descendants": [ - - ] - }, - "https://ror.org/01my6jy29": { - "ancestors": [ - "https://ror.org/0517ad239" - ], - "descendants": [ - - ] - }, - "https://ror.org/002ekrn29": { - "ancestors": [ - "https://ror.org/04c8bjx39" - ], - "descendants": [ - - ] - }, - "https://ror.org/05be09h62": { - "ancestors": [ - "https://ror.org/03qesm017" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n0m9p12": { - "ancestors": [ - "https://ror.org/05fmrjg27" - ], - "descendants": [ - - ] - }, - "https://ror.org/021qf1j15": { - "ancestors": [ - "https://ror.org/034nvrd87" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k6wst68": { - "ancestors": [ - "https://ror.org/01ajv0n48" - ], - "descendants": [ - - ] - }, - "https://ror.org/043kgww95": { - "ancestors": [ - "https://ror.org/026xdcm93" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vpjdc07": { - "ancestors": [ - "https://ror.org/04fkxrb51" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vndy634": { - "ancestors": [ - "https://ror.org/02js17r36" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rqys923": { - "ancestors": [ - "https://ror.org/04esx4891" - ], - "descendants": [ - - ] - }, - "https://ror.org/05641j286": { - "ancestors": [ - "https://ror.org/01vf6n447" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x0j8257": { - "ancestors": [ - "https://ror.org/023e5m798" - ], - "descendants": [ - - ] - }, - "https://ror.org/0233tck35": { - "ancestors": [ - "https://ror.org/04c8bjx39" - ], - "descendants": [ - - ] - }, - "https://ror.org/039sdwk42": { - "ancestors": [ - "https://ror.org/03yk2q786" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ketq791": { - "ancestors": [ - "https://ror.org/019g08z42" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fsnfd13": { - "ancestors": [ - "https://ror.org/04tvjvp97", - "https://ror.org/03wvsyq85" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vgz8j88": { - "ancestors": [ - "https://ror.org/05tn2bq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zs39p74": { - "ancestors": [ - "https://ror.org/00he80998" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r5ys630": { - "ancestors": [ - "https://ror.org/05fmrjg27" - ], - "descendants": [ - - ] - }, - "https://ror.org/057jy1g44": { - "ancestors": [ - "https://ror.org/0517ad239" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bc2jm91": { - "ancestors": [ - "https://ror.org/01w2zd907" - ], - "descendants": [ - - ] - }, - "https://ror.org/044t6xx36": { - "ancestors": [ - "https://ror.org/04g6v3637" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n293x32": { - "ancestors": [ - "https://ror.org/02zfxwc21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03srdnd02": { - "ancestors": [ - "https://ror.org/03k4hy467" - ], - "descendants": [ - - ] - }, - "https://ror.org/04scsxq13": { - "ancestors": [ - "https://ror.org/02zfxwc21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hk5ha98": { - "ancestors": [ - "https://ror.org/00y3snf11" - ], - "descendants": [ - - ] - }, - "https://ror.org/0103jrh39": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/04py01q17": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/02htksw11": { - "ancestors": [ - "https://ror.org/03zefc030" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vbb1674": { - "ancestors": [ - "https://ror.org/01vf6n447" - ], - "descendants": [ - - ] - }, - "https://ror.org/000ttz716": { - "ancestors": [ - "https://ror.org/02gz79h29" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ms5t516": { - "ancestors": [ - "https://ror.org/03khznd17" - ], - "descendants": [ - - ] - }, - "https://ror.org/048knqr75": { - "ancestors": [ - "https://ror.org/04c8bjx39" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bk3rn37": { - "ancestors": [ - "https://ror.org/02j7n9748" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j9fyk40": { - "ancestors": [ - "https://ror.org/03vamsh08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05smxxj12": { - "ancestors": [ - "https://ror.org/027e4g787" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ar9ff23": { - "ancestors": [ - "https://ror.org/03nkk3987" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pt7tz26": { - "ancestors": [ - "https://ror.org/04r10g051" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sq6ae13": { - "ancestors": [ - "https://ror.org/01w2zd907" - ], - "descendants": [ - - ] - }, - "https://ror.org/03df6me86": { - "ancestors": [ - "https://ror.org/00gvcmw36" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t83hz09": { - "ancestors": [ - "https://ror.org/04ce87537" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r8zc629": { - "ancestors": [ - "https://ror.org/01vf6n447" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kaped05": { - "ancestors": [ - "https://ror.org/04c8bjx39" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h1cg828": { - "ancestors": [ - "https://ror.org/037f2xv36" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bwd6p34": { - "ancestors": [ - "https://ror.org/04ce87537" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tfp2303": { - "ancestors": [ - "https://ror.org/019g08z42" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d0hr347": { - "ancestors": [ - "https://ror.org/003hq9m95" - ], - "descendants": [ - - ] - }, - "https://ror.org/02788t795": { - "ancestors": [ - "https://ror.org/015803449" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t881g83": { - "ancestors": [ - "https://ror.org/04v54gj93" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p5pgq41": { - "ancestors": [ - "https://ror.org/03qesm017" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d97fd71": { - "ancestors": [ - "https://ror.org/03vamsh08" - ], - "descendants": [ - - ] - }, - "https://ror.org/051bw0z52": { - "ancestors": [ - "https://ror.org/009fk3b63" - ], - "descendants": [ - - ] - }, - "https://ror.org/041mj3y24": { - "ancestors": [ - "https://ror.org/05gekvn04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h43kn72": { - "ancestors": [ - "https://ror.org/03400ft78" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h2car28": { - "ancestors": [ - "https://ror.org/03k4hy467" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gk22h75": { - "ancestors": [ - "https://ror.org/02zfxwc21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kgv1q58": { - "ancestors": [ - "https://ror.org/0377kyv52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fpdz014": { - "ancestors": [ - "https://ror.org/01q0vs094" - ], - "descendants": [ - - ] - }, - "https://ror.org/02846rb74": { - "ancestors": [ - "https://ror.org/016bnqk64" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qx46v42": { - "ancestors": [ - "https://ror.org/03444yt49" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gfqxe82": { - "ancestors": [ - "https://ror.org/003pb1s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g3ea624": { - "ancestors": [ - "https://ror.org/05drfg619" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zfccs95": { - "ancestors": [ - "https://ror.org/02ckk6855" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jw4j947": { - "ancestors": [ - "https://ror.org/02zfxwc21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f9e0404": { - "ancestors": [ - "https://ror.org/058x7dy48", - "https://ror.org/03k4hy467" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s9rtw68": { - "ancestors": [ - "https://ror.org/01j1yd225" - ], - "descendants": [ - - ] - }, - "https://ror.org/021wnqb35": { - "ancestors": [ - "https://ror.org/016bnqk64" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jmwv231": { - "ancestors": [ - "https://ror.org/04c8bjx39" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pggea98": { - "ancestors": [ - "https://ror.org/05ha03268" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d4aam89": { - "ancestors": [ - "https://ror.org/03k4hy467" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dw0z746": { - "ancestors": [ - "https://ror.org/019g08z42" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cej9w90": { - "ancestors": [ - "https://ror.org/03t542436" - ], - "descendants": [ - - ] - }, - "https://ror.org/0026b6z69": { - "ancestors": [ - "https://ror.org/02gz79h29" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dktpm65": { - "ancestors": [ - "https://ror.org/027e4g787" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pyd3y08": { - "ancestors": [ - "https://ror.org/003hq9m95" - ], - "descendants": [ - - ] - }, - "https://ror.org/051dv4419": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x5def49": { - "ancestors": [ - "https://ror.org/02ckk6855" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t3wh438": { - "ancestors": [ - "https://ror.org/03k4hy467" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f4fmq20": { - "ancestors": [ - "https://ror.org/05fa42p74" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ygf3832": { - "ancestors": [ - "https://ror.org/02zfxwc21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n6z1w07": { - "ancestors": [ - "https://ror.org/033t2dn25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k322j33": { - "ancestors": [ - "https://ror.org/03400ft78" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c5em741": { - "ancestors": [ - "https://ror.org/003hq9m95" - ], - "descendants": [ - - ] - }, - "https://ror.org/050j7sq19": { - "ancestors": [ - "https://ror.org/05sb89p83" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h9ysj75": { - "ancestors": [ - "https://ror.org/04cntmc13" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bsvz023": { - "ancestors": [ - "https://ror.org/045wcpc71" - ], - "descendants": [ - - ] - }, - "https://ror.org/031mc4w27": { - "ancestors": [ - "https://ror.org/02fha3693" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cbxe745": { - "ancestors": [ - "https://ror.org/013sryf19" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n1t5q87": { - "ancestors": [ - "https://ror.org/02zfxwc21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bnqh738": { - "ancestors": [ - "https://ror.org/02m7qex15" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yd61k38": { - "ancestors": [ - "https://ror.org/01j1yd225" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gnx5040": { - "ancestors": [ - "https://ror.org/02zfxwc21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s1b7x83": { - "ancestors": [ - "https://ror.org/003hq9m95" - ], - "descendants": [ - - ] - }, - "https://ror.org/051s9as34": { - "ancestors": [ - "https://ror.org/03vamsh08" - ], - "descendants": [ - - ] - }, - "https://ror.org/030p4ph45": { - "ancestors": [ - "https://ror.org/03khznd17" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xamr707": { - "ancestors": [ - "https://ror.org/02zfxwc21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q5d1g38": { - "ancestors": [ - "https://ror.org/05v823t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jxcp012": { - "ancestors": [ - "https://ror.org/040ch0e11" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fc8vj32": { - "ancestors": [ - "https://ror.org/04e4sh030" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b5r4s12": { - "ancestors": [ - "https://ror.org/05cv4zg26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hcgzj74": { - "ancestors": [ - "https://ror.org/0358tcd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/048sa9h54": { - "ancestors": [ - "https://ror.org/00cjeg736" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k34dm23": { - "ancestors": [ - "https://ror.org/05ha03268" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f622w49": { - "ancestors": [ - "https://ror.org/00xkkpn05" - ], - "descendants": [ - - ] - }, - "https://ror.org/024epr358": { - "ancestors": [ - "https://ror.org/02m7qex15" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z5n3121": { - "ancestors": [ - "https://ror.org/04esx4891" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pf6z250": { - "ancestors": [ - "https://ror.org/01j64ar73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05shyvt50": { - "ancestors": [ - "https://ror.org/05fmrjg27" - ], - "descendants": [ - - ] - }, - "https://ror.org/05we8km13": { - "ancestors": [ - "https://ror.org/00v4dac24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c18bt40": { - "ancestors": [ - "https://ror.org/045wcpc71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wgb4d05": { - "ancestors": [ - "https://ror.org/04ehjk122" - ], - "descendants": [ - - ] - }, - "https://ror.org/0127drs35": { - "ancestors": [ - "https://ror.org/0128dmh12" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pkrx282": { - "ancestors": [ - "https://ror.org/045wcpc71" - ], - "descendants": [ - - ] - }, - "https://ror.org/035xbae69": { - "ancestors": [ - "https://ror.org/03qesm017" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kw8a006": { - "ancestors": [ - "https://ror.org/03400ft78" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hvxe361": { - "ancestors": [ - "https://ror.org/03vypx625" - ], - "descendants": [ - - ] - }, - "https://ror.org/017bt7t72": { - "ancestors": [ - "https://ror.org/03k95y741" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qwwm875": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/00se67j64": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/00161f548": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/05te51965": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/044q21j42": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/001zdzp98": { - "ancestors": [ - "https://ror.org/02qtvee93" - ], - "descendants": [ - - ] - }, - "https://ror.org/030nfm877": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/029mrrs96": { - "ancestors": [ - "https://ror.org/0489f6q08", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/037hxym60": { - "ancestors": [ - "https://ror.org/0125qer46" - ], - "descendants": [ - - ] - }, - "https://ror.org/05km9hp38": { - "ancestors": [ - "https://ror.org/04zhhva53", - "https://ror.org/028gm7992" - ], - "descendants": [ - - ] - }, - "https://ror.org/04btmx930": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fefzq80": { - "ancestors": [ - "https://ror.org/008xr7e22" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vh9vp33": { - "ancestors": [ - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/038p55355": { - "ancestors": [ - "https://ror.org/01zgy1s35", - "https://ror.org/00g30e956" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xse0b92": { - "ancestors": [ - "https://ror.org/012wxa772" - ], - "descendants": [ - - ] - }, - "https://ror.org/0010mjy66": { - "ancestors": [ - "https://ror.org/04mczx267" - ], - "descendants": [ - - ] - }, - "https://ror.org/006a4jj40": { - "ancestors": [ - "https://ror.org/019wvm592" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ee58b76": { - "ancestors": [ - "https://ror.org/02e8hzf44", - "https://ror.org/020cpqb94" - ], - "descendants": [ - - ] - }, - "https://ror.org/035r9vd46": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/048s2rn92": { - "ancestors": [ - "https://ror.org/014khrd35", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e6j9276": { - "ancestors": [ - "https://ror.org/05dxps055" - ], - "descendants": [ - - ] - }, - "https://ror.org/044sckz61": { - "ancestors": [ - "https://ror.org/02772kk97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05baf4s06": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/039jmcx36": { - "ancestors": [ - "https://ror.org/036wvs663", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t4nyn12": { - "ancestors": [ - "https://ror.org/0101xrq71", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yfjng44": { - "ancestors": [ - "https://ror.org/01r0c1p88" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rh4fw73": { - "ancestors": [ - "https://ror.org/03grvy078" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tqrbk66": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/038s91v75": { - "ancestors": [ - "https://ror.org/050qj5m48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g0mt494": { - "ancestors": [ - "https://ror.org/039bhhz46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cxrw595": { - "ancestors": [ - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/034sakr12": { - "ancestors": [ - "https://ror.org/039bhhz46" - ], - "descendants": [ - - ] - }, - "https://ror.org/05radvt19": { - "ancestors": [ - "https://ror.org/03tzaeb71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xf6c905": { - "ancestors": [ - "https://ror.org/00yd8np83" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sghbs34": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k9hrc16": { - "ancestors": [ - "https://ror.org/05g3dte14", - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/026s89d26": { - "ancestors": [ - "https://ror.org/02mejn521" - ], - "descendants": [ - - ] - }, - "https://ror.org/000mgxg22": { - "ancestors": [ - "https://ror.org/039bhhz46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p6gmn22": { - "ancestors": [ - "https://ror.org/039bhhz46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g236n66": { - "ancestors": [ - "https://ror.org/007h7f935" - ], - "descendants": [ - - ] - }, - "https://ror.org/041gqhg24": { - "ancestors": [ - "https://ror.org/050qj5m48" - ], - "descendants": [ - "https://ror.org/02xa99s59" - ] - }, - "https://ror.org/01jthvx19": { - "ancestors": [ - "https://ror.org/00cb23x68", - "https://ror.org/00y1ekh28" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v13f844": { - "ancestors": [ - "https://ror.org/04bn1qy53" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pbyff74": { - "ancestors": [ - "https://ror.org/04bn1qy53" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g9gg448": { - "ancestors": [ - "https://ror.org/01qek4j34" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yj8bt58": { - "ancestors": [ - "https://ror.org/03c4shz64" - ], - "descendants": [ - - ] - }, - "https://ror.org/042x9qq51": { - "ancestors": [ - "https://ror.org/05m4ewg24" - ], - "descendants": [ - - ] - }, - "https://ror.org/037bdd431": { - "ancestors": [ - "https://ror.org/00fp9k450" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yyxkw16": { - "ancestors": [ - "https://ror.org/00fp9k450" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nbyv331": { - "ancestors": [ - "https://ror.org/01mv9t934", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02asgt557": { - "ancestors": [ - "https://ror.org/00fp9k450" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vfnky71": { - "ancestors": [ - "https://ror.org/00fp9k450" - ], - "descendants": [ - - ] - }, - "https://ror.org/04synqw60": { - "ancestors": [ - "https://ror.org/051qqcg15" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g702008": { - "ancestors": [ - "https://ror.org/01g4rg913" - ], - "descendants": [ - - ] - }, - "https://ror.org/029t3me68": { - "ancestors": [ - "https://ror.org/04g0bt697" - ], - "descendants": [ - - ] - }, - "https://ror.org/01136x372": { - "ancestors": [ - "https://ror.org/01xgfaw76" - ], - "descendants": [ - - ] - }, - "https://ror.org/056p61s65": { - "ancestors": [ - "https://ror.org/00a1e9e96" - ], - "descendants": [ - - ] - }, - "https://ror.org/001575385": { - "ancestors": [ - "https://ror.org/043bgf219" - ], - "descendants": [ - - ] - }, - "https://ror.org/048d6j696": { - "ancestors": [ - "https://ror.org/01dk89r22" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t12nc24": { - "ancestors": [ - "https://ror.org/02wwrgv75" - ], - "descendants": [ - - ] - }, - "https://ror.org/018cmez05": { - "ancestors": [ - "https://ror.org/0427e1040" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xz8jv85": { - "ancestors": [ - "https://ror.org/01dk89r22" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zskeg15": { - "ancestors": [ - "https://ror.org/04r1s2546" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zgmhv16": { - "ancestors": [ - "https://ror.org/02tmx5588" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wsre374": { - "ancestors": [ - "https://ror.org/01dk89r22" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fcxf261": { - "ancestors": [ - "https://ror.org/04scfb908" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bvtqh46": { - "ancestors": [ - "https://ror.org/04jr01610" - ], - "descendants": [ - - ] - }, - "https://ror.org/04eba5983": { - "ancestors": [ - "https://ror.org/04mte1k06" - ], - "descendants": [ - - ] - }, - "https://ror.org/053v5zb41": { - "ancestors": [ - "https://ror.org/01dk89r22" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a3vkf51": { - "ancestors": [ - "https://ror.org/01dk89r22" - ], - "descendants": [ - - ] - }, - "https://ror.org/01azf6k87": { - "ancestors": [ - "https://ror.org/01dk89r22" - ], - "descendants": [ - - ] - }, - "https://ror.org/030zy2k76": { - "ancestors": [ - "https://ror.org/01dk89r22" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h7zf334": { - "ancestors": [ - "https://ror.org/03fbkqs26" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hvwkt50": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k5bgb88": { - "ancestors": [ - "https://ror.org/03fbkqs26" - ], - "descendants": [ - - ] - }, - "https://ror.org/013s89d74": { - "ancestors": [ - "https://ror.org/00v4dac24" - ], - "descendants": [ - - ] - }, - "https://ror.org/003h4kj85": { - "ancestors": [ - "https://ror.org/051qqcg15" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cvxzw02": { - "ancestors": [ - "https://ror.org/051qqcg15" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qc33y56": { - "ancestors": [ - "https://ror.org/05njyag92" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s2yse38": { - "ancestors": [ - "https://ror.org/05njyag92" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mwnfc70": { - "ancestors": [ - "https://ror.org/05njyag92" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m5h1s11": { - "ancestors": [ - "https://ror.org/05njyag92" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e936y53": { - "ancestors": [ - "https://ror.org/05njyag92" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x24z916": { - "ancestors": [ - "https://ror.org/05njyag92" - ], - "descendants": [ - - ] - }, - "https://ror.org/0149y8a98": { - "ancestors": [ - "https://ror.org/05njyag92" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ebt7533": { - "ancestors": [ - "https://ror.org/05njyag92" - ], - "descendants": [ - - ] - }, - "https://ror.org/0447ajy94": { - "ancestors": [ - "https://ror.org/00jtmb277" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qfmrs34": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s3x9r14": { - "ancestors": [ - "https://ror.org/048xjjh50" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rf83d41": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w387x59": { - "ancestors": [ - "https://ror.org/05bbh2585" - ], - "descendants": [ - - ] - }, - "https://ror.org/05198a862": { - "ancestors": [ - "https://ror.org/021036w13" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bqzgt47": { - "ancestors": [ - "https://ror.org/04tf6q291" - ], - "descendants": [ - - ] - }, - "https://ror.org/052qf7p09": { - "ancestors": [ - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g1eje15": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05swf4h71": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02375ts60": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01473qm81": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vbq0s06": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yyzg640": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wbgfm85": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d9d4d82": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/0058xhs49": { - "ancestors": [ - "https://ror.org/03s251g81" - ], - "descendants": [ - - ] - }, - "https://ror.org/0266qh788": { - "ancestors": [ - "https://ror.org/04xnm9a92" - ], - "descendants": [ - - ] - }, - "https://ror.org/020frqf17": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/020m36v47": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g6nvj03": { - "ancestors": [ - "https://ror.org/01twn9665", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hfxwy37": { - "ancestors": [ - "https://ror.org/05bbh2585" - ], - "descendants": [ - - ] - }, - "https://ror.org/025kkqh74": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rzsax38": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/057j5m475": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hzqbs28": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/002zjz985": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ph49593": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gyp0j55": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fkjwd61": { - "ancestors": [ - "https://ror.org/05bbh2585", - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/005qzg609": { - "ancestors": [ - "https://ror.org/05vvhh982" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pewms44": { - "ancestors": [ - "https://ror.org/05at4t633" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jbnbs36": { - "ancestors": [ - "https://ror.org/02mp2w060" - ], - "descendants": [ - - ] - }, - "https://ror.org/006v7bf86": { - "ancestors": [ - "https://ror.org/03vek6s52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a5bb278": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dgxrg98": { - "ancestors": [ - "https://ror.org/00a45e114" - ], - "descendants": [ - - ] - }, - "https://ror.org/01afz1h27": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qef3650": { - "ancestors": [ - "https://ror.org/02y676g76" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ka28180": { - "ancestors": [ - "https://ror.org/0260j1g46" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rz15025": { - "ancestors": [ - "https://ror.org/0190ak572" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yezd949": { - "ancestors": [ - "https://ror.org/03vr22992" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jy45w85": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qa31321": { - "ancestors": [ - "https://ror.org/00rs6vg23", - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ntmy339": { - "ancestors": [ - "https://ror.org/05y9wk989" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pvpk743": { - "ancestors": [ - "https://ror.org/0061x0487" - ], - "descendants": [ - - ] - }, - "https://ror.org/025yf4572": { - "ancestors": [ - "https://ror.org/05eq12k28" - ], - "descendants": [ - - ] - }, - "https://ror.org/0457r1112": { - "ancestors": [ - "https://ror.org/055pc7h14" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xbyac61": { - "ancestors": [ - "https://ror.org/00a45e114" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cmz8k74": { - "ancestors": [ - "https://ror.org/02tvcev59" - ], - "descendants": [ - - ] - }, - "https://ror.org/0019bf448": { - "ancestors": [ - "https://ror.org/01an3r305" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b394754": { - "ancestors": [ - "https://ror.org/01an3r305" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nk82x68": { - "ancestors": [ - "https://ror.org/03rtgjq94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0062skg93": { - "ancestors": [ - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/016gp6x28": { - "ancestors": [ - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bfxmt28": { - "ancestors": [ - "https://ror.org/02f7sfa33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xqebk56": { - "ancestors": [ - "https://ror.org/058aed112" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rs7bk48": { - "ancestors": [ - "https://ror.org/03tm6pb36" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v2ecp17": { - "ancestors": [ - "https://ror.org/01x3sga45" - ], - "descendants": [ - - ] - }, - "https://ror.org/058sshm54": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c3m0811": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vf5zz47": { - "ancestors": [ - "https://ror.org/00g2tkw06" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mg79n26": { - "ancestors": [ - "https://ror.org/00ks5vt51" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h4vp021": { - "ancestors": [ - "https://ror.org/009a2jy80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dea3c58": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/029vq3n45": { - "ancestors": [ - "https://ror.org/03x1ewr52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04304vh75": { - "ancestors": [ - "https://ror.org/02bez8p50" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dmq8z55": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p2jqf06": { - "ancestors": [ - "https://ror.org/0359s0245" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vtcxa47": { - "ancestors": [ - "https://ror.org/00sj73q02" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jywrv14": { - "ancestors": [ - "https://ror.org/03nw6pt28" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bqtq669": { - "ancestors": [ - "https://ror.org/020v32r42" - ], - "descendants": [ - - ] - }, - "https://ror.org/016mnyy39": { - "ancestors": [ - "https://ror.org/02b3ny291" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k5yxn79": { - "ancestors": [ - "https://ror.org/051qv3667" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nsk9g93": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/002rp1x36": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a3e3p04": { - "ancestors": [ - "https://ror.org/011kvxd26" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p5w4d81": { - "ancestors": [ - "https://ror.org/03e278q38" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p94a441": { - "ancestors": [ - "https://ror.org/02zy9xx44" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qvy9k41": { - "ancestors": [ - "https://ror.org/03d3v3e93" - ], - "descendants": [ - - ] - }, - "https://ror.org/019nq5750": { - "ancestors": [ - "https://ror.org/05cxz0w58" - ], - "descendants": [ - - ] - }, - "https://ror.org/04515fs89": { - "ancestors": [ - "https://ror.org/04qav7246" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mr2n737": { - "ancestors": [ - "https://ror.org/025aa9m53", - "https://ror.org/01f3bhg26" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hzjbc83": { - "ancestors": [ - "https://ror.org/01k9hhd91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01083gz70": { - "ancestors": [ - "https://ror.org/027y26122" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s4n9v76": { - "ancestors": [ - "https://ror.org/02a4gss26" - ], - "descendants": [ - - ] - }, - "https://ror.org/020stct92": { - "ancestors": [ - "https://ror.org/04rry3397" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v8e1c02": { - "ancestors": [ - "https://ror.org/04rry3397" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vzsq290": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0097e1k27": { - "ancestors": [ - "https://ror.org/006gmme17", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04haaft31": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0304weq09": { - "ancestors": [ - "https://ror.org/0115n5160" - ], - "descendants": [ - - ] - }, - "https://ror.org/05erxm859": { - "ancestors": [ - "https://ror.org/01s5zad14" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ds41r10": { - "ancestors": [ - "https://ror.org/05x2bcf33" - ], - "descendants": [ - - ] - }, - "https://ror.org/05az7em54": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/016e0xz09": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gxmhc57": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ah8rj19": { - "ancestors": [ - "https://ror.org/04fctr677" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f51gm92": { - "ancestors": [ - "https://ror.org/026441d17" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gqmrb58": { - "ancestors": [ - "https://ror.org/05j242h88" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bnp9h65": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fbv2v73": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p42am41": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/0516eyx49": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/025p0rk11": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02865ms07": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hdcfr51": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/043zh9f19": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t50yw64": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yrwqa21": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xbchh53": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bcg1976": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kbvt179": { - "ancestors": [ - "https://ror.org/00hpz7z43" - ], - "descendants": [ - - ] - }, - "https://ror.org/014cjmc76": { - "ancestors": [ - "https://ror.org/031rekg67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04eqy7d03": { - "ancestors": [ - "https://ror.org/045ntgf29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r664k32": { - "ancestors": [ - "https://ror.org/037tz0e16" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v84zt52": { - "ancestors": [ - "https://ror.org/037tz0e16" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k27aj44": { - "ancestors": [ - "https://ror.org/02hqkr514" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ykntn67": { - "ancestors": [ - "https://ror.org/04kqgqa72" - ], - "descendants": [ - - ] - }, - "https://ror.org/045svrn73": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jyqx898": { - "ancestors": [ - "https://ror.org/04fkqna53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k0fhh26": { - "ancestors": [ - "https://ror.org/04fkqna53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01041e172": { - "ancestors": [ - "https://ror.org/04fkqna53" - ], - "descendants": [ - - ] - }, - "https://ror.org/058v42s42": { - "ancestors": [ - "https://ror.org/02mv6r745" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w6xt508": { - "ancestors": [ - "https://ror.org/03grvy078" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cafxy65": { - "ancestors": [ - "https://ror.org/03yp8z857" - ], - "descendants": [ - - ] - }, - "https://ror.org/0242vta36": { - "ancestors": [ - "https://ror.org/01an3r305" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xbccz06": { - "ancestors": [ - "https://ror.org/01nrxwf90", - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0094tm228": { - "ancestors": [ - "https://ror.org/027m9bs27", - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m7w8s72": { - "ancestors": [ - "https://ror.org/00vtgdb53", - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02704qw51": { - "ancestors": [ - "https://ror.org/02jx3x895", - "https://ror.org/029chgv08", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jgp6d54": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qafph14": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/054y9c036": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/02my7ff12": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/05he87q93": { - "ancestors": [ - "https://ror.org/043c0p156" - ], - "descendants": [ - - ] - }, - "https://ror.org/016ykaq31": { - "ancestors": [ - "https://ror.org/01nks1c62" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bdm2a74": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ptcjs87": { - "ancestors": [ - "https://ror.org/0431b2v07" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kaxyq51": { - "ancestors": [ - "https://ror.org/043c0p156" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xw8f892": { - "ancestors": [ - "https://ror.org/020dxsp50" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x74wc07": { - "ancestors": [ - "https://ror.org/02x3w5g21", - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bdv4312": { - "ancestors": [ - "https://ror.org/043c0p156" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z3wz653": { - "ancestors": [ - "https://ror.org/043c0p156" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kx1hs47": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sry2h30": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/02be22443": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n0yn137": { - "ancestors": [ - "https://ror.org/030bh9196" - ], - "descendants": [ - - ] - }, - "https://ror.org/039shy520": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x8rhq63": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e4bwe12": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rzw6h69": { - "ancestors": [ - "https://ror.org/02k8cbn47", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/05esem239": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/0095xwr23": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w6gr951": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/03prcq065" - ] - }, - "https://ror.org/00ypx0z29": { - "ancestors": [ - "https://ror.org/04qfh2k37" - ], - "descendants": [ - - ] - }, - "https://ror.org/034gcgw60": { - "ancestors": [ - "https://ror.org/059yhyy33" - ], - "descendants": [ - - ] - }, - "https://ror.org/058pyyv44": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/01ycn3984", - "https://ror.org/04sxr1261", - "https://ror.org/01pjxkf30", - "https://ror.org/02f42pw58" - ] - }, - "https://ror.org/02av38n71": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c0wvm84": { - "ancestors": [ - "https://ror.org/00bg52247", - "https://ror.org/05xe0se54" - ], - "descendants": [ - "https://ror.org/03098ta78" - ] - }, - "https://ror.org/03napcw37": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/003n8re58": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/055pgv213": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/052kdcb58": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tgakh12": { - "ancestors": [ - "https://ror.org/003yb7p17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01044pa52": { - "ancestors": [ - "https://ror.org/002adfz67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02svyk642": { - "ancestors": [ - "https://ror.org/05cv56b48" - ], - "descendants": [ - - ] - }, - "https://ror.org/059xraf34": { - "ancestors": [ - "https://ror.org/00t4db855" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vfxqe03": { - "ancestors": [ - "https://ror.org/014mx8j54" - ], - "descendants": [ - - ] - }, - "https://ror.org/000p6bx44": { - "ancestors": [ - "https://ror.org/0231mbz86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v6fak96": { - "ancestors": [ - "https://ror.org/00xr96s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b3dk794": { - "ancestors": [ - "https://ror.org/00pkt4594" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bmxpp39": { - "ancestors": [ - "https://ror.org/04sm5zn07" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p4j2138": { - "ancestors": [ - "https://ror.org/030rhf128" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rt6q248": { - "ancestors": [ - "https://ror.org/02zqm6r10", - "https://ror.org/0307bxz06" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hxk2a16": { - "ancestors": [ - "https://ror.org/04674kj97" - ], - "descendants": [ - - ] - }, - "https://ror.org/0532ef257": { - "ancestors": [ - "https://ror.org/01pcq0j68" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b8hvw73": { - "ancestors": [ - "https://ror.org/00b60bj84" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vpf1q78": { - "ancestors": [ - "https://ror.org/05ts6js78" - ], - "descendants": [ - - ] - }, - "https://ror.org/051177492": { - "ancestors": [ - "https://ror.org/01zctcs90" - ], - "descendants": [ - - ] - }, - "https://ror.org/015z1mm31": { - "ancestors": [ - "https://ror.org/05km1vk92" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vab6055": { - "ancestors": [ - "https://ror.org/0431b2v07" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r00g076": { - "ancestors": [ - "https://ror.org/00gtmwv55" - ], - "descendants": [ - - ] - }, - "https://ror.org/0326cx138": { - "ancestors": [ - "https://ror.org/02p2bgp27" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tbxet45": { - "ancestors": [ - "https://ror.org/05pmj3x43" - ], - "descendants": [ - - ] - }, - "https://ror.org/020r9sg22": { - "ancestors": [ - "https://ror.org/02jfa8730" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t2e5682": { - "ancestors": [ - "https://ror.org/017rhna63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05agqdk49": { - "ancestors": [ - "https://ror.org/05w425588" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qd48t56": { - "ancestors": [ - "https://ror.org/036s7bw54" - ], - "descendants": [ - - ] - }, - "https://ror.org/007b0pc67": { - "ancestors": [ - "https://ror.org/00dhe8f29" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ekca690": { - "ancestors": [ - "https://ror.org/01g8djv19" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y47bf73": { - "ancestors": [ - "https://ror.org/01qmw3j63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ytn5d60": { - "ancestors": [ - "https://ror.org/031zfq432" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h8ny829": { - "ancestors": [ - "https://ror.org/002h3mc90" - ], - "descendants": [ - - ] - }, - "https://ror.org/002kffq59": { - "ancestors": [ - "https://ror.org/05t2zwp43" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n7hc005": { - "ancestors": [ - "https://ror.org/02gv1pt92" - ], - "descendants": [ - - ] - }, - "https://ror.org/03htdje54": { - "ancestors": [ - "https://ror.org/00s7bz409" - ], - "descendants": [ - - ] - }, - "https://ror.org/016mr6c68": { - "ancestors": [ - "https://ror.org/02th50f93" - ], - "descendants": [ - - ] - }, - "https://ror.org/01knxge52": { - "ancestors": [ - "https://ror.org/05a7rhx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dhm2b57": { - "ancestors": [ - "https://ror.org/05a7rhx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dmw9n70": { - "ancestors": [ - "https://ror.org/0274wgp76" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jbchh45": { - "ancestors": [ - "https://ror.org/02a8zpt37" - ], - "descendants": [ - - ] - }, - "https://ror.org/024dc0f12": { - "ancestors": [ - "https://ror.org/01q1dy966" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hrn9a05": { - "ancestors": [ - "https://ror.org/03qfmjv22" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kvhrk82": { - "ancestors": [ - "https://ror.org/03qqbvj08" - ], - "descendants": [ - - ] - }, - "https://ror.org/055arfx13": { - "ancestors": [ - "https://ror.org/0269t5q92" - ], - "descendants": [ - - ] - }, - "https://ror.org/030trv569": { - "ancestors": [ - "https://ror.org/02gr2sm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/012x04f41": { - "ancestors": [ - "https://ror.org/05rejmm18" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qpq3w78": { - "ancestors": [ - "https://ror.org/01381hr71" - ], - "descendants": [ - - ] - }, - "https://ror.org/0113m2308": { - "ancestors": [ - "https://ror.org/05pyq8e17" - ], - "descendants": [ - - ] - }, - "https://ror.org/017w8ej57": { - "ancestors": [ - "https://ror.org/05gk8hj18" - ], - "descendants": [ - - ] - }, - "https://ror.org/0101kca69": { - "ancestors": [ - "https://ror.org/03k4vk194" - ], - "descendants": [ - - ] - }, - "https://ror.org/03td1t893": { - "ancestors": [ - "https://ror.org/02exqgm79" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v84va72": { - "ancestors": [ - "https://ror.org/00g2tkw06" - ], - "descendants": [ - - ] - }, - "https://ror.org/026venb53": { - "ancestors": [ - "https://ror.org/00cmhce21" - ], - "descendants": [ - - ] - }, - "https://ror.org/025q90g47": { - "ancestors": [ - "https://ror.org/0186a6222" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p77cm62": { - "ancestors": [ - "https://ror.org/054hq4w78" - ], - "descendants": [ - - ] - }, - "https://ror.org/022d46z41": { - "ancestors": [ - "https://ror.org/01s49js04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c4twb82": { - "ancestors": [ - "https://ror.org/03vz6gs79" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tm5n709": { - "ancestors": [ - "https://ror.org/051tn6h07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f919z92": { - "ancestors": [ - "https://ror.org/013t2n957" - ], - "descendants": [ - - ] - }, - "https://ror.org/0333dtq15": { - "ancestors": [ - "https://ror.org/059rn9488" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p3k1n22": { - "ancestors": [ - "https://ror.org/017ctmv39" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p8x9d62": { - "ancestors": [ - "https://ror.org/04qxks937" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x2xf445": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q8wz079": { - "ancestors": [ - "https://ror.org/05fzz0q30" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ejeex29": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w5dvb13": { - "ancestors": [ - "https://ror.org/05p30rt34" - ], - "descendants": [ - - ] - }, - "https://ror.org/00texw081": { - "ancestors": [ - "https://ror.org/05r2f2383" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y751y19": { - "ancestors": [ - "https://ror.org/01b2bzj52" - ], - "descendants": [ - - ] - }, - "https://ror.org/047zhzq42": { - "ancestors": [ - "https://ror.org/01hafxd32" - ], - "descendants": [ - - ] - }, - "https://ror.org/002fy4y97": { - "ancestors": [ - "https://ror.org/008s23110" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zqq5p14": { - "ancestors": [ - "https://ror.org/006s85q77" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ww0w091": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j4a6x59": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/01ryk1543", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zg1tt02": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/03h2bxq36", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/0199b8691": { - "ancestors": [ - "https://ror.org/01v5xwf23" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gpy1v41": { - "ancestors": [ - "https://ror.org/01xcepn55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q2m1930": { - "ancestors": [ - "https://ror.org/00j83wy46" - ], - "descendants": [ - - ] - }, - "https://ror.org/008s0t457": { - "ancestors": [ - "https://ror.org/04pkc8m17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zzaq393": { - "ancestors": [ - "https://ror.org/02my4g447" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t0nms65": { - "ancestors": [ - "https://ror.org/03ejz0s07", - "https://ror.org/04sfxgz72", - "https://ror.org/04txyc737" - ], - "descendants": [ - - ] - }, - "https://ror.org/0003gmg65": { - "ancestors": [ - "https://ror.org/03s6cj295" - ], - "descendants": [ - - ] - }, - "https://ror.org/020bmkg54": { - "ancestors": [ - "https://ror.org/05qd85289" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c1aet04": { - "ancestors": [ - "https://ror.org/01jgdnq42" - ], - "descendants": [ - - ] - }, - "https://ror.org/001yh3598": { - "ancestors": [ - "https://ror.org/053d55q96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00thz8j39": { - "ancestors": [ - "https://ror.org/03bw04561" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jvd8304": { - "ancestors": [ - "https://ror.org/05smbmp94" - ], - "descendants": [ - "https://ror.org/05jyzx602" - ] - }, - "https://ror.org/02hj7hh93": { - "ancestors": [ - "https://ror.org/002z0cd60" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ae31880": { - "ancestors": [ - "https://ror.org/002zrf773" - ], - "descendants": [ - - ] - }, - "https://ror.org/025jhd967": { - "ancestors": [ - "https://ror.org/03dsc8d33" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qcvcp08": { - "ancestors": [ - "https://ror.org/00maqzy82" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vyqcg16": { - "ancestors": [ - "https://ror.org/03s68nt92" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f1fk963": { - "ancestors": [ - "https://ror.org/034e7c066" - ], - "descendants": [ - - ] - }, - "https://ror.org/05npdkv31": { - "ancestors": [ - "https://ror.org/05kfq2558" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qm4q539": { - "ancestors": [ - "https://ror.org/01sx1pm50" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jc9yx83": { - "ancestors": [ - "https://ror.org/01f67ew21" - ], - "descendants": [ - - ] - }, - "https://ror.org/0572j2882": { - "ancestors": [ - "https://ror.org/01b5d7p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gtbbw62": { - "ancestors": [ - "https://ror.org/017mte255" - ], - "descendants": [ - - ] - }, - "https://ror.org/047406z28": { - "ancestors": [ - "https://ror.org/00d3r7025" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xya2p21": { - "ancestors": [ - "https://ror.org/05sydm958" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c0v3585": { - "ancestors": [ - "https://ror.org/04hjbmv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nnd3206": { - "ancestors": [ - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zvsh960": { - "ancestors": [ - "https://ror.org/006c77m33" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ww55028": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b0bkp29": { - "ancestors": [ - "https://ror.org/00pew5z05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p2jsg72": { - "ancestors": [ - "https://ror.org/05n8ah907" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g0b8d40": { - "ancestors": [ - "https://ror.org/043a53k35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zbqc597": { - "ancestors": [ - "https://ror.org/02vbxt202" - ], - "descendants": [ - - ] - }, - "https://ror.org/0153e3n79": { - "ancestors": [ - "https://ror.org/05yab6874" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pngmk68": { - "ancestors": [ - "https://ror.org/04sk34n56" - ], - "descendants": [ - - ] - }, - "https://ror.org/003tbr369": { - "ancestors": [ - "https://ror.org/049e6hd13" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c944e82": { - "ancestors": [ - "https://ror.org/054bs2v13" - ], - "descendants": [ - - ] - }, - "https://ror.org/043hpt843": { - "ancestors": [ - "https://ror.org/02c6kb837" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z63c948": { - "ancestors": [ - "https://ror.org/05r8wy666" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j7tpx52": { - "ancestors": [ - "https://ror.org/00k01kt20" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yvxfz47": { - "ancestors": [ - "https://ror.org/00atq5220" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w6bzp59": { - "ancestors": [ - "https://ror.org/038e2g226" - ], - "descendants": [ - - ] - }, - "https://ror.org/056154p75": { - "ancestors": [ - "https://ror.org/02fzm7221" - ], - "descendants": [ - - ] - }, - "https://ror.org/05deh3d91": { - "ancestors": [ - "https://ror.org/01q1dy966" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t7fez51": { - "ancestors": [ - "https://ror.org/02tmx5588" - ], - "descendants": [ - - ] - }, - "https://ror.org/049tk1906": { - "ancestors": [ - "https://ror.org/03q7jt003" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fb0b548": { - "ancestors": [ - "https://ror.org/01gmtnk43" - ], - "descendants": [ - - ] - }, - "https://ror.org/019naky64": { - "ancestors": [ - "https://ror.org/041gev667" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vyraz80": { - "ancestors": [ - "https://ror.org/00k01kt20" - ], - "descendants": [ - - ] - }, - "https://ror.org/02asacd21": { - "ancestors": [ - "https://ror.org/053gtbc96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05snkc171": { - "ancestors": [ - "https://ror.org/02p932s29" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fa0f492": { - "ancestors": [ - "https://ror.org/01cdrde68" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x8a1s60": { - "ancestors": [ - "https://ror.org/04z69s492" - ], - "descendants": [ - - ] - }, - "https://ror.org/03renyq06": { - "ancestors": [ - "https://ror.org/03wxxbs05", - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yykey67": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/029e47x73": { - "ancestors": [ - "https://ror.org/05vzafd60" - ], - "descendants": [ - - ] - }, - "https://ror.org/00az5dt38": { - "ancestors": [ - "https://ror.org/05x2bcf33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k6x1e94": { - "ancestors": [ - "https://ror.org/02nkdxk79" - ], - "descendants": [ - - ] - }, - "https://ror.org/049fnxe71": { - "ancestors": [ - "https://ror.org/03xy0wx88", - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m3hse57": { - "ancestors": [ - "https://ror.org/02xvc5r05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wtjj434": { - "ancestors": [ - "https://ror.org/01pwgd096" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zgdb249": { - "ancestors": [ - "https://ror.org/036wvzt09" - ], - "descendants": [ - "https://ror.org/053rfa017", - "https://ror.org/01cbwn720", - "https://ror.org/02n0ejh50", - "https://ror.org/02sepg748", - "https://ror.org/009rw8n36", - "https://ror.org/035gbps25", - "https://ror.org/00f44np30", - "https://ror.org/04kbbt849" - ] - }, - "https://ror.org/05gf3n961": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/015p9va32": { - "ancestors": [ - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/044hmkx85": { - "ancestors": [ - "https://ror.org/04frzv033", - "https://ror.org/03xy0wx88", - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rfzns68": { - "ancestors": [ - "https://ror.org/036wvzt09", - "https://ror.org/01tgyzw49" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k5xes38": { - "ancestors": [ - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cbwn720": { - "ancestors": [ - "https://ror.org/00zgdb249", - "https://ror.org/036wvzt09" - ], - "descendants": [ - "https://ror.org/04kbbt849" - ] - }, - "https://ror.org/009rw8n36": { - "ancestors": [ - "https://ror.org/00zgdb249", - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f44np30": { - "ancestors": [ - "https://ror.org/00zgdb249", - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/035gbps25": { - "ancestors": [ - "https://ror.org/00zgdb249", - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/059yjzn93": { - "ancestors": [ - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rekk491": { - "ancestors": [ - "https://ror.org/05th1v540" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fq30e75": { - "ancestors": [ - "https://ror.org/05h1bnb22" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q2mch05": { - "ancestors": [ - "https://ror.org/03ndmsg87" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tasya06": { - "ancestors": [ - "https://ror.org/03ndmsg87" - ], - "descendants": [ - - ] - }, - "https://ror.org/026mgjd21": { - "ancestors": [ - "https://ror.org/03hf69k85", - "https://ror.org/008s67533" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ttqn045": { - "ancestors": [ - "https://ror.org/02jk5qe80", - "https://ror.org/040r8fr65", - "https://ror.org/02ckh3s34", - "https://ror.org/04p0nk708" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z4nbg03": { - "ancestors": [ - "https://ror.org/05xq19q44" - ], - "descendants": [ - - ] - }, - "https://ror.org/0506t0t42": { - "ancestors": [ - "https://ror.org/032mwd808" - ], - "descendants": [ - - ] - }, - "https://ror.org/0455ha759": { - "ancestors": [ - "https://ror.org/05bpbnx46", - "https://ror.org/01dtyv127" - ], - "descendants": [ - - ] - }, - "https://ror.org/0186h8060": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/041qyrj45": { - "ancestors": [ - "https://ror.org/032mwd808" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xkzd182": { - "ancestors": [ - "https://ror.org/05256fm24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j4h9t83": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g4e1v18": { - "ancestors": [ - "https://ror.org/047yqrk88" - ], - "descendants": [ - - ] - }, - "https://ror.org/030sbze61": { - "ancestors": [ - "https://ror.org/040af2s02" - ], - "descendants": [ - - ] - }, - "https://ror.org/044x68458": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a2d7067": { - "ancestors": [ - "https://ror.org/04gq6mn61" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r5m5t30": { - "ancestors": [ - "https://ror.org/032mwd808" - ], - "descendants": [ - - ] - }, - "https://ror.org/04abk6t05": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rfn9b75": { - "ancestors": [ - "https://ror.org/032mwd808" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ktfc112": { - "ancestors": [ - "https://ror.org/02bh93636" - ], - "descendants": [ - "https://ror.org/020h4b682" - ] - }, - "https://ror.org/00v6g9845": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/058a2pj71": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/020h4b682": { - "ancestors": [ - "https://ror.org/02ktfc112", - "https://ror.org/02bh93636" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v7z6m55": { - "ancestors": [ - "https://ror.org/03mcwam86" - ], - "descendants": [ - - ] - }, - "https://ror.org/0105p2j56": { - "ancestors": [ - "https://ror.org/03m01yf64", - "https://ror.org/05t0w3074" - ], - "descendants": [ - - ] - }, - "https://ror.org/026djmp70": { - "ancestors": [ - "https://ror.org/02319f413" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q7ym472": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k2gdw14": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/00scbd467": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vbdk750": { - "ancestors": [ - "https://ror.org/02b26z922" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w1vg437": { - "ancestors": [ - "https://ror.org/032mwd808" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qdbbk19": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/011y67d23": { - "ancestors": [ - "https://ror.org/0435rc536", - "https://ror.org/04sfxgz72", - "https://ror.org/04txyc737" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dqm7k77": { - "ancestors": [ - "https://ror.org/04r1s2546" - ], - "descendants": [ - - ] - }, - "https://ror.org/04237en35": { - "ancestors": [ - "https://ror.org/032mwd808" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zeqmc64": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sv7km52": { - "ancestors": [ - "https://ror.org/00ezwn594" - ], - "descendants": [ - - ] - }, - "https://ror.org/057wkj006": { - "ancestors": [ - "https://ror.org/02m388s04", - "https://ror.org/032hdk172", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/058qtt435": { - "ancestors": [ - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c9rqr26": { - "ancestors": [ - "https://ror.org/025yjfh46", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/028rr8292", - "https://ror.org/024xyyq03" - ] - }, - "https://ror.org/03z9cwa38": { - "ancestors": [ - "https://ror.org/008nkqk13", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nc55f03": { - "ancestors": [ - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wqx6897": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x3cxs03": { - "ancestors": [ - "https://ror.org/00mrhvv69" - ], - "descendants": [ - - ] - }, - "https://ror.org/051m8tg66": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wyg6495": { - "ancestors": [ - "https://ror.org/023wsvq95", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xey9a22": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0028hgc48": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/03r0ha626", - "https://ror.org/02rcrvv70", - "https://ror.org/02mv6r745" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d8cf622": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/008qp6e21": { - "ancestors": [ - "https://ror.org/011qyt180", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0045x2741": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dbx6743": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gc7qc02": { - "ancestors": [ - "https://ror.org/02747h926" - ], - "descendants": [ - - ] - }, - "https://ror.org/0015x1k58": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b7xxn32": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z2a9w02": { - "ancestors": [ - "https://ror.org/02zqy3981", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/015x8jm48": { - "ancestors": [ - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/0265jtk41" - ] - }, - "https://ror.org/04ecck436": { - "ancestors": [ - "https://ror.org/05xq19q44" - ], - "descendants": [ - - ] - }, - "https://ror.org/001yrmh12": { - "ancestors": [ - "https://ror.org/00q4sx826", - "https://ror.org/0447fe631", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q5n7269": { - "ancestors": [ - "https://ror.org/0130frc33", - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/005rhrm66": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mkdan60": { - "ancestors": [ - "https://ror.org/05b6ypc36" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rvm6b03": { - "ancestors": [ - "https://ror.org/05m38qe70" - ], - "descendants": [ - - ] - }, - "https://ror.org/021asz590": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dyhjr58": { - "ancestors": [ - "https://ror.org/00grd1h17" - ], - "descendants": [ - - ] - }, - "https://ror.org/023wsvq95": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/04wyg6495", - "https://ror.org/00ypzd005" - ] - }, - "https://ror.org/01wtjyf13": { - "ancestors": [ - "https://ror.org/00fj8a872", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05357zt36": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/05kch1b73", - "https://ror.org/038e03x62" - ] - }, - "https://ror.org/03356n642": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y81cg83": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/044dman78" - ] - }, - "https://ror.org/02fkk6k65": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/036vyg793", - "https://ror.org/007w7dm12" - ] - }, - "https://ror.org/01ka9rn66": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kstzn75": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wpppw84": { - "ancestors": [ - "https://ror.org/04trbvb35" - ], - "descendants": [ - - ] - }, - "https://ror.org/048b0ns33": { - "ancestors": [ - "https://ror.org/03t8x2c04", - "https://ror.org/028mpsh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mrzcs29": { - "ancestors": [ - "https://ror.org/00fgmmg43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eecgp81": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r5s4b52": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/046zezr58": { - "ancestors": [ - "https://ror.org/00fj8a872", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mnkdm02": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/04390vz03": { - "ancestors": [ - "https://ror.org/01gwm7a05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k4b9v70": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/0577j0g35": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/0108bjm70": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k1jx057": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/00hj54h04", - "https://ror.org/02rcrvv70", - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/035hx7715": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/022nyme12": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/01j7nq853", - "https://ror.org/02rcrvv70", - "https://ror.org/01mtkd993" - ], - "descendants": [ - - ] - }, - "https://ror.org/0014w1417": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/00te3t702", - "https://ror.org/04chq2495", - "https://ror.org/017wcm924", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hjnwv43": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/04fttyv97", - "https://ror.org/02rcrvv70", - "https://ror.org/05vvhh982" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j23ff69": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/01j7nq853", - "https://ror.org/04chq2495", - "https://ror.org/01mtkd993", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01th7sf79": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/034gcgd08", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bfczx74": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/00cvxb145", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/047fr0y29": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/00cvxb145", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jy9d058": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/036nfer12", - "https://ror.org/02rcrvv70", - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n6agm35": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/01hy4qx27", - "https://ror.org/04chq2495", - "https://ror.org/03grvy078", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xfvky15": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ds51411": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/046107075": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/00ysfqy60", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0218hya98": { - "ancestors": [ - "https://ror.org/048xjjh50" - ], - "descendants": [ - - ] - }, - "https://ror.org/020kdtk66": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fe24682": { - "ancestors": [ - "https://ror.org/01537wn74" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m1j1t24": { - "ancestors": [ - "https://ror.org/05d2pc330", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0444fnd49": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/03taz7m60", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kgxxx41": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04tj63d06", - "https://ror.org/04chq2495", - "https://ror.org/0566a8c54", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ksx6c70": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/02der9h97", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/029dygd35": { - "ancestors": [ - "https://ror.org/012s3r374" - ], - "descendants": [ - - ] - }, - "https://ror.org/05370mv03": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/03zbnzt98", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bgwd624": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z0nsb22": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rmvjy83": { - "ancestors": [ - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/03c6k3q87" - ] - }, - "https://ror.org/04xbqmj23": { - "ancestors": [ - "https://ror.org/013cf5k59" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a2pr469": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tqhym28": { - "ancestors": [ - "https://ror.org/03d04qg82" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qmw3e81": { - "ancestors": [ - "https://ror.org/02m388s04", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/032tyv240": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b4jcw62": { - "ancestors": [ - "https://ror.org/01kv9ne32" - ], - "descendants": [ - - ] - }, - "https://ror.org/017ef8252": { - "ancestors": [ - "https://ror.org/02xkdev90", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m51nf34": { - "ancestors": [ - "https://ror.org/00b31g692", - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k5pte35": { - "ancestors": [ - "https://ror.org/0187kwz08", - "https://ror.org/014ja3n03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d2g0205": { - "ancestors": [ - "https://ror.org/04v54gj93", - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ke6rf22": { - "ancestors": [ - "https://ror.org/0187kwz08", - "https://ror.org/02fha3693" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fphh031": { - "ancestors": [ - "https://ror.org/0187kwz08", - "https://ror.org/02fha3693" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s4s0979": { - "ancestors": [ - "https://ror.org/02fha3693" - ], - "descendants": [ - - ] - }, - "https://ror.org/0298hp073": { - "ancestors": [ - "https://ror.org/0187kwz08", - "https://ror.org/009sa0g06" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f5eqm42": { - "ancestors": [ - "https://ror.org/0187kwz08", - "https://ror.org/05y3qh794" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ppy9c89": { - "ancestors": [ - "https://ror.org/0187kwz08", - "https://ror.org/05y3qh794" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y4kmz24": { - "ancestors": [ - "https://ror.org/0187kwz08", - "https://ror.org/02218z997" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j3q7j55": { - "ancestors": [ - "https://ror.org/0187kwz08", - "https://ror.org/02218z997" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yg3ff09": { - "ancestors": [ - "https://ror.org/0187kwz08", - "https://ror.org/0485axj58" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ksb3515": { - "ancestors": [ - "https://ror.org/0187kwz08", - "https://ror.org/042fqyp44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pfyd630": { - "ancestors": [ - "https://ror.org/0427e1040" - ], - "descendants": [ - - ] - }, - "https://ror.org/023844j81": { - "ancestors": [ - "https://ror.org/051fq1m45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04089t965": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qxp9a05": { - "ancestors": [ - "https://ror.org/0061x0487" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vfsab41": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/008a9hf75": { - "ancestors": [ - "https://ror.org/00yd8np83" - ], - "descendants": [ - "https://ror.org/00jjdh985" - ] - }, - "https://ror.org/01n673471": { - "ancestors": [ - "https://ror.org/00y4zzh67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ptpr676": { - "ancestors": [ - "https://ror.org/03ck0h361" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bh94f16": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gfwht30": { - "ancestors": [ - "https://ror.org/031wq1t38" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wzzs254": { - "ancestors": [ - "https://ror.org/02zbc1a16", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/030w99567": { - "ancestors": [ - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/004bdz679": { - "ancestors": [ - "https://ror.org/007ekx298" - ], - "descendants": [ - - ] - }, - "https://ror.org/046n57345": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/03bzbv419", - "https://ror.org/04ttadj76", - "https://ror.org/030ebc654", - "https://ror.org/01gh88804", - "https://ror.org/01yy74248", - "https://ror.org/00w0qep84", - "https://ror.org/033cbzv42", - "https://ror.org/04j3eks61" - ] - }, - "https://ror.org/0121dpf30": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/049n6n725" - ] - }, - "https://ror.org/006ndaj41": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/003cpqh10": { - "ancestors": [ - "https://ror.org/052eegr76", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02edr8z79": { - "ancestors": [ - "https://ror.org/04vy95b61" - ], - "descendants": [ - - ] - }, - "https://ror.org/041q4rp74": { - "ancestors": [ - "https://ror.org/04p977q83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wjh4t84": { - "ancestors": [ - "https://ror.org/01r23yy10" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bshdg19": { - "ancestors": [ - "https://ror.org/03e278q38" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z2za656": { - "ancestors": [ - "https://ror.org/01bx6mz39" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xdb6745": { - "ancestors": [ - "https://ror.org/01pewsd85" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tggj648": { - "ancestors": [ - "https://ror.org/02718ec78", - "https://ror.org/02cbhvc53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xjasx48": { - "ancestors": [ - "https://ror.org/02pvszw76" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w7knf95": { - "ancestors": [ - "https://ror.org/01pm3bs44" - ], - "descendants": [ - - ] - }, - "https://ror.org/017n5tt56": { - "ancestors": [ - "https://ror.org/03jcesj83" - ], - "descendants": [ - - ] - }, - "https://ror.org/010p50m34": { - "ancestors": [ - "https://ror.org/00n8pjn35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qq34m02": { - "ancestors": [ - "https://ror.org/00n8pjn35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bz45c46": { - "ancestors": [ - "https://ror.org/00n8pjn35" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kfnwp54": { - "ancestors": [ - "https://ror.org/00n8pjn35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gtpjy03": { - "ancestors": [ - "https://ror.org/01vxknj13", - "https://ror.org/002yxfz10", - "https://ror.org/02p2bgp27" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nsrjg86": { - "ancestors": [ - "https://ror.org/01pewsd85" - ], - "descendants": [ - - ] - }, - "https://ror.org/017pbda46": { - "ancestors": [ - "https://ror.org/037n8p820" - ], - "descendants": [ - - ] - }, - "https://ror.org/016svkp29": { - "ancestors": [ - "https://ror.org/03vx93323" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a8v6p14": { - "ancestors": [ - "https://ror.org/0276vcd78" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ap8h142": { - "ancestors": [ - "https://ror.org/04r2bgz73" - ], - "descendants": [ - - ] - }, - "https://ror.org/026txtp63": { - "ancestors": [ - "https://ror.org/05qzbtg69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yncke10": { - "ancestors": [ - "https://ror.org/00dhe8f29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hqnb941": { - "ancestors": [ - "https://ror.org/018wp0236" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fc1p069": { - "ancestors": [ - "https://ror.org/04bn2q369", - "https://ror.org/014wzed86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c11kf69": { - "ancestors": [ - "https://ror.org/03mwypp50" - ], - "descendants": [ - - ] - }, - "https://ror.org/0005rqp26": { - "ancestors": [ - "https://ror.org/00dmed338" - ], - "descendants": [ - - ] - }, - "https://ror.org/013g16z83": { - "ancestors": [ - "https://ror.org/00hmyb194" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ysvtr77": { - "ancestors": [ - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/0309hgk38": { - "ancestors": [ - "https://ror.org/0126q1y69" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mcvy510": { - "ancestors": [ - "https://ror.org/03c3r2d17", - "https://ror.org/03vek6s52", - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02968zb41": { - "ancestors": [ - "https://ror.org/02x2h0d07" - ], - "descendants": [ - - ] - }, - "https://ror.org/0593wzx95": { - "ancestors": [ - "https://ror.org/00184ca40" - ], - "descendants": [ - - ] - }, - "https://ror.org/016k8tv59": { - "ancestors": [ - "https://ror.org/01g8djv19" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rz5qz78": { - "ancestors": [ - "https://ror.org/04hd8bd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/039d46111": { - "ancestors": [ - "https://ror.org/05sqf9v67" - ], - "descendants": [ - - ] - }, - "https://ror.org/031zv7121": { - "ancestors": [ - "https://ror.org/03f4vp463" - ], - "descendants": [ - - ] - }, - "https://ror.org/0533jxz69": { - "ancestors": [ - "https://ror.org/05kyy7d06" - ], - "descendants": [ - - ] - }, - "https://ror.org/00831g358": { - "ancestors": [ - "https://ror.org/01e9c5p79" - ], - "descendants": [ - - ] - }, - "https://ror.org/01age2z78": { - "ancestors": [ - "https://ror.org/049zatd98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n3ezc34": { - "ancestors": [ - "https://ror.org/03s6yf189" - ], - "descendants": [ - - ] - }, - "https://ror.org/002fqp272": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/03we2aj97": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w6mxh75": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a3mwa69": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a4k1f37": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jtran50": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/059cy3h71": { - "ancestors": [ - "https://ror.org/01hdcyq69" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zjrck77": { - "ancestors": [ - "https://ror.org/00yd8np83" - ], - "descendants": [ - - ] - }, - "https://ror.org/022j85822": { - "ancestors": [ - "https://ror.org/04p977q83" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y0fdf18": { - "ancestors": [ - "https://ror.org/03fk8t087" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f6p1h60": { - "ancestors": [ - "https://ror.org/004cdt922" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b9tfp03": { - "ancestors": [ - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03smr8g19": { - "ancestors": [ - "https://ror.org/00m7gt169" - ], - "descendants": [ - - ] - }, - "https://ror.org/044nfga98": { - "ancestors": [ - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/033pzck63": { - "ancestors": [ - "https://ror.org/02dnajs12" - ], - "descendants": [ - - ] - }, - "https://ror.org/04196w034": { - "ancestors": [ - "https://ror.org/00n0s9w57" - ], - "descendants": [ - "https://ror.org/019cxby81" - ] - }, - "https://ror.org/03n3hc844": { - "ancestors": [ - "https://ror.org/05sqf9v67" - ], - "descendants": [ - - ] - }, - "https://ror.org/029s65f92": { - "ancestors": [ - "https://ror.org/00n0s9w57" - ], - "descendants": [ - "https://ror.org/041s2dw89" - ] - }, - "https://ror.org/04qnpyg73": { - "ancestors": [ - "https://ror.org/00n0s9w57" - ], - "descendants": [ - "https://ror.org/04w1y7251", - "https://ror.org/01f8vhd41" - ] - }, - "https://ror.org/00bkc1729": { - "ancestors": [ - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/0413f6k16": { - "ancestors": [ - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/048pv7j43": { - "ancestors": [ - "https://ror.org/02npppw10" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sss6f31": { - "ancestors": [ - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qkrgf06": { - "ancestors": [ - "https://ror.org/049zatd98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dfvhh79": { - "ancestors": [ - "https://ror.org/01zctcs90" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mytnc41": { - "ancestors": [ - "https://ror.org/01mb01m85" - ], - "descendants": [ - - ] - }, - "https://ror.org/05aq38y40": { - "ancestors": [ - "https://ror.org/039swsa61" - ], - "descendants": [ - - ] - }, - "https://ror.org/049dr2b41": { - "ancestors": [ - "https://ror.org/021wbbm64" - ], - "descendants": [ - - ] - }, - "https://ror.org/053mjnp36": { - "ancestors": [ - "https://ror.org/02vzc7q68" - ], - "descendants": [ - - ] - }, - "https://ror.org/024xst005": { - "ancestors": [ - "https://ror.org/049e6hd13" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ffwnd85": { - "ancestors": [ - "https://ror.org/00xkqe770" - ], - "descendants": [ - - ] - }, - "https://ror.org/00an0xj57": { - "ancestors": [ - "https://ror.org/002bpzx43" - ], - "descendants": [ - - ] - }, - "https://ror.org/040bdaa45": { - "ancestors": [ - "https://ror.org/03ycms792", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w1y7251": { - "ancestors": [ - "https://ror.org/04qnpyg73", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n0d8e29": { - "ancestors": [ - "https://ror.org/04d0xx942", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/012ang229": { - "ancestors": [ - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/019cxby81": { - "ancestors": [ - "https://ror.org/04196w034", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n4vrp79": { - "ancestors": [ - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j8tnm47": { - "ancestors": [ - "https://ror.org/04d0xx942", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03248dr08": { - "ancestors": [ - "https://ror.org/01fe0jt45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fvw4t71": { - "ancestors": [ - "https://ror.org/05en24r36" - ], - "descendants": [ - - ] - }, - "https://ror.org/033eygk88": { - "ancestors": [ - "https://ror.org/03vz6gs79" - ], - "descendants": [ - - ] - }, - "https://ror.org/000y1tz34": { - "ancestors": [ - "https://ror.org/014cg2q58" - ], - "descendants": [ - - ] - }, - "https://ror.org/0504mbn59": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sbttv49": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - "https://ror.org/01x3ftb23", - "https://ror.org/03b2c0z26", - "https://ror.org/04g9rt435" - ] - }, - "https://ror.org/01a1mq059": { - "ancestors": [ - "https://ror.org/019wvm592", - "https://ror.org/05mmh0f86", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xssrp53": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - "https://ror.org/034nb0f30", - "https://ror.org/0529q4s79", - "https://ror.org/02ywmqv15" - ] - }, - "https://ror.org/049nrz535": { - "ancestors": [ - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tvrwm90": { - "ancestors": [ - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rxjts25": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/022gnfx83": { - "ancestors": [ - "https://ror.org/00b5m4j81" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nmk1536": { - "ancestors": [ - "https://ror.org/01rx0vn38", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/01psj0w95": { - "ancestors": [ - "https://ror.org/003yb7p17" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pbhjp46": { - "ancestors": [ - "https://ror.org/01zt0tq34" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jy8d602": { - "ancestors": [ - "https://ror.org/05ts6js78" - ], - "descendants": [ - - ] - }, - "https://ror.org/02attg727": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wgrpp48": { - "ancestors": [ - "https://ror.org/04t6erm02" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gawss62": { - "ancestors": [ - "https://ror.org/05gcat543" - ], - "descendants": [ - - ] - }, - "https://ror.org/036r3bf08": { - "ancestors": [ - "https://ror.org/00qcr4910" - ], - "descendants": [ - - ] - }, - "https://ror.org/019cs7136": { - "ancestors": [ - "https://ror.org/03v861t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wcc2q98": { - "ancestors": [ - "https://ror.org/00hmyb194" - ], - "descendants": [ - - ] - }, - "https://ror.org/012674h84": { - "ancestors": [ - "https://ror.org/05a7rhx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q5gf687": { - "ancestors": [ - "https://ror.org/02j2d2g70", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/036wf7b34": { - "ancestors": [ - "https://ror.org/00awr5166" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kgran92": { - "ancestors": [ - "https://ror.org/02g0rnd87" - ], - "descendants": [ - - ] - }, - "https://ror.org/018a0bk66": { - "ancestors": [ - "https://ror.org/04h08p482" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d3w1b29": { - "ancestors": [ - "https://ror.org/03qx9tc91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0371j5q71": { - "ancestors": [ - "https://ror.org/02as34v38" - ], - "descendants": [ - - ] - }, - "https://ror.org/0030apy05": { - "ancestors": [ - "https://ror.org/00sj73q02" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gz5rq53": { - "ancestors": [ - "https://ror.org/05ebwnx39" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cxg0n72": { - "ancestors": [ - "https://ror.org/014m1ef46", - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/014eweh95": { - "ancestors": [ - "https://ror.org/01rcfpa16", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k1hw394": { - "ancestors": [ - "https://ror.org/026gmbh11", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qn9mx93": { - "ancestors": [ - "https://ror.org/001xhss06", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g87he71": { - "ancestors": [ - "https://ror.org/001xhss06", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tnvpc68": { - "ancestors": [ - "https://ror.org/001xhss06", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rvays47": { - "ancestors": [ - "https://ror.org/001xhss06", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/002jdaq33": { - "ancestors": [ - "https://ror.org/001xhss06", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00by76g53": { - "ancestors": [ - "https://ror.org/03w5nvk39" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mng8331": { - "ancestors": [ - "https://ror.org/025kzpk63", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rdzmk74": { - "ancestors": [ - "https://ror.org/025kzpk63", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/053a2cp42": { - "ancestors": [ - "https://ror.org/025kzpk63", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0471zv972": { - "ancestors": [ - "https://ror.org/00b6sbb32", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/028yd4c30": { - "ancestors": [ - "https://ror.org/00b6sbb32", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01krpsy48": { - "ancestors": [ - "https://ror.org/00b6sbb32", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/050rnw378": { - "ancestors": [ - "https://ror.org/00b6sbb32", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0388pet74": { - "ancestors": [ - "https://ror.org/00b6sbb32", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xyg3m20": { - "ancestors": [ - "https://ror.org/00b6sbb32", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nwjp114": { - "ancestors": [ - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05fnzca26", - "https://ror.org/02trddg58" - ] - }, - "https://ror.org/028wsx658": { - "ancestors": [ - "https://ror.org/02tmx5588" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tdcgr05": { - "ancestors": [ - "https://ror.org/0091xv072" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rccsv84": { - "ancestors": [ - "https://ror.org/006rhxn50" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mg8wm74": { - "ancestors": [ - "https://ror.org/029b7h395", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ar8dr59": { - "ancestors": [ - "https://ror.org/029b7h395", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/033zy4a51", - "https://ror.org/02h8v7m77" - ] - }, - "https://ror.org/02h8v7m77": { - "ancestors": [ - "https://ror.org/01ar8dr59", - "https://ror.org/029b7h395", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pc7k308": { - "ancestors": [ - "https://ror.org/029b7h395", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/051fftw81": { - "ancestors": [ - "https://ror.org/029b7h395", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ap5x931": { - "ancestors": [ - "https://ror.org/029b7h395", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/001s2e926": { - "ancestors": [ - "https://ror.org/04p977q83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vr78v16": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k9mqs78": { - "ancestors": [ - "https://ror.org/04nseet23", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p4fde84": { - "ancestors": [ - "https://ror.org/00yt9y116" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r7hq914": { - "ancestors": [ - "https://ror.org/03nx8tr59" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k638r21": { - "ancestors": [ - "https://ror.org/04nseet23", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vnjbg30": { - "ancestors": [ - "https://ror.org/01gmp5538", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pp54d63": { - "ancestors": [ - "https://ror.org/04609ps55" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wgkzg12": { - "ancestors": [ - "https://ror.org/03h7mcc28", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dz2hb46": { - "ancestors": [ - "https://ror.org/03h7mcc28", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/034m1ez10": { - "ancestors": [ - "https://ror.org/03h7mcc28", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r7w5t06": { - "ancestors": [ - "https://ror.org/0415p9s42" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a65dj82": { - "ancestors": [ - "https://ror.org/03h7mcc28", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a8p8995": { - "ancestors": [ - "https://ror.org/054zv1w86" - ], - "descendants": [ - - ] - }, - "https://ror.org/003dgzf80": { - "ancestors": [ - "https://ror.org/04d9v0a44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d11xx07": { - "ancestors": [ - "https://ror.org/012jkjf69" - ], - "descendants": [ - - ] - }, - "https://ror.org/035w01f39": { - "ancestors": [ - "https://ror.org/02yk12g97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zypah04": { - "ancestors": [ - "https://ror.org/05fhwtx59" - ], - "descendants": [ - - ] - }, - "https://ror.org/0385e5n50": { - "ancestors": [ - "https://ror.org/05qzbtg69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y0g6r28": { - "ancestors": [ - "https://ror.org/02azyxf26" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kv62m20": { - "ancestors": [ - "https://ror.org/0161tv133" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vbqcv97": { - "ancestors": [ - "https://ror.org/030v5kp38", - "https://ror.org/05f6c0c45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b5whm83": { - "ancestors": [ - "https://ror.org/03wv1cb14", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qqapf71": { - "ancestors": [ - "https://ror.org/03h7zc707" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ejke973": { - "ancestors": [ - "https://ror.org/020mgne32" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x0ke992": { - "ancestors": [ - "https://ror.org/03x1ewr52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a80cj23": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/021f7p178": { - "ancestors": [ - "https://ror.org/03eh3y714", - "https://ror.org/04bs5yc70", - "https://ror.org/00pc48d59", - "https://ror.org/02x681a42", - "https://ror.org/01rvn4p91", - "https://ror.org/01rvn4p91", - "https://ror.org/01rvn4p91", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y0tkz25": { - "ancestors": [ - "https://ror.org/05d2pc330", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/021jq8741": { - "ancestors": [ - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cdz5d08": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e9kb581": { - "ancestors": [ - "https://ror.org/031zfq432" - ], - "descendants": [ - - ] - }, - "https://ror.org/010ajwv03": { - "ancestors": [ - "https://ror.org/01qat3289" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kx97841": { - "ancestors": [ - "https://ror.org/042xt5161" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ndjyr10": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/0288css53", - "https://ror.org/046n0zq43" - ] - }, - "https://ror.org/01hh9ag93": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zn6c508": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/052acn261" - ] - }, - "https://ror.org/00qae8971": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/0000pmw59": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/033js6g46": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z143507": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/01qg56n75" - ] - }, - "https://ror.org/031zj0q48": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pjxkf30": { - "ancestors": [ - "https://ror.org/058pyyv44", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sxr1261": { - "ancestors": [ - "https://ror.org/058pyyv44", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rz58g17": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f42pw58": { - "ancestors": [ - "https://ror.org/058pyyv44", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02eb4t121": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h3vcy91": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f58mx93": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/050spgz68": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02br7py06": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cn03n83": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04acsr153": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/058xdps70": { - "ancestors": [ - "https://ror.org/01g9hkj35" - ], - "descendants": [ - - ] - }, - "https://ror.org/042pyga86": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j0gyf89": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/046n0zq43": { - "ancestors": [ - "https://ror.org/04ndjyr10", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c1v2b17": { - "ancestors": [ - "https://ror.org/0083hz885", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0122ngb55": { - "ancestors": [ - "https://ror.org/02fdb8q57" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r3yqx69": { - "ancestors": [ - "https://ror.org/01ft7jz29" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d0m4q63": { - "ancestors": [ - "https://ror.org/04pkc8m17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pznaa94": { - "ancestors": [ - "https://ror.org/03wv1cb14", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/02knph556": { - "ancestors": [ - "https://ror.org/02me45833" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cgmd914": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yq0sn95": { - "ancestors": [ - "https://ror.org/01rx0vn38", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xn8jx42": { - "ancestors": [ - "https://ror.org/04etsch95" - ], - "descendants": [ - - ] - }, - "https://ror.org/016gp0w25": { - "ancestors": [ - "https://ror.org/02aga1t67" - ], - "descendants": [ - - ] - }, - "https://ror.org/007sqfz40": { - "ancestors": [ - "https://ror.org/041gev667" - ], - "descendants": [ - - ] - }, - "https://ror.org/042s03372": { - "ancestors": [ - "https://ror.org/05ykb3m36", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/0239yvq05": { - "ancestors": [ - "https://ror.org/03jjhm649" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yh74t68": { - "ancestors": [ - "https://ror.org/005kw6t15" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tw2c072": { - "ancestors": [ - "https://ror.org/00qp5gr06" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ccpe393": { - "ancestors": [ - "https://ror.org/01q8f6705" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x9cep12": { - "ancestors": [ - "https://ror.org/0075t0c68" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bwvvd57": { - "ancestors": [ - "https://ror.org/01093z329" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rbhea42": { - "ancestors": [ - "https://ror.org/00g8k7g33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r2mkt64": { - "ancestors": [ - "https://ror.org/000cytz87" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pz5h498": { - "ancestors": [ - "https://ror.org/05qjkay50", - "https://ror.org/00ks5vt51" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w96wv37": { - "ancestors": [ - "https://ror.org/00w3adw05" - ], - "descendants": [ - - ] - }, - "https://ror.org/010vett18": { - "ancestors": [ - "https://ror.org/05cxz0w58" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fwpma03": { - "ancestors": [ - "https://ror.org/05d236h53" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rmtav82": { - "ancestors": [ - "https://ror.org/02dyqfb80" - ], - "descendants": [ - - ] - }, - "https://ror.org/052gr5r08": { - "ancestors": [ - "https://ror.org/00vn06n10" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w4hwt37": { - "ancestors": [ - "https://ror.org/00vn06n10" - ], - "descendants": [ - - ] - }, - "https://ror.org/039xdzv43": { - "ancestors": [ - "https://ror.org/02j2d2g70", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rwraz38": { - "ancestors": [ - "https://ror.org/025zfqq91" - ], - "descendants": [ - - ] - }, - "https://ror.org/040y85z67": { - "ancestors": [ - "https://ror.org/012rn8104" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jdhnc41": { - "ancestors": [ - "https://ror.org/05ykg3d23" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cswb132": { - "ancestors": [ - "https://ror.org/03vsmv677" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q4re318": { - "ancestors": [ - "https://ror.org/03end3932" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gey1s27": { - "ancestors": [ - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/043tfr230": { - "ancestors": [ - "https://ror.org/01gavpb45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s0b8a75": { - "ancestors": [ - "https://ror.org/01gavpb45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vbt0765": { - "ancestors": [ - "https://ror.org/01gavpb45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dpztj76": { - "ancestors": [ - "https://ror.org/01gavpb45" - ], - "descendants": [ - - ] - }, - "https://ror.org/0091yh482": { - "ancestors": [ - "https://ror.org/01gavpb45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gwhmn95": { - "ancestors": [ - "https://ror.org/01gavpb45" - ], - "descendants": [ - - ] - }, - "https://ror.org/044mbfr67": { - "ancestors": [ - "https://ror.org/01gavpb45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hdhsf72": { - "ancestors": [ - "https://ror.org/007st8028" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yr0ey26": { - "ancestors": [ - "https://ror.org/05w44gx91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wfedj41": { - "ancestors": [ - "https://ror.org/029fngx98" - ], - "descendants": [ - - ] - }, - "https://ror.org/0353d6x38": { - "ancestors": [ - "https://ror.org/02fccce66" - ], - "descendants": [ - - ] - }, - "https://ror.org/03snt1857": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tt6x206": { - "ancestors": [ - "https://ror.org/03k8der79" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j511762": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/012p2hd37": { - "ancestors": [ - "https://ror.org/03y76pe29" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jnnpe14": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ma9wk70": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0086skx40": { - "ancestors": [ - "https://ror.org/0313f3w77" - ], - "descendants": [ - - ] - }, - "https://ror.org/048b5ng26": { - "ancestors": [ - "https://ror.org/02hhsqf45" - ], - "descendants": [ - - ] - }, - "https://ror.org/041137e25": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h5h0a06": { - "ancestors": [ - "https://ror.org/0362za439" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hyj7861": { - "ancestors": [ - "https://ror.org/00zw6et16" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sb1fv32": { - "ancestors": [ - "https://ror.org/002vm7324" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t30f389": { - "ancestors": [ - "https://ror.org/0248zc213" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w0gx844": { - "ancestors": [ - "https://ror.org/01226dv09" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wg75m45": { - "ancestors": [ - "https://ror.org/03x1ewr52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02156y972": { - "ancestors": [ - "https://ror.org/01qat3289" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vq6my12": { - "ancestors": [ - "https://ror.org/01381hr71" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wh5fw51": { - "ancestors": [ - "https://ror.org/01qw4g764" - ], - "descendants": [ - "https://ror.org/04vb0yp97" - ] - }, - "https://ror.org/0483p1w82": { - "ancestors": [ - "https://ror.org/05p40t847" - ], - "descendants": [ - - ] - }, - "https://ror.org/047ev4v84": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/05701yq92": { - "ancestors": [ - "https://ror.org/0232mk144" - ], - "descendants": [ - - ] - }, - "https://ror.org/055fsxq56": { - "ancestors": [ - "https://ror.org/0459j6s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wc63152": { - "ancestors": [ - "https://ror.org/03k8zj440" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d5cn472": { - "ancestors": [ - "https://ror.org/041q2mm12" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gezv924": { - "ancestors": [ - "https://ror.org/01ek73717" - ], - "descendants": [ - - ] - }, - "https://ror.org/030nxya44": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qk18s08": { - "ancestors": [ - "https://ror.org/037wny167", - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/032kjn442": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pyb2233": { - "ancestors": [ - "https://ror.org/03q4c3e69" - ], - "descendants": [ - - ] - }, - "https://ror.org/05516nt33": { - "ancestors": [ - "https://ror.org/05xck0p20" - ], - "descendants": [ - - ] - }, - "https://ror.org/0057m5255": { - "ancestors": [ - "https://ror.org/02zme4e72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yabwx33": { - "ancestors": [ - "https://ror.org/04qnzk495" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c28a074": { - "ancestors": [ - "https://ror.org/04qnzk495" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xet8208": { - "ancestors": [ - "https://ror.org/059jfth35" - ], - "descendants": [ - - ] - }, - "https://ror.org/033573j20": { - "ancestors": [ - "https://ror.org/000wej815" - ], - "descendants": [ - - ] - }, - "https://ror.org/002n0by50": { - "ancestors": [ - "https://ror.org/059jfth35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gkp6p31": { - "ancestors": [ - "https://ror.org/03fcgva33" - ], - "descendants": [ - - ] - }, - "https://ror.org/004h6mc53": { - "ancestors": [ - "https://ror.org/03zcpvf19" - ], - "descendants": [ - "https://ror.org/00e03sj10" - ] - }, - "https://ror.org/00e7r7m66": { - "ancestors": [ - "https://ror.org/02vdjrg05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pspdc11": { - "ancestors": [ - "https://ror.org/018ec2p66" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ysdg006": { - "ancestors": [ - "https://ror.org/054bs2v13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03df3zw56": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mpvas76": { - "ancestors": [ - "https://ror.org/05ka2ew29" - ], - "descendants": [ - - ] - }, - "https://ror.org/041qnde49": { - "ancestors": [ - "https://ror.org/006m4q736" - ], - "descendants": [ - - ] - }, - "https://ror.org/044ybef51": { - "ancestors": [ - "https://ror.org/05ddxe180" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n1tvb36": { - "ancestors": [ - "https://ror.org/05d538656", - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h4bh480": { - "ancestors": [ - "https://ror.org/01hxy9878" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jvka613": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00syyqa87": { - "ancestors": [ - "https://ror.org/03f6n9m15" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f1g5a11": { - "ancestors": [ - "https://ror.org/01a61tf67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q18mv54": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/001wtjx27": { - "ancestors": [ - "https://ror.org/000628g58" - ], - "descendants": [ - "https://ror.org/00925cq50", - "https://ror.org/03bj8zh59" - ] - }, - "https://ror.org/05q054h21": { - "ancestors": [ - "https://ror.org/05fqg8t87" - ], - "descendants": [ - - ] - }, - "https://ror.org/0182n4f20": { - "ancestors": [ - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/048xxxv92": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r8m0a35": { - "ancestors": [ - "https://ror.org/00rs6vg23", - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ms51d52": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/010mck520": { - "ancestors": [ - "https://ror.org/01tvm6f46" - ], - "descendants": [ - - ] - }, - "https://ror.org/053zwxr79": { - "ancestors": [ - "https://ror.org/01cdrde68" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y130z09": { - "ancestors": [ - "https://ror.org/01cdrde68" - ], - "descendants": [ - - ] - }, - "https://ror.org/006hvpn82": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/013c4m264": { - "ancestors": [ - "https://ror.org/01h8xv021" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kfz7522": { - "ancestors": [ - "https://ror.org/03q7jt003" - ], - "descendants": [ - - ] - }, - "https://ror.org/059p4v436": { - "ancestors": [ - "https://ror.org/03q11y497" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k4hm954": { - "ancestors": [ - "https://ror.org/00t4db855" - ], - "descendants": [ - - ] - }, - "https://ror.org/03va80p69": { - "ancestors": [ - "https://ror.org/006sbr164", - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nkd6y23": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/055j3vp97": { - "ancestors": [ - "https://ror.org/052fdp564" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n3nz506": { - "ancestors": [ - "https://ror.org/05addee68" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wtrhc98": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/003sdh081": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pe10g60": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/037p52j25": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/017enfr88": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w4fhz38": { - "ancestors": [ - "https://ror.org/02fnq0s83" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h9sha04": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ajzj063": { - "ancestors": [ - "https://ror.org/0001w5c47" - ], - "descendants": [ - - ] - }, - "https://ror.org/0038zp908": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cm8fy76": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vzjr049": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mg4e956": { - "ancestors": [ - "https://ror.org/031npzc88" - ], - "descendants": [ - - ] - }, - "https://ror.org/0086rk289": { - "ancestors": [ - "https://ror.org/036f4sz05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xk7k966": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c3phe56": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j9zyw40": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zhmsp02": { - "ancestors": [ - "https://ror.org/05hj93b82" - ], - "descendants": [ - - ] - }, - "https://ror.org/034dn0836": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q27nw68": { - "ancestors": [ - "https://ror.org/031fvch84" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rdy5005": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h68ys54": { - "ancestors": [ - "https://ror.org/05vyesa56" - ], - "descendants": [ - - ] - }, - "https://ror.org/017fyx225": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/03as2hc70": { - "ancestors": [ - "https://ror.org/036f4sz05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pfm3094": { - "ancestors": [ - "https://ror.org/010ees266" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g2j3891": { - "ancestors": [ - "https://ror.org/03x1ewr52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02prj1520": { - "ancestors": [ - "https://ror.org/03459qp74" - ], - "descendants": [ - - ] - }, - "https://ror.org/025wsd308": { - "ancestors": [ - "https://ror.org/036f4sz05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d5e0a67": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/054dsb308": { - "ancestors": [ - "https://ror.org/057csh885" - ], - "descendants": [ - - ] - }, - "https://ror.org/04aq1ms94": { - "ancestors": [ - "https://ror.org/05m7vf540", - "https://ror.org/035gna214" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xd7fn78": { - "ancestors": [ - "https://ror.org/03d1xjg58" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pw47n55": { - "ancestors": [ - "https://ror.org/05jdqs103" - ], - "descendants": [ - - ] - }, - "https://ror.org/014has228": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ykbvr48": { - "ancestors": [ - "https://ror.org/02wtdvm35" - ], - "descendants": [ - - ] - }, - "https://ror.org/045tkmf79": { - "ancestors": [ - "https://ror.org/050b31k83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yn2qz25": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zg8gg70": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/040pmw620": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dtaqx81": { - "ancestors": [ - "https://ror.org/05m7vf540", - "https://ror.org/035gna214", - "https://ror.org/035gna214" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g83kd39": { - "ancestors": [ - "https://ror.org/05jdqs103" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f7crx66": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wm3xb93": { - "ancestors": [ - "https://ror.org/03bd8jh67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tg8p317": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/009xa9473": { - "ancestors": [ - "https://ror.org/05jdqs103" - ], - "descendants": [ - - ] - }, - "https://ror.org/0390t1205": { - "ancestors": [ - "https://ror.org/02wtdvm35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q9kjc87": { - "ancestors": [ - "https://ror.org/03d1xjg58" - ], - "descendants": [ - - ] - }, - "https://ror.org/0289r4642": { - "ancestors": [ - "https://ror.org/03wefcv03" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dbasv67": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mtj1m22": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00169ff80": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hm5wz09": { - "ancestors": [ - "https://ror.org/057csh885" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k4cfw02": { - "ancestors": [ - "https://ror.org/03mjtdk61" - ], - "descendants": [ - - ] - }, - "https://ror.org/023ac3y20": { - "ancestors": [ - "https://ror.org/02dqdxm48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04me72w78": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rgjy857": { - "ancestors": [ - "https://ror.org/035gna214" - ], - "descendants": [ - - ] - }, - "https://ror.org/016mx5748": { - "ancestors": [ - "https://ror.org/02t1bej08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01npwa559": { - "ancestors": [ - "https://ror.org/02srfgm34" - ], - "descendants": [ - - ] - }, - "https://ror.org/0257s2812": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y361889": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w7tpg32": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mgtjj52": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kjtb134": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hj51r83": { - "ancestors": [ - "https://ror.org/04yn30r61", - "https://ror.org/00xcd7y72" - ], - "descendants": [ - - ] - }, - "https://ror.org/002bjj765": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/0197t7j38": { - "ancestors": [ - "https://ror.org/00baer621" - ], - "descendants": [ - - ] - }, - "https://ror.org/031fazd56": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gth6e91": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/012b0w593": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/00keqx598": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z526x05": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/043mnf671": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hh2kn75": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03w2xw870", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/04avk7z79": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dhjed84": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jywn868": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q36bj19": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tm0s838": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sgprf31": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/038y3xt87": { - "ancestors": [ - "https://ror.org/01zv98a09", - "https://ror.org/03gd0dm95", - "https://ror.org/028mpsh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y3fwb07": { - "ancestors": [ - "https://ror.org/01zv98a09", - "https://ror.org/03gd0dm95", - "https://ror.org/028mpsh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/05czzgv88": { - "ancestors": [ - "https://ror.org/04t838f48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d3ws365": { - "ancestors": [ - "https://ror.org/03gd0dm95", - "https://ror.org/028mpsh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/050jgsv04": { - "ancestors": [ - "https://ror.org/02nys7898" - ], - "descendants": [ - - ] - }, - "https://ror.org/0374eby90": { - "ancestors": [ - "https://ror.org/02nys7898" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f6y6166": { - "ancestors": [ - "https://ror.org/00hy3gq97" - ], - "descendants": [ - - ] - }, - "https://ror.org/041dcxd16": { - "ancestors": [ - "https://ror.org/04s03zf45" - ], - "descendants": [ - - ] - }, - "https://ror.org/043qb7f72": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xqpsp32": { - "ancestors": [ - "https://ror.org/0379k6g72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t8tj069": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zympr28": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/036g8b848": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dp8fd47": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pktej77": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vwzhc72": { - "ancestors": [ - "https://ror.org/03kq24308" - ], - "descendants": [ - - ] - }, - "https://ror.org/012m63179": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wp4st08": { - "ancestors": [ - "https://ror.org/045gxp391", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fsf9j67": { - "ancestors": [ - "https://ror.org/04s7e3d74" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ssdam06": { - "ancestors": [ - "https://ror.org/00n635c12" - ], - "descendants": [ - - ] - }, - "https://ror.org/041dnc326": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p3c2g14": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02akjg578": { - "ancestors": [ - "https://ror.org/010ypq317" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z1ps729": { - "ancestors": [ - "https://ror.org/01zv98a09", - "https://ror.org/03gd0dm95", - "https://ror.org/028mpsh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v1kpv21": { - "ancestors": [ - "https://ror.org/045gxp391", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j3f7p78": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sqvht74": { - "ancestors": [ - "https://ror.org/03q82t418" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t6q1p67": { - "ancestors": [ - "https://ror.org/04zet5t12" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vxaxy97": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qjry581": { - "ancestors": [ - "https://ror.org/01w2zd907" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qjnmr21": { - "ancestors": [ - "https://ror.org/045gxp391", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/043dmbr88": { - "ancestors": [ - "https://ror.org/04nckd528" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vt5c527": { - "ancestors": [ - "https://ror.org/045gxp391", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/003xxrm77": { - "ancestors": [ - "https://ror.org/05cv4zg26" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ggs5315": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/058sgvn64": { - "ancestors": [ - "https://ror.org/04hcg0q34" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mg1ma72": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ddxpg37": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/019thgp94": { - "ancestors": [ - "https://ror.org/03kr0f697" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d1se459": { - "ancestors": [ - "https://ror.org/045gxp391", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r8nx235": { - "ancestors": [ - "https://ror.org/05vvzn852" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xd8qn15": { - "ancestors": [ - "https://ror.org/045gxp391", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hhq6g52": { - "ancestors": [ - "https://ror.org/04mvr1r74" - ], - "descendants": [ - - ] - }, - "https://ror.org/034qn2e75": { - "ancestors": [ - "https://ror.org/02gpy3h79" - ], - "descendants": [ - - ] - }, - "https://ror.org/0092pe568": { - "ancestors": [ - "https://ror.org/05c9r4685" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w77r929": { - "ancestors": [ - "https://ror.org/045gxp391", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e4aky44": { - "ancestors": [ - "https://ror.org/04mvr1r74" - ], - "descendants": [ - - ] - }, - "https://ror.org/0560ehd58": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/013b2a427": { - "ancestors": [ - "https://ror.org/00ma0mg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/020eynm41": { - "ancestors": [ - "https://ror.org/000ywep40" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sd8nm03": { - "ancestors": [ - "https://ror.org/04zet5t12" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dq5k727": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/004p7xa79": { - "ancestors": [ - "https://ror.org/010ypq317" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dr0x243": { - "ancestors": [ - "https://ror.org/05c9r4685" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hrhxs64": { - "ancestors": [ - "https://ror.org/02z7tpb72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b26s419": { - "ancestors": [ - "https://ror.org/05a7hcs31", - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/010t80406": { - "ancestors": [ - "https://ror.org/044p01n12" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t63bj13": { - "ancestors": [ - "https://ror.org/054bs2v13" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x2q5f89": { - "ancestors": [ - "https://ror.org/04g9xj393" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r5p9y80": { - "ancestors": [ - "https://ror.org/05c9r4685" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bt3yy91": { - "ancestors": [ - "https://ror.org/02kexp407" - ], - "descendants": [ - - ] - }, - "https://ror.org/003mb7998": { - "ancestors": [ - "https://ror.org/044fz2011" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fcfgh72": { - "ancestors": [ - "https://ror.org/04p5zd128" - ], - "descendants": [ - - ] - }, - "https://ror.org/042ze4p12": { - "ancestors": [ - "https://ror.org/04m8z4n60" - ], - "descendants": [ - - ] - }, - "https://ror.org/01znj1w09": { - "ancestors": [ - "https://ror.org/04y40x506", - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0130rew69": { - "ancestors": [ - "https://ror.org/00baer621" - ], - "descendants": [ - - ] - }, - "https://ror.org/017cmyy42": { - "ancestors": [ - "https://ror.org/04pq0yg77" - ], - "descendants": [ - - ] - }, - "https://ror.org/051cacg72": { - "ancestors": [ - "https://ror.org/05scg1q91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n4kxk55": { - "ancestors": [ - "https://ror.org/04y40x506", - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yc38g92": { - "ancestors": [ - "https://ror.org/05scg1q91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gpwad22": { - "ancestors": [ - "https://ror.org/05scg1q91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mgsm482": { - "ancestors": [ - "https://ror.org/037zgn354" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pwyzq32": { - "ancestors": [ - "https://ror.org/05scg1q91" - ], - "descendants": [ - - ] - }, - "https://ror.org/019yny421": { - "ancestors": [ - "https://ror.org/05hamyn96", - "https://ror.org/03nk1j814" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sqfs158": { - "ancestors": [ - "https://ror.org/05c9r4685" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r3pfn29": { - "ancestors": [ - "https://ror.org/01fqg5k81" - ], - "descendants": [ - - ] - }, - "https://ror.org/039v2y730": { - "ancestors": [ - "https://ror.org/03p6fpw74" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h2p4517": { - "ancestors": [ - "https://ror.org/04fkqna53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bm58p15": { - "ancestors": [ - "https://ror.org/057xaw849" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rk9kh93": { - "ancestors": [ - "https://ror.org/02m51qp09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kakjy62": { - "ancestors": [ - "https://ror.org/04yt1rh21" - ], - "descendants": [ - - ] - }, - "https://ror.org/035rm0c83": { - "ancestors": [ - "https://ror.org/05f0w5759" - ], - "descendants": [ - - ] - }, - "https://ror.org/023pf5e38": { - "ancestors": [ - "https://ror.org/059c3mv67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dc6j928": { - "ancestors": [ - "https://ror.org/04zn9qp70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b5xce19": { - "ancestors": [ - "https://ror.org/0488cct49" - ], - "descendants": [ - - ] - }, - "https://ror.org/004wdwb09": { - "ancestors": [ - "https://ror.org/01kaqt385" - ], - "descendants": [ - - ] - }, - "https://ror.org/0464f7620": { - "ancestors": [ - "https://ror.org/059c3mv67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f3dz928": { - "ancestors": [ - "https://ror.org/04mvr1r74" - ], - "descendants": [ - - ] - }, - "https://ror.org/030jh8c52": { - "ancestors": [ - "https://ror.org/059pjy887" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yemzx31": { - "ancestors": [ - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/0082w0p19": { - "ancestors": [ - "https://ror.org/05c9r4685" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cbjg783": { - "ancestors": [ - "https://ror.org/054bs2v13" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yj0ps95": { - "ancestors": [ - "https://ror.org/04nv2wh79" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v9cv612": { - "ancestors": [ - "https://ror.org/004mzjh28" - ], - "descendants": [ - - ] - }, - "https://ror.org/024sym234": { - "ancestors": [ - "https://ror.org/04t99fj98" - ], - "descendants": [ - - ] - }, - "https://ror.org/023afa504": { - "ancestors": [ - "https://ror.org/054spa083" - ], - "descendants": [ - - ] - }, - "https://ror.org/01stsya15": { - "ancestors": [ - "https://ror.org/00kmz4377" - ], - "descendants": [ - - ] - }, - "https://ror.org/000nw5c60": { - "ancestors": [ - "https://ror.org/05c9r4685" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nkx9v56": { - "ancestors": [ - "https://ror.org/01fqg5k81" - ], - "descendants": [ - - ] - }, - "https://ror.org/00np0kv70": { - "ancestors": [ - "https://ror.org/01fqg5k81" - ], - "descendants": [ - - ] - }, - "https://ror.org/04esh0d76": { - "ancestors": [ - "https://ror.org/002czwf36" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yfewz72": { - "ancestors": [ - "https://ror.org/04x2tmv91" - ], - "descendants": [ - - ] - }, - "https://ror.org/005x7q366": { - "ancestors": [ - "https://ror.org/010h5fs55" - ], - "descendants": [ - - ] - }, - "https://ror.org/05eagfs92": { - "ancestors": [ - "https://ror.org/04q881785" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jp1zb22": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vgg2c14": { - "ancestors": [ - "https://ror.org/02gd18467" - ], - "descendants": [ - - ] - }, - "https://ror.org/0036ate90": { - "ancestors": [ - "https://ror.org/03h2bh287" - ], - "descendants": [ - - ] - }, - "https://ror.org/0170m4k80": { - "ancestors": [ - "https://ror.org/058aed112" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pmg8447": { - "ancestors": [ - "https://ror.org/058aed112" - ], - "descendants": [ - - ] - }, - "https://ror.org/0272wvz49": { - "ancestors": [ - "https://ror.org/058aed112" - ], - "descendants": [ - - ] - }, - "https://ror.org/0344nnn17": { - "ancestors": [ - "https://ror.org/04sk34n56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bpta863": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/002c7zk35": { - "ancestors": [ - "https://ror.org/006gmme17", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fvtr511": { - "ancestors": [ - "https://ror.org/006gmme17", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jxznk77": { - "ancestors": [ - "https://ror.org/006gmme17", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kd0pe74": { - "ancestors": [ - "https://ror.org/05abbvq76" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fv99722": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/004hd5y14": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xv9sn23": { - "ancestors": [ - "https://ror.org/03b2h3x98" - ], - "descendants": [ - - ] - }, - "https://ror.org/0515m2n86": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/023ahcz89": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/000rdbk18": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mavc002": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a62v145": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/037p86664": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wt6e634": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/040djv263": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vx4mk32": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gj2cq31": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x1q2477": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/029d98p07": { - "ancestors": [ - "https://ror.org/0485axj58" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d8s8843": { - "ancestors": [ - "https://ror.org/04r739x86" - ], - "descendants": [ - - ] - }, - "https://ror.org/024vfsp92": { - "ancestors": [ - "https://ror.org/04ehecz88", - "https://ror.org/011htkb76" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hv74g78": { - "ancestors": [ - "https://ror.org/05bhsww40" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ktat366": { - "ancestors": [ - "https://ror.org/02nv7yv05", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/024thra40": { - "ancestors": [ - "https://ror.org/02k8cbn47", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/042dsac10": { - "ancestors": [ - "https://ror.org/03d0p2685", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/01teejf37": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/030jqbn26": { - "ancestors": [ - "https://ror.org/03qh32912" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g6zen34": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wnz4487": { - "ancestors": [ - "https://ror.org/05y2vby93" - ], - "descendants": [ - - ] - }, - "https://ror.org/0368f8s77": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/007xs6t35": { - "ancestors": [ - "https://ror.org/05n07wm39" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n9fqb27": { - "ancestors": [ - "https://ror.org/05n07wm39" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n73vq73": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s49nq19": { - "ancestors": [ - "https://ror.org/039wwwz66" - ], - "descendants": [ - - ] - }, - "https://ror.org/046sh6j17": { - "ancestors": [ - "https://ror.org/001p3jz28" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qbta562": { - "ancestors": [ - "https://ror.org/013hg1t45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zbc1a16": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/00ve6e186", - "https://ror.org/02vbwsy79", - "https://ror.org/03cfhyx33", - "https://ror.org/01wzzs254", - "https://ror.org/00vjrcd64" - ] - }, - "https://ror.org/00tavxp27": { - "ancestors": [ - "https://ror.org/05fqg8t87" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sy5zn44": { - "ancestors": [ - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hh45364": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rx3a489": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f2p8175": { - "ancestors": [ - "https://ror.org/05n07wm39" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hr9q823": { - "ancestors": [ - "https://ror.org/04mw0df78" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x11zg33": { - "ancestors": [ - "https://ror.org/046ekqm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/036vdb341": { - "ancestors": [ - "https://ror.org/046ekqm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sjjfh02": { - "ancestors": [ - "https://ror.org/010x8gc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/028fzwe08": { - "ancestors": [ - "https://ror.org/00bjjqs38", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ey71f27": { - "ancestors": [ - "https://ror.org/03g7eh380" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ty9wj75": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/009p5nb11": { - "ancestors": [ - "https://ror.org/05tr67282", - "https://ror.org/02vjkv261", - "https://ror.org/01v676463", - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/004gk0w56": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/014ycqe77": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/006je8v76": { - "ancestors": [ - "https://ror.org/01y8j9r24", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/021bx9h20": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/022sv5w75": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/047pt5178": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q3mp532": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f0f7630": { - "ancestors": [ - "https://ror.org/014khrd35", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zrmej96": { - "ancestors": [ - "https://ror.org/046ekqm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gbyky62": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dm0bq25": { - "ancestors": [ - "https://ror.org/01qa4rf46", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d6j2008": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k6cft19": { - "ancestors": [ - "https://ror.org/04qst6c17" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r7dwa03": { - "ancestors": [ - "https://ror.org/00k9r5g94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kvfjw03": { - "ancestors": [ - "https://ror.org/009axkg17" - ], - "descendants": [ - - ] - }, - "https://ror.org/02967z527": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01stcbz02": { - "ancestors": [ - "https://ror.org/058aed112" - ], - "descendants": [ - - ] - }, - "https://ror.org/043z25g17": { - "ancestors": [ - "https://ror.org/022gnbj15" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vp67w60": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nf32076": { - "ancestors": [ - "https://ror.org/005781934", - "https://ror.org/02pnxn245" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wrg1d30": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ffjs081": { - "ancestors": [ - "https://ror.org/04tnvnq52", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ea8xx02": { - "ancestors": [ - "https://ror.org/04qst6c17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s26xz84": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zzpyg63": { - "ancestors": [ - "https://ror.org/05eca5w86", - "https://ror.org/04rhvbz32" - ], - "descendants": [ - - ] - }, - "https://ror.org/045155251": { - "ancestors": [ - "https://ror.org/05n07wm39" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fh8an03": { - "ancestors": [ - "https://ror.org/034pm2g80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vdt8f48": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/013meh722", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/051zva233": { - "ancestors": [ - "https://ror.org/01j5aph50" - ], - "descendants": [ - - ] - }, - "https://ror.org/0186tjy74": { - "ancestors": [ - "https://ror.org/03w69rv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jzz0b06": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v4rcp75": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ygy3d85": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dsk4d59": { - "ancestors": [ - "https://ror.org/0117jxy09" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rx19412": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/002kje223": { - "ancestors": [ - "https://ror.org/05s0g1g46" - ], - "descendants": [ - - ] - }, - "https://ror.org/057wr4y62": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/000cnwx98": { - "ancestors": [ - "https://ror.org/05eca5w86", - "https://ror.org/04rhvbz32" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b6b6f76": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05eqkxh55": { - "ancestors": [ - "https://ror.org/00a45e114" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y1zyv86": { - "ancestors": [ - "https://ror.org/045ntgf29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wsjjq14": { - "ancestors": [ - "https://ror.org/05a7hcs31", - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v3sxv43": { - "ancestors": [ - "https://ror.org/034pm2g80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w9gvv59": { - "ancestors": [ - "https://ror.org/05n07wm39" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k3rfc04": { - "ancestors": [ - "https://ror.org/043atn006" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sf8e546": { - "ancestors": [ - "https://ror.org/00a45e114" - ], - "descendants": [ - - ] - }, - "https://ror.org/004axh929": { - "ancestors": [ - "https://ror.org/04ttjf776" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tyfrs48": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/038z1c623": { - "ancestors": [ - "https://ror.org/05n07wm39" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kqyam71": { - "ancestors": [ - "https://ror.org/00py6z575" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ekjkp43": { - "ancestors": [ - "https://ror.org/00b5ztt43", - "https://ror.org/04rhvbz32" - ], - "descendants": [ - - ] - }, - "https://ror.org/051gp9n72": { - "ancestors": [ - "https://ror.org/00b5ztt43", - "https://ror.org/04rhvbz32" - ], - "descendants": [ - - ] - }, - "https://ror.org/01awqyw81": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kn1c182": { - "ancestors": [ - "https://ror.org/02kzvnr24", - "https://ror.org/01e7v7w47" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d181m24": { - "ancestors": [ - "https://ror.org/027bzz146", - "https://ror.org/03c36x865", - "https://ror.org/010kva064", - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/0335qtz31": { - "ancestors": [ - "https://ror.org/039bhhz46" - ], - "descendants": [ - - ] - }, - "https://ror.org/0485q2d74": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vga2998": { - "ancestors": [ - "https://ror.org/03rp50x72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01khwek78": { - "ancestors": [ - "https://ror.org/040vwpm13" - ], - "descendants": [ - - ] - }, - "https://ror.org/04625j688": { - "ancestors": [ - "https://ror.org/050qj5m48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h7g8502": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n51v443": { - "ancestors": [ - "https://ror.org/03qbxj466" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rgfz198": { - "ancestors": [ - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c9gth79": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ep6k202": { - "ancestors": [ - "https://ror.org/05ntqke24" - ], - "descendants": [ - - ] - }, - "https://ror.org/047wbzv64": { - "ancestors": [ - "https://ror.org/00tgr2h49", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ht9zz88": { - "ancestors": [ - "https://ror.org/059j9s184" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ppxc472": { - "ancestors": [ - "https://ror.org/02bez8p50" - ], - "descendants": [ - - ] - }, - "https://ror.org/0297egf66": { - "ancestors": [ - "https://ror.org/059j9s184" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wf9ss90": { - "ancestors": [ - "https://ror.org/00a45e114" - ], - "descendants": [ - - ] - }, - "https://ror.org/0278s3c19": { - "ancestors": [ - "https://ror.org/059j9s184" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jf9dm55": { - "ancestors": [ - "https://ror.org/01jg4aw19" - ], - "descendants": [ - - ] - }, - "https://ror.org/006j5kw87": { - "ancestors": [ - "https://ror.org/03am4ny08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kfyg105": { - "ancestors": [ - "https://ror.org/05sqf9v67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k31z678": { - "ancestors": [ - "https://ror.org/04r1s2546" - ], - "descendants": [ - - ] - }, - "https://ror.org/020vej288": { - "ancestors": [ - "https://ror.org/05v1m8q81" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vpx0k46": { - "ancestors": [ - "https://ror.org/01ejfgc23" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nvc8x46": { - "ancestors": [ - "https://ror.org/0231mbz86" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dkqr510": { - "ancestors": [ - "https://ror.org/034d0qf45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y75dx46": { - "ancestors": [ - "https://ror.org/04cdn2797" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q2x5x62": { - "ancestors": [ - "https://ror.org/01e7v7w47" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k1bte55": { - "ancestors": [ - "https://ror.org/01ejfgc23" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dyead60": { - "ancestors": [ - "https://ror.org/05v1m8q81" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z1qnm06": { - "ancestors": [ - "https://ror.org/04tsk2644", - "https://ror.org/01k97gp34", - "https://ror.org/04mz5ra38" - ], - "descendants": [ - - ] - }, - "https://ror.org/04946aj33": { - "ancestors": [ - "https://ror.org/022wcve15" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b1zjt31": { - "ancestors": [ - "https://ror.org/029cgt552" - ], - "descendants": [ - - ] - }, - "https://ror.org/008mypn13": { - "ancestors": [ - "https://ror.org/01m2sr579" - ], - "descendants": [ - - ] - }, - "https://ror.org/04320xd69": { - "ancestors": [ - "https://ror.org/044geq124" - ], - "descendants": [ - - ] - }, - "https://ror.org/053y1tm43": { - "ancestors": [ - "https://ror.org/05v1m8q81" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ak1vs79": { - "ancestors": [ - "https://ror.org/04vck0k59" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zpt4h82": { - "ancestors": [ - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k255b93": { - "ancestors": [ - "https://ror.org/01381hr71" - ], - "descendants": [ - - ] - }, - "https://ror.org/009ayk582": { - "ancestors": [ - "https://ror.org/04c3g7r30" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kf9jb93": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c3h5z21": { - "ancestors": [ - "https://ror.org/01ejfgc23" - ], - "descendants": [ - - ] - }, - "https://ror.org/044vzpb64": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/05v1m8q81", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g43d244": { - "ancestors": [ - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/037qtfe97": { - "ancestors": [ - "https://ror.org/01gwm7a05" - ], - "descendants": [ - "https://ror.org/00t6bvs64" - ] - }, - "https://ror.org/05j78sg27": { - "ancestors": [ - "https://ror.org/02v6nd536" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vzn8153": { - "ancestors": [ - "https://ror.org/01gwm7a05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mef6610": { - "ancestors": [ - "https://ror.org/01gwm7a05" - ], - "descendants": [ - - ] - }, - "https://ror.org/008zzz711": { - "ancestors": [ - "https://ror.org/00pe0tf51", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jp3w516": { - "ancestors": [ - "https://ror.org/01gwm7a05" - ], - "descendants": [ - - ] - }, - "https://ror.org/0508qa918": { - "ancestors": [ - "https://ror.org/05fqg8t87" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ffrf281": { - "ancestors": [ - "https://ror.org/00m8prc86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q89dp90": { - "ancestors": [ - "https://ror.org/02eyff421" - ], - "descendants": [ - - ] - }, - "https://ror.org/020qt9g11": { - "ancestors": [ - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xdt7j93": { - "ancestors": [ - "https://ror.org/02dg0pv02", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rtx9382": { - "ancestors": [ - "https://ror.org/01f80g185" - ], - "descendants": [ - "https://ror.org/03je9ev90", - "https://ror.org/03v4mhk58", - "https://ror.org/03y0ep822", - "https://ror.org/01m294726" - ] - }, - "https://ror.org/013c7pz75": { - "ancestors": [ - "https://ror.org/012ddpd05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f9h4q47": { - "ancestors": [ - "https://ror.org/010584e10" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d898a89": { - "ancestors": [ - "https://ror.org/03qbdej90", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/031vfy029": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q7p3t30": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/051kpcy16", - "https://ror.org/01fpqqe90", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04db3be62": { - "ancestors": [ - "https://ror.org/03zx86w41", - "https://ror.org/013cjyk83", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g38sn14": { - "ancestors": [ - "https://ror.org/03zx86w41", - "https://ror.org/013cjyk83", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/028kzf059": { - "ancestors": [ - "https://ror.org/02d814r78" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z4fen17": { - "ancestors": [ - "https://ror.org/0530j9m17", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p371w23": { - "ancestors": [ - "https://ror.org/04hrbdg71", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/053qdb191": { - "ancestors": [ - "https://ror.org/0495fxg12", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ahzca76": { - "ancestors": [ - "https://ror.org/03x42jk29", - "https://ror.org/05r0ccb59" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fd87035": { - "ancestors": [ - "https://ror.org/019tgvf94", - "https://ror.org/02m9kbe37" - ], - "descendants": [ - - ] - }, - "https://ror.org/0075b7k59": { - "ancestors": [ - "https://ror.org/033y26782", - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wk0jx96": { - "ancestors": [ - "https://ror.org/004nr3476" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eraeg88": { - "ancestors": [ - "https://ror.org/00grd1h17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dz5cg19": { - "ancestors": [ - "https://ror.org/01y8j9r24", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e3p0233": { - "ancestors": [ - "https://ror.org/04dmca004" - ], - "descendants": [ - - ] - }, - "https://ror.org/0440rnc27": { - "ancestors": [ - "https://ror.org/028q7hc55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j113172": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q62zf58": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/038e20a83": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/026drga03": { - "ancestors": [ - "https://ror.org/04gwbew76" - ], - "descendants": [ - - ] - }, - "https://ror.org/0265jtk41": { - "ancestors": [ - "https://ror.org/015x8jm48", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mbbxx50": { - "ancestors": [ - "https://ror.org/0385nmy68" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sstfv48": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/0305bn856": { - "ancestors": [ - "https://ror.org/04e698d63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0490rfk07": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mc9zb90": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02egfyg20": { - "ancestors": [ - "https://ror.org/02jnxpg76", - "https://ror.org/01h0zpd94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hxrpj87": { - "ancestors": [ - "https://ror.org/0385nmy68" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tdz0n30": { - "ancestors": [ - "https://ror.org/02kxqx159", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vmpjr08": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cvbj479": { - "ancestors": [ - "https://ror.org/00q4vv597" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qqd9793": { - "ancestors": [ - "https://ror.org/027s68j25", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jaxam28": { - "ancestors": [ - "https://ror.org/04wtq2305" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j2cpb79": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xz0ff56": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nrzdp21": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bkrjx06": { - "ancestors": [ - "https://ror.org/04e698d63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mzyf059": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t2fht66": { - "ancestors": [ - "https://ror.org/017a59b72" - ], - "descendants": [ - - ] - }, - "https://ror.org/048nm8g63": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qh2mm74": { - "ancestors": [ - "https://ror.org/02kxqx159", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fnpjd08": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05khqm878": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/013s90815": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ry60e05": { - "ancestors": [ - "https://ror.org/00anm2x55", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b2av652": { - "ancestors": [ - "https://ror.org/027s68j25", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c0a2034": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ycd7562": { - "ancestors": [ - "https://ror.org/04gwbew76" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xgaq910": { - "ancestors": [ - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jwsqs03": { - "ancestors": [ - "https://ror.org/00bx3rb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kn5gg54": { - "ancestors": [ - "https://ror.org/00bx3rb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04caq8026": { - "ancestors": [ - "https://ror.org/00bx3rb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/002e3sm06": { - "ancestors": [ - "https://ror.org/01mv9t934", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/0354r6c10": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bakwe76": { - "ancestors": [ - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yw25n09": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/0335kqk33": { - "ancestors": [ - "https://ror.org/031wq1t38" - ], - "descendants": [ - - ] - }, - "https://ror.org/057ckzt47": { - "ancestors": [ - "https://ror.org/0265d1010" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mdqc612": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/033ca2d23": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p3rg563": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ad74s15": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v31xa23": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/056w1kd89": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nf1ky18": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mkq9q94": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/010h4ee55": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jgb8w65": { - "ancestors": [ - "https://ror.org/04gwbew76" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wtra345": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xr30889": { - "ancestors": [ - "https://ror.org/00bx3rb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/0506q7a98": { - "ancestors": [ - "https://ror.org/04e698d63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0099xbw16": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dw3t358": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z1g6718": { - "ancestors": [ - "https://ror.org/034pm2g80" - ], - "descendants": [ - - ] - }, - "https://ror.org/012sa7x09": { - "ancestors": [ - "https://ror.org/034pm2g80" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mm8q321": { - "ancestors": [ - "https://ror.org/02890tv09" - ], - "descendants": [ - - ] - }, - "https://ror.org/0417r6n29": { - "ancestors": [ - "https://ror.org/034pm2g80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gjr0792": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/045gxp391": { - "ancestors": [ - "https://ror.org/04a496k07" - ], - "descendants": [ - "https://ror.org/05w77r929", - "https://ror.org/04wp4st08", - "https://ror.org/00v1kpv21", - "https://ror.org/00zpz3d35", - "https://ror.org/01qjnmr21", - "https://ror.org/03vt5c527", - "https://ror.org/03d1se459", - "https://ror.org/01xd8qn15", - "https://ror.org/00j9tzw69" - ] - }, - "https://ror.org/03cbgzw80": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/026j5b854": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e7sd388": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hd92c69": { - "ancestors": [ - "https://ror.org/00xcd7y72" - ], - "descendants": [ - - ] - }, - "https://ror.org/052afrt88": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/024h4jv51": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jdfze05": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/0366v8040": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tqkxb21": { - "ancestors": [ - "https://ror.org/04r2bgz73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03561p598": { - "ancestors": [ - "https://ror.org/03tjsyq23", - "https://ror.org/03emtbt60", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/0265k0q35": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/007zpd132": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/053s4kp50": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01abrxp85": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/042heys49": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b49d241": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05813wx75": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/006qkqr45": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/034pbde03": { - "ancestors": [ - "https://ror.org/01qhf1r47" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g4hjw43": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t5hbz89": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qs80z63": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/02apff255": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gvptg28": { - "ancestors": [ - "https://ror.org/05qdwtz81" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gm3yv92": { - "ancestors": [ - "https://ror.org/04pqetg36", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/05362bq16": { - "ancestors": [ - "https://ror.org/02qrg5a24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s86pb97": { - "ancestors": [ - "https://ror.org/021a7d287", - "https://ror.org/02qrg5a24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wcxq223": { - "ancestors": [ - "https://ror.org/051qqcg15" - ], - "descendants": [ - - ] - }, - "https://ror.org/0001ke483": { - "ancestors": [ - "https://ror.org/039zedc16" - ], - "descendants": [ - - ] - }, - "https://ror.org/00we1pa83": { - "ancestors": [ - "https://ror.org/033wn8m60" - ], - "descendants": [ - - ] - }, - "https://ror.org/040eytj64": { - "ancestors": [ - "https://ror.org/0157vkf66" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qn0hf26": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/056b4pm25": { - "ancestors": [ - "https://ror.org/05qsjq305" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xqs5h32": { - "ancestors": [ - "https://ror.org/00cwrns71", - "https://ror.org/000kjq947" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e57v876": { - "ancestors": [ - "https://ror.org/02797hn66" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jdv2a57": { - "ancestors": [ - "https://ror.org/02tryst02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04298em06": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zmqr331": { - "ancestors": [ - "https://ror.org/00gtmwv55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wmtxq23": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/013qy4n59": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x51st25": { - "ancestors": [ - "https://ror.org/036s7bw54" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bzq6109": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w6rxw55": { - "ancestors": [ - "https://ror.org/02m388s04", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/012dywt31": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/01axjm922": { - "ancestors": [ - "https://ror.org/01v376g59" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dd9ss52": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wrwqa33": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jzegn30": { - "ancestors": [ - "https://ror.org/009axkg17" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g5nrw43": { - "ancestors": [ - "https://ror.org/05addee68" - ], - "descendants": [ - - ] - }, - "https://ror.org/0209zky62": { - "ancestors": [ - "https://ror.org/05t2zwp43" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j873a45": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ffkja82": { - "ancestors": [ - "https://ror.org/059rn9488" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xs1rp67": { - "ancestors": [ - "https://ror.org/04r2bgz73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tpxt335": { - "ancestors": [ - "https://ror.org/057ykey20" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f2n1245": { - "ancestors": [ - "https://ror.org/01ek73717" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y5qg507": { - "ancestors": [ - "https://ror.org/0288vq897" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h8pgc47": { - "ancestors": [ - "https://ror.org/05kx1ke03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pnvb171": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q5yp463": { - "ancestors": [ - "https://ror.org/0157vkf66" - ], - "descendants": [ - - ] - }, - "https://ror.org/021kzta69": { - "ancestors": [ - "https://ror.org/013cf5k59" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pgn2b73": { - "ancestors": [ - "https://ror.org/04b2dty93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s9fyw02": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gbrgx34": { - "ancestors": [ - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dhvr506": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c5dd102": { - "ancestors": [ - "https://ror.org/05mxsz225" - ], - "descendants": [ - - ] - }, - "https://ror.org/0198sv425": { - "ancestors": [ - "https://ror.org/048xjjh50" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qzva589": { - "ancestors": [ - "https://ror.org/00j83wy46" - ], - "descendants": [ - - ] - }, - "https://ror.org/000t17x96": { - "ancestors": [ - "https://ror.org/01d1n9n57" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zm5j810": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dd0pt55": { - "ancestors": [ - "https://ror.org/006c77m33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rq8ty33": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/026695c98": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y4dkp70": { - "ancestors": [ - "https://ror.org/01qhf1r47", - "https://ror.org/04fht8c22" - ], - "descendants": [ - - ] - }, - "https://ror.org/003709a13": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/038rpb237": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/008seds41": { - "ancestors": [ - "https://ror.org/009axkg17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00600nd69": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xh2ys40": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x351n42": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fcamb19": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mj1nk45": { - "ancestors": [ - "https://ror.org/048xjjh50" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bcrv494": { - "ancestors": [ - "https://ror.org/052detg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cpx2569": { - "ancestors": [ - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rb06393": { - "ancestors": [ - "https://ror.org/01f3bhg26" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e9s0v14": { - "ancestors": [ - "https://ror.org/000628g58" - ], - "descendants": [ - - ] - }, - "https://ror.org/05syv4032": { - "ancestors": [ - "https://ror.org/02gfwng46" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b6pnq25": { - "ancestors": [ - "https://ror.org/000628g58" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dyet424": { - "ancestors": [ - "https://ror.org/000628g58" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kq05542": { - "ancestors": [ - "https://ror.org/03mwypp50" - ], - "descendants": [ - - ] - }, - "https://ror.org/023ha6621": { - "ancestors": [ - "https://ror.org/05n8ah907" - ], - "descendants": [ - - ] - }, - "https://ror.org/0374spr83": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x1wr265": { - "ancestors": [ - "https://ror.org/000628g58" - ], - "descendants": [ - "https://ror.org/01x1jk522" - ] - }, - "https://ror.org/018m84039": { - "ancestors": [ - "https://ror.org/000628g58" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v7v5m29": { - "ancestors": [ - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p87ey03": { - "ancestors": [ - "https://ror.org/05mxsz225" - ], - "descendants": [ - - ] - }, - "https://ror.org/00enahz60": { - "ancestors": [ - "https://ror.org/02fq16441" - ], - "descendants": [ - "https://ror.org/00fmck729" - ] - }, - "https://ror.org/04excha61": { - "ancestors": [ - "https://ror.org/00eqgtd35" - ], - "descendants": [ - - ] - }, - "https://ror.org/006ewqz20": { - "ancestors": [ - "https://ror.org/051yxm544" - ], - "descendants": [ - - ] - }, - "https://ror.org/0111cp837": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/014m1ef46": { - "ancestors": [ - "https://ror.org/0234cd281" - ], - "descendants": [ - "https://ror.org/00yck8s68", - "https://ror.org/03cxg0n72", - "https://ror.org/038h0z436", - "https://ror.org/01jce8981" - ] - }, - "https://ror.org/005qgvp74": { - "ancestors": [ - "https://ror.org/01zt0tq34" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n1cbn15": { - "ancestors": [ - "https://ror.org/05269d038" - ], - "descendants": [ - - ] - }, - "https://ror.org/0137z5x77": { - "ancestors": [ - "https://ror.org/035gt5s03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rafms67": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/01an7q238", - "https://ror.org/02d2m2044", - "https://ror.org/00pjdza24", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ntq6s45": { - "ancestors": [ - "https://ror.org/00b5m4j81" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e1eph40": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/004dzkd51": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n8bqs64": { - "ancestors": [ - "https://ror.org/00tgr2h49", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/055fe2s59": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ds31v72": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wfve797": { - "ancestors": [ - "https://ror.org/01twn9665", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jract75": { - "ancestors": [ - "https://ror.org/00tgr2h49", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hg8g849": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rn72k05": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01srjfc50": { - "ancestors": [ - "https://ror.org/00v1nkq94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00520ey40": { - "ancestors": [ - "https://ror.org/02xkdev90", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/054xffa50": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vtmt724": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kvjc571": { - "ancestors": [ - "https://ror.org/01twn9665", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/029bjdf19": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fsfnf94": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n937p61": { - "ancestors": [ - "https://ror.org/01twn9665", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ymmms77": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/047f8bv22": { - "ancestors": [ - "https://ror.org/00tgr2h49", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nb4x016": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w1wsw24": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y1dzm96": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/029k7k053": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0344x6030": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/026c02f25": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s61gx60": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/023r5tg35": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k42gv86": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/012a18r91": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gmwtd57": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/046msd355": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nmpe263": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hfszj21": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vv7cm03": { - "ancestors": [ - "https://ror.org/02xkdev90", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/053nrfb18": { - "ancestors": [ - "https://ror.org/05rbd6k73", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zp2tc18": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wteqw51": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/021kjh741": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rawk951": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01whksa54": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/015vgt264": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f3vpm64": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/051f11n17": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xw3yj26": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00verxq29": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03134gf68": { - "ancestors": [ - "https://ror.org/00tgr2h49", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/045xd0268": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hgmwb30": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/051jjt714": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k8ec266": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gk2wz65": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/005gbx671": { - "ancestors": [ - "https://ror.org/01twn9665", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c6xwj41": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z686714": { - "ancestors": [ - "https://ror.org/02xkdev90", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/006btmz82": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ccb9w37": { - "ancestors": [ - "https://ror.org/00tgr2h49", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jrs5v66": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0121whw78": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/029fxjk95": { - "ancestors": [ - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/048amsp50": { - "ancestors": [ - "https://ror.org/02xkdev90", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/049pzbj60": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tx2pf91": { - "ancestors": [ - "https://ror.org/01twn9665", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x7sgz22": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rb38388": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x9fc857": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ska0903": { - "ancestors": [ - "https://ror.org/0218eta95", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h9jx107": { - "ancestors": [ - "https://ror.org/02xkdev90", - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ewbej21": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/056an8658": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00je00x55": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0261qw820": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zeyg902": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r4ram30": { - "ancestors": [ - "https://ror.org/01twn9665", - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ea3hs66": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/019j3tz70": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m3tag45": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kh9f807": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xv1yp72": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ef8pm25": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/028a8bc58": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jj4k517": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f5ppt85": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e2pmn45": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/044171329": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bc50c05": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ncvqp37": { - "ancestors": [ - "https://ror.org/0218eta95", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t7t9a43": { - "ancestors": [ - "https://ror.org/00tgr2h49", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/045v66z43": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/016zjn618": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j983531": { - "ancestors": [ - "https://ror.org/05rbd6k73", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qpqb855": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x0vxx91": { - "ancestors": [ - "https://ror.org/00tgr2h49", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/007mjr682": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vqakm84": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a5hqa58": { - "ancestors": [ - "https://ror.org/021eek248", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01831n272": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0362x2g28": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/047exzk05": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ta4hv58": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03szme345": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02726j593": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b581c27": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/011nbgj79": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04850rm18": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/008cjy335": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04faa0n67": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0305m4448": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cge6w61": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/059dmrc35": { - "ancestors": [ - "https://ror.org/01twn9665", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ygqdd77": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sbpak56": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/007ebp326": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/030hk6x09": { - "ancestors": [ - "https://ror.org/05t43vz03", - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zavqc64": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tpxpz56": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0266a1t84": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s6ww326": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tnkbn59": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ct5rw58": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/040er0w10": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ww2bg72": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z0g8n94": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pp7qy10": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w84qj32": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gprdj76": { - "ancestors": [ - "https://ror.org/021eek248", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jjns303": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pc7fv53": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xnqnd94": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04eqxyk73": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/024j3hn90": { - "ancestors": [ - "https://ror.org/03zcpvf19" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jce1v14": { - "ancestors": [ - "https://ror.org/04rhvbz32" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qz3vf90": { - "ancestors": [ - "https://ror.org/04mw0df78" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vwgk321": { - "ancestors": [ - "https://ror.org/01p2ej961" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pc4rp54": { - "ancestors": [ - "https://ror.org/01p2ej961" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fwp8t64": { - "ancestors": [ - "https://ror.org/03jvfq589" - ], - "descendants": [ - - ] - }, - "https://ror.org/045sc8e83": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/051fr2332": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0379sy433": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01azrym08": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02akkm420": { - "ancestors": [ - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kknxr83": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/0379sy433", - "https://ror.org/00nj22y86", - "https://ror.org/04wteqw51", - "https://ror.org/04jjns303", - "https://ror.org/03ymmms77", - "https://ror.org/04a3nrb88", - "https://ror.org/03zeyg902", - "https://ror.org/02168cw18", - "https://ror.org/03k42gv86", - "https://ror.org/03af2ad05", - "https://ror.org/016zjn618", - "https://ror.org/03s28ec08", - "https://ror.org/047pt5178", - "https://ror.org/00f4mz521", - "https://ror.org/051x4a456", - "https://ror.org/02azz6x90", - "https://ror.org/04zy24864", - "https://ror.org/04gns8903", - "https://ror.org/04t5w6b17", - "https://ror.org/02726j593", - "https://ror.org/05f3yt521" - ] - }, - "https://ror.org/059tqvg48": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/03jzs4815", - "https://ror.org/03jty3219", - "https://ror.org/00verxq29", - "https://ror.org/01jgbgc06", - "https://ror.org/01fqgdy56", - "https://ror.org/00kftxm09", - "https://ror.org/047ax2108", - "https://ror.org/004dzkd51", - "https://ror.org/01rn72k05", - "https://ror.org/048tnm037", - "https://ror.org/00hfszj21", - "https://ror.org/052r7yf45", - "https://ror.org/00c6xwj41", - "https://ror.org/015vgt264", - "https://ror.org/05pcmd548", - "https://ror.org/00wp2bj27", - "https://ror.org/04ggfw624", - "https://ror.org/0521rv456", - "https://ror.org/00hgmwb30", - "https://ror.org/04rb38388", - "https://ror.org/019tvvb70", - "https://ror.org/01zavqc64", - "https://ror.org/05xw3yj26", - "https://ror.org/02nknzn40", - "https://ror.org/01kga0z77", - "https://ror.org/057hsm867", - "https://ror.org/02zp2tc18", - "https://ror.org/051fr2332", - "https://ror.org/02vtmt724", - "https://ror.org/0080yzn09", - "https://ror.org/05ftwc327", - "https://ror.org/007phxq15", - "https://ror.org/01hy2c330", - "https://ror.org/04zpmt351", - "https://ror.org/00tgps059", - "https://ror.org/05s61gx60", - "https://ror.org/01jemb993", - "https://ror.org/01k8ec266", - "https://ror.org/053pwmv60" - ] - }, - "https://ror.org/0218eta95": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/02ncvqp37", - "https://ror.org/016hfp155", - "https://ror.org/039ekp273", - "https://ror.org/02vf4sk45", - "https://ror.org/057n4xq60", - "https://ror.org/01qt3dj82", - "https://ror.org/05bpnjz66", - "https://ror.org/01ska0903", - "https://ror.org/022rrvm68" - ] - }, - "https://ror.org/01twn9665": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/02n937p61", - "https://ror.org/03ck95c19", - "https://ror.org/059dmrc35", - "https://ror.org/01p8wcy85", - "https://ror.org/02r4ram30", - "https://ror.org/005gbx671", - "https://ror.org/05kvjc571", - "https://ror.org/03tx2pf91", - "https://ror.org/02mx1ea71", - "https://ror.org/00wfve797", - "https://ror.org/00g6nvj03", - "https://ror.org/05a33r812" - ] - }, - "https://ror.org/021eek248": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/02a5hqa58", - "https://ror.org/04jqmw447", - "https://ror.org/00gprdj76" - ] - }, - "https://ror.org/02ae4g054": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/04ef8pm25", - "https://ror.org/020frqf17", - "https://ror.org/04xnqnd94", - "https://ror.org/04f3vpm64", - "https://ror.org/00tnkbn59", - "https://ror.org/05m3tag45", - "https://ror.org/02qpqb855", - "https://ror.org/05gmwtd57", - "https://ror.org/04wbz7w60", - "https://ror.org/05nb4x016", - "https://ror.org/033px5146", - "https://ror.org/00je00x55", - "https://ror.org/02s6ww326", - "https://ror.org/056635736", - "https://ror.org/028a8bc58", - "https://ror.org/02e2pmn45", - "https://ror.org/02e1eph40", - "https://ror.org/00z0g8n94", - "https://ror.org/02bc50c05", - "https://ror.org/05ct5rw58", - "https://ror.org/0266a1t84", - "https://ror.org/020e8vq13" - ] - }, - "https://ror.org/05wtp9w08": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/00hcsjz98", - "https://ror.org/034sqmv32", - "https://ror.org/04gcp7g78", - "https://ror.org/015480z05", - "https://ror.org/01e69j385", - "https://ror.org/00et21g06", - "https://ror.org/01f02ww36", - "https://ror.org/0160dkh89", - "https://ror.org/05ge22856", - "https://ror.org/03sgkc956", - "https://ror.org/05y57mm42", - "https://ror.org/040er0w10", - "https://ror.org/02xv1yp72", - "https://ror.org/01s15bz77", - "https://ror.org/00rejsz57", - "https://ror.org/00f6n1x59", - "https://ror.org/05fhdzx69", - "https://ror.org/004914a33", - "https://ror.org/00ewbej21", - "https://ror.org/03yhtwa63", - "https://ror.org/05ea3hs66", - "https://ror.org/00pbt4z69", - "https://ror.org/01q34dp24", - "https://ror.org/01cjh3728", - "https://ror.org/03ta4hv58", - "https://ror.org/047swfp57", - "https://ror.org/00g7nbz02", - "https://ror.org/05c3bnw72", - "https://ror.org/04nsjct52", - "https://ror.org/05gga8159" - ] - }, - "https://ror.org/02vfz9j23": { - "ancestors": [ - "https://ror.org/032v9er22" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kqgwz20": { - "ancestors": [ - "https://ror.org/04zx93s85", - "https://ror.org/025er3q23", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f02ww36": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wp2bj27": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jmc9t23": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/055csed06": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c3bnw72": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s15bz77": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b3qhp76": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z8mkz77": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/047swfp57": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00et21g06": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ssfag15": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gqw3a90": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/014ctt859": { - "ancestors": [ - "https://ror.org/001p3jz28" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jnbme07": { - "ancestors": [ - "https://ror.org/001p3jz28" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xcr6k92": { - "ancestors": [ - "https://ror.org/00hmyb194" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ftvnv05": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/050q0kv47": { - "ancestors": [ - "https://ror.org/02g87qh62", - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ve6e186": { - "ancestors": [ - "https://ror.org/02zbc1a16", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xyx5098": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nmyph15": { - "ancestors": [ - "https://ror.org/0361bwx64", - "https://ror.org/01s5a4v70", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/0019h1k84" - ] - }, - "https://ror.org/00ajckn66": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/058fj5k57": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hwvzg47": { - "ancestors": [ - "https://ror.org/05fk5tr28" - ], - "descendants": [ - - ] - }, - "https://ror.org/043ncwv78": { - "ancestors": [ - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kv3z486": { - "ancestors": [ - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/017eb5121": { - "ancestors": [ - "https://ror.org/02t71h845" - ], - "descendants": [ - - ] - }, - "https://ror.org/0424j7c73": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ajp8153": { - "ancestors": [ - "https://ror.org/057pe1087" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fg7fb49": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e09qg36": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hpd0e20": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a39s417": { - "ancestors": [ - "https://ror.org/00cwrns71", - "https://ror.org/000kjq947" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wzg6d13": { - "ancestors": [ - "https://ror.org/01703db54" - ], - "descendants": [ - - ] - }, - "https://ror.org/013spkf41": { - "ancestors": [ - "https://ror.org/05y20sz16" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qfgm256": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qgtny50": { - "ancestors": [ - "https://ror.org/00qsm3z32", - "https://ror.org/023sm4k53", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/0080yzn09": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qrt6d45": { - "ancestors": [ - "https://ror.org/05v1m8q81" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dry3213": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/01senny43": { - "ancestors": [ - "https://ror.org/03ycms792", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ywz9252": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05km8ys10": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mwvcn50": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/0141xw169": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dqega85": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/002tzev63": { - "ancestors": [ - "https://ror.org/027pk6j83" - ], - "descendants": [ - - ] - }, - "https://ror.org/048jw1p35": { - "ancestors": [ - "https://ror.org/01ek73717" - ], - "descendants": [ - - ] - }, - "https://ror.org/015s51n07": { - "ancestors": [ - "https://ror.org/0101xrq71", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/05961na22": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yykzy84": { - "ancestors": [ - "https://ror.org/031npzc88" - ], - "descendants": [ - - ] - }, - "https://ror.org/047m0fb88": { - "ancestors": [ - "https://ror.org/049qz7x77", - "https://ror.org/05bpbnx46" - ], - "descendants": [ - "https://ror.org/04d9g9604" - ] - }, - "https://ror.org/041j7s452": { - "ancestors": [ - "https://ror.org/04vy95b61" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rk7mv85": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/053jnhe44": { - "ancestors": [ - "https://ror.org/033y26782", - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/042k2b411": { - "ancestors": [ - "https://ror.org/023wx0t90" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cq3cz72": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w7f3w92": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fwden70": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/02txwfx92": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fhten74": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/017zhda45": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/056fndr85": { - "ancestors": [ - "https://ror.org/02bh93636" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t8gb397": { - "ancestors": [ - "https://ror.org/054bsq212", - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/04scnfc98": { - "ancestors": [ - "https://ror.org/049840423" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tg7a346": { - "ancestors": [ - "https://ror.org/04g3scy39" - ], - "descendants": [ - "https://ror.org/03pa4y709" - ] - }, - "https://ror.org/015zbz228": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/02phrtc32": { - "ancestors": [ - "https://ror.org/05p30rt34" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y7x8f51": { - "ancestors": [ - "https://ror.org/01v7jrq42" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mtgrz63": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cv6f983": { - "ancestors": [ - "https://ror.org/01f5ytq51", - "https://ror.org/0034eay46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ehp0f77": { - "ancestors": [ - "https://ror.org/02yy8x990", - "https://ror.org/05kb8h459" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d5f4w73": { - "ancestors": [ - "https://ror.org/02zrae794" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n0q6e38": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t5rc419": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f4mz521": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03af2ad05": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/009qtkb56": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/027n02r78": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bpnjz66": { - "ancestors": [ - "https://ror.org/0218eta95", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z90hq89": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/03fn1w943", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/047ax2108": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c94bc04": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/044037f11": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g4bcb66": { - "ancestors": [ - "https://ror.org/05rbd6k73", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/006knem90" - ] - }, - "https://ror.org/01ygw1452": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bbt0744": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/035y1ap70": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/006byrq44": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0033hxy10": { - "ancestors": [ - "https://ror.org/05yhgzh28" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bqa9n74": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/000gm1k91": { - "ancestors": [ - "https://ror.org/02xe89706" - ], - "descendants": [ - - ] - }, - "https://ror.org/0504sy495": { - "ancestors": [ - "https://ror.org/01vd19x80" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pae1j85": { - "ancestors": [ - "https://ror.org/05b7fdx35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v748538": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/053evkn98": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/03538jp08": { - "ancestors": [ - "https://ror.org/02g5p4n58" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yfbaq97": { - "ancestors": [ - "https://ror.org/01bfbvm65", - "https://ror.org/04w3jy968" - ], - "descendants": [ - "https://ror.org/01k2z4866", - "https://ror.org/02hnr5x72", - "https://ror.org/05fzcfb55" - ] - }, - "https://ror.org/00k672v31": { - "ancestors": [ - "https://ror.org/03g3m1w62" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s995827": { - "ancestors": [ - "https://ror.org/00wthd003" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vdmc602": { - "ancestors": [ - "https://ror.org/03jzay846" - ], - "descendants": [ - - ] - }, - "https://ror.org/018nw3344": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h1xaa75": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q7j9m29": { - "ancestors": [ - "https://ror.org/05vvhh982" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cpn5v29": { - "ancestors": [ - "https://ror.org/01zgpn844" - ], - "descendants": [ - - ] - }, - "https://ror.org/02arrmv90": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/039x3s865": { - "ancestors": [ - "https://ror.org/04nxj7050" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gymhc20": { - "ancestors": [ - "https://ror.org/00awr5166" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jv94566": { - "ancestors": [ - "https://ror.org/05gg0gh87" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mzfgt17": { - "ancestors": [ - "https://ror.org/0101xrq71", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gream49": { - "ancestors": [ - "https://ror.org/050k26q88" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z4faz68": { - "ancestors": [ - "https://ror.org/04vvh7p27" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qt57y19": { - "ancestors": [ - "https://ror.org/013t2n957" - ], - "descendants": [ - - ] - }, - "https://ror.org/034e5n787": { - "ancestors": [ - "https://ror.org/01f3bhg26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p5mga34": { - "ancestors": [ - "https://ror.org/02dw7ch21" - ], - "descendants": [ - - ] - }, - "https://ror.org/017fwsj06": { - "ancestors": [ - "https://ror.org/0493bmq37" - ], - "descendants": [ - - ] - }, - "https://ror.org/04etgav66": { - "ancestors": [ - "https://ror.org/03q50jp21" - ], - "descendants": [ - - ] - }, - "https://ror.org/028394g81": { - "ancestors": [ - "https://ror.org/016kvft77", - "https://ror.org/05kxbz959" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mc4x834": { - "ancestors": [ - "https://ror.org/01v6p2g18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tm9j755": { - "ancestors": [ - "https://ror.org/01qw4g764" - ], - "descendants": [ - "https://ror.org/00nj0fk68" - ] - }, - "https://ror.org/042cj6q83": { - "ancestors": [ - "https://ror.org/00pscny09" - ], - "descendants": [ - - ] - }, - "https://ror.org/045by4v54": { - "ancestors": [ - "https://ror.org/05ect4e57", - "https://ror.org/02z5nhe81", - "https://ror.org/022gnbj15", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g3ykc66": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/01adr0w49", - "https://ror.org/04chq2495", - "https://ror.org/050qj5m48", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tbw3b35": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y0dv989": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/040aqz944": { - "ancestors": [ - "https://ror.org/01pcq0j68" - ], - "descendants": [ - - ] - }, - "https://ror.org/042pnza07": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03grdwb80": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gbhv690": { - "ancestors": [ - "https://ror.org/03dsc8d33" - ], - "descendants": [ - - ] - }, - "https://ror.org/018nbcn37": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/013ckk937", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/017q93w69": { - "ancestors": [ - "https://ror.org/02h4myp42" - ], - "descendants": [ - - ] - }, - "https://ror.org/042dm9855": { - "ancestors": [ - "https://ror.org/04vxpm374" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rw7g836": { - "ancestors": [ - "https://ror.org/0475zhg63", - "https://ror.org/02ybv7q93" - ], - "descendants": [ - - ] - }, - "https://ror.org/050mv4p70": { - "ancestors": [ - "https://ror.org/05s7fvh27" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z9hh605": { - "ancestors": [ - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ya3kq71": { - "ancestors": [ - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04evh7y43": { - "ancestors": [ - "https://ror.org/01rcfpa16", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/025dabr11": { - "ancestors": [ - "https://ror.org/01rcfpa16", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vw0kz07": { - "ancestors": [ - "https://ror.org/01gmp5538", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04spzbf72": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e5dc168": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sharn77": { - "ancestors": [ - "https://ror.org/029b7h395", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04951hq16": { - "ancestors": [ - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/026z8zb87": { - "ancestors": [ - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ah1da87": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xsmwp79": { - "ancestors": [ - "https://ror.org/0117jxy09" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hhm9a98": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hsv7e61": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0013shd50": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vhg8h29": { - "ancestors": [ - "https://ror.org/00vxgjw72", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bhv3b03": { - "ancestors": [ - "https://ror.org/01gavpb45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wdecy17": { - "ancestors": [ - "https://ror.org/01gavpb45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xwqek41": { - "ancestors": [ - "https://ror.org/00seaxa44", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/027k9sa32": { - "ancestors": [ - "https://ror.org/01f7dp456" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vpfss84": { - "ancestors": [ - "https://ror.org/01gavpb45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nct1z71": { - "ancestors": [ - "https://ror.org/01gavpb45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dh0w640": { - "ancestors": [ - "https://ror.org/01gavpb45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d81ed36": { - "ancestors": [ - "https://ror.org/0101xrq71", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/0250say61": { - "ancestors": [ - "https://ror.org/024w0ge69", - "https://ror.org/05t0w3074" - ], - "descendants": [ - - ] - }, - "https://ror.org/026g3rz20": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/020v07z27": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/033d3q980": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/03728bb41": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m4a9x26": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/008zm7t63": { - "ancestors": [ - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ywhbc61": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/037405308", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/026rh8977": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vw5s254": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00941sb79": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/0113pfa64": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y19mj60": { - "ancestors": [ - "https://ror.org/01jet5b79" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h8m0888": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a11m818": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00caave48": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vctsm14": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/04n7nyv64", - "https://ror.org/036jqev97", - "https://ror.org/00nxgpf29", - "https://ror.org/03gwaxw53" - ] - }, - "https://ror.org/01kjdwm51": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/029dswp54", - "https://ror.org/01q0r1k14" - ] - }, - "https://ror.org/01zavdj36": { - "ancestors": [ - "https://ror.org/04gey0774" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s9gyx13": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01swt4h11": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rkgg256": { - "ancestors": [ - "https://ror.org/036xb2667", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mq24005": { - "ancestors": [ - "https://ror.org/036xb2667", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j5kpq29": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/02y3ad647", - "https://ror.org/04chq2495", - "https://ror.org/05sqd3t97", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/004g7jm05": { - "ancestors": [ - "https://ror.org/036xb2667", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/038e03x62": { - "ancestors": [ - "https://ror.org/05357zt36", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w9gdv63": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q25dx05": { - "ancestors": [ - "https://ror.org/03y315f21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ckass20": { - "ancestors": [ - "https://ror.org/05hfet039", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tsh5b53": { - "ancestors": [ - "https://ror.org/031a9h652" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rb16m44": { - "ancestors": [ - "https://ror.org/007ekx298" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qs1a797": { - "ancestors": [ - "https://ror.org/00y6q9n79" - ], - "descendants": [ - - ] - }, - "https://ror.org/046qg1023": { - "ancestors": [ - "https://ror.org/04gvcex51" - ], - "descendants": [ - - ] - }, - "https://ror.org/036vyg793": { - "ancestors": [ - "https://ror.org/02fkk6k65", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hygy214": { - "ancestors": [ - "https://ror.org/007ekx298" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mt8kb26": { - "ancestors": [ - "https://ror.org/04xt5aa77", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02339nw55": { - "ancestors": [ - "https://ror.org/012s3r374" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bzbv419": { - "ancestors": [ - "https://ror.org/046n57345", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01teyc394": { - "ancestors": [ - "https://ror.org/00vxgjw72", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/033cbzv42": { - "ancestors": [ - "https://ror.org/046n57345", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j3eks61": { - "ancestors": [ - "https://ror.org/046n57345", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w0qep84": { - "ancestors": [ - "https://ror.org/046n57345", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gh88804": { - "ancestors": [ - "https://ror.org/046n57345", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k70qf45": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/033zmj163", - "https://ror.org/0155zta11", - "https://ror.org/04chq2495", - "https://ror.org/01q1z8k08", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yy74248": { - "ancestors": [ - "https://ror.org/046n57345", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/033r52n02": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04p491231", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/002a3ss66": { - "ancestors": [ - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wy2a142": { - "ancestors": [ - "https://ror.org/00kw0f604" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w2e0b44": { - "ancestors": [ - "https://ror.org/01d1n9n57" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f62sy66": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n9yc996": { - "ancestors": [ - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b1e4b88": { - "ancestors": [ - "https://ror.org/028vrr082" - ], - "descendants": [ - - ] - }, - "https://ror.org/01251sa74": { - "ancestors": [ - "https://ror.org/04gey0774" - ], - "descendants": [ - "https://ror.org/02jxgpt62" - ] - }, - "https://ror.org/02e38dy05": { - "ancestors": [ - "https://ror.org/01mke9645", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/041s2dw89": { - "ancestors": [ - "https://ror.org/029s65f92", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xp7y466": { - "ancestors": [ - "https://ror.org/038483r84" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ahwzz27": { - "ancestors": [ - "https://ror.org/01x3sga45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wjj7779": { - "ancestors": [ - "https://ror.org/04rry3397" - ], - "descendants": [ - - ] - }, - "https://ror.org/04spf1k23": { - "ancestors": [ - "https://ror.org/04rry3397" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vjz1d16": { - "ancestors": [ - "https://ror.org/036jqmy94" - ], - "descendants": [ - - ] - }, - "https://ror.org/032j6ge54": { - "ancestors": [ - "https://ror.org/01rmh9n78", - "https://ror.org/0061x0487" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g5xq267": { - "ancestors": [ - "https://ror.org/04ch2gv47" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nfbzg04": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yf3ey12": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00420et70": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ew5at92": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zv0wd17": { - "ancestors": [ - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tnw9626": { - "ancestors": [ - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dmtvy82": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r7sqp31": { - "ancestors": [ - "https://ror.org/02xvc5r05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vghy880": { - "ancestors": [ - "https://ror.org/02xvc5r05" - ], - "descendants": [ - - ] - }, - "https://ror.org/050q16438": { - "ancestors": [ - "https://ror.org/01537wn74" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sx0vk32": { - "ancestors": [ - "https://ror.org/02xvc5r05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rj4dg52": { - "ancestors": [ - "https://ror.org/042nb2s44", - "https://ror.org/013meh722" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gsxwg61": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sjyr749": { - "ancestors": [ - "https://ror.org/02xvc5r05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qp8ma69": { - "ancestors": [ - "https://ror.org/049ygtv97", - "https://ror.org/048a87296" - ], - "descendants": [ - - ] - }, - "https://ror.org/013t96v18": { - "ancestors": [ - "https://ror.org/04krpx645" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t64n115": { - "ancestors": [ - "https://ror.org/01pntf040", - "https://ror.org/04gey0774" - ], - "descendants": [ - - ] - }, - "https://ror.org/04afrdx88": { - "ancestors": [ - "https://ror.org/04gvcex51" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ymr0y61": { - "ancestors": [ - "https://ror.org/05d2pc330", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f21s284": { - "ancestors": [ - "https://ror.org/02fn8ac40" - ], - "descendants": [ - - ] - }, - "https://ror.org/0174nh398": { - "ancestors": [ - "https://ror.org/0594s0e67" - ], - "descendants": [ - - ] - }, - "https://ror.org/053efsj20": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x6jsy35": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/001c3w852": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cqmba17": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/026n0rw09": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ps5mk11": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z2wec49": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zdrev82": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zr65j15": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tydf244": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/018788w33": { - "ancestors": [ - "https://ror.org/01cjash87" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g9hzn44": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/054zw2979": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/03m2x1q45", - "https://ror.org/02rcrvv70", - "https://ror.org/0054f1w39" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d357y30": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/058465397": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/04tj63d06", - "https://ror.org/02rcrvv70", - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/013b2jw60": { - "ancestors": [ - "https://ror.org/01zkghx44", - "https://ror.org/027ka1x80", - "https://ror.org/017wcm924", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fbb1126": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/017mjs592": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/047426m28", - "https://ror.org/02rcrvv70", - "https://ror.org/05e94g991" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xnmzw54": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/00c4e7y75", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/051ksdh55": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02k3smh20", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k2r5455": { - "ancestors": [ - "https://ror.org/00za53h95", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x0rjj17": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/0078xmk34", - "https://ror.org/02rcrvv70", - "https://ror.org/052msxy68" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w20cr42": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/04yrkc140", - "https://ror.org/02rcrvv70", - "https://ror.org/0238rvs44" - ], - "descendants": [ - - ] - }, - "https://ror.org/04eehbt36": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/03sxdvx36", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/010jszw77": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/01sbq1a82", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ycy6g75": { - "ancestors": [ - "https://ror.org/05bnh6r87", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/045fdzr53": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/04a5szx83", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y65f081": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02e36tk84", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/020xgge28": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02aqsxs83", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0225cwm17": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/04p491231", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jrbrj58": { - "ancestors": [ - "https://ror.org/05gq02987", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/050we9f15": { - "ancestors": [ - "https://ror.org/00390t168", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0169ypx19": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/00ch7yk27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03024dz78": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/0155zta11", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zpqad83": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/011vxgd24", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ae2ng62": { - "ancestors": [ - "https://ror.org/00wkay776", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jaeeg73": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/01485tq96", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/018qsef31": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s3dsz85": { - "ancestors": [ - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/033zy4a51": { - "ancestors": [ - "https://ror.org/01ar8dr59", - "https://ror.org/029b7h395", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t3dz930": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - "https://ror.org/01ar7b291", - "https://ror.org/03xzzpw64" - ] - }, - "https://ror.org/02swjdp46": { - "ancestors": [ - "https://ror.org/00qw1qw03", - "https://ror.org/01yc7t268", - "https://ror.org/02z9g9j20" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t6bvs64": { - "ancestors": [ - "https://ror.org/037qtfe97", - "https://ror.org/01gwm7a05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rnenb96": { - "ancestors": [ - "https://ror.org/051wnqr14", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/050af1664": { - "ancestors": [ - "https://ror.org/052m3x230" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ffzw118": { - "ancestors": [ - "https://ror.org/02zb8tm77" - ], - "descendants": [ - - ] - }, - "https://ror.org/006jnja70": { - "ancestors": [ - "https://ror.org/02mv6r745" - ], - "descendants": [ - "https://ror.org/01vpg0r82" - ] - }, - "https://ror.org/01wk6zs95": { - "ancestors": [ - "https://ror.org/00wqtx630" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t365n53": { - "ancestors": [ - "https://ror.org/00m7gmp97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ym21515": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pnp3p28": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cf8hm38": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/05eybs418": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t5yz624": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gbfvb23": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/0129nkm21": { - "ancestors": [ - "https://ror.org/046ekqm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fpzah45": { - "ancestors": [ - "https://ror.org/03sxdvx36" - ], - "descendants": [ - - ] - }, - "https://ror.org/01scq3556": { - "ancestors": [ - "https://ror.org/00wqtx630" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qhht705": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d9y9m22": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0215jzs21": { - "ancestors": [ - "https://ror.org/0152qkr29" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gn4kd94": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0415ygs14": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vzha967": { - "ancestors": [ - "https://ror.org/046ekqm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wzvrw53": { - "ancestors": [ - "https://ror.org/04rhvbz32" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m41wh60": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/0182rkr07": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/037saaz25": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ahpq120": { - "ancestors": [ - "https://ror.org/034pm2g80" - ], - "descendants": [ - - ] - }, - "https://ror.org/021dwa633": { - "ancestors": [ - "https://ror.org/046ekqm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04aa84x73": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d22jf15": { - "ancestors": [ - "https://ror.org/03zgv2124" - ], - "descendants": [ - - ] - }, - "https://ror.org/01drfa298": { - "ancestors": [ - "https://ror.org/00p6her27" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cy9p581": { - "ancestors": [ - "https://ror.org/004kyan19" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zc1f144": { - "ancestors": [ - "https://ror.org/02g7qcb42" - ], - "descendants": [ - - ] - }, - "https://ror.org/015j7c446": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nzgtr23": { - "ancestors": [ - "https://ror.org/03s68kq02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d8byx33": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sfx8f21": { - "ancestors": [ - "https://ror.org/00k9r5g94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s3vfp47": { - "ancestors": [ - "https://ror.org/00k9r5g94" - ], - "descendants": [ - - ] - }, - "https://ror.org/059esw871": { - "ancestors": [ - "https://ror.org/00k9r5g94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05remtc15": { - "ancestors": [ - "https://ror.org/00k9r5g94" - ], - "descendants": [ - - ] - }, - "https://ror.org/040ykgb05": { - "ancestors": [ - "https://ror.org/04mw0df78" - ], - "descendants": [ - - ] - }, - "https://ror.org/03myaza48": { - "ancestors": [ - "https://ror.org/01bvxzn29", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r321f54": { - "ancestors": [ - "https://ror.org/05n07wm39" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y0xzp63": { - "ancestors": [ - "https://ror.org/04rhvbz32" - ], - "descendants": [ - - ] - }, - "https://ror.org/039mh4d88": { - "ancestors": [ - "https://ror.org/046ekqm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/013rsnt52": { - "ancestors": [ - "https://ror.org/046ekqm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01422c992": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fbwnx94": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pv2je48": { - "ancestors": [ - "https://ror.org/03t995d97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rmmzm29": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vemr371": { - "ancestors": [ - "https://ror.org/02zb8tm77" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tx99335": { - "ancestors": [ - "https://ror.org/046ekqm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03163vt79": { - "ancestors": [ - "https://ror.org/00k9r5g94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sgnj165": { - "ancestors": [ - "https://ror.org/05450eg98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kwakw98": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e8e5846": { - "ancestors": [ - "https://ror.org/004kyan19" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xp6a578": { - "ancestors": [ - "https://ror.org/05n07wm39" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g39s097": { - "ancestors": [ - "https://ror.org/052m3x230" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x6axv89": { - "ancestors": [ - "https://ror.org/05eca5w86", - "https://ror.org/04rhvbz32" - ], - "descendants": [ - - ] - }, - "https://ror.org/013hjj010": { - "ancestors": [ - "https://ror.org/05vvhh982" - ], - "descendants": [ - - ] - }, - "https://ror.org/03taxx854": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b2mj890": { - "ancestors": [ - "https://ror.org/03w69rv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01myxx963": { - "ancestors": [ - "https://ror.org/00m7gmp97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gvasz77": { - "ancestors": [ - "https://ror.org/00k9r5g94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d4eey82": { - "ancestors": [ - "https://ror.org/052m3x230" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kxhvh23": { - "ancestors": [ - "https://ror.org/00k9r5g94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t0hvx23": { - "ancestors": [ - "https://ror.org/04mw0df78" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vja6y50": { - "ancestors": [ - "https://ror.org/004kyan19" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fs6pb13": { - "ancestors": [ - "https://ror.org/04mw0df78" - ], - "descendants": [ - - ] - }, - "https://ror.org/046j50r07": { - "ancestors": [ - "https://ror.org/04rhvbz32" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yyexg79": { - "ancestors": [ - "https://ror.org/046ekqm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t4ty441": { - "ancestors": [ - "https://ror.org/046ekqm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/045zgf584": { - "ancestors": [ - "https://ror.org/045ntgf29" - ], - "descendants": [ - - ] - }, - "https://ror.org/01aywcp58": { - "ancestors": [ - "https://ror.org/03am4ny08" - ], - "descendants": [ - - ] - }, - "https://ror.org/020kb9915": { - "ancestors": [ - "https://ror.org/00k9r5g94" - ], - "descendants": [ - - ] - }, - "https://ror.org/055afmj54": { - "ancestors": [ - "https://ror.org/05n07wm39" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pxzvy69": { - "ancestors": [ - "https://ror.org/00wqtx630" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v556078": { - "ancestors": [ - "https://ror.org/00a45e114" - ], - "descendants": [ - - ] - }, - "https://ror.org/0584ana26": { - "ancestors": [ - "https://ror.org/058mdz444" - ], - "descendants": [ - - ] - }, - "https://ror.org/00twbjb24": { - "ancestors": [ - "https://ror.org/052m3x230" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jqk9681": { - "ancestors": [ - "https://ror.org/00wqtx630" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dzc7q23": { - "ancestors": [ - "https://ror.org/046ekqm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vpg0r82": { - "ancestors": [ - "https://ror.org/006jnja70", - "https://ror.org/02mv6r745" - ], - "descendants": [ - - ] - }, - "https://ror.org/037yxaz30": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w6f4808": { - "ancestors": [ - "https://ror.org/00wqtx630" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zzmzt85": { - "ancestors": [ - "https://ror.org/00kx1jb78" - ], - "descendants": [ - - ] - }, - "https://ror.org/055x7ey06": { - "ancestors": [ - "https://ror.org/0369thf37" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sdh5f05": { - "ancestors": [ - "https://ror.org/04mw0df78" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mtwad75": { - "ancestors": [ - "https://ror.org/03am4ny08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nfx1325": { - "ancestors": [ - "https://ror.org/02hqkr514" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c6nb222": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/052zj9g72": { - "ancestors": [ - "https://ror.org/03mvawd68" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pvm4464": { - "ancestors": [ - "https://ror.org/00k9r5g94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0087v5134": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/01kpzv902", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/034e1cb35": { - "ancestors": [ - "https://ror.org/055tm7f07" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z493v75": { - "ancestors": [ - "https://ror.org/046ekqm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bf3a828": { - "ancestors": [ - "https://ror.org/01hq89f96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y92qc28": { - "ancestors": [ - "https://ror.org/04mw0df78" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gm3kb02": { - "ancestors": [ - "https://ror.org/00k9r5g94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yc7zr31": { - "ancestors": [ - "https://ror.org/05vvhh982" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r2s9s41": { - "ancestors": [ - "https://ror.org/00qxqw753" - ], - "descendants": [ - - ] - }, - "https://ror.org/05je8kx69": { - "ancestors": [ - "https://ror.org/04883df86" - ], - "descendants": [ - - ] - }, - "https://ror.org/0352dma55": { - "ancestors": [ - "https://ror.org/046ekqm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cdwva22": { - "ancestors": [ - "https://ror.org/00cb23x68" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r8zkn09": { - "ancestors": [ - "https://ror.org/01v6fb724" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a5x3y83": { - "ancestors": [ - "https://ror.org/04mw0df78" - ], - "descendants": [ - - ] - }, - "https://ror.org/0484fme70": { - "ancestors": [ - "https://ror.org/00wqtx630" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ynf4333": { - "ancestors": [ - "https://ror.org/00ghzk478" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bsqmj12": { - "ancestors": [ - "https://ror.org/03zgv2124" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pn5nj90": { - "ancestors": [ - "https://ror.org/043atn006" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c2j1p40": { - "ancestors": [ - "https://ror.org/00a45e114" - ], - "descendants": [ - - ] - }, - "https://ror.org/033198s46": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qw2v147": { - "ancestors": [ - "https://ror.org/009a9gs26" - ], - "descendants": [ - - ] - }, - "https://ror.org/00znqyv98": { - "ancestors": [ - "https://ror.org/01v6fb724" - ], - "descendants": [ - - ] - }, - "https://ror.org/038km2573": { - "ancestors": [ - "https://ror.org/04pkc8m17" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tcdh256": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gpgk389": { - "ancestors": [ - "https://ror.org/03q2wez45" - ], - "descendants": [ - - ] - }, - "https://ror.org/043bqfp86": { - "ancestors": [ - "https://ror.org/03q2wez45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jg63q12": { - "ancestors": [ - "https://ror.org/05450eg98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rnyty77": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sengv47": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mrea437": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sn26h43": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/00szjvn19": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ag25v06": { - "ancestors": [ - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ex0md65": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01etfxm56": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dfm1a30": { - "ancestors": [ - "https://ror.org/01mv9t934", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tx9ed22": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pzr0022": { - "ancestors": [ - "https://ror.org/027s68j25", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c154n61": { - "ancestors": [ - "https://ror.org/01mv9t934", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m0wv206": { - "ancestors": [ - "https://ror.org/00a2xv884" - ], - "descendants": [ - - ] - }, - "https://ror.org/018ha0a04": { - "ancestors": [ - "https://ror.org/031wq1t38" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nyr7981": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d8hgw93": { - "ancestors": [ - "https://ror.org/03rybxa06", - "https://ror.org/01cdrde68" - ], - "descendants": [ - - ] - }, - "https://ror.org/009byq155": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hdxnq28": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gjpvv92": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w9z9x42": { - "ancestors": [ - "https://ror.org/046ekqm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z6n3z58": { - "ancestors": [ - "https://ror.org/004kyan19" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s5yp124": { - "ancestors": [ - "https://ror.org/024ape423", - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kzqwr97": { - "ancestors": [ - "https://ror.org/048vrgr14" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fe3fx56": { - "ancestors": [ - "https://ror.org/013czdx64" - ], - "descendants": [ - - ] - }, - "https://ror.org/02phsd572": { - "ancestors": [ - "https://ror.org/02hhsqf45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z8jm198": { - "ancestors": [ - "https://ror.org/04mte1k06" - ], - "descendants": [ - - ] - }, - "https://ror.org/02srvrw14": { - "ancestors": [ - "https://ror.org/04e4j5d46" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dhqyc75": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/007h0zf03": { - "ancestors": [ - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fyf9c76": { - "ancestors": [ - "https://ror.org/01gmv5d77" - ], - "descendants": [ - - ] - }, - "https://ror.org/026t6sy78": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/05515rj28": { - "ancestors": [ - "https://ror.org/01xgfaw76" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cfz8m13": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/03efa9j76": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gb59s19": { - "ancestors": [ - "https://ror.org/05p30rt34" - ], - "descendants": [ - - ] - }, - "https://ror.org/03646q924": { - "ancestors": [ - "https://ror.org/00rs6vg23", - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rs5qv51": { - "ancestors": [ - "https://ror.org/006kxhp52", - "https://ror.org/01eb8ek77" - ], - "descendants": [ - - ] - }, - "https://ror.org/005j0cx32": { - "ancestors": [ - "https://ror.org/013czdx64" - ], - "descendants": [ - - ] - }, - "https://ror.org/02js38076": { - "ancestors": [ - "https://ror.org/013czdx64" - ], - "descendants": [ - - ] - }, - "https://ror.org/023m9rp24": { - "ancestors": [ - "https://ror.org/013czdx64" - ], - "descendants": [ - - ] - }, - "https://ror.org/0246zee65": { - "ancestors": [ - "https://ror.org/032nzv584" - ], - "descendants": [ - - ] - }, - "https://ror.org/037tkh273": { - "ancestors": [ - "https://ror.org/03m04df46" - ], - "descendants": [ - - ] - }, - "https://ror.org/03941w909": { - "ancestors": [ - "https://ror.org/01xnwqx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/009nhnc47": { - "ancestors": [ - "https://ror.org/05mxhda18" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vy7ed73": { - "ancestors": [ - "https://ror.org/05vghhr25", - "https://ror.org/029pk6x14" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wm7z656": { - "ancestors": [ - "https://ror.org/05hepy730", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h8b7583": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vxbe865": { - "ancestors": [ - "https://ror.org/03am4ny08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tc61k56": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/059yvz347": { - "ancestors": [ - "https://ror.org/03wgsrq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zrb2v54": { - "ancestors": [ - "https://ror.org/01qv8fp92", - "https://ror.org/022gnbj15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k4nrj32": { - "ancestors": [ - "https://ror.org/019g08z42" - ], - "descendants": [ - - ] - }, - "https://ror.org/022dg8423": { - "ancestors": [ - "https://ror.org/00aj77a24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00505z102": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/040aqvh16": { - "ancestors": [ - "https://ror.org/01cdrde68" - ], - "descendants": [ - - ] - }, - "https://ror.org/003zfh275": { - "ancestors": [ - "https://ror.org/0246qj146" - ], - "descendants": [ - - ] - }, - "https://ror.org/049sr1d03": { - "ancestors": [ - "https://ror.org/05ntqkc30" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dmzp333": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xnck737": { - "ancestors": [ - "https://ror.org/0485axj58" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nbpkh22": { - "ancestors": [ - "https://ror.org/01w2zd907" - ], - "descendants": [ - - ] - }, - "https://ror.org/001t6ze16": { - "ancestors": [ - "https://ror.org/03400ft78" - ], - "descendants": [ - - ] - }, - "https://ror.org/0193wvd18": { - "ancestors": [ - "https://ror.org/02fyj2e56" - ], - "descendants": [ - - ] - }, - "https://ror.org/004046r88": { - "ancestors": [ - "https://ror.org/01gfeyd95" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gpasn37": { - "ancestors": [ - "https://ror.org/01ajv0n48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xj60w92": { - "ancestors": [ - "https://ror.org/00d2v4e22" - ], - "descendants": [ - - ] - }, - "https://ror.org/010b6ag76": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/0165gz615": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kgcmp18": { - "ancestors": [ - "https://ror.org/03q11y497" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nq3xc14": { - "ancestors": [ - "https://ror.org/05aah2q92", - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fx38p98": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zbsrk34": { - "ancestors": [ - "https://ror.org/03k8zj440" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j9tzw69": { - "ancestors": [ - "https://ror.org/045gxp391", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n8qgc13": { - "ancestors": [ - "https://ror.org/037b5pv06" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pj4bp80": { - "ancestors": [ - "https://ror.org/03h2bh287" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qxptw71": { - "ancestors": [ - "https://ror.org/054225q67", - "https://ror.org/03angcq70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xvbmj91": { - "ancestors": [ - "https://ror.org/01pgswx52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yg7hz06": { - "ancestors": [ - "https://ror.org/01kvtm035", - "https://ror.org/01p93h210" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mce9b34": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qer3y84": { - "ancestors": [ - "https://ror.org/005cmms77", - "https://ror.org/02gfys938" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kgg0s20": { - "ancestors": [ - "https://ror.org/054225q67", - "https://ror.org/03h2bh287", - "https://ror.org/052gg0110" - ], - "descendants": [ - - ] - }, - "https://ror.org/03myafa32": { - "ancestors": [ - "https://ror.org/03h2bh287", - "https://ror.org/052gg0110" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ke0d331": { - "ancestors": [ - "https://ror.org/009sa0g06", - "https://ror.org/04xs57h96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rzr6095": { - "ancestors": [ - "https://ror.org/02sn8xp43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zv98a09": { - "ancestors": [ - "https://ror.org/03gd0dm95", - "https://ror.org/028mpsh75" - ], - "descendants": [ - "https://ror.org/03z1ps729", - "https://ror.org/038y3xt87", - "https://ror.org/01y3fwb07", - "https://ror.org/03rppv730" - ] - }, - "https://ror.org/03fm7wh60": { - "ancestors": [ - "https://ror.org/04mw0df78" - ], - "descendants": [ - - ] - }, - "https://ror.org/022h9xz52": { - "ancestors": [ - "https://ror.org/00gy17c75" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tj5za17": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nvq0b44": { - "ancestors": [ - "https://ror.org/047dnad80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z6tkz58": { - "ancestors": [ - "https://ror.org/02dw7ch21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yaf9a96": { - "ancestors": [ - "https://ror.org/00hmyb194" - ], - "descendants": [ - - ] - }, - "https://ror.org/0564jxa35": { - "ancestors": [ - "https://ror.org/007tnc411" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ksc2940": { - "ancestors": [ - "https://ror.org/04g0aqp14" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n2j8127": { - "ancestors": [ - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/005535379": { - "ancestors": [ - "https://ror.org/011vxgd24", - "https://ror.org/04fbnx371" - ], - "descendants": [ - - ] - }, - "https://ror.org/047gams58": { - "ancestors": [ - "https://ror.org/017rhna63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wcr1b38": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/01nrxwf90", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d5a9t15": { - "ancestors": [ - "https://ror.org/03rn0z073" - ], - "descendants": [ - - ] - }, - "https://ror.org/0394z0v14": { - "ancestors": [ - "https://ror.org/059jq5127", - "https://ror.org/00cvxb145" - ], - "descendants": [ - - ] - }, - "https://ror.org/04js6xx21": { - "ancestors": [ - "https://ror.org/01an3r305", - "https://ror.org/04ehecz88", - "https://ror.org/011htkb76" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jtajd40": { - "ancestors": [ - "https://ror.org/01kv58h76" - ], - "descendants": [ - - ] - }, - "https://ror.org/01761e930": { - "ancestors": [ - "https://ror.org/05dbzj528", - "https://ror.org/05vghhr25", - "https://ror.org/029pk6x14", - "https://ror.org/036bxpj43" - ], - "descendants": [ - - ] - }, - "https://ror.org/0483xzg81": { - "ancestors": [ - "https://ror.org/00eqgtd35" - ], - "descendants": [ - - ] - }, - "https://ror.org/0264dxb48": { - "ancestors": [ - "https://ror.org/04v54gj93", - "https://ror.org/03x94j517", - "https://ror.org/013meh722", - "https://ror.org/029chgv08", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/0230wyg61": { - "ancestors": [ - "https://ror.org/01h2jcs31", - "https://ror.org/01ckdn478", - "https://ror.org/054bs2v13" - ], - "descendants": [ - - ] - }, - "https://ror.org/007y22n43": { - "ancestors": [ - "https://ror.org/05gqaka33" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a5h3b47": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/0452rtt80": { - "ancestors": [ - "https://ror.org/01y8j9r24", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qwxva96": { - "ancestors": [ - "https://ror.org/05n07wm39" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vxh1k29": { - "ancestors": [ - "https://ror.org/01wzc4m50" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vfs5h36": { - "ancestors": [ - "https://ror.org/05dk0ce17" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sjef319": { - "ancestors": [ - "https://ror.org/05dk0ce17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cyx8116": { - "ancestors": [ - "https://ror.org/00k9r5g94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0127fwn18": { - "ancestors": [ - "https://ror.org/00cfam450", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/04apy5543": { - "ancestors": [ - "https://ror.org/00t52h563" - ], - "descendants": [ - - ] - }, - "https://ror.org/029ve2p44": { - "ancestors": [ - "https://ror.org/01411sx56" - ], - "descendants": [ - - ] - }, - "https://ror.org/030v8r787": { - "ancestors": [ - "https://ror.org/04q5m8a14" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vaekj86": { - "ancestors": [ - "https://ror.org/015bz4634" - ], - "descendants": [ - - ] - }, - "https://ror.org/038b1qn73": { - "ancestors": [ - "https://ror.org/05kxbz959" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w5shm69": { - "ancestors": [ - "https://ror.org/02jfa8730" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hf9n917": { - "ancestors": [ - "https://ror.org/03bfapt22" - ], - "descendants": [ - - ] - }, - "https://ror.org/040vg0k95": { - "ancestors": [ - "https://ror.org/017rhna63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yh0k313": { - "ancestors": [ - "https://ror.org/04kd6c783" - ], - "descendants": [ - - ] - }, - "https://ror.org/054fc6480": { - "ancestors": [ - "https://ror.org/059be4e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hbev594": { - "ancestors": [ - "https://ror.org/005kw6t15" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zvyfv67": { - "ancestors": [ - "https://ror.org/035gt5s03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ttt5a28": { - "ancestors": [ - "https://ror.org/058wb7691" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jb92367": { - "ancestors": [ - "https://ror.org/01v3aym70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05byphg89": { - "ancestors": [ - "https://ror.org/006s85q77" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x39dd97": { - "ancestors": [ - "https://ror.org/002z0cd60" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n3fv874": { - "ancestors": [ - "https://ror.org/05n8ah907" - ], - "descendants": [ - - ] - }, - "https://ror.org/052wab383": { - "ancestors": [ - "https://ror.org/02d6ew870" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x705365": { - "ancestors": [ - "https://ror.org/04d170j15" - ], - "descendants": [ - "https://ror.org/05t9zpz97", - "https://ror.org/059s09c28", - "https://ror.org/00zq01589", - "https://ror.org/04e4g6t41" - ] - }, - "https://ror.org/00mhg9s35": { - "ancestors": [ - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p5evc41": { - "ancestors": [ - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jyqk712": { - "ancestors": [ - "https://ror.org/00cmhce21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ztkac83": { - "ancestors": [ - "https://ror.org/01fe0jt45" - ], - "descendants": [ - - ] - }, - "https://ror.org/016t76z82": { - "ancestors": [ - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/059tqws22": { - "ancestors": [ - "https://ror.org/02wpc5d77" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t2pyr24": { - "ancestors": [ - "https://ror.org/04dkns738" - ], - "descendants": [ - - ] - }, - "https://ror.org/027kpf759": { - "ancestors": [ - "https://ror.org/01qw4g764" - ], - "descendants": [ - - ] - }, - "https://ror.org/054bpg497": { - "ancestors": [ - "https://ror.org/02h0ps145" - ], - "descendants": [ - - ] - }, - "https://ror.org/01grxsm65": { - "ancestors": [ - "https://ror.org/01xcepn55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h0eq657": { - "ancestors": [ - "https://ror.org/0526cz443" - ], - "descendants": [ - - ] - }, - "https://ror.org/003ns5237": { - "ancestors": [ - "https://ror.org/05bntm267" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mhktq57": { - "ancestors": [ - "https://ror.org/04srd9d93" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f4fbs05": { - "ancestors": [ - "https://ror.org/02hqwnx33" - ], - "descendants": [ - - ] - }, - "https://ror.org/045d0h266": { - "ancestors": [ - "https://ror.org/01c0x3431" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dvebt78": { - "ancestors": [ - "https://ror.org/01j0jk666" - ], - "descendants": [ - - ] - }, - "https://ror.org/034zsq795": { - "ancestors": [ - "https://ror.org/0537cvg39" - ], - "descendants": [ - - ] - }, - "https://ror.org/00reyx053": { - "ancestors": [ - "https://ror.org/03agge938" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ra3cs69": { - "ancestors": [ - "https://ror.org/03nqwhd11" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jszzb89": { - "ancestors": [ - "https://ror.org/00ker7c87" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e5zt867": { - "ancestors": [ - "https://ror.org/04n2d2p10" - ], - "descendants": [ - - ] - }, - "https://ror.org/0503v4y98": { - "ancestors": [ - "https://ror.org/0307bxz06" - ], - "descendants": [ - "https://ror.org/0132ebr60" - ] - }, - "https://ror.org/00ba1ja72": { - "ancestors": [ - "https://ror.org/00wm3b005" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f8c3y78": { - "ancestors": [ - "https://ror.org/00wm3b005" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tam1j96": { - "ancestors": [ - "https://ror.org/01n54ed02" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s50ft61": { - "ancestors": [ - "https://ror.org/0316ej306" - ], - "descendants": [ - - ] - }, - "https://ror.org/028t9cg70": { - "ancestors": [ - "https://ror.org/05wevan27" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f7yzh91": { - "ancestors": [ - "https://ror.org/02h0ps145" - ], - "descendants": [ - - ] - }, - "https://ror.org/01742jq13": { - "ancestors": [ - "https://ror.org/04kfn4587" - ], - "descendants": [ - - ] - }, - "https://ror.org/002qxpg72": { - "ancestors": [ - "https://ror.org/03nw6pt28" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sfkc120": { - "ancestors": [ - "https://ror.org/00yksxf10" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q8prw02": { - "ancestors": [ - "https://ror.org/01qw4g764" - ], - "descendants": [ - - ] - }, - "https://ror.org/004np3m61": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/042gfy005": { - "ancestors": [ - "https://ror.org/00b0p4j69" - ], - "descendants": [ - - ] - }, - "https://ror.org/025b2hx26": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0480zh114": { - "ancestors": [ - "https://ror.org/055tm7f07" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xm6sp43": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xfwhf17": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c697313": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xefvv79": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b2e6559": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03twzfb97": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/011qgx996": { - "ancestors": [ - "https://ror.org/0535c3537", - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/033sspj46": { - "ancestors": [ - "https://ror.org/04j7mzp05" - ], - "descendants": [ - - ] - }, - "https://ror.org/051jdqz70": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d6stm02": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/044bxz342": { - "ancestors": [ - "https://ror.org/00b0p4j69" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k3rdd90": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s5g6369": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kjy5h23": { - "ancestors": [ - "https://ror.org/0282p8n44", - "https://ror.org/037rrfx42" - ], - "descendants": [ - - ] - }, - "https://ror.org/0282p8n44": { - "ancestors": [ - "https://ror.org/037rrfx42" - ], - "descendants": [ - "https://ror.org/00bkzza76", - "https://ror.org/05kjy5h23", - "https://ror.org/02zbycv67", - "https://ror.org/031pw2y57", - "https://ror.org/025wz5n41", - "https://ror.org/04qzk5f10", - "https://ror.org/04zv7sm47", - "https://ror.org/01g3szs55", - "https://ror.org/0359zqq03", - "https://ror.org/02emtct55" - ] - }, - "https://ror.org/031pw2y57": { - "ancestors": [ - "https://ror.org/0282p8n44", - "https://ror.org/037rrfx42" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zbycv67": { - "ancestors": [ - "https://ror.org/0282p8n44", - "https://ror.org/037rrfx42" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q9dpj81": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/025wz5n41": { - "ancestors": [ - "https://ror.org/0282p8n44", - "https://ror.org/037rrfx42" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qzk5f10": { - "ancestors": [ - "https://ror.org/0282p8n44", - "https://ror.org/037rrfx42" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zv7sm47": { - "ancestors": [ - "https://ror.org/0282p8n44", - "https://ror.org/037rrfx42" - ], - "descendants": [ - - ] - }, - "https://ror.org/0359zqq03": { - "ancestors": [ - "https://ror.org/0282p8n44", - "https://ror.org/037rrfx42" - ], - "descendants": [ - - ] - }, - "https://ror.org/037kbz526": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bkzza76": { - "ancestors": [ - "https://ror.org/0282p8n44", - "https://ror.org/037rrfx42" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g3szs55": { - "ancestors": [ - "https://ror.org/0282p8n44", - "https://ror.org/037rrfx42" - ], - "descendants": [ - - ] - }, - "https://ror.org/02emtct55": { - "ancestors": [ - "https://ror.org/0282p8n44", - "https://ror.org/037rrfx42" - ], - "descendants": [ - - ] - }, - "https://ror.org/040mta007": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pngf508": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/002k06d85": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mhtp952": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fr3ga66": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fs8gp50": { - "ancestors": [ - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pjwdc92": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/046jx2h22": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04abdh096": { - "ancestors": [ - "https://ror.org/05crbcr45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02031rv53": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/008mems69": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jreb977": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dqhen73": { - "ancestors": [ - "https://ror.org/00fp9k450" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v3fc375": { - "ancestors": [ - "https://ror.org/03b94tp07" - ], - "descendants": [ - - ] - }, - "https://ror.org/058np3c43": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q7qty61": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ejh1102": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bzz5b22": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/057f4mk30": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ytn4d59": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q7e9e16": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z0c0y28": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a3xr262": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/051t3nd40": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tc04306": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wenm763": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00eaebe27": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01px8ca57": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02evj4e11": { - "ancestors": [ - "https://ror.org/019njds38" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f6qhc93": { - "ancestors": [ - "https://ror.org/019njds38" - ], - "descendants": [ - - ] - }, - "https://ror.org/044jx8018": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sssnv16": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qskrs45": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sb1nr29": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xc21a77": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m5wey82": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/024cft222": { - "ancestors": [ - "https://ror.org/0040r6f76" - ], - "descendants": [ - - ] - }, - "https://ror.org/03187yj51": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yd3zv45": { - "ancestors": [ - "https://ror.org/03vtyzs10" - ], - "descendants": [ - - ] - }, - "https://ror.org/03akq4247": { - "ancestors": [ - "https://ror.org/038sc5x72" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hwbev49": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/052q58629": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wdedb75": { - "ancestors": [ - "https://ror.org/00vtxwp63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h4kpz66": { - "ancestors": [ - "https://ror.org/03z9tma90", - "https://ror.org/04w9kkr77" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dcaj468": { - "ancestors": [ - "https://ror.org/04pkc8m17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01km14z09": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/014f9c269": { - "ancestors": [ - "https://ror.org/00njsd438", - "https://ror.org/02e9yx751" - ], - "descendants": [ - - ] - }, - "https://ror.org/012q68n89": { - "ancestors": [ - "https://ror.org/05w6wfp17", - "https://ror.org/02m388s04", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sehyt57": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/015sncd69": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/0492k9x16": { - "ancestors": [ - "https://ror.org/02ks8qq67" - ], - "descendants": [ - "https://ror.org/05ad0gz88", - "https://ror.org/05q8jhf15", - "https://ror.org/04vr0gs97", - "https://ror.org/0216hp691" - ] - }, - "https://ror.org/00yfw2296": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wba8r86": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rcgef49": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/049ebw417": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kp4cp54": { - "ancestors": [ - "https://ror.org/0560q5470" - ], - "descendants": [ - - ] - }, - "https://ror.org/057as5086": { - "ancestors": [ - "https://ror.org/02wsd5p50" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jr71r83": { - "ancestors": [ - "https://ror.org/02wsd5p50" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zz9wh30": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/031gy6182": { - "ancestors": [ - "https://ror.org/00fj8a872", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hh8pd76": { - "ancestors": [ - "https://ror.org/041vyyf82" - ], - "descendants": [ - - ] - }, - "https://ror.org/003snev59": { - "ancestors": [ - "https://ror.org/05b6ypc36" - ], - "descendants": [ - - ] - }, - "https://ror.org/049pb5632": { - "ancestors": [ - "https://ror.org/02g5p4n58" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tg5n396": { - "ancestors": [ - "https://ror.org/02aga1t67" - ], - "descendants": [ - - ] - }, - "https://ror.org/027y4yw29": { - "ancestors": [ - "https://ror.org/05exmmw78" - ], - "descendants": [ - - ] - }, - "https://ror.org/03819cc96": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/036kf9x78": { - "ancestors": [ - "https://ror.org/04dgpsg75" - ], - "descendants": [ - - ] - }, - "https://ror.org/024e28c54": { - "ancestors": [ - "https://ror.org/02g5p4n58" - ], - "descendants": [ - - ] - }, - "https://ror.org/042rb3y95": { - "ancestors": [ - "https://ror.org/01znsh139" - ], - "descendants": [ - - ] - }, - "https://ror.org/00792x745": { - "ancestors": [ - "https://ror.org/004nr3476" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xpxz171": { - "ancestors": [ - "https://ror.org/03de5n431" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bvw9k90": { - "ancestors": [ - "https://ror.org/01jy49h31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s39fg77": { - "ancestors": [ - "https://ror.org/01jy49h31" - ], - "descendants": [ - - ] - }, - "https://ror.org/017qkhg51": { - "ancestors": [ - "https://ror.org/05b7fdx35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ghyw285": { - "ancestors": [ - "https://ror.org/03xxx9y67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xw8f995": { - "ancestors": [ - "https://ror.org/01dy84y11" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vkk3485": { - "ancestors": [ - "https://ror.org/04hmrvg91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xsh4698": { - "ancestors": [ - "https://ror.org/02x2h0d07" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hn5j140": { - "ancestors": [ - "https://ror.org/01dy84y11" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ek4e159": { - "ancestors": [ - "https://ror.org/02x2h0d07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dyk5z88": { - "ancestors": [ - "https://ror.org/01bvpmp82" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t3phk92": { - "ancestors": [ - "https://ror.org/02tryst02" - ], - "descendants": [ - - ] - }, - "https://ror.org/0076k6d95": { - "ancestors": [ - "https://ror.org/02x2h0d07" - ], - "descendants": [ - - ] - }, - "https://ror.org/0355p2e87": { - "ancestors": [ - "https://ror.org/02tryst02" - ], - "descendants": [ - - ] - }, - "https://ror.org/059zcg682": { - "ancestors": [ - "https://ror.org/01q8f6705" - ], - "descendants": [ - - ] - }, - "https://ror.org/021swj028": { - "ancestors": [ - "https://ror.org/00akjja53", - "https://ror.org/02vbxt202" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qpbjw91": { - "ancestors": [ - "https://ror.org/0123ma395" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mfgkr43": { - "ancestors": [ - "https://ror.org/004nr3476" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fwcwt37": { - "ancestors": [ - "https://ror.org/02v81r985" - ], - "descendants": [ - - ] - }, - "https://ror.org/002qjv549": { - "ancestors": [ - "https://ror.org/02gfwng46" - ], - "descendants": [ - - ] - }, - "https://ror.org/053cetp63": { - "ancestors": [ - "https://ror.org/01jy49h31" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ye7b264": { - "ancestors": [ - "https://ror.org/041vyyf82" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pdacs91": { - "ancestors": [ - "https://ror.org/048vrgr14" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cdhs571": { - "ancestors": [ - "https://ror.org/004nr3476" - ], - "descendants": [ - - ] - }, - "https://ror.org/003kk8e92": { - "ancestors": [ - "https://ror.org/027b9qx26", - "https://ror.org/04mz5ra38" - ], - "descendants": [ - - ] - }, - "https://ror.org/02raw4k91": { - "ancestors": [ - "https://ror.org/03m91y692" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ezy0w74": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mmp2p33": { - "ancestors": [ - "https://ror.org/043affe91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tw0wf88": { - "ancestors": [ - "https://ror.org/02z4rsp10" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dwa3c44": { - "ancestors": [ - "https://ror.org/048vrgr14" - ], - "descendants": [ - - ] - }, - "https://ror.org/04achrx04": { - "ancestors": [ - "https://ror.org/017ctmv39" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zdhre16": { - "ancestors": [ - "https://ror.org/003yb7p17" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q4ktw86": { - "ancestors": [ - "https://ror.org/004zaxy19" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x7ptd63": { - "ancestors": [ - "https://ror.org/03cjntr43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m1q4162": { - "ancestors": [ - "https://ror.org/02vq92e47" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bcp9s34": { - "ancestors": [ - "https://ror.org/05n8ah907" - ], - "descendants": [ - - ] - }, - "https://ror.org/0366tzh77": { - "ancestors": [ - "https://ror.org/02hwey921" - ], - "descendants": [ - - ] - }, - "https://ror.org/016731f38": { - "ancestors": [ - "https://ror.org/02bn55144" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mke2t69": { - "ancestors": [ - "https://ror.org/02bn55144" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yq5aa85": { - "ancestors": [ - "https://ror.org/00grd1h17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gttkw41": { - "ancestors": [ - "https://ror.org/03x1ewr52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t67hw32": { - "ancestors": [ - "https://ror.org/02hk0xz87" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gqy2z96": { - "ancestors": [ - "https://ror.org/03h7zc707" - ], - "descendants": [ - - ] - }, - "https://ror.org/058w9hg07": { - "ancestors": [ - "https://ror.org/04z69s492" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cedkn40": { - "ancestors": [ - "https://ror.org/01fe0jt45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xqjsc25": { - "ancestors": [ - "https://ror.org/05cv56b48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jsrac29": { - "ancestors": [ - "https://ror.org/035gt5s03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01784jw84": { - "ancestors": [ - "https://ror.org/02bbd5539" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f3pgg92": { - "ancestors": [ - "https://ror.org/05twxmr11" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y09zk14": { - "ancestors": [ - "https://ror.org/01hafxd32" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c4r0z03": { - "ancestors": [ - "https://ror.org/04h1q4c89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vdy5891": { - "ancestors": [ - "https://ror.org/00ntmzg98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bx2zy40": { - "ancestors": [ - "https://ror.org/013k5y296" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w362f32": { - "ancestors": [ - "https://ror.org/02c6kb837" - ], - "descendants": [ - - ] - }, - "https://ror.org/0105jwh54": { - "ancestors": [ - "https://ror.org/021sjst25" - ], - "descendants": [ - - ] - }, - "https://ror.org/026sfkz12": { - "ancestors": [ - "https://ror.org/005jw9139" - ], - "descendants": [ - - ] - }, - "https://ror.org/031zzq071": { - "ancestors": [ - "https://ror.org/01fe0jt45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ay2hv83": { - "ancestors": [ - "https://ror.org/05sqf9v67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hadm580": { - "ancestors": [ - "https://ror.org/01qhm7e49" - ], - "descendants": [ - - ] - }, - "https://ror.org/026pdc066": { - "ancestors": [ - "https://ror.org/01qhm7e49" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j0njm34": { - "ancestors": [ - "https://ror.org/01znsh139" - ], - "descendants": [ - - ] - }, - "https://ror.org/050j82f52": { - "ancestors": [ - "https://ror.org/05he43612" - ], - "descendants": [ - - ] - }, - "https://ror.org/055c4qx71": { - "ancestors": [ - "https://ror.org/01vvnn702" - ], - "descendants": [ - - ] - }, - "https://ror.org/0536ew874": { - "ancestors": [ - "https://ror.org/00mgss748" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fmck729": { - "ancestors": [ - "https://ror.org/00enahz60", - "https://ror.org/02fq16441" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gwmtg18": { - "ancestors": [ - "https://ror.org/03bw04561" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rw27z95": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fner397": { - "ancestors": [ - "https://ror.org/035gt5s03" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d3djg48": { - "ancestors": [ - "https://ror.org/002zrf773" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mcc7007": { - "ancestors": [ - "https://ror.org/01b5d7p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w8f3q52": { - "ancestors": [ - "https://ror.org/01brx0y03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bwhc913": { - "ancestors": [ - "https://ror.org/02mp31p96" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cc1db63": { - "ancestors": [ - "https://ror.org/02mp31p96" - ], - "descendants": [ - - ] - }, - "https://ror.org/008558y11": { - "ancestors": [ - "https://ror.org/006sbr164", - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x2gk324": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kf1yd19": { - "ancestors": [ - "https://ror.org/03qef0j11" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sjbw709": { - "ancestors": [ - "https://ror.org/017rhna63" - ], - "descendants": [ - - ] - }, - "https://ror.org/020rf1w57": { - "ancestors": [ - "https://ror.org/017rhna63" - ], - "descendants": [ - - ] - }, - "https://ror.org/057nzpd74": { - "ancestors": [ - "https://ror.org/027etx825" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h446q73": { - "ancestors": [ - "https://ror.org/059rn9488" - ], - "descendants": [ - - ] - }, - "https://ror.org/027t2s119": { - "ancestors": [ - "https://ror.org/01ek73717" - ], - "descendants": [ - - ] - }, - "https://ror.org/038ajj330": { - "ancestors": [ - "https://ror.org/02azyxf26" - ], - "descendants": [ - - ] - }, - "https://ror.org/019znhj20": { - "ancestors": [ - "https://ror.org/002z0cd60" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b9ph040": { - "ancestors": [ - "https://ror.org/009a2jy80" - ], - "descendants": [ - - ] - }, - "https://ror.org/046ry7m83": { - "ancestors": [ - "https://ror.org/01zt0tq34" - ], - "descendants": [ - - ] - }, - "https://ror.org/033zgjc96": { - "ancestors": [ - "https://ror.org/04tjehp55" - ], - "descendants": [ - - ] - }, - "https://ror.org/031sgpn76": { - "ancestors": [ - "https://ror.org/04ryqpf83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03whnfd14": { - "ancestors": [ - "https://ror.org/02h0ps145" - ], - "descendants": [ - - ] - }, - "https://ror.org/051vpgk97": { - "ancestors": [ - "https://ror.org/0326v3z14" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e4g6t41": { - "ancestors": [ - "https://ror.org/03x705365", - "https://ror.org/04d170j15" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r33km95": { - "ancestors": [ - "https://ror.org/04rt77q92" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kz8hh27": { - "ancestors": [ - "https://ror.org/02hwyte29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j8b8469": { - "ancestors": [ - "https://ror.org/01t1aqm70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xs70477": { - "ancestors": [ - "https://ror.org/02tfv4t78" - ], - "descendants": [ - - ] - }, - "https://ror.org/04asmh688": { - "ancestors": [ - "https://ror.org/02tfv4t78" - ], - "descendants": [ - - ] - }, - "https://ror.org/0328rvw59": { - "ancestors": [ - "https://ror.org/04z3mgg43" - ], - "descendants": [ - - ] - }, - "https://ror.org/027qdw603": { - "ancestors": [ - "https://ror.org/04w8xa018" - ], - "descendants": [ - - ] - }, - "https://ror.org/017zzp047": { - "ancestors": [ - "https://ror.org/02vq92e47" - ], - "descendants": [ - - ] - }, - "https://ror.org/055v9fh02": { - "ancestors": [ - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xm57x75": { - "ancestors": [ - "https://ror.org/02xta6736", - "https://ror.org/03afd8w19" - ], - "descendants": [ - - ] - }, - "https://ror.org/05df6vn84": { - "ancestors": [ - "https://ror.org/00qcr4910" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m4ve365": { - "ancestors": [ - "https://ror.org/03a3xs663" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j4ss342": { - "ancestors": [ - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nqcmv36": { - "ancestors": [ - "https://ror.org/03g3m1w62" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ttsqg93": { - "ancestors": [ - "https://ror.org/00grd1h17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kg4f866": { - "ancestors": [ - "https://ror.org/044r0st32" - ], - "descendants": [ - - ] - }, - "https://ror.org/052mh6j19": { - "ancestors": [ - "https://ror.org/012j0vk40" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q11zr32": { - "ancestors": [ - "https://ror.org/02fnq0s83" - ], - "descendants": [ - - ] - }, - "https://ror.org/050332k40": { - "ancestors": [ - "https://ror.org/02ky6c719" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hpp8k10": { - "ancestors": [ - "https://ror.org/0288c6p43" - ], - "descendants": [ - - ] - }, - "https://ror.org/004hb4039": { - "ancestors": [ - "https://ror.org/039pgdx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cbf2j49": { - "ancestors": [ - "https://ror.org/039pgdx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/049jgef55": { - "ancestors": [ - "https://ror.org/039pgdx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qxrgg46": { - "ancestors": [ - "https://ror.org/00m8prc86" - ], - "descendants": [ - - ] - }, - "https://ror.org/000va8z45": { - "ancestors": [ - "https://ror.org/004np0e76" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yvg9s13": { - "ancestors": [ - "https://ror.org/03g3m1w62" - ], - "descendants": [ - - ] - }, - "https://ror.org/04safzk84": { - "ancestors": [ - "https://ror.org/04m91d487" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gx8w417": { - "ancestors": [ - "https://ror.org/02df8t483" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a0vqv69": { - "ancestors": [ - "https://ror.org/032hx4q18" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f1r9295": { - "ancestors": [ - "https://ror.org/032hx4q18" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gw9ve49": { - "ancestors": [ - "https://ror.org/01n04jf21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z6j1174": { - "ancestors": [ - "https://ror.org/00pn5a327" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f1m2f12": { - "ancestors": [ - "https://ror.org/0415p9s42" - ], - "descendants": [ - - ] - }, - "https://ror.org/0572qa274": { - "ancestors": [ - "https://ror.org/02029yx61" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rgzab50": { - "ancestors": [ - "https://ror.org/04rt77q92" - ], - "descendants": [ - - ] - }, - "https://ror.org/011nyg256": { - "ancestors": [ - "https://ror.org/04rt77q92" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zq68n70": { - "ancestors": [ - "https://ror.org/003j7nn34" - ], - "descendants": [ - - ] - }, - "https://ror.org/0334rzs32": { - "ancestors": [ - "https://ror.org/04rt77q92" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hm2f981": { - "ancestors": [ - "https://ror.org/00n83m850" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fymn751": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0515mqy80": { - "ancestors": [ - "https://ror.org/05tdzsq49" - ], - "descendants": [ - - ] - }, - "https://ror.org/01149dp52": { - "ancestors": [ - "https://ror.org/05cnabr44" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vfz8743": { - "ancestors": [ - "https://ror.org/02t71h845" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pvn1h36": { - "ancestors": [ - "https://ror.org/01qat3289" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j8cdz25": { - "ancestors": [ - "https://ror.org/004cdt922" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vva9s75": { - "ancestors": [ - "https://ror.org/01z00ad02" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p4cdb03": { - "ancestors": [ - "https://ror.org/0481xe004" - ], - "descendants": [ - - ] - }, - "https://ror.org/055s23s22": { - "ancestors": [ - "https://ror.org/058qcpv96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fzah020": { - "ancestors": [ - "https://ror.org/03qmsrr79" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xjvwt10": { - "ancestors": [ - "https://ror.org/058qcpv96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03thg1m49": { - "ancestors": [ - "https://ror.org/058qcpv96" - ], - "descendants": [ - - ] - }, - "https://ror.org/007nce146": { - "ancestors": [ - "https://ror.org/027970q43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cwjwn07": { - "ancestors": [ - "https://ror.org/02aga1t67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t7ypr69": { - "ancestors": [ - "https://ror.org/02j2cf778" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bcmhv69": { - "ancestors": [ - "https://ror.org/03xm51a29" - ], - "descendants": [ - - ] - }, - "https://ror.org/035t0dt07": { - "ancestors": [ - "https://ror.org/00ker7c87" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s1pd637": { - "ancestors": [ - "https://ror.org/02dw7ch21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ec38531": { - "ancestors": [ - "https://ror.org/02dw7ch21" - ], - "descendants": [ - - ] - }, - "https://ror.org/0150aaa23": { - "ancestors": [ - "https://ror.org/01tpbbf75" - ], - "descendants": [ - - ] - }, - "https://ror.org/030cs0206": { - "ancestors": [ - "https://ror.org/00bxkz165" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jrd4q87": { - "ancestors": [ - "https://ror.org/03jjhm649" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gsjv132": { - "ancestors": [ - "https://ror.org/00qp5gr06" - ], - "descendants": [ - - ] - }, - "https://ror.org/010brrt54": { - "ancestors": [ - "https://ror.org/004zaxy19" - ], - "descendants": [ - - ] - }, - "https://ror.org/023pvcn20": { - "ancestors": [ - "https://ror.org/04w8xa018" - ], - "descendants": [ - - ] - }, - "https://ror.org/009dxjw45": { - "ancestors": [ - "https://ror.org/004zaxy19" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ffhf815": { - "ancestors": [ - "https://ror.org/03q7jt003" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xttnp21": { - "ancestors": [ - "https://ror.org/03q7jt003" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wqk8p58": { - "ancestors": [ - "https://ror.org/04wf6rg14" - ], - "descendants": [ - - ] - }, - "https://ror.org/039t7ab07": { - "ancestors": [ - "https://ror.org/05474q779" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rzhfa50": { - "ancestors": [ - "https://ror.org/01v376g59" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c7qwq82": { - "ancestors": [ - "https://ror.org/042fpk261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bq9hz14": { - "ancestors": [ - "https://ror.org/030qsdn71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qg98577": { - "ancestors": [ - "https://ror.org/030qsdn71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01chnvp81": { - "ancestors": [ - "https://ror.org/02g55p177" - ], - "descendants": [ - - ] - }, - "https://ror.org/04max0939": { - "ancestors": [ - "https://ror.org/038e2g226" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vvkvt81": { - "ancestors": [ - "https://ror.org/01jpp1g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/023qkzz98": { - "ancestors": [ - "https://ror.org/006sbr164", - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/042q91e23": { - "ancestors": [ - "https://ror.org/01yhxf067" - ], - "descendants": [ - - ] - }, - "https://ror.org/026kmj910": { - "ancestors": [ - "https://ror.org/02vbxt202" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fsqxg82": { - "ancestors": [ - "https://ror.org/03jc1ps31" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mycfe72": { - "ancestors": [ - "https://ror.org/02bbd5539" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jgtkc28": { - "ancestors": [ - "https://ror.org/02d6ew870" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fm2yw69": { - "ancestors": [ - "https://ror.org/04609ps55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00148fb49": { - "ancestors": [ - "https://ror.org/04b2dty93" - ], - "descendants": [ - - ] - }, - "https://ror.org/02prth598": { - "ancestors": [ - "https://ror.org/05xmzbk80" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cnk1752": { - "ancestors": [ - "https://ror.org/0428qnk54" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gjjxa05": { - "ancestors": [ - "https://ror.org/03bfapt22" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n8fxy07": { - "ancestors": [ - "https://ror.org/02ybv7q93" - ], - "descendants": [ - - ] - }, - "https://ror.org/01svrpv75": { - "ancestors": [ - "https://ror.org/05he43612" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jn7ba52": { - "ancestors": [ - "https://ror.org/03s918289" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k2z4866": { - "ancestors": [ - "https://ror.org/03yfbaq97", - "https://ror.org/01bfbvm65", - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fzcfb55": { - "ancestors": [ - "https://ror.org/03yfbaq97", - "https://ror.org/01bfbvm65", - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/019pmpn80": { - "ancestors": [ - "https://ror.org/043affe91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fesrm20": { - "ancestors": [ - "https://ror.org/051tn6h07" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mdyrb51": { - "ancestors": [ - "https://ror.org/015vnk029" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e4dyg78": { - "ancestors": [ - "https://ror.org/02t71h845" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zxsvn45": { - "ancestors": [ - "https://ror.org/04hmrvg91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c3f7x68": { - "ancestors": [ - "https://ror.org/058ryjm64" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wstmm20": { - "ancestors": [ - "https://ror.org/00a1e9e96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ckpfd66": { - "ancestors": [ - "https://ror.org/059rn9488" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sam1g35": { - "ancestors": [ - "https://ror.org/023th6c34" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jrmm111": { - "ancestors": [ - "https://ror.org/009a2jy80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wqp7c62": { - "ancestors": [ - "https://ror.org/009a2jy80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wt6rn90": { - "ancestors": [ - "https://ror.org/059rn9488" - ], - "descendants": [ - - ] - }, - "https://ror.org/0465gqs65": { - "ancestors": [ - "https://ror.org/021sjst25" - ], - "descendants": [ - - ] - }, - "https://ror.org/027g0hb56": { - "ancestors": [ - "https://ror.org/02exqgm79" - ], - "descendants": [ - - ] - }, - "https://ror.org/016kvft77": { - "ancestors": [ - "https://ror.org/05kxbz959" - ], - "descendants": [ - "https://ror.org/01s2j5a22", - "https://ror.org/028394g81" - ] - }, - "https://ror.org/009z7vc79": { - "ancestors": [ - "https://ror.org/05kxbz959" - ], - "descendants": [ - - ] - }, - "https://ror.org/02axkyn34": { - "ancestors": [ - "https://ror.org/03696td91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p5v7r13": { - "ancestors": [ - "https://ror.org/05pwxq352" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rzpns50": { - "ancestors": [ - "https://ror.org/05kxbz959" - ], - "descendants": [ - - ] - }, - "https://ror.org/050btbx23": { - "ancestors": [ - "https://ror.org/027sr5070" - ], - "descendants": [ - - ] - }, - "https://ror.org/02stn1573": { - "ancestors": [ - "https://ror.org/018nb9n34" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mavrn48": { - "ancestors": [ - "https://ror.org/0326v3z14" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dw3yn87": { - "ancestors": [ - "https://ror.org/03qfmjv22" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zswhd24": { - "ancestors": [ - "https://ror.org/02ayh6y70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h6s5242": { - "ancestors": [ - "https://ror.org/05qzbtg69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vxxnr42": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c6c1603": { - "ancestors": [ - "https://ror.org/05evsnd79" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d71b291": { - "ancestors": [ - "https://ror.org/01znsh139" - ], - "descendants": [ - - ] - }, - "https://ror.org/041s2fp12": { - "ancestors": [ - "https://ror.org/03r46a684" - ], - "descendants": [ - - ] - }, - "https://ror.org/053y02f02": { - "ancestors": [ - "https://ror.org/051b2q112" - ], - "descendants": [ - - ] - }, - "https://ror.org/005d42743": { - "ancestors": [ - "https://ror.org/004cdt922" - ], - "descendants": [ - - ] - }, - "https://ror.org/024dzge57": { - "ancestors": [ - "https://ror.org/01mtp2k51" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ybwam46": { - "ancestors": [ - "https://ror.org/04qce9v53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gk2j051": { - "ancestors": [ - "https://ror.org/0537cvg39" - ], - "descendants": [ - - ] - }, - "https://ror.org/040y3df60": { - "ancestors": [ - "https://ror.org/00d801g55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f89zf73": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/034ca4k86": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hcj0e04": { - "ancestors": [ - "https://ror.org/02ky6c719" - ], - "descendants": [ - - ] - }, - "https://ror.org/0131hr478": { - "ancestors": [ - "https://ror.org/01411sx56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ta62x83": { - "ancestors": [ - "https://ror.org/01c7p3v19" - ], - "descendants": [ - - ] - }, - "https://ror.org/028kj2697": { - "ancestors": [ - "https://ror.org/051b2q112" - ], - "descendants": [ - - ] - }, - "https://ror.org/010s5m858": { - "ancestors": [ - "https://ror.org/01v0pgv63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01155gk87": { - "ancestors": [ - "https://ror.org/02903cd17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bm3g510": { - "ancestors": [ - "https://ror.org/038ckz871" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q7tkf98": { - "ancestors": [ - "https://ror.org/03nrtgs61" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ynxc274": { - "ancestors": [ - "https://ror.org/016t1kc57" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qkmhj58": { - "ancestors": [ - "https://ror.org/016t1kc57" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r1v8s38": { - "ancestors": [ - "https://ror.org/010c9nr19" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g6qd913": { - "ancestors": [ - "https://ror.org/010c9nr19" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j4xxv23": { - "ancestors": [ - "https://ror.org/05d236h53" - ], - "descendants": [ - - ] - }, - "https://ror.org/019pzpd68": { - "ancestors": [ - "https://ror.org/04rn3ph18" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tee0349": { - "ancestors": [ - "https://ror.org/04rn3ph18" - ], - "descendants": [ - - ] - }, - "https://ror.org/03amme506": { - "ancestors": [ - "https://ror.org/03n2emr48" - ], - "descendants": [ - - ] - }, - "https://ror.org/041t5sq72": { - "ancestors": [ - "https://ror.org/00w91z143" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jht7h37": { - "ancestors": [ - "https://ror.org/03n2emr48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kv9s375": { - "ancestors": [ - "https://ror.org/02y22dj89" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nz79105": { - "ancestors": [ - "https://ror.org/01bv1r935" - ], - "descendants": [ - - ] - }, - "https://ror.org/031b6ch69": { - "ancestors": [ - "https://ror.org/021sjst25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ceqgg02": { - "ancestors": [ - "https://ror.org/015bz4634" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ag1vy72": { - "ancestors": [ - "https://ror.org/00w6car46" - ], - "descendants": [ - - ] - }, - "https://ror.org/035vnjr65": { - "ancestors": [ - "https://ror.org/0326v3z14" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mmvmh32": { - "ancestors": [ - "https://ror.org/03x1ewr52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c6jsb22": { - "ancestors": [ - "https://ror.org/05tzrdd39", - "https://ror.org/02rgsr590" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n4y8m86": { - "ancestors": [ - "https://ror.org/02eqd9a40" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gfzp482": { - "ancestors": [ - "https://ror.org/00ghqgy32", - "https://ror.org/006wm7015" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wnay029": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g1g7v23": { - "ancestors": [ - "https://ror.org/03jqyh750" - ], - "descendants": [ - - ] - }, - "https://ror.org/02smvmz76": { - "ancestors": [ - "https://ror.org/00tgr2h49", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ggfw624": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/025ejqq45": { - "ancestors": [ - "https://ror.org/04wcaa208" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p8wcy85": { - "ancestors": [ - "https://ror.org/01twn9665", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/028m66c44": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/039hpv827": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gqnz112": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b1v3160": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05skghf24": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wbz7w60": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qt3dj82": { - "ancestors": [ - "https://ror.org/0218eta95", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a33r812": { - "ancestors": [ - "https://ror.org/01twn9665", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mj88198": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s28ec08": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mx1ea71": { - "ancestors": [ - "https://ror.org/01twn9665", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/051x4a456": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/002vd5g50": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/020e8vq13": { - "ancestors": [ - "https://ror.org/02ae4g054", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/034s8ev31": { - "ancestors": [ - "https://ror.org/05yqfsf29", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bpsvx03": { - "ancestors": [ - "https://ror.org/04r2bgz73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z8ws214": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q34dp24": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yhwa418": { - "ancestors": [ - "https://ror.org/03ycqrz18", - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hgkrr64": { - "ancestors": [ - "https://ror.org/055tm7f07" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w0rjw17": { - "ancestors": [ - "https://ror.org/03w8cva37", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wyj1j88": { - "ancestors": [ - "https://ror.org/04sn6y446" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ch3q361": { - "ancestors": [ - "https://ror.org/009axkg17" - ], - "descendants": [ - - ] - }, - "https://ror.org/047f7tv05": { - "ancestors": [ - "https://ror.org/01xnsst08" - ], - "descendants": [ - - ] - }, - "https://ror.org/005qnwq38": { - "ancestors": [ - "https://ror.org/05n8ah907" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rh00978": { - "ancestors": [ - "https://ror.org/01zcpa714" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t6rqp97": { - "ancestors": [ - "https://ror.org/01xnsst08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0276n9116": { - "ancestors": [ - "https://ror.org/02xk7ft96", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tqpxw66": { - "ancestors": [ - "https://ror.org/00baer621" - ], - "descendants": [ - - ] - }, - "https://ror.org/007d4jn78": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/054r35483": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p4ws960": { - "ancestors": [ - "https://ror.org/036bcm133" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p1sp487": { - "ancestors": [ - "https://ror.org/013cf5k59" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f0q1x96": { - "ancestors": [ - "https://ror.org/02gv1pt92" - ], - "descendants": [ - - ] - }, - "https://ror.org/009tscw31": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00be3zh53": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xx5qr89": { - "ancestors": [ - "https://ror.org/007dnkv23" - ], - "descendants": [ - - ] - }, - "https://ror.org/044ahzg50": { - "ancestors": [ - "https://ror.org/05tywyy79" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fjdwh53": { - "ancestors": [ - "https://ror.org/02f5aec20" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j495q26": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fkw1114": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b73x603": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x7xkr71": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wxw4x45": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gdcn153": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kakgh93": { - "ancestors": [ - "https://ror.org/01w01n720" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mpm3k87": { - "ancestors": [ - "https://ror.org/02ntv3742" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zy2nt21": { - "ancestors": [ - "https://ror.org/04vyex278" - ], - "descendants": [ - - ] - }, - "https://ror.org/03aervg81": { - "ancestors": [ - "https://ror.org/01bb7mj11" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kd5wn07": { - "ancestors": [ - "https://ror.org/03jn2ja08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gtsa866": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fm1bt30": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dnvjf04": { - "ancestors": [ - "https://ror.org/0079deh61", - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h3yks88": { - "ancestors": [ - "https://ror.org/01bghzb51" - ], - "descendants": [ - - ] - }, - "https://ror.org/052a20h63": { - "ancestors": [ - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pthyn77": { - "ancestors": [ - "https://ror.org/0190ak572" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hb6w248": { - "ancestors": [ - "https://ror.org/03vvynj75", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d7d0579": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/048tnm037": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p8r6x45": { - "ancestors": [ - "https://ror.org/00wge5k78" - ], - "descendants": [ - - ] - }, - "https://ror.org/010ftx126": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kqvrr98": { - "ancestors": [ - "https://ror.org/042ge0913", - "https://ror.org/05t0w3074" - ], - "descendants": [ - - ] - }, - "https://ror.org/01aspja26": { - "ancestors": [ - "https://ror.org/01t20sn94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d582b74": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b1cg663": { - "ancestors": [ - "https://ror.org/018zm7341" - ], - "descendants": [ - - ] - }, - "https://ror.org/043m3hn34": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v48ps49": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kb97560": { - "ancestors": [ - "https://ror.org/0130jk839" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d8jqg89": { - "ancestors": [ - "https://ror.org/01cdrde68" - ], - "descendants": [ - - ] - }, - "https://ror.org/054qw7j13": { - "ancestors": [ - "https://ror.org/01xnsst08" - ], - "descendants": [ - - ] - }, - "https://ror.org/038p3gq39": { - "ancestors": [ - "https://ror.org/040dkzz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wz9xk91": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nv4he32": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xw60528": { - "ancestors": [ - "https://ror.org/03rqcfv80", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/057cmsp85": { - "ancestors": [ - "https://ror.org/0288c6p43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h376w15": { - "ancestors": [ - "https://ror.org/02eqd9a40" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yqk5t74": { - "ancestors": [ - "https://ror.org/002adfz67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gfr8917": { - "ancestors": [ - "https://ror.org/031npzc88" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jrevc54": { - "ancestors": [ - "https://ror.org/04hmrvg91" - ], - "descendants": [ - - ] - }, - "https://ror.org/017z4ep79": { - "ancestors": [ - "https://ror.org/056c8b450" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vb8st39": { - "ancestors": [ - "https://ror.org/05d2pc330", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hd52462": { - "ancestors": [ - "https://ror.org/0326v3z14" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yewjk07": { - "ancestors": [ - "https://ror.org/04p8ejq70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s5rh151": { - "ancestors": [ - "https://ror.org/039k11f95" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v258z19": { - "ancestors": [ - "https://ror.org/04g3scy39" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ew37b76": { - "ancestors": [ - "https://ror.org/04dkp1p98", - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0379ygx07": { - "ancestors": [ - "https://ror.org/03cjntr43" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ptgb204": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pqjm879": { - "ancestors": [ - "https://ror.org/003yb7p17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00thhss72": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dxh1n93": { - "ancestors": [ - "https://ror.org/057d3rj91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rab9670": { - "ancestors": [ - "https://ror.org/04r739x86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ajjdx52": { - "ancestors": [ - "https://ror.org/002yxfz10" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wvnx995": { - "ancestors": [ - "https://ror.org/035gt5s03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t9zpz97": { - "ancestors": [ - "https://ror.org/03x705365", - "https://ror.org/04d170j15" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fjgt095": { - "ancestors": [ - "https://ror.org/02xvc5r05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t0zzz08": { - "ancestors": [ - "https://ror.org/043affe91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0098qsx72": { - "ancestors": [ - "https://ror.org/020v32r42" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d2rrs40": { - "ancestors": [ - "https://ror.org/04gecbm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nvxe113": { - "ancestors": [ - "https://ror.org/005jw9139" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d0v0049": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/015eg4898": { - "ancestors": [ - "https://ror.org/02xvc5r05" - ], - "descendants": [ - - ] - }, - "https://ror.org/052tbr029": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bxq3a59": { - "ancestors": [ - "https://ror.org/03tf9y485" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b98w967": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/025x0cj89": { - "ancestors": [ - "https://ror.org/04rn3ph18" - ], - "descendants": [ - - ] - }, - "https://ror.org/043k84p27": { - "ancestors": [ - "https://ror.org/037405308" - ], - "descendants": [ - "https://ror.org/02w6dpq08" - ] - }, - "https://ror.org/018apx651": { - "ancestors": [ - "https://ror.org/02xvc5r05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p74nw72": { - "ancestors": [ - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fykd523": { - "ancestors": [ - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fvmm618": { - "ancestors": [ - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sm4gx39": { - "ancestors": [ - "https://ror.org/03ncs3316" - ], - "descendants": [ - - ] - }, - "https://ror.org/0255r2t12": { - "ancestors": [ - "https://ror.org/03jc5ts66" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fqdw168": { - "ancestors": [ - "https://ror.org/050khh066", - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b6zxk24": { - "ancestors": [ - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g4ze844": { - "ancestors": [ - "https://ror.org/02azyxf26" - ], - "descendants": [ - - ] - }, - "https://ror.org/042b06z11": { - "ancestors": [ - "https://ror.org/03mwypp50" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p3e1n56": { - "ancestors": [ - "https://ror.org/010fjvp93" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f7vya03": { - "ancestors": [ - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vz3ga16": { - "ancestors": [ - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vj25186": { - "ancestors": [ - "https://ror.org/055mvz558" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c2m5174": { - "ancestors": [ - "https://ror.org/03dsc8d33" - ], - "descendants": [ - - ] - }, - "https://ror.org/0321v8618": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0500yaj74": { - "ancestors": [ - "https://ror.org/02xvc5r05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w6dpq08": { - "ancestors": [ - "https://ror.org/043k84p27", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b2vwt46": { - "ancestors": [ - "https://ror.org/02xvc5r05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vd4tk35": { - "ancestors": [ - "https://ror.org/05daj2k82" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sy11p04": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a7gbp98": { - "ancestors": [ - "https://ror.org/02b5d8509", - "https://ror.org/001aqnf71" - ], - "descendants": [ - "https://ror.org/047d2d387" - ] - }, - "https://ror.org/01y6s7h62": { - "ancestors": [ - "https://ror.org/01pvzsz53" - ], - "descendants": [ - - ] - }, - "https://ror.org/051vnys61": { - "ancestors": [ - "https://ror.org/00ntmzg98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w6n5s59": { - "ancestors": [ - "https://ror.org/00grd1h17" - ], - "descendants": [ - - ] - }, - "https://ror.org/0272m3153": { - "ancestors": [ - "https://ror.org/025pp6560" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r6h9t04": { - "ancestors": [ - "https://ror.org/05he43612" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ww6xe24": { - "ancestors": [ - "https://ror.org/017sazg79" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f2ewd15": { - "ancestors": [ - "https://ror.org/04pkc8m17" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bqd9t64": { - "ancestors": [ - "https://ror.org/00kvz1558" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gym2132": { - "ancestors": [ - "https://ror.org/006zwjq84" - ], - "descendants": [ - - ] - }, - "https://ror.org/050d1hk46": { - "ancestors": [ - "https://ror.org/00w32k615" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fjbw519": { - "ancestors": [ - "https://ror.org/059hsda18" - ], - "descendants": [ - - ] - }, - "https://ror.org/003js0r95": { - "ancestors": [ - "https://ror.org/00j83wy46" - ], - "descendants": [ - - ] - }, - "https://ror.org/015c8af10": { - "ancestors": [ - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/007c37917": { - "ancestors": [ - "https://ror.org/00x7b5g69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v71zy84": { - "ancestors": [ - "https://ror.org/0370d1z23" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nkrqs25": { - "ancestors": [ - "https://ror.org/01jgdnq42" - ], - "descendants": [ - - ] - }, - "https://ror.org/037mzh527": { - "ancestors": [ - "https://ror.org/03m91y692" - ], - "descendants": [ - - ] - }, - "https://ror.org/043tqah33": { - "ancestors": [ - "https://ror.org/02aq67p44", - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rx9np38": { - "ancestors": [ - "https://ror.org/03mmk1j33" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nabdh22": { - "ancestors": [ - "https://ror.org/043cxr310" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mx6gt82": { - "ancestors": [ - "https://ror.org/010c9nr19" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s3xvj56": { - "ancestors": [ - "https://ror.org/01hmp0h76" - ], - "descendants": [ - - ] - }, - "https://ror.org/043frz513": { - "ancestors": [ - "https://ror.org/02g0rnd87" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qysf282": { - "ancestors": [ - "https://ror.org/002h3mc90" - ], - "descendants": [ - - ] - }, - "https://ror.org/032wr9623": { - "ancestors": [ - "https://ror.org/01kmxkx53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zna3e03": { - "ancestors": [ - "https://ror.org/00s7bz409" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gfjdb18": { - "ancestors": [ - "https://ror.org/04srd9d93" - ], - "descendants": [ - - ] - }, - "https://ror.org/035fxx726": { - "ancestors": [ - "https://ror.org/05xmzbk80" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hxss661": { - "ancestors": [ - "https://ror.org/04jndar25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0487grk59": { - "ancestors": [ - "https://ror.org/047yd6g50" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s95xt63": { - "ancestors": [ - "https://ror.org/05gg0gh87" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ggpbw68": { - "ancestors": [ - "https://ror.org/0311h6702" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h40ds73": { - "ancestors": [ - "https://ror.org/04p8w0f39" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xqv3p85": { - "ancestors": [ - "https://ror.org/04hjbmv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/04185av43": { - "ancestors": [ - "https://ror.org/018nb9n34" - ], - "descendants": [ - - ] - }, - "https://ror.org/043wc6127": { - "ancestors": [ - "https://ror.org/05kewds18" - ], - "descendants": [ - - ] - }, - "https://ror.org/014yket62": { - "ancestors": [ - "https://ror.org/01zmty518" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zw8r556": { - "ancestors": [ - "https://ror.org/01v0pgv63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b6ear34": { - "ancestors": [ - "https://ror.org/01jpp1g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wsdn138": { - "ancestors": [ - "https://ror.org/00q4gxb20" - ], - "descendants": [ - - ] - }, - "https://ror.org/0072m3y51": { - "ancestors": [ - "https://ror.org/006c77m33" - ], - "descendants": [ - - ] - }, - "https://ror.org/0063zxz13": { - "ancestors": [ - "https://ror.org/01kcjb027" - ], - "descendants": [ - - ] - }, - "https://ror.org/01004y747": { - "ancestors": [ - "https://ror.org/043epsf53" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jrxre70": { - "ancestors": [ - "https://ror.org/00vyp4f52" - ], - "descendants": [ - - ] - }, - "https://ror.org/0000h6r91": { - "ancestors": [ - "https://ror.org/03rks9355" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yq51g52": { - "ancestors": [ - "https://ror.org/007tnc411" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d6n5j65": { - "ancestors": [ - "https://ror.org/04d96be50" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wyxrk96": { - "ancestors": [ - "https://ror.org/01gr09x64" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zkeq752": { - "ancestors": [ - "https://ror.org/04ryqpf83" - ], - "descendants": [ - - ] - }, - "https://ror.org/020h5rq76": { - "ancestors": [ - "https://ror.org/000cytz87" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fykt827": { - "ancestors": [ - "https://ror.org/03h6x6x11" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zp8dw64": { - "ancestors": [ - "https://ror.org/04ecrg623" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b00s810": { - "ancestors": [ - "https://ror.org/05cnabr44" - ], - "descendants": [ - - ] - }, - "https://ror.org/036dq0x98": { - "ancestors": [ - "https://ror.org/05s8x7560" - ], - "descendants": [ - - ] - }, - "https://ror.org/0228gqj17": { - "ancestors": [ - "https://ror.org/03fs66f88" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jd8yr11": { - "ancestors": [ - "https://ror.org/03fs66f88" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ehjr030": { - "ancestors": [ - "https://ror.org/059hsda18" - ], - "descendants": [ - - ] - }, - "https://ror.org/034x48g49": { - "ancestors": [ - "https://ror.org/013t2n957" - ], - "descendants": [ - - ] - }, - "https://ror.org/016sgt720": { - "ancestors": [ - "https://ror.org/00hqdve77" - ], - "descendants": [ - - ] - }, - "https://ror.org/02av1as94": { - "ancestors": [ - "https://ror.org/04z7k0065" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g918p03": { - "ancestors": [ - "https://ror.org/00s7bz409" - ], - "descendants": [ - - ] - }, - "https://ror.org/0272gsy54": { - "ancestors": [ - "https://ror.org/02npppw10" - ], - "descendants": [ - - ] - }, - "https://ror.org/038scr081": { - "ancestors": [ - "https://ror.org/01j88m682" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zyc7969": { - "ancestors": [ - "https://ror.org/00jyr0d86", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v23xq73": { - "ancestors": [ - "https://ror.org/04rt77q92" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g9ma558": { - "ancestors": [ - "https://ror.org/01mvkzj41" - ], - "descendants": [ - - ] - }, - "https://ror.org/004b7jc50": { - "ancestors": [ - "https://ror.org/056c8b450" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ckxvj81": { - "ancestors": [ - "https://ror.org/04wf6rg14" - ], - "descendants": [ - - ] - }, - "https://ror.org/027e1a103": { - "ancestors": [ - "https://ror.org/04jy08y75" - ], - "descendants": [ - - ] - }, - "https://ror.org/053bn9w04": { - "ancestors": [ - "https://ror.org/05b497x63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03967py46": { - "ancestors": [ - "https://ror.org/01kh3en48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s6bs470": { - "ancestors": [ - "https://ror.org/01kh3en48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p43ja26": { - "ancestors": [ - "https://ror.org/01j0jk666" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nsmq393": { - "ancestors": [ - "https://ror.org/05c6gff39" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gzqyx59": { - "ancestors": [ - "https://ror.org/05p8w6387", - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jws7929": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02aybg366": { - "ancestors": [ - "https://ror.org/04wtq2305" - ], - "descendants": [ - - ] - }, - "https://ror.org/008krtd86": { - "ancestors": [ - "https://ror.org/00m7gt169" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gyg7015": { - "ancestors": [ - "https://ror.org/01akman82" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jfs8131": { - "ancestors": [ - "https://ror.org/04j6cfb03" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hyg4h58": { - "ancestors": [ - "https://ror.org/02r96rf44" - ], - "descendants": [ - - ] - }, - "https://ror.org/057vt6455": { - "ancestors": [ - "https://ror.org/02xstv633" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f5ss468": { - "ancestors": [ - "https://ror.org/01tpbbf75" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wbz2121": { - "ancestors": [ - "https://ror.org/02zy9xx44" - ], - "descendants": [ - - ] - }, - "https://ror.org/047qhbs69": { - "ancestors": [ - "https://ror.org/01sx1pm50" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gr8nm68": { - "ancestors": [ - "https://ror.org/01sx1pm50" - ], - "descendants": [ - - ] - }, - "https://ror.org/0090z5g12": { - "ancestors": [ - "https://ror.org/02e8jz218" - ], - "descendants": [ - - ] - }, - "https://ror.org/00eys7z46": { - "ancestors": [ - "https://ror.org/058wb7691" - ], - "descendants": [ - - ] - }, - "https://ror.org/05txbz736": { - "ancestors": [ - "https://ror.org/02fdb8q57" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dd9eh65": { - "ancestors": [ - "https://ror.org/01g8djv19" - ], - "descendants": [ - - ] - }, - "https://ror.org/004jk3542": { - "ancestors": [ - "https://ror.org/02v3j1y79" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xmngc47": { - "ancestors": [ - "https://ror.org/032hx4q18" - ], - "descendants": [ - - ] - }, - "https://ror.org/0134cjh35": { - "ancestors": [ - "https://ror.org/006sbr164", - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/00386qk52": { - "ancestors": [ - "https://ror.org/00qp5gr06" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bg5zd67": { - "ancestors": [ - "https://ror.org/00qp5gr06" - ], - "descendants": [ - - ] - }, - "https://ror.org/016rz1a24": { - "ancestors": [ - "https://ror.org/026er9r08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j80nh06": { - "ancestors": [ - "https://ror.org/01rx5dh02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04my8ty22": { - "ancestors": [ - "https://ror.org/01fe0jt45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yjxek63": { - "ancestors": [ - "https://ror.org/01fe0jt45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z290809": { - "ancestors": [ - "https://ror.org/00qp5gr06" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ewyef80": { - "ancestors": [ - "https://ror.org/02fdb8q57" - ], - "descendants": [ - - ] - }, - "https://ror.org/01htp6d30": { - "ancestors": [ - "https://ror.org/02fdb8q57" - ], - "descendants": [ - - ] - }, - "https://ror.org/052sehq92": { - "ancestors": [ - "https://ror.org/01vs7pm87" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jqsa674": { - "ancestors": [ - "https://ror.org/038483r84" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x4grb16": { - "ancestors": [ - "https://ror.org/01nvz9x61" - ], - "descendants": [ - - ] - }, - "https://ror.org/0197y4k63": { - "ancestors": [ - "https://ror.org/04gkxrj12" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k59vn11": { - "ancestors": [ - "https://ror.org/02a4gss26" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j4vgr28": { - "ancestors": [ - "https://ror.org/02a8zpt37" - ], - "descendants": [ - - ] - }, - "https://ror.org/045rgx026": { - "ancestors": [ - "https://ror.org/05kyy7d06" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dhb9591": { - "ancestors": [ - "https://ror.org/04q3t9f84" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k1ymh78": { - "ancestors": [ - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hy1zg87": { - "ancestors": [ - "https://ror.org/02hqwnx33" - ], - "descendants": [ - - ] - }, - "https://ror.org/035vbre72": { - "ancestors": [ - "https://ror.org/02hqwnx33" - ], - "descendants": [ - - ] - }, - "https://ror.org/056xbkp48": { - "ancestors": [ - "https://ror.org/02x2h0d07" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ypwtb83": { - "ancestors": [ - "https://ror.org/01aqjb686" - ], - "descendants": [ - - ] - }, - "https://ror.org/051k6dd41": { - "ancestors": [ - "https://ror.org/03k8der79" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ftbyb35": { - "ancestors": [ - "https://ror.org/02ky6c719" - ], - "descendants": [ - - ] - }, - "https://ror.org/0318teb82": { - "ancestors": [ - "https://ror.org/03791d618" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j79f182": { - "ancestors": [ - "https://ror.org/059xksf83" - ], - "descendants": [ - - ] - }, - "https://ror.org/01chd1z63": { - "ancestors": [ - "https://ror.org/01e00z659" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n72nx11": { - "ancestors": [ - "https://ror.org/02tmx5588" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tawrz57": { - "ancestors": [ - "https://ror.org/04c5xat66" - ], - "descendants": [ - - ] - }, - "https://ror.org/0247c3d85": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/002mban83": { - "ancestors": [ - "https://ror.org/047mk7b09" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w8f2q69": { - "ancestors": [ - "https://ror.org/00aj77a24" - ], - "descendants": [ - - ] - }, - "https://ror.org/057b93w27": { - "ancestors": [ - "https://ror.org/03de5n431" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dvgp237": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/002dnnm39": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wjam130": { - "ancestors": [ - "https://ror.org/000etmf12" - ], - "descendants": [ - - ] - }, - "https://ror.org/02m3x8945": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ch15449": { - "ancestors": [ - "https://ror.org/03s68nt92" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ajfdb10": { - "ancestors": [ - "https://ror.org/04j539t95" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qd2bv04": { - "ancestors": [ - "https://ror.org/04wzv3n59" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g2nyp02": { - "ancestors": [ - "https://ror.org/04wzv3n59" - ], - "descendants": [ - - ] - }, - "https://ror.org/0214y7014": { - "ancestors": [ - "https://ror.org/04wzv3n59" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hzfe323": { - "ancestors": [ - "https://ror.org/02jymes45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ete9c40": { - "ancestors": [ - "https://ror.org/044r0st32" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hwrdv70": { - "ancestors": [ - "https://ror.org/03p3e4237" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xg8x064": { - "ancestors": [ - "https://ror.org/05rex1605" - ], - "descendants": [ - - ] - }, - "https://ror.org/0348bpw87": { - "ancestors": [ - "https://ror.org/00wm3b005" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vjb5959": { - "ancestors": [ - "https://ror.org/02wpc5d77" - ], - "descendants": [ - - ] - }, - "https://ror.org/053t12b24": { - "ancestors": [ - "https://ror.org/00wm3b005" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hh7s019": { - "ancestors": [ - "https://ror.org/00wm3b005" - ], - "descendants": [ - - ] - }, - "https://ror.org/0561ky130": { - "ancestors": [ - "https://ror.org/02wpc5d77" - ], - "descendants": [ - - ] - }, - "https://ror.org/030c4gr60": { - "ancestors": [ - "https://ror.org/00wm3b005" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ft7bw25": { - "ancestors": [ - "https://ror.org/00wm3b005" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qtbt108": { - "ancestors": [ - "https://ror.org/01zrkhb76" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f5vkk69": { - "ancestors": [ - "https://ror.org/03de5n431" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xegkb78": { - "ancestors": [ - "https://ror.org/03bq96v15" - ], - "descendants": [ - - ] - }, - "https://ror.org/020p6tc25": { - "ancestors": [ - "https://ror.org/003kmcj19" - ], - "descendants": [ - - ] - }, - "https://ror.org/042hp4645": { - "ancestors": [ - "https://ror.org/05f2srq42" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cb8f280": { - "ancestors": [ - "https://ror.org/02p2bgp27" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f5r6b93": { - "ancestors": [ - "https://ror.org/01b44s469" - ], - "descendants": [ - - ] - }, - "https://ror.org/030h9s280": { - "ancestors": [ - "https://ror.org/02xkdev90", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vgda714": { - "ancestors": [ - "https://ror.org/02xkdev90", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02168cw18": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01an04p26": { - "ancestors": [ - "https://ror.org/043affe91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cg4a205": { - "ancestors": [ - "https://ror.org/043affe91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04prhfn63": { - "ancestors": [ - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/0140bnh63": { - "ancestors": [ - "https://ror.org/05qzbtg69" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yck8s68": { - "ancestors": [ - "https://ror.org/014m1ef46", - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f6fhp31": { - "ancestors": [ - "https://ror.org/02fv52296" - ], - "descendants": [ - - ] - }, - "https://ror.org/028n6av57": { - "ancestors": [ - "https://ror.org/00kkt6q96" - ], - "descendants": [ - - ] - }, - "https://ror.org/019xzz882": { - "ancestors": [ - "https://ror.org/00m8prc86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bx90590": { - "ancestors": [ - "https://ror.org/00m8prc86" - ], - "descendants": [ - - ] - }, - "https://ror.org/051gaae98": { - "ancestors": [ - "https://ror.org/03pbzwf28" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x1jk522": { - "ancestors": [ - "https://ror.org/01x1wr265", - "https://ror.org/000628g58" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kheej15": { - "ancestors": [ - "https://ror.org/04kw5s604" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zkwry50": { - "ancestors": [ - "https://ror.org/04kw5s604" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v7gxe28": { - "ancestors": [ - "https://ror.org/04kw5s604" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zd56905": { - "ancestors": [ - "https://ror.org/010fjvp93" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ma0s885": { - "ancestors": [ - "https://ror.org/00a1gne75" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e1g8a02": { - "ancestors": [ - "https://ror.org/00a1gne75" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s0wcj29": { - "ancestors": [ - "https://ror.org/02wx79d08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xfdbb04": { - "ancestors": [ - "https://ror.org/012f7tj07" - ], - "descendants": [ - - ] - }, - "https://ror.org/00esacy80": { - "ancestors": [ - "https://ror.org/00ker7c87" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w3b4f85": { - "ancestors": [ - "https://ror.org/02vbxt202" - ], - "descendants": [ - - ] - }, - "https://ror.org/008j2vk87": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q609a17": { - "ancestors": [ - "https://ror.org/03vsmv677" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y2rfe31": { - "ancestors": [ - "https://ror.org/00pd69702" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kpyvj64": { - "ancestors": [ - "https://ror.org/01zrkhb76" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p9kb710": { - "ancestors": [ - "https://ror.org/04gsnvb07" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xkz3n79": { - "ancestors": [ - "https://ror.org/00fycd487" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tk5k162": { - "ancestors": [ - "https://ror.org/04qy22d94" - ], - "descendants": [ - - ] - }, - "https://ror.org/002qh8m50": { - "ancestors": [ - "https://ror.org/05q6wv670" - ], - "descendants": [ - - ] - }, - "https://ror.org/009yrnm54": { - "ancestors": [ - "https://ror.org/05q6wv670" - ], - "descendants": [ - - ] - }, - "https://ror.org/0048he143": { - "ancestors": [ - "https://ror.org/026meq292" - ], - "descendants": [ - - ] - }, - "https://ror.org/018mj7168": { - "ancestors": [ - "https://ror.org/05xe0se54" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y1n0k33": { - "ancestors": [ - "https://ror.org/01zrkhb76" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e6atz65": { - "ancestors": [ - "https://ror.org/03459qp74" - ], - "descendants": [ - - ] - }, - "https://ror.org/02anmpm17": { - "ancestors": [ - "https://ror.org/05yab6874" - ], - "descendants": [ - - ] - }, - "https://ror.org/02drbqt14": { - "ancestors": [ - "https://ror.org/05he43612" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yw95n57": { - "ancestors": [ - "https://ror.org/004nr3476" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vzakk34": { - "ancestors": [ - "https://ror.org/05he43612" - ], - "descendants": [ - - ] - }, - "https://ror.org/028x0tg55": { - "ancestors": [ - "https://ror.org/05he43612" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d1vm044": { - "ancestors": [ - "https://ror.org/05he43612" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hqvm002": { - "ancestors": [ - "https://ror.org/021wbbm64" - ], - "descendants": [ - - ] - }, - "https://ror.org/046as2g47": { - "ancestors": [ - "https://ror.org/01fe0jt45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nqd9f14": { - "ancestors": [ - "https://ror.org/04ryqpf83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z3d5x54": { - "ancestors": [ - "https://ror.org/04ryqpf83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ccqwj03": { - "ancestors": [ - "https://ror.org/033y26782", - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kx9nw13": { - "ancestors": [ - "https://ror.org/04ryqpf83" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x7wqc91": { - "ancestors": [ - "https://ror.org/04ryqpf83" - ], - "descendants": [ - - ] - }, - "https://ror.org/0566s9y93": { - "ancestors": [ - "https://ror.org/041h6pr97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e7zen21": { - "ancestors": [ - "https://ror.org/05b6ypc36" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d0esb25": { - "ancestors": [ - "https://ror.org/05b6ypc36" - ], - "descendants": [ - - ] - }, - "https://ror.org/05syhdw25": { - "ancestors": [ - "https://ror.org/05t1y0b59" - ], - "descendants": [ - - ] - }, - "https://ror.org/037fqd482": { - "ancestors": [ - "https://ror.org/02tmx5588" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rvgp591": { - "ancestors": [ - "https://ror.org/00hjkzk85" - ], - "descendants": [ - - ] - }, - "https://ror.org/005fe1k46": { - "ancestors": [ - "https://ror.org/02c6kb837" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n36vx38": { - "ancestors": [ - "https://ror.org/00qabvy28" - ], - "descendants": [ - - ] - }, - "https://ror.org/057devs37": { - "ancestors": [ - "https://ror.org/009sp3d14" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dsdst25": { - "ancestors": [ - "https://ror.org/00t625d81" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hbz8t53": { - "ancestors": [ - "https://ror.org/001ccf545" - ], - "descendants": [ - - ] - }, - "https://ror.org/023qwjb45": { - "ancestors": [ - "https://ror.org/00wthd003" - ], - "descendants": [ - - ] - }, - "https://ror.org/030xy3q54": { - "ancestors": [ - "https://ror.org/01v3aym70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pwzr890": { - "ancestors": [ - "https://ror.org/04p8w0f39" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jwcy839": { - "ancestors": [ - "https://ror.org/04dgpsg75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g5wg622": { - "ancestors": [ - "https://ror.org/003s4cb46" - ], - "descendants": [ - - ] - }, - "https://ror.org/049ncrn81": { - "ancestors": [ - "https://ror.org/01zgpn844" - ], - "descendants": [ - - ] - }, - "https://ror.org/045ns6h78": { - "ancestors": [ - "https://ror.org/01y24f494" - ], - "descendants": [ - - ] - }, - "https://ror.org/031hb1d69": { - "ancestors": [ - "https://ror.org/04ftb9f20" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v3gb133": { - "ancestors": [ - "https://ror.org/01zrkhb76" - ], - "descendants": [ - - ] - }, - "https://ror.org/05758j740": { - "ancestors": [ - "https://ror.org/00g702m33" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w6x9t25": { - "ancestors": [ - "https://ror.org/018pwv131" - ], - "descendants": [ - - ] - }, - "https://ror.org/034afnt37": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b0cb113": { - "ancestors": [ - "https://ror.org/02ky6c719" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mda8974": { - "ancestors": [ - "https://ror.org/0525kzq59" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sbe8213": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tbkt967": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jvf9d33": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01byxk048": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a68bd15": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wwz7n17": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gbx5482": { - "ancestors": [ - "https://ror.org/01g9qbv95" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tsb3a74": { - "ancestors": [ - "https://ror.org/05gjrwv72" - ], - "descendants": [ - - ] - }, - "https://ror.org/007wpch15": { - "ancestors": [ - "https://ror.org/03tjsyq23", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/003jx1781": { - "ancestors": [ - "https://ror.org/045ntgf29" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q84b570": { - "ancestors": [ - "https://ror.org/01rz37c55", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v4mhk58": { - "ancestors": [ - "https://ror.org/04rtx9382", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/047bn1w15": { - "ancestors": [ - "https://ror.org/01h4ywk72", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ehdwj93": { - "ancestors": [ - "https://ror.org/051777d98", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/050bms902": { - "ancestors": [ - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/052c7a780": { - "ancestors": [ - "https://ror.org/00yx5cw48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yf6ha74": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n0zsa28": { - "ancestors": [ - "https://ror.org/03anc3s24", - "https://ror.org/01faaaf77" - ], - "descendants": [ - - ] - }, - "https://ror.org/009syct46": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hbyc103": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x2v5f35": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/035gx5q08": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/016d0n234": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gf51y12": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03phzkx10": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/007bwhe79": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/053jgsp62": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dw5zk55": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a94k872": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kdjqf72": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ycden15": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yfsan48": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yjqcm66": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jprdp28": { - "ancestors": [ - "https://ror.org/05n6np283" - ], - "descendants": [ - - ] - }, - "https://ror.org/02paapn48": { - "ancestors": [ - "https://ror.org/0431b2v07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e6qgn10": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qqrnb63": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0219f2672": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tnbfn25": { - "ancestors": [ - "https://ror.org/02g5p4n58" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p6dqe59": { - "ancestors": [ - "https://ror.org/02g5p4n58" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fvvze29": { - "ancestors": [ - "https://ror.org/01dj88q67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gh3wa58": { - "ancestors": [ - "https://ror.org/055wmq758" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hbz7518": { - "ancestors": [ - "https://ror.org/031ywxc85" - ], - "descendants": [ - - ] - }, - "https://ror.org/014rfma52": { - "ancestors": [ - "https://ror.org/02jqkb192" - ], - "descendants": [ - - ] - }, - "https://ror.org/049h4jd15": { - "ancestors": [ - "https://ror.org/047kynf18" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w7jg970": { - "ancestors": [ - "https://ror.org/00wthd003" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mqtjh57": { - "ancestors": [ - "https://ror.org/02jqkb192" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t2k3r89": { - "ancestors": [ - "https://ror.org/02k8zdn75" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rd36p16": { - "ancestors": [ - "https://ror.org/02jqkb192" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h202h75": { - "ancestors": [ - "https://ror.org/00hmyb194" - ], - "descendants": [ - - ] - }, - "https://ror.org/01spess76": { - "ancestors": [ - "https://ror.org/04r0bh641" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xep6d57": { - "ancestors": [ - "https://ror.org/055mhsv54" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p0nd878": { - "ancestors": [ - "https://ror.org/02jqkb192" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ebvq193": { - "ancestors": [ - "https://ror.org/01p9emh29" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fqvjv52": { - "ancestors": [ - "https://ror.org/02ac08586" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ay0gt39": { - "ancestors": [ - "https://ror.org/03gyzpb04" - ], - "descendants": [ - - ] - }, - "https://ror.org/021tmn508": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yxsn987": { - "ancestors": [ - "https://ror.org/03gyzpb04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rka3d36": { - "ancestors": [ - "https://ror.org/03fmvqd28" - ], - "descendants": [ - - ] - }, - "https://ror.org/007y18z84": { - "ancestors": [ - "https://ror.org/03fmvqd28" - ], - "descendants": [ - - ] - }, - "https://ror.org/0103q2z38": { - "ancestors": [ - "https://ror.org/03fmvqd28" - ], - "descendants": [ - - ] - }, - "https://ror.org/03swh5660": { - "ancestors": [ - "https://ror.org/013t2n957" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c25r859": { - "ancestors": [ - "https://ror.org/00wthd003" - ], - "descendants": [ - - ] - }, - "https://ror.org/0386zd719": { - "ancestors": [ - "https://ror.org/05569xx10" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t727p43": { - "ancestors": [ - "https://ror.org/00wthd003" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xjfns22": { - "ancestors": [ - "https://ror.org/01wfv3m53" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v3pva14": { - "ancestors": [ - "https://ror.org/03qsven24" - ], - "descendants": [ - - ] - }, - "https://ror.org/053xq8k96": { - "ancestors": [ - "https://ror.org/001yedb91" - ], - "descendants": [ - - ] - }, - "https://ror.org/026w1gw23": { - "ancestors": [ - "https://ror.org/0100f3q33" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k2v7662": { - "ancestors": [ - "https://ror.org/01788sq40" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a181f87": { - "ancestors": [ - "https://ror.org/04vaq9436" - ], - "descendants": [ - - ] - }, - "https://ror.org/045wjte67": { - "ancestors": [ - "https://ror.org/03g03ge92" - ], - "descendants": [ - - ] - }, - "https://ror.org/0324red69": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n451y37": { - "ancestors": [ - "https://ror.org/0328xw886" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m3ea752": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wf9r455": { - "ancestors": [ - "https://ror.org/041b8s785" - ], - "descendants": [ - - ] - }, - "https://ror.org/007k75451": { - "ancestors": [ - "https://ror.org/04jszep51" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j2fjp47": { - "ancestors": [ - "https://ror.org/04ps4d441" - ], - "descendants": [ - - ] - }, - "https://ror.org/059mdcg68": { - "ancestors": [ - "https://ror.org/01gp83d60" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c09ma81": { - "ancestors": [ - "https://ror.org/00gtmwv55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c01q628": { - "ancestors": [ - "https://ror.org/01wfv3m53" - ], - "descendants": [ - - ] - }, - "https://ror.org/059s09c28": { - "ancestors": [ - "https://ror.org/03x705365", - "https://ror.org/04d170j15" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f157f34": { - "ancestors": [ - "https://ror.org/02bh05k02" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cm6kv55": { - "ancestors": [ - "https://ror.org/02w6dqa48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zb78d54": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y55b611": { - "ancestors": [ - "https://ror.org/044tc0x05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hb8c581": { - "ancestors": [ - "https://ror.org/017bk0e71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bhb2h72": { - "ancestors": [ - "https://ror.org/05hj3gh79" - ], - "descendants": [ - - ] - }, - "https://ror.org/0116d7s79": { - "ancestors": [ - "https://ror.org/04j971w37" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pc85e11": { - "ancestors": [ - "https://ror.org/01btmdt42" - ], - "descendants": [ - - ] - }, - "https://ror.org/020dbrn58": { - "ancestors": [ - "https://ror.org/0564cd633" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pgqb537": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xrwhp03": { - "ancestors": [ - "https://ror.org/04vvh7p27" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v7k9n65": { - "ancestors": [ - "https://ror.org/01qat3289" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ve0bg52": { - "ancestors": [ - "https://ror.org/01qat3289" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vqcjq29": { - "ancestors": [ - "https://ror.org/05e0mbv58" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dn4wg45": { - "ancestors": [ - "https://ror.org/01rkxa860" - ], - "descendants": [ - - ] - }, - "https://ror.org/024s32d89": { - "ancestors": [ - "https://ror.org/037fhg487" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fvbww60": { - "ancestors": [ - "https://ror.org/02ed64f32" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qcpjx94": { - "ancestors": [ - "https://ror.org/01k0xxh86" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bdk6464": { - "ancestors": [ - "https://ror.org/01cjash87" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m8w3m39": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nc8ke31": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/00czwhy51": { - "ancestors": [ - "https://ror.org/014xzez86" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x0f8p22": { - "ancestors": [ - "https://ror.org/02pf50490" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gvvc992": { - "ancestors": [ - "https://ror.org/03g03ge92" - ], - "descendants": [ - - ] - }, - "https://ror.org/043kam464": { - "ancestors": [ - "https://ror.org/034e7c066" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wvemr05": { - "ancestors": [ - "https://ror.org/05tzrdd39", - "https://ror.org/02rgsr590" - ], - "descendants": [ - - ] - }, - "https://ror.org/031fyj528": { - "ancestors": [ - "https://ror.org/0203rjz92" - ], - "descendants": [ - - ] - }, - "https://ror.org/039baqv34": { - "ancestors": [ - "https://ror.org/03xk4a758" - ], - "descendants": [ - - ] - }, - "https://ror.org/030vz3726": { - "ancestors": [ - "https://ror.org/03af82z38" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b4wbs75": { - "ancestors": [ - "https://ror.org/05hj3gh79" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c9yny10": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/026jmga48": { - "ancestors": [ - "https://ror.org/00d801g55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z6wpz16": { - "ancestors": [ - "https://ror.org/04b2dty93" - ], - "descendants": [ - - ] - }, - "https://ror.org/020jwmq86": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e60zs41": { - "ancestors": [ - "https://ror.org/00d801g55" - ], - "descendants": [ - - ] - }, - "https://ror.org/021jz4j66": { - "ancestors": [ - "https://ror.org/00d801g55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03my72535": { - "ancestors": [ - "https://ror.org/04b2dty93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xa4xh46": { - "ancestors": [ - "https://ror.org/01wfv3m53" - ], - "descendants": [ - - ] - }, - "https://ror.org/017hh7b56": { - "ancestors": [ - "https://ror.org/000wej815" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a8d7d55": { - "ancestors": [ - "https://ror.org/05hw2m351" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z1h3j87": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r0csf60": { - "ancestors": [ - "https://ror.org/059jy0w68" - ], - "descendants": [ - - ] - }, - "https://ror.org/03frk0780": { - "ancestors": [ - "https://ror.org/03ekprg18" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ts8g112": { - "ancestors": [ - "https://ror.org/04pp96p75" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kqbrq68": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/018fqb741": { - "ancestors": [ - "https://ror.org/025194b42" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jacnm89": { - "ancestors": [ - "https://ror.org/025194b42" - ], - "descendants": [ - - ] - }, - "https://ror.org/01psm3828": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/040apef74": { - "ancestors": [ - "https://ror.org/025194b42" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sqp6x70": { - "ancestors": [ - "https://ror.org/01jxvhp27" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hy0av13": { - "ancestors": [ - "https://ror.org/013k5y296" - ], - "descendants": [ - - ] - }, - "https://ror.org/01smjaq87": { - "ancestors": [ - "https://ror.org/04hdhz511" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w45kn29": { - "ancestors": [ - "https://ror.org/00vj60w13" - ], - "descendants": [ - - ] - }, - "https://ror.org/017f12b13": { - "ancestors": [ - "https://ror.org/013k5y296" - ], - "descendants": [ - - ] - }, - "https://ror.org/029tvtf63": { - "ancestors": [ - "https://ror.org/00qe6gb33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e65d634": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bsswy66": { - "ancestors": [ - "https://ror.org/04hjbmv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wjmg834": { - "ancestors": [ - "https://ror.org/002k5fe57" - ], - "descendants": [ - - ] - }, - "https://ror.org/022k50n33": { - "ancestors": [ - "https://ror.org/002k5fe57" - ], - "descendants": [ - - ] - }, - "https://ror.org/00acq4045": { - "ancestors": [ - "https://ror.org/02vt89g81" - ], - "descendants": [ - - ] - }, - "https://ror.org/046zgtw08": { - "ancestors": [ - "https://ror.org/02vt89g81" - ], - "descendants": [ - - ] - }, - "https://ror.org/00daeq584": { - "ancestors": [ - "https://ror.org/0185z7g17" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gdc0c96": { - "ancestors": [ - "https://ror.org/00q4gxb20" - ], - "descendants": [ - - ] - }, - "https://ror.org/038kcjb09": { - "ancestors": [ - "https://ror.org/032msy923" - ], - "descendants": [ - - ] - }, - "https://ror.org/00arbsy46": { - "ancestors": [ - "https://ror.org/01g87hr29" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qhpra63": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vvx9s89": { - "ancestors": [ - "https://ror.org/0016z8240" - ], - "descendants": [ - - ] - }, - "https://ror.org/027f4r073": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sdha619": { - "ancestors": [ - "https://ror.org/022jefx64" - ], - "descendants": [ - - ] - }, - "https://ror.org/05he4e720": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zk1vt68": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01msnnq69": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mf0t386": { - "ancestors": [ - "https://ror.org/00rvf1k93" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ny43313": { - "ancestors": [ - "https://ror.org/0296s4x19" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vypmx38": { - "ancestors": [ - "https://ror.org/00ey0ed83" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hfdsp13": { - "ancestors": [ - "https://ror.org/0185z7g17" - ], - "descendants": [ - - ] - }, - "https://ror.org/014903n70": { - "ancestors": [ - "https://ror.org/022352x20" - ], - "descendants": [ - - ] - }, - "https://ror.org/024rmzz69": { - "ancestors": [ - "https://ror.org/01v5xwf23" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e03sj10": { - "ancestors": [ - "https://ror.org/004h6mc53", - "https://ror.org/03zcpvf19" - ], - "descendants": [ - - ] - }, - "https://ror.org/041710805": { - "ancestors": [ - "https://ror.org/04hdhz511" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g777x71": { - "ancestors": [ - "https://ror.org/01gswc231" - ], - "descendants": [ - - ] - }, - "https://ror.org/0560gb543": { - "ancestors": [ - "https://ror.org/01zgpn844" - ], - "descendants": [ - - ] - }, - "https://ror.org/049a8xm46": { - "ancestors": [ - "https://ror.org/04hjbmv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ycncb81": { - "ancestors": [ - "https://ror.org/04hjbmv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/033q3j448": { - "ancestors": [ - "https://ror.org/05nkrhe64" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w8m1867": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/04seaqh41": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cwbzb16": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bf2vj98": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b8zcj45": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zt79h83": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mnmm768": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/0392c7938": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gcg9888": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wnz8673": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/040h02z76": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fbwdh31": { - "ancestors": [ - "https://ror.org/034e7c066" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wyyby64": { - "ancestors": [ - "https://ror.org/02wv1rw66" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tx8br33": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g51ew42": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bhnz872": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zxf2242": { - "ancestors": [ - "https://ror.org/00wthd003" - ], - "descendants": [ - - ] - }, - "https://ror.org/006psag97": { - "ancestors": [ - "https://ror.org/056h1w707" - ], - "descendants": [ - - ] - }, - "https://ror.org/0108v8438": { - "ancestors": [ - "https://ror.org/032msy923" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y447m55": { - "ancestors": [ - "https://ror.org/05gt90n14" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sh4z743": { - "ancestors": [ - "https://ror.org/030zc7t66" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kymnn64": { - "ancestors": [ - "https://ror.org/04asvbz37" - ], - "descendants": [ - - ] - }, - "https://ror.org/005nnp672": { - "ancestors": [ - "https://ror.org/03agge938" - ], - "descendants": [ - - ] - }, - "https://ror.org/030sgj832": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ansvf21": { - "ancestors": [ - "https://ror.org/02y8ft411" - ], - "descendants": [ - - ] - }, - "https://ror.org/015b5md70": { - "ancestors": [ - "https://ror.org/040ep5714" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a904q54": { - "ancestors": [ - "https://ror.org/03wgxjb31" - ], - "descendants": [ - - ] - }, - "https://ror.org/037gt0k77": { - "ancestors": [ - "https://ror.org/027bhx472" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ke50w30": { - "ancestors": [ - "https://ror.org/01cc9yk21" - ], - "descendants": [ - - ] - }, - "https://ror.org/0277dxs53": { - "ancestors": [ - "https://ror.org/041b8s785" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v1s7b70": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00en8sz04": { - "ancestors": [ - "https://ror.org/000ydq217" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xa0er70": { - "ancestors": [ - "https://ror.org/03rzd8715" - ], - "descendants": [ - - ] - }, - "https://ror.org/0479btw97": { - "ancestors": [ - "https://ror.org/04zzq8d03" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r000b45": { - "ancestors": [ - "https://ror.org/04zzq8d03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h2cp518": { - "ancestors": [ - "https://ror.org/006gmme17", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fs5jd74": { - "ancestors": [ - "https://ror.org/00anb1726" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sq30w29": { - "ancestors": [ - "https://ror.org/02qdbgx97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03paq3x39": { - "ancestors": [ - "https://ror.org/01gtvsc36" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z7r8y22": { - "ancestors": [ - "https://ror.org/00b9jhh55", - "https://ror.org/02xvc5r05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m8atr56": { - "ancestors": [ - "https://ror.org/01rkxdk30", - "https://ror.org/01g77mv66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z222993": { - "ancestors": [ - "https://ror.org/002atrf55" - ], - "descendants": [ - - ] - }, - "https://ror.org/027sxqf09": { - "ancestors": [ - "https://ror.org/002atrf55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nkqtg17": { - "ancestors": [ - "https://ror.org/04t99fj98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hzbxp35": { - "ancestors": [ - "https://ror.org/040r8fr65" - ], - "descendants": [ - - ] - }, - "https://ror.org/024zgsn52": { - "ancestors": [ - "https://ror.org/01qbm4443" - ], - "descendants": [ - - ] - }, - "https://ror.org/044qh7c61": { - "ancestors": [ - "https://ror.org/05scg1q91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0205d0r45": { - "ancestors": [ - "https://ror.org/05nter171" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ncnj403": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zq17y52": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qyzam39": { - "ancestors": [ - "https://ror.org/0453c4485" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k5pj069": { - "ancestors": [ - "https://ror.org/03k8zj440" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d89kr76": { - "ancestors": [ - "https://ror.org/03zcpvf19" - ], - "descendants": [ - - ] - }, - "https://ror.org/0280q1024": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mvv8049": { - "ancestors": [ - "https://ror.org/02nys7898" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pd4jr17": { - "ancestors": [ - "https://ror.org/034c1gc25", - "https://ror.org/017xncd55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cwjh447": { - "ancestors": [ - "https://ror.org/02dqdxm48" - ], - "descendants": [ - - ] - }, - "https://ror.org/053wha491": { - "ancestors": [ - "https://ror.org/00baer621" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wsvqq22": { - "ancestors": [ - "https://ror.org/049d9a475" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wwv4x50": { - "ancestors": [ - "https://ror.org/02ryc4y44" - ], - "descendants": [ - - ] - }, - "https://ror.org/046z18h28": { - "ancestors": [ - "https://ror.org/03wzyp716" - ], - "descendants": [ - - ] - }, - "https://ror.org/05csn7t20": { - "ancestors": [ - "https://ror.org/054bs2v13" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g0x9d29": { - "ancestors": [ - "https://ror.org/00jrmky87", - "https://ror.org/039k11f95" - ], - "descendants": [ - - ] - }, - "https://ror.org/056zmsz35": { - "ancestors": [ - "https://ror.org/01egdsz94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vvfz714": { - "ancestors": [ - "https://ror.org/05tjan294" - ], - "descendants": [ - - ] - }, - "https://ror.org/001q2kp78": { - "ancestors": [ - "https://ror.org/02gpy3h79" - ], - "descendants": [ - - ] - }, - "https://ror.org/034mtjq62": { - "ancestors": [ - "https://ror.org/05m7vf540", - "https://ror.org/035gna214" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rrqwf50": { - "ancestors": [ - "https://ror.org/02vkbzw76" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sw8nz16": { - "ancestors": [ - "https://ror.org/003smky23" - ], - "descendants": [ - - ] - }, - "https://ror.org/011nx7d79": { - "ancestors": [ - "https://ror.org/058gs5s26" - ], - "descendants": [ - - ] - }, - "https://ror.org/020r55g68": { - "ancestors": [ - "https://ror.org/056brkm80" - ], - "descendants": [ - - ] - }, - "https://ror.org/002sqnt54": { - "ancestors": [ - "https://ror.org/02z7tpb72" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tbtsz30": { - "ancestors": [ - "https://ror.org/030ph1y13" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wjx1428": { - "ancestors": [ - "https://ror.org/02zrae794" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vjn2106": { - "ancestors": [ - "https://ror.org/02f2rgc17", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/025srm412": { - "ancestors": [ - "https://ror.org/0060avh92" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z40a451": { - "ancestors": [ - "https://ror.org/030ph1y13" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vvw9r90": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gtwra97": { - "ancestors": [ - "https://ror.org/05sxbyd35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q2zja93": { - "ancestors": [ - "https://ror.org/04esegk75" - ], - "descendants": [ - - ] - }, - "https://ror.org/046xy0k58": { - "ancestors": [ - "https://ror.org/0485axj58" - ], - "descendants": [ - - ] - }, - "https://ror.org/0594ske86": { - "ancestors": [ - "https://ror.org/02f2rgc17", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00nsz0a92" - ] - }, - "https://ror.org/00s61s029": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/015nymp25", - "https://ror.org/00fzfzc37", - "https://ror.org/041m0cc93", - "https://ror.org/020ajpe42", - "https://ror.org/04v00sg98", - "https://ror.org/01e0dz978", - "https://ror.org/000rgm762", - "https://ror.org/02et65004" - ] - }, - "https://ror.org/04r67yj20": { - "ancestors": [ - "https://ror.org/01nknep14" - ], - "descendants": [ - - ] - }, - "https://ror.org/05aw6p704": { - "ancestors": [ - "https://ror.org/02na8dn90" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hqtjm11": { - "ancestors": [ - "https://ror.org/03g03ge92" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yx62742": { - "ancestors": [ - "https://ror.org/022fs9h90" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gbgwz87": { - "ancestors": [ - "https://ror.org/052czxv31" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n7nyv64": { - "ancestors": [ - "https://ror.org/04vctsm14", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d088546": { - "ancestors": [ - "https://ror.org/02d6ew870" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rhff309": { - "ancestors": [ - "https://ror.org/02b5d8509", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p8km392": { - "ancestors": [ - "https://ror.org/04x5rgv88" - ], - "descendants": [ - - ] - }, - "https://ror.org/014xkfq18": { - "ancestors": [ - "https://ror.org/029xgej46" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mx76n22": { - "ancestors": [ - "https://ror.org/01gwm7a05" - ], - "descendants": [ - - ] - }, - "https://ror.org/0399w1j22": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/050zqsm78": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/046epvs68": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ffpww43": { - "ancestors": [ - "https://ror.org/00aj77a24" - ], - "descendants": [ - - ] - }, - "https://ror.org/009heah97": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zqyhk59": { - "ancestors": [ - "https://ror.org/00q4sx826", - "https://ror.org/0447fe631", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/059ja6e58": { - "ancestors": [ - "https://ror.org/00q4sx826", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c00bp33": { - "ancestors": [ - "https://ror.org/020kg3x12" - ], - "descendants": [ - - ] - }, - "https://ror.org/035dcj063": { - "ancestors": [ - "https://ror.org/039wwwz66" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pe87g24": { - "ancestors": [ - "https://ror.org/004qxjv96" - ], - "descendants": [ - - ] - }, - "https://ror.org/011kr2t58": { - "ancestors": [ - "https://ror.org/01537wn74" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jy1b467": { - "ancestors": [ - "https://ror.org/032f13a22" - ], - "descendants": [ - - ] - }, - "https://ror.org/0514ew608": { - "ancestors": [ - "https://ror.org/01g8p7e44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hsngx15": { - "ancestors": [ - "https://ror.org/022283x63" - ], - "descendants": [ - - ] - }, - "https://ror.org/021tea790": { - "ancestors": [ - "https://ror.org/01k9hhd91" - ], - "descendants": [ - - ] - }, - "https://ror.org/035k7dd86": { - "ancestors": [ - "https://ror.org/00hpz7z43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bdhq605": { - "ancestors": [ - "https://ror.org/02eq2w707" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k3h8z07": { - "ancestors": [ - "https://ror.org/017yk1e31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mzdpf71": { - "ancestors": [ - "https://ror.org/03s9h8898" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mq03431": { - "ancestors": [ - "https://ror.org/0190ak572" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dte5569": { - "ancestors": [ - "https://ror.org/03rbf8960" - ], - "descendants": [ - - ] - }, - "https://ror.org/041r3e346": { - "ancestors": [ - "https://ror.org/00hmyb194" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mnrxf72": { - "ancestors": [ - "https://ror.org/00k642b80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rc7rz93": { - "ancestors": [ - "https://ror.org/01jy49h31" - ], - "descendants": [ - - ] - }, - "https://ror.org/01545ep47": { - "ancestors": [ - "https://ror.org/01b44s469" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e8gf053": { - "ancestors": [ - "https://ror.org/02hy2v836" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n3c3r21": { - "ancestors": [ - "https://ror.org/02we8vm03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zs69903": { - "ancestors": [ - "https://ror.org/04p5eag18" - ], - "descendants": [ - - ] - }, - "https://ror.org/0396rhp27": { - "ancestors": [ - "https://ror.org/02tmx5588" - ], - "descendants": [ - - ] - }, - "https://ror.org/027kczr92": { - "ancestors": [ - "https://ror.org/02nnhbq91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wdyxj97": { - "ancestors": [ - "https://ror.org/025y1g718" - ], - "descendants": [ - - ] - }, - "https://ror.org/05er00a75": { - "ancestors": [ - "https://ror.org/053d55q96" - ], - "descendants": [ - - ] - }, - "https://ror.org/019qdfq91": { - "ancestors": [ - "https://ror.org/05eat3g39" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wg45912": { - "ancestors": [ - "https://ror.org/00ntmzg98" - ], - "descendants": [ - - ] - }, - "https://ror.org/007qm1691": { - "ancestors": [ - "https://ror.org/0385es521" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ht04y43": { - "ancestors": [ - "https://ror.org/00ne0z119" - ], - "descendants": [ - - ] - }, - "https://ror.org/044eeh010": { - "ancestors": [ - "https://ror.org/0231f9890", - "https://ror.org/01fe0jt45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nxm3e56": { - "ancestors": [ - "https://ror.org/058qcpv96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b4by704": { - "ancestors": [ - "https://ror.org/058qcpv96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02decpv84": { - "ancestors": [ - "https://ror.org/01jcaat98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c3vdm18": { - "ancestors": [ - "https://ror.org/02vtxt818" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jke7315": { - "ancestors": [ - "https://ror.org/014kzp326" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gr95p90": { - "ancestors": [ - "https://ror.org/01g8djv19" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kb3q578": { - "ancestors": [ - "https://ror.org/01eyenr26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b0x6m16": { - "ancestors": [ - "https://ror.org/01ftnmh36" - ], - "descendants": [ - - ] - }, - "https://ror.org/035vrvw61": { - "ancestors": [ - "https://ror.org/01kh3en48" - ], - "descendants": [ - - ] - }, - "https://ror.org/006hwbx79": { - "ancestors": [ - "https://ror.org/0465c8g46" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hh34543": { - "ancestors": [ - "https://ror.org/011kvxd26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tvt3c62": { - "ancestors": [ - "https://ror.org/03bfyaa19" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tqjep44": { - "ancestors": [ - "https://ror.org/01k7ze855" - ], - "descendants": [ - - ] - }, - "https://ror.org/03td08d28": { - "ancestors": [ - "https://ror.org/02azyxf26" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m1qxf57": { - "ancestors": [ - "https://ror.org/01v5xwf23" - ], - "descendants": [ - - ] - }, - "https://ror.org/018mdm506": { - "ancestors": [ - "https://ror.org/00g2tkw06" - ], - "descendants": [ - - ] - }, - "https://ror.org/056zfc440": { - "ancestors": [ - "https://ror.org/00qabvy28" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gt7fk38": { - "ancestors": [ - "https://ror.org/033z8qs97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xxdqj96": { - "ancestors": [ - "https://ror.org/00e9zam13" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vb0yp97": { - "ancestors": [ - "https://ror.org/05wh5fw51", - "https://ror.org/01qw4g764" - ], - "descendants": [ - - ] - }, - "https://ror.org/017r9vm74": { - "ancestors": [ - "https://ror.org/00xn3j339" - ], - "descendants": [ - - ] - }, - "https://ror.org/020fcst87": { - "ancestors": [ - "https://ror.org/059rn9488" - ], - "descendants": [ - - ] - }, - "https://ror.org/0521k5n17": { - "ancestors": [ - "https://ror.org/02hqwnx33" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jff7p65": { - "ancestors": [ - "https://ror.org/027etx825" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pwpr214": { - "ancestors": [ - "https://ror.org/02exqgm79" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jb89v85": { - "ancestors": [ - "https://ror.org/0428qnk54" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e4db319": { - "ancestors": [ - "https://ror.org/005kw6t15" - ], - "descendants": [ - - ] - }, - "https://ror.org/046xmah45": { - "ancestors": [ - "https://ror.org/05np4h792", - "https://ror.org/00m61xx36" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nehjf29": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nj49q02": { - "ancestors": [ - "https://ror.org/00ney4p16" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ab5m237": { - "ancestors": [ - "https://ror.org/044qwkx83", - "https://ror.org/01v7jrq42" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t1wrw35": { - "ancestors": [ - "https://ror.org/02tmx5588" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c4zcv51": { - "ancestors": [ - "https://ror.org/051pbge72" - ], - "descendants": [ - - ] - }, - "https://ror.org/0510bgz94": { - "ancestors": [ - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fbzr589": { - "ancestors": [ - "https://ror.org/05gg0gh87" - ], - "descendants": [ - - ] - }, - "https://ror.org/031y85330": { - "ancestors": [ - "https://ror.org/05g9jck81" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bwxpz44": { - "ancestors": [ - "https://ror.org/01p9w4124" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vbg8350": { - "ancestors": [ - "https://ror.org/02dv7rd88" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z9zz970": { - "ancestors": [ - "https://ror.org/005rxfw29" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ykjqt50": { - "ancestors": [ - "https://ror.org/02p2bgp27" - ], - "descendants": [ - - ] - }, - "https://ror.org/030893n97": { - "ancestors": [ - "https://ror.org/01g87hr29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00647p549": { - "ancestors": [ - "https://ror.org/01g87hr29" - ], - "descendants": [ - - ] - }, - "https://ror.org/048htbx03": { - "ancestors": [ - "https://ror.org/00qp5gr06" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bn2q369": { - "ancestors": [ - "https://ror.org/014wzed86" - ], - "descendants": [ - "https://ror.org/04fc1p069" - ] - }, - "https://ror.org/02yb4t415": { - "ancestors": [ - "https://ror.org/0382m9t69", - "https://ror.org/04rb4b520" - ], - "descendants": [ - - ] - }, - "https://ror.org/051vpna32": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/056egm241": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qh5fy32": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ajr8702": { - "ancestors": [ - "https://ror.org/04sk34n56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cv1dy58": { - "ancestors": [ - "https://ror.org/0393dce17" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cvjvq49": { - "ancestors": [ - "https://ror.org/03vsmv677" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rvfjx92": { - "ancestors": [ - "https://ror.org/02wx79d08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ha8e826": { - "ancestors": [ - "https://ror.org/02ya5n776" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v88aw62": { - "ancestors": [ - "https://ror.org/05he43612" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mrw0a87": { - "ancestors": [ - "https://ror.org/02gfwng46" - ], - "descendants": [ - - ] - }, - "https://ror.org/038xm7148": { - "ancestors": [ - "https://ror.org/01mvkzj41" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gcfcp23": { - "ancestors": [ - "https://ror.org/052s8wv93" - ], - "descendants": [ - - ] - }, - "https://ror.org/022bzg803": { - "ancestors": [ - "https://ror.org/05a4cm665" - ], - "descendants": [ - "https://ror.org/03ht51987" - ] - }, - "https://ror.org/026jg0516": { - "ancestors": [ - "https://ror.org/02ky6c719" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dwv3218": { - "ancestors": [ - "https://ror.org/02tmx5588" - ], - "descendants": [ - - ] - }, - "https://ror.org/010g5w962": { - "ancestors": [ - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/038mpcy29": { - "ancestors": [ - "https://ror.org/01aj84f44" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fb0df08": { - "ancestors": [ - "https://ror.org/05av6m066", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rx2ty86": { - "ancestors": [ - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/011z3ff80": { - "ancestors": [ - "https://ror.org/00xqkj280" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dank931": { - "ancestors": [ - "https://ror.org/05f5ttq44" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jce8981": { - "ancestors": [ - "https://ror.org/014m1ef46", - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/000tce348": { - "ancestors": [ - "https://ror.org/01537wn74" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vdxde73": { - "ancestors": [ - "https://ror.org/04hp86393" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vjrcd64": { - "ancestors": [ - "https://ror.org/02zbc1a16", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/016jygy11": { - "ancestors": [ - "https://ror.org/025ras206" - ], - "descendants": [ - - ] - }, - "https://ror.org/020qgqz48": { - "ancestors": [ - "https://ror.org/03j353w33" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pvypf90": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/014mn3s63": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/008c6se98": { - "ancestors": [ - "https://ror.org/0507etz14" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b5tag12": { - "ancestors": [ - "https://ror.org/02zqm6r10", - "https://ror.org/0307bxz06" - ], - "descendants": [ - - ] - }, - "https://ror.org/025eayv75": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/0002exf56": { - "ancestors": [ - "https://ror.org/04nzhmg91", - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mcgvm89": { - "ancestors": [ - "https://ror.org/01xnsst08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0184jv876": { - "ancestors": [ - "https://ror.org/02ky6c719" - ], - "descendants": [ - - ] - }, - "https://ror.org/014wt7r80": { - "ancestors": [ - "https://ror.org/0265w5591", - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/005w8dd04": { - "ancestors": [ - "https://ror.org/0265w5591", - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gjbbg60": { - "ancestors": [ - "https://ror.org/0265w5591", - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/027r3nx49": { - "ancestors": [ - "https://ror.org/0265w5591", - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fxqdx25": { - "ancestors": [ - "https://ror.org/0265w5591", - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c0m9m16": { - "ancestors": [ - "https://ror.org/0265w5591", - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rn0m335": { - "ancestors": [ - "https://ror.org/00k642b80" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vv53n36": { - "ancestors": [ - "https://ror.org/02eatcc42" - ], - "descendants": [ - - ] - }, - "https://ror.org/02krcbc65": { - "ancestors": [ - "https://ror.org/00ks5vt51" - ], - "descendants": [ - - ] - }, - "https://ror.org/03frwhf70": { - "ancestors": [ - "https://ror.org/02eatcc42" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bfj0n71": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ymvpb42": { - "ancestors": [ - "https://ror.org/02t71h845" - ], - "descendants": [ - - ] - }, - "https://ror.org/0579kbh86": { - "ancestors": [ - "https://ror.org/017ctmv39" - ], - "descendants": [ - - ] - }, - "https://ror.org/011b3r412": { - "ancestors": [ - "https://ror.org/01n54ed02" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p05j480": { - "ancestors": [ - "https://ror.org/04z69s492" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pgwrm68": { - "ancestors": [ - "https://ror.org/042nxhq59" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s6a9w47": { - "ancestors": [ - "https://ror.org/05gyvs118" - ], - "descendants": [ - - ] - }, - "https://ror.org/045cwqd08": { - "ancestors": [ - "https://ror.org/02hwyte29" - ], - "descendants": [ - - ] - }, - "https://ror.org/016kx7a84": { - "ancestors": [ - "https://ror.org/00184ca40" - ], - "descendants": [ - - ] - }, - "https://ror.org/02prt1r25": { - "ancestors": [ - "https://ror.org/004nr3476" - ], - "descendants": [ - - ] - }, - "https://ror.org/007q1v885": { - "ancestors": [ - "https://ror.org/002z0cd60" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ms9ra30": { - "ancestors": [ - "https://ror.org/01zt0tq34" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v9m1060": { - "ancestors": [ - "https://ror.org/01fe0jt45" - ], - "descendants": [ - - ] - }, - "https://ror.org/057aydj06": { - "ancestors": [ - "https://ror.org/01fe0jt45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02m0v4a06": { - "ancestors": [ - "https://ror.org/015w2wb33" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rgj1337": { - "ancestors": [ - "https://ror.org/051mth390" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jk97k74": { - "ancestors": [ - "https://ror.org/01q8f6705" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yxram96": { - "ancestors": [ - "https://ror.org/03wjptj96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jqm1g69": { - "ancestors": [ - "https://ror.org/04gmdfj30" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hww2965": { - "ancestors": [ - "https://ror.org/01dy84y11" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y2cjj38": { - "ancestors": [ - "https://ror.org/04n2d2p10" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d8f4804": { - "ancestors": [ - "https://ror.org/01q1dy966" - ], - "descendants": [ - - ] - }, - "https://ror.org/000bmd472": { - "ancestors": [ - "https://ror.org/05km1vk92" - ], - "descendants": [ - - ] - }, - "https://ror.org/016nn9d26": { - "ancestors": [ - "https://ror.org/048vrgr14" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hqnrz12": { - "ancestors": [ - "https://ror.org/04r739x86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pe39y85": { - "ancestors": [ - "https://ror.org/04r739x86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bce7633": { - "ancestors": [ - "https://ror.org/008s23110" - ], - "descendants": [ - - ] - }, - "https://ror.org/0198yrw13": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tnj0473": { - "ancestors": [ - "https://ror.org/01qhm7e49" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jkzvy92": { - "ancestors": [ - "https://ror.org/0359s0245" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ceayq64": { - "ancestors": [ - "https://ror.org/01ep0vp31" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ar4b407": { - "ancestors": [ - "https://ror.org/01mrh1227" - ], - "descendants": [ - - ] - }, - "https://ror.org/0414r2h69": { - "ancestors": [ - "https://ror.org/00sj73q02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vppzx17": { - "ancestors": [ - "https://ror.org/01kmf8n06" - ], - "descendants": [ - - ] - }, - "https://ror.org/0282m9c08": { - "ancestors": [ - "https://ror.org/03zp5py62" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w314k38": { - "ancestors": [ - "https://ror.org/04hkpfa76" - ], - "descendants": [ - - ] - }, - "https://ror.org/03spzq317": { - "ancestors": [ - "https://ror.org/031zfq432" - ], - "descendants": [ - - ] - }, - "https://ror.org/0281q7a54": { - "ancestors": [ - "https://ror.org/02fzm7221" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wjt3437": { - "ancestors": [ - "https://ror.org/030qsdn71" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x7k6a83": { - "ancestors": [ - "https://ror.org/01rkxa860" - ], - "descendants": [ - - ] - }, - "https://ror.org/0401v0x80": { - "ancestors": [ - "https://ror.org/0415p9s42" - ], - "descendants": [ - - ] - }, - "https://ror.org/03re7dt17": { - "ancestors": [ - "https://ror.org/036abw928" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g7nky19": { - "ancestors": [ - "https://ror.org/012jvtn24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bg52247": { - "ancestors": [ - "https://ror.org/05xe0se54" - ], - "descendants": [ - "https://ror.org/03c0wvm84", - "https://ror.org/03098ta78" - ] - }, - "https://ror.org/014tew554": { - "ancestors": [ - "https://ror.org/0270n9q14" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k25vk24": { - "ancestors": [ - "https://ror.org/03nqwhd11" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hyvpg31": { - "ancestors": [ - "https://ror.org/01v3aym70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rcgpb63": { - "ancestors": [ - "https://ror.org/04dkns738" - ], - "descendants": [ - - ] - }, - "https://ror.org/0492qzy66": { - "ancestors": [ - "https://ror.org/01zrkhb76" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xvxdy42": { - "ancestors": [ - "https://ror.org/03xajsx66" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g2a6c32": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tvj9g97": { - "ancestors": [ - "https://ror.org/04609ps55" - ], - "descendants": [ - - ] - }, - "https://ror.org/045qqby88": { - "ancestors": [ - "https://ror.org/03nw6pt28" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qz5d088": { - "ancestors": [ - "https://ror.org/051tn6h07" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kcspq23": { - "ancestors": [ - "https://ror.org/03tp9c748" - ], - "descendants": [ - - ] - }, - "https://ror.org/057040g82": { - "ancestors": [ - "https://ror.org/02p65v128" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fkhh366": { - "ancestors": [ - "https://ror.org/02exqgm79" - ], - "descendants": [ - - ] - }, - "https://ror.org/014t9bz90": { - "ancestors": [ - "https://ror.org/00ney4p16" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j3y0344": { - "ancestors": [ - "https://ror.org/00e9zam13" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gaz1x25": { - "ancestors": [ - "https://ror.org/01mvxm016" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kqmq412": { - "ancestors": [ - "https://ror.org/02exqgm79" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hbm4s94": { - "ancestors": [ - "https://ror.org/04hmrvg91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dp2c867": { - "ancestors": [ - "https://ror.org/05a99n355" - ], - "descendants": [ - - ] - }, - "https://ror.org/043xc2b47": { - "ancestors": [ - "https://ror.org/01v3aym70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yxf2e18": { - "ancestors": [ - "https://ror.org/02t71h845" - ], - "descendants": [ - - ] - }, - "https://ror.org/05av0zp13": { - "ancestors": [ - "https://ror.org/02t71h845" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vff8922": { - "ancestors": [ - "https://ror.org/04gte0y44" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mz6aw81": { - "ancestors": [ - "https://ror.org/012jvtn24" - ], - "descendants": [ - - ] - }, - "https://ror.org/003p0bk22": { - "ancestors": [ - "https://ror.org/04k1dvq14" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z0qye94": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mmbzv77": { - "ancestors": [ - "https://ror.org/029evds51" - ], - "descendants": [ - - ] - }, - "https://ror.org/03826h192": { - "ancestors": [ - "https://ror.org/016t1kc57" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wakr002": { - "ancestors": [ - "https://ror.org/02ky6c719" - ], - "descendants": [ - - ] - }, - "https://ror.org/02za67k40": { - "ancestors": [ - "https://ror.org/05xf13p94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qajw440": { - "ancestors": [ - "https://ror.org/03696td91" - ], - "descendants": [ - - ] - }, - "https://ror.org/047ajv266": { - "ancestors": [ - "https://ror.org/004cdt922" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b4eje67": { - "ancestors": [ - "https://ror.org/004cdt922" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ncc5r18": { - "ancestors": [ - "https://ror.org/005jw9139" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n3fbh55": { - "ancestors": [ - "https://ror.org/00w91z143" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xc43e34": { - "ancestors": [ - "https://ror.org/00t625d81" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zy2ka61": { - "ancestors": [ - "https://ror.org/04rn3ph18" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wrvmn80": { - "ancestors": [ - "https://ror.org/04rn3ph18" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cqgv790": { - "ancestors": [ - "https://ror.org/03n2emr48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s1v1s13": { - "ancestors": [ - "https://ror.org/05km1vk92" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cetd543": { - "ancestors": [ - "https://ror.org/052gr6m21" - ], - "descendants": [ - - ] - }, - "https://ror.org/0133m4g32": { - "ancestors": [ - "https://ror.org/05xmzbk80" - ], - "descendants": [ - - ] - }, - "https://ror.org/00476rc02": { - "ancestors": [ - "https://ror.org/05ygr1m94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zv4kd57": { - "ancestors": [ - "https://ror.org/05dtvab05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bskft61": { - "ancestors": [ - "https://ror.org/014cg2q58" - ], - "descendants": [ - - ] - }, - "https://ror.org/059nmw410": { - "ancestors": [ - "https://ror.org/00me6gs45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j3vdc31": { - "ancestors": [ - "https://ror.org/03xxx9y67" - ], - "descendants": [ - - ] - }, - "https://ror.org/0163qy924": { - "ancestors": [ - "https://ror.org/05gyvs118" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kks4d25": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fhmmg24": { - "ancestors": [ - "https://ror.org/00grd1h17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01484hw40": { - "ancestors": [ - "https://ror.org/04wmff902", - "https://ror.org/00hjm9t74" - ], - "descendants": [ - - ] - }, - "https://ror.org/02krq1637": { - "ancestors": [ - "https://ror.org/04d96be50" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sdrd464": { - "ancestors": [ - "https://ror.org/05xmzbk80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wfqxa90": { - "ancestors": [ - "https://ror.org/00k17f049" - ], - "descendants": [ - - ] - }, - "https://ror.org/001z7yr93": { - "ancestors": [ - "https://ror.org/03rf62a76" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tccxd76": { - "ancestors": [ - "https://ror.org/02eatcc42" - ], - "descendants": [ - - ] - }, - "https://ror.org/021wep716": { - "ancestors": [ - "https://ror.org/02eatcc42" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w6hp096": { - "ancestors": [ - "https://ror.org/01zgpn844" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z9kpd59": { - "ancestors": [ - "https://ror.org/008s23110" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xvgy636": { - "ancestors": [ - "https://ror.org/05g9jck81" - ], - "descendants": [ - - ] - }, - "https://ror.org/0280y9h11": { - "ancestors": [ - "https://ror.org/01bvqg661" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p5m7j86": { - "ancestors": [ - "https://ror.org/02r3ht216" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vxsq455": { - "ancestors": [ - "https://ror.org/02r3ht216" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e55pr56": { - "ancestors": [ - "https://ror.org/0044vax59" - ], - "descendants": [ - - ] - }, - "https://ror.org/02m7dbt89": { - "ancestors": [ - "https://ror.org/02tmx5588" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r37e745": { - "ancestors": [ - "https://ror.org/02kbe5v55" - ], - "descendants": [ - - ] - }, - "https://ror.org/0414wmq03": { - "ancestors": [ - "https://ror.org/03ncs3316" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w3ts152": { - "ancestors": [ - "https://ror.org/01n54ed02" - ], - "descendants": [ - - ] - }, - "https://ror.org/013j55h69": { - "ancestors": [ - "https://ror.org/00qmxzb41" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p1t0k52": { - "ancestors": [ - "https://ror.org/0435rc536", - "https://ror.org/04sfxgz72", - "https://ror.org/04txyc737" - ], - "descendants": [ - - ] - }, - "https://ror.org/014775w70": { - "ancestors": [ - "https://ror.org/058wb7691" - ], - "descendants": [ - - ] - }, - "https://ror.org/027qba521": { - "ancestors": [ - "https://ror.org/05nm3qe34" - ], - "descendants": [ - - ] - }, - "https://ror.org/0571c2151": { - "ancestors": [ - "https://ror.org/02tb9dy59" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gjtdf30": { - "ancestors": [ - "https://ror.org/05spb8741" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w60ja15": { - "ancestors": [ - "https://ror.org/02xstv633" - ], - "descendants": [ - - ] - }, - "https://ror.org/031rbfd73": { - "ancestors": [ - "https://ror.org/02xstv633" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n9g7g16": { - "ancestors": [ - "https://ror.org/02zwv8f48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05amv9q86": { - "ancestors": [ - "https://ror.org/022m5tt98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h3vzz10": { - "ancestors": [ - "https://ror.org/03brafa64" - ], - "descendants": [ - - ] - }, - "https://ror.org/0132ebr60": { - "ancestors": [ - "https://ror.org/0503v4y98", - "https://ror.org/0307bxz06" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ptky016": { - "ancestors": [ - "https://ror.org/021sjst25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wdpar77": { - "ancestors": [ - "https://ror.org/01sx1pm50" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ej6x457": { - "ancestors": [ - "https://ror.org/02aga1t67" - ], - "descendants": [ - - ] - }, - "https://ror.org/009vrtv70": { - "ancestors": [ - "https://ror.org/00habjq51" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vp4kx90": { - "ancestors": [ - "https://ror.org/03fs66f88" - ], - "descendants": [ - - ] - }, - "https://ror.org/0181yrz32": { - "ancestors": [ - "https://ror.org/016j39z10" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jwy1234": { - "ancestors": [ - "https://ror.org/00b5m4j81" - ], - "descendants": [ - - ] - }, - "https://ror.org/0382m9t69": { - "ancestors": [ - "https://ror.org/04rb4b520" - ], - "descendants": [ - "https://ror.org/02yb4t415" - ] - }, - "https://ror.org/029jv7h91": { - "ancestors": [ - "https://ror.org/02d814r78" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zzs9b68": { - "ancestors": [ - "https://ror.org/04ecrg623" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zxw4w85": { - "ancestors": [ - "https://ror.org/03eaa3f03" - ], - "descendants": [ - - ] - }, - "https://ror.org/017fqk185": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/0139mkv47": { - "ancestors": [ - "https://ror.org/01g8djv19" - ], - "descendants": [ - - ] - }, - "https://ror.org/02083pn15": { - "ancestors": [ - "https://ror.org/05kewds18" - ], - "descendants": [ - - ] - }, - "https://ror.org/017afst72": { - "ancestors": [ - "https://ror.org/03mmk1j33" - ], - "descendants": [ - - ] - }, - "https://ror.org/0222m3049": { - "ancestors": [ - "https://ror.org/00d3r7025" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bxp3g94": { - "ancestors": [ - "https://ror.org/03nw6pt28" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zeqh491": { - "ancestors": [ - "https://ror.org/02hy2v836" - ], - "descendants": [ - - ] - }, - "https://ror.org/028a35p56": { - "ancestors": [ - "https://ror.org/04jpbn971" - ], - "descendants": [ - - ] - }, - "https://ror.org/0012b2h06": { - "ancestors": [ - "https://ror.org/03nw6pt28" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rxrqv32": { - "ancestors": [ - "https://ror.org/043affe91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kh7ez55": { - "ancestors": [ - "https://ror.org/00m7gt169" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c23zs54": { - "ancestors": [ - "https://ror.org/01n54ed02" - ], - "descendants": [ - - ] - }, - "https://ror.org/0018whg19": { - "ancestors": [ - "https://ror.org/03vsmv677" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ytgj055": { - "ancestors": [ - "https://ror.org/03yt1ez60" - ], - "descendants": [ - - ] - }, - "https://ror.org/0015kev18": { - "ancestors": [ - "https://ror.org/02dxby369" - ], - "descendants": [ - - ] - }, - "https://ror.org/03517qf88": { - "ancestors": [ - "https://ror.org/006s85q77" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vrhw316": { - "ancestors": [ - "https://ror.org/0580qje17" - ], - "descendants": [ - - ] - }, - "https://ror.org/02btcwe37": { - "ancestors": [ - "https://ror.org/01x5ywr89" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p0pbv75": { - "ancestors": [ - "https://ror.org/02zqm6r10", - "https://ror.org/0307bxz06" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ydfc370": { - "ancestors": [ - "https://ror.org/01b5d7p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0481z9839": { - "ancestors": [ - "https://ror.org/05he43612" - ], - "descendants": [ - - ] - }, - "https://ror.org/031n13782": { - "ancestors": [ - "https://ror.org/0108txz43" - ], - "descendants": [ - - ] - }, - "https://ror.org/023bna168": { - "ancestors": [ - "https://ror.org/02gfwng46" - ], - "descendants": [ - - ] - }, - "https://ror.org/01169zb17": { - "ancestors": [ - "https://ror.org/03bd0by56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hc8k527": { - "ancestors": [ - "https://ror.org/04dgpsg75" - ], - "descendants": [ - - ] - }, - "https://ror.org/04aqd7928": { - "ancestors": [ - "https://ror.org/04n2d2p10" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eydf751": { - "ancestors": [ - "https://ror.org/02azyxf26" - ], - "descendants": [ - - ] - }, - "https://ror.org/048frez22": { - "ancestors": [ - "https://ror.org/02fccce66" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y8ktr97": { - "ancestors": [ - "https://ror.org/04nxj7050" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h13e556": { - "ancestors": [ - "https://ror.org/02029yx61" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yv86q51": { - "ancestors": [ - "https://ror.org/03cjntr43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fhcbb53": { - "ancestors": [ - "https://ror.org/03cjntr43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r4hwz76": { - "ancestors": [ - "https://ror.org/036wvs663", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/03895v451": { - "ancestors": [ - "https://ror.org/05gg0gh87" - ], - "descendants": [ - - ] - }, - "https://ror.org/02se40x69": { - "ancestors": [ - "https://ror.org/05gg0gh87" - ], - "descendants": [ - - ] - }, - "https://ror.org/033d1rc08": { - "ancestors": [ - "https://ror.org/03pd82777" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xywr964": { - "ancestors": [ - "https://ror.org/04bhfmv97", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ad0gz88": { - "ancestors": [ - "https://ror.org/0492k9x16", - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q8jhf15": { - "ancestors": [ - "https://ror.org/0492k9x16", - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wxxbs05": { - "ancestors": [ - "https://ror.org/02ks8qq67" - ], - "descendants": [ - "https://ror.org/00xhvk795", - "https://ror.org/02xww4e18", - "https://ror.org/02wg15j65", - "https://ror.org/046d4aw91", - "https://ror.org/05t2njg22", - "https://ror.org/03renyq06", - "https://ror.org/00stg1k53" - ] - }, - "https://ror.org/00stg1k53": { - "ancestors": [ - "https://ror.org/03wxxbs05", - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xhvk795": { - "ancestors": [ - "https://ror.org/03wxxbs05", - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/046d4aw91": { - "ancestors": [ - "https://ror.org/03wxxbs05", - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t2njg22": { - "ancestors": [ - "https://ror.org/03wxxbs05", - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nngxj80": { - "ancestors": [ - "https://ror.org/01s49js04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d5p6p20": { - "ancestors": [ - "https://ror.org/02r96rf44" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wg15j65": { - "ancestors": [ - "https://ror.org/03wxxbs05", - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xww4e18": { - "ancestors": [ - "https://ror.org/03wxxbs05", - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sjh9112": { - "ancestors": [ - "https://ror.org/01w885875" - ], - "descendants": [ - - ] - }, - "https://ror.org/035t0zn40": { - "ancestors": [ - "https://ror.org/01w885875" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gfjrf11": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sgj4t62": { - "ancestors": [ - "https://ror.org/01qmw3j63" - ], - "descendants": [ - - ] - }, - "https://ror.org/013x7n115": { - "ancestors": [ - "https://ror.org/02td4ph55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rz1y359": { - "ancestors": [ - "https://ror.org/04qce9v53" - ], - "descendants": [ - - ] - }, - "https://ror.org/04whxwq65": { - "ancestors": [ - "https://ror.org/02zhsgx35" - ], - "descendants": [ - - ] - }, - "https://ror.org/029j6tp05": { - "ancestors": [ - "https://ror.org/02bn55144" - ], - "descendants": [ - - ] - }, - "https://ror.org/013b57229": { - "ancestors": [ - "https://ror.org/00gtmwv55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bmh2944": { - "ancestors": [ - "https://ror.org/01dj88q67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wz8pk64": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/048p4wq89": { - "ancestors": [ - "https://ror.org/04hjbmv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/03an0wj74": { - "ancestors": [ - "https://ror.org/01q8f6705" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nmt8y10": { - "ancestors": [ - "https://ror.org/015vnk029" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zhfb561": { - "ancestors": [ - "https://ror.org/04hvmsy06" - ], - "descendants": [ - - ] - }, - "https://ror.org/047eytq20": { - "ancestors": [ - "https://ror.org/03m91y692" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dvqbh84": { - "ancestors": [ - "https://ror.org/01wfv3m53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vvs5b96": { - "ancestors": [ - "https://ror.org/05tzrdd39", - "https://ror.org/02rgsr590" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wwpjn37": { - "ancestors": [ - "https://ror.org/00r1rs707" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dcjap62": { - "ancestors": [ - "https://ror.org/0535c3537", - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yt9z408": { - "ancestors": [ - "https://ror.org/03vwrbq09" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cg1bv47": { - "ancestors": [ - "https://ror.org/01jgdnq42" - ], - "descendants": [ - - ] - }, - "https://ror.org/035n6ph62": { - "ancestors": [ - "https://ror.org/013t2n957" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yz3w307": { - "ancestors": [ - "https://ror.org/0114c6692" - ], - "descendants": [ - - ] - }, - "https://ror.org/0430jfd38": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/013j2ff86": { - "ancestors": [ - "https://ror.org/03qmsrr79" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gze1672": { - "ancestors": [ - "https://ror.org/04vkkat38" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t8qhn97": { - "ancestors": [ - "https://ror.org/04qce9v53" - ], - "descendants": [ - - ] - }, - "https://ror.org/054bf3454": { - "ancestors": [ - "https://ror.org/02d6ew870" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d01nv48": { - "ancestors": [ - "https://ror.org/040ep5714" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d9a6q43": { - "ancestors": [ - "https://ror.org/02029yx61" - ], - "descendants": [ - - ] - }, - "https://ror.org/025ajkx98": { - "ancestors": [ - "https://ror.org/01vs7pm87" - ], - "descendants": [ - - ] - }, - "https://ror.org/051j13341": { - "ancestors": [ - "https://ror.org/056546b03" - ], - "descendants": [ - - ] - }, - "https://ror.org/027jc1q11": { - "ancestors": [ - "https://ror.org/04jhyte11" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qwja739": { - "ancestors": [ - "https://ror.org/02e5fdp70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k45v753": { - "ancestors": [ - "https://ror.org/02q83n633" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ae66d75": { - "ancestors": [ - "https://ror.org/0311h6702" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xqxbt36": { - "ancestors": [ - "https://ror.org/00k01kt20" - ], - "descendants": [ - - ] - }, - "https://ror.org/049wtgt11": { - "ancestors": [ - "https://ror.org/03g3m1w62" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jppe152": { - "ancestors": [ - "https://ror.org/01xcepn55" - ], - "descendants": [ - - ] - }, - "https://ror.org/023g45t05": { - "ancestors": [ - "https://ror.org/01xcepn55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nephp76": { - "ancestors": [ - "https://ror.org/02ngbsn37" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nxqr324": { - "ancestors": [ - "https://ror.org/02ngbsn37" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gzrtw66": { - "ancestors": [ - "https://ror.org/02xyqwh78" - ], - "descendants": [ - - ] - }, - "https://ror.org/01awkss54": { - "ancestors": [ - "https://ror.org/05he43612" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nxzws18": { - "ancestors": [ - "https://ror.org/01zzqts64" - ], - "descendants": [ - - ] - }, - "https://ror.org/022xahy44": { - "ancestors": [ - "https://ror.org/05xe0se54" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wtsha51": { - "ancestors": [ - "https://ror.org/01wfv3m53" - ], - "descendants": [ - - ] - }, - "https://ror.org/014n5hm22": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vj8hy88": { - "ancestors": [ - "https://ror.org/01f67ew21" - ], - "descendants": [ - - ] - }, - "https://ror.org/037tm7f56": { - "ancestors": [ - "https://ror.org/0190ak572" - ], - "descendants": [ - - ] - }, - "https://ror.org/03esh6f70": { - "ancestors": [ - "https://ror.org/02nma1c30" - ], - "descendants": [ - - ] - }, - "https://ror.org/016jmhr98": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b17a012": { - "ancestors": [ - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0187psc61": { - "ancestors": [ - "https://ror.org/03vyddc91", - "https://ror.org/04za2st18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j1j8v70": { - "ancestors": [ - "https://ror.org/00wc6ay63", - "https://ror.org/00mgss748" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vyddc91": { - "ancestors": [ - "https://ror.org/04za2st18" - ], - "descendants": [ - "https://ror.org/0187psc61" - ] - }, - "https://ror.org/02z45mp76": { - "ancestors": [ - "https://ror.org/01zt0tq34" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y4q0y44": { - "ancestors": [ - "https://ror.org/017ctmv39" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p972q78": { - "ancestors": [ - "https://ror.org/04dkns738" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vh2pt65": { - "ancestors": [ - "https://ror.org/05qdwtz81" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e473h50": { - "ancestors": [ - "https://ror.org/05qdwtz81" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xa11r83": { - "ancestors": [ - "https://ror.org/03rb80v65" - ], - "descendants": [ - - ] - }, - "https://ror.org/037j2g266": { - "ancestors": [ - "https://ror.org/01djxaj77" - ], - "descendants": [ - - ] - }, - "https://ror.org/0521n7n83": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p287g25": { - "ancestors": [ - "https://ror.org/00pscny09" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hmf0879": { - "ancestors": [ - "https://ror.org/03tb4gf50", - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n2my419": { - "ancestors": [ - "https://ror.org/04p1set31" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h78k766": { - "ancestors": [ - "https://ror.org/05ts6js78" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kt6g810": { - "ancestors": [ - "https://ror.org/00b5m4j81" - ], - "descendants": [ - - ] - }, - "https://ror.org/037405c78": { - "ancestors": [ - "https://ror.org/054225q67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03geggj88": { - "ancestors": [ - "https://ror.org/013t2n957" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g9yb321": { - "ancestors": [ - "https://ror.org/02sba6v14" - ], - "descendants": [ - - ] - }, - "https://ror.org/02820xq34": { - "ancestors": [ - "https://ror.org/01w4ggt72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n6t9x28": { - "ancestors": [ - "https://ror.org/01n029866" - ], - "descendants": [ - - ] - }, - "https://ror.org/0019h1k84": { - "ancestors": [ - "https://ror.org/05nmyph15", - "https://ror.org/0361bwx64", - "https://ror.org/01s5a4v70", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0529fxt39": { - "ancestors": [ - "https://ror.org/03jwzwq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/032sxkb16": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/012fexm34": { - "ancestors": [ - "https://ror.org/04jhyte11" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hfpy566": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tpvdq80": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/03haqsp75": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ex2js61": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p03yg71": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v7tny92": { - "ancestors": [ - "https://ror.org/01qkxb782", - "https://ror.org/02tphfq59", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dagn361": { - "ancestors": [ - "https://ror.org/03ht1xw27", - "https://ror.org/02m388s04", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/0089bg420": { - "ancestors": [ - "https://ror.org/057g20z61", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v4s0f07": { - "ancestors": [ - "https://ror.org/02m388s04", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bhe6d02": { - "ancestors": [ - "https://ror.org/05xjh4a29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00212dq27": { - "ancestors": [ - "https://ror.org/02j2cf778" - ], - "descendants": [ - - ] - }, - "https://ror.org/00baskk38": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/02crff812", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0552cbh05": { - "ancestors": [ - "https://ror.org/04nxj7050" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zv3jm94": { - "ancestors": [ - "https://ror.org/05wrggx03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hk9tb32": { - "ancestors": [ - "https://ror.org/017rhna63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qdj6986": { - "ancestors": [ - "https://ror.org/048vrgr14" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nj0fk68": { - "ancestors": [ - "https://ror.org/05tm9j755", - "https://ror.org/01qw4g764" - ], - "descendants": [ - - ] - }, - "https://ror.org/00467td76": { - "ancestors": [ - "https://ror.org/01akman82" - ], - "descendants": [ - - ] - }, - "https://ror.org/0140krp16": { - "ancestors": [ - "https://ror.org/042b03f56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rn2e120": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/049tb1q96": { - "ancestors": [ - "https://ror.org/05yab6874" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cn3rm21": { - "ancestors": [ - "https://ror.org/05qdwtz81" - ], - "descendants": [ - - ] - }, - "https://ror.org/046vvrs54": { - "ancestors": [ - "https://ror.org/03vsmv677" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t8cv576": { - "ancestors": [ - "https://ror.org/01rkxa860" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fhw0y06": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k5pc475": { - "ancestors": [ - "https://ror.org/05qe3gd58" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e2hk535": { - "ancestors": [ - "https://ror.org/05s8x7560" - ], - "descendants": [ - - ] - }, - "https://ror.org/040wctg56": { - "ancestors": [ - "https://ror.org/00wthd003" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bb8wr45": { - "ancestors": [ - "https://ror.org/02qjtm453" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fg2k993": { - "ancestors": [ - "https://ror.org/02jqkb192" - ], - "descendants": [ - - ] - }, - "https://ror.org/02frayk71": { - "ancestors": [ - "https://ror.org/05s8x7560" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j572e46": { - "ancestors": [ - "https://ror.org/02tmx5588" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jaw9d22": { - "ancestors": [ - "https://ror.org/035wemy73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00begqh73": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/005n1mk70": { - "ancestors": [ - "https://ror.org/03pd82777" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qa0ew63": { - "ancestors": [ - "https://ror.org/02g5p4n58" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jddt560": { - "ancestors": [ - "https://ror.org/027q99w81" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qh8xh72": { - "ancestors": [ - "https://ror.org/032hx4q18" - ], - "descendants": [ - - ] - }, - "https://ror.org/003kp3v47": { - "ancestors": [ - "https://ror.org/0415p9s42" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zq01589": { - "ancestors": [ - "https://ror.org/03x705365", - "https://ror.org/04d170j15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g7fhp37": { - "ancestors": [ - "https://ror.org/02g5p4n58" - ], - "descendants": [ - - ] - }, - "https://ror.org/0137xm018": { - "ancestors": [ - "https://ror.org/00wc6ay63", - "https://ror.org/00mgss748" - ], - "descendants": [ - - ] - }, - "https://ror.org/053k40h13": { - "ancestors": [ - "https://ror.org/02jfa8730" - ], - "descendants": [ - - ] - }, - "https://ror.org/01txrxw72": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b4j0710": { - "ancestors": [ - "https://ror.org/026exqw73", - "https://ror.org/02aga1t67" - ], - "descendants": [ - - ] - }, - "https://ror.org/008p7sp64": { - "ancestors": [ - "https://ror.org/01z6vd941" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h3r1n96": { - "ancestors": [ - "https://ror.org/02r96rf44" - ], - "descendants": [ - - ] - }, - "https://ror.org/030yesb42": { - "ancestors": [ - "https://ror.org/01v376g59" - ], - "descendants": [ - - ] - }, - "https://ror.org/017vj1d34": { - "ancestors": [ - "https://ror.org/05gcat543" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t305n31": { - "ancestors": [ - "https://ror.org/03vsmv677" - ], - "descendants": [ - - ] - }, - "https://ror.org/024a53a32": { - "ancestors": [ - "https://ror.org/03vsmv677" - ], - "descendants": [ - - ] - }, - "https://ror.org/059tq0w82": { - "ancestors": [ - "https://ror.org/01wfv3m53" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f5sjj19": { - "ancestors": [ - "https://ror.org/035b05819" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rpxbs81": { - "ancestors": [ - "https://ror.org/0100f3q33" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zwkpt70": { - "ancestors": [ - "https://ror.org/01dy84y11" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c5kj875": { - "ancestors": [ - "https://ror.org/039r16z31" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rkhvv36": { - "ancestors": [ - "https://ror.org/01y1re497", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/05djstx53": { - "ancestors": [ - "https://ror.org/01y1re497", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t7qjd50": { - "ancestors": [ - "https://ror.org/042dnf796" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cepne78": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/02netwe45": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c900574": { - "ancestors": [ - "https://ror.org/01y1re497", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/0037rj917": { - "ancestors": [ - "https://ror.org/01y1re497", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vsw8h69": { - "ancestors": [ - "https://ror.org/04d170j15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00588h422": { - "ancestors": [ - "https://ror.org/04mczx267" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mkwcf87": { - "ancestors": [ - "https://ror.org/03r419717" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p3ce068": { - "ancestors": [ - "https://ror.org/05kzfa883", - "https://ror.org/013aysd81", - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bsp2531": { - "ancestors": [ - "https://ror.org/02vxngq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/038z7hb11": { - "ancestors": [ - "https://ror.org/042pgcv68" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vrtwn56": { - "ancestors": [ - "https://ror.org/006m4q736" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sczh171": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zrb8z36": { - "ancestors": [ - "https://ror.org/014tv7j22", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/0422tyr14": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j65xt21": { - "ancestors": [ - "https://ror.org/04r2bgz73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wp0er57": { - "ancestors": [ - "https://ror.org/02tdmfk69" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gyj2g50": { - "ancestors": [ - "https://ror.org/02dqqj223" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yn1ge31": { - "ancestors": [ - "https://ror.org/02rsjh069" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cm3s998": { - "ancestors": [ - "https://ror.org/02egw6w85" - ], - "descendants": [ - - ] - }, - "https://ror.org/01920rj20": { - "ancestors": [ - "https://ror.org/00cwqg982", - "https://ror.org/01nrxwf90", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fyrp007": { - "ancestors": [ - "https://ror.org/01s5ya894", - "https://ror.org/05rrcem69", - "https://ror.org/01cwqze88", - "https://ror.org/00pjdza24", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/026dax180": { - "ancestors": [ - "https://ror.org/04xeg9z08", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b50ej63": { - "ancestors": [ - "https://ror.org/00ysy1705" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x909r11": { - "ancestors": [ - "https://ror.org/01qjmkr85" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cbc9x18": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/051bwap89": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yaz0z51": { - "ancestors": [ - "https://ror.org/01x9zv505", - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tk0cw08": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04we3tx21": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jwvkg84": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/021a66733": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v0srp85": { - "ancestors": [ - "https://ror.org/04r2bgz73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hwty226": { - "ancestors": [ - "https://ror.org/05ev3vr27" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f0ydx59": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/040w2dm02": { - "ancestors": [ - "https://ror.org/01r9htc13", - "https://ror.org/006e5kg04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pcmd548": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jv3yx22": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/02890ms09": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hvvks39": { - "ancestors": [ - "https://ror.org/02vxngq63", - "https://ror.org/05g3mes96" - ], - "descendants": [ - - ] - }, - "https://ror.org/015y4fr56": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03msdt869": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/040g76k92": { - "ancestors": [ - "https://ror.org/01mk44223" - ], - "descendants": [ - - ] - }, - "https://ror.org/047kkxp41": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n9nqv74": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yhya597": { - "ancestors": [ - "https://ror.org/03dewsa74" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hrt9p44": { - "ancestors": [ - "https://ror.org/0465c8g46" - ], - "descendants": [ - - ] - }, - "https://ror.org/044xdg011": { - "ancestors": [ - "https://ror.org/01kz55g98" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qp9b498": { - "ancestors": [ - "https://ror.org/04mte1k06" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r493e52": { - "ancestors": [ - "https://ror.org/03bh65t82", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nbjdt61": { - "ancestors": [ - "https://ror.org/00q4sx826", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pq1cd03": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ntr9f13": { - "ancestors": [ - "https://ror.org/040d4nb67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d64cx77": { - "ancestors": [ - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x42kc45": { - "ancestors": [ - "https://ror.org/013meh722" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sp4ja91": { - "ancestors": [ - "https://ror.org/01fz81h65", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mm9fg30": { - "ancestors": [ - "https://ror.org/027pk6j83" - ], - "descendants": [ - - ] - }, - "https://ror.org/02skytd81": { - "ancestors": [ - "https://ror.org/027pk6j83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rhps755": { - "ancestors": [ - "https://ror.org/027pk6j83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g4ezh90": { - "ancestors": [ - "https://ror.org/027pk6j83" - ], - "descendants": [ - - ] - }, - "https://ror.org/0117j0167": { - "ancestors": [ - "https://ror.org/054q9r058" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xjjma71": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vgm4247": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/01607kg94": { - "ancestors": [ - "https://ror.org/04pkc8m17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ryjjz47": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jz7d133": { - "ancestors": [ - "https://ror.org/03q82t418" - ], - "descendants": [ - - ] - }, - "https://ror.org/023pc0v92": { - "ancestors": [ - "https://ror.org/00jrmky87", - "https://ror.org/039k11f95" - ], - "descendants": [ - - ] - }, - "https://ror.org/01017e202": { - "ancestors": [ - "https://ror.org/005381c03", - "https://ror.org/05b2r4b98" - ], - "descendants": [ - - ] - }, - "https://ror.org/03egrq064": { - "ancestors": [ - "https://ror.org/05a353079" - ], - "descendants": [ - - ] - }, - "https://ror.org/024009532": { - "ancestors": [ - "https://ror.org/05a353079" - ], - "descendants": [ - - ] - }, - "https://ror.org/000gzpv52": { - "ancestors": [ - "https://ror.org/03hqjqp33" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d9rr978": { - "ancestors": [ - "https://ror.org/05a353079" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r3dyn47": { - "ancestors": [ - "https://ror.org/03vek6s52", - "https://ror.org/002pd6e78", - "https://ror.org/04py2rh25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bgabj83": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/056mcm922": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z6b1508": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qhkmh27": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vqmez57": { - "ancestors": [ - "https://ror.org/05a353079" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f5ks076": { - "ancestors": [ - "https://ror.org/01xdq1k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y221604": { - "ancestors": [ - "https://ror.org/05tstvt45" - ], - "descendants": [ - - ] - }, - "https://ror.org/000yyt861": { - "ancestors": [ - "https://ror.org/00cbr6959", - "https://ror.org/01q8pr365" - ], - "descendants": [ - - ] - }, - "https://ror.org/034w84t89": { - "ancestors": [ - "https://ror.org/00vasag41" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c8y8w58": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/0112bn567": { - "ancestors": [ - "https://ror.org/01w01n720" - ], - "descendants": [ - - ] - }, - "https://ror.org/02613e360": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/034sqmv32": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zy1mb15": { - "ancestors": [ - "https://ror.org/02y5sbr94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hj6c016": { - "ancestors": [ - "https://ror.org/04drvxt59", - "https://ror.org/03vek6s52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wsv7966": { - "ancestors": [ - "https://ror.org/04drvxt59", - "https://ror.org/03vek6s52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kbbt849": { - "ancestors": [ - "https://ror.org/01cbwn720", - "https://ror.org/00zgdb249", - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/03aqj2f62": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00memet03": { - "ancestors": [ - "https://ror.org/01mtp2k51" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ar7b291": { - "ancestors": [ - "https://ror.org/02t3dz930", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/035a07q19": { - "ancestors": [ - "https://ror.org/01q8pr365" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ck95c19": { - "ancestors": [ - "https://ror.org/01twn9665", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rzhkf33": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f99zn18": { - "ancestors": [ - "https://ror.org/05cka2t18" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h4ywk72": { - "ancestors": [ - "https://ror.org/01f80g185" - ], - "descendants": [ - "https://ror.org/03911p935", - "https://ror.org/055ttwk14", - "https://ror.org/0292bqz47", - "https://ror.org/035g8xb75", - "https://ror.org/005xgxx88", - "https://ror.org/047bn1w15", - "https://ror.org/02vvkyr96" - ] - }, - "https://ror.org/04nfvby78": { - "ancestors": [ - "https://ror.org/01f80g185" - ], - "descendants": [ - "https://ror.org/035dmz332", - "https://ror.org/05q0t6358" - ] - }, - "https://ror.org/01m294726": { - "ancestors": [ - "https://ror.org/04rtx9382", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/02af4h206": { - "ancestors": [ - "https://ror.org/04mczx267" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gvkjb48": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y7jcj09": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/00029be75": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mpgew40": { - "ancestors": [ - "https://ror.org/04mczx267" - ], - "descendants": [ - - ] - }, - "https://ror.org/037jk8996": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0132ebm72": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r6rhw30": { - "ancestors": [ - "https://ror.org/04mczx267" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y5w6t76": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b9eba69": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sy3xj90": { - "ancestors": [ - "https://ror.org/028hv5492" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yf3tm42": { - "ancestors": [ - "https://ror.org/034xvzb47", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hzdft06": { - "ancestors": [ - "https://ror.org/034xvzb47", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y55wr53": { - "ancestors": [ - "https://ror.org/034xvzb47", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jmhh281": { - "ancestors": [ - "https://ror.org/034xvzb47", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0453rk787": { - "ancestors": [ - "https://ror.org/04zmssz18", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/001tk4253": { - "ancestors": [ - "https://ror.org/02p2bgp27" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b7e7p97": { - "ancestors": [ - "https://ror.org/04mczx267" - ], - "descendants": [ - - ] - }, - "https://ror.org/0271pk470": { - "ancestors": [ - "https://ror.org/01md3zk31" - ], - "descendants": [ - - ] - }, - "https://ror.org/058pgtg13": { - "ancestors": [ - "https://ror.org/00j161312" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z6p8p31": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02ggwpx62", - "https://ror.org/01wjn2x92", - "https://ror.org/05je2tx78" - ] - }, - "https://ror.org/029k6t707": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/028xcfg40": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/01avs2k90": { - "ancestors": [ - "https://ror.org/01xgfaw76" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x802g65": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/01nrxwf90", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qwdc951": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0481qb682": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ef4as46": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/01eeqch44": { - "ancestors": [ - "https://ror.org/0172fj584" - ], - "descendants": [ - - ] - }, - "https://ror.org/013ww9721": { - "ancestors": [ - "https://ror.org/01r9htc13" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pb4em20": { - "ancestors": [ - "https://ror.org/041nas322", - "https://ror.org/00rcxh774" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qq8bd87": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/034ywsh12": { - "ancestors": [ - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a6ezh03": { - "ancestors": [ - "https://ror.org/01df4mv68" - ], - "descendants": [ - - ] - }, - "https://ror.org/039vtmd91": { - "ancestors": [ - "https://ror.org/055mhsv54" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s64z252": { - "ancestors": [ - "https://ror.org/00cfam450", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/0568dpm54": { - "ancestors": [ - "https://ror.org/02916qm60", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z2d7y96": { - "ancestors": [ - "https://ror.org/05mbkbj54", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mc17455": { - "ancestors": [ - "https://ror.org/03vvynj75", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a2k6j28": { - "ancestors": [ - "https://ror.org/02xfw2e90", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/033trmh69": { - "ancestors": [ - "https://ror.org/028t43p77", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bq0x116": { - "ancestors": [ - "https://ror.org/00jyr0d86", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0188dhg98": { - "ancestors": [ - "https://ror.org/028t43p77", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ng63712": { - "ancestors": [ - "https://ror.org/02e1t6r96" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g77mv66": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01hv1yg09", - "https://ror.org/01rpj9v06", - "https://ror.org/03114vz20", - "https://ror.org/02c8hpe74", - "https://ror.org/01xtpc441", - "https://ror.org/0332k3m42", - "https://ror.org/01rkxdk30", - "https://ror.org/01dt1nn03", - "https://ror.org/03s5r4e84", - "https://ror.org/003g0xf19", - "https://ror.org/00a1c5n07", - "https://ror.org/01d4n7s11", - "https://ror.org/00m8atr56", - "https://ror.org/01shhkn05", - "https://ror.org/00jbkk316" - ] - }, - "https://ror.org/041t78y98": { - "ancestors": [ - "https://ror.org/03mzbnj03", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04z89xx32" - ] - }, - "https://ror.org/02hqqcn82": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03b7nc883", - "https://ror.org/03jb9b006" - ] - }, - "https://ror.org/054w3nm73": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01r2s5391", - "https://ror.org/03vwf8m18", - "https://ror.org/034adnw64", - "https://ror.org/00yfsq027", - "https://ror.org/02x9bj444", - "https://ror.org/04fp78s33", - "https://ror.org/04hgm3062", - "https://ror.org/027mz0g68", - "https://ror.org/01bqvph43", - "https://ror.org/03r9k1585" - ] - }, - "https://ror.org/023w6y044": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04x41ba23", - "https://ror.org/02223wv31", - "https://ror.org/049qtwc86", - "https://ror.org/0176arq92", - "https://ror.org/00acjv878", - "https://ror.org/03mxm6g77", - "https://ror.org/00kan1k39", - "https://ror.org/037xafn82" - ] - }, - "https://ror.org/02z5aj645": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03t7gqr04", - "https://ror.org/01s5r6w32", - "https://ror.org/040qrra89", - "https://ror.org/052qqbc08", - "https://ror.org/03n92bt27", - "https://ror.org/03jg6a761", - "https://ror.org/01wexqy53", - "https://ror.org/01s8b3v69", - "https://ror.org/044kgk540" - ] - }, - "https://ror.org/02g8ke488": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00paq4p43", - "https://ror.org/006xyf785", - "https://ror.org/05myvb614", - "https://ror.org/02r7md321", - "https://ror.org/0428ha587", - "https://ror.org/03tjwy964", - "https://ror.org/03ghnvz91", - "https://ror.org/03k352971", - "https://ror.org/01rjj8a34", - "https://ror.org/00nvney28", - "https://ror.org/01ew49p77" - ] - }, - "https://ror.org/05kcj6c10": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01a4gqp27", - "https://ror.org/037nrh939", - "https://ror.org/050mdr969", - "https://ror.org/04zkam251", - "https://ror.org/052d8ge54", - "https://ror.org/04qmkfe11", - "https://ror.org/03jt5gp45", - "https://ror.org/014c68a74" - ] - }, - "https://ror.org/025yjfh46": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01dm04760", - "https://ror.org/01zd7yk57", - "https://ror.org/000vjzq57", - "https://ror.org/02z87mf86", - "https://ror.org/01c9rqr26", - "https://ror.org/0246m8g89", - "https://ror.org/028rr8292", - "https://ror.org/024xyyq03" - ] - }, - "https://ror.org/02f2rgc17": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03d0nge43", - "https://ror.org/02ry60714", - "https://ror.org/02vjn2106", - "https://ror.org/02q1nnh04", - "https://ror.org/03pcamk69", - "https://ror.org/049yzyv96", - "https://ror.org/0594ske86", - "https://ror.org/032b8d361", - "https://ror.org/00nsz0a92" - ] - }, - "https://ror.org/031qpfn56": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04n9z8z70", - "https://ror.org/05t4ef339", - "https://ror.org/024b7e967", - "https://ror.org/00xb4cb83", - "https://ror.org/05xcarb80", - "https://ror.org/03z6z3n38", - "https://ror.org/058p1kn93", - "https://ror.org/00znqwq11", - "https://ror.org/01z1n5c47", - "https://ror.org/0493tt883", - "https://ror.org/04qjnvx31", - "https://ror.org/04zdeh149", - "https://ror.org/01xfgtq85", - "https://ror.org/02bqrry13", - "https://ror.org/01z2gz488" - ] - }, - "https://ror.org/03k6yxq48": { - "ancestors": [ - "https://ror.org/01x6zzb23", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/010md9d18" - ] - }, - "https://ror.org/054484h93": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02v3txv81" - ] - }, - "https://ror.org/00xr47e92": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mzbnj03": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/041t78y98", - "https://ror.org/0242qs713", - "https://ror.org/025cs2j58", - "https://ror.org/041fffy58", - "https://ror.org/01ng1yh19", - "https://ror.org/030ma0n95", - "https://ror.org/040e0d212", - "https://ror.org/04b7web15", - "https://ror.org/04z89xx32" - ] - }, - "https://ror.org/011qyt180": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/008qp6e21", - "https://ror.org/039g7zn40" - ] - }, - "https://ror.org/0527v1v90": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/034c6s521", - "https://ror.org/02dcp1550", - "https://ror.org/035vbzz28", - "https://ror.org/03n2ay196", - "https://ror.org/01nzxq896", - "https://ror.org/022kt1284", - "https://ror.org/01b3ys956", - "https://ror.org/02d6kc626", - "https://ror.org/00afc8732", - "https://ror.org/035xhk118", - "https://ror.org/03c46dy37", - "https://ror.org/034pdr896", - "https://ror.org/01nmm5m33", - "https://ror.org/02s723j51", - "https://ror.org/05sxtdc16" - ] - }, - "https://ror.org/01x6zzb23": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04dp0f897", - "https://ror.org/03tm9zz81", - "https://ror.org/03k6yxq48", - "https://ror.org/02943gv98", - "https://ror.org/04d7ez939", - "https://ror.org/01np3r452", - "https://ror.org/007fyq698", - "https://ror.org/05n0dm186", - "https://ror.org/010md9d18", - "https://ror.org/018hk2b97", - "https://ror.org/05n5drh21" - ] - }, - "https://ror.org/01rybzk66": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04p162q02", - "https://ror.org/0218d9s98", - "https://ror.org/020xhpf63", - "https://ror.org/05ax3zh38", - "https://ror.org/050fz5z96", - "https://ror.org/036a0e562", - "https://ror.org/027yknb66", - "https://ror.org/036adbz09" - ] - }, - "https://ror.org/04m453044": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00mz0c648", - "https://ror.org/00rtdgr72", - "https://ror.org/00ky3az31", - "https://ror.org/059nam179" - ] - }, - "https://ror.org/03vmxkp39": { - "ancestors": [ - "https://ror.org/01rs0ht88" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z5d2h92": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03p46dh90", - "https://ror.org/02mc5ry07", - "https://ror.org/05ee7tr34", - "https://ror.org/045r80n66", - "https://ror.org/03qjk6p58", - "https://ror.org/0057s8s52", - "https://ror.org/01vrybr67", - "https://ror.org/01zpmbk67", - "https://ror.org/018txrr13", - "https://ror.org/04qbg9n81", - "https://ror.org/039n0s143", - "https://ror.org/02arm0y30" - ] - }, - "https://ror.org/038eh4b79": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k352971": { - "ancestors": [ - "https://ror.org/00paq4p43", - "https://ror.org/02g8ke488", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/044kgk540": { - "ancestors": [ - "https://ror.org/01s5r6w32", - "https://ror.org/02z5aj645", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d6kc626": { - "ancestors": [ - "https://ror.org/02dcp1550", - "https://ror.org/0527v1v90", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/005gp3d85": { - "ancestors": [ - "https://ror.org/04xmt0833" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g19es12": { - "ancestors": [ - "https://ror.org/04q1kbj36", - "https://ror.org/01k40cz91", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rjj8a34": { - "ancestors": [ - "https://ror.org/05myvb614", - "https://ror.org/02g8ke488", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pz9tv63": { - "ancestors": [ - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hj69t32": { - "ancestors": [ - "https://ror.org/01hhn8329", - "https://ror.org/00f54p054" - ], - "descendants": [ - - ] - }, - "https://ror.org/03114vz20": { - "ancestors": [ - "https://ror.org/01g77mv66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g7pk335": { - "ancestors": [ - "https://ror.org/05ts0bd12", - "https://ror.org/030j39b93", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yrzyf97": { - "ancestors": [ - "https://ror.org/00fj8a872", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c75m640": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jt5gp45": { - "ancestors": [ - "https://ror.org/04qmkfe11", - "https://ror.org/05kcj6c10", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/021p56f43": { - "ancestors": [ - "https://ror.org/01462r250", - "https://ror.org/02crff812" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x29k385": { - "ancestors": [ - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/028dac806": { - "ancestors": [ - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kvhs631": { - "ancestors": [ - "https://ror.org/002pd6e78", - "https://ror.org/04py2rh25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zdeh149": { - "ancestors": [ - "https://ror.org/05xcarb80", - "https://ror.org/031qpfn56", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nzc1r88": { - "ancestors": [ - "https://ror.org/03sd35x91", - "https://ror.org/043bpky34", - "https://ror.org/03cve4549", - "https://ror.org/00a2xv884" - ], - "descendants": [ - - ] - }, - "https://ror.org/0246a9012": { - "ancestors": [ - "https://ror.org/00s3jmk58" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hxz0s44": { - "ancestors": [ - "https://ror.org/05w9cdf74" - ], - "descendants": [ - - ] - }, - "https://ror.org/047939x15": { - "ancestors": [ - "https://ror.org/01z7r7q48", - "https://ror.org/04wncat98", - "https://ror.org/00b30xv10" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kxdn807": { - "ancestors": [ - "https://ror.org/04jjxmt88" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ht51987": { - "ancestors": [ - "https://ror.org/022bzg803", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g2j2c90": { - "ancestors": [ - "https://ror.org/05x1ves75" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xtmkg39": { - "ancestors": [ - "https://ror.org/042ge0913", - "https://ror.org/05t0w3074" - ], - "descendants": [ - - ] - }, - "https://ror.org/044ktnx96": { - "ancestors": [ - "https://ror.org/042ge0913", - "https://ror.org/05t0w3074" - ], - "descendants": [ - - ] - }, - "https://ror.org/030ebc654": { - "ancestors": [ - "https://ror.org/046n57345", - "https://ror.org/04c4dkn09", - "https://ror.org/034t30j35", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n1y8269": { - "ancestors": [ - "https://ror.org/000wh6t45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bpesm64": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wk76v17": { - "ancestors": [ - "https://ror.org/027acbb13" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qa5kg76": { - "ancestors": [ - "https://ror.org/02xvc5r05", - "https://ror.org/02bfwt286" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yzb7x61": { - "ancestors": [ - "https://ror.org/01fjfh042" - ], - "descendants": [ - - ] - }, - "https://ror.org/041swdb02": { - "ancestors": [ - "https://ror.org/04nxj7050" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fb2p217": { - "ancestors": [ - "https://ror.org/05gcat543" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t6d6d70": { - "ancestors": [ - "https://ror.org/01q8f6705" - ], - "descendants": [ - - ] - }, - "https://ror.org/00be7h315": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y6ymy93": { - "ancestors": [ - "https://ror.org/05fb2ej88" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gktfy53": { - "ancestors": [ - "https://ror.org/01pww5j30" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xa8nr60": { - "ancestors": [ - "https://ror.org/05w9cdf74" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fe4pq10": { - "ancestors": [ - "https://ror.org/047dnad80" - ], - "descendants": [ - - ] - }, - "https://ror.org/0111g6367": { - "ancestors": [ - "https://ror.org/0475zhg63", - "https://ror.org/02ybv7q93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kwb2d55": { - "ancestors": [ - "https://ror.org/03j4eb467" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wk3qv94": { - "ancestors": [ - "https://ror.org/0129qsy61" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mw0t712": { - "ancestors": [ - "https://ror.org/015w2wb33" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dg1g218": { - "ancestors": [ - "https://ror.org/03yt1ez60" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ef3yq64": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b0bmh39": { - "ancestors": [ - "https://ror.org/01bvj3e58" - ], - "descendants": [ - - ] - }, - "https://ror.org/00meg4816": { - "ancestors": [ - "https://ror.org/03mwypp50" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b8vr735": { - "ancestors": [ - "https://ror.org/00aj77a24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k7znz17": { - "ancestors": [ - "https://ror.org/03e2zdg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/054nzx465": { - "ancestors": [ - "https://ror.org/031zfq432" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zp00x83": { - "ancestors": [ - "https://ror.org/03qf09715" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pxknc36": { - "ancestors": [ - "https://ror.org/02aga1t67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nfy1824": { - "ancestors": [ - "https://ror.org/04p977q83" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h1ve754": { - "ancestors": [ - "https://ror.org/059be4e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ngeps21": { - "ancestors": [ - "https://ror.org/0270n9q14" - ], - "descendants": [ - - ] - }, - "https://ror.org/032tfbg84": { - "ancestors": [ - "https://ror.org/02tmx5588" - ], - "descendants": [ - - ] - }, - "https://ror.org/049g0ca30": { - "ancestors": [ - "https://ror.org/00wm8m174" - ], - "descendants": [ - - ] - }, - "https://ror.org/021kzz686": { - "ancestors": [ - "https://ror.org/05hj93b82" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tz15v17": { - "ancestors": [ - "https://ror.org/03xq46679" - ], - "descendants": [ - - ] - }, - "https://ror.org/03epajw45": { - "ancestors": [ - "https://ror.org/02wx5p869" - ], - "descendants": [ - - ] - }, - "https://ror.org/056gmd082": { - "ancestors": [ - "https://ror.org/05n6np283" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qs9kr26": { - "ancestors": [ - "https://ror.org/00awr5166" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dzqh472": { - "ancestors": [ - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/034bznj45": { - "ancestors": [ - "https://ror.org/01v376g59" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dz4gs85": { - "ancestors": [ - "https://ror.org/00m8prc86" - ], - "descendants": [ - - ] - }, - "https://ror.org/049gvsd25": { - "ancestors": [ - "https://ror.org/010c9nr19" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r10ma13": { - "ancestors": [ - "https://ror.org/018nb9n34" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rffwf78": { - "ancestors": [ - "https://ror.org/02tk2gv85" - ], - "descendants": [ - - ] - }, - "https://ror.org/054v7pb78": { - "ancestors": [ - "https://ror.org/01wfv3m53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ry8n211": { - "ancestors": [ - "https://ror.org/017rhna63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yg7sq26": { - "ancestors": [ - "https://ror.org/01mrh1227" - ], - "descendants": [ - - ] - }, - "https://ror.org/028b18z22": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/059cchq73": { - "ancestors": [ - "https://ror.org/0190rg629" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fpmef97": { - "ancestors": [ - "https://ror.org/03bxx2b53" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w2f6891": { - "ancestors": [ - "https://ror.org/04htqgq60" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dddyz58": { - "ancestors": [ - "https://ror.org/02ky6c719" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m7h9q42": { - "ancestors": [ - "https://ror.org/028q7hc55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c4q9a37": { - "ancestors": [ - "https://ror.org/00tc93763" - ], - "descendants": [ - - ] - }, - "https://ror.org/051hq3021": { - "ancestors": [ - "https://ror.org/015r6y659" - ], - "descendants": [ - - ] - }, - "https://ror.org/041wbg141": { - "ancestors": [ - "https://ror.org/004fm2e78" - ], - "descendants": [ - - ] - }, - "https://ror.org/0235qjz17": { - "ancestors": [ - "https://ror.org/011tm7n37" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f5yeh75": { - "ancestors": [ - "https://ror.org/01ep0vp31" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nf9fw76": { - "ancestors": [ - "https://ror.org/04etsch95" - ], - "descendants": [ - - ] - }, - "https://ror.org/0044gqz05": { - "ancestors": [ - "https://ror.org/013t2n957" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rbzf697": { - "ancestors": [ - "https://ror.org/00cmhce21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n2bgz18": { - "ancestors": [ - "https://ror.org/047rmsn51", - "https://ror.org/04zaypm56", - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ynzzx94": { - "ancestors": [ - "https://ror.org/05kzfa883", - "https://ror.org/013aysd81", - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nd4kk51": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02fdb8q57", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e72p904": { - "ancestors": [ - "https://ror.org/05p30rt34" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c51sy34": { - "ancestors": [ - "https://ror.org/00p9p2506" - ], - "descendants": [ - - ] - }, - "https://ror.org/01aee7q96": { - "ancestors": [ - "https://ror.org/02fdb8q57" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mc4tx89": { - "ancestors": [ - "https://ror.org/04q3t9f84" - ], - "descendants": [ - - ] - }, - "https://ror.org/020k5bg95": { - "ancestors": [ - "https://ror.org/03eykgw84" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xtbq882": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r2m8t59": { - "ancestors": [ - "https://ror.org/049wftm75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c7ss521": { - "ancestors": [ - "https://ror.org/00wm3b005" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ha1m790": { - "ancestors": [ - "https://ror.org/0075t0c68" - ], - "descendants": [ - - ] - }, - "https://ror.org/041d7vh36": { - "ancestors": [ - "https://ror.org/04sk34n56" - ], - "descendants": [ - - ] - }, - "https://ror.org/004542426": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rrva872": { - "ancestors": [ - "https://ror.org/049wftm75" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rbqz184": { - "ancestors": [ - "https://ror.org/04ryqpf83" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tp4m681": { - "ancestors": [ - "https://ror.org/00rgfaj93" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fzxtk71": { - "ancestors": [ - "https://ror.org/039vqpp67", - "https://ror.org/04d996474" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ghvzc65": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kk1a757": { - "ancestors": [ - "https://ror.org/013p9v583" - ], - "descendants": [ - - ] - }, - "https://ror.org/05smnbn20": { - "ancestors": [ - "https://ror.org/05ne9z340" - ], - "descendants": [ - - ] - }, - "https://ror.org/010c2f249": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d1wpf45": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00emm5t38": { - "ancestors": [ - "https://ror.org/03dj8sp02" - ], - "descendants": [ - - ] - }, - "https://ror.org/05923xh51": { - "ancestors": [ - "https://ror.org/05qdwtz81" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vq4f039": { - "ancestors": [ - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/007fdqr82": { - "ancestors": [ - "https://ror.org/04qxks937" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jtr7413": { - "ancestors": [ - "https://ror.org/00cty0112" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ycssf34": { - "ancestors": [ - "https://ror.org/02bez8p50" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hv5e369": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jtrhd14": { - "ancestors": [ - "https://ror.org/001aem118" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mspvn40": { - "ancestors": [ - "https://ror.org/000ycsz94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bwbnb24": { - "ancestors": [ - "https://ror.org/04mw0df78" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ax3zs14": { - "ancestors": [ - "https://ror.org/02rna7j18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tpefp81": { - "ancestors": [ - "https://ror.org/049wftm75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w4xck32": { - "ancestors": [ - "https://ror.org/049wftm75" - ], - "descendants": [ - - ] - }, - "https://ror.org/038q8t720": { - "ancestors": [ - "https://ror.org/049wftm75" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x0p4p48": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/05972na11": { - "ancestors": [ - "https://ror.org/01nz1p872" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rh52j13": { - "ancestors": [ - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tgveb11": { - "ancestors": [ - "https://ror.org/019wssg97" - ], - "descendants": [ - - ] - }, - "https://ror.org/032hfv632": { - "ancestors": [ - "https://ror.org/00gtmwv55" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pwp0t27": { - "ancestors": [ - "https://ror.org/022352x20" - ], - "descendants": [ - - ] - }, - "https://ror.org/022w0b336": { - "ancestors": [ - "https://ror.org/03gyzpb04" - ], - "descendants": [ - - ] - }, - "https://ror.org/054q96n74": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sdeyq07": { - "ancestors": [ - "https://ror.org/04nxj7050" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kf9ya90": { - "ancestors": [ - "https://ror.org/02d6ew870" - ], - "descendants": [ - - ] - }, - "https://ror.org/054c9y537": { - "ancestors": [ - "https://ror.org/05vp4ka74" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vrwsp35": { - "ancestors": [ - "https://ror.org/031zfq432" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h2r8882": { - "ancestors": [ - "https://ror.org/04pqetg36", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kvtp152": { - "ancestors": [ - "https://ror.org/00aj77a24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00svmjx28": { - "ancestors": [ - "https://ror.org/00789fa95", - "https://ror.org/00xqkj280" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y0zfy93": { - "ancestors": [ - "https://ror.org/00grd1h17" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xqq7c82": { - "ancestors": [ - "https://ror.org/002k5fe57" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mgtdr23": { - "ancestors": [ - "https://ror.org/02d6ew870" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y1hj465": { - "ancestors": [ - "https://ror.org/02d6ew870" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ambd593": { - "ancestors": [ - "https://ror.org/013k5y296" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a9kts05": { - "ancestors": [ - "https://ror.org/02d6ew870" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fan0f25": { - "ancestors": [ - "https://ror.org/034e7c066" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wk4ae67": { - "ancestors": [ - "https://ror.org/034e7c066" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v3zdx13": { - "ancestors": [ - "https://ror.org/034e7c066" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zrd1t35": { - "ancestors": [ - "https://ror.org/04zzq8d03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nwyam20": { - "ancestors": [ - "https://ror.org/043affe91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t7jet59": { - "ancestors": [ - "https://ror.org/043affe91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bvd4t69": { - "ancestors": [ - "https://ror.org/000wej815" - ], - "descendants": [ - - ] - }, - "https://ror.org/043vk3t22": { - "ancestors": [ - "https://ror.org/02kbe5v55" - ], - "descendants": [ - - ] - }, - "https://ror.org/023sxys58": { - "ancestors": [ - "https://ror.org/030vvs717" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e1kgt76": { - "ancestors": [ - "https://ror.org/03qz04022" - ], - "descendants": [ - - ] - }, - "https://ror.org/030bv9h77": { - "ancestors": [ - "https://ror.org/006gmme17", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ayb2728": { - "ancestors": [ - "https://ror.org/006gmme17", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0464wn274": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x3y4k69": { - "ancestors": [ - "https://ror.org/03tpyg842" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w8p4b22": { - "ancestors": [ - "https://ror.org/05ntqke24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jr0p734": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r0j1w74": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0598gge11": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/02abmp507": { - "ancestors": [ - "https://ror.org/008g9p546" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rhspt79": { - "ancestors": [ - "https://ror.org/03tzaeb71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cdkww69": { - "ancestors": [ - "https://ror.org/00wqtx630" - ], - "descendants": [ - - ] - }, - "https://ror.org/0073whr05": { - "ancestors": [ - "https://ror.org/038e2g226" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vqtes97": { - "ancestors": [ - "https://ror.org/01b2wv937", - "https://ror.org/01gst4g14" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bymxx89": { - "ancestors": [ - "https://ror.org/04e698d63" - ], - "descendants": [ - - ] - }, - "https://ror.org/041100z65": { - "ancestors": [ - "https://ror.org/0385nmy68" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gqah619": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/026a9y278": { - "ancestors": [ - "https://ror.org/00kwnh405" - ], - "descendants": [ - - ] - }, - "https://ror.org/041drfb04": { - "ancestors": [ - "https://ror.org/01rkwtz72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c11v577": { - "ancestors": [ - "https://ror.org/01rkwtz72" - ], - "descendants": [ - - ] - }, - "https://ror.org/054dq1w53": { - "ancestors": [ - "https://ror.org/01rkwtz72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yt18j75": { - "ancestors": [ - "https://ror.org/01rkwtz72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00px03f62": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fh1gw55": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/015k6vv14": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x8czz63": { - "ancestors": [ - "https://ror.org/03wjptj96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qbaz641": { - "ancestors": [ - "https://ror.org/00t52h563" - ], - "descendants": [ - - ] - }, - "https://ror.org/053qwyf63": { - "ancestors": [ - "https://ror.org/01xdq1k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h6zzz03": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bharj65": { - "ancestors": [ - "https://ror.org/03gyzpb04" - ], - "descendants": [ - - ] - }, - "https://ror.org/020j24g35": { - "ancestors": [ - "https://ror.org/00wthd003" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tma9m39": { - "ancestors": [ - "https://ror.org/00ggpsq73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zbwg482": { - "ancestors": [ - "https://ror.org/009z2z347" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d0e9y67": { - "ancestors": [ - "https://ror.org/01qat3289" - ], - "descendants": [ - - ] - }, - "https://ror.org/024fpfc76": { - "ancestors": [ - "https://ror.org/044tc0x05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01400tq86": { - "ancestors": [ - "https://ror.org/044tc0x05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dh8ar36": { - "ancestors": [ - "https://ror.org/056546b03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qacef07": { - "ancestors": [ - "https://ror.org/056546b03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hxqcn24": { - "ancestors": [ - "https://ror.org/056546b03" - ], - "descendants": [ - - ] - }, - "https://ror.org/04anq5q02": { - "ancestors": [ - "https://ror.org/03mchdq19", - "https://ror.org/035b05819", - "https://ror.org/049qz7x77", - "https://ror.org/05bpbnx46" - ], - "descendants": [ - - ] - }, - "https://ror.org/035n56j11": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/036zzh557": { - "ancestors": [ - "https://ror.org/00wthd003" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jxkq910": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/054df3r05": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wt3vp12": { - "ancestors": [ - "https://ror.org/02ac08586" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tvt4d48": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xqrcz80": { - "ancestors": [ - "https://ror.org/0564cd633" - ], - "descendants": [ - - ] - }, - "https://ror.org/040dw4657": { - "ancestors": [ - "https://ror.org/02d6ew870" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vpbac71": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dq5y823": { - "ancestors": [ - "https://ror.org/020yp9q46" - ], - "descendants": [ - - ] - }, - "https://ror.org/0066zpp98": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/057w77e54": { - "ancestors": [ - "https://ror.org/05tzrdd39", - "https://ror.org/02rgsr590" - ], - "descendants": [ - - ] - }, - "https://ror.org/055rf7657": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ta1jp69": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/00awvt671": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f2tsn51": { - "ancestors": [ - "https://ror.org/04hjbmv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qr62034": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hyc1n91": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/058g8jq83": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/040s9t622": { - "ancestors": [ - "https://ror.org/0435rc536", - "https://ror.org/04sfxgz72", - "https://ror.org/04txyc737" - ], - "descendants": [ - - ] - }, - "https://ror.org/0144enb05": { - "ancestors": [ - "https://ror.org/0435rc536", - "https://ror.org/04sfxgz72", - "https://ror.org/04txyc737" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mhc8r12": { - "ancestors": [ - "https://ror.org/032msy923" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dh3fc08": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cmx5943": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mrzft53": { - "ancestors": [ - "https://ror.org/044tc0x05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ww26h70": { - "ancestors": [ - "https://ror.org/01v3bqg10" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w4b7q15": { - "ancestors": [ - "https://ror.org/054xyc945" - ], - "descendants": [ - - ] - }, - "https://ror.org/030z9kz64": { - "ancestors": [ - "https://ror.org/01n029866" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q0wnh95": { - "ancestors": [ - "https://ror.org/03z9xj602" - ], - "descendants": [ - - ] - }, - "https://ror.org/02msncm75": { - "ancestors": [ - "https://ror.org/03ynh3q24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dfpj523": { - "ancestors": [ - "https://ror.org/02zbb2597" - ], - "descendants": [ - - ] - }, - "https://ror.org/033ezdy84": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/031hkyx15": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0397v4g85": { - "ancestors": [ - "https://ror.org/05mz4e808" - ], - "descendants": [ - - ] - }, - "https://ror.org/058rwr454": { - "ancestors": [ - "https://ror.org/03c62dg59", - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/03esvmb28": { - "ancestors": [ - "https://ror.org/00pjgxh97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a0bqh48": { - "ancestors": [ - "https://ror.org/03vzbgh69" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d9e4911": { - "ancestors": [ - "https://ror.org/00pw0pp06" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jgrem26": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pap0267": { - "ancestors": [ - "https://ror.org/00jrmky87", - "https://ror.org/039k11f95" - ], - "descendants": [ - "https://ror.org/03nszce13" - ] - }, - "https://ror.org/043yx1v14": { - "ancestors": [ - "https://ror.org/05emabm63" - ], - "descendants": [ - - ] - }, - "https://ror.org/015e4mc09": { - "ancestors": [ - "https://ror.org/04za5zm41" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y7rdz72": { - "ancestors": [ - "https://ror.org/01nr6fy72" - ], - "descendants": [ - - ] - }, - "https://ror.org/056gvz809": { - "ancestors": [ - "https://ror.org/04za5zm41" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vzx5p25": { - "ancestors": [ - "https://ror.org/03m04df46" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vs0xq55": { - "ancestors": [ - "https://ror.org/01q9sj412" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zmrd443": { - "ancestors": [ - "https://ror.org/01226dv09" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jt4bv90": { - "ancestors": [ - "https://ror.org/0130jk839" - ], - "descendants": [ - - ] - }, - "https://ror.org/02veq1j93": { - "ancestors": [ - "https://ror.org/00pjgxh97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xnymf93": { - "ancestors": [ - "https://ror.org/0079deh61", - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f378f80": { - "ancestors": [ - "https://ror.org/01apvbh93" - ], - "descendants": [ - - ] - }, - "https://ror.org/02084tv33": { - "ancestors": [ - "https://ror.org/04r49a107" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n4f0h74": { - "ancestors": [ - "https://ror.org/03rs32p96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pjd1n70": { - "ancestors": [ - "https://ror.org/04j71m034" - ], - "descendants": [ - - ] - }, - "https://ror.org/029pazr57": { - "ancestors": [ - "https://ror.org/00baer621" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ckvbj98": { - "ancestors": [ - "https://ror.org/00baer621" - ], - "descendants": [ - - ] - }, - "https://ror.org/05evjvn31": { - "ancestors": [ - "https://ror.org/00baer621" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h3wd214": { - "ancestors": [ - "https://ror.org/0427e1040" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h4hqt24": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ct2ab72": { - "ancestors": [ - "https://ror.org/02pammg90" - ], - "descendants": [ - - ] - }, - "https://ror.org/0515efc31": { - "ancestors": [ - "https://ror.org/00aj77a24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b0ys521": { - "ancestors": [ - "https://ror.org/0248zc213" - ], - "descendants": [ - - ] - }, - "https://ror.org/015wgw417": { - "ancestors": [ - "https://ror.org/04cdgtt98", - "https://ror.org/038t36y30", - "https://ror.org/013czdx64", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xss3674": { - "ancestors": [ - "https://ror.org/02rppq041", - "https://ror.org/03f6n9m15" - ], - "descendants": [ - - ] - }, - "https://ror.org/019wxyf39": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bzrjn90": { - "ancestors": [ - "https://ror.org/0082wq496" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zhtdv64": { - "ancestors": [ - "https://ror.org/03xddgg98" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z7zv664": { - "ancestors": [ - "https://ror.org/0082wq496" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wnsdv29": { - "ancestors": [ - "https://ror.org/0157vkf66" - ], - "descendants": [ - - ] - }, - "https://ror.org/0405m4551": { - "ancestors": [ - "https://ror.org/05atemp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/004fmny49": { - "ancestors": [ - "https://ror.org/024zq6d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/008vha608": { - "ancestors": [ - "https://ror.org/01v5xwf23" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s477z20": { - "ancestors": [ - "https://ror.org/04esegk75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jxkz251": { - "ancestors": [ - "https://ror.org/04tfzc498", - "https://ror.org/00jrmky87", - "https://ror.org/039k11f95" - ], - "descendants": [ - - ] - }, - "https://ror.org/021ayzg23": { - "ancestors": [ - "https://ror.org/008s67533" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mxmb797": { - "ancestors": [ - "https://ror.org/051xgzg37" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gqc7y13": { - "ancestors": [ - "https://ror.org/05k07p323", - "https://ror.org/05byvp690", - "https://ror.org/05y2vby93", - "https://ror.org/05byvp690", - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gj9g134": { - "ancestors": [ - "https://ror.org/02n1cyj49", - "https://ror.org/03m1g2s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j5wtv36": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - "https://ror.org/05a4nj078", - "https://ror.org/02ef88m96", - "https://ror.org/02qezmz13", - "https://ror.org/05wzskb47", - "https://ror.org/02ptz5951" - ] - }, - "https://ror.org/05a4nj078": { - "ancestors": [ - "https://ror.org/04j5wtv36", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/00te3yw40": { - "ancestors": [ - "https://ror.org/03v25yt44" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dyr0c82": { - "ancestors": [ - "https://ror.org/02gxz0343" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bq83s83": { - "ancestors": [ - "https://ror.org/04nyjea81" - ], - "descendants": [ - - ] - }, - "https://ror.org/020wka979": { - "ancestors": [ - "https://ror.org/0248zc213" - ], - "descendants": [ - - ] - }, - "https://ror.org/05trqa150": { - "ancestors": [ - "https://ror.org/0248zc213" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pg06c63": { - "ancestors": [ - "https://ror.org/0248zc213" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t2rqa20": { - "ancestors": [ - "https://ror.org/03jeg4p28" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p9zq845": { - "ancestors": [ - "https://ror.org/053gtbc96" - ], - "descendants": [ - - ] - }, - "https://ror.org/041hmmv49": { - "ancestors": [ - "https://ror.org/01b2wv937", - "https://ror.org/01gst4g14" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g9ryv67": { - "ancestors": [ - "https://ror.org/02nys7898" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qbrqy09": { - "ancestors": [ - "https://ror.org/010h4w402" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f5z8140": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bn46e89": { - "ancestors": [ - "https://ror.org/00yksxf10" - ], - "descendants": [ - - ] - }, - "https://ror.org/045xrnk02": { - "ancestors": [ - "https://ror.org/032mwd808" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fbm4611": { - "ancestors": [ - "https://ror.org/0130jk839" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fttgk04": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/04raj3421": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/0221nva21": { - "ancestors": [ - "https://ror.org/02p4mwa83" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a55tn50": { - "ancestors": [ - "https://ror.org/0101kry21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ngx7r22": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/000n8re15": { - "ancestors": [ - "https://ror.org/03q4c3e69" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v1wt982": { - "ancestors": [ - "https://ror.org/02pecpe58" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w1qwk94": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xenh663": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ecr5c85": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ek56k41": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jng7h30": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h6d4166": { - "ancestors": [ - "https://ror.org/05ntqke24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qjyeh27": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t30gb84": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z5qv209": { - "ancestors": [ - "https://ror.org/01yqwf941" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w9n5q09": { - "ancestors": [ - "https://ror.org/0130jk839" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jv6d279": { - "ancestors": [ - "https://ror.org/044p01n12" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s54zb62": { - "ancestors": [ - "https://ror.org/0101kry21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t45et45": { - "ancestors": [ - "https://ror.org/05ntqke24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kwbcj56": { - "ancestors": [ - "https://ror.org/04g9xj393" - ], - "descendants": [ - - ] - }, - "https://ror.org/011d4mb30": { - "ancestors": [ - "https://ror.org/04g9xj393" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jfknj25": { - "ancestors": [ - "https://ror.org/04g9xj393" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h3x0y40": { - "ancestors": [ - "https://ror.org/02qdbgx97" - ], - "descendants": [ - - ] - }, - "https://ror.org/013fdz725": { - "ancestors": [ - "https://ror.org/04scfb908" - ], - "descendants": [ - - ] - }, - "https://ror.org/05393h285": { - "ancestors": [ - "https://ror.org/049d9a475" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vwet919": { - "ancestors": [ - "https://ror.org/04r49a107" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w45gf56": { - "ancestors": [ - "https://ror.org/05kph6k12", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w440229": { - "ancestors": [ - "https://ror.org/024zq6d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/0345pts96": { - "ancestors": [ - "https://ror.org/04rgsag55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fhrtz10": { - "ancestors": [ - "https://ror.org/04fzwnh64" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nds3w86": { - "ancestors": [ - "https://ror.org/016d8zs37" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e10fw49": { - "ancestors": [ - "https://ror.org/04cnj4456" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d110q75": { - "ancestors": [ - "https://ror.org/057hhqd90", - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sxdc114": { - "ancestors": [ - "https://ror.org/012e9j548" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sdedd93": { - "ancestors": [ - "https://ror.org/04ehecz88", - "https://ror.org/011htkb76" - ], - "descendants": [ - "https://ror.org/02r2pcs39" - ] - }, - "https://ror.org/02b6wm085": { - "ancestors": [ - "https://ror.org/003smky23" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w09ak35": { - "ancestors": [ - "https://ror.org/00sf92s91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pgck314": { - "ancestors": [ - "https://ror.org/03wzyp716" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cm10r73": { - "ancestors": [ - "https://ror.org/05xvt9f17", - "https://ror.org/01fm2fv39" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mn8sk35": { - "ancestors": [ - "https://ror.org/0403nr398" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s1pms78": { - "ancestors": [ - "https://ror.org/0403nr398" - ], - "descendants": [ - - ] - }, - "https://ror.org/033s1aj42": { - "ancestors": [ - "https://ror.org/02t1bej08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fr6kc62": { - "ancestors": [ - "https://ror.org/007ztdc30" - ], - "descendants": [ - - ] - }, - "https://ror.org/015z2xk75": { - "ancestors": [ - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dshav68": { - "ancestors": [ - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/0260x4r86": { - "ancestors": [ - "https://ror.org/024zq6d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/008dhsm98": { - "ancestors": [ - "https://ror.org/00f1vw968" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xkbx134": { - "ancestors": [ - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05maag353": { - "ancestors": [ - "https://ror.org/05a7hcs31", - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b1whg73": { - "ancestors": [ - "https://ror.org/00n4nbp68" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nz0rp18": { - "ancestors": [ - "https://ror.org/04mvr1r74" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p3m1723": { - "ancestors": [ - "https://ror.org/04g0bt697" - ], - "descendants": [ - - ] - }, - "https://ror.org/029ra6018": { - "ancestors": [ - "https://ror.org/0127qs140" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qy8yz42": { - "ancestors": [ - "https://ror.org/04sz0rs34" - ], - "descendants": [ - - ] - }, - "https://ror.org/046nba540": { - "ancestors": [ - "https://ror.org/019ssje31" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f6gnd82": { - "ancestors": [ - "https://ror.org/054bs2v13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pe5z861": { - "ancestors": [ - "https://ror.org/01rm42p40", - "https://ror.org/053bp9m60" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qw37741": { - "ancestors": [ - "https://ror.org/032y5sx52" - ], - "descendants": [ - - ] - }, - "https://ror.org/034q4hd34": { - "ancestors": [ - "https://ror.org/00f1vw968" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jrr6c68": { - "ancestors": [ - "https://ror.org/054bs2v13" - ], - "descendants": [ - - ] - }, - "https://ror.org/0118bqm57": { - "ancestors": [ - "https://ror.org/05dq2gs74", - "https://ror.org/05grhsk96" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mjp5v83": { - "ancestors": [ - "https://ror.org/047s7ex42" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j54qh77": { - "ancestors": [ - "https://ror.org/0130jk839" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cy2d039": { - "ancestors": [ - "https://ror.org/0130jk839" - ], - "descendants": [ - - ] - }, - "https://ror.org/058ma0d84": { - "ancestors": [ - "https://ror.org/02e8hzf44", - "https://ror.org/020cpqb94", - "https://ror.org/020cpqb94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01efeew70": { - "ancestors": [ - "https://ror.org/04d5w7479" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kgjaz64": { - "ancestors": [ - "https://ror.org/04d5w7479" - ], - "descendants": [ - - ] - }, - "https://ror.org/01736k933": { - "ancestors": [ - "https://ror.org/04d5w7479" - ], - "descendants": [ - - ] - }, - "https://ror.org/0079qbp72": { - "ancestors": [ - "https://ror.org/04ehecz88", - "https://ror.org/011htkb76" - ], - "descendants": [ - - ] - }, - "https://ror.org/045m3df12": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/02076gf69": { - "ancestors": [ - "https://ror.org/05bpbnx46", - "https://ror.org/01dtyv127" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zn9nd89": { - "ancestors": [ - "https://ror.org/027g9mf44" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gtere25": { - "ancestors": [ - "https://ror.org/055546q82" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qv0rv36": { - "ancestors": [ - "https://ror.org/04vvh7p27" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mjpp490": { - "ancestors": [ - "https://ror.org/050p9zb50" - ], - "descendants": [ - - ] - }, - "https://ror.org/00eggnv95": { - "ancestors": [ - "https://ror.org/008d1xp69" - ], - "descendants": [ - - ] - }, - "https://ror.org/057schw20": { - "ancestors": [ - "https://ror.org/007ztdc30" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kyv4s47": { - "ancestors": [ - "https://ror.org/00pnp4y96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nszce13": { - "ancestors": [ - "https://ror.org/00pap0267", - "https://ror.org/00jrmky87", - "https://ror.org/039k11f95" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nas4306": { - "ancestors": [ - "https://ror.org/04rcfgv74" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t03ph12": { - "ancestors": [ - "https://ror.org/03ge1nb22" - ], - "descendants": [ - - ] - }, - "https://ror.org/043mdy139": { - "ancestors": [ - "https://ror.org/02n9shp96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nx7mw09": { - "ancestors": [ - "https://ror.org/04nxj7050" - ], - "descendants": [ - - ] - }, - "https://ror.org/01442sk86": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bqsaw31": { - "ancestors": [ - "https://ror.org/05rj7xr73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kcgyj43": { - "ancestors": [ - "https://ror.org/05k87vq12", - "https://ror.org/05trd4x28", - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/034k8cv93": { - "ancestors": [ - "https://ror.org/02bn55144" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dkp4z50": { - "ancestors": [ - "https://ror.org/006xsx833" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kj9za59": { - "ancestors": [ - "https://ror.org/006xsx833" - ], - "descendants": [ - - ] - }, - "https://ror.org/00394zv26": { - "ancestors": [ - "https://ror.org/03rn0z073" - ], - "descendants": [ - - ] - }, - "https://ror.org/00354aw77": { - "ancestors": [ - "https://ror.org/00gtmwv55" - ], - "descendants": [ - - ] - }, - "https://ror.org/05atcw115": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s361a76": { - "ancestors": [ - "https://ror.org/0385es521" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bcv2838": { - "ancestors": [ - "https://ror.org/02vxa5545" - ], - "descendants": [ - - ] - }, - "https://ror.org/04488aw82": { - "ancestors": [ - "https://ror.org/01b2bzj52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02drjk215": { - "ancestors": [ - "https://ror.org/01v5xwf23" - ], - "descendants": [ - - ] - }, - "https://ror.org/012chae64": { - "ancestors": [ - "https://ror.org/04b2dty93" - ], - "descendants": [ - - ] - }, - "https://ror.org/009cq8s89": { - "ancestors": [ - "https://ror.org/01v0pgv63" - ], - "descendants": [ - - ] - }, - "https://ror.org/034a28j20": { - "ancestors": [ - "https://ror.org/03agge938" - ], - "descendants": [ - - ] - }, - "https://ror.org/001hc9y40": { - "ancestors": [ - "https://ror.org/01j0jk666" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s6t9r74": { - "ancestors": [ - "https://ror.org/01wfv3m53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sf6dn24": { - "ancestors": [ - "https://ror.org/04dkns738" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r4eh644": { - "ancestors": [ - "https://ror.org/043pgqy52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gca2h74": { - "ancestors": [ - "https://ror.org/01n029866" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a0jnf88": { - "ancestors": [ - "https://ror.org/0582y1e41" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m1gem82": { - "ancestors": [ - "https://ror.org/04zzq8d03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pa6t272": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/032b8d361": { - "ancestors": [ - "https://ror.org/02ry60714", - "https://ror.org/02f2rgc17", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0431amh23": { - "ancestors": [ - "https://ror.org/02gm5zw39" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cyatv27": { - "ancestors": [ - "https://ror.org/017bk0e71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dvqrz49": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p371b74": { - "ancestors": [ - "https://ror.org/03zcpvf19" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pz61m54": { - "ancestors": [ - "https://ror.org/007ztdc30" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f2wf871": { - "ancestors": [ - "https://ror.org/01xnwqx93", - "https://ror.org/05mxhda18" - ], - "descendants": [ - - ] - }, - "https://ror.org/03572ah39": { - "ancestors": [ - "https://ror.org/001yedb91" - ], - "descendants": [ - - ] - }, - "https://ror.org/022fkpc23": { - "ancestors": [ - "https://ror.org/01rkxa860" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y9g2t13": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rfvvq43": { - "ancestors": [ - "https://ror.org/0385es521" - ], - "descendants": [ - - ] - }, - "https://ror.org/021bvd011": { - "ancestors": [ - "https://ror.org/0385es521" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ygse102": { - "ancestors": [ - "https://ror.org/00b5m4j81" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q4r1796": { - "ancestors": [ - "https://ror.org/03b2h3x98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nc2d154": { - "ancestors": [ - "https://ror.org/01v5xwf23" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j811c15": { - "ancestors": [ - "https://ror.org/01ej30k87" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m42s140": { - "ancestors": [ - "https://ror.org/00q08t645" - ], - "descendants": [ - - ] - }, - "https://ror.org/007emtd94": { - "ancestors": [ - "https://ror.org/016x3qj75" - ], - "descendants": [ - - ] - }, - "https://ror.org/008cpgt80": { - "ancestors": [ - "https://ror.org/04jb5a756" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t10vs30": { - "ancestors": [ - "https://ror.org/04vvh7p27" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t1kaa78": { - "ancestors": [ - "https://ror.org/02ed64f32" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g63xj11": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sr0hc76": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y18m106": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/018gc9r78": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hgh1g19": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ktfmr66": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/029cqm867": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/028v8ft65": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jp3t114": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/00td6v066": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/022r80268": { - "ancestors": [ - "https://ror.org/05g2n4m79" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b85d432": { - "ancestors": [ - "https://ror.org/013czdx64" - ], - "descendants": [ - - ] - }, - "https://ror.org/001b17f86": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pndgw26": { - "ancestors": [ - "https://ror.org/01226dv09" - ], - "descendants": [ - - ] - }, - "https://ror.org/007zn4n28": { - "ancestors": [ - "https://ror.org/02td4ph55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vb5ks25": { - "ancestors": [ - "https://ror.org/01zgy1s35", - "https://ror.org/00g30e956" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cr5e788": { - "ancestors": [ - "https://ror.org/028hv5492" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hd04g86": { - "ancestors": [ - "https://ror.org/02awzpt50" - ], - "descendants": [ - - ] - }, - "https://ror.org/0101mv631": { - "ancestors": [ - "https://ror.org/05mxhda18" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pse2556": { - "ancestors": [ - "https://ror.org/00q1fsf04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g4jev56": { - "ancestors": [ - "https://ror.org/02p2bgp27" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dbahf95": { - "ancestors": [ - "https://ror.org/013czdx64" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s3ast04": { - "ancestors": [ - "https://ror.org/05mxhda18" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qqw1b44": { - "ancestors": [ - "https://ror.org/05mxhda18" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kj91m96": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h9drp94": { - "ancestors": [ - "https://ror.org/05tzrdd39", - "https://ror.org/02rgsr590" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h8wam21": { - "ancestors": [ - "https://ror.org/007ztdc30" - ], - "descendants": [ - - ] - }, - "https://ror.org/029705428": { - "ancestors": [ - "https://ror.org/027g9mf44" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zys7342": { - "ancestors": [ - "https://ror.org/05mxhda18" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f180m78": { - "ancestors": [ - "https://ror.org/05mxhda18" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dc7nx94": { - "ancestors": [ - "https://ror.org/006k2kk72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nxxp011": { - "ancestors": [ - "https://ror.org/00q1fsf04" - ], - "descendants": [ - - ] - }, - "https://ror.org/039skw388": { - "ancestors": [ - "https://ror.org/0564cd633" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qv69876": { - "ancestors": [ - "https://ror.org/03hxbk195" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gfym921": { - "ancestors": [ - "https://ror.org/04za5zm41" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nyzw632": { - "ancestors": [ - "https://ror.org/0435rc536", - "https://ror.org/04sfxgz72", - "https://ror.org/04txyc737" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hjayk14": { - "ancestors": [ - "https://ror.org/02kbe5v55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qr9d796": { - "ancestors": [ - "https://ror.org/013t2n957" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sk0gd87": { - "ancestors": [ - "https://ror.org/03nrbzf14" - ], - "descendants": [ - - ] - }, - "https://ror.org/02devh349": { - "ancestors": [ - "https://ror.org/007ztdc30" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mgzgr95": { - "ancestors": [ - "https://ror.org/02mby1820", - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cwh4511": { - "ancestors": [ - "https://ror.org/03xvagj73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q81mh44": { - "ancestors": [ - "https://ror.org/00vj60w13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a1e0438": { - "ancestors": [ - "https://ror.org/038ckz871" - ], - "descendants": [ - - ] - }, - "https://ror.org/013ne8p22": { - "ancestors": [ - "https://ror.org/05mxhda18" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mj1v005": { - "ancestors": [ - "https://ror.org/035rzkx15" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rswdy10": { - "ancestors": [ - "https://ror.org/013czdx64" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bavmk12": { - "ancestors": [ - "https://ror.org/00pjgxh97" - ], - "descendants": [ - - ] - }, - "https://ror.org/020f8h126": { - "ancestors": [ - "https://ror.org/028hv5492" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gpj3340": { - "ancestors": [ - "https://ror.org/028hv5492" - ], - "descendants": [ - - ] - }, - "https://ror.org/05scpew87": { - "ancestors": [ - "https://ror.org/00k01hv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zy6xm60": { - "ancestors": [ - "https://ror.org/00wc6ay63", - "https://ror.org/00mgss748" - ], - "descendants": [ - - ] - }, - "https://ror.org/00reds669": { - "ancestors": [ - "https://ror.org/046wdn896" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jm7yc11": { - "ancestors": [ - "https://ror.org/00wc6ay63", - "https://ror.org/00mgss748" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pw9bg10": { - "ancestors": [ - "https://ror.org/025f1e779" - ], - "descendants": [ - - ] - }, - "https://ror.org/0137q5a72": { - "ancestors": [ - "https://ror.org/03m04df46" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ezw9n40": { - "ancestors": [ - "https://ror.org/03m04df46" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c06xk76": { - "ancestors": [ - "https://ror.org/03m04df46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w0smy45": { - "ancestors": [ - "https://ror.org/03m04df46" - ], - "descendants": [ - - ] - }, - "https://ror.org/05medrv10": { - "ancestors": [ - "https://ror.org/04za5zm41" - ], - "descendants": [ - - ] - }, - "https://ror.org/032b8z185": { - "ancestors": [ - "https://ror.org/00qh1df20" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dqsp291": { - "ancestors": [ - "https://ror.org/00nvxt968" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rr26086": { - "ancestors": [ - "https://ror.org/03m04df46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ktr8190": { - "ancestors": [ - "https://ror.org/0493bmq37" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nqf3887": { - "ancestors": [ - "https://ror.org/007ztdc30" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m5aac17": { - "ancestors": [ - "https://ror.org/002jry571" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rwyp244": { - "ancestors": [ - "https://ror.org/05k5t2r42" - ], - "descendants": [ - - ] - }, - "https://ror.org/01599jv46": { - "ancestors": [ - "https://ror.org/04zzq8d03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cba0s60": { - "ancestors": [ - "https://ror.org/03vzbgh69" - ], - "descendants": [ - - ] - }, - "https://ror.org/050g10a24": { - "ancestors": [ - "https://ror.org/02bn55144" - ], - "descendants": [ - - ] - }, - "https://ror.org/040cmp171": { - "ancestors": [ - "https://ror.org/018wp0236" - ], - "descendants": [ - - ] - }, - "https://ror.org/032kej893": { - "ancestors": [ - "https://ror.org/032nzv584" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x1yxe92": { - "ancestors": [ - "https://ror.org/03tb4gf50", - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/019y11h89": { - "ancestors": [ - "https://ror.org/03tb4gf50", - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cb6kb05": { - "ancestors": [ - "https://ror.org/018dcfg43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kqrgb09": { - "ancestors": [ - "https://ror.org/039wwwz66" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gzx6s15": { - "ancestors": [ - "https://ror.org/00za53h95" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rw83w19": { - "ancestors": [ - "https://ror.org/05nter171" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cde8652": { - "ancestors": [ - "https://ror.org/04j71m034" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ngea848": { - "ancestors": [ - "https://ror.org/054bs2v13" - ], - "descendants": [ - - ] - }, - "https://ror.org/05540q762": { - "ancestors": [ - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/024gbbh50": { - "ancestors": [ - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z1n5c47": { - "ancestors": [ - "https://ror.org/04n9z8z70", - "https://ror.org/031qpfn56", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vnkza15": { - "ancestors": [ - "https://ror.org/028mpsh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/031yrna52": { - "ancestors": [ - "https://ror.org/044mkdq33" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sdkg034": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/02va7tv42": { - "ancestors": [ - "https://ror.org/00wthd003" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kw4g054": { - "ancestors": [ - "https://ror.org/01pgead21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dxw4v18": { - "ancestors": [ - "https://ror.org/041rhpw39" - ], - "descendants": [ - - ] - }, - "https://ror.org/018x1j412": { - "ancestors": [ - "https://ror.org/01hbes477" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tja9q19": { - "ancestors": [ - "https://ror.org/01wfv3m53" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yzgv231": { - "ancestors": [ - "https://ror.org/01hbes477" - ], - "descendants": [ - - ] - }, - "https://ror.org/028a0s046": { - "ancestors": [ - "https://ror.org/01hbes477" - ], - "descendants": [ - - ] - }, - "https://ror.org/036yvkz90": { - "ancestors": [ - "https://ror.org/01v5xwf23" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gbh9b75": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vyf7w04": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/031caxb92": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/05258cy55": { - "ancestors": [ - "https://ror.org/057pe1087" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a9k3463": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/05535a176": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/015sq8750": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mwnbk39": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d14ax96": { - "ancestors": [ - "https://ror.org/056546b03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q9c7s07": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/022wfr829": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/042y18291": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/018d0rc68": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vbevg81": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nrk9x91": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jrz2221": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/045wd8a95": { - "ancestors": [ - "https://ror.org/00n4nbp68" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xs14k38": { - "ancestors": [ - "https://ror.org/00qc6xh17" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dgj3g22": { - "ancestors": [ - "https://ror.org/04fhxp168", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/027w0yp05": { - "ancestors": [ - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nvney28": { - "ancestors": [ - "https://ror.org/02r7md321", - "https://ror.org/02g8ke488", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b3ys956": { - "ancestors": [ - "https://ror.org/02dcp1550", - "https://ror.org/0527v1v90", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/010xeam31": { - "ancestors": [ - "https://ror.org/022jefx64" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cagam23": { - "ancestors": [ - "https://ror.org/04g0bt697" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tqdk258": { - "ancestors": [ - "https://ror.org/0127qs140" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gn7k041": { - "ancestors": [ - "https://ror.org/01v5xwf23" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dbytc62": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pfbqx48": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d3c1829": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x8dnq97": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vfc4p83": { - "ancestors": [ - "https://ror.org/002k5fe57" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e5m5282": { - "ancestors": [ - "https://ror.org/04asvbz37" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p2ybt36": { - "ancestors": [ - "https://ror.org/043affe91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0252twa85": { - "ancestors": [ - "https://ror.org/058az4744" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gy3sh45": { - "ancestors": [ - "https://ror.org/058az4744" - ], - "descendants": [ - - ] - }, - "https://ror.org/059j7sj66": { - "ancestors": [ - "https://ror.org/01djxaj77" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jh4jw93": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n17ds51": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/055cpj147": { - "ancestors": [ - "https://ror.org/02kqnpp86", - "https://ror.org/05290cv24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t3agv77": { - "ancestors": [ - "https://ror.org/04pznsd21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y9p0566": { - "ancestors": [ - "https://ror.org/00r6akf90" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ksnhc43": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kemy048": { - "ancestors": [ - "https://ror.org/04zerf618" - ], - "descendants": [ - - ] - }, - "https://ror.org/0516brw47": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e3xe586": { - "ancestors": [ - "https://ror.org/046r13h33", - "https://ror.org/05waa5295" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dxqkr82": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/041v5wj47": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w3zk015": { - "ancestors": [ - "https://ror.org/04172zb59" - ], - "descendants": [ - - ] - }, - "https://ror.org/021scha67": { - "ancestors": [ - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a3nbd69": { - "ancestors": [ - "https://ror.org/0507etz14" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f23qy62": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cdkd641": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ypsgm65": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fr05644": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x87jt81": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xq2zb07": { - "ancestors": [ - "https://ror.org/03bh65t82", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hxzkx81": { - "ancestors": [ - "https://ror.org/0172fj584" - ], - "descendants": [ - - ] - }, - "https://ror.org/005n4rr58": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/046h96256": { - "ancestors": [ - "https://ror.org/04cdzx077" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m3ca021": { - "ancestors": [ - "https://ror.org/04ttjf776" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kke0n21": { - "ancestors": [ - "https://ror.org/051xgzg37" - ], - "descendants": [ - - ] - }, - "https://ror.org/03skdv165": { - "ancestors": [ - "https://ror.org/04zvb9t44" - ], - "descendants": [ - - ] - }, - "https://ror.org/001561737": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/051wgfj58": { - "ancestors": [ - "https://ror.org/015m2p889", - "https://ror.org/00cwqg982", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qxkh644": { - "ancestors": [ - "https://ror.org/00ghzk478" - ], - "descendants": [ - - ] - }, - "https://ror.org/0032hsp73": { - "ancestors": [ - "https://ror.org/034m9g361" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h3wfb62": { - "ancestors": [ - "https://ror.org/034179816" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qy75381": { - "ancestors": [ - "https://ror.org/03yt1ez60" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bn1dj67": { - "ancestors": [ - "https://ror.org/0589k3111", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/0392kk689": { - "ancestors": [ - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fjx8e69": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/015jj1011": { - "ancestors": [ - "https://ror.org/04zx93s85", - "https://ror.org/042edgv29", - "https://ror.org/025er3q23", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jztws02": { - "ancestors": [ - "https://ror.org/01bvxzn29", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/021pght82": { - "ancestors": [ - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jnvb825": { - "ancestors": [ - "https://ror.org/05qraqp26" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b5y2p11": { - "ancestors": [ - "https://ror.org/048fraw27" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y22s337": { - "ancestors": [ - "https://ror.org/029e6xb19" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pqj0a35": { - "ancestors": [ - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/01scevc62": { - "ancestors": [ - "https://ror.org/02j2d2g70", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/018hb5750": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/003vwv291": { - "ancestors": [ - "https://ror.org/010mf0m52", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f41jv37": { - "ancestors": [ - "https://ror.org/04qxsrb28" - ], - "descendants": [ - - ] - }, - "https://ror.org/050s4mf29": { - "ancestors": [ - "https://ror.org/03arwv312" - ], - "descendants": [ - - ] - }, - "https://ror.org/01104nk81": { - "ancestors": [ - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q3w5456": { - "ancestors": [ - "https://ror.org/046gt4s87" - ], - "descendants": [ - - ] - }, - "https://ror.org/017sz1f45": { - "ancestors": [ - "https://ror.org/04c3g7r30" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sh73423": { - "ancestors": [ - "https://ror.org/03b7ffd73" - ], - "descendants": [ - - ] - }, - "https://ror.org/032ab1973": { - "ancestors": [ - "https://ror.org/048fraw27" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kjbs929": { - "ancestors": [ - "https://ror.org/00tnppw48", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sp8me03": { - "ancestors": [ - "https://ror.org/00s3jmk58" - ], - "descendants": [ - - ] - }, - "https://ror.org/045z49291": { - "ancestors": [ - "https://ror.org/00e6nys21" - ], - "descendants": [ - - ] - }, - "https://ror.org/051y11y24": { - "ancestors": [ - "https://ror.org/04gey0774" - ], - "descendants": [ - - ] - }, - "https://ror.org/026h0ny75": { - "ancestors": [ - "https://ror.org/007ekx298" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pd36221": { - "ancestors": [ - "https://ror.org/05khkqa44" - ], - "descendants": [ - - ] - }, - "https://ror.org/044qm0e47": { - "ancestors": [ - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/046rj3t65": { - "ancestors": [ - "https://ror.org/031a9h652" - ], - "descendants": [ - - ] - }, - "https://ror.org/0376fv627": { - "ancestors": [ - "https://ror.org/00yjk3k17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jmt8d06": { - "ancestors": [ - "https://ror.org/00bc6bw85", - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/009mwch30": { - "ancestors": [ - "https://ror.org/04nars592" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h2zyy62": { - "ancestors": [ - "https://ror.org/04k7qar56", - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rg40y89": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ddcgv12": { - "ancestors": [ - "https://ror.org/049wftm75" - ], - "descendants": [ - - ] - }, - "https://ror.org/01reqdm50": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a0vt050": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/021923v79": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bc51d88": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j6drw72": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sx9wp33": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v60jr94": { - "ancestors": [ - "https://ror.org/0117jxy09" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cdfm144": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02szepc22": { - "ancestors": [ - "https://ror.org/042pgcv68" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zmk8084": { - "ancestors": [ - "https://ror.org/01js2sh04", - "https://ror.org/02nv7yv05", - "https://ror.org/02k8cbn47", - "https://ror.org/0281dp749", - "https://ror.org/0281dp749", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/0079vgv93": { - "ancestors": [ - "https://ror.org/006gmme17", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hpfvd96": { - "ancestors": [ - "https://ror.org/05n8ah907" - ], - "descendants": [ - - ] - }, - "https://ror.org/043smqe02": { - "ancestors": [ - "https://ror.org/05n8ah907" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dt03b80": { - "ancestors": [ - "https://ror.org/05n8ah907" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qhbts44": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jt38m64": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/021z1mz76": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hky6p02": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/006npbt15": { - "ancestors": [ - "https://ror.org/004gem776" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ssta106": { - "ancestors": [ - "https://ror.org/05ep65r25" - ], - "descendants": [ - - ] - }, - "https://ror.org/038dn8481": { - "ancestors": [ - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/015ggv447": { - "ancestors": [ - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yetjs28": { - "ancestors": [ - "https://ror.org/052ay8m85" - ], - "descendants": [ - - ] - }, - "https://ror.org/03np7fg50": { - "ancestors": [ - "https://ror.org/052ay8m85" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sgkc956": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nsjct52": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pntjg19": { - "ancestors": [ - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wxbtj35": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rejsz57": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04skssb35": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fhdzx69": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0160dkh89": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k9pct19": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fz81h65": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/02sp4ja91" - ] - }, - "https://ror.org/05y57mm42": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/003gcpg05": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k550c65": { - "ancestors": [ - "https://ror.org/02jmfj006" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qb33m26": { - "ancestors": [ - "https://ror.org/0560q5470" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sv3ym08": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bh9qz66": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/043qcaa25": { - "ancestors": [ - "https://ror.org/01y1re497", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d7gd791": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0324qh176": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/049cw4s75": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pbt4z69": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g7nbz02": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0310e9d31": { - "ancestors": [ - "https://ror.org/03s5p4g14" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f6n1x59": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/038m16120": { - "ancestors": [ - "https://ror.org/03ngg2631" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ge22856": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/040xkwz97": { - "ancestors": [ - "https://ror.org/03ngg2631" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wm96095": { - "ancestors": [ - "https://ror.org/03ngg2631" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yjcvf23": { - "ancestors": [ - "https://ror.org/03ngg2631" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sc9rz48": { - "ancestors": [ - "https://ror.org/03ngg2631" - ], - "descendants": [ - - ] - }, - "https://ror.org/053fj3b72": { - "ancestors": [ - "https://ror.org/03ngg2631" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e92b619": { - "ancestors": [ - "https://ror.org/03ngg2631" - ], - "descendants": [ - - ] - }, - "https://ror.org/013dvfk22": { - "ancestors": [ - "https://ror.org/03ngg2631" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jsss136": { - "ancestors": [ - "https://ror.org/03ngg2631" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dhs6t85": { - "ancestors": [ - "https://ror.org/03ngg2631" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yhtwa63": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hgfj293": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hcsjz98": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cjh3728": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gga8159": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05damwn69": { - "ancestors": [ - "https://ror.org/03ngg2631" - ], - "descendants": [ - - ] - }, - "https://ror.org/04crchr76": { - "ancestors": [ - "https://ror.org/03ngg2631" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zj4hg45": { - "ancestors": [ - "https://ror.org/03ngg2631" - ], - "descendants": [ - - ] - }, - "https://ror.org/010rhww45": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/006knem90": { - "ancestors": [ - "https://ror.org/00g4bcb66", - "https://ror.org/05rbd6k73", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0557kgc34": { - "ancestors": [ - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y5fjm90": { - "ancestors": [ - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/019taje90": { - "ancestors": [ - "https://ror.org/01y1re497", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e7kxc55": { - "ancestors": [ - "https://ror.org/052ay8m85" - ], - "descendants": [ - - ] - }, - "https://ror.org/029jy4332": { - "ancestors": [ - "https://ror.org/03ngg2631" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vdh2x09": { - "ancestors": [ - "https://ror.org/01m8p7q42" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rn7n590": { - "ancestors": [ - "https://ror.org/01q1dy966" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j918z43": { - "ancestors": [ - "https://ror.org/01fj5gf64" - ], - "descendants": [ - - ] - }, - "https://ror.org/002k1r174": { - "ancestors": [ - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/01hgdcb87", - "https://ror.org/0078x3268" - ] - }, - "https://ror.org/03t4zvk50": { - "ancestors": [ - "https://ror.org/04y8d6y55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hvq0c10": { - "ancestors": [ - "https://ror.org/00bt9we26" - ], - "descendants": [ - - ] - }, - "https://ror.org/040nzs042": { - "ancestors": [ - "https://ror.org/00bt9we26" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n2dfg29": { - "ancestors": [ - "https://ror.org/00bt9we26" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sz56h79": { - "ancestors": [ - "https://ror.org/00q4vv597", - "https://ror.org/02v51f717", - "https://ror.org/05rcfc739" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gk6fr31": { - "ancestors": [ - "https://ror.org/00bt9we26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bpcr835": { - "ancestors": [ - "https://ror.org/00bt9we26" - ], - "descendants": [ - - ] - }, - "https://ror.org/05we3nb76": { - "ancestors": [ - "https://ror.org/02bwk9n38", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yt00889": { - "ancestors": [ - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pk6rm23": { - "ancestors": [ - "https://ror.org/05k6zrs81" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jn38r85": { - "ancestors": [ - "https://ror.org/02v51f717", - "https://ror.org/03cve4549" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g140v14": { - "ancestors": [ - "https://ror.org/03v8tnc06", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kvstc88": { - "ancestors": [ - "https://ror.org/02djqfd08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0078x3268": { - "ancestors": [ - "https://ror.org/002k1r174", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ndnb620": { - "ancestors": [ - "https://ror.org/04y8d6y55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f5sa326": { - "ancestors": [ - "https://ror.org/00rgzpv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/003gy5515": { - "ancestors": [ - "https://ror.org/04y8d6y55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s5dew76": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ag2q384": { - "ancestors": [ - "https://ror.org/03xqveg17" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sk2bs13": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gwaxw53": { - "ancestors": [ - "https://ror.org/04vctsm14", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s5hh873": { - "ancestors": [ - "https://ror.org/0487kvf73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dkhme60": { - "ancestors": [ - "https://ror.org/00bt9we26" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jzxnz73": { - "ancestors": [ - "https://ror.org/00bt9we26" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kch1b73": { - "ancestors": [ - "https://ror.org/05357zt36", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/007w7dm12": { - "ancestors": [ - "https://ror.org/02fkk6k65", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mbh6s37": { - "ancestors": [ - "https://ror.org/041gev667" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w2qw090": { - "ancestors": [ - "https://ror.org/03ndmsg87" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ne6ew22": { - "ancestors": [ - "https://ror.org/05k6zrs81" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jaz3369": { - "ancestors": [ - "https://ror.org/02yj8av48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xbas612": { - "ancestors": [ - "https://ror.org/05kx1ke03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zkpmz33": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ynn1b95": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mt26r85": { - "ancestors": [ - "https://ror.org/02eq2w707" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w7h4t60": { - "ancestors": [ - "https://ror.org/03q82t418" - ], - "descendants": [ - - ] - }, - "https://ror.org/031ebne21": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xx7en86": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n6zrm60": { - "ancestors": [ - "https://ror.org/040gcmg81", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0369eb468": { - "ancestors": [ - "https://ror.org/00bx3rb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/011t9p927": { - "ancestors": [ - "https://ror.org/0385nmy68" - ], - "descendants": [ - - ] - }, - "https://ror.org/034wjng68": { - "ancestors": [ - "https://ror.org/04gwbew76" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m6cjv19": { - "ancestors": [ - "https://ror.org/04e698d63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xqtwj78": { - "ancestors": [ - "https://ror.org/02tryst02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sgnw557": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/03agg4249": { - "ancestors": [ - "https://ror.org/03knd6b36" - ], - "descendants": [ - - ] - }, - "https://ror.org/0146h2h75": { - "ancestors": [ - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/0152gf261": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bc14p57": { - "ancestors": [ - "https://ror.org/04p977q83" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jz1e142": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wnznw20": { - "ancestors": [ - "https://ror.org/01wen3r86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02admgw40": { - "ancestors": [ - "https://ror.org/01jpp1g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/012ewnz96": { - "ancestors": [ - "https://ror.org/03cbzve16" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t8zgm64": { - "ancestors": [ - "https://ror.org/05tq31x39" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qyqxk84": { - "ancestors": [ - "https://ror.org/02r96rf44" - ], - "descendants": [ - - ] - }, - "https://ror.org/006sbr164": { - "ancestors": [ - "https://ror.org/04emwm605" - ], - "descendants": [ - "https://ror.org/012p54t81", - "https://ror.org/008558y11", - "https://ror.org/0134cjh35", - "https://ror.org/03va80p69", - "https://ror.org/023qkzz98" - ] - }, - "https://ror.org/01ebjwm20": { - "ancestors": [ - "https://ror.org/0117jxy09" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ph7q594": { - "ancestors": [ - "https://ror.org/03aam9155" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bbj5z24": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/021c9ha45": { - "ancestors": [ - "https://ror.org/04grkj883" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ktfyy52": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m0n3c07": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x9rq768": { - "ancestors": [ - "https://ror.org/057kyc739" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dbbht76": { - "ancestors": [ - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/025maj953": { - "ancestors": [ - "https://ror.org/03rbf8960" - ], - "descendants": [ - - ] - }, - "https://ror.org/031x5nm39": { - "ancestors": [ - "https://ror.org/01vvnn702" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zd6tj24": { - "ancestors": [ - "https://ror.org/05qzbtg69" - ], - "descendants": [ - - ] - }, - "https://ror.org/027cwk965": { - "ancestors": [ - "https://ror.org/01vvnn702" - ], - "descendants": [ - - ] - }, - "https://ror.org/01989c577": { - "ancestors": [ - "https://ror.org/02gv1pt92" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gqs6306": { - "ancestors": [ - "https://ror.org/01eyenr26" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qxec746": { - "ancestors": [ - "https://ror.org/04v98kq37" - ], - "descendants": [ - - ] - }, - "https://ror.org/03acf5r27": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/007yv1g81": { - "ancestors": [ - "https://ror.org/038kxkq33" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kt4a843": { - "ancestors": [ - "https://ror.org/02n211843" - ], - "descendants": [ - - ] - }, - "https://ror.org/0317tcf14": { - "ancestors": [ - "https://ror.org/04dmca004" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rfn7203": { - "ancestors": [ - "https://ror.org/04dmca004" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xrcx824": { - "ancestors": [ - "https://ror.org/04jndar25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sqbw136": { - "ancestors": [ - "https://ror.org/011tm7n37" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b0cs606": { - "ancestors": [ - "https://ror.org/05n8ah907" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b285s97": { - "ancestors": [ - "https://ror.org/03nw6pt28" - ], - "descendants": [ - - ] - }, - "https://ror.org/0034dyb91": { - "ancestors": [ - "https://ror.org/02vbxt202" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hb5sg68": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nbv7m70": { - "ancestors": [ - "https://ror.org/02jqkb192" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xyf9430": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tkqz180": { - "ancestors": [ - "https://ror.org/02w6dqa48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dw07152": { - "ancestors": [ - "https://ror.org/0435rc536", - "https://ror.org/04sfxgz72", - "https://ror.org/04txyc737" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qtea582": { - "ancestors": [ - "https://ror.org/02vkbzw76" - ], - "descendants": [ - - ] - }, - "https://ror.org/043zsj038": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/0435vfk93": { - "ancestors": [ - "https://ror.org/02p2bgp27" - ], - "descendants": [ - - ] - }, - "https://ror.org/00szk3r18": { - "ancestors": [ - "https://ror.org/01mk44223" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qm21180": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jrea685": { - "ancestors": [ - "https://ror.org/01a9z1q73", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t5sva18": { - "ancestors": [ - "https://ror.org/02aee5m12", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ycn3984": { - "ancestors": [ - "https://ror.org/058pyyv44", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jmf0570": { - "ancestors": [ - "https://ror.org/0356cst02", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/0288css53": { - "ancestors": [ - "https://ror.org/04ndjyr10", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z2gfm30": { - "ancestors": [ - "https://ror.org/04r53se39", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/005bzjd21": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/022ftcx89": { - "ancestors": [ - "https://ror.org/02bn55144" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rhats79": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/013eh1m30": { - "ancestors": [ - "https://ror.org/01cjash87" - ], - "descendants": [ - - ] - }, - "https://ror.org/023p4rz42": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f5a5m96": { - "ancestors": [ - "https://ror.org/01pgead21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k92fs76": { - "ancestors": [ - "https://ror.org/03g03ge92" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cky5d09": { - "ancestors": [ - "https://ror.org/03g03ge92" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bhmb905": { - "ancestors": [ - "https://ror.org/03g03ge92" - ], - "descendants": [ - - ] - }, - "https://ror.org/0339vxy90": { - "ancestors": [ - "https://ror.org/048vrgr14" - ], - "descendants": [ - - ] - }, - "https://ror.org/033aqz496": { - "ancestors": [ - "https://ror.org/04gmdfj30" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rmh4k73": { - "ancestors": [ - "https://ror.org/03d3v3e93" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hczvf86": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e9p3c51": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fsz9s67": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nn86d34": { - "ancestors": [ - "https://ror.org/005jw9139" - ], - "descendants": [ - - ] - }, - "https://ror.org/0048j1p96": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/038rd9v60": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05py8xn22": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dcg9845": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sdrja69": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/015vve507": { - "ancestors": [ - "https://ror.org/03q50jp21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cxegr21": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05af73403": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zfjxa58": { - "ancestors": [ - "https://ror.org/02hhsqf45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kfvhz20": { - "ancestors": [ - "https://ror.org/02vzc7q68" - ], - "descendants": [ - - ] - }, - "https://ror.org/03346b772": { - "ancestors": [ - "https://ror.org/027y26122" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tp0e450": { - "ancestors": [ - "https://ror.org/022mz6y25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wtq2m33": { - "ancestors": [ - "https://ror.org/00k01kt20" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kd16s45": { - "ancestors": [ - "https://ror.org/02pbsj156" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r86y726": { - "ancestors": [ - "https://ror.org/01v376g59" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z11gw67": { - "ancestors": [ - "https://ror.org/01v376g59" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v9w1q77": { - "ancestors": [ - "https://ror.org/01s49js04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a35vw13": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qypmk37": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s5pra58": { - "ancestors": [ - "https://ror.org/01v5xwf23" - ], - "descendants": [ - - ] - }, - "https://ror.org/027yjc737": { - "ancestors": [ - "https://ror.org/03jmfdf59", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jwva135": { - "ancestors": [ - "https://ror.org/00vj60w13" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bnchp17": { - "ancestors": [ - "https://ror.org/04dkns738" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j5wde68": { - "ancestors": [ - "https://ror.org/00f54p054" - ], - "descendants": [ - - ] - }, - "https://ror.org/015drfm81": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/05etjgx39": { - "ancestors": [ - "https://ror.org/05s5kq870" - ], - "descendants": [ - - ] - }, - "https://ror.org/01phtp995": { - "ancestors": [ - "https://ror.org/01fapfv42" - ], - "descendants": [ - - ] - }, - "https://ror.org/0150cj610": { - "ancestors": [ - "https://ror.org/02ycvrx49" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j88yh83": { - "ancestors": [ - "https://ror.org/02r96rf44" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j488654": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dzggj72": { - "ancestors": [ - "https://ror.org/04hjbmv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/05388c580": { - "ancestors": [ - "https://ror.org/02dg0pv02", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/021vwsa16": { - "ancestors": [ - "https://ror.org/01djxaj77" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d5yxq17": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00emmzb12": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/053z9ab73": { - "ancestors": [ - "https://ror.org/0125qer46" - ], - "descendants": [ - - ] - }, - "https://ror.org/03471w967": { - "ancestors": [ - "https://ror.org/017h5q109" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t442a43": { - "ancestors": [ - "https://ror.org/01n029866" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v3ce875": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02arm0y30": { - "ancestors": [ - "https://ror.org/018txrr13", - "https://ror.org/02z5d2h92", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qa68036": { - "ancestors": [ - "https://ror.org/010584e10" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k8k3617": { - "ancestors": [ - "https://ror.org/001yedb91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jkyke88": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/0050zy157": { - "ancestors": [ - "https://ror.org/01v376g59" - ], - "descendants": [ - - ] - }, - "https://ror.org/0344txx64": { - "ancestors": [ - "https://ror.org/00grd1h17" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pchp455": { - "ancestors": [ - "https://ror.org/01cjash87" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dpx8939": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bb52086": { - "ancestors": [ - "https://ror.org/025194b42" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hzjar70": { - "ancestors": [ - "https://ror.org/00gtmwv55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nfb0t34": { - "ancestors": [ - "https://ror.org/02vkbzw76" - ], - "descendants": [ - - ] - }, - "https://ror.org/030nky627": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j6s3h86": { - "ancestors": [ - "https://ror.org/013k5y296" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yjcwm21": { - "ancestors": [ - "https://ror.org/027y26122" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xnk9j36": { - "ancestors": [ - "https://ror.org/0493bmq37" - ], - "descendants": [ - - ] - }, - "https://ror.org/057hqh897": { - "ancestors": [ - "https://ror.org/0564cd633" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e6k9z27": { - "ancestors": [ - "https://ror.org/03h2bxq36", - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05crdvn36": { - "ancestors": [ - "https://ror.org/052gg0110", - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/040b19m18": { - "ancestors": [ - "https://ror.org/03p74gp79", - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0172mzb45": { - "ancestors": [ - "https://ror.org/052gg0110", - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rbqbc98": { - "ancestors": [ - "https://ror.org/03yghzc09", - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rrtbd20": { - "ancestors": [ - "https://ror.org/003j7nn34" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xb05e36": { - "ancestors": [ - "https://ror.org/04kd6c783" - ], - "descendants": [ - - ] - }, - "https://ror.org/027m81w73": { - "ancestors": [ - "https://ror.org/05gcat543" - ], - "descendants": [ - - ] - }, - "https://ror.org/037tmrg70": { - "ancestors": [ - "https://ror.org/04tp44r29" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wrnz920": { - "ancestors": [ - "https://ror.org/03hqjqp33" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nncgd63": { - "ancestors": [ - "https://ror.org/02v616z87" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w12qr69": { - "ancestors": [ - "https://ror.org/041b8s785" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pvegc36": { - "ancestors": [ - "https://ror.org/02jfa8730" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e116f14": { - "ancestors": [ - "https://ror.org/01pcq0j68" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yxxqf96": { - "ancestors": [ - "https://ror.org/004qxjv96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a98s891": { - "ancestors": [ - "https://ror.org/03d0p2685", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/0499kfe57": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0068m0j38": { - "ancestors": [ - "https://ror.org/054225q67", - "https://ror.org/013meh722" - ], - "descendants": [ - - ] - }, - "https://ror.org/013acqk67": { - "ancestors": [ - "https://ror.org/03vz6gs79" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hz7m473": { - "ancestors": [ - "https://ror.org/01qmw3j63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zty9d43": { - "ancestors": [ - "https://ror.org/00pe0tf51", - "https://ror.org/02zt1gg83", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rxxfz69": { - "ancestors": [ - "https://ror.org/03sbpja79" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s5hmf73": { - "ancestors": [ - "https://ror.org/00vtgdb53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d2q3517": { - "ancestors": [ - "https://ror.org/03hqjqp33" - ], - "descendants": [ - - ] - }, - "https://ror.org/024bc3e07": { - "ancestors": [ - "https://ror.org/00njsd438", - "https://ror.org/02e9yx751" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rkf4y25": { - "ancestors": [ - "https://ror.org/01411sx56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g81mm64": { - "ancestors": [ - "https://ror.org/02903cd17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pk4vy23": { - "ancestors": [ - "https://ror.org/0217dn713" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gkt5054": { - "ancestors": [ - "https://ror.org/02tryst02" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pfnk039": { - "ancestors": [ - "https://ror.org/01xcepn55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ytyhv33": { - "ancestors": [ - "https://ror.org/01ek73717" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hhh2m32": { - "ancestors": [ - "https://ror.org/03xq46679" - ], - "descendants": [ - - ] - }, - "https://ror.org/010eqta40": { - "ancestors": [ - "https://ror.org/04jstcr77" - ], - "descendants": [ - - ] - }, - "https://ror.org/03axtnh73": { - "ancestors": [ - "https://ror.org/01cawbq05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ps68973": { - "ancestors": [ - "https://ror.org/01v7jrq42" - ], - "descendants": [ - - ] - }, - "https://ror.org/026xfzp73": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/051d61326": { - "ancestors": [ - "https://ror.org/000628g58" - ], - "descendants": [ - - ] - }, - "https://ror.org/0356p2h35": { - "ancestors": [ - "https://ror.org/04sk34n56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pthr413": { - "ancestors": [ - "https://ror.org/020r51985" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cf80b72": { - "ancestors": [ - "https://ror.org/00dbkrq51" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cgcnt36": { - "ancestors": [ - "https://ror.org/05bznkw77" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zeqwe54": { - "ancestors": [ - "https://ror.org/044790d95" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kzytq43": { - "ancestors": [ - "https://ror.org/00xvm4f81" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p73k589": { - "ancestors": [ - "https://ror.org/05waa5295" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e0kkv22": { - "ancestors": [ - "https://ror.org/046r13h33", - "https://ror.org/05waa5295" - ], - "descendants": [ - - ] - }, - "https://ror.org/037fm9770": { - "ancestors": [ - "https://ror.org/03d5zgz97", - "https://ror.org/05waa5295" - ], - "descendants": [ - - ] - }, - "https://ror.org/024an9j41": { - "ancestors": [ - "https://ror.org/05waa5295" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g81xd76": { - "ancestors": [ - "https://ror.org/05waa5295" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bx22c71": { - "ancestors": [ - "https://ror.org/01ek73717" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ytn9a85": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k7ex914": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/02heqf923": { - "ancestors": [ - "https://ror.org/011tm7n37" - ], - "descendants": [ - - ] - }, - "https://ror.org/02he8hw70": { - "ancestors": [ - "https://ror.org/03tmjzy81" - ], - "descendants": [ - - ] - }, - "https://ror.org/0381acm07": { - "ancestors": [ - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sxzk018": { - "ancestors": [ - "https://ror.org/04z7k0065" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bya3q34": { - "ancestors": [ - "https://ror.org/04c7bhp05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hpbxg82": { - "ancestors": [ - "https://ror.org/04fkpdv59" - ], - "descendants": [ - - ] - }, - "https://ror.org/009d3ws08": { - "ancestors": [ - "https://ror.org/05yqfsf29", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/005n3yy14": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a8ase89": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g04a530": { - "ancestors": [ - "https://ror.org/03efzvv60", - "https://ror.org/028crwz56", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rfmre55": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wy0hc37": { - "ancestors": [ - "https://ror.org/02m9cs548", - "https://ror.org/02cte4b68", - "https://ror.org/01gyxrk03", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/005q1n430": { - "ancestors": [ - "https://ror.org/02ttb5s67", - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/005278833": { - "ancestors": [ - "https://ror.org/006gmme17", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/056gaxr94": { - "ancestors": [ - "https://ror.org/01at47r33" - ], - "descendants": [ - - ] - }, - "https://ror.org/0428j9521": { - "ancestors": [ - "https://ror.org/01xgfaw76" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wf30j82": { - "ancestors": [ - "https://ror.org/02e2c7k09", - "https://ror.org/01bnjb948" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cgy3m12": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bymqz65": { - "ancestors": [ - "https://ror.org/038sc5x72" - ], - "descendants": [ - - ] - }, - "https://ror.org/010tw2j24": { - "ancestors": [ - "https://ror.org/02qp25a50", - "https://ror.org/02gfys938", - "https://ror.org/02gdzyx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/047m1md22": { - "ancestors": [ - "https://ror.org/02y22dj89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00za55k91": { - "ancestors": [ - "https://ror.org/00b75tt95" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gc37a46": { - "ancestors": [ - "https://ror.org/024dbdr63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qyybc26": { - "ancestors": [ - "https://ror.org/025y1g718" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pbz1b98": { - "ancestors": [ - "https://ror.org/03zj6v943" - ], - "descendants": [ - - ] - }, - "https://ror.org/00em2ph88": { - "ancestors": [ - "https://ror.org/04brn0b16" - ], - "descendants": [ - - ] - }, - "https://ror.org/03356tk08": { - "ancestors": [ - "https://ror.org/04haebc03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02erzes48": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k9wp214": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/044xxhs61": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b8sbf49": { - "ancestors": [ - "https://ror.org/05hqvvq43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wqmmj05": { - "ancestors": [ - "https://ror.org/05xe0se54" - ], - "descendants": [ - - ] - }, - "https://ror.org/02spn2261": { - "ancestors": [ - "https://ror.org/00dmed338" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ts5ga89": { - "ancestors": [ - "https://ror.org/04tp44r29" - ], - "descendants": [ - - ] - }, - "https://ror.org/008hq2e16": { - "ancestors": [ - "https://ror.org/04z69s492" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zyhyh46": { - "ancestors": [ - "https://ror.org/04v2xmd71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nb27779": { - "ancestors": [ - "https://ror.org/03qx9tc91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cntn905": { - "ancestors": [ - "https://ror.org/02c6kb837" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vgzny65": { - "ancestors": [ - "https://ror.org/003pdcw24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pahkj72": { - "ancestors": [ - "https://ror.org/01rb7bk56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03djjyk45": { - "ancestors": [ - "https://ror.org/00f54p054", - "https://ror.org/01an7q238", - "https://ror.org/00cvxb145", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pdb1x94": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ww0qy02": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hr74d22": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/035hns865": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/01grm4y17": { - "ancestors": [ - "https://ror.org/0251nbz82" - ], - "descendants": [ - - ] - }, - "https://ror.org/040gtvq30": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/004ee9657": { - "ancestors": [ - "https://ror.org/03awsb125", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s6aww72": { - "ancestors": [ - "https://ror.org/03k2dnh74" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e3cb039": { - "ancestors": [ - "https://ror.org/03wx2rr30" - ], - "descendants": [ - - ] - }, - "https://ror.org/04edx5729": { - "ancestors": [ - "https://ror.org/0473rr271", - "https://ror.org/02xfw2e90", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/021eps607": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01txftm96": { - "ancestors": [ - "https://ror.org/02ryc4y44" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fnrqd89": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xrbcc66": { - "ancestors": [ - "https://ror.org/05nf86y53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hzg6v66": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/024f22429": { - "ancestors": [ - "https://ror.org/00n0s9w57" - ], - "descendants": [ - "https://ror.org/02q86ra23", - "https://ror.org/01hmd1y41" - ] - }, - "https://ror.org/03fr3nn32": { - "ancestors": [ - "https://ror.org/00vtgdb53" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ma9m113": { - "ancestors": [ - "https://ror.org/035jrer59" - ], - "descendants": [ - - ] - }, - "https://ror.org/006y63v75": { - "ancestors": [ - "https://ror.org/01w17ks16" - ], - "descendants": [ - - ] - }, - "https://ror.org/037aan677": { - "ancestors": [ - "https://ror.org/03b94tp07" - ], - "descendants": [ - - ] - }, - "https://ror.org/046dyet60": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pvnr704": { - "ancestors": [ - "https://ror.org/03t61s708" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x7p8987": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/01nrxwf90", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/022qrts95": { - "ancestors": [ - "https://ror.org/04b7m4c37" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qke1n53": { - "ancestors": [ - "https://ror.org/00tnppw48", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y8p4437": { - "ancestors": [ - "https://ror.org/003hb2249" - ], - "descendants": [ - - ] - }, - "https://ror.org/039xsf007": { - "ancestors": [ - "https://ror.org/00sb42p15" - ], - "descendants": [ - - ] - }, - "https://ror.org/027p78k86": { - "ancestors": [ - "https://ror.org/02ed5f444" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nzw6768": { - "ancestors": [ - "https://ror.org/0428qnk54" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qqz2g41": { - "ancestors": [ - "https://ror.org/01k6zmz35", - "https://ror.org/010rh0d62" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hxhpz06": { - "ancestors": [ - "https://ror.org/01xnsst08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bqrhe48": { - "ancestors": [ - "https://ror.org/030sjb889" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w7dft64": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fs9z545": { - "ancestors": [ - "https://ror.org/01znkr924", - "https://ror.org/052gg0110", - "https://ror.org/029chgv08" - ], - "descendants": [ - "https://ror.org/02dtmmn34", - "https://ror.org/045te9e08", - "https://ror.org/01ez37r05", - "https://ror.org/00qh9dx40" - ] - }, - "https://ror.org/031exbw60": { - "ancestors": [ - "https://ror.org/02tryst02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h3mfd12": { - "ancestors": [ - "https://ror.org/01ek73717" - ], - "descendants": [ - - ] - }, - "https://ror.org/026m9xy48": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/039mm4q57": { - "ancestors": [ - "https://ror.org/04rt77q92" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rfnpk52": { - "ancestors": [ - "https://ror.org/03hf69k85", - "https://ror.org/008s67533" - ], - "descendants": [ - - ] - }, - "https://ror.org/02m2t8v35": { - "ancestors": [ - "https://ror.org/031npzc88" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hc2mf91": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pqzwm85": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/05thm6q88": { - "ancestors": [ - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/05aytwf55": { - "ancestors": [ - "https://ror.org/02n211843" - ], - "descendants": [ - - ] - }, - "https://ror.org/024p6za61": { - "ancestors": [ - "https://ror.org/01g8djv19" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tgp6q68": { - "ancestors": [ - "https://ror.org/04kgqpx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/015480z05": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s040f34": { - "ancestors": [ - "https://ror.org/01qkxb782", - "https://ror.org/02tphfq59", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rcg3441": { - "ancestors": [ - "https://ror.org/006m4q736" - ], - "descendants": [ - - ] - }, - "https://ror.org/020nbej04": { - "ancestors": [ - "https://ror.org/03g26ah87", - "https://ror.org/01tezat55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ex4j806": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/024gr5317": { - "ancestors": [ - "https://ror.org/031v20w81" - ], - "descendants": [ - - ] - }, - "https://ror.org/0221z8061": { - "ancestors": [ - "https://ror.org/058hheg54" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c0nne72": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/046qxha37": { - "ancestors": [ - "https://ror.org/006m4q736" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jn9cy69": { - "ancestors": [ - "https://ror.org/032214n64" - ], - "descendants": [ - - ] - }, - "https://ror.org/00erpmf75": { - "ancestors": [ - "https://ror.org/006m4q736" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y8jje75": { - "ancestors": [ - "https://ror.org/039wwwz66" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q52xn14": { - "ancestors": [ - "https://ror.org/055wmc747", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/056xtp403": { - "ancestors": [ - "https://ror.org/05njyag92" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sas2f78": { - "ancestors": [ - "https://ror.org/00kwm3d29", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/012yc1x46": { - "ancestors": [ - "https://ror.org/006m4q736" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d2pnx52": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f443s15": { - "ancestors": [ - "https://ror.org/040em2e23" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e2v3e15": { - "ancestors": [ - "https://ror.org/03w8cva37", - "https://ror.org/04chzd762", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bv27459": { - "ancestors": [ - "https://ror.org/03w8cva37", - "https://ror.org/04chzd762", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vtb6v32": { - "ancestors": [ - "https://ror.org/01w01n720" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g8kt609": { - "ancestors": [ - "https://ror.org/01xgfaw76" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yjtde78": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/004zjze34": { - "ancestors": [ - "https://ror.org/00fd6f737" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f5aam04": { - "ancestors": [ - "https://ror.org/055wmc747", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tpj7340": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x0n3178": { - "ancestors": [ - "https://ror.org/01qkxb782", - "https://ror.org/02tphfq59", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nwdkz22": { - "ancestors": [ - "https://ror.org/02xk7ft96", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j4xtm35": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dgmv528": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gbabd35": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/005d5fb76": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/022nyvr86": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m905s87": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gse4n09": { - "ancestors": [ - "https://ror.org/04mczx267" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z85gz67": { - "ancestors": [ - "https://ror.org/00j62qv07" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x75zf33": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xpayr72": { - "ancestors": [ - "https://ror.org/03efzvv60", - "https://ror.org/028crwz56", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xgj3b22": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q0r1k14": { - "ancestors": [ - "https://ror.org/01kjdwm51", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pvfsz50": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/01brhxa96": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/048bd3118": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/0020mxe10": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xzzpw64": { - "ancestors": [ - "https://ror.org/02t3dz930", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m1ej943": { - "ancestors": [ - "https://ror.org/02dg0pv02", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y0c7m95": { - "ancestors": [ - "https://ror.org/01cdrde68" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sz34q98": { - "ancestors": [ - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jh28309": { - "ancestors": [ - "https://ror.org/03m01yf64", - "https://ror.org/05t0w3074" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fvg7665": { - "ancestors": [ - "https://ror.org/05njyag92" - ], - "descendants": [ - - ] - }, - "https://ror.org/036y1an55": { - "ancestors": [ - "https://ror.org/02903cd17" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cjqhm25": { - "ancestors": [ - "https://ror.org/02tryst02" - ], - "descendants": [ - - ] - }, - "https://ror.org/059pfgk41": { - "ancestors": [ - "https://ror.org/02jb0mk52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yt64d76": { - "ancestors": [ - "https://ror.org/053mfvp43" - ], - "descendants": [ - - ] - }, - "https://ror.org/035hx4w46": { - "ancestors": [ - "https://ror.org/00gtmwv55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x8c0q56": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a9avq33": { - "ancestors": [ - "https://ror.org/00t67pt25", - "https://ror.org/03angcq70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mf18m55": { - "ancestors": [ - "https://ror.org/01xp57w77" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zbfp751": { - "ancestors": [ - "https://ror.org/028mpsh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e3mhx02": { - "ancestors": [ - "https://ror.org/03mwa7s65" - ], - "descendants": [ - - ] - }, - "https://ror.org/039g88209": { - "ancestors": [ - "https://ror.org/03wgsrq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d4czf80": { - "ancestors": [ - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j5kt108": { - "ancestors": [ - "https://ror.org/00jrmky87", - "https://ror.org/039k11f95" - ], - "descendants": [ - - ] - }, - "https://ror.org/045dz4566": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y51qn38": { - "ancestors": [ - "https://ror.org/03yrrjy16" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tw9zq58": { - "ancestors": [ - "https://ror.org/01xm30661", - "https://ror.org/02nnjtm50", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/041hvc055": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/0331wa828": { - "ancestors": [ - "https://ror.org/00mcjh785" - ], - "descendants": [ - - ] - }, - "https://ror.org/05277x335": { - "ancestors": [ - "https://ror.org/01qz5mb56", - "https://ror.org/020f3ap87", - "https://ror.org/00mmn6b08", - "https://ror.org/04nza6677", - "https://ror.org/00xzqjh13", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tekqt96": { - "ancestors": [ - "https://ror.org/05cvf7v30", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a111314": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/035y5td47": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nzf7q96": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k3cs357": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gcxw165": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00brf2d87": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/008fjbg42": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qwy8e97": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rzxrg25": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/0141vn777": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/028g3pe33": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/011n2hw53": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/0263zy895": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x5wpm25": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nr7xa08": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vnwke91": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ynrme92": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ytw6m58": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/045zphe57": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z58xd74": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n1ayq61": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/0331xj092": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/0221agg28": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/006fhby04": { - "ancestors": [ - "https://ror.org/03fkrcm40", - "https://ror.org/05kpkpg04", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/013vjwn12": { - "ancestors": [ - "https://ror.org/020jynt45", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cp8z405": { - "ancestors": [ - "https://ror.org/02sxjwh33", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j6qf006": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dsek450": { - "ancestors": [ - "https://ror.org/0589k3111", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/002a9y532": { - "ancestors": [ - "https://ror.org/020jynt45", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nzb0q40": { - "ancestors": [ - "https://ror.org/020jynt45", - "https://ror.org/05q0ncs32", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bdvsc06": { - "ancestors": [ - "https://ror.org/03nnxqz81" - ], - "descendants": [ - - ] - }, - "https://ror.org/049dqrc28": { - "ancestors": [ - "https://ror.org/0443s9p82" - ], - "descendants": [ - - ] - }, - "https://ror.org/04stw6a08": { - "ancestors": [ - "https://ror.org/05n8ah907" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w4q6f22": { - "ancestors": [ - "https://ror.org/03bxx2b53" - ], - "descendants": [ - - ] - }, - "https://ror.org/033ny7f81": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xpreq28": { - "ancestors": [ - "https://ror.org/01y8j9r24", - "https://ror.org/04vg26t07", - "https://ror.org/03yz3tz18", - "https://ror.org/00jjx8s55", - "https://ror.org/02cte4b68", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kewvc41": { - "ancestors": [ - "https://ror.org/020jynt45", - "https://ror.org/05q0ncs32", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/0378sf364": { - "ancestors": [ - "https://ror.org/01y8j9r24", - "https://ror.org/04vg26t07", - "https://ror.org/03yz3tz18", - "https://ror.org/00jjx8s55", - "https://ror.org/02cte4b68", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kwfkk85": { - "ancestors": [ - "https://ror.org/04pkc8m17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x3ftb23": { - "ancestors": [ - "https://ror.org/00sbttv49", - "https://ror.org/0495fxg12", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n1qg914": { - "ancestors": [ - "https://ror.org/0084te143", - "https://ror.org/0530j9m17", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rrq9749": { - "ancestors": [ - "https://ror.org/03knd6b36" - ], - "descendants": [ - - ] - }, - "https://ror.org/053bgz920": { - "ancestors": [ - "https://ror.org/03knd6b36" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q1sca35": { - "ancestors": [ - "https://ror.org/022hhet17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t5ymp38": { - "ancestors": [ - "https://ror.org/04mczx267" - ], - "descendants": [ - - ] - }, - "https://ror.org/008y34898": { - "ancestors": [ - "https://ror.org/04tms6279" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c4hz115": { - "ancestors": [ - "https://ror.org/05p8z3f47" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n3xc149": { - "ancestors": [ - "https://ror.org/022283x63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d17d270": { - "ancestors": [ - "https://ror.org/00cvxb145" - ], - "descendants": [ - - ] - }, - "https://ror.org/0358rk857": { - "ancestors": [ - "https://ror.org/009a2jy80" - ], - "descendants": [ - - ] - }, - "https://ror.org/007whsh62": { - "ancestors": [ - "https://ror.org/0459j6s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04keq6987": { - "ancestors": [ - "https://ror.org/05p8z3f47" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hbksy74": { - "ancestors": [ - "https://ror.org/02z4rsp10" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pftgq30": { - "ancestors": [ - "https://ror.org/04x7ccp17" - ], - "descendants": [ - - ] - }, - "https://ror.org/022z6jk58": { - "ancestors": [ - "https://ror.org/042nb2s44" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rrhkc58": { - "ancestors": [ - "https://ror.org/04v2brz27" - ], - "descendants": [ - - ] - }, - "https://ror.org/0509zzg37": { - "ancestors": [ - "https://ror.org/05bhsww40" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tptkt39": { - "ancestors": [ - "https://ror.org/013b8tn87" - ], - "descendants": [ - - ] - }, - "https://ror.org/051860q83": { - "ancestors": [ - "https://ror.org/01ngwgb14" - ], - "descendants": [ - - ] - }, - "https://ror.org/0518mdr56": { - "ancestors": [ - "https://ror.org/04r739x86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jg70019": { - "ancestors": [ - "https://ror.org/05rex1605" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qr6ev44": { - "ancestors": [ - "https://ror.org/02njhsx22" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ncq9g28": { - "ancestors": [ - "https://ror.org/05939ef94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bhf5527": { - "ancestors": [ - "https://ror.org/04eyqwn57" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vjgy768": { - "ancestors": [ - "https://ror.org/015w2wb33" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g1qg816": { - "ancestors": [ - "https://ror.org/04br0rs05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dzqde20": { - "ancestors": [ - "https://ror.org/00pkt4594" - ], - "descendants": [ - - ] - }, - "https://ror.org/04why9q78": { - "ancestors": [ - "https://ror.org/024kstn81" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h14dd51": { - "ancestors": [ - "https://ror.org/013z4qk72" - ], - "descendants": [ - - ] - }, - "https://ror.org/059gc9059": { - "ancestors": [ - "https://ror.org/03sbjcp06" - ], - "descendants": [ - - ] - }, - "https://ror.org/051hm2r46": { - "ancestors": [ - "https://ror.org/047dnad80" - ], - "descendants": [ - - ] - }, - "https://ror.org/051qqsf31": { - "ancestors": [ - "https://ror.org/00nkkkz19" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yme5333": { - "ancestors": [ - "https://ror.org/05w425588" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tpxn918": { - "ancestors": [ - "https://ror.org/03qwqnb95" - ], - "descendants": [ - - ] - }, - "https://ror.org/055qtnk39": { - "ancestors": [ - "https://ror.org/02fnq0s83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vyhtd35": { - "ancestors": [ - "https://ror.org/04trbvb35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cr5zh57": { - "ancestors": [ - "https://ror.org/01qjmkr85" - ], - "descendants": [ - - ] - }, - "https://ror.org/026znxe07": { - "ancestors": [ - "https://ror.org/053fq8t95" - ], - "descendants": [ - - ] - }, - "https://ror.org/036v1zd35": { - "ancestors": [ - "https://ror.org/02p65v128" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e0gpk62": { - "ancestors": [ - "https://ror.org/01mvxm016" - ], - "descendants": [ - - ] - }, - "https://ror.org/0201da008": { - "ancestors": [ - "https://ror.org/02nbb5780" - ], - "descendants": [ - - ] - }, - "https://ror.org/0117s3e61": { - "ancestors": [ - "https://ror.org/03azrqe31" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c4wb253": { - "ancestors": [ - "https://ror.org/051qv3667" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qg4my54": { - "ancestors": [ - "https://ror.org/0526cz443" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fenky51": { - "ancestors": [ - "https://ror.org/04nvtmr42" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e7k1548": { - "ancestors": [ - "https://ror.org/050pc9c24" - ], - "descendants": [ - - ] - }, - "https://ror.org/0489rbg31": { - "ancestors": [ - "https://ror.org/059a9e323" - ], - "descendants": [ - - ] - }, - "https://ror.org/001hkv469": { - "ancestors": [ - "https://ror.org/00e9zam13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03grn3q81": { - "ancestors": [ - "https://ror.org/04cmxh670" - ], - "descendants": [ - - ] - }, - "https://ror.org/04knb0h51": { - "ancestors": [ - "https://ror.org/04htqgq60" - ], - "descendants": [ - - ] - }, - "https://ror.org/0288rsm64": { - "ancestors": [ - "https://ror.org/00tc93763" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v7cer31": { - "ancestors": [ - "https://ror.org/01gmv5d77" - ], - "descendants": [ - - ] - }, - "https://ror.org/038h0z436": { - "ancestors": [ - "https://ror.org/014m1ef46", - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p2nj039": { - "ancestors": [ - "https://ror.org/002a2eq29" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nag2598": { - "ancestors": [ - "https://ror.org/02he16z20" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qjwrc97": { - "ancestors": [ - "https://ror.org/05kewds18" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hfjx819": { - "ancestors": [ - "https://ror.org/01c0x3431" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nnn1t12": { - "ancestors": [ - "https://ror.org/01ffb7n67" - ], - "descendants": [ - - ] - }, - "https://ror.org/0177mph94": { - "ancestors": [ - "https://ror.org/04ywg3445" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v1x5b81": { - "ancestors": [ - "https://ror.org/03qqbvj08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d6nx810": { - "ancestors": [ - "https://ror.org/03amcs261" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r52vr82": { - "ancestors": [ - "https://ror.org/00ghhyx51" - ], - "descendants": [ - - ] - }, - "https://ror.org/052r73a33": { - "ancestors": [ - "https://ror.org/025h3d465" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s9c0w76": { - "ancestors": [ - "https://ror.org/02pvszw76" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vact186": { - "ancestors": [ - "https://ror.org/01wnnzc43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f3d5q63": { - "ancestors": [ - "https://ror.org/04d8haw14" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xa9v334": { - "ancestors": [ - "https://ror.org/017mte255" - ], - "descendants": [ - - ] - }, - "https://ror.org/009wgy438": { - "ancestors": [ - "https://ror.org/00b5m4j81" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cap6186": { - "ancestors": [ - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v6s8y05": { - "ancestors": [ - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/001pxkx91": { - "ancestors": [ - "https://ror.org/012ddpd05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qrpm067": { - "ancestors": [ - "https://ror.org/03fevzd03" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zzqcq74": { - "ancestors": [ - "https://ror.org/01nc0cp29" - ], - "descendants": [ - - ] - }, - "https://ror.org/045j7j567": { - "ancestors": [ - "https://ror.org/006s85q77" - ], - "descendants": [ - - ] - }, - "https://ror.org/033bbb825": { - "ancestors": [ - "https://ror.org/05ykg3d23" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ykkkr84": { - "ancestors": [ - "https://ror.org/01vetdz59" - ], - "descendants": [ - - ] - }, - "https://ror.org/04he9e777": { - "ancestors": [ - "https://ror.org/02he16z20" - ], - "descendants": [ - - ] - }, - "https://ror.org/0230s3k26": { - "ancestors": [ - "https://ror.org/0080fxk18", - "https://ror.org/03taz7m60", - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/040xmsv41": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/039kky066": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bd22t26": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hsr7383": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c782c94": { - "ancestors": [ - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gsmyw97": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n1cp186": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/0329af416": { - "ancestors": [ - "https://ror.org/048xjjh50" - ], - "descendants": [ - - ] - }, - "https://ror.org/018jrds86": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j87dy80": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pvp9c06": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vm6r550": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hzb7188": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/0465gqv59": { - "ancestors": [ - "https://ror.org/057ykey20" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j1wg370": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xr5ws27": { - "ancestors": [ - "https://ror.org/045mrnd19" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ns3vy48": { - "ancestors": [ - "https://ror.org/023wx0t90" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yfx8049": { - "ancestors": [ - "https://ror.org/01es9dw61" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e6kag67": { - "ancestors": [ - "https://ror.org/035dsh769" - ], - "descendants": [ - - ] - }, - "https://ror.org/047q4fb87": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m3mhq27": { - "ancestors": [ - "https://ror.org/03tjsyq23", - "https://ror.org/02s9tm513", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wcjva51": { - "ancestors": [ - "https://ror.org/04r2bgz73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d3x5w26": { - "ancestors": [ - "https://ror.org/01d1n9n57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03780jn86": { - "ancestors": [ - "https://ror.org/03tjsyq23", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y3zx547": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n682z45": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fv7j188": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c0mrz71": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/0354ckp94": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pf1rt23": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d9dyv42": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x97rq71": { - "ancestors": [ - "https://ror.org/0101xrq71", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hmsgz49": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/008nqzn46": { - "ancestors": [ - "https://ror.org/0101xrq71", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ma46909": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/043vdcr39": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/017qypp02": { - "ancestors": [ - "https://ror.org/01xcepn55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d2xqw69": { - "ancestors": [ - "https://ror.org/04q5rka56", - "https://ror.org/02kfzvh91", - "https://ror.org/05hkkdn48", - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/011s5nh14": { - "ancestors": [ - "https://ror.org/0131dra29", - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w53fs94": { - "ancestors": [ - "https://ror.org/0304hq317", - "https://ror.org/010nsgg66" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ej9s373": { - "ancestors": [ - "https://ror.org/04tqgg260" - ], - "descendants": [ - - ] - }, - "https://ror.org/040me2j46": { - "ancestors": [ - "https://ror.org/01qkxb782", - "https://ror.org/02tphfq59", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/0263r2546": { - "ancestors": [ - "https://ror.org/024ape423", - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jn16g31": { - "ancestors": [ - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pb19q07": { - "ancestors": [ - "https://ror.org/04ttja383" - ], - "descendants": [ - - ] - }, - "https://ror.org/015ad1e56": { - "ancestors": [ - "https://ror.org/045axgc25" - ], - "descendants": [ - - ] - }, - "https://ror.org/002jq3415": { - "ancestors": [ - "https://ror.org/00q6ynx29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bs41j64": { - "ancestors": [ - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vmsb260": { - "ancestors": [ - "https://ror.org/01cdrde68" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yd0p282": { - "ancestors": [ - "https://ror.org/05dte6685", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pptj576": { - "ancestors": [ - "https://ror.org/012m9bp23" - ], - "descendants": [ - - ] - }, - "https://ror.org/029djbz77": { - "ancestors": [ - "https://ror.org/03k5dfv06" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j6d9v78": { - "ancestors": [ - "https://ror.org/04t5phd24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hbc3482": { - "ancestors": [ - "https://ror.org/04qj3gf68" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hbw4m86": { - "ancestors": [ - "https://ror.org/04mz5ra38" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rb4xa96": { - "ancestors": [ - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y4qb345": { - "ancestors": [ - "https://ror.org/02rqsa469" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hyd8090": { - "ancestors": [ - "https://ror.org/041nas322" - ], - "descendants": [ - - ] - }, - "https://ror.org/024e1fw78": { - "ancestors": [ - "https://ror.org/04f8x5b20" - ], - "descendants": [ - - ] - }, - "https://ror.org/00etypk41": { - "ancestors": [ - "https://ror.org/04t5phd24" - ], - "descendants": [ - - ] - }, - "https://ror.org/040d99j97": { - "ancestors": [ - "https://ror.org/041nas322" - ], - "descendants": [ - - ] - }, - "https://ror.org/054kgce12": { - "ancestors": [ - "https://ror.org/00a208s56" - ], - "descendants": [ - - ] - }, - "https://ror.org/0029pc197": { - "ancestors": [ - "https://ror.org/03eznrw16" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dm92c46": { - "ancestors": [ - "https://ror.org/01jdpyv68" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e8ed254": { - "ancestors": [ - "https://ror.org/04mz5ra38" - ], - "descendants": [ - - ] - }, - "https://ror.org/0010cp777": { - "ancestors": [ - "https://ror.org/031bsb921" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bv91d86": { - "ancestors": [ - "https://ror.org/031bsb921" - ], - "descendants": [ - - ] - }, - "https://ror.org/003xvvt95": { - "ancestors": [ - "https://ror.org/038t36y30", - "https://ror.org/031bsb921" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n94hw85": { - "ancestors": [ - "https://ror.org/031bsb921" - ], - "descendants": [ - - ] - }, - "https://ror.org/031q2en94": { - "ancestors": [ - "https://ror.org/01y9bpm73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mwqr173": { - "ancestors": [ - "https://ror.org/0076zct58" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jcwf484": { - "ancestors": [ - "https://ror.org/05bqzfg94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0007cgk43": { - "ancestors": [ - "https://ror.org/05cf5b117" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q7z2571": { - "ancestors": [ - "https://ror.org/04qb8nc58" - ], - "descendants": [ - - ] - }, - "https://ror.org/052s9kd61": { - "ancestors": [ - "https://ror.org/02ntsjr39", - "https://ror.org/02bh93636" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ntsjr39": { - "ancestors": [ - "https://ror.org/02bh93636" - ], - "descendants": [ - "https://ror.org/052s9kd61" - ] - }, - "https://ror.org/05kvda021": { - "ancestors": [ - "https://ror.org/0290x3782" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ftjhs10": { - "ancestors": [ - "https://ror.org/00w3adw05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dwh7z09": { - "ancestors": [ - "https://ror.org/02zqm6r10", - "https://ror.org/0307bxz06" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wnpy880": { - "ancestors": [ - "https://ror.org/015pzp858" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jcetk87": { - "ancestors": [ - "https://ror.org/01bh2s525" - ], - "descendants": [ - - ] - }, - "https://ror.org/027327e78": { - "ancestors": [ - "https://ror.org/04fy6j421" - ], - "descendants": [ - - ] - }, - "https://ror.org/028fy7q25": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zfaen51": { - "ancestors": [ - "https://ror.org/01ctnwa22" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nydew61": { - "ancestors": [ - "https://ror.org/01cmst727" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v388x60": { - "ancestors": [ - "https://ror.org/017kp0447" - ], - "descendants": [ - - ] - }, - "https://ror.org/03swddy62": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/033mdyr61": { - "ancestors": [ - "https://ror.org/05bxbmy32" - ], - "descendants": [ - - ] - }, - "https://ror.org/0466nq257": { - "ancestors": [ - "https://ror.org/01mv9t934", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/038dte259": { - "ancestors": [ - "https://ror.org/0385nmy68" - ], - "descendants": [ - - ] - }, - "https://ror.org/0120q3031": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c4nqn69": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z83z196": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/050qpg053": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/000zgvm20": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jj3h083": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/048evbw70": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jt3dw39": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/047sbcx71": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/040bb7493": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bdefj47": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tvy6411": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bq1zr90": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y8gzr79": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/0140nwe11": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vf41z82": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nf7ms20": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r183591": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/001agqs13": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/0565h3a31": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n4swm55": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nrtjx51": { - "ancestors": [ - "https://ror.org/00bx3rb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/011hecd67": { - "ancestors": [ - "https://ror.org/04ew43640", - "https://ror.org/05xp2yp46", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fhteb31": { - "ancestors": [ - "https://ror.org/02kxqx159", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mxyqx84": { - "ancestors": [ - "https://ror.org/04gwbew76" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fr0xv11": { - "ancestors": [ - "https://ror.org/02bfrg439" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xv2zk35": { - "ancestors": [ - "https://ror.org/04gwbew76" - ], - "descendants": [ - - ] - }, - "https://ror.org/021jpad90": { - "ancestors": [ - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00502tg50": { - "ancestors": [ - "https://ror.org/027s68j25", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ceh5s45": { - "ancestors": [ - "https://ror.org/029p55913" - ], - "descendants": [ - - ] - }, - "https://ror.org/012gdwx28": { - "ancestors": [ - "https://ror.org/05jk45963" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xezgr31": { - "ancestors": [ - "https://ror.org/03ba28x55", - "https://ror.org/01d5vx451", - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wt4s775": { - "ancestors": [ - "https://ror.org/054ajk512", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kybmr51": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/055c63105": { - "ancestors": [ - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pph5857": { - "ancestors": [ - "https://ror.org/015w2wb33" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nd09v89": { - "ancestors": [ - "https://ror.org/03nw6pt28" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hdkm455": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hcney72": { - "ancestors": [ - "https://ror.org/02vbxt202" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ae4gt79": { - "ancestors": [ - "https://ror.org/03k8der79" - ], - "descendants": [ - - ] - }, - "https://ror.org/058pqk375": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xjjbz05": { - "ancestors": [ - "https://ror.org/00m8prc86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vs7jg22": { - "ancestors": [ - "https://ror.org/01rz37c55", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x7fn667": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gbdhj19": { - "ancestors": [ - "https://ror.org/04d1tk502", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b08sh51": { - "ancestors": [ - "https://ror.org/04qr9ne10", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cghcn81": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/052v5pn20": { - "ancestors": [ - "https://ror.org/04qr9ne10", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dxjde67": { - "ancestors": [ - "https://ror.org/02gpy3h79" - ], - "descendants": [ - - ] - }, - "https://ror.org/002n9qz56": { - "ancestors": [ - "https://ror.org/01jdpyv68" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vbwsy79": { - "ancestors": [ - "https://ror.org/02zbc1a16", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cfhyx33": { - "ancestors": [ - "https://ror.org/02zbc1a16", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/036jqev97": { - "ancestors": [ - "https://ror.org/04vctsm14", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q1v5813": { - "ancestors": [ - "https://ror.org/01sxtx626" - ], - "descendants": [ - - ] - }, - "https://ror.org/016bjqk65": { - "ancestors": [ - "https://ror.org/000c39f30", - "https://ror.org/02rn83489", - "https://ror.org/03gd1jf50", - "https://ror.org/007a5h107" - ], - "descendants": [ - - ] - }, - "https://ror.org/020jfw620": { - "ancestors": [ - "https://ror.org/02nwg5t34" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qg1tz58": { - "ancestors": [ - "https://ror.org/05fk5tr28" - ], - "descendants": [ - - ] - }, - "https://ror.org/01djrhs97": { - "ancestors": [ - "https://ror.org/05fk5tr28" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ks2fq79": { - "ancestors": [ - "https://ror.org/05fk5tr28" - ], - "descendants": [ - - ] - }, - "https://ror.org/0380n5h16": { - "ancestors": [ - "https://ror.org/05fk5tr28" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gsb6172": { - "ancestors": [ - "https://ror.org/05fk5tr28" - ], - "descendants": [ - - ] - }, - "https://ror.org/058pmah25": { - "ancestors": [ - "https://ror.org/05fk5tr28" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p5xsx92": { - "ancestors": [ - "https://ror.org/05fk5tr28" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cwb1p56": { - "ancestors": [ - "https://ror.org/04ers2y35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d983k79": { - "ancestors": [ - "https://ror.org/01cawbq05" - ], - "descendants": [ - - ] - }, - "https://ror.org/003na7826": { - "ancestors": [ - "https://ror.org/04hjbmv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jfar564": { - "ancestors": [ - "https://ror.org/04hjbmv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pfpqx12": { - "ancestors": [ - "https://ror.org/04hjbmv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/056d2rn68": { - "ancestors": [ - "https://ror.org/04hjbmv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/003mewa18": { - "ancestors": [ - "https://ror.org/053d55q96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nm3yk20": { - "ancestors": [ - "https://ror.org/04hjbmv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xw4m193": { - "ancestors": [ - "https://ror.org/02b5d8509", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e98bw30": { - "ancestors": [ - "https://ror.org/01dktcn28" - ], - "descendants": [ - - ] - }, - "https://ror.org/0151gh112": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/026stee22": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k0x2619": { - "ancestors": [ - "https://ror.org/01hhn8329", - "https://ror.org/0524sp257" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n9d1732": { - "ancestors": [ - "https://ror.org/01hhn8329", - "https://ror.org/006hf6230" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s928n76": { - "ancestors": [ - "https://ror.org/03s7gtk40" - ], - "descendants": [ - - ] - }, - "https://ror.org/0482p8a89": { - "ancestors": [ - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/023y2na82": { - "ancestors": [ - "https://ror.org/03sbpja79" - ], - "descendants": [ - - ] - }, - "https://ror.org/01613vh25": { - "ancestors": [ - "https://ror.org/01bw7zm61", - "https://ror.org/04v2xmd71" - ], - "descendants": [ - - ] - }, - "https://ror.org/019jqyn65": { - "ancestors": [ - "https://ror.org/028v4fg64" - ], - "descendants": [ - - ] - }, - "https://ror.org/049bwzr51": { - "ancestors": [ - "https://ror.org/038mj2660" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g821610": { - "ancestors": [ - "https://ror.org/038mj2660" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mg0ce08": { - "ancestors": [ - "https://ror.org/038mj2660" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wrbfs36": { - "ancestors": [ - "https://ror.org/00me6gs45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cenf840": { - "ancestors": [ - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wcx2r57": { - "ancestors": [ - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/009xejr53": { - "ancestors": [ - "https://ror.org/007ztdc30" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rwdv390": { - "ancestors": [ - "https://ror.org/03pfshj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a7e0x93": { - "ancestors": [ - "https://ror.org/03pfshj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h4tg110": { - "ancestors": [ - "https://ror.org/00n4k4n97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bjkqr85": { - "ancestors": [ - "https://ror.org/00bws1855", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01svaqq28": { - "ancestors": [ - "https://ror.org/01cawbq05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01srayt58": { - "ancestors": [ - "https://ror.org/04c3g7r30" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rytkh49": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/031sr2181": { - "ancestors": [ - "https://ror.org/04m8jz025" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vcs0j60": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rnb7025": { - "ancestors": [ - "https://ror.org/03syp9w72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00aahzn97": { - "ancestors": [ - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04md6sf54": { - "ancestors": [ - "https://ror.org/00809fn97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02538qk16": { - "ancestors": [ - "https://ror.org/028vrr082" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jwyfm91": { - "ancestors": [ - "https://ror.org/03syp9w72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jkjhn93": { - "ancestors": [ - "https://ror.org/05aah2q92", - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hphve78": { - "ancestors": [ - "https://ror.org/02dfg5n73", - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c3jbs89": { - "ancestors": [ - "https://ror.org/05aah2q92", - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0419fj215": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e4p6m45": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kg6bp11": { - "ancestors": [ - "https://ror.org/03cpe7c52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nq8gx07": { - "ancestors": [ - "https://ror.org/02436cs38", - "https://ror.org/05n8ah907" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kfw6k71": { - "ancestors": [ - "https://ror.org/0125p4c40" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wmff902": { - "ancestors": [ - "https://ror.org/00hjm9t74" - ], - "descendants": [ - "https://ror.org/01484hw40", - "https://ror.org/0177d4e55" - ] - }, - "https://ror.org/03d0gny34": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w4gz080": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m69r865": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pnc3s81": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hmq8q19": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/011kc9d11": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q4jz828": { - "ancestors": [ - "https://ror.org/005r3tp02" - ], - "descendants": [ - - ] - }, - "https://ror.org/041j42q70": { - "ancestors": [ - "https://ror.org/05s0g1g46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zehhs18": { - "ancestors": [ - "https://ror.org/05s0g1g46" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jzg2v44": { - "ancestors": [ - "https://ror.org/00k17f049" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jpd4145": { - "ancestors": [ - "https://ror.org/03n4yr938" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nw6hx08": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/043fdq347": { - "ancestors": [ - "https://ror.org/05vcgwf09" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g4h7104": { - "ancestors": [ - "https://ror.org/013by2m91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z8nwe60": { - "ancestors": [ - "https://ror.org/03y8p5m75" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qgcra83": { - "ancestors": [ - "https://ror.org/05xpvk416", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a0y3b96": { - "ancestors": [ - "https://ror.org/05xpvk416", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/016s8vs02": { - "ancestors": [ - "https://ror.org/05xpvk416", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tbs6p91": { - "ancestors": [ - "https://ror.org/05xpvk416", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/015xey021": { - "ancestors": [ - "https://ror.org/05xpvk416", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0440c3437": { - "ancestors": [ - "https://ror.org/05xpvk416", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ddcfv11": { - "ancestors": [ - "https://ror.org/029ycp228" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t08q012": { - "ancestors": [ - "https://ror.org/02j9wvt50" - ], - "descendants": [ - - ] - }, - "https://ror.org/039n0s143": { - "ancestors": [ - "https://ror.org/018txrr13", - "https://ror.org/02z5d2h92", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/047sn6763": { - "ancestors": [ - "https://ror.org/016zn0y21", - "https://ror.org/00wjc7c48", - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/017cm6884": { - "ancestors": [ - "https://ror.org/05wevan27" - ], - "descendants": [ - - ] - }, - "https://ror.org/0106sdn14": { - "ancestors": [ - "https://ror.org/036nvwz98" - ], - "descendants": [ - - ] - }, - "https://ror.org/057zb9e55": { - "ancestors": [ - "https://ror.org/0437zex07" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cpqsp49": { - "ancestors": [ - "https://ror.org/00en6p903", - "https://ror.org/00zw9nc64", - "https://ror.org/02dgjyy92" - ], - "descendants": [ - - ] - }, - "https://ror.org/0276bkt19": { - "ancestors": [ - "https://ror.org/038djf877", - "https://ror.org/01kk81m15" - ], - "descendants": [ - - ] - }, - "https://ror.org/05crx6z12": { - "ancestors": [ - "https://ror.org/04ne34794" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c4q7289": { - "ancestors": [ - "https://ror.org/01rz37c55", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hmsgf06": { - "ancestors": [ - "https://ror.org/0530j9m17", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sjgdh57": { - "ancestors": [ - "https://ror.org/02v6nd536" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bd9r350": { - "ancestors": [ - "https://ror.org/00csd1970" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ez0zf69": { - "ancestors": [ - "https://ror.org/05qbj3p45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tp7cf63": { - "ancestors": [ - "https://ror.org/0313f3w77" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d9dbd65": { - "ancestors": [ - "https://ror.org/020ktwj02" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ccnft78": { - "ancestors": [ - "https://ror.org/02r96rf44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03911p935": { - "ancestors": [ - "https://ror.org/01h4ywk72", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/0292bqz47": { - "ancestors": [ - "https://ror.org/01h4ywk72", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/035g8xb75": { - "ancestors": [ - "https://ror.org/01h4ywk72", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/005xgxx88": { - "ancestors": [ - "https://ror.org/01h4ywk72", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vvkyr96": { - "ancestors": [ - "https://ror.org/01h4ywk72", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/054tmk179": { - "ancestors": [ - "https://ror.org/03cmntr54", - "https://ror.org/057g20z61", - "https://ror.org/01r9z8p25", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p1n6x86": { - "ancestors": [ - "https://ror.org/041kmwe10" - ], - "descendants": [ - - ] - }, - "https://ror.org/01egwg173": { - "ancestors": [ - "https://ror.org/016kj2436", - "https://ror.org/057g20z61", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qvyw596": { - "ancestors": [ - "https://ror.org/058v0cd57" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mpvse27": { - "ancestors": [ - "https://ror.org/05jr4a171", - "https://ror.org/038jjxj40" - ], - "descendants": [ - - ] - }, - "https://ror.org/049wwwm08": { - "ancestors": [ - "https://ror.org/04gwbew76" - ], - "descendants": [ - - ] - }, - "https://ror.org/00czdkn85": { - "ancestors": [ - "https://ror.org/00pkvys92" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wneb138": { - "ancestors": [ - "https://ror.org/04wktzw65", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xnb4v27": { - "ancestors": [ - "https://ror.org/04wktzw65", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v171a61": { - "ancestors": [ - "https://ror.org/04wktzw65", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f7g6845": { - "ancestors": [ - "https://ror.org/04wktzw65", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05whjqq05": { - "ancestors": [ - "https://ror.org/04wktzw65", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n5mmr26": { - "ancestors": [ - "https://ror.org/04wktzw65", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00scx1h10": { - "ancestors": [ - "https://ror.org/03sbpja79" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r58sr54": { - "ancestors": [ - "https://ror.org/04wktzw65", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/052sgg612": { - "ancestors": [ - "https://ror.org/02xvc5r05" - ], - "descendants": [ - - ] - }, - "https://ror.org/049n7x086": { - "ancestors": [ - "https://ror.org/05yeh3g67" - ], - "descendants": [ - - ] - }, - "https://ror.org/058zth179": { - "ancestors": [ - "https://ror.org/02we8vm03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q3a0475": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/045qf3j54": { - "ancestors": [ - "https://ror.org/05vzafd60" - ], - "descendants": [ - - ] - }, - "https://ror.org/039kcn609": { - "ancestors": [ - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f33m021": { - "ancestors": [ - "https://ror.org/05x2bcf33" - ], - "descendants": [ - - ] - }, - "https://ror.org/01radym16": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/0238awh09": { - "ancestors": [ - "https://ror.org/04r659a56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zyr1680": { - "ancestors": [ - "https://ror.org/03cv38k47" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xmm1048": { - "ancestors": [ - "https://ror.org/05xvt9f17" - ], - "descendants": [ - - ] - }, - "https://ror.org/015vyg314": { - "ancestors": [ - "https://ror.org/040ejvh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/008h8bh21": { - "ancestors": [ - "https://ror.org/01cjash87" - ], - "descendants": [ - - ] - }, - "https://ror.org/03skc1w23": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d2zfh55": { - "ancestors": [ - "https://ror.org/02309j459" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nagxm86": { - "ancestors": [ - "https://ror.org/05ms7st28" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zsyv822": { - "ancestors": [ - "https://ror.org/034eg5a26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yqyyy69": { - "ancestors": [ - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/0168c7237": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s21y527": { - "ancestors": [ - "https://ror.org/02zy6dj62", - "https://ror.org/02jx3x895", - "https://ror.org/045rztm55", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qk3kg25": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wftwn37": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ydkfh68": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b0mey76": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a8pvy33": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/0297zwz89": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sfaqg86": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yjnjk05": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ckan018": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t826259": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c4qaa56": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jy6ar87": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gvtkt16": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/004tnhr10": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vsxz193": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tbgn381": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a61vy29": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n881142": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/017kv7q60": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/02szjr188": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/0179ktw44": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wcs7k46": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wethk75": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/05583vn45": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mw5zj47": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rpzt041": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/003e1fb38": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/005e5y372": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c20xw32": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vhhsw45": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/020dm9j49": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/035mr2h79": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ewyxm56": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xnbq218": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/0500v6t47": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e1em465": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/055fwv607": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k1mww18": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kc5p198": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/023wh8b50": { - "ancestors": [ - "https://ror.org/04za2st18" - ], - "descendants": [ - "https://ror.org/04zgkpa58" - ] - }, - "https://ror.org/05eexsd91": { - "ancestors": [ - "https://ror.org/03mp7ed76" - ], - "descendants": [ - - ] - }, - "https://ror.org/056tqe525": { - "ancestors": [ - "https://ror.org/03mp7ed76" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ekw4q84": { - "ancestors": [ - "https://ror.org/03mp7ed76" - ], - "descendants": [ - - ] - }, - "https://ror.org/0028eeh32": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w48ac58": { - "ancestors": [ - "https://ror.org/0435rc536", - "https://ror.org/04sfxgz72", - "https://ror.org/04txyc737" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wd66v55": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/040k92z84": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/00be0m967": { - "ancestors": [ - "https://ror.org/01cdrde68" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xp99m49": { - "ancestors": [ - "https://ror.org/01cdrde68" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t20pg33": { - "ancestors": [ - "https://ror.org/01cdrde68" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cytaa95": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a2cfm07": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r6qy592": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zdgqb89": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03aa31r16": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w2yhr49": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01am3pw68": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kfq1x58": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y16bh55": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05343ec73": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hhrzm12": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00crw9046": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00veca956": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k34sh32": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/038bemd25": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/047hrmf08": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f84d710": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cpg6260": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tnr6p29": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/032syc365": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/022ca9x91": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nsj9897": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jg7pr54": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c66m157": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gbzz966": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h9m3b45": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/050q8cm26": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/03836m928": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v9ym429": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g99an58": { - "ancestors": [ - "https://ror.org/04w9kkr77" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h539j16": { - "ancestors": [ - "https://ror.org/001rdaz60" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gd99e09": { - "ancestors": [ - "https://ror.org/04hdhz511" - ], - "descendants": [ - - ] - }, - "https://ror.org/049qy6v50": { - "ancestors": [ - "https://ror.org/033z65h39" - ], - "descendants": [ - - ] - }, - "https://ror.org/0366qxk70": { - "ancestors": [ - "https://ror.org/00xbvdz81" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v5c4294": { - "ancestors": [ - "https://ror.org/00pkvys92" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qv2zm13": { - "ancestors": [ - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03vepk527", - "https://ror.org/03h6erk64", - "https://ror.org/04avxj309", - "https://ror.org/01wwwqd52", - "https://ror.org/025nes754", - "https://ror.org/02xr0yr66", - "https://ror.org/02ngnwv51", - "https://ror.org/04tm6ax73", - "https://ror.org/00cahhs35", - "https://ror.org/03rafms67", - "https://ror.org/03t05d403", - "https://ror.org/009xkwz08", - "https://ror.org/03bxq7g45", - "https://ror.org/00vd8cq28", - "https://ror.org/03qx0n513", - "https://ror.org/04pp5vm71", - "https://ror.org/00dx35m16", - "https://ror.org/03x7fn667" - ] - }, - "https://ror.org/03sqy6516": { - "ancestors": [ - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/0135db650", - "https://ror.org/004m0sc28", - "https://ror.org/03s936v76", - "https://ror.org/05x4p3529", - "https://ror.org/01982z663", - "https://ror.org/04x68p008", - "https://ror.org/05xy09e29", - "https://ror.org/02wzb5b52", - "https://ror.org/05mfs3k63", - "https://ror.org/01hzjpk73", - "https://ror.org/0432sks47", - "https://ror.org/0474dxd36", - "https://ror.org/005kqqf02", - "https://ror.org/03hya7h57", - "https://ror.org/03s4wsx37" - ] - }, - "https://ror.org/04d1tk502": { - "ancestors": [ - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05xqthq76", - "https://ror.org/04fx69j13", - "https://ror.org/04ky99h94", - "https://ror.org/02gbdhj19", - "https://ror.org/048ns6x85", - "https://ror.org/04cnk3y09", - "https://ror.org/02gb6hj86", - "https://ror.org/048zyw409" - ] - }, - "https://ror.org/04qr9ne10": { - "ancestors": [ - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/052kar395", - "https://ror.org/03b08sh51", - "https://ror.org/004zpe866", - "https://ror.org/052v5pn20", - "https://ror.org/01d0zz505", - "https://ror.org/026sw0405", - "https://ror.org/04x40m321", - "https://ror.org/04bh7ck51", - "https://ror.org/02dtaqq02", - "https://ror.org/050z40a57", - "https://ror.org/03xcerw48" - ] - }, - "https://ror.org/02pfwxe49": { - "ancestors": [ - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05rfh1r09", - "https://ror.org/03vvhya80", - "https://ror.org/00tfedq56", - "https://ror.org/03atsav32", - "https://ror.org/004qeec45", - "https://ror.org/02qqnbq97", - "https://ror.org/03jdk4039", - "https://ror.org/04b8mkk85", - "https://ror.org/05bpk4v97", - "https://ror.org/056e61d57", - "https://ror.org/03x5xm327", - "https://ror.org/00m05k208", - "https://ror.org/00kj82e71", - "https://ror.org/000b3v524", - "https://ror.org/01cghcn81", - "https://ror.org/04a4m2h70", - "https://ror.org/03sc3bx43", - "https://ror.org/05cspff93" - ] - }, - "https://ror.org/01hpqfn25": { - "ancestors": [ - "https://ror.org/0265w5591", - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vvhya80": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/004zpe866": { - "ancestors": [ - "https://ror.org/04qr9ne10", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s936v76": { - "ancestors": [ - "https://ror.org/03sqy6516", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d0zz505": { - "ancestors": [ - "https://ror.org/04qr9ne10", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dx35m16": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h0vdv12": { - "ancestors": [ - "https://ror.org/00gtmwv55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02crmrs33": { - "ancestors": [ - "https://ror.org/042dnf796" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qvjtg77": { - "ancestors": [ - "https://ror.org/05xsppr58" - ], - "descendants": [ - - ] - }, - "https://ror.org/029eqtm48": { - "ancestors": [ - "https://ror.org/04d170j15" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zjdjw13": { - "ancestors": [ - "https://ror.org/01sxtx626" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ye8r794": { - "ancestors": [ - "https://ror.org/003qeh975", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w4k1v53": { - "ancestors": [ - "https://ror.org/003qeh975", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c4d7454": { - "ancestors": [ - "https://ror.org/003qeh975", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xjqd715": { - "ancestors": [ - "https://ror.org/003qeh975", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jeca075": { - "ancestors": [ - "https://ror.org/003qeh975", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dkwk174": { - "ancestors": [ - "https://ror.org/003qeh975", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a21fr98": { - "ancestors": [ - "https://ror.org/003qeh975", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g46p143": { - "ancestors": [ - "https://ror.org/003qeh975", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qrpwx06": { - "ancestors": [ - "https://ror.org/003qeh975", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/0170b6c09": { - "ancestors": [ - "https://ror.org/003qeh975", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m9scr97": { - "ancestors": [ - "https://ror.org/003qeh975", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kzpar53": { - "ancestors": [ - "https://ror.org/003qeh975", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rvyrg53": { - "ancestors": [ - "https://ror.org/003qeh975", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f2c2516": { - "ancestors": [ - "https://ror.org/003qeh975", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nwwqk69": { - "ancestors": [ - "https://ror.org/051659894", - "https://ror.org/03g3m1w62", - "https://ror.org/01zctcs90" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ppyqb03": { - "ancestors": [ - "https://ror.org/03pd82777" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f504c84": { - "ancestors": [ - "https://ror.org/032hx4q18" - ], - "descendants": [ - - ] - }, - "https://ror.org/017k52s24": { - "ancestors": [ - "https://ror.org/04w9kkr77" - ], - "descendants": [ - - ] - }, - "https://ror.org/014trz974": { - "ancestors": [ - "https://ror.org/025r5qe02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04abbs137": { - "ancestors": [ - "https://ror.org/042dnf796" - ], - "descendants": [ - - ] - }, - "https://ror.org/00afzhq19": { - "ancestors": [ - "https://ror.org/042dnf796" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rtpt551": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cdxzt16": { - "ancestors": [ - "https://ror.org/04srehp09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e0dz978": { - "ancestors": [ - "https://ror.org/00s61s029", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kan1k39": { - "ancestors": [ - "https://ror.org/023w6y044", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qbg9n81": { - "ancestors": [ - "https://ror.org/02z5d2h92", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00acjv878": { - "ancestors": [ - "https://ror.org/023w6y044", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/020ajpe42": { - "ancestors": [ - "https://ror.org/00s61s029", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/037nrh939": { - "ancestors": [ - "https://ror.org/05kcj6c10", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zkam251": { - "ancestors": [ - "https://ror.org/05kcj6c10", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x7pye76": { - "ancestors": [ - "https://ror.org/01jpp1g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dt1nn03": { - "ancestors": [ - "https://ror.org/01g77mv66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d4n7s11": { - "ancestors": [ - "https://ror.org/01rkxdk30", - "https://ror.org/01g77mv66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/052d8ge54": { - "ancestors": [ - "https://ror.org/05kcj6c10", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/021rk6547": { - "ancestors": [ - "https://ror.org/04fhxp168", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0385asg54": { - "ancestors": [ - "https://ror.org/04fhxp168", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t7gqr04": { - "ancestors": [ - "https://ror.org/02z5aj645", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tm9zz81": { - "ancestors": [ - "https://ror.org/01x6zzb23", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05n0dm186" - ] - }, - "https://ror.org/05n0dm186": { - "ancestors": [ - "https://ror.org/03tm9zz81", - "https://ror.org/01x6zzb23", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wexqy53": { - "ancestors": [ - "https://ror.org/02z5aj645", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0218d9s98": { - "ancestors": [ - "https://ror.org/01rybzk66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ft0j474": { - "ancestors": [ - "https://ror.org/04fhxp168", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wtmb115": { - "ancestors": [ - "https://ror.org/04fhxp168", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wzysf74": { - "ancestors": [ - "https://ror.org/04fhxp168", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q4pp553": { - "ancestors": [ - "https://ror.org/04fhxp168", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/020xhpf63": { - "ancestors": [ - "https://ror.org/01rybzk66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s8b3v69": { - "ancestors": [ - "https://ror.org/02z5aj645", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c46dy37": { - "ancestors": [ - "https://ror.org/03n2ay196", - "https://ror.org/0527v1v90", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/036adbz09": { - "ancestors": [ - "https://ror.org/05ax3zh38", - "https://ror.org/01rybzk66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/035vbzz28": { - "ancestors": [ - "https://ror.org/0527v1v90", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00afc8732" - ] - }, - "https://ror.org/03vwf8m18": { - "ancestors": [ - "https://ror.org/054w3nm73", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/022kt1284": { - "ancestors": [ - "https://ror.org/0527v1v90", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05sxtdc16" - ] - }, - "https://ror.org/05sxtdc16": { - "ancestors": [ - "https://ror.org/022kt1284", - "https://ror.org/0527v1v90", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r2s5391": { - "ancestors": [ - "https://ror.org/054w3nm73", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yfsq027": { - "ancestors": [ - "https://ror.org/054w3nm73", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01np3r452": { - "ancestors": [ - "https://ror.org/01x6zzb23", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dp0f897": { - "ancestors": [ - "https://ror.org/01x6zzb23", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tzxa223": { - "ancestors": [ - "https://ror.org/02esp3r97" - ], - "descendants": [ - - ] - }, - "https://ror.org/025cs2j58": { - "ancestors": [ - "https://ror.org/03mzbnj03", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/041fffy58": { - "ancestors": [ - "https://ror.org/03mzbnj03", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02943gv98": { - "ancestors": [ - "https://ror.org/01x6zzb23", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/059nam179": { - "ancestors": [ - "https://ror.org/04m453044", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rtdgr72": { - "ancestors": [ - "https://ror.org/04m453044", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0428ha587": { - "ancestors": [ - "https://ror.org/02g8ke488", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xpk4806": { - "ancestors": [ - "https://ror.org/030j39b93", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d0nge43": { - "ancestors": [ - "https://ror.org/02f2rgc17", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pcamk69": { - "ancestors": [ - "https://ror.org/02f2rgc17", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p162q02": { - "ancestors": [ - "https://ror.org/01rybzk66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ee7tr34": { - "ancestors": [ - "https://ror.org/02z5d2h92", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p46dh90": { - "ancestors": [ - "https://ror.org/02z5d2h92", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mc5ry07": { - "ancestors": [ - "https://ror.org/02z5d2h92", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/020hmha06": { - "ancestors": [ - "https://ror.org/01aj84f44", - "https://ror.org/04qtj9h94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0574dvv95": { - "ancestors": [ - "https://ror.org/01apnjb23" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pw1cb61": { - "ancestors": [ - "https://ror.org/02k5eqb88" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gga3b91": { - "ancestors": [ - "https://ror.org/00w1gss13" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wpf8f91": { - "ancestors": [ - "https://ror.org/04qce9v53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01whq1k34": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ckxwf91": { - "ancestors": [ - "https://ror.org/01sjwvz98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q5t0010": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wxywg93": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s05em53": { - "ancestors": [ - "https://ror.org/01sjwvz98" - ], - "descendants": [ - - ] - }, - "https://ror.org/0018afc35": { - "ancestors": [ - "https://ror.org/023s2h905" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yx4wq53": { - "ancestors": [ - "https://ror.org/027bh9e22", - "https://ror.org/04dkp9463", - "https://ror.org/04pp8hn57" - ], - "descendants": [ - - ] - }, - "https://ror.org/0225a5s12": { - "ancestors": [ - "https://ror.org/01y1kjr75", - "https://ror.org/012tb2g32" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w5xy446": { - "ancestors": [ - "https://ror.org/025gq5q04", - "https://ror.org/04c4dkn09", - "https://ror.org/034t30j35", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qfke340": { - "ancestors": [ - "https://ror.org/00t33hh48", - "https://ror.org/03q8dnn23", - "https://ror.org/0145fw131", - "https://ror.org/00q4vv597", - "https://ror.org/02zhqgq86" - ], - "descendants": [ - - ] - }, - "https://ror.org/004x7d471": { - "ancestors": [ - "https://ror.org/05gvnxz63", - "https://ror.org/000e0be47", - "https://ror.org/03v76x132", - "https://ror.org/024mw5h28", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jtgpc57": { - "ancestors": [ - "https://ror.org/05dxps055", - "https://ror.org/02jbv0t02", - "https://ror.org/00pjdza24", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/038ey3e97": { - "ancestors": [ - "https://ror.org/00t33hh48", - "https://ror.org/01y3hvq34", - "https://ror.org/02zhqgq86", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02048n894": { - "ancestors": [ - "https://ror.org/05xpvk416", - "https://ror.org/047s2c258", - "https://ror.org/04chq2495", - "https://ror.org/01r0c1p88", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x8b4491": { - "ancestors": [ - "https://ror.org/04cdgtt98", - "https://ror.org/038t36y30", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/0441q2c30": { - "ancestors": [ - "https://ror.org/03h3w3289" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cb4rb43": { - "ancestors": [ - "https://ror.org/01y2jtd41", - "https://ror.org/03ydkyb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/027h6z252": { - "ancestors": [ - "https://ror.org/00jrmky87", - "https://ror.org/039k11f95" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hm4a331": { - "ancestors": [ - "https://ror.org/008x57b05" - ], - "descendants": [ - - ] - }, - "https://ror.org/023dqar74": { - "ancestors": [ - "https://ror.org/05apxxy63" - ], - "descendants": [ - - ] - }, - "https://ror.org/049h10h83": { - "ancestors": [ - "https://ror.org/03z77qz90" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q3hjg87": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/051gfkj61": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xymz606": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mks4240": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h5d6x15": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q5gzy49": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/032e3d072": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/01th5x258": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nmvgz47": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b4jx157": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/044snpb24": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sc11068": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nkeq441": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/008h0ge70": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/041ms9k93": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mj3be11": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/04esmqk80": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j7j4v81": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vadv522": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jf69f85": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rr70t41": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rf31e64": { - "ancestors": [ - "https://ror.org/02fv8hj62" - ], - "descendants": [ - - ] - }, - "https://ror.org/036jn4298": { - "ancestors": [ - "https://ror.org/039zxt351", - "https://ror.org/04xraxn18", - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/037vpg713": { - "ancestors": [ - "https://ror.org/051xgzg37" - ], - "descendants": [ - - ] - }, - "https://ror.org/00feczr54": { - "ancestors": [ - "https://ror.org/0358p7h51" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nb4b562": { - "ancestors": [ - "https://ror.org/03ekprg18" - ], - "descendants": [ - - ] - }, - "https://ror.org/045yf0774": { - "ancestors": [ - "https://ror.org/042t93s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xbkmk86": { - "ancestors": [ - "https://ror.org/042t93s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mwaf730": { - "ancestors": [ - "https://ror.org/042t93s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nbgxg43": { - "ancestors": [ - "https://ror.org/042t93s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ez5eh91": { - "ancestors": [ - "https://ror.org/042t93s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bykpb13": { - "ancestors": [ - "https://ror.org/042t93s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r0xrd27": { - "ancestors": [ - "https://ror.org/042t93s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mk1jb23": { - "ancestors": [ - "https://ror.org/042t93s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/0342n5p84": { - "ancestors": [ - "https://ror.org/042t93s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nzxcb82": { - "ancestors": [ - "https://ror.org/042t93s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qp1qg36": { - "ancestors": [ - "https://ror.org/042t93s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wp8zh54": { - "ancestors": [ - "https://ror.org/042t93s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/044hpwe09": { - "ancestors": [ - "https://ror.org/042t93s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tfjyv98": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/052gg0110", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hakdk41": { - "ancestors": [ - "https://ror.org/04tj63d06", - "https://ror.org/0130frc33", - "https://ror.org/0566a8c54", - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kx66y96": { - "ancestors": [ - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/047d2d387": { - "ancestors": [ - "https://ror.org/04a7gbp98", - "https://ror.org/01v29qb04", - "https://ror.org/02b5d8509", - "https://ror.org/01kj2bm70", - "https://ror.org/02jx3x895", - "https://ror.org/0524sp257", - "https://ror.org/013meh722", - "https://ror.org/024mrxd33", - "https://ror.org/04xs57h96", - "https://ror.org/052gg0110", - "https://ror.org/05v62cm79", - "https://ror.org/02b5d8509", - "https://ror.org/001aqnf71", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wsetc54": { - "ancestors": [ - "https://ror.org/02mb95055", - "https://ror.org/02jx3x895", - "https://ror.org/04cw6st05", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jfeg660": { - "ancestors": [ - "https://ror.org/05x2bcf33", - "https://ror.org/01an3r305" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hfg7v94": { - "ancestors": [ - "https://ror.org/02pttbw34", - "https://ror.org/04t5xt781", - "https://ror.org/008zs3103", - "https://ror.org/048sx0r50", - "https://ror.org/04m8z4n60", - "https://ror.org/040vwpm13" - ], - "descendants": [ - - ] - }, - "https://ror.org/049n6n725": { - "ancestors": [ - "https://ror.org/0121dpf30", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0136jw687": { - "ancestors": [ - "https://ror.org/01wfv3m53" - ], - "descendants": [ - - ] - }, - "https://ror.org/023bt3h76": { - "ancestors": [ - "https://ror.org/04e4j5d46" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tym5d37": { - "ancestors": [ - "https://ror.org/012mzw131", - "https://ror.org/05krs5044" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qh5w602": { - "ancestors": [ - "https://ror.org/054dc7e40", - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x8zs855": { - "ancestors": [ - "https://ror.org/031zfq432" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b8r4934": { - "ancestors": [ - "https://ror.org/00d801g55" - ], - "descendants": [ - - ] - }, - "https://ror.org/0404kfe46": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01441w502": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/001eahy16": { - "ancestors": [ - "https://ror.org/04brn0b16" - ], - "descendants": [ - - ] - }, - "https://ror.org/055560x25": { - "ancestors": [ - "https://ror.org/0079jgp14" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d7gms38": { - "ancestors": [ - "https://ror.org/0151zbe59" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f7kfd14": { - "ancestors": [ - "https://ror.org/04xraxn18" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ms7ap07": { - "ancestors": [ - "https://ror.org/00s8p6c75" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c8nx045": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p3fde54": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hdbs804": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/059mabc80": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/041v1ea26": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pzr2r67": { - "ancestors": [ - "https://ror.org/03k2dnh74" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x3e5221": { - "ancestors": [ - "https://ror.org/031tq8403" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pspay39": { - "ancestors": [ - "https://ror.org/04rt77q92" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dp5a155": { - "ancestors": [ - "https://ror.org/03ht1xw27", - "https://ror.org/02m388s04", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/01axfdj86": { - "ancestors": [ - "https://ror.org/03ht1xw27", - "https://ror.org/02m388s04", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tbt8b85": { - "ancestors": [ - "https://ror.org/03ht1xw27", - "https://ror.org/02m388s04", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/045g15j06": { - "ancestors": [ - "https://ror.org/02jfa8730" - ], - "descendants": [ - - ] - }, - "https://ror.org/049g0t365": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fg5ns40": { - "ancestors": [ - "https://ror.org/042nb2s44", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/037f7zx95": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/01rmh9n78", - "https://ror.org/04chq2495", - "https://ror.org/0061x0487", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/038rzmb16": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/01sbq1a82", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zw0jt22": { - "ancestors": [ - "https://ror.org/03j353w33" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m9s4d25": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02ttsq026", - "https://ror.org/02rcrvv70", - "https://ror.org/00jc20583" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h2q9n18": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02vm5rt34", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mkj1868": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/01rmh9n78", - "https://ror.org/02rcrvv70", - "https://ror.org/0061x0487" - ], - "descendants": [ - - ] - }, - "https://ror.org/0071sjj14": { - "ancestors": [ - "https://ror.org/042nb2s44", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kx02w94": { - "ancestors": [ - "https://ror.org/03xy0wx88", - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ztar512": { - "ancestors": [ - "https://ror.org/02h6cs343" - ], - "descendants": [ - - ] - }, - "https://ror.org/0080ttk76": { - "ancestors": [ - "https://ror.org/01qe7f394", - "https://ror.org/02sevrz47" - ], - "descendants": [ - - ] - }, - "https://ror.org/023sm4k53": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - "https://ror.org/00qsm3z32", - "https://ror.org/00vsg3p53", - "https://ror.org/01ccbsb07", - "https://ror.org/00qgtny50" - ] - }, - "https://ror.org/01y1re497": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - "https://ror.org/02pfhsd84", - "https://ror.org/05djstx53", - "https://ror.org/0037rj917", - "https://ror.org/00ayxy168", - "https://ror.org/019taje90", - "https://ror.org/03rkhvv36", - "https://ror.org/02c900574", - "https://ror.org/043qcaa25" - ] - }, - "https://ror.org/03bh65t82": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - "https://ror.org/03r493e52", - "https://ror.org/00xq2zb07", - "https://ror.org/04v074446" - ] - }, - "https://ror.org/05dte6685": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - "https://ror.org/00q3psk33", - "https://ror.org/00yd0p282" - ] - }, - "https://ror.org/049c9xv68": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xk7ft96": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - "https://ror.org/00nwdkz22", - "https://ror.org/0276n9116" - ] - }, - "https://ror.org/014tv7j22": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - "https://ror.org/00zrb8z36" - ] - }, - "https://ror.org/017w08b10": { - "ancestors": [ - "https://ror.org/051xgzg37", - "https://ror.org/04m01e293" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ng9c593": { - "ancestors": [ - "https://ror.org/051xgzg37" - ], - "descendants": [ - - ] - }, - "https://ror.org/041bygf77": { - "ancestors": [ - "https://ror.org/00cv9y106" - ], - "descendants": [ - - ] - }, - "https://ror.org/0355tjr07": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sr2h546": { - "ancestors": [ - "https://ror.org/033yb0967", - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zry0650": { - "ancestors": [ - "https://ror.org/033yb0967", - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xhgtj20": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/053385a79": { - "ancestors": [ - "https://ror.org/033yb0967", - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e04x797": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h9w0610": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cmw3824": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/001s1be73": { - "ancestors": [ - "https://ror.org/042ge0913", - "https://ror.org/05t0w3074" - ], - "descendants": [ - - ] - }, - "https://ror.org/0268fey62": { - "ancestors": [ - "https://ror.org/05y846g09" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a0mtz36": { - "ancestors": [ - "https://ror.org/052detg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/002kcsd03": { - "ancestors": [ - "https://ror.org/006m4q736" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z8fgy02": { - "ancestors": [ - "https://ror.org/02kbe5v55" - ], - "descendants": [ - - ] - }, - "https://ror.org/033tvvz33": { - "ancestors": [ - "https://ror.org/04d170j15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nt0xf41": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/0095a7z52": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vxw9c34": { - "ancestors": [ - "https://ror.org/01ryk1543" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qnx8e75": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/047rmsn51": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - "https://ror.org/01f5tnx94", - "https://ror.org/02n2bgz18" - ] - }, - "https://ror.org/02f3vh107": { - "ancestors": [ - "https://ror.org/013meh722" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hmd1y41": { - "ancestors": [ - "https://ror.org/024f22429", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/037k8mg80": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c3ged70": { - "ancestors": [ - "https://ror.org/00n0s9w57" - ], - "descendants": [ - "https://ror.org/03gpapx10" - ] - }, - "https://ror.org/00a14tf81": { - "ancestors": [ - "https://ror.org/00cwrns71", - "https://ror.org/000kjq947" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q86ra23": { - "ancestors": [ - "https://ror.org/024f22429", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pvzz946": { - "ancestors": [ - "https://ror.org/03vek6s52", - "https://ror.org/042nb2s44", - "https://ror.org/04t5xt781", - "https://ror.org/05wvpxv85" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hynf559": { - "ancestors": [ - "https://ror.org/00p4am161" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qzz9528": { - "ancestors": [ - "https://ror.org/02v616z87" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qg8pm87": { - "ancestors": [ - "https://ror.org/04nzrnx83" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fyxhe35": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wam6707": { - "ancestors": [ - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/0470e9841": { - "ancestors": [ - "https://ror.org/005kw6t15" - ], - "descendants": [ - - ] - }, - "https://ror.org/01an1rj90": { - "ancestors": [ - "https://ror.org/016padj08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04df39v43": { - "ancestors": [ - "https://ror.org/03bra4w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xhxg104": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nhwjb64": { - "ancestors": [ - "https://ror.org/006s85q77" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zryq964": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/017ay4a94": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/031aa5q21": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/038fxc267": { - "ancestors": [ - "https://ror.org/01gwm7a05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vay2m05": { - "ancestors": [ - "https://ror.org/03cfvmk82", - "https://ror.org/030j39b93", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hvanq85": { - "ancestors": [ - "https://ror.org/03wjr6873", - "https://ror.org/030j39b93", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rkxdk30": { - "ancestors": [ - "https://ror.org/01g77mv66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01d4n7s11", - "https://ror.org/00m8atr56" - ] - }, - "https://ror.org/0246m8g89": { - "ancestors": [ - "https://ror.org/02z87mf86", - "https://ror.org/025yjfh46", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nmm5m33": { - "ancestors": [ - "https://ror.org/01nzxq896", - "https://ror.org/0527v1v90", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s723j51": { - "ancestors": [ - "https://ror.org/01nzxq896", - "https://ror.org/0527v1v90", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/028rr8292": { - "ancestors": [ - "https://ror.org/01c9rqr26", - "https://ror.org/025yjfh46", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/027yknb66": { - "ancestors": [ - "https://ror.org/05ax3zh38", - "https://ror.org/01rybzk66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z2gz488": { - "ancestors": [ - "https://ror.org/058p1kn93", - "https://ror.org/031qpfn56", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/049zx9d10": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/040r4cv22": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pd36p58": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cdzx277": { - "ancestors": [ - "https://ror.org/03bra4w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ghfnt05": { - "ancestors": [ - "https://ror.org/03bra4w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rwqqv19": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fnkyh09": { - "ancestors": [ - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03aesme15": { - "ancestors": [ - "https://ror.org/02s4h3z39", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jeedh73": { - "ancestors": [ - "https://ror.org/04c4dkn09", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sx39q13": { - "ancestors": [ - "https://ror.org/05f0yaq80", - "https://ror.org/05k323c76" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f5p8b07": { - "ancestors": [ - "https://ror.org/03bra4w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/0373ev724": { - "ancestors": [ - "https://ror.org/00q4vv597" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w32vs69": { - "ancestors": [ - "https://ror.org/01sxvbm95" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cypar22": { - "ancestors": [ - "https://ror.org/04cdgtt98", - "https://ror.org/038t36y30", - "https://ror.org/013czdx64", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q4ydz28": { - "ancestors": [ - "https://ror.org/00cv9y106", - "https://ror.org/03xrhmk39" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z2px678": { - "ancestors": [ - "https://ror.org/05qbk4x57", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/017g85521": { - "ancestors": [ - "https://ror.org/052gg0110" - ], - "descendants": [ - - ] - }, - "https://ror.org/020vtf184": { - "ancestors": [ - "https://ror.org/03v8tnc06", - "https://ror.org/05cvf7v30", - "https://ror.org/034t30j35", - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/01276vm23" - ] - }, - "https://ror.org/03kwyfa97": { - "ancestors": [ - "https://ror.org/01m1pv723", - "https://ror.org/05a353079", - "https://ror.org/01swzsf04", - "https://ror.org/019whta54" - ], - "descendants": [ - - ] - }, - "https://ror.org/045c7t348": { - "ancestors": [ - "https://ror.org/05f950310", - "https://ror.org/03xrhmk39" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qnqmc89": { - "ancestors": [ - "https://ror.org/00cv9y106", - "https://ror.org/03xrhmk39" - ], - "descendants": [ - - ] - }, - "https://ror.org/050nsn531": { - "ancestors": [ - "https://ror.org/03cjntr43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qr7kk14": { - "ancestors": [ - "https://ror.org/046y50921" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bpp8r91": { - "ancestors": [ - "https://ror.org/05f950310", - "https://ror.org/03xrhmk39" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ae4je14": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y1b1844": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m0k5p91": { - "ancestors": [ - "https://ror.org/02ap3w078", - "https://ror.org/05510vn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jh2g196": { - "ancestors": [ - "https://ror.org/049qz7x77", - "https://ror.org/05bpbnx46" - ], - "descendants": [ - - ] - }, - "https://ror.org/020wfwe51": { - "ancestors": [ - "https://ror.org/05kzfa883", - "https://ror.org/013aysd81", - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ysfrm12": { - "ancestors": [ - "https://ror.org/055zxs822" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y0x0x35": { - "ancestors": [ - "https://ror.org/05kdz4d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s48fc08": { - "ancestors": [ - "https://ror.org/02ft5tp06", - "https://ror.org/04kdfz702", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/005eaq331": { - "ancestors": [ - "https://ror.org/05scq4290" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ep09b46": { - "ancestors": [ - "https://ror.org/04d9v0a44" - ], - "descendants": [ - - ] - }, - "https://ror.org/059zxg644": { - "ancestors": [ - "https://ror.org/01nrxwf90" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xfjtp79": { - "ancestors": [ - "https://ror.org/03bra4w96", - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qg56n75": { - "ancestors": [ - "https://ror.org/01z143507", - "https://ror.org/04nytyj38", - "https://ror.org/034t30j35", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/03prcq065": { - "ancestors": [ - "https://ror.org/03v8tnc06", - "https://ror.org/02w6gr951", - "https://ror.org/034t30j35", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k11pb55": { - "ancestors": [ - "https://ror.org/00dvg7y05", - "https://ror.org/02jzgtq86" - ], - "descendants": [ - - ] - }, - "https://ror.org/002g4nt27": { - "ancestors": [ - "https://ror.org/01nrxwf90" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zxw0v05": { - "ancestors": [ - "https://ror.org/00dvg7y05", - "https://ror.org/002pd6e78", - "https://ror.org/01kta7d96", - "https://ror.org/04py2rh25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cwbar59": { - "ancestors": [ - "https://ror.org/01y3hvq34", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c20ys54": { - "ancestors": [ - "https://ror.org/00njsd438", - "https://ror.org/02e9yx751" - ], - "descendants": [ - - ] - }, - "https://ror.org/009yp5907": { - "ancestors": [ - "https://ror.org/03nn3w026" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w1xt505": { - "ancestors": [ - "https://ror.org/050b31k83" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e6n8h53": { - "ancestors": [ - "https://ror.org/00v29jp57" - ], - "descendants": [ - - ] - }, - "https://ror.org/05298h560": { - "ancestors": [ - "https://ror.org/052rphn09" - ], - "descendants": [ - - ] - }, - "https://ror.org/051jgxz75": { - "ancestors": [ - "https://ror.org/04mczx267" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n9sps80": { - "ancestors": [ - "https://ror.org/003rfsp33", - "https://ror.org/00rs6vg23", - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mmh4r39": { - "ancestors": [ - "https://ror.org/02exqgm79" - ], - "descendants": [ - - ] - }, - "https://ror.org/049244588": { - "ancestors": [ - "https://ror.org/05knsbt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tz5yb12": { - "ancestors": [ - "https://ror.org/02zme4e72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y2jpg52": { - "ancestors": [ - "https://ror.org/04mte1k06", - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ehdmg18": { - "ancestors": [ - "https://ror.org/02f99v835", - "https://ror.org/01y9bpm73", - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wazyk32": { - "ancestors": [ - "https://ror.org/01hhn8329", - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ym6b665": { - "ancestors": [ - "https://ror.org/03mwypp50" - ], - "descendants": [ - - ] - }, - "https://ror.org/047225g28": { - "ancestors": [ - "https://ror.org/049d9a475" - ], - "descendants": [ - - ] - }, - "https://ror.org/058ngfn30": { - "ancestors": [ - "https://ror.org/03bra4w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/027t4kk23": { - "ancestors": [ - "https://ror.org/01zcpa714" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vv9p907": { - "ancestors": [ - "https://ror.org/02qfef581" - ], - "descendants": [ - - ] - }, - "https://ror.org/052htmq47": { - "ancestors": [ - "https://ror.org/04fbd2g40" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nt95841": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nb3ch98": { - "ancestors": [ - "https://ror.org/04ywg3445" - ], - "descendants": [ - - ] - }, - "https://ror.org/041sxnd36": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/004cn7092": { - "ancestors": [ - "https://ror.org/00berct97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05db1vq90": { - "ancestors": [ - "https://ror.org/02ex6cf31", - "https://ror.org/01sjwvz98", - "https://ror.org/05434fs92", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x85k702": { - "ancestors": [ - "https://ror.org/007ffzr57", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/023pvpj39": { - "ancestors": [ - "https://ror.org/01bkmbx41" - ], - "descendants": [ - - ] - }, - "https://ror.org/01276vm23": { - "ancestors": [ - "https://ror.org/020vtf184", - "https://ror.org/03v8tnc06", - "https://ror.org/05cvf7v30", - "https://ror.org/034t30j35", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xsf1j07": { - "ancestors": [ - "https://ror.org/03dsc8d33" - ], - "descendants": [ - - ] - }, - "https://ror.org/0155sw530": { - "ancestors": [ - "https://ror.org/05rsv9s98", - "https://ror.org/00cvxb145", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sx86615": { - "ancestors": [ - "https://ror.org/01vy4gh70" - ], - "descendants": [ - - ] - }, - "https://ror.org/000mza046": { - "ancestors": [ - "https://ror.org/02r30yj10" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qx6zf82": { - "ancestors": [ - "https://ror.org/03czfpz43", - "https://ror.org/01zkghx44", - "https://ror.org/03qt6ba18", - "https://ror.org/017wcm924", - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/030nrza79": { - "ancestors": [ - "https://ror.org/01xnsst08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wqjhh20": { - "ancestors": [ - "https://ror.org/00zwdnt53" - ], - "descendants": [ - - ] - }, - "https://ror.org/045yewh40": { - "ancestors": [ - "https://ror.org/036trcv74" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mc77d93": { - "ancestors": [ - "https://ror.org/01e8tvg28", - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/00eyng893": { - "ancestors": [ - "https://ror.org/05f950310", - "https://ror.org/03xrhmk39" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s9cjr09": { - "ancestors": [ - "https://ror.org/01xnsst08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r1mzq61": { - "ancestors": [ - "https://ror.org/04gh4er46", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pzhab84": { - "ancestors": [ - "https://ror.org/018a8yy17", - "https://ror.org/03rc6as71" - ], - "descendants": [ - - ] - }, - "https://ror.org/048t93218": { - "ancestors": [ - "https://ror.org/04scfb908", - "https://ror.org/02bfwt286" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pvrbg60": { - "ancestors": [ - "https://ror.org/00dbkrq51" - ], - "descendants": [ - - ] - }, - "https://ror.org/050qhwt21": { - "ancestors": [ - "https://ror.org/01z8tr155" - ], - "descendants": [ - - ] - }, - "https://ror.org/052acn261": { - "ancestors": [ - "https://ror.org/03zn6c508", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fcqx592": { - "ancestors": [ - "https://ror.org/01skhd946" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d5ks197": { - "ancestors": [ - "https://ror.org/00t33hh48", - "https://ror.org/01vy4gh70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hbttm44": { - "ancestors": [ - "https://ror.org/00cv9y106", - "https://ror.org/03xrhmk39" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bm1gr16": { - "ancestors": [ - "https://ror.org/00cv9y106", - "https://ror.org/03xrhmk39" - ], - "descendants": [ - - ] - }, - "https://ror.org/041x7eh14": { - "ancestors": [ - "https://ror.org/008x57b05", - "https://ror.org/03xrhmk39" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e84cm85": { - "ancestors": [ - "https://ror.org/03xrhmk39", - "https://ror.org/006e5kg04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y4fay10": { - "ancestors": [ - "https://ror.org/00cv9y106", - "https://ror.org/03xrhmk39", - "https://ror.org/006e5kg04" - ], - "descendants": [ - - ] - }, - "https://ror.org/011kpjv07": { - "ancestors": [ - "https://ror.org/03ad6kn10" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b17kf79": { - "ancestors": [ - "https://ror.org/043rdsw72", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a0ymj74": { - "ancestors": [ - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/056hsfz11": { - "ancestors": [ - "https://ror.org/05drfg619" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dn6qp98": { - "ancestors": [ - "https://ror.org/00ks5vt51" - ], - "descendants": [ - - ] - }, - "https://ror.org/002vr4d22": { - "ancestors": [ - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/002egtp29": { - "ancestors": [ - "https://ror.org/05kb8h459" - ], - "descendants": [ - - ] - }, - "https://ror.org/027jt8826": { - "ancestors": [ - "https://ror.org/04eh3ca90" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xbc7p40": { - "ancestors": [ - "https://ror.org/032mwd808" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vqpm153": { - "ancestors": [ - "https://ror.org/014c2qb55", - "https://ror.org/01q8pr365" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tj1wy14": { - "ancestors": [ - "https://ror.org/054pkye94" - ], - "descendants": [ - - ] - }, - "https://ror.org/039p7nx39": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/04ttjf776", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h55za35": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/03pnv4752", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nsxs283": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/00eae9z71", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p2zg436": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/01sf06y89", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sh7tb37": { - "ancestors": [ - "https://ror.org/019wvm592", - "https://ror.org/05mmh0f86", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w84vf57": { - "ancestors": [ - "https://ror.org/01v5xwf23" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rkjsq72": { - "ancestors": [ - "https://ror.org/01093z329" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bfg0961": { - "ancestors": [ - "https://ror.org/0187kwz08", - "https://ror.org/0485axj58", - "https://ror.org/01ryk1543" - ], - "descendants": [ - - ] - }, - "https://ror.org/014ezsb26": { - "ancestors": [ - "https://ror.org/02dg0pv02", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h29rm85": { - "ancestors": [ - "https://ror.org/00gpmb873" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dzd9d14": { - "ancestors": [ - "https://ror.org/006xsx833" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s41sf03": { - "ancestors": [ - "https://ror.org/052w5r042" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k4dpj65": { - "ancestors": [ - "https://ror.org/052w5r042" - ], - "descendants": [ - - ] - }, - "https://ror.org/035q1h929": { - "ancestors": [ - "https://ror.org/01zvw4x71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xaj4023": { - "ancestors": [ - "https://ror.org/03ck8xc11" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kxg4a92": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q4q6w91": { - "ancestors": [ - "https://ror.org/02mp31p96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jtv2231": { - "ancestors": [ - "https://ror.org/01g63ab19" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hg1ny67": { - "ancestors": [ - "https://ror.org/05kx1ke03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03je9ev90": { - "ancestors": [ - "https://ror.org/04rtx9382", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/005y23t65": { - "ancestors": [ - "https://ror.org/007ztdc30" - ], - "descendants": [ - - ] - }, - "https://ror.org/009cyv989": { - "ancestors": [ - "https://ror.org/03t8x2c04", - "https://ror.org/028mpsh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vqknm77": { - "ancestors": [ - "https://ror.org/056gwgh96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qyar702": { - "ancestors": [ - "https://ror.org/056gwgh96" - ], - "descendants": [ - - ] - }, - "https://ror.org/010spvh97": { - "ancestors": [ - "https://ror.org/056gwgh96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fqpw856": { - "ancestors": [ - "https://ror.org/056gwgh96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tspge21": { - "ancestors": [ - "https://ror.org/056gwgh96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cys3p26": { - "ancestors": [ - "https://ror.org/056gwgh96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bm3fw61": { - "ancestors": [ - "https://ror.org/056gwgh96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ja8nd79": { - "ancestors": [ - "https://ror.org/056gwgh96" - ], - "descendants": [ - - ] - }, - "https://ror.org/035ze0n48": { - "ancestors": [ - "https://ror.org/056gwgh96" - ], - "descendants": [ - - ] - }, - "https://ror.org/056cwrs58": { - "ancestors": [ - "https://ror.org/00097mb19", - "https://ror.org/05gj5ka88", - "https://ror.org/026v1ze26", - "https://ror.org/04ksd4g47", - "https://ror.org/04p4e8t29", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z18yv90": { - "ancestors": [ - "https://ror.org/00r8ksq80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ve2jr14": { - "ancestors": [ - "https://ror.org/015w2wb33" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e03wj43": { - "ancestors": [ - "https://ror.org/054pv6659" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mtzfx31": { - "ancestors": [ - "https://ror.org/02ss4n480", - "https://ror.org/01q8pr365" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cjb8p81": { - "ancestors": [ - "https://ror.org/006xsx833" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a3mhk13": { - "ancestors": [ - "https://ror.org/052rphn09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gzszr18": { - "ancestors": [ - "https://ror.org/052rphn09" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tf48g55": { - "ancestors": [ - "https://ror.org/052rphn09" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n2yp822": { - "ancestors": [ - "https://ror.org/052rphn09" - ], - "descendants": [ - - ] - }, - "https://ror.org/00srf2p02": { - "ancestors": [ - "https://ror.org/052rphn09" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e5bsk66": { - "ancestors": [ - "https://ror.org/052rphn09" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ve2vg23": { - "ancestors": [ - "https://ror.org/052rphn09", - "https://ror.org/03f8bz564" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gwsx029": { - "ancestors": [ - "https://ror.org/03rjzr314", - "https://ror.org/00q4vv597", - "https://ror.org/02xe5ns62", - "https://ror.org/03jqs2n27", - "https://ror.org/02avx9m34" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hr13565": { - "ancestors": [ - "https://ror.org/01xvefs70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ykn4490": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/004y4rj95": { - "ancestors": [ - "https://ror.org/03vek6s52", - "https://ror.org/002pd6e78", - "https://ror.org/04py2rh25" - ], - "descendants": [ - - ] - }, - "https://ror.org/014x2ky39": { - "ancestors": [ - "https://ror.org/05x1ves75" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qt4dq02": { - "ancestors": [ - "https://ror.org/04r739x86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00eg0bk82": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04b7web15" - ] - }, - "https://ror.org/00z8x2k69": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0169kb131": { - "ancestors": [ - "https://ror.org/04zfmcq84" - ], - "descendants": [ - - ] - }, - "https://ror.org/012yyz739": { - "ancestors": [ - "https://ror.org/012ddpd05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v64vs34": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yfjxy10": { - "ancestors": [ - "https://ror.org/04zjvnp94" - ], - "descendants": [ - - ] - }, - "https://ror.org/023vqza20": { - "ancestors": [ - "https://ror.org/047dyfk64" - ], - "descendants": [ - - ] - }, - "https://ror.org/030fs7375": { - "ancestors": [ - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tapk317": { - "ancestors": [ - "https://ror.org/013q1eq08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hdt9m26": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/02s376052", - "https://ror.org/01rvn4p91", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ynw0r73": { - "ancestors": [ - "https://ror.org/03jswvp59" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mgbdx19": { - "ancestors": [ - "https://ror.org/052w5r042" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fxrnx65": { - "ancestors": [ - "https://ror.org/02dg0pv02", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05myb9s25": { - "ancestors": [ - "https://ror.org/000714v43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b0pvj98": { - "ancestors": [ - "https://ror.org/03444yt49" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t9bgr30": { - "ancestors": [ - "https://ror.org/042nb2s44" - ], - "descendants": [ - - ] - }, - "https://ror.org/05scvw539": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xqjjn94": { - "ancestors": [ - "https://ror.org/05x2bcf33" - ], - "descendants": [ - - ] - }, - "https://ror.org/04avnsc24": { - "ancestors": [ - "https://ror.org/01xnsst08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v4x1p30": { - "ancestors": [ - "https://ror.org/02afhmq71" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sd7jn56": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/0098syn68": { - "ancestors": [ - "https://ror.org/02jgyam08", - "https://ror.org/03zdwsf69", - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d540m14": { - "ancestors": [ - "https://ror.org/03gatys88" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ywwcv54": { - "ancestors": [ - "https://ror.org/04zerf618" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vf0ya40": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/046g5hb52": { - "ancestors": [ - "https://ror.org/05sw4wc49", - "https://ror.org/00mv6sv71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rbyp854": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cqzm681": { - "ancestors": [ - "https://ror.org/0305ndp35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jnpk588": { - "ancestors": [ - "https://ror.org/0530pts50" - ], - "descendants": [ - - ] - }, - "https://ror.org/059fvd392": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kss9p24": { - "ancestors": [ - "https://ror.org/00va88c89", - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ac63h31": { - "ancestors": [ - "https://ror.org/00va88c89", - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/048es2e39": { - "ancestors": [ - "https://ror.org/04vpcaw67", - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wfx2g43": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/05syxk111": { - "ancestors": [ - "https://ror.org/003k75717" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kswek43": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/046npx426": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/032xa9n69": { - "ancestors": [ - "https://ror.org/01sxtx626" - ], - "descendants": [ - - ] - }, - "https://ror.org/041vn2102": { - "ancestors": [ - "https://ror.org/02pammg90" - ], - "descendants": [ - - ] - }, - "https://ror.org/0585yvd38": { - "ancestors": [ - "https://ror.org/02qdbgx97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04twsjs66": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dvtcv48": { - "ancestors": [ - "https://ror.org/00va88c89", - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/0117s0n37": { - "ancestors": [ - "https://ror.org/0077pzv34", - "https://ror.org/02gfys938" - ], - "descendants": [ - - ] - }, - "https://ror.org/013kx8n09": { - "ancestors": [ - "https://ror.org/01c080z51" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sesj155": { - "ancestors": [ - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ge59n23": { - "ancestors": [ - "https://ror.org/01eav8h49" - ], - "descendants": [ - - ] - }, - "https://ror.org/016e3th47": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cbw5x35": { - "ancestors": [ - "https://ror.org/04d836q62", - "https://ror.org/03prydq77" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z59w514": { - "ancestors": [ - "https://ror.org/038cdme44", - "https://ror.org/00cmhce21" - ], - "descendants": [ - - ] - }, - "https://ror.org/045z18t19": { - "ancestors": [ - "https://ror.org/00a0jsq62", - "https://ror.org/0357r2107", - "https://ror.org/00vtgdb53", - "https://ror.org/04vtx5s55", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ez37r05": { - "ancestors": [ - "https://ror.org/03fs9z545", - "https://ror.org/01znkr924", - "https://ror.org/052gg0110", - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jth1r26": { - "ancestors": [ - "https://ror.org/01nrxwf90", - "https://ror.org/00a2xv884" - ], - "descendants": [ - - ] - }, - "https://ror.org/045te9e08": { - "ancestors": [ - "https://ror.org/03fs9z545", - "https://ror.org/01znkr924", - "https://ror.org/052gg0110", - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g70yg97": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qxryv39": { - "ancestors": [ - "https://ror.org/04vpcaw67", - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/0494d5694": { - "ancestors": [ - "https://ror.org/01b4gqk18" - ], - "descendants": [ - - ] - }, - "https://ror.org/016fr7d87": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hazks31": { - "ancestors": [ - "https://ror.org/030h7k016", - "https://ror.org/00ggpsq73", - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/0461kck49": { - "ancestors": [ - "https://ror.org/00ks5vt51" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cgnj660": { - "ancestors": [ - "https://ror.org/04374qe70", - "https://ror.org/042xt5161", - "https://ror.org/03dbr7087" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ydnew86": { - "ancestors": [ - "https://ror.org/01pwgd096" - ], - "descendants": [ - - ] - }, - "https://ror.org/010b90792": { - "ancestors": [ - "https://ror.org/05rbd6k73", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02exxtn84": { - "ancestors": [ - "https://ror.org/02n9z0v62" - ], - "descendants": [ - - ] - }, - "https://ror.org/054vdfx15": { - "ancestors": [ - "https://ror.org/04172zb59" - ], - "descendants": [ - - ] - }, - "https://ror.org/01stwpk76": { - "ancestors": [ - "https://ror.org/00156kt95" - ], - "descendants": [ - - ] - }, - "https://ror.org/0327c2165": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cam4g78": { - "ancestors": [ - "https://ror.org/00va88c89", - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vbdjc22": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wctbc12": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s41xv68": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/052f2eb74": { - "ancestors": [ - "https://ror.org/036f4sz05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rppfx49": { - "ancestors": [ - "https://ror.org/01fx4eg39" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bjzcz61": { - "ancestors": [ - "https://ror.org/01gbfax37" - ], - "descendants": [ - - ] - }, - "https://ror.org/02623eb90": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0507fk326": { - "ancestors": [ - "https://ror.org/02ks8qq67", - "https://ror.org/01pnej532" - ], - "descendants": [ - - ] - }, - "https://ror.org/030xykx52": { - "ancestors": [ - "https://ror.org/02tdmfk69" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rt0fh70": { - "ancestors": [ - "https://ror.org/01jbzz330" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dtmmn34": { - "ancestors": [ - "https://ror.org/03fs9z545", - "https://ror.org/01znkr924", - "https://ror.org/052gg0110", - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qh9dx40": { - "ancestors": [ - "https://ror.org/03fs9z545", - "https://ror.org/01znkr924", - "https://ror.org/052gg0110", - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tqdyq91": { - "ancestors": [ - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/019qyzj84": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tapgj66": { - "ancestors": [ - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s1sz824": { - "ancestors": [ - "https://ror.org/037b1pp87", - "https://ror.org/02v51f717" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sy8gb82": { - "ancestors": [ - "https://ror.org/04n1me355", - "https://ror.org/0197n2v40", - "https://ror.org/00p55jd14", - "https://ror.org/03xaz7s88", - "https://ror.org/03xaz7s88", - "https://ror.org/03xaz7s88" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e49td52": { - "ancestors": [ - "https://ror.org/04d0xx942", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fdhrh83": { - "ancestors": [ - "https://ror.org/030mbxz29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cbr6959": { - "ancestors": [ - "https://ror.org/01q8pr365" - ], - "descendants": [ - "https://ror.org/000yyt861" - ] - }, - "https://ror.org/02ss4n480": { - "ancestors": [ - "https://ror.org/01q8pr365" - ], - "descendants": [ - "https://ror.org/01mtzfx31" - ] - }, - "https://ror.org/05s23vf58": { - "ancestors": [ - "https://ror.org/01q8pr365" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yverh79": { - "ancestors": [ - "https://ror.org/01q8pr365" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mh8f163": { - "ancestors": [ - "https://ror.org/01q8pr365" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sdzh977": { - "ancestors": [ - "https://ror.org/01q8pr365" - ], - "descendants": [ - - ] - }, - "https://ror.org/037pt1459": { - "ancestors": [ - "https://ror.org/01q8pr365" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b5p3125": { - "ancestors": [ - "https://ror.org/01q8pr365" - ], - "descendants": [ - - ] - }, - "https://ror.org/012fqf756": { - "ancestors": [ - "https://ror.org/01q8pr365" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bqwab81": { - "ancestors": [ - "https://ror.org/01q8pr365" - ], - "descendants": [ - - ] - }, - "https://ror.org/020qywr37": { - "ancestors": [ - "https://ror.org/01q8pr365" - ], - "descendants": [ - - ] - }, - "https://ror.org/0207xnr07": { - "ancestors": [ - "https://ror.org/01q8pr365" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vh6hg12": { - "ancestors": [ - "https://ror.org/01q8pr365" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wg8sb33": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jqa2c59": { - "ancestors": [ - "https://ror.org/011ts7939", - "https://ror.org/01agh0847", - "https://ror.org/04tsk2644" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vv9dr68": { - "ancestors": [ - "https://ror.org/03zcpvf19" - ], - "descendants": [ - "https://ror.org/04zzd2n41", - "https://ror.org/01c577389" - ] - }, - "https://ror.org/04zzd2n41": { - "ancestors": [ - "https://ror.org/05vv9dr68", - "https://ror.org/03zcpvf19" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c577389": { - "ancestors": [ - "https://ror.org/05vv9dr68", - "https://ror.org/03zcpvf19" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mxnn839": { - "ancestors": [ - "https://ror.org/05k5t2r42" - ], - "descendants": [ - - ] - }, - "https://ror.org/020jy7109": { - "ancestors": [ - "https://ror.org/05fb7v315" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jrmky87": { - "ancestors": [ - "https://ror.org/039k11f95" - ], - "descendants": [ - "https://ror.org/027h6z252", - "https://ror.org/00pap0267", - "https://ror.org/05pfy5w65", - "https://ror.org/03jxkz251", - "https://ror.org/01ae87070", - "https://ror.org/03s18mw09", - "https://ror.org/023pc0v92", - "https://ror.org/02j5kt108", - "https://ror.org/04fvmv716", - "https://ror.org/00g0x9d29", - "https://ror.org/03nszce13" - ] - }, - "https://ror.org/0032n4537": { - "ancestors": [ - "https://ror.org/042dnf796" - ], - "descendants": [ - - ] - }, - "https://ror.org/017wx6w12": { - "ancestors": [ - "https://ror.org/042dnf796" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b2m4n31": { - "ancestors": [ - "https://ror.org/042dnf796" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gtb4z22": { - "ancestors": [ - "https://ror.org/042dnf796" - ], - "descendants": [ - - ] - }, - "https://ror.org/000889019": { - "ancestors": [ - "https://ror.org/042dnf796" - ], - "descendants": [ - - ] - }, - "https://ror.org/023w5bf45": { - "ancestors": [ - "https://ror.org/042dnf796" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vepk527": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qx0n513": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pp5vm71": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0135db650": { - "ancestors": [ - "https://ror.org/03sqy6516", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/004m0sc28": { - "ancestors": [ - "https://ror.org/03sqy6516", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x4p3529": { - "ancestors": [ - "https://ror.org/03sqy6516", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h6erk64": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01982z663": { - "ancestors": [ - "https://ror.org/03sqy6516", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x68p008": { - "ancestors": [ - "https://ror.org/03sqy6516", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04avxj309": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ngnwv51": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mfs3k63": { - "ancestors": [ - "https://ror.org/03sqy6516", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tm6ax73": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hzjpk73": { - "ancestors": [ - "https://ror.org/03sqy6516", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cahhs35": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0432sks47": { - "ancestors": [ - "https://ror.org/03sqy6516", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xy09e29": { - "ancestors": [ - "https://ror.org/03sqy6516", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0474dxd36": { - "ancestors": [ - "https://ror.org/03sqy6516", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/005kqqf02": { - "ancestors": [ - "https://ror.org/03sqy6516", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s4wsx37": { - "ancestors": [ - "https://ror.org/03sqy6516", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hya7h57": { - "ancestors": [ - "https://ror.org/03sqy6516", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vd8cq28": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bxq7g45": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/009xkwz08": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t05d403": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x5xm327": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/004qeec45": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qqnbq97": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/048ns6x85": { - "ancestors": [ - "https://ror.org/04d1tk502", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ky99h94": { - "ancestors": [ - "https://ror.org/04d1tk502", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jdk4039": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kj82e71": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xqthq76": { - "ancestors": [ - "https://ror.org/04d1tk502", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/056e61d57": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/048zyw409": { - "ancestors": [ - "https://ror.org/04d1tk502", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/050z40a57": { - "ancestors": [ - "https://ror.org/04qr9ne10", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gb6hj86": { - "ancestors": [ - "https://ror.org/04d1tk502", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fx69j13": { - "ancestors": [ - "https://ror.org/04d1tk502", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cnk3y09": { - "ancestors": [ - "https://ror.org/04d1tk502", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/052kar395": { - "ancestors": [ - "https://ror.org/04qr9ne10", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m05k208": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/026sw0405": { - "ancestors": [ - "https://ror.org/04qr9ne10", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sc3bx43": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dtaqq02": { - "ancestors": [ - "https://ror.org/04qr9ne10", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b8mkk85": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bh7ck51": { - "ancestors": [ - "https://ror.org/04qr9ne10", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/000b3v524": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x40m321": { - "ancestors": [ - "https://ror.org/04qr9ne10", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cspff93": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bpk4v97": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a4m2h70": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03atsav32": { - "ancestors": [ - "https://ror.org/02pfwxe49", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xcerw48": { - "ancestors": [ - "https://ror.org/04qr9ne10", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/019ytz097": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dd3fd62": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/003xj6z62": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g87qh62": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - "https://ror.org/0119pby33", - "https://ror.org/050q0kv47", - "https://ror.org/04j0sev46" - ] - }, - "https://ror.org/0119pby33": { - "ancestors": [ - "https://ror.org/02g87qh62", - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w603503": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c77q313": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rd4et50": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gqmbr12": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wdt4y78": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gtv5v80": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s16e423": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qs5k564": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g86hk06": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wwwqd52": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/025nes754": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xr0yr66": { - "ancestors": [ - "https://ror.org/00qv2zm13", - "https://ror.org/02d2m2044", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/008pp7a77": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dv3hq14": { - "ancestors": [ - "https://ror.org/02xkdev90", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0364tzz24": { - "ancestors": [ - "https://ror.org/04q6a0352" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xp2c270": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rcfyf15": { - "ancestors": [ - "https://ror.org/00trqv719", - "https://ror.org/022kthw22", - "https://ror.org/022kthw22" - ], - "descendants": [ - - ] - }, - "https://ror.org/059dyrr28": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/020vrnw42": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mb6s476": { - "ancestors": [ - "https://ror.org/01sjwvz98" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y8xh662": { - "ancestors": [ - "https://ror.org/0018wmh19" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bv4cx53": { - "ancestors": [ - "https://ror.org/046ak2485" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sngv739": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wf2rt56": { - "ancestors": [ - "https://ror.org/03bra4w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pv64t29": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e7mhc87": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jfhsn35": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c3p9381": { - "ancestors": [ - "https://ror.org/04gq6mn61" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ts2sn48": { - "ancestors": [ - "https://ror.org/02hv6yw42" - ], - "descendants": [ - - ] - }, - "https://ror.org/048555y32": { - "ancestors": [ - "https://ror.org/012a77v79" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xfrxk65": { - "ancestors": [ - "https://ror.org/00vmaka31", - "https://ror.org/0115n5160", - "https://ror.org/030sa3819" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hmkqz52": { - "ancestors": [ - "https://ror.org/04gq6mn61" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xcd2w79": { - "ancestors": [ - "https://ror.org/03zmjc935", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t25a229": { - "ancestors": [ - "https://ror.org/04gq6mn61" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rs6s651": { - "ancestors": [ - "https://ror.org/006vs7897" - ], - "descendants": [ - - ] - }, - "https://ror.org/004edqb24": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xy1nn52": { - "ancestors": [ - "https://ror.org/01y9bpm73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s582952": { - "ancestors": [ - "https://ror.org/04gq6mn61" - ], - "descendants": [ - - ] - }, - "https://ror.org/0006s4z66": { - "ancestors": [ - "https://ror.org/02916qm60", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/034ebnm46": { - "ancestors": [ - "https://ror.org/017zqws13", - "https://ror.org/03grvy078" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mrpaq42": { - "ancestors": [ - "https://ror.org/05p1j8758" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q397159": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/055a54548": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/00hj54h04", - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/020zjmd13": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/03efmqc40", - "https://ror.org/0054f1w39" - ], - "descendants": [ - - ] - }, - "https://ror.org/023q8n217": { - "ancestors": [ - "https://ror.org/02an8es95" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v61g875": { - "ancestors": [ - "https://ror.org/05xpvk416", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fx1d378": { - "ancestors": [ - "https://ror.org/04p977q83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x69dn41": { - "ancestors": [ - "https://ror.org/02an8es95" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e31nc37": { - "ancestors": [ - "https://ror.org/0176yqn58" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zjaj674": { - "ancestors": [ - "https://ror.org/02an8es95" - ], - "descendants": [ - - ] - }, - "https://ror.org/026jqvs13": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/00ysfqy60" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wvm7462": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wavzm11": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/05p1j8758" - ], - "descendants": [ - - ] - }, - "https://ror.org/020yb3m85": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n6qxm88": { - "ancestors": [ - "https://ror.org/0084te143" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hn5m148": { - "ancestors": [ - "https://ror.org/01ada6a49" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zbj9525": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vk2g845": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/043b26x63": { - "ancestors": [ - "https://ror.org/04mte1k06" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dx66682": { - "ancestors": [ - "https://ror.org/02mv6r745" - ], - "descendants": [ - - ] - }, - "https://ror.org/034w9e597": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bfbvm65": { - "ancestors": [ - "https://ror.org/04w3jy968" - ], - "descendants": [ - "https://ror.org/03yfbaq97", - "https://ror.org/01k2z4866", - "https://ror.org/02hnr5x72", - "https://ror.org/05fzcfb55" - ] - }, - "https://ror.org/05299tt38": { - "ancestors": [ - "https://ror.org/043fjaj52", - "https://ror.org/00tnppw48", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qdtba35": { - "ancestors": [ - "https://ror.org/04y8d6y55" - ], - "descendants": [ - - ] - }, - "https://ror.org/059cpzx98": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/03vek6s52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g2xk477": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r7apq26": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - "https://ror.org/04crk2m06", - "https://ror.org/032gggv33", - "https://ror.org/05s4nk876", - "https://ror.org/0214h3370", - "https://ror.org/04x2ddb07", - "https://ror.org/05a27za87", - "https://ror.org/02h9n4675", - "https://ror.org/0279ntc65", - "https://ror.org/0446wcg70", - "https://ror.org/01rq5e797", - "https://ror.org/04dng8q18", - "https://ror.org/00y7tet25", - "https://ror.org/04x3ta798", - "https://ror.org/029nm1m14", - "https://ror.org/03pbpa834", - "https://ror.org/03va0yq34", - "https://ror.org/00xdsr520", - "https://ror.org/02dk8t214", - "https://ror.org/036e61f39", - "https://ror.org/04069k268", - "https://ror.org/0208ges23", - "https://ror.org/04rr75245", - "https://ror.org/005pygq66" - ] - }, - "https://ror.org/01m7aex78": { - "ancestors": [ - "https://ror.org/02an8es95" - ], - "descendants": [ - - ] - }, - "https://ror.org/00besvm65": { - "ancestors": [ - "https://ror.org/02ya5n776" - ], - "descendants": [ - - ] - }, - "https://ror.org/024ymtz97": { - "ancestors": [ - "https://ror.org/02esxtn62" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qk6pt94": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mkh7345": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/01dhcyx48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ykb3m36": { - "ancestors": [ - "https://ror.org/05a4cm665" - ], - "descendants": [ - "https://ror.org/042s03372", - "https://ror.org/01d2cn965", - "https://ror.org/046nvst19", - "https://ror.org/03sm1ej59" - ] - }, - "https://ror.org/02amckb22": { - "ancestors": [ - "https://ror.org/017zqws13", - "https://ror.org/03grvy078" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ben6x95": { - "ancestors": [ - "https://ror.org/011e3e176" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s8x9847": { - "ancestors": [ - "https://ror.org/04y8d6y55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ze5qn46": { - "ancestors": [ - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/018j1ye79": { - "ancestors": [ - "https://ror.org/02an8es95" - ], - "descendants": [ - - ] - }, - "https://ror.org/013j2zh96": { - "ancestors": [ - "https://ror.org/03kpps236", - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/017bfx208": { - "ancestors": [ - "https://ror.org/039kwqk96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qezmz13": { - "ancestors": [ - "https://ror.org/04j5wtv36", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d713p41": { - "ancestors": [ - "https://ror.org/01knk7v72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hkks026": { - "ancestors": [ - "https://ror.org/01ewxsd47" - ], - "descendants": [ - - ] - }, - "https://ror.org/058kzes98": { - "ancestors": [ - "https://ror.org/04pp8hn57" - ], - "descendants": [ - - ] - }, - "https://ror.org/02967gp58": { - "ancestors": [ - "https://ror.org/01jfre984" - ], - "descendants": [ - - ] - }, - "https://ror.org/0579jh693": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ccbtk93": { - "ancestors": [ - "https://ror.org/03zmjc935", - "https://ror.org/03v0pmy70", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g9vbr38": { - "ancestors": [ - "https://ror.org/045ntgf29" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s0tbj55": { - "ancestors": [ - "https://ror.org/00jemq805" - ], - "descendants": [ - - ] - }, - "https://ror.org/00krzbm55": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/0453v4r20", - "https://ror.org/042re3x97", - "https://ror.org/02yg0nm07", - "https://ror.org/03zmjc935", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05976ta47": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/00hpz7z43" - ], - "descendants": [ - - ] - }, - "https://ror.org/034tvp782": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/054bsq212": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - "https://ror.org/01t8gb397" - ] - }, - "https://ror.org/02ycyys66": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bw8s353": { - "ancestors": [ - "https://ror.org/052ay8m85" - ], - "descendants": [ - - ] - }, - "https://ror.org/049p9j193": { - "ancestors": [ - "https://ror.org/00xkeyj56", - "https://ror.org/0489ggv38" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mwx9v75": { - "ancestors": [ - "https://ror.org/058qcpv96" - ], - "descendants": [ - - ] - }, - "https://ror.org/049z73212": { - "ancestors": [ - "https://ror.org/05h1pdj54", - "https://ror.org/046qcse71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04enhpe73": { - "ancestors": [ - "https://ror.org/01n6r0e97", - "https://ror.org/03zdwsf69" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w88pj86": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t7act74": { - "ancestors": [ - "https://ror.org/05thqfz72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k1m9s26": { - "ancestors": [ - "https://ror.org/02an8es95" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z1gye03": { - "ancestors": [ - "https://ror.org/03kpps236", - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/006hbbw23": { - "ancestors": [ - "https://ror.org/01jr3y717", - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/0028hwj42": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/041swk623": { - "ancestors": [ - "https://ror.org/00mrq3p58" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a8k4p47": { - "ancestors": [ - "https://ror.org/04mczx267" - ], - "descendants": [ - - ] - }, - "https://ror.org/02khqd465": { - "ancestors": [ - "https://ror.org/02an8es95" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kce5954": { - "ancestors": [ - "https://ror.org/05fhwtx59" - ], - "descendants": [ - - ] - }, - "https://ror.org/04djymq25": { - "ancestors": [ - "https://ror.org/033tx3651", - "https://ror.org/008td3p62", - "https://ror.org/057zh3y96", - "https://ror.org/052rrw050", - "https://ror.org/01g5y5k24", - "https://ror.org/055n47h92", - "https://ror.org/048rj2z13", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ym65z81": { - "ancestors": [ - "https://ror.org/056ja1h98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a8rd767": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/0244nkc36": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c75ky76": { - "ancestors": [ - "https://ror.org/00mrq3p58" - ], - "descendants": [ - - ] - }, - "https://ror.org/03davk141": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/02gz6gg07", - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mxd1a54": { - "ancestors": [ - "https://ror.org/04ktbjv18" - ], - "descendants": [ - - ] - }, - "https://ror.org/0496k0e74": { - "ancestors": [ - "https://ror.org/02an8es95" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rw5yk74": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q8ytn75": { - "ancestors": [ - "https://ror.org/04sjchr03", - "https://ror.org/049jtt335", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qqjk369": { - "ancestors": [ - "https://ror.org/05h1pdj54", - "https://ror.org/046qcse71" - ], - "descendants": [ - - ] - }, - "https://ror.org/026h6vx82": { - "ancestors": [ - "https://ror.org/007ekx298" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c1gbz02": { - "ancestors": [ - "https://ror.org/0061x0487" - ], - "descendants": [ - - ] - }, - "https://ror.org/029kfxt47": { - "ancestors": [ - "https://ror.org/027xkck76" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c8ctc21": { - "ancestors": [ - "https://ror.org/0523vvf33" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q1fj824": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/040fv5d16": { - "ancestors": [ - "https://ror.org/03h3w3289", - "https://ror.org/04t3en479", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ktb0281": { - "ancestors": [ - "https://ror.org/03444yt49" - ], - "descendants": [ - - ] - }, - "https://ror.org/045dz8764": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g9bca48": { - "ancestors": [ - "https://ror.org/04gmdfj30" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q6zce06": { - "ancestors": [ - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nczym02": { - "ancestors": [ - "https://ror.org/02an8es95" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sn06036": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/009a03q22": { - "ancestors": [ - "https://ror.org/04ev01y75" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vpxf870": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wf7ed39": { - "ancestors": [ - "https://ror.org/00mrq3p58" - ], - "descendants": [ - - ] - }, - "https://ror.org/022p86748": { - "ancestors": [ - "https://ror.org/000vekr11" - ], - "descendants": [ - - ] - }, - "https://ror.org/012p54t81": { - "ancestors": [ - "https://ror.org/006sbr164", - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jrxta72": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cfpzw88": { - "ancestors": [ - "https://ror.org/02esxtn62" - ], - "descendants": [ - - ] - }, - "https://ror.org/039wjmj68": { - "ancestors": [ - "https://ror.org/01dy84y11" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kxagd85": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/010dcp921": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/04v7hvq31", - "https://ror.org/0168r3w48", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01026pq66": { - "ancestors": [ - "https://ror.org/02an8es95" - ], - "descendants": [ - - ] - }, - "https://ror.org/00errak20": { - "ancestors": [ - "https://ror.org/021p8a188" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sp8bz52": { - "ancestors": [ - "https://ror.org/04mvr1r74" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ej0z861": { - "ancestors": [ - "https://ror.org/02kmc2r95" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vkce854": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/05hs6h993" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mb5jg98": { - "ancestors": [ - "https://ror.org/04tnvnq52", - "https://ror.org/03z6jp965", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pe74b89": { - "ancestors": [ - "https://ror.org/02esxtn62" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pm7rm97": { - "ancestors": [ - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wd03705": { - "ancestors": [ - "https://ror.org/02esxtn62" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gq8sg42": { - "ancestors": [ - "https://ror.org/040dkzz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mtdw349": { - "ancestors": [ - "https://ror.org/02v3j1y79" - ], - "descendants": [ - - ] - }, - "https://ror.org/008gfj249": { - "ancestors": [ - "https://ror.org/04w8sxm43" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jm6kj71": { - "ancestors": [ - "https://ror.org/02esxtn62" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hnv8x68": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mz2vf33": { - "ancestors": [ - "https://ror.org/02esxtn62" - ], - "descendants": [ - - ] - }, - "https://ror.org/05snbjh64": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x2x1522": { - "ancestors": [ - "https://ror.org/020hwjq30", - "https://ror.org/0208vgz68", - "https://ror.org/040af2s02", - "https://ror.org/05n3dz165" - ], - "descendants": [ - - ] - }, - "https://ror.org/023392c84": { - "ancestors": [ - "https://ror.org/03y02pg02", - "https://ror.org/058kzsd48" - ], - "descendants": [ - - ] - }, - "https://ror.org/043ft3840": { - "ancestors": [ - "https://ror.org/00snfqn58", - "https://ror.org/014837179", - "https://ror.org/02xankh89", - "https://ror.org/04z8k9a98", - "https://ror.org/037wpkx04", - "https://ror.org/045b9pr88" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jhqgj32": { - "ancestors": [ - "https://ror.org/04py2rh25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0086bb350": { - "ancestors": [ - "https://ror.org/03eznrw16", - "https://ror.org/001w7jn25", - "https://ror.org/046ak2485", - "https://ror.org/01hcx6992" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xe7ws48": { - "ancestors": [ - "https://ror.org/01vxknj13", - "https://ror.org/04jsz6e67", - "https://ror.org/04dkp9463", - "https://ror.org/008xxew50", - "https://ror.org/002yxfz10", - "https://ror.org/02p2bgp27" - ], - "descendants": [ - - ] - }, - "https://ror.org/0599mab02": { - "ancestors": [ - "https://ror.org/0257nzs56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ff5td15": { - "ancestors": [ - "https://ror.org/03pm18j10", - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wwmh526": { - "ancestors": [ - "https://ror.org/050mbz718", - "https://ror.org/02kfzvh91", - "https://ror.org/05hkkdn48", - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/016rf4127": { - "ancestors": [ - "https://ror.org/05wgt8358", - "https://ror.org/05rbd6k73", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yfz9t60": { - "ancestors": [ - "https://ror.org/01pxwe438", - "https://ror.org/0161xgx34" - ], - "descendants": [ - - ] - }, - "https://ror.org/053wt0478": { - "ancestors": [ - "https://ror.org/04cpxjv19" - ], - "descendants": [ - - ] - }, - "https://ror.org/0003xeg87": { - "ancestors": [ - "https://ror.org/05d1z6q04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e801006": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zmjc935": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/031sp1p50", - "https://ror.org/042re3x97", - "https://ror.org/019jdc178", - "https://ror.org/02s42ys89", - "https://ror.org/036a0fn15", - "https://ror.org/04347cr60", - "https://ror.org/022ethc91", - "https://ror.org/01xcd2w79", - "https://ror.org/03ccbtk93", - "https://ror.org/01nysf027", - "https://ror.org/00krzbm55", - "https://ror.org/00wtjmd03" - ] - }, - "https://ror.org/0468gx405": { - "ancestors": [ - "https://ror.org/0410a8y51" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w7qz648": { - "ancestors": [ - "https://ror.org/0410a8y51" - ], - "descendants": [ - - ] - }, - "https://ror.org/00924z688": { - "ancestors": [ - "https://ror.org/02ttsq026", - "https://ror.org/00jc20583" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hnkta08": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/02t274463", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w88hp45": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/00x143s74", - "https://ror.org/04pk7g992" - ] - }, - "https://ror.org/00x143s74": { - "ancestors": [ - "https://ror.org/01w88hp45", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/04pk7g992" - ] - }, - "https://ror.org/05kmggt55": { - "ancestors": [ - "https://ror.org/00vn06n10", - "https://ror.org/03zga2b32" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sj20m66": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/03zbnzt98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xk8j027": { - "ancestors": [ - "https://ror.org/0410a8y51" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mht5s60": { - "ancestors": [ - "https://ror.org/01e00z659" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gq8q482": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/01y2jtd41", - "https://ror.org/03ydkyb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pb0ac76": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g5psh91": { - "ancestors": [ - "https://ror.org/04qr5t414" - ], - "descendants": [ - - ] - }, - "https://ror.org/05twjp994": { - "ancestors": [ - "https://ror.org/03anc3s24", - "https://ror.org/04khwmr87" - ], - "descendants": [ - "https://ror.org/01w64ht88", - "https://ror.org/028696h48" - ] - }, - "https://ror.org/03dz0k314": { - "ancestors": [ - "https://ror.org/048bdy921", - "https://ror.org/02k7v4d05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ww91346": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qcacz92": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/05fs6jp91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wgt8358": { - "ancestors": [ - "https://ror.org/05rbd6k73", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/016rf4127" - ] - }, - "https://ror.org/01ae3s995": { - "ancestors": [ - "https://ror.org/0519ax945" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jpzvz45": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01csn4944": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/01j7nq853", - "https://ror.org/01mtkd993" - ], - "descendants": [ - - ] - }, - "https://ror.org/003sgap07": { - "ancestors": [ - "https://ror.org/01pxwe438", - "https://ror.org/0161xgx34" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xtarr15": { - "ancestors": [ - "https://ror.org/04q12yn84", - "https://ror.org/00vn06n10" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x8rc503": { - "ancestors": [ - "https://ror.org/02sqt9870" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q7wcf52": { - "ancestors": [ - "https://ror.org/05yekbx03" - ], - "descendants": [ - - ] - }, - "https://ror.org/013zder45": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/0153tk833" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s3xv195": { - "ancestors": [ - "https://ror.org/04sjchr03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zqrxf85": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - "https://ror.org/01w64ht88", - "https://ror.org/028696h48" - ] - }, - "https://ror.org/02ep77d74": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/02ttsq026", - "https://ror.org/00jc20583" - ], - "descendants": [ - - ] - }, - "https://ror.org/010s54n03": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/0139hn422": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/05vt9qd57" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sk0et52": { - "ancestors": [ - "https://ror.org/01an7q238", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qb1r340": { - "ancestors": [ - "https://ror.org/03wfqwh68" - ], - "descendants": [ - - ] - }, - "https://ror.org/037zkt843": { - "ancestors": [ - "https://ror.org/00f1vw968" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ngysf93": { - "ancestors": [ - "https://ror.org/05ydxj072" - ], - "descendants": [ - - ] - }, - "https://ror.org/055qjgz33": { - "ancestors": [ - "https://ror.org/04v3jxv31" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bdqmr31": { - "ancestors": [ - "https://ror.org/0060avh92" - ], - "descendants": [ - - ] - }, - "https://ror.org/054bx8w47": { - "ancestors": [ - "https://ror.org/05wevan27" - ], - "descendants": [ - - ] - }, - "https://ror.org/006p1hv79": { - "ancestors": [ - "https://ror.org/04d5w7479" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xxxrq06": { - "ancestors": [ - "https://ror.org/02hstj355", - "https://ror.org/027m9bs27" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vzcsc16": { - "ancestors": [ - "https://ror.org/0060avh92" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rh36007": { - "ancestors": [ - "https://ror.org/05sn8t512" - ], - "descendants": [ - - ] - }, - "https://ror.org/03egbv816": { - "ancestors": [ - "https://ror.org/04jwsnw10" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rkqb281": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y8nb297": { - "ancestors": [ - "https://ror.org/01mtkd993" - ], - "descendants": [ - - ] - }, - "https://ror.org/0336mm561": { - "ancestors": [ - "https://ror.org/052gg0110" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kd65564": { - "ancestors": [ - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rajhp84": { - "ancestors": [ - "https://ror.org/0185z7g17" - ], - "descendants": [ - - ] - }, - "https://ror.org/039zxt351": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - "https://ror.org/036jn4298" - ] - }, - "https://ror.org/051qy7v07": { - "ancestors": [ - "https://ror.org/05p40t847" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qr8sv28": { - "ancestors": [ - "https://ror.org/0060avh92" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xxy5a58": { - "ancestors": [ - "https://ror.org/04hsn8391" - ], - "descendants": [ - - ] - }, - "https://ror.org/02csqjc22": { - "ancestors": [ - "https://ror.org/04rgsag55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00snfqn58": { - "ancestors": [ - "https://ror.org/045b9pr88" - ], - "descendants": [ - "https://ror.org/043ft3840" - ] - }, - "https://ror.org/02g4b4t25": { - "ancestors": [ - "https://ror.org/04esegk75" - ], - "descendants": [ - - ] - }, - "https://ror.org/023qavy03": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wrafe19": { - "ancestors": [ - "https://ror.org/01q8pr365" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nbbc502": { - "ancestors": [ - "https://ror.org/05q07rr84" - ], - "descendants": [ - "https://ror.org/05spr2d45", - "https://ror.org/00862c839" - ] - }, - "https://ror.org/05hjk6729": { - "ancestors": [ - "https://ror.org/031zfq432" - ], - "descendants": [ - - ] - }, - "https://ror.org/0498w0n61": { - "ancestors": [ - "https://ror.org/01v5xwf23" - ], - "descendants": [ - - ] - }, - "https://ror.org/029xz3860": { - "ancestors": [ - "https://ror.org/02fhvxj45" - ], - "descendants": [ - - ] - }, - "https://ror.org/035trbs97": { - "ancestors": [ - "https://ror.org/0060avh92" - ], - "descendants": [ - - ] - }, - "https://ror.org/05eqcca29": { - "ancestors": [ - "https://ror.org/05d7dmk69" - ], - "descendants": [ - - ] - }, - "https://ror.org/034r0b090": { - "ancestors": [ - "https://ror.org/04qparf31" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x3p5p96": { - "ancestors": [ - "https://ror.org/04h08p482" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tsqtg57": { - "ancestors": [ - "https://ror.org/04mghma93", - "https://ror.org/01nrxwf90" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sptxp91": { - "ancestors": [ - "https://ror.org/003ngne20" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jep6391": { - "ancestors": [ - "https://ror.org/01ynvwr63" - ], - "descendants": [ - - ] - }, - "https://ror.org/038arpa11": { - "ancestors": [ - "https://ror.org/02h2t4g21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t518x65": { - "ancestors": [ - "https://ror.org/0266h1q26" - ], - "descendants": [ - - ] - }, - "https://ror.org/01savwy26": { - "ancestors": [ - "https://ror.org/0130jk839" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vndcn56": { - "ancestors": [ - "https://ror.org/009tnsj43", - "https://ror.org/00wygct11" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wat9f69": { - "ancestors": [ - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/030ykd126": { - "ancestors": [ - "https://ror.org/0160cpw27", - "https://ror.org/03yjb2x39", - "https://ror.org/044j76961" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xpajq87": { - "ancestors": [ - "https://ror.org/04p5zd128" - ], - "descendants": [ - - ] - }, - "https://ror.org/026vtvm28": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p0xth29": { - "ancestors": [ - "https://ror.org/04q0ja294" - ], - "descendants": [ - - ] - }, - "https://ror.org/0033y0972": { - "ancestors": [ - "https://ror.org/04hsn8391" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vs9tj88": { - "ancestors": [ - "https://ror.org/044kkbh92" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nevn997": { - "ancestors": [ - "https://ror.org/045ns1x37" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jhxhg55": { - "ancestors": [ - "https://ror.org/0266h1q26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qrhd488": { - "ancestors": [ - "https://ror.org/01q1nqh97", - "https://ror.org/02erqft81" - ], - "descendants": [ - - ] - }, - "https://ror.org/007vvce33": { - "ancestors": [ - "https://ror.org/04d5w7479" - ], - "descendants": [ - - ] - }, - "https://ror.org/0326egx05": { - "ancestors": [ - "https://ror.org/04kqgqa72" - ], - "descendants": [ - - ] - }, - "https://ror.org/038a3nh93": { - "ancestors": [ - "https://ror.org/04hsn8391" - ], - "descendants": [ - - ] - }, - "https://ror.org/033abcd54": { - "ancestors": [ - "https://ror.org/02p4mwa83" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vfd3q08": { - "ancestors": [ - "https://ror.org/00baer621" - ], - "descendants": [ - - ] - }, - "https://ror.org/04td0zn33": { - "ancestors": [ - "https://ror.org/01nknep14" - ], - "descendants": [ - - ] - }, - "https://ror.org/0019k3g62": { - "ancestors": [ - "https://ror.org/045ns1x37" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v35sm20": { - "ancestors": [ - "https://ror.org/03rs32p96" - ], - "descendants": [ - - ] - }, - "https://ror.org/011cztj49": { - "ancestors": [ - "https://ror.org/0485axj58" - ], - "descendants": [ - - ] - }, - "https://ror.org/03btazg73": { - "ancestors": [ - "https://ror.org/01n002310" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xjx7622": { - "ancestors": [ - "https://ror.org/00w205b62" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hs7zv85": { - "ancestors": [ - "https://ror.org/00za53h95" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jtnvj04": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qvj2271": { - "ancestors": [ - "https://ror.org/00tsqex91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k3aaz82": { - "ancestors": [ - "https://ror.org/00tsqex91" - ], - "descendants": [ - - ] - }, - "https://ror.org/030qtrs05": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/0524sp257", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fx1fs38": { - "ancestors": [ - "https://ror.org/013k5y296" - ], - "descendants": [ - - ] - }, - "https://ror.org/04scgfz75": { - "ancestors": [ - "https://ror.org/03w2xw870", - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - "https://ror.org/00c9syb98" - ] - }, - "https://ror.org/01p4s0142": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/052gg0110", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01txmfh60": { - "ancestors": [ - "https://ror.org/01vwesc15" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ss14a40": { - "ancestors": [ - "https://ror.org/024d6js02" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c1etk80": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qq96959": { - "ancestors": [ - "https://ror.org/05c1qsg97", - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/002r67t24": { - "ancestors": [ - "https://ror.org/00tsqex91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bjhj961": { - "ancestors": [ - "https://ror.org/00tsqex91" - ], - "descendants": [ - - ] - }, - "https://ror.org/011jsc803": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/01nrxwf90", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wykxp39": { - "ancestors": [ - "https://ror.org/00tsqex91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02scvmk68": { - "ancestors": [ - "https://ror.org/00tsqex91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ddbg479": { - "ancestors": [ - "https://ror.org/00ha14p11" - ], - "descendants": [ - - ] - }, - "https://ror.org/03es66g06": { - "ancestors": [ - "https://ror.org/027bh9e22" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ycgmc41": { - "ancestors": [ - "https://ror.org/00tsqex91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ct9cz38": { - "ancestors": [ - "https://ror.org/00tsqex91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t2w0q86": { - "ancestors": [ - "https://ror.org/00tsqex91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w2xw870": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - "https://ror.org/04s2yen12", - "https://ror.org/02z8t9146", - "https://ror.org/00c9syb98", - "https://ror.org/045exnh37", - "https://ror.org/04hh2kn75", - "https://ror.org/03ke5zk82", - "https://ror.org/04scgfz75", - "https://ror.org/007pvy114" - ] - }, - "https://ror.org/007c88108": { - "ancestors": [ - "https://ror.org/00vya8493" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f0kxe59": { - "ancestors": [ - "https://ror.org/059rn9488" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wcsw791": { - "ancestors": [ - "https://ror.org/03q11y497" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c2h6p86": { - "ancestors": [ - "https://ror.org/03vsmv677" - ], - "descendants": [ - - ] - }, - "https://ror.org/043pqsk20": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ftw3n55": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r519674": { - "ancestors": [ - "https://ror.org/01sjwvz98" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mm3ph30": { - "ancestors": [ - "https://ror.org/02fv52296" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xj3b267": { - "ancestors": [ - "https://ror.org/04609ps55" - ], - "descendants": [ - - ] - }, - "https://ror.org/041mcya16": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/026rga753": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s629c33": { - "ancestors": [ - "https://ror.org/03mwa7s65" - ], - "descendants": [ - - ] - }, - "https://ror.org/05arv2073": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bz4s011": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f918r09": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qd25655": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cndcd59": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y2f3e22": { - "ancestors": [ - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xesg978": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ewp2621": { - "ancestors": [ - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d1kv753": { - "ancestors": [ - "https://ror.org/01xjv7358", - "https://ror.org/01sjwvz98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tqx4s13": { - "ancestors": [ - "https://ror.org/01sjwvz98" - ], - "descendants": [ - - ] - }, - "https://ror.org/047k23798": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jktjc68": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h4q5j46": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/030vbmf58": { - "ancestors": [ - "https://ror.org/01sjwvz98" - ], - "descendants": [ - - ] - }, - "https://ror.org/000gm9x69": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pnpvk61": { - "ancestors": [ - "https://ror.org/03q11y497" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j6sxy67": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/04915qk43": { - "ancestors": [ - "https://ror.org/0265w5591", - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kf4vm79": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/041y80p71": { - "ancestors": [ - "https://ror.org/032hx4q18" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tsjqn73": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fyc4m54": { - "ancestors": [ - "https://ror.org/044s9gr80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x29j481": { - "ancestors": [ - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gv2xk61": { - "ancestors": [ - "https://ror.org/01sjwvz98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b1np478": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/029kvcs29": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cq51909": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kp2z675": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b6s9f18": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rzagz55": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/047z4ys07": { - "ancestors": [ - "https://ror.org/01qhm7e49" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j7rgg33": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/053r20n13": { - "ancestors": [ - "https://ror.org/03vek6s52", - "https://ror.org/002pd6e78", - "https://ror.org/042nb2s44", - "https://ror.org/04py2rh25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ramkd50": { - "ancestors": [ - "https://ror.org/03vr22992" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k3c2t50": { - "ancestors": [ - "https://ror.org/01mtkd993" - ], - "descendants": [ - - ] - }, - "https://ror.org/02eak8n78": { - "ancestors": [ - "https://ror.org/01kg8sb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r4tcq81": { - "ancestors": [ - "https://ror.org/01an7q238", - "https://ror.org/043mz5j54", - "https://ror.org/00pjdza24", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jf2m686": { - "ancestors": [ - "https://ror.org/013cf5k59" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xy0wx88": { - "ancestors": [ - "https://ror.org/036wvzt09" - ], - "descendants": [ - "https://ror.org/044w3nw43", - "https://ror.org/049fnxe71", - "https://ror.org/03kx02w94", - "https://ror.org/05k8wg936", - "https://ror.org/022xyn875", - "https://ror.org/04frzv033", - "https://ror.org/04xpsrn94", - "https://ror.org/046rtjc87", - "https://ror.org/03vmmgg57", - "https://ror.org/044hmkx85" - ] - }, - "https://ror.org/01z0wsw92": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k4pxv54": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d2m2044": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04d1tk502", - "https://ror.org/04qr9ne10", - "https://ror.org/00qv2zm13", - "https://ror.org/03sqy6516", - "https://ror.org/02pfwxe49", - "https://ror.org/05xqthq76", - "https://ror.org/04fx69j13", - "https://ror.org/04ky99h94", - "https://ror.org/02gbdhj19", - "https://ror.org/048ns6x85", - "https://ror.org/04cnk3y09", - "https://ror.org/02gb6hj86", - "https://ror.org/048zyw409", - "https://ror.org/052kar395", - "https://ror.org/03b08sh51", - "https://ror.org/004zpe866", - "https://ror.org/052v5pn20", - "https://ror.org/01d0zz505", - "https://ror.org/026sw0405", - "https://ror.org/04x40m321", - "https://ror.org/04bh7ck51", - "https://ror.org/02dtaqq02", - "https://ror.org/050z40a57", - "https://ror.org/03xcerw48", - "https://ror.org/03vepk527", - "https://ror.org/03h6erk64", - "https://ror.org/04avxj309", - "https://ror.org/01wwwqd52", - "https://ror.org/025nes754", - "https://ror.org/02xr0yr66", - "https://ror.org/02ngnwv51", - "https://ror.org/04tm6ax73", - "https://ror.org/00cahhs35", - "https://ror.org/03rafms67", - "https://ror.org/03t05d403", - "https://ror.org/009xkwz08", - "https://ror.org/03bxq7g45", - "https://ror.org/00vd8cq28", - "https://ror.org/03qx0n513", - "https://ror.org/04pp5vm71", - "https://ror.org/00dx35m16", - "https://ror.org/03x7fn667", - "https://ror.org/0135db650", - "https://ror.org/004m0sc28", - "https://ror.org/03s936v76", - "https://ror.org/05x4p3529", - "https://ror.org/01982z663", - "https://ror.org/04x68p008", - "https://ror.org/05xy09e29", - "https://ror.org/02wzb5b52", - "https://ror.org/05mfs3k63", - "https://ror.org/01hzjpk73", - "https://ror.org/0432sks47", - "https://ror.org/0474dxd36", - "https://ror.org/005kqqf02", - "https://ror.org/03hya7h57", - "https://ror.org/03s4wsx37", - "https://ror.org/05rfh1r09", - "https://ror.org/03vvhya80", - "https://ror.org/00tfedq56", - "https://ror.org/03atsav32", - "https://ror.org/004qeec45", - "https://ror.org/02qqnbq97", - "https://ror.org/03jdk4039", - "https://ror.org/04b8mkk85", - "https://ror.org/05bpk4v97", - "https://ror.org/056e61d57", - "https://ror.org/03x5xm327", - "https://ror.org/00m05k208", - "https://ror.org/00kj82e71", - "https://ror.org/000b3v524", - "https://ror.org/01cghcn81", - "https://ror.org/04a4m2h70", - "https://ror.org/03sc3bx43", - "https://ror.org/05cspff93" - ] - }, - "https://ror.org/04psbxy09": { - "ancestors": [ - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/02epph894": { - "ancestors": [ - "https://ror.org/01gwm7a05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mpwj415": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v8p7w89": { - "ancestors": [ - "https://ror.org/02916qm60", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d5qpn59": { - "ancestors": [ - "https://ror.org/00cwqg982", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/0275ebj77": { - "ancestors": [ - "https://ror.org/02xfw2e90", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01px84952": { - "ancestors": [ - "https://ror.org/00tsqex91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ggd2r74": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dpymk59": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/050p9wj26": { - "ancestors": [ - "https://ror.org/00yd8np83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wdyp114": { - "ancestors": [ - "https://ror.org/0101xrq71", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sr5ys16": { - "ancestors": [ - "https://ror.org/00py81415", - "https://ror.org/033vjfk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r1cxt79": { - "ancestors": [ - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/031gkqq69": { - "ancestors": [ - "https://ror.org/01c5bsw63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t77bz53": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0567t7073": { - "ancestors": [ - "https://ror.org/02fhvxj45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qx3fv49": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0375jbm11": { - "ancestors": [ - "https://ror.org/02b5d8509", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kmxt141": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/052d0h423": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vs1pz50": { - "ancestors": [ - "https://ror.org/03ftb9350" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m2j3740": { - "ancestors": [ - "https://ror.org/01tn4vp83", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/01565p617": { - "ancestors": [ - "https://ror.org/03vr22992" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vg22c33": { - "ancestors": [ - "https://ror.org/03sxdvx36" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mchdq19": { - "ancestors": [ - "https://ror.org/049qz7x77", - "https://ror.org/05bpbnx46" - ], - "descendants": [ - "https://ror.org/04anq5q02", - "https://ror.org/05p1frt18" - ] - }, - "https://ror.org/0265wc016": { - "ancestors": [ - "https://ror.org/03dbr7087" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e4zna08": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zke5364": { - "ancestors": [ - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - "https://ror.org/002bjj765", - "https://ror.org/031fazd56", - "https://ror.org/03h5v7z82", - "https://ror.org/03a23ch04", - "https://ror.org/012b0w593", - "https://ror.org/03jzya593", - "https://ror.org/04s2yen12", - "https://ror.org/00keqx598", - "https://ror.org/00c9syb98", - "https://ror.org/03z526x05", - "https://ror.org/043mnf671", - "https://ror.org/03df3zw56", - "https://ror.org/00r5kgd36", - "https://ror.org/029sr1j73", - "https://ror.org/034afnt37", - "https://ror.org/045exnh37", - "https://ror.org/04hh2kn75", - "https://ror.org/04avk7z79", - "https://ror.org/03w2xw870", - "https://ror.org/02dhjed84", - "https://ror.org/01tm0s838", - "https://ror.org/00e60hf45", - "https://ror.org/00sgprf31", - "https://ror.org/035r9vd46", - "https://ror.org/05p668j08", - "https://ror.org/03gth6e91", - "https://ror.org/04y3ze847", - "https://ror.org/007pvy114", - "https://ror.org/04jgrem26", - "https://ror.org/00bbdze26", - "https://ror.org/02z8t9146", - "https://ror.org/03ke5zk82", - "https://ror.org/04scgfz75", - "https://ror.org/007pvy114" - ] - }, - "https://ror.org/04w5etv87": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/016ex3g83": { - "ancestors": [ - "https://ror.org/038mfx688", - "https://ror.org/02eq2w707" - ], - "descendants": [ - - ] - }, - "https://ror.org/04166ws88": { - "ancestors": [ - "https://ror.org/05xp2yp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fm3sv87": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fpz4c36": { - "ancestors": [ - "https://ror.org/0061x0487" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mkv8r24": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xsxgs79": { - "ancestors": [ - "https://ror.org/03vek6s52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rj92e31": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q7fqf35": { - "ancestors": [ - "https://ror.org/046rm7j60", - "https://ror.org/02t274463", - "https://ror.org/00pjdza24", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tdzxm38": { - "ancestors": [ - "https://ror.org/013cf5k59" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zp3kj13": { - "ancestors": [ - "https://ror.org/05xp2yp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hhwwz98": { - "ancestors": [ - "https://ror.org/03cve4549", - "https://ror.org/01an7q238", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b9n8m42": { - "ancestors": [ - "https://ror.org/000628g58" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zgj7914": { - "ancestors": [ - "https://ror.org/04mkzax54", - "https://ror.org/042v6xz23" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zewfb16": { - "ancestors": [ - "https://ror.org/00tnppw48", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r7rxc53": { - "ancestors": [ - "https://ror.org/00tnppw48", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/023kjn321": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/0047bvr32": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02620c122": { - "ancestors": [ - "https://ror.org/00k17f049" - ], - "descendants": [ - - ] - }, - "https://ror.org/043fs9135": { - "ancestors": [ - "https://ror.org/00y6q9n79" - ], - "descendants": [ - - ] - }, - "https://ror.org/045k2ma45": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f1mqt91": { - "ancestors": [ - "https://ror.org/02esxtn62" - ], - "descendants": [ - - ] - }, - "https://ror.org/02an13226": { - "ancestors": [ - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/049zppa02": { - "ancestors": [ - "https://ror.org/00q4sx826", - "https://ror.org/0447fe631", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05eynd241": { - "ancestors": [ - "https://ror.org/03pwcc270" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e1f3f77": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z82ry91": { - "ancestors": [ - "https://ror.org/04vy95b61" - ], - "descendants": [ - - ] - }, - "https://ror.org/03awsb125": { - "ancestors": [ - "https://ror.org/04a496k07" - ], - "descendants": [ - "https://ror.org/004ee9657", - "https://ror.org/03jpj9789", - "https://ror.org/05r5dcc67", - "https://ror.org/039mtkw55" - ] - }, - "https://ror.org/00hv6g197": { - "ancestors": [ - "https://ror.org/0213rcc28", - "https://ror.org/03rmrcq20", - "https://ror.org/025wzwv46", - "https://ror.org/04s5mat29" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ycxzd89": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kj1hn59": { - "ancestors": [ - "https://ror.org/03vek6s52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xcjmy57": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/050m26017": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/034mtvk83": { - "ancestors": [ - "https://ror.org/02sqt9870" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gf8rp76": { - "ancestors": [ - "https://ror.org/03ht1xw27", - "https://ror.org/02m388s04", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ca2by25": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nqb1v70": { - "ancestors": [ - "https://ror.org/00xzqjh13" - ], - "descendants": [ - - ] - }, - "https://ror.org/029y69023": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01neh8064": { - "ancestors": [ - "https://ror.org/04vy95b61" - ], - "descendants": [ - - ] - }, - "https://ror.org/0506y2b23": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/0135c5n64": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00edrn755": { - "ancestors": [ - "https://ror.org/05bpbnx46" - ], - "descendants": [ - - ] - }, - "https://ror.org/024z17f57": { - "ancestors": [ - "https://ror.org/00q4sx826", - "https://ror.org/0447fe631", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05222ev03": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/025397a59": { - "ancestors": [ - "https://ror.org/01z8tr155" - ], - "descendants": [ - - ] - }, - "https://ror.org/005nbjh06": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xx4fy37": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nh3sx96": { - "ancestors": [ - "https://ror.org/02qm18h86", - "https://ror.org/04fhxp168", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0430zw506": { - "ancestors": [ - "https://ror.org/05hepy730", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r3nf527": { - "ancestors": [ - "https://ror.org/02qyf5152", - "https://ror.org/02bfwt286" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w9hey63": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g2fk805": { - "ancestors": [ - "https://ror.org/05dk0ce17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mg0yh05": { - "ancestors": [ - "https://ror.org/02xfw2e90", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tkzma19": { - "ancestors": [ - "https://ror.org/02m388s04", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/057zvdf83": { - "ancestors": [ - "https://ror.org/05d2pc330", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/048vche49": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f3e6d47": { - "ancestors": [ - "https://ror.org/04pqetg36", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q9qf557": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y5va805": { - "ancestors": [ - "https://ror.org/00jyr0d86", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cqsbv23": { - "ancestors": [ - "https://ror.org/00tsqex91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nrcyx09": { - "ancestors": [ - "https://ror.org/01xz39a70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sekdz59": { - "ancestors": [ - "https://ror.org/01cmst727" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r4m3349": { - "ancestors": [ - "https://ror.org/018906e22" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g43ky75": { - "ancestors": [ - "https://ror.org/02wsd5p50" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ggaqt78": { - "ancestors": [ - "https://ror.org/039vqpp67" - ], - "descendants": [ - - ] - }, - "https://ror.org/051rhng80": { - "ancestors": [ - "https://ror.org/01bh2qr63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tt21044": { - "ancestors": [ - "https://ror.org/01sjwvz98" - ], - "descendants": [ - - ] - }, - "https://ror.org/0585v6057": { - "ancestors": [ - "https://ror.org/018906e22" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a7vgh58": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/035tz7392": { - "ancestors": [ - "https://ror.org/00a4x6777" - ], - "descendants": [ - - ] - }, - "https://ror.org/022n6je18": { - "ancestors": [ - "https://ror.org/03d543283" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rgwws51": { - "ancestors": [ - "https://ror.org/039vqpp67" - ], - "descendants": [ - - ] - }, - "https://ror.org/0149pv473": { - "ancestors": [ - "https://ror.org/00g30e956" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ww61844": { - "ancestors": [ - "https://ror.org/00tsqex91" - ], - "descendants": [ - - ] - }, - "https://ror.org/047afsm11": { - "ancestors": [ - "https://ror.org/018906e22" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c6y9623": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nv92q59": { - "ancestors": [ - "https://ror.org/00b0p4j69" - ], - "descendants": [ - "https://ror.org/03qa1nk44" - ] - }, - "https://ror.org/03rqtqb02": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/0528bv030": { - "ancestors": [ - "https://ror.org/00tsqex91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x48z588": { - "ancestors": [ - "https://ror.org/04jr1s763" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qa1nk44": { - "ancestors": [ - "https://ror.org/03nv92q59", - "https://ror.org/00b0p4j69" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kdj2848": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ngg7w55": { - "ancestors": [ - "https://ror.org/00tsqex91" - ], - "descendants": [ - - ] - }, - "https://ror.org/001swhm52": { - "ancestors": [ - "https://ror.org/01bh2qr63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h0wd634": { - "ancestors": [ - "https://ror.org/03gb41d27" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bj0r217": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/007ecwd34": { - "ancestors": [ - "https://ror.org/03265fv13", - "https://ror.org/00shsf120" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m802881": { - "ancestors": [ - "https://ror.org/01xz39a70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p9h0d44": { - "ancestors": [ - "https://ror.org/0326v3z14" - ], - "descendants": [ - - ] - }, - "https://ror.org/026gmbh11": { - "ancestors": [ - "https://ror.org/05a4cm665" - ], - "descendants": [ - "https://ror.org/02k1hw394", - "https://ror.org/023jta124" - ] - }, - "https://ror.org/0078bd381": { - "ancestors": [ - "https://ror.org/02jx3x895", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/032yym934": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f17cx55": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/009kqch10": { - "ancestors": [ - "https://ror.org/01rx0vn38", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gja4j15": { - "ancestors": [ - "https://ror.org/02h1wg091" - ], - "descendants": [ - - ] - }, - "https://ror.org/05np4h792": { - "ancestors": [ - "https://ror.org/00m61xx36" - ], - "descendants": [ - "https://ror.org/046xmah45" - ] - }, - "https://ror.org/03pfqk412": { - "ancestors": [ - "https://ror.org/00wthd003" - ], - "descendants": [ - - ] - }, - "https://ror.org/052874946": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nj6z848": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/040gsvv83": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zz6h841": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/049qtwc86": { - "ancestors": [ - "https://ror.org/023w6y044", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ed3w678": { - "ancestors": [ - "https://ror.org/02z7tpb72" - ], - "descendants": [ - - ] - }, - "https://ror.org/036vtmj33": { - "ancestors": [ - "https://ror.org/003k75717" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ge67z96": { - "ancestors": [ - "https://ror.org/04rtdp853" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ahhsr90": { - "ancestors": [ - "https://ror.org/05ww4z228" - ], - "descendants": [ - - ] - }, - "https://ror.org/02223wv31": { - "ancestors": [ - "https://ror.org/023w6y044", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rbazs75": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wc0ga52": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bkpyp72": { - "ancestors": [ - "https://ror.org/02j2d2g70", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/044wv3489": { - "ancestors": [ - "https://ror.org/02jnxpg76" - ], - "descendants": [ - - ] - }, - "https://ror.org/00seaxa44": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/01xwqek41" - ] - }, - "https://ror.org/00dxzfw25": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/01thwj886": { - "ancestors": [ - "https://ror.org/01vs9w702" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qjckx08": { - "ancestors": [ - "https://ror.org/0082wq496" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k37v296": { - "ancestors": [ - "https://ror.org/03wejsv15" - ], - "descendants": [ - "https://ror.org/03vsxz193", - "https://ror.org/02a61vy29", - "https://ror.org/0179ktw44", - "https://ror.org/05583vn45", - "https://ror.org/005e5y372", - "https://ror.org/04mnkdm02", - "https://ror.org/01j511762", - "https://ror.org/020dm9j49", - "https://ror.org/00ewyxm56", - "https://ror.org/01xnbq218", - "https://ror.org/0500v6t47", - "https://ror.org/035mr2h79", - "https://ror.org/00e1em465", - "https://ror.org/055fwv607", - "https://ror.org/01q1fj824", - "https://ror.org/02k1mww18", - "https://ror.org/00kc5p198", - "https://ror.org/04qk3kg25", - "https://ror.org/00wftwn37", - "https://ror.org/03prr0814", - "https://ror.org/02ydkfh68", - "https://ror.org/00b0mey76", - "https://ror.org/04fzbxp95", - "https://ror.org/02a8pvy33", - "https://ror.org/012dywt31", - "https://ror.org/0297zwz89", - "https://ror.org/00jp1zb22", - "https://ror.org/046yyq968", - "https://ror.org/04sm60f26", - "https://ror.org/01teejf37", - "https://ror.org/02sfaqg86", - "https://ror.org/01yjnjk05", - "https://ror.org/0028eeh32", - "https://ror.org/05ckan018", - "https://ror.org/03zeqmc64", - "https://ror.org/05t826259", - "https://ror.org/029g42942", - "https://ror.org/03c4qaa56", - "https://ror.org/03jy6ar87", - "https://ror.org/02gvtkt16", - "https://ror.org/004tnhr10", - "https://ror.org/04meft248", - "https://ror.org/02tbgn381", - "https://ror.org/04n881142", - "https://ror.org/017kv7q60", - "https://ror.org/01a2pr469", - "https://ror.org/02szjr188", - "https://ror.org/04wcs7k46", - "https://ror.org/020kdtk66", - "https://ror.org/00wethk75", - "https://ror.org/03mw5zj47", - "https://ror.org/02rpzt041", - "https://ror.org/003e1fb38", - "https://ror.org/03efa9j76", - "https://ror.org/00c20xw32", - "https://ror.org/00vhhsw45" - ] - }, - "https://ror.org/0518yg160": { - "ancestors": [ - "https://ror.org/00rjhhq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/017fdbp82": { - "ancestors": [ - "https://ror.org/02747h926" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kjcjc51": { - "ancestors": [ - "https://ror.org/05m235j20", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m5f1j71": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fafrk51": { - "ancestors": [ - "https://ror.org/02qx2s478" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rnptb60": { - "ancestors": [ - "https://ror.org/01c080z51" - ], - "descendants": [ - - ] - }, - "https://ror.org/033sa9s17": { - "ancestors": [ - "https://ror.org/05rpz9q70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s971a50": { - "ancestors": [ - "https://ror.org/022wcve15" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qah4n60": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/026dvzy54": { - "ancestors": [ - "https://ror.org/05ww4z228" - ], - "descendants": [ - - ] - }, - "https://ror.org/0437ej039": { - "ancestors": [ - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zsnaa93": { - "ancestors": [ - "https://ror.org/02esxtn62" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ewnj302": { - "ancestors": [ - "https://ror.org/02esxtn62" - ], - "descendants": [ - - ] - }, - "https://ror.org/05egrn753": { - "ancestors": [ - "https://ror.org/01cdrde68" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jskgv42": { - "ancestors": [ - "https://ror.org/02pbsj156" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cpzkh11": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k6fqn53": { - "ancestors": [ - "https://ror.org/014jtt019" - ], - "descendants": [ - "https://ror.org/04zke5364", - "https://ror.org/002bjj765", - "https://ror.org/031fazd56", - "https://ror.org/03h5v7z82", - "https://ror.org/03a23ch04", - "https://ror.org/012b0w593", - "https://ror.org/03jzya593", - "https://ror.org/04s2yen12", - "https://ror.org/00keqx598", - "https://ror.org/00c9syb98", - "https://ror.org/03z526x05", - "https://ror.org/043mnf671", - "https://ror.org/03df3zw56", - "https://ror.org/00r5kgd36", - "https://ror.org/029sr1j73", - "https://ror.org/034afnt37", - "https://ror.org/045exnh37", - "https://ror.org/04hh2kn75", - "https://ror.org/04avk7z79", - "https://ror.org/03w2xw870", - "https://ror.org/02dhjed84", - "https://ror.org/01tm0s838", - "https://ror.org/00e60hf45", - "https://ror.org/00sgprf31", - "https://ror.org/035r9vd46", - "https://ror.org/05p668j08", - "https://ror.org/03gth6e91", - "https://ror.org/04y3ze847", - "https://ror.org/007pvy114", - "https://ror.org/04jgrem26", - "https://ror.org/00bbdze26", - "https://ror.org/02z8t9146", - "https://ror.org/03ke5zk82", - "https://ror.org/04scgfz75", - "https://ror.org/007pvy114" - ] - }, - "https://ror.org/05g9srn20": { - "ancestors": [ - "https://ror.org/00p64v472" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t7fg049": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/00wek6x04", - "https://ror.org/04chq2495", - "https://ror.org/02yg0nm07", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c8vnp90": { - "ancestors": [ - "https://ror.org/003k75717" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xk1b863": { - "ancestors": [ - "https://ror.org/05ww4z228" - ], - "descendants": [ - - ] - }, - "https://ror.org/046wkw610": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hrrh248": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/045h8gy65": { - "ancestors": [ - "https://ror.org/05a99n355" - ], - "descendants": [ - - ] - }, - "https://ror.org/01687hb54": { - "ancestors": [ - "https://ror.org/013mz8190" - ], - "descendants": [ - - ] - }, - "https://ror.org/019jr0130": { - "ancestors": [ - "https://ror.org/05j8naw58" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xqexp83": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/010htnk72": { - "ancestors": [ - "https://ror.org/02h1wg091" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yxxe041": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ejdtr48": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - "https://ror.org/025cj6e44" - ] - }, - "https://ror.org/01t6bjk79": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rr0m327": { - "ancestors": [ - "https://ror.org/052msxy68" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ttsvs52": { - "ancestors": [ - "https://ror.org/02z7tpb72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qxv3c44": { - "ancestors": [ - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/006gczr33": { - "ancestors": [ - "https://ror.org/05ww4z228" - ], - "descendants": [ - - ] - }, - "https://ror.org/01thjgt98": { - "ancestors": [ - "https://ror.org/04hd8bd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tkv2291": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s7cyn19": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gw0wg65": { - "ancestors": [ - "https://ror.org/003k75717" - ], - "descendants": [ - - ] - }, - "https://ror.org/059g90c15": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0326cbt42": { - "ancestors": [ - "https://ror.org/05ww4z228" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rr9xy49": { - "ancestors": [ - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gfbg321": { - "ancestors": [ - "https://ror.org/01gzkj661" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yqpgp96": { - "ancestors": [ - "https://ror.org/04vgqjj36" - ], - "descendants": [ - - ] - }, - "https://ror.org/049317064": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/01p8ehb87", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mfpjp46": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/023qc4a07": { - "ancestors": [ - "https://ror.org/043c0p156" - ], - "descendants": [ - - ] - }, - "https://ror.org/003pa2681": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/027abjr46": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/013nat269": { - "ancestors": [ - "https://ror.org/03rtq6c48" - ], - "descendants": [ - - ] - }, - "https://ror.org/023g86t37": { - "ancestors": [ - "https://ror.org/02zqm6r10", - "https://ror.org/0307bxz06" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r9ghz18": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/045yh2d25": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b1tsa05": { - "ancestors": [ - "https://ror.org/000628g58" - ], - "descendants": [ - "https://ror.org/01h0h7640" - ] - }, - "https://ror.org/018159086": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/025t9c657": { - "ancestors": [ - "https://ror.org/03696td91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yfnyw34": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xaz7757": { - "ancestors": [ - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bgr8r13": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/00wek6x04", - "https://ror.org/02rcrvv70", - "https://ror.org/02yg0nm07" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d03cj21": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k9rsw84": { - "ancestors": [ - "https://ror.org/00b5m4j81" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mqnrz37": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/0231f9890": { - "ancestors": [ - "https://ror.org/01fe0jt45" - ], - "descendants": [ - "https://ror.org/02sd8rm97", - "https://ror.org/044eeh010" - ] - }, - "https://ror.org/01mfdfm52": { - "ancestors": [ - "https://ror.org/03y315f21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vmz1g97": { - "ancestors": [ - "https://ror.org/05ww4z228" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jkpa835": { - "ancestors": [ - "https://ror.org/00w26fm43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yhf7405": { - "ancestors": [ - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02at9hq18": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qnzrx19": { - "ancestors": [ - "https://ror.org/02zqy3981", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pz4yk52": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/054hg7j81": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cjszf03": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/002mmyt85": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ey3ab96": { - "ancestors": [ - "https://ror.org/007ekx298" - ], - "descendants": [ - - ] - }, - "https://ror.org/029pamw34": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vr0ne26": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qstkr73": { - "ancestors": [ - "https://ror.org/04fxz7d50", - "https://ror.org/04wzv3n59" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vck8g64": { - "ancestors": [ - "https://ror.org/01g5y5k24", - "https://ror.org/05nf86y53", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kn5wf75": { - "ancestors": [ - "https://ror.org/02qx2s478" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j15s898": { - "ancestors": [ - "https://ror.org/03czfpz43", - "https://ror.org/01zkghx44", - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/00efwap41": { - "ancestors": [ - "https://ror.org/05twwhs70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tspta37": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xvrx776": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/01270hm15": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vf7he45": { - "ancestors": [ - "https://ror.org/02hvt5f17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cx85066": { - "ancestors": [ - "https://ror.org/02nkp4593", - "https://ror.org/05msxaq47", - "https://ror.org/03qbxj466" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jgyam08": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - "https://ror.org/0098syn68" - ] - }, - "https://ror.org/01kmhx639": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k8cbn47": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - "https://ror.org/01syejz95", - "https://ror.org/02rzw6h69", - "https://ror.org/024thra40", - "https://ror.org/04a31e344", - "https://ror.org/02zmk8084" - ] - }, - "https://ror.org/02dgwnb72": { - "ancestors": [ - "https://ror.org/042nb2s44", - "https://ror.org/028fhxy95", - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01syejz95": { - "ancestors": [ - "https://ror.org/02k8cbn47", - "https://ror.org/0281dp749", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qnrsq87": { - "ancestors": [ - "https://ror.org/0161w0r98", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b4ram58": { - "ancestors": [ - "https://ror.org/055rn2a38" - ], - "descendants": [ - - ] - }, - "https://ror.org/028861t28": { - "ancestors": [ - "https://ror.org/0034eay46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r2k1c68": { - "ancestors": [ - "https://ror.org/02bv3zr67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jv93662": { - "ancestors": [ - "https://ror.org/01cawbq05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d7fn555": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/019w00969": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jxjwb74": { - "ancestors": [ - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/02aq67p44": { - "ancestors": [ - "https://ror.org/0234cd281" - ], - "descendants": [ - "https://ror.org/043tqah33", - "https://ror.org/009x26v36" - ] - }, - "https://ror.org/02mg36m74": { - "ancestors": [ - "https://ror.org/051qqcg15" - ], - "descendants": [ - - ] - }, - "https://ror.org/01trfvq12": { - "ancestors": [ - "https://ror.org/05q79g396", - "https://ror.org/05dxps055" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wftfc57": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pjnm784": { - "ancestors": [ - "https://ror.org/043z4tv69", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e6sh902": { - "ancestors": [ - "https://ror.org/03dmz0111", - "https://ror.org/02rhp5f96" - ], - "descendants": [ - - ] - }, - "https://ror.org/025gq5q04": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/02w5xy446" - ] - }, - "https://ror.org/001zbj766": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yvsmh51": { - "ancestors": [ - "https://ror.org/0281dp749", - "https://ror.org/0160cpw27" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f5b7n18": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vekys64": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - "https://ror.org/04mmhnh95" - ] - }, - "https://ror.org/025cj6e44": { - "ancestors": [ - "https://ror.org/04ejdtr48", - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q2dta10": { - "ancestors": [ - "https://ror.org/01a8ev928", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02apq7b82": { - "ancestors": [ - "https://ror.org/03m01yf64", - "https://ror.org/05t0w3074" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p179j44": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kga0z77": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pe8xs92": { - "ancestors": [ - "https://ror.org/006c77m33" - ], - "descendants": [ - - ] - }, - "https://ror.org/004hydx84": { - "ancestors": [ - "https://ror.org/03zaddr67", - "https://ror.org/0187kwz08", - "https://ror.org/02jx3x895", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c4cbt39": { - "ancestors": [ - "https://ror.org/022gnbj15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00655qp86": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f7ent21": { - "ancestors": [ - "https://ror.org/05wgann87" - ], - "descendants": [ - - ] - }, - "https://ror.org/005e8tf31": { - "ancestors": [ - "https://ror.org/050zdnc69", - "https://ror.org/03ycms792" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jakbh21": { - "ancestors": [ - "https://ror.org/00afsp483", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ypzd005": { - "ancestors": [ - "https://ror.org/023wsvq95", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e69j385": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02knhje64": { - "ancestors": [ - "https://ror.org/051qqcg15" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b8rza40": { - "ancestors": [ - "https://ror.org/022gnbj15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00epe0j70": { - "ancestors": [ - "https://ror.org/05xp2yp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00073tb80": { - "ancestors": [ - "https://ror.org/01rxvg760", - "https://ror.org/03rc6as71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e5mdj42": { - "ancestors": [ - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00shc0s02": { - "ancestors": [ - "https://ror.org/02xkdev90", - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h3fm945": { - "ancestors": [ - "https://ror.org/04gzb2213" - ], - "descendants": [ - - ] - }, - "https://ror.org/0053n5071": { - "ancestors": [ - "https://ror.org/00m2s0z68" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mmz5j21": { - "ancestors": [ - "https://ror.org/048fyec77" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xhx4j26": { - "ancestors": [ - "https://ror.org/05e89k615", - "https://ror.org/03qn8fb07", - "https://ror.org/01nfmeh72", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dwgct76": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/01at1x128": { - "ancestors": [ - "https://ror.org/045vgz384" - ], - "descendants": [ - "https://ror.org/01trfzy92" - ] - }, - "https://ror.org/011pd5k86": { - "ancestors": [ - "https://ror.org/02wsd5p50" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z37qb25": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p3q3906": { - "ancestors": [ - "https://ror.org/00xqkj280" - ], - "descendants": [ - "https://ror.org/022zv0672" - ] - }, - "https://ror.org/01mzk5576": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/0283g3v77": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sb7hc59": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g53pj53": { - "ancestors": [ - "https://ror.org/05tte3254" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bvysh61": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/010prmy50": { - "ancestors": [ - "https://ror.org/047s2c258", - "https://ror.org/02smfhw86", - "https://ror.org/01r0c1p88" - ], - "descendants": [ - - ] - }, - "https://ror.org/021zqhw10": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bfgxv06": { - "ancestors": [ - "https://ror.org/05s0g1g46" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qqpzg67": { - "ancestors": [ - "https://ror.org/0485axj58", - "https://ror.org/01ryk1543" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p4rys65": { - "ancestors": [ - "https://ror.org/0442wxc77", - "https://ror.org/00wm3b005" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gqmdy63": { - "ancestors": [ - "https://ror.org/052w4zt36", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/029rt7q74": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s6gs133": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yasb727": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/02bfwt286", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/009h1nj77": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fkw3y20": { - "ancestors": [ - "https://ror.org/00tsqex91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s4m5j79": { - "ancestors": [ - "https://ror.org/00bws1855", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tjxem41": { - "ancestors": [ - "https://ror.org/04mte1k06" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kb3t575": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05pxjag90" - ] - }, - "https://ror.org/012rb2c33": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/01n6e6j62", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pp7px91": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/023s8ys65": { - "ancestors": [ - "https://ror.org/04c4jf131" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g102351": { - "ancestors": [ - "https://ror.org/048dd0611", - "https://ror.org/00js3aw79", - "https://ror.org/03cve4549", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/009g8f974": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0109p9r67": { - "ancestors": [ - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/016zn0y21": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - "https://ror.org/047sn6763" - ] - }, - "https://ror.org/00fsrd019": { - "ancestors": [ - "https://ror.org/03tb4gf50", - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/014579w63": { - "ancestors": [ - "https://ror.org/05smbmp94" - ], - "descendants": [ - "https://ror.org/05ymyxj51" - ] - }, - "https://ror.org/01jkd3546": { - "ancestors": [ - "https://ror.org/00bg9m975", - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r3ym141": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qm18h86": { - "ancestors": [ - "https://ror.org/04fhxp168", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01nh3sx96" - ] - }, - "https://ror.org/02p5xjf12": { - "ancestors": [ - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kjc7m95": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fhgbp51": { - "ancestors": [ - "https://ror.org/02e7b5302" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bp81r18": { - "ancestors": [ - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tk6s776": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d34a364": { - "ancestors": [ - "https://ror.org/0358yps07" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w0k4e67": { - "ancestors": [ - "https://ror.org/0034eay46" - ], - "descendants": [ - - ] - }, - "https://ror.org/009s53a61": { - "ancestors": [ - "https://ror.org/027pk6j83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nxgpf29": { - "ancestors": [ - "https://ror.org/04vctsm14", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01thb7525": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/023jta124": { - "ancestors": [ - "https://ror.org/026gmbh11", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n8rnw93": { - "ancestors": [ - "https://ror.org/0101xrq71", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sgpe757": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wwe2m47": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/0099tem44": { - "ancestors": [ - "https://ror.org/01c5bsw63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nj22y86": { - "ancestors": [ - "https://ror.org/05kknxr83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fwgk331": { - "ancestors": [ - "https://ror.org/01c5bsw63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a9tn778": { - "ancestors": [ - "https://ror.org/013cf5k59" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g01cb27": { - "ancestors": [ - "https://ror.org/02esxtn62" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a1c5n07": { - "ancestors": [ - "https://ror.org/01g77mv66", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00jbkk316" - ] - }, - "https://ror.org/0156h1p41": { - "ancestors": [ - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x44h034": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01aw9fv09": { - "ancestors": [ - "https://ror.org/04yt1rh21" - ], - "descendants": [ - "https://ror.org/01xq02v66" - ] - }, - "https://ror.org/02jxgpt62": { - "ancestors": [ - "https://ror.org/01251sa74", - "https://ror.org/04gey0774" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r57r863": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/020g3wn65": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/00jtmb277", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ta5r839": { - "ancestors": [ - "https://ror.org/02916qm60", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qjqvr92": { - "ancestors": [ - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mfxdp77": { - "ancestors": [ - "https://ror.org/045ntgf29" - ], - "descendants": [ - - ] - }, - "https://ror.org/016czhx14": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/00800dw77": { - "ancestors": [ - "https://ror.org/02hqkr514" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d2cn965": { - "ancestors": [ - "https://ror.org/05ykb3m36", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b1hdw57": { - "ancestors": [ - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/053tmcn30": { - "ancestors": [ - "https://ror.org/03vek6s52", - "https://ror.org/042nb2s44" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p1pn123": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r42r570": { - "ancestors": [ - "https://ror.org/0439y7842", - "https://ror.org/02jx3x895", - "https://ror.org/029chgv08", - "https://ror.org/001aqnf71", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/052p8vb75": { - "ancestors": [ - "https://ror.org/034179816" - ], - "descendants": [ - - ] - }, - "https://ror.org/046cr9566": { - "ancestors": [ - "https://ror.org/05y3qh794" - ], - "descendants": [ - - ] - }, - "https://ror.org/055hae320": { - "ancestors": [ - "https://ror.org/02xfw2e90", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yndxy10": { - "ancestors": [ - "https://ror.org/01t8svj65", - "https://ror.org/043mz5j54", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/032y0n460": { - "ancestors": [ - "https://ror.org/0082wq496" - ], - "descendants": [ - "https://ror.org/00xgvev73" - ] - }, - "https://ror.org/05c0g2426": { - "ancestors": [ - "https://ror.org/04mte1k06" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r6vqn56": { - "ancestors": [ - "https://ror.org/04jsz6e67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nqg3g04": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/037skf023": { - "ancestors": [ - "https://ror.org/050113w36" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gxnjj05": { - "ancestors": [ - "https://ror.org/007dnkv23" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ccjmp23": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cz2sw33": { - "ancestors": [ - "https://ror.org/01aj84f44", - "https://ror.org/01b40r146", - "https://ror.org/035b05819", - "https://ror.org/012sh1702" - ], - "descendants": [ - - ] - }, - "https://ror.org/045qzah91": { - "ancestors": [ - "https://ror.org/0358yps07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hnf9a51": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/042wrtw77": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pq5x672": { - "ancestors": [ - "https://ror.org/02sqt9870" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vqm6w82": { - "ancestors": [ - "https://ror.org/042nb2s44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nxfhe13": { - "ancestors": [ - "https://ror.org/05wevan27" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a33s425": { - "ancestors": [ - "https://ror.org/045rcvm30" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vy7se14": { - "ancestors": [ - "https://ror.org/00h52n341", - "https://ror.org/048y1rc66", - "https://ror.org/034t30j35", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05csn2x06": { - "ancestors": [ - "https://ror.org/043c0p156" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v8adn41": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wy6tp26": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qf4s180": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/057mn3690": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/033f9yy33": { - "ancestors": [ - "https://ror.org/01swzsf04", - "https://ror.org/02s376052", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/039s64n79": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/056h71x09": { - "ancestors": [ - "https://ror.org/03kpps236", - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ymca674": { - "ancestors": [ - "https://ror.org/042nb2s44" - ], - "descendants": [ - - ] - }, - "https://ror.org/052nj8f19": { - "ancestors": [ - "https://ror.org/042pgcv68" - ], - "descendants": [ - - ] - }, - "https://ror.org/044m9mw93": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gtdp803": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/0493xsw21": { - "ancestors": [ - "https://ror.org/001w7jn25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jggqf79": { - "ancestors": [ - "https://ror.org/05prysf28" - ], - "descendants": [ - - ] - }, - "https://ror.org/056mrsz54": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r7n9c40": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nz0zp31": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/013meh722", - "https://ror.org/029chgv08", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fhxp168": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04dgj3g22", - "https://ror.org/021rk6547", - "https://ror.org/0385asg54", - "https://ror.org/00ft0j474", - "https://ror.org/03j05zz84", - "https://ror.org/03wtmb115", - "https://ror.org/02qm18h86", - "https://ror.org/00wzysf74", - "https://ror.org/04q4pp553", - "https://ror.org/01nh3sx96" - ] - }, - "https://ror.org/046rtjc87": { - "ancestors": [ - "https://ror.org/03xy0wx88", - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/0469x1750": { - "ancestors": [ - "https://ror.org/04vvh7p27" - ], - "descendants": [ - - ] - }, - "https://ror.org/03td4yf75": { - "ancestors": [ - "https://ror.org/000cytz87" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fbgfy04": { - "ancestors": [ - "https://ror.org/01gwm7a05" - ], - "descendants": [ - - ] - }, - "https://ror.org/037adk771": { - "ancestors": [ - "https://ror.org/01gwm7a05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mh8rb60": { - "ancestors": [ - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gavx394": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/048emj907": { - "ancestors": [ - "https://ror.org/014ja3n03" - ], - "descendants": [ - - ] - }, - "https://ror.org/0300m5276": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vd6qx78": { - "ancestors": [ - "https://ror.org/05addee68" - ], - "descendants": [ - - ] - }, - "https://ror.org/03myjph80": { - "ancestors": [ - "https://ror.org/01kj2bm70", - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cbweh98": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/042re3x97": { - "ancestors": [ - "https://ror.org/03zmjc935", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00krzbm55" - ] - }, - "https://ror.org/0552r4b12": { - "ancestors": [ - "https://ror.org/00zw9nc64", - "https://ror.org/02dgjyy92" - ], - "descendants": [ - - ] - }, - "https://ror.org/05aspc753": { - "ancestors": [ - "https://ror.org/04tfzc498", - "https://ror.org/01qd3xc93" - ], - "descendants": [ - - ] - }, - "https://ror.org/05esh5w42": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s3g5933": { - "ancestors": [ - "https://ror.org/03acb7p04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rx2tr07": { - "ancestors": [ - "https://ror.org/04c4dkn09", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/049gn7z52": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/048byek34": { - "ancestors": [ - "https://ror.org/04tqpcm97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ep3hs23": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a31e344": { - "ancestors": [ - "https://ror.org/02k8cbn47", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fqypv61": { - "ancestors": [ - "https://ror.org/0575yy874" - ], - "descendants": [ - - ] - }, - "https://ror.org/0327mmx61": { - "ancestors": [ - "https://ror.org/03b94tp07" - ], - "descendants": [ - - ] - }, - "https://ror.org/035n7q728": { - "ancestors": [ - "https://ror.org/03ypap427" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cb1k848": { - "ancestors": [ - "https://ror.org/037zgn354" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nk9pp38": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/01sf06y89", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nywn832": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e830h62": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/031npqv35": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r9k1585": { - "ancestors": [ - "https://ror.org/04hgm3062", - "https://ror.org/054w3nm73", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04erk7g84": { - "ancestors": [ - "https://ror.org/006gmme17", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/047qgg117": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/053336823": { - "ancestors": [ - "https://ror.org/0124gwh94", - "https://ror.org/052czxv31", - "https://ror.org/02bchch95", - "https://ror.org/03b94tp07", - "https://ror.org/01jmxt844", - "https://ror.org/03j13xx78", - "https://ror.org/03j13xx78" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bfs6764": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fjs7w98": { - "ancestors": [ - "https://ror.org/03e04g978" - ], - "descendants": [ - - ] - }, - "https://ror.org/040kfrw16": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y6jfx28": { - "ancestors": [ - "https://ror.org/059r3nh67" - ], - "descendants": [ - - ] - }, - "https://ror.org/052mq0r90": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/041d9vd15" - ] - }, - "https://ror.org/05d2pc330": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/03vb8st39", - "https://ror.org/04m1j1t24", - "https://ror.org/00y0tkz25", - "https://ror.org/01ymr0y61", - "https://ror.org/057zvdf83" - ] - }, - "https://ror.org/0491y3t26": { - "ancestors": [ - "https://ror.org/00cwrns71", - "https://ror.org/000kjq947" - ], - "descendants": [ - - ] - }, - "https://ror.org/05asvgp75": { - "ancestors": [ - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bc44j62": { - "ancestors": [ - "https://ror.org/04g3scy39" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cjrna85": { - "ancestors": [ - "https://ror.org/044mkdq33", - "https://ror.org/04vvh7p27" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kje8j93": { - "ancestors": [ - "https://ror.org/02v51f717", - "https://ror.org/03cve4549" - ], - "descendants": [ - - ] - }, - "https://ror.org/04347cr60": { - "ancestors": [ - "https://ror.org/03zmjc935", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05av6m066": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01fb0df08" - ] - }, - "https://ror.org/03j7v5j15": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/050rx4p59": { - "ancestors": [ - "https://ror.org/01gwm7a05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zkdcw61": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xz38214": { - "ancestors": [ - "https://ror.org/05xpvk416", - "https://ror.org/047s2c258", - "https://ror.org/04chq2495", - "https://ror.org/01r0c1p88", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/032q5ym94": { - "ancestors": [ - "https://ror.org/03vek6s52", - "https://ror.org/002pd6e78", - "https://ror.org/042nb2s44", - "https://ror.org/04py2rh25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wpcxa25": { - "ancestors": [ - "https://ror.org/02qx2s478" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fhee747": { - "ancestors": [ - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hkr1v69": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nv7tt16": { - "ancestors": [ - "https://ror.org/04tj63d06", - "https://ror.org/04p491231", - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/0423z3467": { - "ancestors": [ - "https://ror.org/03tb4gf50", - "https://ror.org/0067dvq63" - ], - "descendants": [ - "https://ror.org/01jg3a168" - ] - }, - "https://ror.org/03maknm89": { - "ancestors": [ - "https://ror.org/013cf5k59" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gnp7x40": { - "ancestors": [ - "https://ror.org/0034eay46" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z6hnk02": { - "ancestors": [ - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j0sev46": { - "ancestors": [ - "https://ror.org/02g87qh62", - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/030v5kp38": { - "ancestors": [ - "https://ror.org/05f6c0c45" - ], - "descendants": [ - "https://ror.org/00vbqcv97" - ] - }, - "https://ror.org/05dkdaa55": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05msxaq47": { - "ancestors": [ - "https://ror.org/03qbxj466" - ], - "descendants": [ - "https://ror.org/01cx85066" - ] - }, - "https://ror.org/04b7wbe03": { - "ancestors": [ - "https://ror.org/00prkya54", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n9scz70": { - "ancestors": [ - "https://ror.org/01an3r305" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vg74d16": { - "ancestors": [ - "https://ror.org/02j2d2g70", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p21nq18": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/050kded90": { - "ancestors": [ - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mrbr458": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/039b65w79": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cj29x94": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/031grv205": { - "ancestors": [ - "https://ror.org/05qwgg493", - "https://ror.org/012pb6c26", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03151rh82": { - "ancestors": [ - "https://ror.org/022gnbj15" - ], - "descendants": [ - - ] - }, - "https://ror.org/033ztpr93": { - "ancestors": [ - "https://ror.org/0082ybm03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xte6x19": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/044bma518": { - "ancestors": [ - "https://ror.org/02zdz1m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dnene97": { - "ancestors": [ - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sfwvw54": { - "ancestors": [ - "https://ror.org/048xjjh50" - ], - "descendants": [ - - ] - }, - "https://ror.org/055rjs771": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qyr1v70": { - "ancestors": [ - "https://ror.org/0101xrq71", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mjrzy91": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xcarb80": { - "ancestors": [ - "https://ror.org/031qpfn56", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04qjnvx31", - "https://ror.org/04zdeh149", - "https://ror.org/01xfgtq85" - ] - }, - "https://ror.org/04e0pwy27": { - "ancestors": [ - "https://ror.org/04h31f025" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kf5kc54": { - "ancestors": [ - "https://ror.org/043c0p156", - "https://ror.org/012p63287" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d5vba33": { - "ancestors": [ - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/034zn5b34": { - "ancestors": [ - "https://ror.org/017h5q109" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xbpez43": { - "ancestors": [ - "https://ror.org/01p262204", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dc8vg74": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vcx3f97": { - "ancestors": [ - "https://ror.org/017h5q109" - ], - "descendants": [ - - ] - }, - "https://ror.org/0154kn471": { - "ancestors": [ - "https://ror.org/03cpe7c52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p7xrr08": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/02v6kpv12", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/01ahyrz84", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t0t6y08": { - "ancestors": [ - "https://ror.org/00pjdza24" - ], - "descendants": [ - "https://ror.org/04533wk67" - ] - }, - "https://ror.org/015z41c35": { - "ancestors": [ - "https://ror.org/011kf5r70", - "https://ror.org/02swcnz29", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0585bz443": { - "ancestors": [ - "https://ror.org/05tf9r976" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qawwn42": { - "ancestors": [ - "https://ror.org/04pqetg36", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ywmqv15": { - "ancestors": [ - "https://ror.org/03xssrp53", - "https://ror.org/02v6kpv12", - "https://ror.org/02vjkv261", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/03shhrx95": { - "ancestors": [ - "https://ror.org/05269d038" - ], - "descendants": [ - - ] - }, - "https://ror.org/050agvb10": { - "ancestors": [ - "https://ror.org/0265d1010" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nd63441": { - "ancestors": [ - "https://ror.org/03v9efr22" - ], - "descendants": [ - - ] - }, - "https://ror.org/011dvr318": { - "ancestors": [ - "https://ror.org/04py2rh25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04af7ga89": { - "ancestors": [ - "https://ror.org/01kcva023" - ], - "descendants": [ - - ] - }, - "https://ror.org/04533wk67": { - "ancestors": [ - "https://ror.org/03t0t6y08", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02esmmc86": { - "ancestors": [ - "https://ror.org/01925vb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n2n9a06": { - "ancestors": [ - "https://ror.org/02nt5es71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04meft248": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/002pd6e78": { - "ancestors": [ - "https://ror.org/04py2rh25" - ], - "descendants": [ - "https://ror.org/032q5ym94", - "https://ror.org/02kvhs631", - "https://ror.org/04zxw0v05", - "https://ror.org/05r3dyn47", - "https://ror.org/004y4rj95", - "https://ror.org/005m2at17", - "https://ror.org/053r20n13" - ] - }, - "https://ror.org/056hzt889": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/000fxgx19": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tmpzb72": { - "ancestors": [ - "https://ror.org/02xvc5r05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tgz4m05": { - "ancestors": [ - "https://ror.org/04v0v0306" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mhgwt57": { - "ancestors": [ - "https://ror.org/03vr22992" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jvemc39": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hm85r97": { - "ancestors": [ - "https://ror.org/02j7n9748" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rkks755": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jn6x547": { - "ancestors": [ - "https://ror.org/00drv3378" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pkrn365": { - "ancestors": [ - "https://ror.org/042fqyp44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sfv7b53": { - "ancestors": [ - "https://ror.org/00d1dhh09", - "https://ror.org/01pa9ed26", - "https://ror.org/049s0rh22" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mae9353": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0453v4r20": { - "ancestors": [ - "https://ror.org/02yg0nm07" - ], - "descendants": [ - "https://ror.org/00krzbm55" - ] - }, - "https://ror.org/021j5pp16": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ra49e34": { - "ancestors": [ - "https://ror.org/02hqkr514" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d88z031": { - "ancestors": [ - "https://ror.org/0090zs177", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/0077sb385": { - "ancestors": [ - "https://ror.org/04q881785" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j3bag68": { - "ancestors": [ - "https://ror.org/05weahn72" - ], - "descendants": [ - - ] - }, - "https://ror.org/020ekrq71": { - "ancestors": [ - "https://ror.org/00tsqex91" - ], - "descendants": [ - - ] - }, - "https://ror.org/028vg3q27": { - "ancestors": [ - "https://ror.org/015803449" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w54hk79": { - "ancestors": [ - "https://ror.org/02jmfj006" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gcp7g78": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kdb0j04": { - "ancestors": [ - "https://ror.org/01zy2cs03", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d4f9f51": { - "ancestors": [ - "https://ror.org/02zwb6n98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k3q8x90": { - "ancestors": [ - "https://ror.org/02hqkr514" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hgdcb87": { - "ancestors": [ - "https://ror.org/002k1r174", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tjfqn96": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e0hb698": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ez2he07": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jq72y97": { - "ancestors": [ - "https://ror.org/04z6gwv56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p61mv27": { - "ancestors": [ - "https://ror.org/052czxv31", - "https://ror.org/03b94tp07", - "https://ror.org/03y7q9t39", - "https://ror.org/01jmxt844", - "https://ror.org/013fsnh78", - "https://ror.org/0040r6f76" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qb09m39": { - "ancestors": [ - "https://ror.org/04ps1r162" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yrf4e35": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n3c2195": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/00znz6a90": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rqs0x69": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/05vt9qd57", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kbjsx88": { - "ancestors": [ - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ttb5s67": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - "https://ror.org/005q1n430" - ] - }, - "https://ror.org/01j818n92": { - "ancestors": [ - "https://ror.org/01hcx6992" - ], - "descendants": [ - - ] - }, - "https://ror.org/059e0mb30": { - "ancestors": [ - "https://ror.org/05ehe6278" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q5w0t20": { - "ancestors": [ - "https://ror.org/0485axj58" - ], - "descendants": [ - - ] - }, - "https://ror.org/010rf2m76": { - "ancestors": [ - "https://ror.org/01sjwvz98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j1sp553": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wapyh41": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/017hm5p20": { - "ancestors": [ - "https://ror.org/03zaddr67" - ], - "descendants": [ - - ] - }, - "https://ror.org/058nrs650": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/034m6ke32": { - "ancestors": [ - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rxa1r38": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/047aswc67": { - "ancestors": [ - "https://ror.org/04vy95b61" - ], - "descendants": [ - - ] - }, - "https://ror.org/014cpn338": { - "ancestors": [ - "https://ror.org/03anc3s24", - "https://ror.org/04d836q62", - "https://ror.org/03prydq77" - ], - "descendants": [ - - ] - }, - "https://ror.org/034rhsb33": { - "ancestors": [ - "https://ror.org/0281dp749", - "https://ror.org/04t3en479" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pe2kf23": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hbdvq93": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tszed37": { - "ancestors": [ - "https://ror.org/01s1hsq14" - ], - "descendants": [ - "https://ror.org/0471xz330" - ] - }, - "https://ror.org/047hznt06": { - "ancestors": [ - "https://ror.org/02kxqx159", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/056v0a906": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bq60y92": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v0kyj08": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jdqdr13": { - "ancestors": [ - "https://ror.org/01ktqem13", - "https://ror.org/03kr8x191", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/009rhnd12": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jzya593": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t72hc65": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01054tt62": { - "ancestors": [ - "https://ror.org/04vvzp265", - "https://ror.org/00ppaw753" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m6dqx50": { - "ancestors": [ - "https://ror.org/03rtgjq94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cv2n667": { - "ancestors": [ - "https://ror.org/00y1ekh28" - ], - "descendants": [ - - ] - }, - "https://ror.org/00npz5r87": { - "ancestors": [ - "https://ror.org/0320bge18", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v6cz278": { - "ancestors": [ - "https://ror.org/05450eg98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g0aq541": { - "ancestors": [ - "https://ror.org/05b01nv96" - ], - "descendants": [ - - ] - }, - "https://ror.org/008hf2578": { - "ancestors": [ - "https://ror.org/03vz6gs79" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vmjks78": { - "ancestors": [ - "https://ror.org/01sjwvz98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hm9f429": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/034nb0f30": { - "ancestors": [ - "https://ror.org/02sxjwh33", - "https://ror.org/03xssrp53", - "https://ror.org/02v6kpv12", - "https://ror.org/03m3gzv89", - "https://ror.org/003vg9w96", - "https://ror.org/02vjkv261", - "https://ror.org/01ahyrz84", - "https://ror.org/029m96t80", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xqxa525": { - "ancestors": [ - "https://ror.org/04vg4w365", - "https://ror.org/0187kwz08", - "https://ror.org/02fha3693", - "https://ror.org/04h699437" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bmxes04": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vs6se76": { - "ancestors": [ - "https://ror.org/02nv7yv05", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dh8ja68": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kgeb982": { - "ancestors": [ - "https://ror.org/00p41ea31" - ], - "descendants": [ - - ] - }, - "https://ror.org/0445wmv88": { - "ancestors": [ - "https://ror.org/03h7mcc28", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dsa5866": { - "ancestors": [ - "https://ror.org/057q6n778" - ], - "descendants": [ - - ] - }, - "https://ror.org/011j4zc17": { - "ancestors": [ - "https://ror.org/043rbr770", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/047agv396": { - "ancestors": [ - "https://ror.org/05h1pdj54", - "https://ror.org/046qcse71" - ], - "descendants": [ - - ] - }, - "https://ror.org/05at5an04": { - "ancestors": [ - "https://ror.org/02wnejx52", - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r5zvp34": { - "ancestors": [ - "https://ror.org/03wx2rr30", - "https://ror.org/04r9gvy43", - "https://ror.org/01jg4aw19" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j4psb31": { - "ancestors": [ - "https://ror.org/043rbr770", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k7e4s32": { - "ancestors": [ - "https://ror.org/030atj633" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yvjg468": { - "ancestors": [ - "https://ror.org/043rbr770", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q496a73": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/052gg0110", - "https://ror.org/001aqnf71" - ], - "descendants": [ - "https://ror.org/02kcpr174", - "https://ror.org/02khxwt12" - ] - }, - "https://ror.org/05vb5av34": { - "ancestors": [ - "https://ror.org/043rbr770", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jqagv40": { - "ancestors": [ - "https://ror.org/052m3x230" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x5cwj10": { - "ancestors": [ - "https://ror.org/001040111" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ysyhv70": { - "ancestors": [ - "https://ror.org/04r9gvy43", - "https://ror.org/01jg4aw19" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xven060": { - "ancestors": [ - "https://ror.org/01gavpb45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qe65e37": { - "ancestors": [ - "https://ror.org/00jsjm362", - "https://ror.org/04r9gvy43", - "https://ror.org/01jg4aw19" - ], - "descendants": [ - - ] - }, - "https://ror.org/029dswp54": { - "ancestors": [ - "https://ror.org/01kjdwm51", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/050519n85": { - "ancestors": [ - "https://ror.org/05m2fqn25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q094x95": { - "ancestors": [ - "https://ror.org/052m3x230" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hqpps66": { - "ancestors": [ - "https://ror.org/043rbr770", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rpe5h19": { - "ancestors": [ - "https://ror.org/01mrfdz82", - "https://ror.org/0034eay46" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hrp0b43": { - "ancestors": [ - "https://ror.org/052m3x230" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x0h1806": { - "ancestors": [ - "https://ror.org/043rbr770", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02asztc31": { - "ancestors": [ - "https://ror.org/043rbr770", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j4a3b86": { - "ancestors": [ - "https://ror.org/043rbr770", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t8x2c04": { - "ancestors": [ - "https://ror.org/028mpsh75" - ], - "descendants": [ - "https://ror.org/009cyv989", - "https://ror.org/048b0ns33" - ] - }, - "https://ror.org/02khxwt12": { - "ancestors": [ - "https://ror.org/01q496a73", - "https://ror.org/03x94j517", - "https://ror.org/052gg0110", - "https://ror.org/03x94j517", - "https://ror.org/052gg0110", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/048a3wm97": { - "ancestors": [ - "https://ror.org/043rbr770", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y3dt762": { - "ancestors": [ - "https://ror.org/052m3x230" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x6kq749": { - "ancestors": [ - "https://ror.org/043c0p156" - ], - "descendants": [ - - ] - }, - "https://ror.org/01952nm43": { - "ancestors": [ - "https://ror.org/01p2ej961" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q0p7c86": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/05524hb64": { - "ancestors": [ - "https://ror.org/03r10zj06", - "https://ror.org/047426m28", - "https://ror.org/05e94g991" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r35r527": { - "ancestors": [ - "https://ror.org/04nsw4151" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ag8cq23": { - "ancestors": [ - "https://ror.org/008d1xp69" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e76ya46": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sy8yh72": { - "ancestors": [ - "https://ror.org/01p2ej961" - ], - "descendants": [ - - ] - }, - "https://ror.org/039jjcy66": { - "ancestors": [ - "https://ror.org/04nsw4151" - ], - "descendants": [ - - ] - }, - "https://ror.org/02eh2pe44": { - "ancestors": [ - "https://ror.org/01p2ej961" - ], - "descendants": [ - - ] - }, - "https://ror.org/025j82f41": { - "ancestors": [ - "https://ror.org/01a5v8x09" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wgk6417": { - "ancestors": [ - "https://ror.org/01p2ej961" - ], - "descendants": [ - - ] - }, - "https://ror.org/023enrs75": { - "ancestors": [ - "https://ror.org/01p2ej961" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pgxdd43": { - "ancestors": [ - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ybx0x41": { - "ancestors": [ - "https://ror.org/02nhqek82", - "https://ror.org/04k51q396", - "https://ror.org/02s6k3f65" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wz65j53": { - "ancestors": [ - "https://ror.org/01a5v8x09" - ], - "descendants": [ - - ] - }, - "https://ror.org/028rzxs74": { - "ancestors": [ - "https://ror.org/04nsw4151" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a7f6w43": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xx8sn02": { - "ancestors": [ - "https://ror.org/01p2ej961" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cb0jg64": { - "ancestors": [ - "https://ror.org/01p2ej961" - ], - "descendants": [ - - ] - }, - "https://ror.org/01br3aa17": { - "ancestors": [ - "https://ror.org/04mczx267" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d3ncs59": { - "ancestors": [ - "https://ror.org/01a5v8x09" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vfaya75": { - "ancestors": [ - "https://ror.org/01p2ej961" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a0mw410": { - "ancestors": [ - "https://ror.org/01p2ej961" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fkxeh29": { - "ancestors": [ - "https://ror.org/04br0rs05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k443z34": { - "ancestors": [ - "https://ror.org/04nsw4151" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c4rxk68": { - "ancestors": [ - "https://ror.org/04a1a1e81", - "https://ror.org/03bea9k73", - "https://ror.org/01hxy9878", - "https://ror.org/02tyrky19", - "https://ror.org/03265fv13", - "https://ror.org/00a0n9e72", - "https://ror.org/00shsf120", - "https://ror.org/00shsf120" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gqqqf26": { - "ancestors": [ - "https://ror.org/04nsw4151" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ec98z42": { - "ancestors": [ - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fmf8z66": { - "ancestors": [ - "https://ror.org/04nsw4151" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jq8sq82": { - "ancestors": [ - "https://ror.org/04nsw4151" - ], - "descendants": [ - - ] - }, - "https://ror.org/045sjkt56": { - "ancestors": [ - "https://ror.org/04nsw4151" - ], - "descendants": [ - - ] - }, - "https://ror.org/034ymz395": { - "ancestors": [ - "https://ror.org/01p2ej961" - ], - "descendants": [ - - ] - }, - "https://ror.org/02578qw11": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tqgqh22": { - "ancestors": [ - "https://ror.org/03kzp5v39", - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/034ys6045": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pt3tp10": { - "ancestors": [ - "https://ror.org/02mfrg180" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vj5kk45": { - "ancestors": [ - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/013ma1t15": { - "ancestors": [ - "https://ror.org/00485s352", - "https://ror.org/02tmx5588" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w8atn36": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ghxfg04": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w0cdv19": { - "ancestors": [ - "https://ror.org/0385nmy68" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xk4mv14": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qc80f88": { - "ancestors": [ - "https://ror.org/036abw928" - ], - "descendants": [ - - ] - }, - "https://ror.org/035a9pe58": { - "ancestors": [ - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n9sc266": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mzmgj80": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hr7y002": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mjrkf94": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kzp5v39": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - "https://ror.org/04tqgqh22" - ] - }, - "https://ror.org/00hrhpx15": { - "ancestors": [ - "https://ror.org/02mfrg180" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ncezw90": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/019egy464": { - "ancestors": [ - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/028p1nc07": { - "ancestors": [ - "https://ror.org/01zcpa714" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qhf8m78": { - "ancestors": [ - "https://ror.org/02mfrg180" - ], - "descendants": [ - - ] - }, - "https://ror.org/009h5ks85": { - "ancestors": [ - "https://ror.org/054kvr030" - ], - "descendants": [ - - ] - }, - "https://ror.org/052r67908": { - "ancestors": [ - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w58xz62": { - "ancestors": [ - "https://ror.org/01cawbq05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jdgyj97": { - "ancestors": [ - "https://ror.org/00pfa9y72", - "https://ror.org/02mzerg05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04smkqg74": { - "ancestors": [ - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01antkr91": { - "ancestors": [ - "https://ror.org/04qxsrb28" - ], - "descendants": [ - - ] - }, - "https://ror.org/033024615": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pp5xc73": { - "ancestors": [ - "https://ror.org/04sm5zn07" - ], - "descendants": [ - - ] - }, - "https://ror.org/023rffy11": { - "ancestors": [ - "https://ror.org/01sjwvz98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t1dtb26": { - "ancestors": [ - "https://ror.org/02g0rnd87" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y07xr60": { - "ancestors": [ - "https://ror.org/003g29k51" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qc49402": { - "ancestors": [ - "https://ror.org/052m3x230" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ys00n93": { - "ancestors": [ - "https://ror.org/004fze387", - "https://ror.org/009gyvm78", - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/053v00853": { - "ancestors": [ - "https://ror.org/00pq96s96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vdhzt47": { - "ancestors": [ - "https://ror.org/00q4gxb20" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f0vkh84": { - "ancestors": [ - "https://ror.org/00hj8s172" - ], - "descendants": [ - - ] - }, - "https://ror.org/029rhq550": { - "ancestors": [ - "https://ror.org/03taest98", - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/0080y7t67": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bjj9p45": { - "ancestors": [ - "https://ror.org/04gsp2c11" - ], - "descendants": [ - - ] - }, - "https://ror.org/0491xby87": { - "ancestors": [ - "https://ror.org/010ees266" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d3r6z34": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/038ehsm73": { - "ancestors": [ - "https://ror.org/05d8avs16" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nz0j151": { - "ancestors": [ - "https://ror.org/00fsdxs93" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hevc163": { - "ancestors": [ - "https://ror.org/05yede386" - ], - "descendants": [ - - ] - }, - "https://ror.org/012wsxz85": { - "ancestors": [ - "https://ror.org/01wd4xt90", - "https://ror.org/027s68j25", - "https://ror.org/02403qw73", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ywrrr62": { - "ancestors": [ - "https://ror.org/0264zxa45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mvkrv07": { - "ancestors": [ - "https://ror.org/05bxb3784" - ], - "descendants": [ - - ] - }, - "https://ror.org/039hegs97": { - "ancestors": [ - "https://ror.org/018fdr531" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ya5k859": { - "ancestors": [ - "https://ror.org/01pcq0j68" - ], - "descendants": [ - - ] - }, - "https://ror.org/0039sga55": { - "ancestors": [ - "https://ror.org/031npzc88" - ], - "descendants": [ - - ] - }, - "https://ror.org/0094hc805": { - "ancestors": [ - "https://ror.org/024d6js02" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xkke381": { - "ancestors": [ - "https://ror.org/05dxps055", - "https://ror.org/027k65916", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qrwy954": { - "ancestors": [ - "https://ror.org/00n4nbp68" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c4bsk60": { - "ancestors": [ - "https://ror.org/05e0dm506" - ], - "descendants": [ - - ] - }, - "https://ror.org/02js45493": { - "ancestors": [ - "https://ror.org/05q6wv670" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x64e042": { - "ancestors": [ - "https://ror.org/04vf9tr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/054fwx336": { - "ancestors": [ - "https://ror.org/0264zxa45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hjpwn75": { - "ancestors": [ - "https://ror.org/018906e22" - ], - "descendants": [ - - ] - }, - "https://ror.org/058548196": { - "ancestors": [ - "https://ror.org/051k3eh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gkh1e90": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/008cfmj78": { - "ancestors": [ - "https://ror.org/03vek6s52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rmxff98": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pnrt678": { - "ancestors": [ - "https://ror.org/01851c371" - ], - "descendants": [ - - ] - }, - "https://ror.org/016c4a879": { - "ancestors": [ - "https://ror.org/05m074r21" - ], - "descendants": [ - - ] - }, - "https://ror.org/041c01c38": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wekhx15": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b1j4e13": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/023t1e924": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/032agg760": { - "ancestors": [ - "https://ror.org/00xzqjh13" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bjbc484": { - "ancestors": [ - "https://ror.org/00pfg3v73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0573ty638": { - "ancestors": [ - "https://ror.org/048tbm396" - ], - "descendants": [ - - ] - }, - "https://ror.org/0584fw805": { - "ancestors": [ - "https://ror.org/024dbdr63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gycm791": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/01ee9ar58", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/0262ezr32": { - "ancestors": [ - "https://ror.org/00hmyb194" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v2b1j25": { - "ancestors": [ - "https://ror.org/0464eyp60", - "https://ror.org/0260j1g46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e2sbp20": { - "ancestors": [ - "https://ror.org/0098hst83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t25rb04": { - "ancestors": [ - "https://ror.org/01788sq40" - ], - "descendants": [ - - ] - }, - "https://ror.org/03583sy04": { - "ancestors": [ - "https://ror.org/052ay8m85" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qdbg778": { - "ancestors": [ - "https://ror.org/00p4k0j84" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ex2fc97": { - "ancestors": [ - "https://ror.org/00p4k0j84" - ], - "descendants": [ - - ] - }, - "https://ror.org/007pvy114": { - "ancestors": [ - "https://ror.org/04zke5364", - "https://ror.org/03w2xw870", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yq35p59": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bky6e07": { - "ancestors": [ - "https://ror.org/00r9w3j27" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tq5n859": { - "ancestors": [ - "https://ror.org/038jp4m40" - ], - "descendants": [ - - ] - }, - "https://ror.org/01php1d31": { - "ancestors": [ - "https://ror.org/0082wq496" - ], - "descendants": [ - - ] - }, - "https://ror.org/028zspe92": { - "ancestors": [ - "https://ror.org/030j39b93", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/020r4p198": { - "ancestors": [ - "https://ror.org/01p262204", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/047v1x836": { - "ancestors": [ - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z818z22": { - "ancestors": [ - "https://ror.org/02h6cs343" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pgex273": { - "ancestors": [ - "https://ror.org/04wwrrg31", - "https://ror.org/056d84691", - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ntw5v16": { - "ancestors": [ - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/035m4wz05": { - "ancestors": [ - "https://ror.org/013bkhk48", - "https://ror.org/03b4d6f26" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ca54t29": { - "ancestors": [ - "https://ror.org/0178yne88" - ], - "descendants": [ - - ] - }, - "https://ror.org/008t9c882": { - "ancestors": [ - "https://ror.org/01btzfj32" - ], - "descendants": [ - - ] - }, - "https://ror.org/0356fh556": { - "ancestors": [ - "https://ror.org/03jyeb125" - ], - "descendants": [ - - ] - }, - "https://ror.org/0155ctq43": { - "ancestors": [ - "https://ror.org/045pn2j94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t3dsz49": { - "ancestors": [ - "https://ror.org/04fkhbv91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xewk010": { - "ancestors": [ - "https://ror.org/036x6gt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/022j9ve58": { - "ancestors": [ - "https://ror.org/038jp4m40" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rhq3086": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/050t2pq94": { - "ancestors": [ - "https://ror.org/05bhmhz54" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p45d091": { - "ancestors": [ - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z7adb42": { - "ancestors": [ - "https://ror.org/049wftm75" - ], - "descendants": [ - - ] - }, - "https://ror.org/00btzwk36": { - "ancestors": [ - "https://ror.org/01bkbaq61", - "https://ror.org/03e1n9x27" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fkg8131": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z0qe787": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/01wspgy28", - "https://ror.org/02rcrvv70", - "https://ror.org/03tzaeb71" - ], - "descendants": [ - - ] - }, - "https://ror.org/024264v67": { - "ancestors": [ - "https://ror.org/000wej815" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tjeg502": { - "ancestors": [ - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0527hfq87": { - "ancestors": [ - "https://ror.org/01ktt8y73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rhzk043": { - "ancestors": [ - "https://ror.org/038jp4m40" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ag3tg80": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w4k0v76": { - "ancestors": [ - "https://ror.org/04fkhbv91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03znpfq81": { - "ancestors": [ - "https://ror.org/038jp4m40" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xkm6e60": { - "ancestors": [ - "https://ror.org/03jyeb125" - ], - "descendants": [ - - ] - }, - "https://ror.org/0395f2d85": { - "ancestors": [ - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j0jxk49": { - "ancestors": [ - "https://ror.org/056d84691" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yrqby68": { - "ancestors": [ - "https://ror.org/045pn2j94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0396t6k89": { - "ancestors": [ - "https://ror.org/038jp4m40" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hmt0j25": { - "ancestors": [ - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/053598c22": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/01wspgy28", - "https://ror.org/04chq2495", - "https://ror.org/03tzaeb71", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04szwah67": { - "ancestors": [ - "https://ror.org/03cpe7c52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v34f693": { - "ancestors": [ - "https://ror.org/03a1kwz48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ym69k36": { - "ancestors": [ - "https://ror.org/023b0x485", - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xx88d27": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v39xy13": { - "ancestors": [ - "https://ror.org/02pg81z63" - ], - "descendants": [ - - ] - }, - "https://ror.org/036wkxc84": { - "ancestors": [ - "https://ror.org/02g5p4n58" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w1qvp54": { - "ancestors": [ - "https://ror.org/03fd77x13", - "https://ror.org/02avf8f85", - "https://ror.org/02feahw73", - "https://ror.org/029brtt94", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a1se525": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/032e49973": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/03tjeg502", - "https://ror.org/04r6shn89", - "https://ror.org/01g0hqq23", - "https://ror.org/047v1x836", - "https://ror.org/020r4p198", - "https://ror.org/04hmt0j25", - "https://ror.org/02ntw5v16", - "https://ror.org/01qcq9d74", - "https://ror.org/00p45d091" - ] - }, - "https://ror.org/04r6shn89": { - "ancestors": [ - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02eqrsj93": { - "ancestors": [ - "https://ror.org/00w3qhf76", - "https://ror.org/05waa5295" - ], - "descendants": [ - - ] - }, - "https://ror.org/049nnjd96": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/041yk0b68": { - "ancestors": [ - "https://ror.org/02sxjwh33", - "https://ror.org/029m96t80", - "https://ror.org/03m3gzv89", - "https://ror.org/003vg9w96", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/032ckra69": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/055nd7x53": { - "ancestors": [ - "https://ror.org/02z31cn83" - ], - "descendants": [ - - ] - }, - "https://ror.org/028aqvb72": { - "ancestors": [ - "https://ror.org/04hadnb81" - ], - "descendants": [ - - ] - }, - "https://ror.org/029pp9z10": { - "ancestors": [ - "https://ror.org/00za53h95" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g95eg64": { - "ancestors": [ - "https://ror.org/02kkvpp62", - "https://ror.org/00cfam450", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/044b7p696": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/01sf06y89", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/042b69396": { - "ancestors": [ - "https://ror.org/01zy2cs03", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/02venad53": { - "ancestors": [ - "https://ror.org/01fe0jt45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pn9bd47": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kyfd050": { - "ancestors": [ - "https://ror.org/01cjash87" - ], - "descendants": [ - - ] - }, - "https://ror.org/0429x9p85": { - "ancestors": [ - "https://ror.org/05gehxw18" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tb4gf50": { - "ancestors": [ - "https://ror.org/0067dvq63" - ], - "descendants": [ - "https://ror.org/029a54f25", - "https://ror.org/0423z3467", - "https://ror.org/00x1yxe92", - "https://ror.org/00fsrd019", - "https://ror.org/02hmf0879", - "https://ror.org/05j37e495", - "https://ror.org/019y11h89", - "https://ror.org/01jg3a168", - "https://ror.org/00qrpt643", - "https://ror.org/04xx5ce35" - ] - }, - "https://ror.org/058rn5r42": { - "ancestors": [ - "https://ror.org/03bnmw459" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sfxgz72": { - "ancestors": [ - "https://ror.org/04txyc737" - ], - "descendants": [ - "https://ror.org/0435rc536", - "https://ror.org/03ejz0s07", - "https://ror.org/0144enb05", - "https://ror.org/03nyzw632", - "https://ror.org/05dw07152", - "https://ror.org/040s9t622", - "https://ror.org/03w48ac58", - "https://ror.org/01p1t0k52", - "https://ror.org/0415cr103", - "https://ror.org/011y67d23", - "https://ror.org/03en16648", - "https://ror.org/02t0nms65", - "https://ror.org/00nat9r59", - "https://ror.org/03qkhyr66" - ] - }, - "https://ror.org/01fwrsq33": { - "ancestors": [ - "https://ror.org/00m72wv30", - "https://ror.org/05c9r4685" - ], - "descendants": [ - - ] - }, - "https://ror.org/04akaak77": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/009aftg61": { - "ancestors": [ - "https://ror.org/00yzwtk60" - ], - "descendants": [ - - ] - }, - "https://ror.org/040ck2b86": { - "ancestors": [ - "https://ror.org/035b05819" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qc18f66": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0079deh61": { - "ancestors": [ - "https://ror.org/045vgz384" - ], - "descendants": [ - "https://ror.org/00xnymf93", - "https://ror.org/02dnvjf04" - ] - }, - "https://ror.org/0040zx077": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/038wwg650": { - "ancestors": [ - "https://ror.org/027g9mf44" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rg6e566": { - "ancestors": [ - "https://ror.org/0060avh92" - ], - "descendants": [ - - ] - }, - "https://ror.org/02txrtk05": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03db51w68": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/01r0c1p88", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mh2cd26": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v8s1x79": { - "ancestors": [ - "https://ror.org/02z4rsp10" - ], - "descendants": [ - - ] - }, - "https://ror.org/024e1pj18": { - "ancestors": [ - "https://ror.org/03fxrgb29" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xcgsy22": { - "ancestors": [ - "https://ror.org/0358yps07" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r2ecp77": { - "ancestors": [ - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gh4er46": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/05r1mzq61" - ] - }, - "https://ror.org/05d538656": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - "https://ror.org/03n1tvb36" - ] - }, - "https://ror.org/01sv7f575": { - "ancestors": [ - "https://ror.org/01qat3289" - ], - "descendants": [ - - ] - }, - "https://ror.org/002ysmy84": { - "ancestors": [ - "https://ror.org/04hjbmv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/039zhhm92": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h0e2s88": { - "ancestors": [ - "https://ror.org/05yqfsf29", - "https://ror.org/055eqsb67", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n82gt57": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05emrqw14": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ejz0s07": { - "ancestors": [ - "https://ror.org/04sfxgz72", - "https://ror.org/04txyc737" - ], - "descendants": [ - "https://ror.org/02t0nms65", - "https://ror.org/00nat9r59", - "https://ror.org/03qkhyr66" - ] - }, - "https://ror.org/031sp1p50": { - "ancestors": [ - "https://ror.org/03zmjc935", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vwq0k57": { - "ancestors": [ - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gdpyq31": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/036568k33": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j1n1c04": { - "ancestors": [ - "https://ror.org/01sjwvz98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kddtt70": { - "ancestors": [ - "https://ror.org/0561n6946" - ], - "descendants": [ - "https://ror.org/021hxpr45" - ] - }, - "https://ror.org/05af1fm66": { - "ancestors": [ - "https://ror.org/013cf5k59" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s7fvd27": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/056ybqa45": { - "ancestors": [ - "https://ror.org/00yzwtk60" - ], - "descendants": [ - - ] - }, - "https://ror.org/049fqhq96": { - "ancestors": [ - "https://ror.org/00yzwtk60" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nnv1197": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/050rg6t21": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/028979q34": { - "ancestors": [ - "https://ror.org/04b2dty93" - ], - "descendants": [ - - ] - }, - "https://ror.org/037styt87": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/029g42942": { - "ancestors": [ - "https://ror.org/05k37v296", - "https://ror.org/03wejsv15" - ], - "descendants": [ - - ] - }, - "https://ror.org/05abs3w97": { - "ancestors": [ - "https://ror.org/0034eay46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02njgxr09": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/00681ts17": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jcggd50": { - "ancestors": [ - "https://ror.org/02zttza43" - ], - "descendants": [ - - ] - }, - "https://ror.org/021hxpr45": { - "ancestors": [ - "https://ror.org/04kddtt70", - "https://ror.org/0561n6946" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v670451": { - "ancestors": [ - "https://ror.org/00yzwtk60" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hqmp950": { - "ancestors": [ - "https://ror.org/04drzaz56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02af0qw97": { - "ancestors": [ - "https://ror.org/03yt1ez60" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gvw5y42": { - "ancestors": [ - "https://ror.org/03g03ge92" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kakt857": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qkzsf63": { - "ancestors": [ - "https://ror.org/03hqjqp33" - ], - "descendants": [ - - ] - }, - "https://ror.org/036a0fn15": { - "ancestors": [ - "https://ror.org/03zmjc935", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0307k1x46": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s0s0h39": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/019jdc178": { - "ancestors": [ - "https://ror.org/03zmjc935", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hsbr766": { - "ancestors": [ - "https://ror.org/00yzwtk60" - ], - "descendants": [ - - ] - }, - "https://ror.org/051abs833": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f1qr933": { - "ancestors": [ - "https://ror.org/01r22mr83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nps9965": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00363z010": { - "ancestors": [ - "https://ror.org/05bpbnx46", - "https://ror.org/01dtyv127" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jcfzc36": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a9z1q73": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/05jrea685" - ] - }, - "https://ror.org/03nj29395": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/015hh0z25": { - "ancestors": [ - "https://ror.org/0034eay46" - ], - "descendants": [ - - ] - }, - "https://ror.org/042e6sa59": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/018yw5541": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nr6ek07": { - "ancestors": [ - "https://ror.org/00nhtcg76" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d7t1v24": { - "ancestors": [ - "https://ror.org/00yzwtk60" - ], - "descendants": [ - - ] - }, - "https://ror.org/022abst40": { - "ancestors": [ - "https://ror.org/02z31cn83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k0pmz17": { - "ancestors": [ - "https://ror.org/04j270809" - ], - "descendants": [ - - ] - }, - "https://ror.org/01de7dx97": { - "ancestors": [ - "https://ror.org/01kzjzn40" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sz9gw20": { - "ancestors": [ - "https://ror.org/05aah2q92", - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zeg8w71": { - "ancestors": [ - "https://ror.org/02xkdev90", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/038qye345": { - "ancestors": [ - "https://ror.org/03ekprg18" - ], - "descendants": [ - - ] - }, - "https://ror.org/023dgw813": { - "ancestors": [ - "https://ror.org/03vxkne37", - "https://ror.org/056tb7j80", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03460ag39": { - "ancestors": [ - "https://ror.org/02th47404" - ], - "descendants": [ - - ] - }, - "https://ror.org/034w22c34": { - "ancestors": [ - "https://ror.org/032mwd808" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vbzva31": { - "ancestors": [ - "https://ror.org/03yghzc09", - "https://ror.org/03x94j517", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/0145rpw38": { - "ancestors": [ - "https://ror.org/05f0yaq80" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xcmeq33": { - "ancestors": [ - "https://ror.org/05rrcem69", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w56mz86": { - "ancestors": [ - "https://ror.org/00965bg92" - ], - "descendants": [ - - ] - }, - "https://ror.org/052jw0990": { - "ancestors": [ - "https://ror.org/00e9zam13" - ], - "descendants": [ - - ] - }, - "https://ror.org/005xmsp39": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jj4jf83": { - "ancestors": [ - "https://ror.org/01swx2932" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w24fg09": { - "ancestors": [ - "https://ror.org/04d0xx942", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yfjjn56": { - "ancestors": [ - "https://ror.org/056tb7j80" - ], - "descendants": [ - - ] - }, - "https://ror.org/058k8t807": { - "ancestors": [ - "https://ror.org/05tgxx705" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ezrrm21": { - "ancestors": [ - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vsnbn30": { - "ancestors": [ - "https://ror.org/03vxkne37", - "https://ror.org/056tb7j80", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h6ezd77": { - "ancestors": [ - "https://ror.org/03vxkne37", - "https://ror.org/056tb7j80", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/037hcdr69": { - "ancestors": [ - "https://ror.org/00nhtcg76" - ], - "descendants": [ - - ] - }, - "https://ror.org/0266sez77": { - "ancestors": [ - "https://ror.org/002hgm057" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gen2f55": { - "ancestors": [ - "https://ror.org/056tb7j80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01aaztb91": { - "ancestors": [ - "https://ror.org/01y6swy44" - ], - "descendants": [ - - ] - }, - "https://ror.org/00whhby07": { - "ancestors": [ - "https://ror.org/04vhgtv41" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wspgy28": { - "ancestors": [ - "https://ror.org/03tzaeb71" - ], - "descendants": [ - "https://ror.org/02z0qe787", - "https://ror.org/053598c22" - ] - }, - "https://ror.org/009jear33": { - "ancestors": [ - "https://ror.org/02hn7j889" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nh79216": { - "ancestors": [ - "https://ror.org/03vxkne37", - "https://ror.org/056tb7j80", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/043rbr770": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/04j4psb31", - "https://ror.org/05vb5av34", - "https://ror.org/048a3wm97", - "https://ror.org/02asztc31", - "https://ror.org/01x0h1806", - "https://ror.org/02gdbm217", - "https://ror.org/011j4zc17", - "https://ror.org/04yvjg468", - "https://ror.org/00j4a3b86", - "https://ror.org/05hqpps66" - ] - }, - "https://ror.org/03pabrb21": { - "ancestors": [ - "https://ror.org/02hn7j889" - ], - "descendants": [ - - ] - }, - "https://ror.org/001a7je44": { - "ancestors": [ - "https://ror.org/04h03k610" - ], - "descendants": [ - - ] - }, - "https://ror.org/003hg6k65": { - "ancestors": [ - "https://ror.org/03za3eq42" - ], - "descendants": [ - - ] - }, - "https://ror.org/031621972": { - "ancestors": [ - "https://ror.org/04vmyq826" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fxzb657": { - "ancestors": [ - "https://ror.org/04vmyq826" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gd1bh37": { - "ancestors": [ - "https://ror.org/04vy95b61" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v8kbt09": { - "ancestors": [ - "https://ror.org/05f5b3h44" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kpw7e71": { - "ancestors": [ - "https://ror.org/04avm2781" - ], - "descendants": [ - - ] - }, - "https://ror.org/057aq1y25": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s3xwp33": { - "ancestors": [ - "https://ror.org/02zx40v98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00aps1a34": { - "ancestors": [ - "https://ror.org/0187kwz08", - "https://ror.org/03h2bh287" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ayrdf49": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/046ggxs83": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05epdh915": { - "ancestors": [ - "https://ror.org/011hc8f90", - "https://ror.org/02rdkx920", - "https://ror.org/0593xbv16", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j1m6098": { - "ancestors": [ - "https://ror.org/00py81415", - "https://ror.org/01tgyzw49" - ], - "descendants": [ - "https://ror.org/00xcwps97" - ] - }, - "https://ror.org/011ewyt41": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nc27g21": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/002njmw59": { - "ancestors": [ - "https://ror.org/01jet5b79" - ], - "descendants": [ - - ] - }, - "https://ror.org/027vj4x92": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - "https://ror.org/05cqhmv85" - ] - }, - "https://ror.org/05hepy730": { - "ancestors": [ - "https://ror.org/010q4q527" - ], - "descendants": [ - "https://ror.org/0430zw506", - "https://ror.org/03wm7z656", - "https://ror.org/008ec8r60" - ] - }, - "https://ror.org/05fazth07": { - "ancestors": [ - "https://ror.org/00w6g5w60" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bc6bw85": { - "ancestors": [ - "https://ror.org/045vgz384" - ], - "descendants": [ - "https://ror.org/04rjxzd30", - "https://ror.org/00mvd2t81", - "https://ror.org/00jmt8d06" - ] - }, - "https://ror.org/04d0ybj29": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pbdzh19": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/028qka468": { - "ancestors": [ - "https://ror.org/01n029866" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bjsge15": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xrb7c55": { - "ancestors": [ - "https://ror.org/03eh3y714", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c5kmy11": { - "ancestors": [ - "https://ror.org/02jjdwm75" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mgfev69": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j2fth58": { - "ancestors": [ - "https://ror.org/00b9jhh55", - "https://ror.org/02xvc5r05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04664mr26": { - "ancestors": [ - "https://ror.org/01dq60k83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nv2s006": { - "ancestors": [ - "https://ror.org/021atz428" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hh21296": { - "ancestors": [ - "https://ror.org/02cyskn39" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xcwps97": { - "ancestors": [ - "https://ror.org/02j1m6098", - "https://ror.org/04me94w47", - "https://ror.org/00py81415", - "https://ror.org/01tgyzw49" - ], - "descendants": [ - - ] - }, - "https://ror.org/008ec8r60": { - "ancestors": [ - "https://ror.org/05hepy730", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/006x48140": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/058karh42": { - "ancestors": [ - "https://ror.org/01cjzj124" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qyh5r35": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gntzb40": { - "ancestors": [ - "https://ror.org/04xysgw12", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/031q21x57": { - "ancestors": [ - "https://ror.org/03ydkyb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n1n3n22": { - "ancestors": [ - "https://ror.org/01an7q238", - "https://ror.org/043mz5j54", - "https://ror.org/03s65by71", - "https://ror.org/00pjdza24", - "https://ror.org/00pjdza24", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rx10x31": { - "ancestors": [ - "https://ror.org/02r3e0967", - "https://ror.org/04nv2wh79" - ], - "descendants": [ - - ] - }, - "https://ror.org/013gkdy87": { - "ancestors": [ - "https://ror.org/03vxkne37", - "https://ror.org/056tb7j80", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/008kev776": { - "ancestors": [ - "https://ror.org/01f80g185" - ], - "descendants": [ - "https://ror.org/02jkz3g13", - "https://ror.org/01p1fe256" - ] - }, - "https://ror.org/02r3e0967": { - "ancestors": [ - "https://ror.org/04nv2wh79" - ], - "descendants": [ - "https://ror.org/03rx10x31" - ] - }, - "https://ror.org/01p1fe256": { - "ancestors": [ - "https://ror.org/008kev776", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gj7dq89": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qzyer47": { - "ancestors": [ - "https://ror.org/04z64b609" - ], - "descendants": [ - - ] - }, - "https://ror.org/021wm7p51": { - "ancestors": [ - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - "https://ror.org/02x351n42", - "https://ror.org/03gjr0792", - "https://ror.org/04t8qjg16", - "https://ror.org/01qek3q18", - "https://ror.org/01hh45364", - "https://ror.org/01d7fn555", - "https://ror.org/039d1mp60", - "https://ror.org/0527mfk98", - "https://ror.org/03vkfy293", - "https://ror.org/02kp7p620", - "https://ror.org/059h0ng81", - "https://ror.org/01pdb1x94", - "https://ror.org/05esh5w42", - "https://ror.org/04bfs6764", - "https://ror.org/05shq4n12", - "https://ror.org/03n73vq73", - "https://ror.org/0577j0g35", - "https://ror.org/01kh0x418", - "https://ror.org/040dky007", - "https://ror.org/01zw2nq07", - "https://ror.org/04gavx394", - "https://ror.org/01e70mw69", - "https://ror.org/05ef28661", - "https://ror.org/03xcn0p72", - "https://ror.org/055rjs771", - "https://ror.org/01g7qth32", - "https://ror.org/057wr4y62", - "https://ror.org/036568k33", - "https://ror.org/057mn3690", - "https://ror.org/021r5ns39", - "https://ror.org/03dy10t98", - "https://ror.org/05bkc5375", - "https://ror.org/01gvkyp03", - "https://ror.org/04v5nnm54", - "https://ror.org/02zm5j810", - "https://ror.org/0211zmf46", - "https://ror.org/0307k1x46", - "https://ror.org/02p8nt844", - "https://ror.org/05pvypf90", - "https://ror.org/00pyevk91", - "https://ror.org/0374spr83" - ] - }, - "https://ror.org/044dq8y48": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xpa3123": { - "ancestors": [ - "https://ror.org/00kab6t91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c2ytc79": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/041ttmq60": { - "ancestors": [ - "https://ror.org/028crwz56", - "https://ror.org/03efzvv60", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kv0wv09": { - "ancestors": [ - "https://ror.org/004svx814" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rrczv41": { - "ancestors": [ - "https://ror.org/02hqkr514" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wvz0b04": { - "ancestors": [ - "https://ror.org/03g03ge92" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qr1pe22": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p2fsr49": { - "ancestors": [ - "https://ror.org/02p3esj04" - ], - "descendants": [ - - ] - }, - "https://ror.org/041w2m342": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jkz3g13": { - "ancestors": [ - "https://ror.org/008kev776", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/012mzc697": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ybswa04": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h5x3r78": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vt3a358": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n0ejh50": { - "ancestors": [ - "https://ror.org/00zgdb249", - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wgnd003": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k7cjr94": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xdnwc75": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/03e5xvd80", - "https://ror.org/02xbr5r10" - ] - }, - "https://ror.org/03e5xvd80": { - "ancestors": [ - "https://ror.org/01xdnwc75", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/02xbr5r10" - ] - }, - "https://ror.org/030a5r161": { - "ancestors": [ - "https://ror.org/043c0p156" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z3y3f62": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/031d6d035": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wd6rd97": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/026g3h106": { - "ancestors": [ - "https://ror.org/00wrevg56", - "https://ror.org/042fqyp44", - "https://ror.org/042fqyp44" - ], - "descendants": [ - - ] - }, - "https://ror.org/02car4a12": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jk2b778": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/022xyn875": { - "ancestors": [ - "https://ror.org/03xy0wx88", - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ffqaw45": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jfcs144": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y2yb643": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qha6z89": { - "ancestors": [ - "https://ror.org/01j5aph50" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zck7a21": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d7wvm38": { - "ancestors": [ - "https://ror.org/049v75w11", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yk8xt33": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/0532wcf75": { - "ancestors": [ - "https://ror.org/00k4cwq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ycms792": { - "ancestors": [ - "https://ror.org/050zdnc69" - ], - "descendants": [ - "https://ror.org/005e8tf31", - "https://ror.org/01senny43", - "https://ror.org/00q0yh079", - "https://ror.org/040bdaa45" - ] - }, - "https://ror.org/0503qew83": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xbr5r10": { - "ancestors": [ - "https://ror.org/03e5xvd80", - "https://ror.org/01xdnwc75", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/044w3nw43": { - "ancestors": [ - "https://ror.org/03xy0wx88", - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k8wg936": { - "ancestors": [ - "https://ror.org/03xy0wx88", - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/04crnd335": { - "ancestors": [ - "https://ror.org/043c0p156" - ], - "descendants": [ - - ] - }, - "https://ror.org/029st3z03": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h7hvj14": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fgpet95": { - "ancestors": [ - "https://ror.org/0489f6q08", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/03em27e03": { - "ancestors": [ - "https://ror.org/02d229b24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r0e4r58": { - "ancestors": [ - "https://ror.org/02nv7yv05", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/015e5sp16": { - "ancestors": [ - "https://ror.org/010mf0m52", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02eyeq397": { - "ancestors": [ - "https://ror.org/04pq5sx96", - "https://ror.org/03wb8xz10" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xx98n35": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gkzs980": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j96nc67": { - "ancestors": [ - "https://ror.org/00k4cwq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c9sd914": { - "ancestors": [ - "https://ror.org/04aaa2n62" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k33gq76": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01be19w37": { - "ancestors": [ - "https://ror.org/04fjkxc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ppt4w11": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pyne868": { - "ancestors": [ - "https://ror.org/01j5aph50" - ], - "descendants": [ - - ] - }, - "https://ror.org/01car3s57": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qr0r046": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zm2br59": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f1m4g17": { - "ancestors": [ - "https://ror.org/041qv0h25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kj76376": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ke5zk82": { - "ancestors": [ - "https://ror.org/03w2xw870", - "https://ror.org/04zke5364", - "https://ror.org/03k6fqn53", - "https://ror.org/014jtt019" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pq5sx96": { - "ancestors": [ - "https://ror.org/03wb8xz10" - ], - "descendants": [ - "https://ror.org/02eyeq397" - ] - }, - "https://ror.org/035v3d332": { - "ancestors": [ - "https://ror.org/038sc5x72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zexf287": { - "ancestors": [ - "https://ror.org/04zvj8c18" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b988t02": { - "ancestors": [ - "https://ror.org/04zjvnp94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dwpbz64": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jdyfj45": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ar2v535": { - "ancestors": [ - "https://ror.org/05n7v5997" - ], - "descendants": [ - - ] - }, - "https://ror.org/0198xy071": { - "ancestors": [ - "https://ror.org/00wjc7c48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ajt3179": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/013meh722", - "https://ror.org/001aqnf71" - ], - "descendants": [ - "https://ror.org/015nth639" - ] - }, - "https://ror.org/02m74w963": { - "ancestors": [ - "https://ror.org/02zttza43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xpsrn94": { - "ancestors": [ - "https://ror.org/03xy0wx88", - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vng3v16": { - "ancestors": [ - "https://ror.org/03wb8xz10" - ], - "descendants": [ - - ] - }, - "https://ror.org/049v75w11": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00d7wvm38" - ] - }, - "https://ror.org/03qjp1d79": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - "https://ror.org/022rwzq94" - ] - }, - "https://ror.org/05qjftn62": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/009667168": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xfq7a50": { - "ancestors": [ - "https://ror.org/04vhgtv41" - ], - "descendants": [ - "https://ror.org/05x9zmx47" - ] - }, - "https://ror.org/05knsc956": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cpv3t46": { - "ancestors": [ - "https://ror.org/02ppyfa04" - ], - "descendants": [ - - ] - }, - "https://ror.org/023jwkg52": { - "ancestors": [ - "https://ror.org/039wwwz66" - ], - "descendants": [ - - ] - }, - "https://ror.org/018zra666": { - "ancestors": [ - "https://ror.org/052eegr76", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/022rwzq94": { - "ancestors": [ - "https://ror.org/03qjp1d79", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bvg0c15": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rzyb874": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/017qzdd52": { - "ancestors": [ - "https://ror.org/0289ggs32" - ], - "descendants": [ - - ] - }, - "https://ror.org/0436nnc79": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/014ahdf17": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/038g41092": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mtk3r50": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rgky883": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/0540s3083": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02de03b20": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/019p70n30": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qt1p572": { - "ancestors": [ - "https://ror.org/01502ca60" - ], - "descendants": [ - - ] - }, - "https://ror.org/009qfn612": { - "ancestors": [ - "https://ror.org/039wwwz66" - ], - "descendants": [ - - ] - }, - "https://ror.org/006yspz11": { - "ancestors": [ - "https://ror.org/01502ca60" - ], - "descendants": [ - - ] - }, - "https://ror.org/028cw6449": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z1mhq06": { - "ancestors": [ - "https://ror.org/02xe89706" - ], - "descendants": [ - - ] - }, - "https://ror.org/01phkkj35": { - "ancestors": [ - "https://ror.org/039wwwz66" - ], - "descendants": [ - - ] - }, - "https://ror.org/00178eg98": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qrbys32": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ktgt837": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dmgak75": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e8kn913": { - "ancestors": [ - "https://ror.org/02ppyfa04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jkhfm44": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qrjns53": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vj48162": { - "ancestors": [ - "https://ror.org/03bnmw459" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j69fe92": { - "ancestors": [ - "https://ror.org/02pa0cy79" - ], - "descendants": [ - - ] - }, - "https://ror.org/02saske07": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/00js75b59": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/059z28h12": { - "ancestors": [ - "https://ror.org/04bg5j190", - "https://ror.org/04b0z7q78", - "https://ror.org/013bkhk48", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k0g5176": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ap2av50": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nx96f80": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/05njkjr15": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01eexc772": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/002jjge32": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bezch69": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gnrs088": { - "ancestors": [ - "https://ror.org/039wwwz66" - ], - "descendants": [ - - ] - }, - "https://ror.org/009axtj18": { - "ancestors": [ - "https://ror.org/00r4sry34", - "https://ror.org/01awp2978", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v14jr37": { - "ancestors": [ - "https://ror.org/02pa0cy79" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a57r951": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k93wc57": { - "ancestors": [ - "https://ror.org/044jr0f96" - ], - "descendants": [ - - ] - }, - "https://ror.org/0477eg838": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tcpz740": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/049dch481": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a7kkc32": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/0384rzm54": { - "ancestors": [ - "https://ror.org/01c1w6d29", - "https://ror.org/02a7z5917" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cm4mp98": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/056a3pe54": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/0271njn83": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/05eghha10": { - "ancestors": [ - "https://ror.org/00ysy1705" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vwbmb32": { - "ancestors": [ - "https://ror.org/04sapgw72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00epkwd79": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/0278hns33": { - "ancestors": [ - "https://ror.org/00cfam450", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zfedn93": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e33tw76": { - "ancestors": [ - "https://ror.org/039wwwz66" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rf18d16": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/0165ax130": { - "ancestors": [ - "https://ror.org/02ppyfa04" - ], - "descendants": [ - - ] - }, - "https://ror.org/053940494": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xy3ra43": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ph04139": { - "ancestors": [ - "https://ror.org/02pa0cy79" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g267s60": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nvgrx75": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mvgap27": { - "ancestors": [ - "https://ror.org/039wwwz66" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f6mer85": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xz59c49": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/0075rng13": { - "ancestors": [ - "https://ror.org/01502ca60" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v69n451": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tprt448": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/007scx377": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/006evg656": { - "ancestors": [ - "https://ror.org/01502ca60" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h7x1x60": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gtnmh30": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pw05h04": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/02td1nn43": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/05aza0t21": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/02m8tt458": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/002eh7j54": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/03428qp74": { - "ancestors": [ - "https://ror.org/01n029866" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dpbzg35": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/05667zq45": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/0227txs74": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hg3n482": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/000z46s85": { - "ancestors": [ - "https://ror.org/02ppyfa04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cjjjf51": { - "ancestors": [ - "https://ror.org/039wwwz66" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rpdjf12": { - "ancestors": [ - "https://ror.org/008sy4716" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sh1xg03": { - "ancestors": [ - "https://ror.org/01502ca60" - ], - "descendants": [ - - ] - }, - "https://ror.org/01202fx60": { - "ancestors": [ - "https://ror.org/02qyf5152", - "https://ror.org/052detg56" - ], - "descendants": [ - - ] - }, - "https://ror.org/021ydgj53": { - "ancestors": [ - "https://ror.org/00nmgny79" - ], - "descendants": [ - - ] - }, - "https://ror.org/037a8w620": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/013meh722", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q36qm19": { - "ancestors": [ - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/0061vr059": { - "ancestors": [ - "https://ror.org/00nmgny79" - ], - "descendants": [ - - ] - }, - "https://ror.org/028gnmj13": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/027b1sp84": { - "ancestors": [ - "https://ror.org/01sgzrz83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04patj340": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0412j5e72": { - "ancestors": [ - "https://ror.org/01bh2qr63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zn2c847": { - "ancestors": [ - "https://ror.org/03zydm450" - ], - "descendants": [ - "https://ror.org/033rx1153" - ] - }, - "https://ror.org/02dcqxm65": { - "ancestors": [ - "https://ror.org/04cvxnb49" - ], - "descendants": [ - - ] - }, - "https://ror.org/033rx1153": { - "ancestors": [ - "https://ror.org/00zn2c847", - "https://ror.org/0187kwz08", - "https://ror.org/03zydm450" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mrd0686": { - "ancestors": [ - "https://ror.org/02s6k3f65", - "https://ror.org/05r4t3s90" - ], - "descendants": [ - - ] - }, - "https://ror.org/026sbm463": { - "ancestors": [ - "https://ror.org/03g7eh380", - "https://ror.org/00nmgny79" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w1khd64": { - "ancestors": [ - "https://ror.org/04m01e293" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qay8a95": { - "ancestors": [ - "https://ror.org/00nmgny79" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wept116": { - "ancestors": [ - "https://ror.org/00nmgny79" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gfar685": { - "ancestors": [ - "https://ror.org/00nmgny79" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xcybn77": { - "ancestors": [ - "https://ror.org/02exqgm79" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qc43v06": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y9zrf69": { - "ancestors": [ - "https://ror.org/00nmgny79" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tcq6k11": { - "ancestors": [ - "https://ror.org/00nmgny79" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ese7s54": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/00va88c89": { - "ancestors": [ - "https://ror.org/04c4bm785" - ], - "descendants": [ - "https://ror.org/03kss9p24", - "https://ror.org/00ac63h31", - "https://ror.org/00dvtcv48", - "https://ror.org/05cam4g78", - "https://ror.org/0556kt608" - ] - }, - "https://ror.org/00t2xrj54": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z72wf68": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d4vcg59": { - "ancestors": [ - "https://ror.org/03gvhpa76", - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h1wg685": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/01drzr533": { - "ancestors": [ - "https://ror.org/01537wn74" - ], - "descendants": [ - - ] - }, - "https://ror.org/050kf9c55": { - "ancestors": [ - "https://ror.org/04hf5kq57" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tmjzh29": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jkb5508": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/0267htk20": { - "ancestors": [ - "https://ror.org/026xyd213", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tfk3v06": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/014vqg108": { - "ancestors": [ - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fe2kq34": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yab1r94": { - "ancestors": [ - "https://ror.org/03gvhpa76", - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sxnp368": { - "ancestors": [ - "https://ror.org/02zdz1m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mamvh39": { - "ancestors": [ - "https://ror.org/014bj5w56", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kd4km72": { - "ancestors": [ - "https://ror.org/014bj5w56", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/056naxb15": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/03x57gn41", - "https://ror.org/00ak1t323", - "https://ror.org/05j7fep28", - "https://ror.org/03qn8fb07", - "https://ror.org/04ge02x20", - "https://ror.org/014vqg108", - "https://ror.org/03be3fb73", - "https://ror.org/00nq2dx79", - "https://ror.org/03vk18a84", - "https://ror.org/05bea0b03", - "https://ror.org/02f34aa13", - "https://ror.org/02c5qvj97", - "https://ror.org/03n17ds51", - "https://ror.org/05rke7t32", - "https://ror.org/04ynn1b95", - "https://ror.org/05qajvd42", - "https://ror.org/02aseym49", - "https://ror.org/01qv3ez98", - "https://ror.org/05hdbs804", - "https://ror.org/02gkh1e90", - "https://ror.org/00c8nx045", - "https://ror.org/059mabc80", - "https://ror.org/03rzhkf33", - "https://ror.org/05p3fde54", - "https://ror.org/04ywhbc61", - "https://ror.org/03jh4jw93", - "https://ror.org/04sx9wp33", - "https://ror.org/051hpv692", - "https://ror.org/02cgy3m12", - "https://ror.org/02xhx4j26", - "https://ror.org/029pamw34", - "https://ror.org/01ew37b76", - "https://ror.org/03q397159", - "https://ror.org/02bbj5z24", - "https://ror.org/05xx7en86", - "https://ror.org/05mbqa235", - "https://ror.org/0152bt112", - "https://ror.org/034x2fx50", - "https://ror.org/01mae9353", - "https://ror.org/03rs0fg31", - "https://ror.org/039b65w79", - "https://ror.org/041v1ea26", - "https://ror.org/031ebne21", - "https://ror.org/05jg9pj51", - "https://ror.org/02jfhsn35", - "https://ror.org/00n82gt57", - "https://ror.org/00ek2rf42", - "https://ror.org/05bgxxb69" - ] - }, - "https://ror.org/055w89263": { - "ancestors": [ - "https://ror.org/03gvhpa76", - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/0083hz885": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04c1v2b17" - ] - }, - "https://ror.org/0483qx226": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e86d016": { - "ancestors": [ - "https://ror.org/05fd1hd85" - ], - "descendants": [ - - ] - }, - "https://ror.org/002v5yw74": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ak1t323": { - "ancestors": [ - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ezjw960": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/026xyd213": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - "https://ror.org/0267htk20" - ] - }, - "https://ror.org/01ttmqc18": { - "ancestors": [ - "https://ror.org/0101er145", - "https://ror.org/00789fa95", - "https://ror.org/00xqkj280", - "https://ror.org/00xqkj280" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zgm5t19": { - "ancestors": [ - "https://ror.org/03k79cn98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s7cqk18": { - "ancestors": [ - "https://ror.org/014bj5w56", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/054ydxh33": { - "ancestors": [ - "https://ror.org/014bj5w56", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/058m2zy02": { - "ancestors": [ - "https://ror.org/035qedt02", - "https://ror.org/00xqkj280" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sdb8f83": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r5c7c30": { - "ancestors": [ - "https://ror.org/00vf4jm23", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a50j303": { - "ancestors": [ - "https://ror.org/01537wn74" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ftxmw65": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gdbm217": { - "ancestors": [ - "https://ror.org/043rbr770", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y9h3t34": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cd28j32": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zp6eb52": { - "ancestors": [ - "https://ror.org/03rzy3090" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f7sbz75": { - "ancestors": [ - "https://ror.org/02vabsf11" - ], - "descendants": [ - - ] - }, - "https://ror.org/007ef4t67": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - "https://ror.org/05h2dda38" - ] - }, - "https://ror.org/02r67s833": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/054j5yq82": { - "ancestors": [ - "https://ror.org/00fj8a872", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/007hfn712": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/051qeyr12": { - "ancestors": [ - "https://ror.org/03qxff017" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t9khr87": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0094aqg59": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/02frtqf06": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/03be3fb73": { - "ancestors": [ - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01awp2978": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - "https://ror.org/009axtj18" - ] - }, - "https://ror.org/03c6k3q87": { - "ancestors": [ - "https://ror.org/00rmvjy83", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/0095rxa03": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/00es6pb19": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pbd2t84": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a2xtt59": { - "ancestors": [ - "https://ror.org/03gvhpa76", - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mr78v45": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - "https://ror.org/05h2dda38" - ] - }, - "https://ror.org/030p9nw74": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ddvtt26": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00whkrf32": { - "ancestors": [ - "https://ror.org/014bj5w56", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hg48t65": { - "ancestors": [ - "https://ror.org/02xzytt36" - ], - "descendants": [ - "https://ror.org/00kkxv282" - ] - }, - "https://ror.org/02f0cra24": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xfjq530": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/04at8nn08": { - "ancestors": [ - "https://ror.org/02xzytt36" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tme9506": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/012y8h312": { - "ancestors": [ - "https://ror.org/04egvf158" - ], - "descendants": [ - - ] - }, - "https://ror.org/0381t6379": { - "ancestors": [ - "https://ror.org/04g3scy39" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ce5fg13": { - "ancestors": [ - "https://ror.org/05ct91r78" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kkxv282": { - "ancestors": [ - "https://ror.org/05hg48t65", - "https://ror.org/02xzytt36" - ], - "descendants": [ - - ] - }, - "https://ror.org/03135ed07": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h2dda38": { - "ancestors": [ - "https://ror.org/04mr78v45", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/015bmra78": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xkdy484": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wa40650": { - "ancestors": [ - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/018ypnc38": { - "ancestors": [ - "https://ror.org/02jkp0740" - ], - "descendants": [ - - ] - }, - "https://ror.org/0431vax36": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/027ymyq71": { - "ancestors": [ - "https://ror.org/00r9rdf15" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tpkqz22": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fe3cc74": { - "ancestors": [ - "https://ror.org/04rswrd78", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/025ae7a15": { - "ancestors": [ - "https://ror.org/01wgfva68", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c7kqb82": { - "ancestors": [ - "https://ror.org/00epmtw64" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s42x260": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02zvw6748", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xx4z452": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05q5zzn71" - ] - }, - "https://ror.org/05q5zzn71": { - "ancestors": [ - "https://ror.org/04xx4z452", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ajbht29": { - "ancestors": [ - "https://ror.org/0399mhs52", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cyfxe35": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/056reh520": { - "ancestors": [ - "https://ror.org/05h1pdj54", - "https://ror.org/046qcse71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d67x059": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rj8cx55": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02zsxwr40", - "https://ror.org/02rcrvv70", - "https://ror.org/051fvmk98" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vxkne37": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - "https://ror.org/00vsnbn30", - "https://ror.org/04nh79216", - "https://ror.org/01h6ezd77", - "https://ror.org/023dgw813", - "https://ror.org/013gkdy87" - ] - }, - "https://ror.org/059fqnc42": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/057xcp713", - "https://ror.org/02z0mvz29" - ] - }, - "https://ror.org/02skrr217": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/028crwz56", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xxs2z38": { - "ancestors": [ - "https://ror.org/03q4c3e69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ssjv946": { - "ancestors": [ - "https://ror.org/01wgfva68", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/057xcp713": { - "ancestors": [ - "https://ror.org/059fqnc42", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p7gwa14": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w1q7x19": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/00ysfqy60", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q79g396": { - "ancestors": [ - "https://ror.org/05dxps055" - ], - "descendants": [ - "https://ror.org/01trfvq12" - ] - }, - "https://ror.org/03db5ay71": { - "ancestors": [ - "https://ror.org/03v76x132" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n143x36": { - "ancestors": [ - "https://ror.org/04krkan79", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03efe6r86": { - "ancestors": [ - "https://ror.org/00gtmwv55" - ], - "descendants": [ - - ] - }, - "https://ror.org/042607708": { - "ancestors": [ - "https://ror.org/047s2c258", - "https://ror.org/01r0c1p88" - ], - "descendants": [ - - ] - }, - "https://ror.org/0594de127": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kwm3d29": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - "https://ror.org/01sas2f78" - ] - }, - "https://ror.org/00wks2x74": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02dqehb95", - "https://ror.org/02rcrvv70", - "https://ror.org/05p8z3f47" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bckkk69": { - "ancestors": [ - "https://ror.org/01s0wxr22" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xr3m042": { - "ancestors": [ - "https://ror.org/0171mag52", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/038n0qb29": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w8cva37": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - "https://ror.org/00bv27459", - "https://ror.org/02e2v3e15", - "https://ror.org/02w0rjw17" - ] - }, - "https://ror.org/04vhn6x78": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/056tb7j80", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/010ww9x09": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/04zjtrb98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0581em797": { - "ancestors": [ - "https://ror.org/00e3ns026" - ], - "descendants": [ - "https://ror.org/02frtqf06", - "https://ror.org/01ftxmw65", - "https://ror.org/007hfn712", - "https://ror.org/03135ed07", - "https://ror.org/002v5yw74", - "https://ror.org/01tfk3v06", - "https://ror.org/04h1wg685", - "https://ror.org/01y9h3t34", - "https://ror.org/03xkdy484", - "https://ror.org/04tmjzh29", - "https://ror.org/05j9kq242", - "https://ror.org/05ese7s54", - "https://ror.org/05pbd2t84", - "https://ror.org/00ezjw960", - "https://ror.org/02cd28j32", - "https://ror.org/0094aqg59", - "https://ror.org/03tme9506", - "https://ror.org/00t2xrj54", - "https://ror.org/02r67s833", - "https://ror.org/0095rxa03", - "https://ror.org/0431vax36", - "https://ror.org/05xfjq530", - "https://ror.org/01z72wf68", - "https://ror.org/05nswdr94", - "https://ror.org/05jkb5508" - ] - }, - "https://ror.org/0469ejq24": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/049c9q337": { - "ancestors": [ - "https://ror.org/039wwwz66" - ], - "descendants": [ - - ] - }, - "https://ror.org/027n40j28": { - "ancestors": [ - "https://ror.org/00m2s0z68" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j9e2j92": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pe09j37": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/048f36m54": { - "ancestors": [ - "https://ror.org/01xz39a70", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s3dpm97": { - "ancestors": [ - "https://ror.org/02zsxwr40", - "https://ror.org/051fvmk98" - ], - "descendants": [ - - ] - }, - "https://ror.org/001n0zm21": { - "ancestors": [ - "https://ror.org/00m2s0z68" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k575643": { - "ancestors": [ - "https://ror.org/02kv4zf79" - ], - "descendants": [ - - ] - }, - "https://ror.org/05et1xd41": { - "ancestors": [ - "https://ror.org/01wgfva68", - "https://ror.org/03cqe8w59", - "https://ror.org/003vet424", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w1e0787": { - "ancestors": [ - "https://ror.org/00psb5b18" - ], - "descendants": [ - - ] - }, - "https://ror.org/01svqwd91": { - "ancestors": [ - "https://ror.org/040b34t59" - ], - "descendants": [ - - ] - }, - "https://ror.org/01spssf70": { - "ancestors": [ - "https://ror.org/00m2s0z68" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xa99s59": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/041gqhg24", - "https://ror.org/02rcrvv70", - "https://ror.org/050qj5m48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f5kdg89": { - "ancestors": [ - "https://ror.org/05kxbz959" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hccab49": { - "ancestors": [ - "https://ror.org/02acart68", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ktqem13": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - "https://ror.org/04jdqdr13" - ] - }, - "https://ror.org/01as2bh37": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a0qqh56": { - "ancestors": [ - "https://ror.org/03nh7vj77" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nsjbm45": { - "ancestors": [ - "https://ror.org/01z3hs762" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zbzej19": { - "ancestors": [ - "https://ror.org/03q2wez45", - "https://ror.org/00dfd1509", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01stnk488": { - "ancestors": [ - "https://ror.org/02kv4zf79" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yqfsf29": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - "https://ror.org/03h0e2s88", - "https://ror.org/009d3ws08", - "https://ror.org/034s8ev31" - ] - }, - "https://ror.org/049xnr573": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ws49r51": { - "ancestors": [ - "https://ror.org/04htnem03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g467k04": { - "ancestors": [ - "https://ror.org/042dnf796" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nr2vg89": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/00hpz7z43", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qkxb782": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - "https://ror.org/02m19wv39", - "https://ror.org/040me2j46", - "https://ror.org/03v7tny92", - "https://ror.org/04x0n3178", - "https://ror.org/02s040f34" - ] - }, - "https://ror.org/0249rpb20": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05chny950": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/022qmyy53": { - "ancestors": [ - "https://ror.org/043pgqy52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bjcbf76": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bedhb92": { - "ancestors": [ - "https://ror.org/02fdb8q57" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r8b4p12": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mv4xe50": { - "ancestors": [ - "https://ror.org/05m7zw681" - ], - "descendants": [ - - ] - }, - "https://ror.org/033a1rv92": { - "ancestors": [ - "https://ror.org/02exqgm79" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dvgav47": { - "ancestors": [ - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rgrbr06": { - "ancestors": [ - "https://ror.org/04b6nzv94", - "https://ror.org/02jzgtq86", - "https://ror.org/04py2rh25" - ], - "descendants": [ - "https://ror.org/00z2tp793" - ] - }, - "https://ror.org/052tfzs89": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/046dg4z72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z2tp793": { - "ancestors": [ - "https://ror.org/04b6nzv94", - "https://ror.org/05rgrbr06", - "https://ror.org/04py2rh25", - "https://ror.org/02jzgtq86" - ], - "descendants": [ - - ] - }, - "https://ror.org/003vet424": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - "https://ror.org/0041aya12", - "https://ror.org/042765079", - "https://ror.org/057915t59", - "https://ror.org/01kwwh635", - "https://ror.org/058xqms97", - "https://ror.org/05et1xd41" - ] - }, - "https://ror.org/013nxtf56": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vhjs264": { - "ancestors": [ - "https://ror.org/05y3n1d93", - "https://ror.org/03n6nwv02" - ], - "descendants": [ - - ] - }, - "https://ror.org/005n5zv88": { - "ancestors": [ - "https://ror.org/0446d5v35" - ], - "descendants": [ - - ] - }, - "https://ror.org/03200rt26": { - "ancestors": [ - "https://ror.org/0312hfy93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pq4g524": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02epydz83": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/045t78n53" - ] - }, - "https://ror.org/020ns9z20": { - "ancestors": [ - "https://ror.org/02exqgm79" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nysf027": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/01j7nq853", - "https://ror.org/03zmjc935", - "https://ror.org/0272j5188", - "https://ror.org/01mtkd993", - "https://ror.org/01na82s61", - "https://ror.org/0054f1w39", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qxmdg18": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z0mvz29": { - "ancestors": [ - "https://ror.org/059fqnc42", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03482ps02": { - "ancestors": [ - "https://ror.org/01tmqtf75" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f2g4464": { - "ancestors": [ - "https://ror.org/03y8mtb59" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qzr9r50": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/00v29jp57", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/0394f3t90": { - "ancestors": [ - "https://ror.org/03g3m1w62" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b1jpg49": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/03hbp5t65", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05akpmt68": { - "ancestors": [ - "https://ror.org/01kj2bm70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03em45j53": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/025q0f986": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0131vfw26": { - "ancestors": [ - "https://ror.org/02f40zc51" - ], - "descendants": [ - "https://ror.org/03em6xj44" - ] - }, - "https://ror.org/015q23935": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/011xg1225", - "https://ror.org/03vte9x46", - "https://ror.org/01kcrnc96" - ] - }, - "https://ror.org/008kdr741": { - "ancestors": [ - "https://ror.org/04tec8z30" - ], - "descendants": [ - - ] - }, - "https://ror.org/033yb0967": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - "https://ror.org/053385a79", - "https://ror.org/03zry0650", - "https://ror.org/01sr2h546" - ] - }, - "https://ror.org/01r8xsy94": { - "ancestors": [ - "https://ror.org/040hhjv66" - ], - "descendants": [ - - ] - }, - "https://ror.org/050zdfe57": { - "ancestors": [ - "https://ror.org/0145znz58", - "https://ror.org/03cd02q50", - "https://ror.org/04vrzee53", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/017k80q27": { - "ancestors": [ - "https://ror.org/056ajev02" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rmh9n78": { - "ancestors": [ - "https://ror.org/0061x0487" - ], - "descendants": [ - "https://ror.org/037f7zx95", - "https://ror.org/02mkj1868", - "https://ror.org/032j6ge54" - ] - }, - "https://ror.org/0310sdb05": { - "ancestors": [ - "https://ror.org/05fqg8t87" - ], - "descendants": [ - - ] - }, - "https://ror.org/050xdz686": { - "ancestors": [ - "https://ror.org/01yc93g67" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gpq1s11": { - "ancestors": [ - "https://ror.org/01qq57711", - "https://ror.org/04teye511", - "https://ror.org/047gc3g35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02acart68": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04hccab49", - "https://ror.org/0540g1c48" - ] - }, - "https://ror.org/00bxym797": { - "ancestors": [ - "https://ror.org/0145znz58", - "https://ror.org/03cd02q50", - "https://ror.org/04vrzee53", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zn7ya31": { - "ancestors": [ - "https://ror.org/017zqws13", - "https://ror.org/03grvy078" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ekm7858": { - "ancestors": [ - "https://ror.org/0145znz58", - "https://ror.org/03cd02q50", - "https://ror.org/04vrzee53", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d1zwe41": { - "ancestors": [ - "https://ror.org/00ggpsq73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0540g1c48": { - "ancestors": [ - "https://ror.org/02acart68", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h9gyn11": { - "ancestors": [ - "https://ror.org/02e0y6e06", - "https://ror.org/05f82e368", - "https://ror.org/02dga6j42", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gqsp710": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rbe2516": { - "ancestors": [ - "https://ror.org/05510vn56", - "https://ror.org/01qq57711", - "https://ror.org/04teye511", - "https://ror.org/04xe01d27", - "https://ror.org/01ht74751", - "https://ror.org/01c080z51" - ], - "descendants": [ - - ] - }, - "https://ror.org/0516b6a83": { - "ancestors": [ - "https://ror.org/017zqws13", - "https://ror.org/03grvy078" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n5jbb65": { - "ancestors": [ - "https://ror.org/02yzgww51" - ], - "descendants": [ - - ] - }, - "https://ror.org/0128gh156": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/056pdzs28": { - "ancestors": [ - "https://ror.org/02y3ad647", - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03em6xj44": { - "ancestors": [ - "https://ror.org/0131vfw26", - "https://ror.org/02f40zc51", - "https://ror.org/02f40zc51" - ], - "descendants": [ - - ] - }, - "https://ror.org/043z4tv69": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00pjnm784", - "https://ror.org/00x19de83" - ] - }, - "https://ror.org/00k86w020": { - "ancestors": [ - "https://ror.org/05bnh6r87" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fek2d03": { - "ancestors": [ - "https://ror.org/0581esp57" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y0ef124": { - "ancestors": [ - "https://ror.org/02j2d2g70", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hass884": { - "ancestors": [ - "https://ror.org/02nv7yv05", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/0145znz58": { - "ancestors": [ - "https://ror.org/03cd02q50", - "https://ror.org/04vrzee53", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/050zdfe57", - "https://ror.org/00hqaq407", - "https://ror.org/03ekm7858", - "https://ror.org/00bxym797" - ] - }, - "https://ror.org/05ek4tb53": { - "ancestors": [ - "https://ror.org/0213rcc28" - ], - "descendants": [ - - ] - }, - "https://ror.org/0399mhs52": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02ajbht29" - ] - }, - "https://ror.org/02j2d2g70": { - "ancestors": [ - "https://ror.org/05a4cm665" - ], - "descendants": [ - "https://ror.org/02q5gf687", - "https://ror.org/01scevc62", - "https://ror.org/05vg74d16", - "https://ror.org/039xdzv43", - "https://ror.org/010jktr86", - "https://ror.org/05bkpyp72", - "https://ror.org/01y0ef124" - ] - }, - "https://ror.org/036d5c397": { - "ancestors": [ - "https://ror.org/040hhjv66" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qmm0x62": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/002hc6y19": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/018d9zk51": { - "ancestors": [ - "https://ror.org/040hhjv66" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p36j662": { - "ancestors": [ - "https://ror.org/05fp08r12" - ], - "descendants": [ - "https://ror.org/023swxh49" - ] - }, - "https://ror.org/036x93b86": { - "ancestors": [ - "https://ror.org/02885vs25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hqaq407": { - "ancestors": [ - "https://ror.org/0145znz58", - "https://ror.org/03cd02q50", - "https://ror.org/04vrzee53", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v99wx36": { - "ancestors": [ - "https://ror.org/04ezk3x31", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/023swxh49": { - "ancestors": [ - "https://ror.org/01p36j662", - "https://ror.org/05fp08r12" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ge6fe64": { - "ancestors": [ - "https://ror.org/0039pzg53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zw9nc64": { - "ancestors": [ - "https://ror.org/02dgjyy92" - ], - "descendants": [ - "https://ror.org/05cpqsp49", - "https://ror.org/0552r4b12", - "https://ror.org/02yx0mh38" - ] - }, - "https://ror.org/01c284h11": { - "ancestors": [ - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zwmgk08": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/004c11w41": { - "ancestors": [ - "https://ror.org/018906e22" - ], - "descendants": [ - - ] - }, - "https://ror.org/000sy1f36": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/03azy3k91": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/048py7387": { - "ancestors": [ - "https://ror.org/01e6qks80" - ], - "descendants": [ - - ] - }, - "https://ror.org/008ebma82": { - "ancestors": [ - "https://ror.org/001rdaz60" - ], - "descendants": [ - - ] - }, - "https://ror.org/025yypj46": { - "ancestors": [ - "https://ror.org/05tjjsh18" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tn4vp83": { - "ancestors": [ - "https://ror.org/014jtt019" - ], - "descendants": [ - "https://ror.org/04m2j3740" - ] - }, - "https://ror.org/0146z4r19": { - "ancestors": [ - "https://ror.org/02t274463", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/022ethc91": { - "ancestors": [ - "https://ror.org/03zmjc935", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wdsp051": { - "ancestors": [ - "https://ror.org/007ps6h72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hkswm52": { - "ancestors": [ - "https://ror.org/00tnppw48", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0106d5c37": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s7vm534": { - "ancestors": [ - "https://ror.org/05gnv4a66", - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fxqx152": { - "ancestors": [ - "https://ror.org/01jr3y717", - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/017xf2h35": { - "ancestors": [ - "https://ror.org/00g30e956" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g130845": { - "ancestors": [ - "https://ror.org/04ers2y35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02anvmh54": { - "ancestors": [ - "https://ror.org/04fkhbv91" - ], - "descendants": [ - - ] - }, - "https://ror.org/016t6nf16": { - "ancestors": [ - "https://ror.org/01rbqr638" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rv1bf67": { - "ancestors": [ - "https://ror.org/008kn4z11", - "https://ror.org/002t25c44", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/003mr9q86": { - "ancestors": [ - "https://ror.org/00kyj9h67" - ], - "descendants": [ - - ] - }, - "https://ror.org/011rpdz66": { - "ancestors": [ - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00adjwa30": { - "ancestors": [ - "https://ror.org/021036w13", - "https://ror.org/023hj5876" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kf4rc21": { - "ancestors": [ - "https://ror.org/01jr3y717", - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w66e730": { - "ancestors": [ - "https://ror.org/008wrw613" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qh8ef51": { - "ancestors": [ - "https://ror.org/00nmgny79" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q3a8095": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/011qkaj49": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - "https://ror.org/04gndp242", - "https://ror.org/03nkpwc05" - ] - }, - "https://ror.org/04ehecz88": { - "ancestors": [ - "https://ror.org/011htkb76" - ], - "descendants": [ - "https://ror.org/03763ep67", - "https://ror.org/01as10d06", - "https://ror.org/01fbdn283", - "https://ror.org/04js6xx21", - "https://ror.org/00b4wat71", - "https://ror.org/01mkye871", - "https://ror.org/00sdedd93", - "https://ror.org/038fqcc39", - "https://ror.org/0365sd121", - "https://ror.org/03bzbh797", - "https://ror.org/024vfsp92", - "https://ror.org/0079qbp72", - "https://ror.org/02r2pcs39" - ] - }, - "https://ror.org/056ms9a36": { - "ancestors": [ - "https://ror.org/029m96t80", - "https://ror.org/05y503v71" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pkvpx84": { - "ancestors": [ - "https://ror.org/05ww3wq27", - "https://ror.org/01pxwe438", - "https://ror.org/05f8d4e86", - "https://ror.org/002rjbv21", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/049kefs16": { - "ancestors": [ - "https://ror.org/05vz28418" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t14bp54": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/00mmn6b08", - "https://ror.org/02jbv0t02", - "https://ror.org/0114b2m14", - "https://ror.org/02rcrvv70", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/039eaqm23": { - "ancestors": [ - "https://ror.org/01jr3y717", - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k5bhd83": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/0599cab37": { - "ancestors": [ - "https://ror.org/02kwnkm68", - "https://ror.org/05hs6h993" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rw01c09": { - "ancestors": [ - "https://ror.org/01qrts582" - ], - "descendants": [ - - ] - }, - "https://ror.org/005hq2w28": { - "ancestors": [ - "https://ror.org/00nmgny79" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a7t9b67": { - "ancestors": [ - "https://ror.org/054225q67", - "https://ror.org/01nrxwf90" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pcrxq11": { - "ancestors": [ - "https://ror.org/02vh8a032" - ], - "descendants": [ - - ] - }, - "https://ror.org/02km7mb89": { - "ancestors": [ - "https://ror.org/05xc20j70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03837fc46": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/0199hds37" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q961f45": { - "ancestors": [ - "https://ror.org/05sqf9v67" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wz4b049": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/0414fab98": { - "ancestors": [ - "https://ror.org/0199hds37" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sc67422": { - "ancestors": [ - "https://ror.org/05f950310", - "https://ror.org/03xrhmk39" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x706n97": { - "ancestors": [ - "https://ror.org/00nmgny79" - ], - "descendants": [ - - ] - }, - "https://ror.org/04agmb972": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/048zssa22": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gpapx10": { - "ancestors": [ - "https://ror.org/04c3ged70", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e0v3f13": { - "ancestors": [ - "https://ror.org/03bqmcz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b9jhh55": { - "ancestors": [ - "https://ror.org/02xvc5r05" - ], - "descendants": [ - "https://ror.org/00z7r8y22", - "https://ror.org/02j2fth58" - ] - }, - "https://ror.org/01qdz9132": { - "ancestors": [ - "https://ror.org/002t25c44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ht1xw27": { - "ancestors": [ - "https://ror.org/02m388s04", - "https://ror.org/036h6g940" - ], - "descendants": [ - "https://ror.org/01axfdj86", - "https://ror.org/0015qa126", - "https://ror.org/03gf8rp76", - "https://ror.org/04tbt8b85", - "https://ror.org/00dp5a155", - "https://ror.org/01dagn361" - ] - }, - "https://ror.org/02bddg852": { - "ancestors": [ - "https://ror.org/01c7wz417" - ], - "descendants": [ - - ] - }, - "https://ror.org/01evwfd48": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - "https://ror.org/04fhwda97" - ] - }, - "https://ror.org/01xqwbk25": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v3fsc55": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/0376wcg10" - ] - }, - "https://ror.org/02rdthx75": { - "ancestors": [ - "https://ror.org/05h1pdj54", - "https://ror.org/046qcse71" - ], - "descendants": [ - - ] - }, - "https://ror.org/041evnj42": { - "ancestors": [ - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/016nv8j08": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/0495fxg12" - ], - "descendants": [ - - ] - }, - "https://ror.org/0330gay09": { - "ancestors": [ - "https://ror.org/0495fxg12" - ], - "descendants": [ - - ] - }, - "https://ror.org/021adze67": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04et59085", - "https://ror.org/00fyvea65", - "https://ror.org/04f6s9e70" - ] - }, - "https://ror.org/01na82s61": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01xx4fy37", - "https://ror.org/02d2m2044", - "https://ror.org/0599wfz09", - "https://ror.org/02bgabj83", - "https://ror.org/05ycxzd89", - "https://ror.org/050m26017", - "https://ror.org/045k2ma45", - "https://ror.org/00t9khr87", - "https://ror.org/00t77bz53", - "https://ror.org/056mcm922", - "https://ror.org/00z6b1508", - "https://ror.org/04dpymk59", - "https://ror.org/05qx3fv49", - "https://ror.org/03j7rgg33", - "https://ror.org/05222ev03", - "https://ror.org/03zmjc935", - "https://ror.org/02qhkmh27", - "https://ror.org/00e7ec781", - "https://ror.org/04d1tk502", - "https://ror.org/04qr9ne10", - "https://ror.org/00qv2zm13", - "https://ror.org/03sqy6516", - "https://ror.org/02pfwxe49", - "https://ror.org/05vw05p26", - "https://ror.org/031sp1p50", - "https://ror.org/042re3x97", - "https://ror.org/019jdc178", - "https://ror.org/02s42ys89", - "https://ror.org/036a0fn15", - "https://ror.org/04347cr60", - "https://ror.org/022ethc91", - "https://ror.org/01xcd2w79", - "https://ror.org/03ccbtk93", - "https://ror.org/01nysf027", - "https://ror.org/024q3f615", - "https://ror.org/05xqthq76", - "https://ror.org/04fx69j13", - "https://ror.org/04ky99h94", - "https://ror.org/02gbdhj19", - "https://ror.org/048ns6x85", - "https://ror.org/04cnk3y09", - "https://ror.org/02gb6hj86", - "https://ror.org/048zyw409", - "https://ror.org/052kar395", - "https://ror.org/03b08sh51", - "https://ror.org/004zpe866", - "https://ror.org/052v5pn20", - "https://ror.org/01d0zz505", - "https://ror.org/026sw0405", - "https://ror.org/04x40m321", - "https://ror.org/04bh7ck51", - "https://ror.org/02dtaqq02", - "https://ror.org/050z40a57", - "https://ror.org/03xcerw48", - "https://ror.org/03vepk527", - "https://ror.org/03h6erk64", - "https://ror.org/04avxj309", - "https://ror.org/01wwwqd52", - "https://ror.org/025nes754", - "https://ror.org/02xr0yr66", - "https://ror.org/02ngnwv51", - "https://ror.org/04tm6ax73", - "https://ror.org/00cahhs35", - "https://ror.org/03rafms67", - "https://ror.org/03t05d403", - "https://ror.org/009xkwz08", - "https://ror.org/03bxq7g45", - "https://ror.org/00vd8cq28", - "https://ror.org/03qx0n513", - "https://ror.org/04pp5vm71", - "https://ror.org/00dx35m16", - "https://ror.org/03x7fn667", - "https://ror.org/0135db650", - "https://ror.org/004m0sc28", - "https://ror.org/03s936v76", - "https://ror.org/05x4p3529", - "https://ror.org/01982z663", - "https://ror.org/04x68p008", - "https://ror.org/05xy09e29", - "https://ror.org/02wzb5b52", - "https://ror.org/05mfs3k63", - "https://ror.org/01hzjpk73", - "https://ror.org/0432sks47", - "https://ror.org/0474dxd36", - "https://ror.org/005kqqf02", - "https://ror.org/03hya7h57", - "https://ror.org/03s4wsx37", - "https://ror.org/05rfh1r09", - "https://ror.org/03vvhya80", - "https://ror.org/00tfedq56", - "https://ror.org/03atsav32", - "https://ror.org/004qeec45", - "https://ror.org/02qqnbq97", - "https://ror.org/03jdk4039", - "https://ror.org/04b8mkk85", - "https://ror.org/05bpk4v97", - "https://ror.org/056e61d57", - "https://ror.org/03x5xm327", - "https://ror.org/00m05k208", - "https://ror.org/00kj82e71", - "https://ror.org/000b3v524", - "https://ror.org/01cghcn81", - "https://ror.org/04a4m2h70", - "https://ror.org/03sc3bx43", - "https://ror.org/05cspff93", - "https://ror.org/00krzbm55", - "https://ror.org/00wtjmd03" - ] - }, - "https://ror.org/055k7j239": { - "ancestors": [ - "https://ror.org/05krs5044", - "https://ror.org/04mm88136" - ], - "descendants": [ - - ] - }, - "https://ror.org/033z83z59": { - "ancestors": [ - "https://ror.org/02v6kpv12", - "https://ror.org/02vjkv261", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/021h2hc85": { - "ancestors": [ - "https://ror.org/03k1gpj17", - "https://ror.org/03xj0x983" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rbd6k73": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/05wgt8358", - "https://ror.org/00g4bcb66", - "https://ror.org/056wf8856", - "https://ror.org/010b90792", - "https://ror.org/02j983531", - "https://ror.org/053nrfb18", - "https://ror.org/016rf4127", - "https://ror.org/006knem90" - ] - }, - "https://ror.org/020wtkd09": { - "ancestors": [ - "https://ror.org/048kh7197", - "https://ror.org/01gwm7a05" - ], - "descendants": [ - - ] - }, - "https://ror.org/048kh7197": { - "ancestors": [ - "https://ror.org/01gwm7a05" - ], - "descendants": [ - "https://ror.org/020wtkd09" - ] - }, - "https://ror.org/02f4ya153": { - "ancestors": [ - "https://ror.org/035jbxr46", - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f5ctv63": { - "ancestors": [ - "https://ror.org/00g8rx069", - "https://ror.org/029m96t80", - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/037eda396" - ] - }, - "https://ror.org/001r1xj25": { - "ancestors": [ - "https://ror.org/000vmwg42" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rm7h526": { - "ancestors": [ - "https://ror.org/010x8gc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wyh7698": { - "ancestors": [ - "https://ror.org/0175hh227", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vbvha87": { - "ancestors": [ - "https://ror.org/03sbpja79" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zgy1s35": { - "ancestors": [ - "https://ror.org/00g30e956" - ], - "descendants": [ - "https://ror.org/038p55355", - "https://ror.org/01vb5ks25", - "https://ror.org/02b48z609", - "https://ror.org/04fhwda97" - ] - }, - "https://ror.org/0411b0f77": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - "https://ror.org/04fme8709" - ] - }, - "https://ror.org/04jddh448": { - "ancestors": [ - "https://ror.org/03v76x132" - ], - "descendants": [ - - ] - }, - "https://ror.org/028rasm92": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0313jb750": { - "ancestors": [ - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/0066zpp98", - "https://ror.org/00q62zf58", - "https://ror.org/038e20a83", - "https://ror.org/03j113172", - "https://ror.org/05vm76w92", - "https://ror.org/05szcn205", - "https://ror.org/00mc9zb90", - "https://ror.org/01edrm178", - "https://ror.org/03j2cpb79", - "https://ror.org/0490rfk07", - "https://ror.org/01gqah619", - "https://ror.org/034e92n57", - "https://ror.org/00xz0ff56", - "https://ror.org/01nrzdp21", - "https://ror.org/01radym16", - "https://ror.org/04tcthy91", - "https://ror.org/05sstfv48", - "https://ror.org/00mzyf059", - "https://ror.org/051abs833", - "https://ror.org/048nm8g63", - "https://ror.org/01s5dew76", - "https://ror.org/04vmpjr08", - "https://ror.org/0111f7045", - "https://ror.org/03tx9ed22", - "https://ror.org/05khqm878", - "https://ror.org/04c0a2034", - "https://ror.org/01mdqc612", - "https://ror.org/02fnpjd08", - "https://ror.org/013s90815", - "https://ror.org/00dg3j745", - "https://ror.org/0354r6c10", - "https://ror.org/00szjvn19", - "https://ror.org/0464wn274", - "https://ror.org/00yw25n09", - "https://ror.org/05ex0md65", - "https://ror.org/056w1kd89", - "https://ror.org/0099xbw16", - "https://ror.org/04dw3t358", - "https://ror.org/05s5qx907", - "https://ror.org/055akgr63", - "https://ror.org/00dmm3k75", - "https://ror.org/03zfa9g67", - "https://ror.org/04bcwdq54", - "https://ror.org/02z4yka38" - ] - }, - "https://ror.org/00vsvph51": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w6gjq94": { - "ancestors": [ - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kkkw551": { - "ancestors": [ - "https://ror.org/03a1kwz48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vf4jm23": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05r5c7c30" - ] - }, - "https://ror.org/022b8mr96": { - "ancestors": [ - "https://ror.org/00987cb86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z3f5j48": { - "ancestors": [ - "https://ror.org/005ypkf75" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fme8709": { - "ancestors": [ - "https://ror.org/01js2sh04", - "https://ror.org/00g30e956", - "https://ror.org/0411b0f77", - "https://ror.org/0281dp749", - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/034ffbg36": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qtybq80": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02edexj13": { - "ancestors": [ - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hne2921": { - "ancestors": [ - "https://ror.org/002t25c44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q9apk85": { - "ancestors": [ - "https://ror.org/02t1bej08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pzme005": { - "ancestors": [ - "https://ror.org/03e8mf369" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v5nnm54": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/00789fa95": { - "ancestors": [ - "https://ror.org/00xqkj280" - ], - "descendants": [ - "https://ror.org/01ttmqc18", - "https://ror.org/00svmjx28" - ] - }, - "https://ror.org/05rkv2e91": { - "ancestors": [ - "https://ror.org/002t25c44" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nst4e33": { - "ancestors": [ - "https://ror.org/04ezk3x31", - "https://ror.org/03ac68784", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pg1df08": { - "ancestors": [ - "https://ror.org/02jqkb192" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dqaqw31": { - "ancestors": [ - "https://ror.org/002t25c44", - "https://ror.org/0199hds37" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q8d3662": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/0495fxg12" - ], - "descendants": [ - - ] - }, - "https://ror.org/048kn1p59": { - "ancestors": [ - "https://ror.org/03245e858" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dbm1232": { - "ancestors": [ - "https://ror.org/02qa1x782", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/023n3xx64": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05thj7870": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/00te8p082": { - "ancestors": [ - "https://ror.org/0495fxg12" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tjzq647": { - "ancestors": [ - "https://ror.org/05k0nvr25", - "https://ror.org/03x42jk29", - "https://ror.org/00g8rx069", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0472cxd90": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j131828": { - "ancestors": [ - "https://ror.org/03wfqwh68" - ], - "descendants": [ - - ] - }, - "https://ror.org/032nknw13": { - "ancestors": [ - "https://ror.org/02t1bej08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mvd2t81": { - "ancestors": [ - "https://ror.org/00bc6bw85", - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xqc6638": { - "ancestors": [ - "https://ror.org/00gtmwv55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00njsck89": { - "ancestors": [ - "https://ror.org/052eegr76", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vqkgf08": { - "ancestors": [ - "https://ror.org/0199hds37", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xykxd72": { - "ancestors": [ - "https://ror.org/04vfs2w97", - "https://ror.org/05bhtvt77" - ], - "descendants": [ - - ] - }, - "https://ror.org/031dp5151": { - "ancestors": [ - "https://ror.org/0112mx960", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xtpxr95": { - "ancestors": [ - "https://ror.org/02tryst02" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gjnk018": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/0495fxg12" - ], - "descendants": [ - - ] - }, - "https://ror.org/021rr7t48": { - "ancestors": [ - "https://ror.org/028crwz56", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zffa955": { - "ancestors": [ - "https://ror.org/05ggc9x40", - "https://ror.org/03x42jk29" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r2q1d96": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - "https://ror.org/04fhwda97" - ] - }, - "https://ror.org/03zsnyg10": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e2r1r87": { - "ancestors": [ - "https://ror.org/042949r55" - ], - "descendants": [ - "https://ror.org/01dqmj897", - "https://ror.org/05wy2cj05", - "https://ror.org/048289s82", - "https://ror.org/05j8sgr10" - ] - }, - "https://ror.org/048gqac97": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j1np431": { - "ancestors": [ - "https://ror.org/051qqcg15" - ], - "descendants": [ - - ] - }, - "https://ror.org/059gve835": { - "ancestors": [ - "https://ror.org/0358yps07" - ], - "descendants": [ - - ] - }, - "https://ror.org/014vdsh37": { - "ancestors": [ - "https://ror.org/05dk0ce17", - "https://ror.org/05h992307", - "https://ror.org/01h5tnr73", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h1x4t21": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kw6wr76": { - "ancestors": [ - "https://ror.org/02p2bgp27" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w3qhf76": { - "ancestors": [ - "https://ror.org/05waa5295" - ], - "descendants": [ - "https://ror.org/02eqrsj93", - "https://ror.org/00b9f9778", - "https://ror.org/00shpc021" - ] - }, - "https://ror.org/05mgwem27": { - "ancestors": [ - "https://ror.org/05th1v540" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nnnz708": { - "ancestors": [ - "https://ror.org/051rcp357" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d02f052": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d29cd45": { - "ancestors": [ - "https://ror.org/05pk8mf19" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sqkw483": { - "ancestors": [ - "https://ror.org/00te3t702", - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wpv8896": { - "ancestors": [ - "https://ror.org/05dk0ce17", - "https://ror.org/05h992307", - "https://ror.org/01h5tnr73", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0476bn305": { - "ancestors": [ - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ahkm330": { - "ancestors": [ - "https://ror.org/04jjb9549" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hnckd53": { - "ancestors": [ - "https://ror.org/00ynafe15" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j1qss59": { - "ancestors": [ - "https://ror.org/00ygxqz19" - ], - "descendants": [ - - ] - }, - "https://ror.org/0599wfz09": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05vw05p26" - ] - }, - "https://ror.org/00jyt4d57": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/029pyqp16": { - "ancestors": [ - "https://ror.org/002wh3v03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yjqwr70": { - "ancestors": [ - "https://ror.org/00py81415", - "https://ror.org/02aze4h65", - "https://ror.org/051r3tx83", - "https://ror.org/04tj63d06", - "https://ror.org/0130frc33", - "https://ror.org/0566a8c54", - "https://ror.org/0566a8c54", - "https://ror.org/0566a8c54", - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/039fx6g98": { - "ancestors": [ - "https://ror.org/05dk0ce17", - "https://ror.org/05h992307", - "https://ror.org/01h5tnr73", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xkf7525": { - "ancestors": [ - "https://ror.org/02g0awj19" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h739y88": { - "ancestors": [ - "https://ror.org/013ckk937" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fkqvh14": { - "ancestors": [ - "https://ror.org/02f7d6n92" - ], - "descendants": [ - - ] - }, - "https://ror.org/032hzqh22": { - "ancestors": [ - "https://ror.org/02j46qs45" - ], - "descendants": [ - - ] - }, - "https://ror.org/009nz6031": { - "ancestors": [ - "https://ror.org/01p7k1986", - "https://ror.org/02j46qs45" - ], - "descendants": [ - - ] - }, - "https://ror.org/046hez538": { - "ancestors": [ - "https://ror.org/05hqvvq43" - ], - "descendants": [ - - ] - }, - "https://ror.org/053sq3902": { - "ancestors": [ - "https://ror.org/03m2x1q45", - "https://ror.org/0054f1w39" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k6h9r09": { - "ancestors": [ - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j5n9e16": { - "ancestors": [ - "https://ror.org/01x6rgt30" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dgqhm63": { - "ancestors": [ - "https://ror.org/056d84691", - "https://ror.org/00m8d6786" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bqtky90": { - "ancestors": [ - "https://ror.org/01qfer487" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ayaw261": { - "ancestors": [ - "https://ror.org/03r8z3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kjggt26": { - "ancestors": [ - "https://ror.org/05vghhr25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fcabp80": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qx54k29": { - "ancestors": [ - "https://ror.org/03b38v557" - ], - "descendants": [ - - ] - }, - "https://ror.org/043798m03": { - "ancestors": [ - "https://ror.org/00ppaw753" - ], - "descendants": [ - - ] - }, - "https://ror.org/034hnt981": { - "ancestors": [ - "https://ror.org/02t1bej08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cz18e20": { - "ancestors": [ - "https://ror.org/019av8481", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/024tqtx80": { - "ancestors": [ - "https://ror.org/00qv0tw17", - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s7w3c34": { - "ancestors": [ - "https://ror.org/05pejbw21" - ], - "descendants": [ - - ] - }, - "https://ror.org/052w21a87": { - "ancestors": [ - "https://ror.org/00cvxb145" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wtjmd03": { - "ancestors": [ - "https://ror.org/02s42ys89", - "https://ror.org/03zmjc935", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z92nm69": { - "ancestors": [ - "https://ror.org/00qps9a02" - ], - "descendants": [ - - ] - }, - "https://ror.org/055vn7m78": { - "ancestors": [ - "https://ror.org/00qps9a02" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y9yvy68": { - "ancestors": [ - "https://ror.org/018rbtf37" - ], - "descendants": [ - - ] - }, - "https://ror.org/03va7tm69": { - "ancestors": [ - "https://ror.org/05h33bt13" - ], - "descendants": [ - - ] - }, - "https://ror.org/031tfsa37": { - "ancestors": [ - "https://ror.org/00grd1h17" - ], - "descendants": [ - - ] - }, - "https://ror.org/056wz7x19": { - "ancestors": [ - "https://ror.org/03f546a26" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vfm5970": { - "ancestors": [ - "https://ror.org/00qps9a02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qkb5e79": { - "ancestors": [ - "https://ror.org/02xzytt36" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b4mx203": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/02cmjsn57" - ] - }, - "https://ror.org/03engbs88": { - "ancestors": [ - "https://ror.org/059v3b755" - ], - "descendants": [ - - ] - }, - "https://ror.org/055swm364": { - "ancestors": [ - "https://ror.org/01tz1zp46", - "https://ror.org/04vfs2w97", - "https://ror.org/019tcpt25", - "https://ror.org/03yz3tz18", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e46j381": { - "ancestors": [ - "https://ror.org/03m0vk445", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/009hmnr85": { - "ancestors": [ - "https://ror.org/04tj63d06", - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vfbgd72": { - "ancestors": [ - "https://ror.org/00qps9a02" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gsny710": { - "ancestors": [ - "https://ror.org/00qps9a02" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ep8d157": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vrtgf80": { - "ancestors": [ - "https://ror.org/00qps9a02" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d260p98": { - "ancestors": [ - "https://ror.org/00fp9k450" - ], - "descendants": [ - - ] - }, - "https://ror.org/051g31x14": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fteab26": { - "ancestors": [ - "https://ror.org/0097mvx21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cmjsn57": { - "ancestors": [ - "https://ror.org/00b4mx203", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vw05p26": { - "ancestors": [ - "https://ror.org/0599wfz09", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/028znnm42": { - "ancestors": [ - "https://ror.org/01ynf4891", - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/011sqtf19": { - "ancestors": [ - "https://ror.org/04enqng64" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cv9q002": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00khsxp79": { - "ancestors": [ - "https://ror.org/00qps9a02" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ndzm185": { - "ancestors": [ - "https://ror.org/05f0yaq80" - ], - "descendants": [ - - ] - }, - "https://ror.org/012s4fy16": { - "ancestors": [ - "https://ror.org/00qps9a02" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fcsjn79": { - "ancestors": [ - "https://ror.org/05a0dhs15", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/001ggbx22": { - "ancestors": [ - "https://ror.org/03mwa7s65" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dbzj528": { - "ancestors": [ - "https://ror.org/036bxpj43" - ], - "descendants": [ - "https://ror.org/01761e930" - ] - }, - "https://ror.org/04dxnaz06": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fhn5k08": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ab0at74": { - "ancestors": [ - "https://ror.org/04ct4d772" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ev1zs55": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/019av8481": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/03cz18e20" - ] - }, - "https://ror.org/053g4km55": { - "ancestors": [ - "https://ror.org/05pczfw42" - ], - "descendants": [ - - ] - }, - "https://ror.org/04br41767": { - "ancestors": [ - "https://ror.org/02956yf07" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s42ys89": { - "ancestors": [ - "https://ror.org/03zmjc935", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00wtjmd03" - ] - }, - "https://ror.org/03m0vk445": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/02e46j381" - ] - }, - "https://ror.org/02zg03225": { - "ancestors": [ - "https://ror.org/00c5s4a53" - ], - "descendants": [ - - ] - }, - "https://ror.org/05066y189": { - "ancestors": [ - "https://ror.org/02aqsxs83" - ], - "descendants": [ - - ] - }, - "https://ror.org/029w2re51": { - "ancestors": [ - "https://ror.org/00qps9a02" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gqqed17": { - "ancestors": [ - "https://ror.org/03rpsvy57", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yc49b49": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h41sr05": { - "ancestors": [ - "https://ror.org/04jr01610" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gmrh438": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/029rr4k19": { - "ancestors": [ - "https://ror.org/00qps9a02" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r71zw23": { - "ancestors": [ - "https://ror.org/03zwxja46", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/055yrx709": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ft9wv42": { - "ancestors": [ - "https://ror.org/04vfs2w97", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n3mpk26": { - "ancestors": [ - "https://ror.org/018c4gh22" - ], - "descendants": [ - - ] - }, - "https://ror.org/053d03003": { - "ancestors": [ - "https://ror.org/04vfs2w97", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tjhqa05": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qtfgg81": { - "ancestors": [ - "https://ror.org/019wvm592" - ], - "descendants": [ - - ] - }, - "https://ror.org/05adajg67": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t8fg661": { - "ancestors": [ - "https://ror.org/057g20z61", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hq0e369": { - "ancestors": [ - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xngy573": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ar5fy68": { - "ancestors": [ - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cwqg982": { - "ancestors": [ - "https://ror.org/001aqnf71" - ], - "descendants": [ - "https://ror.org/01d5qpn59", - "https://ror.org/018cxtf62", - "https://ror.org/051wgfj58", - "https://ror.org/055zmrh94", - "https://ror.org/04td3ys19", - "https://ror.org/01920rj20", - "https://ror.org/0347fy350", - "https://ror.org/00yyp2526", - "https://ror.org/04xv01a59", - "https://ror.org/020wkc787" - ] - }, - "https://ror.org/0290yjn87": { - "ancestors": [ - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wxr8x18": { - "ancestors": [ - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g4sf283": { - "ancestors": [ - "https://ror.org/02e3wq066", - "https://ror.org/00fj8a872", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hawj979": { - "ancestors": [ - "https://ror.org/04jr01610" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hhwe765": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mny5z95": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n0ht308": { - "ancestors": [ - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/006vxbq87": { - "ancestors": [ - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/036eftk49": { - "ancestors": [ - "https://ror.org/057k9q466", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qyye271": { - "ancestors": [ - "https://ror.org/04jr01610" - ], - "descendants": [ - - ] - }, - "https://ror.org/03azyh744": { - "ancestors": [ - "https://ror.org/03zwxja46", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/0505m1554": { - "ancestors": [ - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q42nz13": { - "ancestors": [ - "https://ror.org/03zwxja46", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pz4q672": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qxsr837": { - "ancestors": [ - "https://ror.org/05gvnxz63", - "https://ror.org/024mw5h28", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jwb0b65": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/042r9xb17": { - "ancestors": [ - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bnkr993": { - "ancestors": [ - "https://ror.org/05sgw3s08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ych8012": { - "ancestors": [ - "https://ror.org/04rry3397" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ejqxs53": { - "ancestors": [ - "https://ror.org/00ndyev54", - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04b222d59" - ] - }, - "https://ror.org/00mmmy130": { - "ancestors": [ - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p7jen43": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - "https://ror.org/028pnqf58", - "https://ror.org/009ay5m23", - "https://ror.org/04szabx38", - "https://ror.org/039javj55", - "https://ror.org/055wjj883", - "https://ror.org/00jhh5t96", - "https://ror.org/018r7pa17", - "https://ror.org/052wcqj17", - "https://ror.org/04ef91678", - "https://ror.org/03bk36k19", - "https://ror.org/019w82839", - "https://ror.org/02vbhxm52", - "https://ror.org/03d07zf92", - "https://ror.org/0152dat82" - ] - }, - "https://ror.org/04qva2324": { - "ancestors": [ - "https://ror.org/00waaqh38" - ], - "descendants": [ - - ] - }, - "https://ror.org/033mqx355": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02nc0ck44", - "https://ror.org/05r7z1k40", - "https://ror.org/02apffz65", - "https://ror.org/0396y0w87", - "https://ror.org/01h7fye62", - "https://ror.org/022d75229", - "https://ror.org/04950b532", - "https://ror.org/04gsgxx86", - "https://ror.org/03fy33a80", - "https://ror.org/03cskqs60", - "https://ror.org/002shdh75", - "https://ror.org/024crf014", - "https://ror.org/02jwb0b65", - "https://ror.org/01pctw149", - "https://ror.org/02bypky31", - "https://ror.org/02v4wmf32", - "https://ror.org/05gxje444", - "https://ror.org/00p9by667", - "https://ror.org/04kw44c30" - ] - }, - "https://ror.org/03f4jbs89": { - "ancestors": [ - "https://ror.org/033tt8e33", - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g5tqa50": { - "ancestors": [ - "https://ror.org/02k4h0334", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mynmf89": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0454wth52": { - "ancestors": [ - "https://ror.org/00ndyev54", - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y40x506": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - "https://ror.org/04n4kxk55", - "https://ror.org/01znj1w09", - "https://ror.org/03f1ecr94", - "https://ror.org/04bg1hy68" - ] - }, - "https://ror.org/00319zh75": { - "ancestors": [ - "https://ror.org/02jbv0t02", - "https://ror.org/00pjdza24", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02891nv36": { - "ancestors": [ - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q976b76": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tgqzw13": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00ndyev54", - "https://ror.org/02qy3wv98", - "https://ror.org/0235zh559", - "https://ror.org/038hf8q48", - "https://ror.org/014kxm163", - "https://ror.org/013ew2c19", - "https://ror.org/02x0wxr53", - "https://ror.org/03hmhdm29", - "https://ror.org/04b222d59", - "https://ror.org/02txa8h30", - "https://ror.org/04kfq3e26", - "https://ror.org/054y3ya26", - "https://ror.org/002pscq53", - "https://ror.org/01fmhrb91", - "https://ror.org/02891nv36", - "https://ror.org/006ha1k08", - "https://ror.org/04p3r3e35", - "https://ror.org/0454wth52", - "https://ror.org/00ejqxs53", - "https://ror.org/040933v44", - "https://ror.org/00kct2d35", - "https://ror.org/00f7rb209", - "https://ror.org/01j6j9107", - "https://ror.org/03hmhdm29" - ] - }, - "https://ror.org/01fmhrb91": { - "ancestors": [ - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/038hf8q48", - "https://ror.org/014kxm163", - "https://ror.org/02txa8h30", - "https://ror.org/04kfq3e26", - "https://ror.org/054y3ya26", - "https://ror.org/002pscq53" - ] - }, - "https://ror.org/05evek152": { - "ancestors": [ - "https://ror.org/02k4h0334", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j2xx287": { - "ancestors": [ - "https://ror.org/04v8djg66", - "https://ror.org/0207ad724" - ], - "descendants": [ - - ] - }, - "https://ror.org/0135b1w07": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03crn0n59": { - "ancestors": [ - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kfq3e26": { - "ancestors": [ - "https://ror.org/01fmhrb91", - "https://ror.org/00tgqzw13", - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/039qyzw66": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02cte4b68", - "https://ror.org/01cbtr271", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/024crf014": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zj15q98": { - "ancestors": [ - "https://ror.org/01f677e56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g2cmx71": { - "ancestors": [ - "https://ror.org/05gypvt76" - ], - "descendants": [ - - ] - }, - "https://ror.org/02frf8h21": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sdn5x73": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hmhdm29": { - "ancestors": [ - "https://ror.org/02qy3wv98", - "https://ror.org/00tgqzw13", - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vkaa689": { - "ancestors": [ - "https://ror.org/05gzmn429", - "https://ror.org/00mmn6b08", - "https://ror.org/00f54p054", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/038hf8q48": { - "ancestors": [ - "https://ror.org/00tgqzw13", - "https://ror.org/01fmhrb91", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0123meh57": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/030ea6w47": { - "ancestors": [ - "https://ror.org/033tt8e33", - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zskr649": { - "ancestors": [ - "https://ror.org/02yjy0144" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bfn4816": { - "ancestors": [ - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0061q5f61": { - "ancestors": [ - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pctw149": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x0wxr53": { - "ancestors": [ - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/003szmg30": { - "ancestors": [ - "https://ror.org/00waaqh38" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v14bq57": { - "ancestors": [ - "https://ror.org/02k4h0334", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/034dwy508": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jfbgm49": { - "ancestors": [ - "https://ror.org/00waaqh38" - ], - "descendants": [ - - ] - }, - "https://ror.org/0422tvz87": { - "ancestors": [ - "https://ror.org/01f677e56" - ], - "descendants": [ - - ] - }, - "https://ror.org/006vx3924": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ddxaa25": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h7fye62": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/040933v44": { - "ancestors": [ - "https://ror.org/00ndyev54", - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f762h70": { - "ancestors": [ - "https://ror.org/02k4h0334", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cskqs60": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fy33a80": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fdhpk75": { - "ancestors": [ - "https://ror.org/02jbv0t02", - "https://ror.org/00pjdza24", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02apffz65": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02txa8h30": { - "ancestors": [ - "https://ror.org/00tgqzw13", - "https://ror.org/01fmhrb91", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n6z5186": { - "ancestors": [ - "https://ror.org/02akpm128" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nxw7p13": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/002pscq53": { - "ancestors": [ - "https://ror.org/01fmhrb91", - "https://ror.org/00tgqzw13", - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/006kr7r70": { - "ancestors": [ - "https://ror.org/01encsj80" - ], - "descendants": [ - - ] - }, - "https://ror.org/028m52w57": { - "ancestors": [ - "https://ror.org/01f677e56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gxje444": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kd28k12": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/054y3ya26": { - "ancestors": [ - "https://ror.org/01fmhrb91", - "https://ror.org/00tgqzw13", - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/006yjsn14": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/057hhqd90": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - "https://ror.org/00d110q75" - ] - }, - "https://ror.org/01q47ea17": { - "ancestors": [ - "https://ror.org/02ex6cf31", - "https://ror.org/05434fs92", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ajw8c12": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qaf2y58": { - "ancestors": [ - "https://ror.org/007qwym43", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v4wmf32": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g2c2k71": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/050jcm728", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/037bamf06": { - "ancestors": [ - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y2ek133": { - "ancestors": [ - "https://ror.org/014khrd35", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d6rdf69": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/014zrew76", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0046t1019": { - "ancestors": [ - "https://ror.org/0391w8d97", - "https://ror.org/02yjy0144" - ], - "descendants": [ - "https://ror.org/02fj1x097" - ] - }, - "https://ror.org/04b222d59": { - "ancestors": [ - "https://ror.org/00ejqxs53", - "https://ror.org/00tgqzw13", - "https://ror.org/00ndyev54", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05953j253": { - "ancestors": [ - "https://ror.org/02smfhw86" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hza1144": { - "ancestors": [ - "https://ror.org/04g3scy39" - ], - "descendants": [ - "https://ror.org/042gmmd19" - ] - }, - "https://ror.org/012sz6c52": { - "ancestors": [ - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/014kxm163": { - "ancestors": [ - "https://ror.org/01fmhrb91", - "https://ror.org/00tgqzw13", - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0235zh559": { - "ancestors": [ - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bgwn153": { - "ancestors": [ - "https://ror.org/02k4h0334", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/015yf2b46": { - "ancestors": [ - "https://ror.org/00s1szh94", - "https://ror.org/05v0sks95", - "https://ror.org/00hj54h04", - "https://ror.org/01gek1696" - ], - "descendants": [ - "https://ror.org/05mtvr411" - ] - }, - "https://ror.org/01j6j9107": { - "ancestors": [ - "https://ror.org/00ndyev54", - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s9kfd63": { - "ancestors": [ - "https://ror.org/0439y7842", - "https://ror.org/0220mzb33", - "https://ror.org/029chgv08", - "https://ror.org/001aqnf71", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p9by667": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yn06t56": { - "ancestors": [ - "https://ror.org/007qwym43", - "https://ror.org/02z5nhe81", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/054f0d685": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0512csj88": { - "ancestors": [ - "https://ror.org/04v8djg66", - "https://ror.org/0207ad724" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qy3wv98": { - "ancestors": [ - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03hmhdm29" - ] - }, - "https://ror.org/0207smp78": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/002shdh75": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c6yhw44": { - "ancestors": [ - "https://ror.org/00waaqh38" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g25jp36": { - "ancestors": [ - "https://ror.org/043c0p156" - ], - "descendants": [ - - ] - }, - "https://ror.org/013ew2c19": { - "ancestors": [ - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q70bz83": { - "ancestors": [ - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gsgxx86": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0439y7842": { - "ancestors": [ - "https://ror.org/001aqnf71" - ], - "descendants": [ - "https://ror.org/03r42r570", - "https://ror.org/04s9kfd63" - ] - }, - "https://ror.org/01mrcse49": { - "ancestors": [ - "https://ror.org/01f677e56" - ], - "descendants": [ - - ] - }, - "https://ror.org/031478740": { - "ancestors": [ - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v0sks95": { - "ancestors": [ - "https://ror.org/00hj54h04", - "https://ror.org/01gek1696" - ], - "descendants": [ - "https://ror.org/015yf2b46", - "https://ror.org/05mtvr411" - ] - }, - "https://ror.org/042gmmd19": { - "ancestors": [ - "https://ror.org/01hza1144", - "https://ror.org/04g3scy39" - ], - "descendants": [ - - ] - }, - "https://ror.org/0590dbq33": { - "ancestors": [ - "https://ror.org/01f677e56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gd1f947": { - "ancestors": [ - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/052sw9d77": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/006ddyp05": { - "ancestors": [ - "https://ror.org/033tt8e33", - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/004wre089": { - "ancestors": [ - "https://ror.org/01f677e56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dez5550": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v8djg66": { - "ancestors": [ - "https://ror.org/0207ad724" - ], - "descendants": [ - "https://ror.org/05j2xx287", - "https://ror.org/0512csj88" - ] - }, - "https://ror.org/00f7rb209": { - "ancestors": [ - "https://ror.org/00ndyev54", - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0138jhg57": { - "ancestors": [ - "https://ror.org/00waaqh38" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dxwqx61": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kdc4973": { - "ancestors": [ - "https://ror.org/00waaqh38" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fj1x097": { - "ancestors": [ - "https://ror.org/0046t1019", - "https://ror.org/0391w8d97", - "https://ror.org/02yjy0144" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kct2d35": { - "ancestors": [ - "https://ror.org/00ndyev54", - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mnd0039": { - "ancestors": [ - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0396y0w87": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sac7215": { - "ancestors": [ - "https://ror.org/00s1szh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05920yd65": { - "ancestors": [ - "https://ror.org/037wny167", - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pmw0n81": { - "ancestors": [ - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/006ha1k08": { - "ancestors": [ - "https://ror.org/00ndyev54", - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rv17793": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/022d75229": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bypky31": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hdgdd22": { - "ancestors": [ - "https://ror.org/03qjq6543" - ], - "descendants": [ - - ] - }, - "https://ror.org/0156gk772": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/030qxdf23": { - "ancestors": [ - "https://ror.org/03qan4b12", - "https://ror.org/01tjs6929", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/057zmmf60": { - "ancestors": [ - "https://ror.org/03qan4b12", - "https://ror.org/01tjs6929", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01epym565": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xgpdk57": { - "ancestors": [ - "https://ror.org/028v4fg64" - ], - "descendants": [ - - ] - }, - "https://ror.org/014cdjz51": { - "ancestors": [ - "https://ror.org/0493caa98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04phmsq76": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/028rypz17", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pykk203": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/00sxj6k90", - "https://ror.org/03xjwb503", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t12kd43": { - "ancestors": [ - "https://ror.org/03gat5t60" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pabaz56": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/00hx6zz33", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v30e006": { - "ancestors": [ - "https://ror.org/03qan4b12", - "https://ror.org/01tjs6929", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z2hhf91": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bk73w20": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nftxb06": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sxqh512": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0136m5z53": { - "ancestors": [ - "https://ror.org/03kvbr153", - "https://ror.org/04tk2gy88", - "https://ror.org/0419bgt07" - ], - "descendants": [ - - ] - }, - "https://ror.org/01raq4x89": { - "ancestors": [ - "https://ror.org/04z22qz54", - "https://ror.org/028rypz17", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vtjgg14": { - "ancestors": [ - "https://ror.org/042xt5161" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w1ffx74": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jadkj46": { - "ancestors": [ - "https://ror.org/03yp8z857" - ], - "descendants": [ - - ] - }, - "https://ror.org/009hdbz24": { - "ancestors": [ - "https://ror.org/01v7jrq42" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z5nms51": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h62h294": { - "ancestors": [ - "https://ror.org/00fxswh37" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n9cps64": { - "ancestors": [ - "https://ror.org/023zg8w32", - "https://ror.org/04b0z7q78", - "https://ror.org/03z6jp965", - "https://ror.org/046b3cj80", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/0288z4m73": { - "ancestors": [ - "https://ror.org/05pwxq352" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hsggv49": { - "ancestors": [ - "https://ror.org/01xt1w755" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n9p1n72": { - "ancestors": [ - "https://ror.org/01xt1w755" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rwxa582": { - "ancestors": [ - "https://ror.org/02mre5m81", - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t6gq889": { - "ancestors": [ - "https://ror.org/03qan4b12", - "https://ror.org/01tjs6929", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/02aqr8687": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/0117z7d66": { - "ancestors": [ - "https://ror.org/03qan4b12", - "https://ror.org/01tjs6929", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/040ss6920": { - "ancestors": [ - "https://ror.org/05g2hd893" - ], - "descendants": [ - "https://ror.org/00t64mp36" - ] - }, - "https://ror.org/05fvszr38": { - "ancestors": [ - "https://ror.org/03qan4b12", - "https://ror.org/01tjs6929", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/044267y73": { - "ancestors": [ - "https://ror.org/04kgqpx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t26g637": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zphgp70": { - "ancestors": [ - "https://ror.org/05q65zh81", - "https://ror.org/02cte4b68", - "https://ror.org/05c2qg481", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jd71216": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/021f6nx58": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z3afh10": { - "ancestors": [ - "https://ror.org/0082wq496" - ], - "descendants": [ - - ] - }, - "https://ror.org/053xn4v04": { - "ancestors": [ - "https://ror.org/01g5y5k24", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vpsdb40": { - "ancestors": [ - "https://ror.org/0190ak572" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ew43640": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/011hecd67" - ] - }, - "https://ror.org/02ct41845": { - "ancestors": [ - "https://ror.org/05c1qsg97", - "https://ror.org/01qa4rf46", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fgt5a62": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/02aj0kh94", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/028atc283": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/009gmrj52", - "https://ror.org/04yznqr36", - "https://ror.org/05b5c0584", - "https://ror.org/03rth4p18", - "https://ror.org/04zmssz18", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00er56532": { - "ancestors": [ - "https://ror.org/01w8eym62", - "https://ror.org/006z80t96" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ky8b097": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/032k75171", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503", - "https://ror.org/003vg9w96", - "https://ror.org/0452y0518" - ], - "descendants": [ - - ] - }, - "https://ror.org/0466y6p74": { - "ancestors": [ - "https://ror.org/05c1qsg97", - "https://ror.org/01qa4rf46", - "https://ror.org/05q0ncs32", - "https://ror.org/03gnr7b55", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bky6g25": { - "ancestors": [ - "https://ror.org/00jmxvy70", - "https://ror.org/05f82e368", - "https://ror.org/051kpcy16", - "https://ror.org/02vjkv261", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/026pg9j08": { - "ancestors": [ - "https://ror.org/042xt5161" - ], - "descendants": [ - "https://ror.org/04cm2y595" - ] - }, - "https://ror.org/03ck9wz82": { - "ancestors": [ - "https://ror.org/023qdcg29", - "https://ror.org/04h1h0y33", - "https://ror.org/04kdfz702", - "https://ror.org/0233st365", - "https://ror.org/005y2ap84", - "https://ror.org/05sqf9v67", - "https://ror.org/04sk34n56", - "https://ror.org/03wb8xz10", - "https://ror.org/02z4rsp10", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/016pfse95": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/045bzvb60": { - "ancestors": [ - "https://ror.org/02cbapb21", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ctsa544": { - "ancestors": [ - "https://ror.org/042xt5161" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j6szp87": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/051kpcy16", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mxvjp83": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/02cte4b68", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jwef888": { - "ancestors": [ - "https://ror.org/04kgqpx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wmvjv50": { - "ancestors": [ - "https://ror.org/027065c48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tfttw56": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/02v6kpv12", - "https://ror.org/037hby126", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qv8yq19": { - "ancestors": [ - "https://ror.org/042xt5161" - ], - "descendants": [ - "https://ror.org/01f6jys10", - "https://ror.org/05r3bjq62", - "https://ror.org/03ex4ek60" - ] - }, - "https://ror.org/049er6k75": { - "ancestors": [ - "https://ror.org/0199hds37" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jmxvy70": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - "https://ror.org/00dyt5s15", - "https://ror.org/01c62av11", - "https://ror.org/03c3m6m66", - "https://ror.org/05dm3m993" - ] - }, - "https://ror.org/00mxe0976": { - "ancestors": [ - "https://ror.org/042xt5161" - ], - "descendants": [ - "https://ror.org/0055b3j94", - "https://ror.org/037dt7852" - ] - }, - "https://ror.org/00dfwgz38": { - "ancestors": [ - "https://ror.org/04hrs9369", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w3v0826": { - "ancestors": [ - "https://ror.org/01yvj5k91", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qaymn86": { - "ancestors": [ - "https://ror.org/01eyenr26" - ], - "descendants": [ - - ] - }, - "https://ror.org/031gqrq04": { - "ancestors": [ - "https://ror.org/02772kk97" - ], - "descendants": [ - - ] - }, - "https://ror.org/023qdcg29": { - "ancestors": [ - "https://ror.org/02z4rsp10" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q020w70": { - "ancestors": [ - "https://ror.org/0495fxg12", - "https://ror.org/00rydyx93", - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mc0t412": { - "ancestors": [ - "https://ror.org/01tpbbf75" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p6vdy67": { - "ancestors": [ - "https://ror.org/03qan4b12", - "https://ror.org/01tjs6929", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yqqb480": { - "ancestors": [ - "https://ror.org/04jsz6e67" - ], - "descendants": [ - - ] - }, - "https://ror.org/013m0ac37": { - "ancestors": [ - "https://ror.org/038cnrz59" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vmn1898": { - "ancestors": [ - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/016gvpq28": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vd9m155": { - "ancestors": [ - "https://ror.org/047kynf18" - ], - "descendants": [ - - ] - }, - "https://ror.org/050yczr54": { - "ancestors": [ - "https://ror.org/0270n9q14" - ], - "descendants": [ - - ] - }, - "https://ror.org/022my8t07": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/040baw385", - "https://ror.org/04z22qz54", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k3smk02": { - "ancestors": [ - "https://ror.org/03qan4b12", - "https://ror.org/01tjs6929", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qm04q50": { - "ancestors": [ - "https://ror.org/01jfre984" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vekey51": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/02feahw73", - "https://ror.org/03rth4p18", - "https://ror.org/013bkhk48", - "https://ror.org/05ggc9x40", - "https://ror.org/04vfs2w97", - "https://ror.org/014zrew76", - "https://ror.org/04ezk3x31", - "https://ror.org/04zmssz18", - "https://ror.org/05a0dhs15", - "https://ror.org/035xkbk20", - "https://ror.org/019tgvf94", - "https://ror.org/02kzqn938", - "https://ror.org/01rk35k63", - "https://ror.org/01ahyrz84", - "https://ror.org/01rk35k63", - "https://ror.org/013cjyk83" - ], - "descendants": [ - "https://ror.org/05588ks88" - ] - }, - "https://ror.org/018gb4016": { - "ancestors": [ - "https://ror.org/03qan4b12", - "https://ror.org/01tjs6929", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/0323hgh72": { - "ancestors": [ - "https://ror.org/00pgy3a44" - ], - "descendants": [ - - ] - }, - "https://ror.org/058zxsr17": { - "ancestors": [ - "https://ror.org/026vcq606", - "https://ror.org/05f0yaq80", - "https://ror.org/00hgzve81" - ], - "descendants": [ - - ] - }, - "https://ror.org/01epcny94": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - "https://ror.org/030fs7375", - "https://ror.org/043rdsw72", - "https://ror.org/042c8nz45", - "https://ror.org/02baa5g50", - "https://ror.org/04b17kf79", - "https://ror.org/00b9ahn78", - "https://ror.org/03xba7c91", - "https://ror.org/04j413049", - "https://ror.org/01pqh8144", - "https://ror.org/00zc2xc51", - "https://ror.org/01nkdyf86", - "https://ror.org/02mft8527", - "https://ror.org/04qkrdj06", - "https://ror.org/05dzwvx76", - "https://ror.org/01hhqsm59", - "https://ror.org/04v8sjw26", - "https://ror.org/027p0bm56", - "https://ror.org/03yxgmm62", - "https://ror.org/02dj4ny34", - "https://ror.org/02mx98f15", - "https://ror.org/05w62hv45", - "https://ror.org/01c17pa61", - "https://ror.org/00pebsc23", - "https://ror.org/014xaa570" - ] - }, - "https://ror.org/04cvxk565": { - "ancestors": [ - "https://ror.org/042xt5161" - ], - "descendants": [ - - ] - }, - "https://ror.org/0288wcg94": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/03r8z3t63", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/000q4gm66": { - "ancestors": [ - "https://ror.org/012a91z28" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mtjss49": { - "ancestors": [ - "https://ror.org/01s3fs709", - "https://ror.org/01v6wmk25", - "https://ror.org/01dkyve95", - "https://ror.org/003vg9w96", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ct0te27": { - "ancestors": [ - "https://ror.org/02t220m45", - "https://ror.org/02en5vm52", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0077rd258": { - "ancestors": [ - "https://ror.org/01w8eym62", - "https://ror.org/006z80t96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tfsm290": { - "ancestors": [ - "https://ror.org/042xt5161" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g7nb016": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dp2pa47": { - "ancestors": [ - "https://ror.org/01zjc6908", - "https://ror.org/00rydyx93", - "https://ror.org/02aj0kh94", - "https://ror.org/03mstc592", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h158026": { - "ancestors": [ - "https://ror.org/02v6kpv12", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - "https://ror.org/0416g8z79", - "https://ror.org/056g7f250", - "https://ror.org/01w0hda30", - "https://ror.org/042xmz674" - ] - }, - "https://ror.org/00991e274": { - "ancestors": [ - "https://ror.org/04q1kbj36", - "https://ror.org/043v8pc22", - "https://ror.org/03nhjew95", - "https://ror.org/03yz3tz18", - "https://ror.org/01k40cz91", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g41ma48": { - "ancestors": [ - "https://ror.org/03w04rv71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e1f1387": { - "ancestors": [ - "https://ror.org/037afsz69" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pmtm379": { - "ancestors": [ - "https://ror.org/03qan4b12", - "https://ror.org/01tjs6929", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/008aa2j83": { - "ancestors": [ - "https://ror.org/0560jvm78" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cax2885": { - "ancestors": [ - "https://ror.org/01jfre984" - ], - "descendants": [ - - ] - }, - "https://ror.org/009shwh61": { - "ancestors": [ - "https://ror.org/04gyf1771", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/017bbxn17": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/0517h6h17": { - "ancestors": [ - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hppb561": { - "ancestors": [ - "https://ror.org/00r9rdf15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vwfb160": { - "ancestors": [ - "https://ror.org/03vamsh08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d5ng337": { - "ancestors": [ - "https://ror.org/05fgy3p67" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vpwhm04": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z3j2f47": { - "ancestors": [ - "https://ror.org/05m7zw681" - ], - "descendants": [ - - ] - }, - "https://ror.org/006806c04": { - "ancestors": [ - "https://ror.org/037afsz69" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w8eym62": { - "ancestors": [ - "https://ror.org/006z80t96" - ], - "descendants": [ - "https://ror.org/00er56532", - "https://ror.org/0077rd258", - "https://ror.org/041w4x997", - "https://ror.org/01g0b5g28" - ] - }, - "https://ror.org/05rxnta87": { - "ancestors": [ - "https://ror.org/01xt1w755" - ], - "descendants": [ - - ] - }, - "https://ror.org/05487pd16": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04z22qz54", - "https://ror.org/03gnr7b55", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/041w4x997": { - "ancestors": [ - "https://ror.org/01w8eym62", - "https://ror.org/006z80t96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vnwa888": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/00hx6zz33", - "https://ror.org/04zmssz18", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kasac21": { - "ancestors": [ - "https://ror.org/042t83k43", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zza3s31": { - "ancestors": [ - "https://ror.org/01v6wmk25", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kz1bj67": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/00hx6zz33", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cm2y595": { - "ancestors": [ - "https://ror.org/026pg9j08", - "https://ror.org/042xt5161", - "https://ror.org/042xt5161" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h9t7c44": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ebzxq58": { - "ancestors": [ - "https://ror.org/03qan4b12", - "https://ror.org/01tjs6929", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/016m1q064": { - "ancestors": [ - "https://ror.org/055j8ya05" - ], - "descendants": [ - - ] - }, - "https://ror.org/052q0wb68": { - "ancestors": [ - "https://ror.org/02rkwhb32" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rmv5n97": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - "https://ror.org/02w3v0826", - "https://ror.org/03hffat62", - "https://ror.org/05k705z76", - "https://ror.org/00cch2r34", - "https://ror.org/058rvd314", - "https://ror.org/05e5ch838", - "https://ror.org/0266cgx57", - "https://ror.org/035xy2s54", - "https://ror.org/00ern2s92", - "https://ror.org/05q5cyp41", - "https://ror.org/03yz9dq27", - "https://ror.org/04dy97z61", - "https://ror.org/029rmm934", - "https://ror.org/0247p4w70" - ] - }, - "https://ror.org/027afk247": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/03rnk6m14", - "https://ror.org/003vg9w96", - "https://ror.org/051escj72", - "https://ror.org/00qhdy563", - "https://ror.org/02feahw73", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/0050s9w54": { - "ancestors": [ - "https://ror.org/02p2bgp27" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e3ktk27": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/028rypz17", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qsvhr24": { - "ancestors": [ - "https://ror.org/03ntmtb29", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gnd7c94": { - "ancestors": [ - "https://ror.org/018pp1107", - "https://ror.org/04z22qz54", - "https://ror.org/02dn7x778", - "https://ror.org/042949r55", - "https://ror.org/05c2qg481", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zntxs11": { - "ancestors": [ - "https://ror.org/013q1eq08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a3p4g61": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/05k9skc85", - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wnzxq37": { - "ancestors": [ - "https://ror.org/055xrn550" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s3y9g58": { - "ancestors": [ - "https://ror.org/00f54p054" - ], - "descendants": [ - - ] - }, - "https://ror.org/046nez754": { - "ancestors": [ - "https://ror.org/044rb3f07", - "https://ror.org/03m8vkq32", - "https://ror.org/057qpr032", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/057a9rf33": { - "ancestors": [ - "https://ror.org/0354t7b78" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d0hsa39": { - "ancestors": [ - "https://ror.org/02e2egq70", - "https://ror.org/02m4c1x70", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/038rjvd86": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/0009wsb17", - "https://ror.org/05nb54h69", - "https://ror.org/02cge6w61", - "https://ror.org/02ygqdd77", - "https://ror.org/027hwkg23", - "https://ror.org/045sc8e83", - "https://ror.org/023r5tg35", - "https://ror.org/0362x2g28", - "https://ror.org/01tyr1g37", - "https://ror.org/05b9eba69", - "https://ror.org/01a0xxp39", - "https://ror.org/02a9vnt59", - "https://ror.org/048zssa22", - "https://ror.org/021kjh741", - "https://ror.org/0324qh176", - "https://ror.org/03nj29395", - "https://ror.org/035y1ap70", - "https://ror.org/01dg04253", - "https://ror.org/01mq8sh52", - "https://ror.org/05gbnpz65", - "https://ror.org/00gmz2d02", - "https://ror.org/01p3q4q56", - "https://ror.org/0277xgb12", - "https://ror.org/04e09qg36", - "https://ror.org/039hpv827", - "https://ror.org/01yq9ya27", - "https://ror.org/05nyr7981", - "https://ror.org/03q3a8095", - "https://ror.org/03apz2q12", - "https://ror.org/02fsfnf94", - "https://ror.org/015y4fr56", - "https://ror.org/00ejeex29", - "https://ror.org/0489f0s93", - "https://ror.org/006btmz82", - "https://ror.org/008ebms37", - "https://ror.org/01pphqm45", - "https://ror.org/02mh2cd26", - "https://ror.org/00hqnxt08", - "https://ror.org/02x9fc857", - "https://ror.org/0577sef82", - "https://ror.org/01ryjjz47", - "https://ror.org/012a18r91", - "https://ror.org/03hg8g849", - "https://ror.org/05ermrg42", - "https://ror.org/05snbjh64" - ] - }, - "https://ror.org/01mmady97": { - "ancestors": [ - "https://ror.org/001w7jn25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xba7c91": { - "ancestors": [ - "https://ror.org/042c8nz45", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - "https://ror.org/027p0bm56", - "https://ror.org/03yxgmm62", - "https://ror.org/02dj4ny34" - ] - }, - "https://ror.org/03rj0mt16": { - "ancestors": [ - "https://ror.org/04d23a975", - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kg1t878": { - "ancestors": [ - "https://ror.org/04d23a975", - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/054qg2939": { - "ancestors": [ - "https://ror.org/04cdgtt98", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/0085hfg56": { - "ancestors": [ - "https://ror.org/02z43xh36" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hjhvn29": { - "ancestors": [ - "https://ror.org/03taz7m60" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bra7668": { - "ancestors": [ - "https://ror.org/04d23a975", - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xfp8b22": { - "ancestors": [ - "https://ror.org/04d23a975", - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/020r6j743": { - "ancestors": [ - "https://ror.org/0238rvs44" - ], - "descendants": [ - - ] - }, - "https://ror.org/006jjam33": { - "ancestors": [ - "https://ror.org/047s2c258", - "https://ror.org/01r0c1p88" - ], - "descendants": [ - - ] - }, - "https://ror.org/011ghy651": { - "ancestors": [ - "https://ror.org/02rdkx920", - "https://ror.org/0593xbv16", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f2wk572": { - "ancestors": [ - "https://ror.org/05m1y4204" - ], - "descendants": [ - - ] - }, - "https://ror.org/03af71h47": { - "ancestors": [ - "https://ror.org/0354t7b78" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qa9vw67": { - "ancestors": [ - "https://ror.org/02rdkx920", - "https://ror.org/0593xbv16", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bea9k73": { - "ancestors": [ - "https://ror.org/00shsf120" - ], - "descendants": [ - "https://ror.org/01c4rxk68" - ] - }, - "https://ror.org/00nzxdq35": { - "ancestors": [ - "https://ror.org/04d23a975", - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/053wph561": { - "ancestors": [ - "https://ror.org/00hj54h04", - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dj4ny34": { - "ancestors": [ - "https://ror.org/03xba7c91", - "https://ror.org/042c8nz45", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qfrh333": { - "ancestors": [ - "https://ror.org/01zkghx44", - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vwm7722": { - "ancestors": [ - "https://ror.org/02z57sg23" - ], - "descendants": [ - - ] - }, - "https://ror.org/015k93458": { - "ancestors": [ - "https://ror.org/04d23a975", - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/025vw1435": { - "ancestors": [ - "https://ror.org/04d23a975", - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/025qrzc85": { - "ancestors": [ - "https://ror.org/035gna214" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yryhg49": { - "ancestors": [ - "https://ror.org/01j7nq853", - "https://ror.org/01mtkd993" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gvjds60": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nb54h69": { - "ancestors": [ - "https://ror.org/038rjvd86", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/036g3b009": { - "ancestors": [ - "https://ror.org/02b5d8509", - "https://ror.org/04xs57h96", - "https://ror.org/05krs5044", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c17pa61": { - "ancestors": [ - "https://ror.org/04j413049", - "https://ror.org/042c8nz45", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j2zf046": { - "ancestors": [ - "https://ror.org/0354t7b78" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w403h65": { - "ancestors": [ - "https://ror.org/00h6set76", - "https://ror.org/02mv6r745" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t78x693": { - "ancestors": [ - "https://ror.org/04d23a975", - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/019btt327": { - "ancestors": [ - "https://ror.org/0354t7b78" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w8r0j67": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/046s2rf49": { - "ancestors": [ - "https://ror.org/03tzaeb71" - ], - "descendants": [ - - ] - }, - "https://ror.org/022j0mn33": { - "ancestors": [ - "https://ror.org/02rdkx920", - "https://ror.org/0593xbv16", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00veegj02": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jdj0g52": { - "ancestors": [ - "https://ror.org/04p491231" - ], - "descendants": [ - - ] - }, - "https://ror.org/015wtqn87": { - "ancestors": [ - "https://ror.org/00rcxh774", - "https://ror.org/046ak2485", - "https://ror.org/0316ej306", - "https://ror.org/035b05819", - "https://ror.org/024z2rq82" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m96pa44": { - "ancestors": [ - "https://ror.org/0354t7b78" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nkdyf86": { - "ancestors": [ - "https://ror.org/02baa5g50", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hx19n93": { - "ancestors": [ - "https://ror.org/04d23a975", - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/048nfjm95": { - "ancestors": [ - "https://ror.org/00shsf120" - ], - "descendants": [ - "https://ror.org/05c347015" - ] - }, - "https://ror.org/014bhwj77": { - "ancestors": [ - "https://ror.org/04d23a975", - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05txeyd16": { - "ancestors": [ - "https://ror.org/0354t7b78" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fg6nx42": { - "ancestors": [ - "https://ror.org/0354t7b78" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qkrdj06": { - "ancestors": [ - "https://ror.org/02baa5g50", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mexna55": { - "ancestors": [ - "https://ror.org/03agkn750", - "https://ror.org/0123ggt98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b38mm11": { - "ancestors": [ - "https://ror.org/0354t7b78" - ], - "descendants": [ - - ] - }, - "https://ror.org/03svy9a26": { - "ancestors": [ - "https://ror.org/0354t7b78" - ], - "descendants": [ - - ] - }, - "https://ror.org/021m46s67": { - "ancestors": [ - "https://ror.org/04d23a975", - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jtef216": { - "ancestors": [ - "https://ror.org/03c62dg59", - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mx98f15": { - "ancestors": [ - "https://ror.org/04j413049", - "https://ror.org/042c8nz45", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w62hv45": { - "ancestors": [ - "https://ror.org/04j413049", - "https://ror.org/042c8nz45", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/026fxjf64": { - "ancestors": [ - "https://ror.org/042dnf796" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cyj6y78": { - "ancestors": [ - "https://ror.org/027mhn368", - "https://ror.org/05w4e8v21", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vcng590": { - "ancestors": [ - "https://ror.org/02k4h0334", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0353fey10": { - "ancestors": [ - "https://ror.org/042dnf796" - ], - "descendants": [ - - ] - }, - "https://ror.org/051acq669": { - "ancestors": [ - "https://ror.org/0354t7b78" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d23a975": { - "ancestors": [ - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03p2cen66", - "https://ror.org/04xfp8b22", - "https://ror.org/03j9xzm13", - "https://ror.org/01dnwt956", - "https://ror.org/02t78x693", - "https://ror.org/025vw1435", - "https://ror.org/02n8rtn22", - "https://ror.org/01kg1t878", - "https://ror.org/03bra7668", - "https://ror.org/021m46s67", - "https://ror.org/014bhwj77", - "https://ror.org/0366raz47", - "https://ror.org/00nzxdq35", - "https://ror.org/03rj0mt16", - "https://ror.org/03hx19n93", - "https://ror.org/05rr9sv60", - "https://ror.org/015k93458" - ] - }, - "https://ror.org/0366raz47": { - "ancestors": [ - "https://ror.org/04d23a975", - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nc0ck44": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j9xzm13": { - "ancestors": [ - "https://ror.org/04d23a975", - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sptwz63": { - "ancestors": [ - "https://ror.org/03ge1nb22" - ], - "descendants": [ - "https://ror.org/01wp2jz98" - ] - }, - "https://ror.org/02n8rtn22": { - "ancestors": [ - "https://ror.org/04d23a975", - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j413049": { - "ancestors": [ - "https://ror.org/042c8nz45", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - "https://ror.org/02mx98f15", - "https://ror.org/05w62hv45", - "https://ror.org/01c17pa61" - ] - }, - "https://ror.org/03p2cen66": { - "ancestors": [ - "https://ror.org/04d23a975", - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wk0m864": { - "ancestors": [ - "https://ror.org/027mhn368", - "https://ror.org/05w4e8v21", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kz4p343": { - "ancestors": [ - "https://ror.org/02t274463", - "https://ror.org/042nb2s44", - "https://ror.org/05dxps055", - "https://ror.org/035w1gb98", - "https://ror.org/00pjdza24", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rr9sv60": { - "ancestors": [ - "https://ror.org/04d23a975", - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bp30y45": { - "ancestors": [ - "https://ror.org/05fyj0w30" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dqdxm60": { - "ancestors": [ - "https://ror.org/01r0c1p88" - ], - "descendants": [ - - ] - }, - "https://ror.org/013sk6x84": { - "ancestors": [ - "https://ror.org/006w34k90" - ], - "descendants": [ - - ] - }, - "https://ror.org/038z2eg27": { - "ancestors": [ - "https://ror.org/02yg0nm07" - ], - "descendants": [ - - ] - }, - "https://ror.org/0553w5c95": { - "ancestors": [ - "https://ror.org/04d0xx942", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/046n2jy73": { - "ancestors": [ - "https://ror.org/0213rcc28" - ], - "descendants": [ - - ] - }, - "https://ror.org/01znn6x10": { - "ancestors": [ - "https://ror.org/0114b2m14", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hkzh190": { - "ancestors": [ - "https://ror.org/02jmfj006" - ], - "descendants": [ - - ] - }, - "https://ror.org/034waa237": { - "ancestors": [ - "https://ror.org/02nv7yv05", - "https://ror.org/024z2rq82", - "https://ror.org/044g3zk14", - "https://ror.org/00rcxh774", - "https://ror.org/0281dp749", - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ge23k91": { - "ancestors": [ - "https://ror.org/04d0xx942", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/052451r09": { - "ancestors": [ - "https://ror.org/0354t7b78" - ], - "descendants": [ - - ] - }, - "https://ror.org/0015pkk46": { - "ancestors": [ - "https://ror.org/04zhhyn23" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hj96d73": { - "ancestors": [ - "https://ror.org/032hx4q18" - ], - "descendants": [ - - ] - }, - "https://ror.org/023drta67": { - "ancestors": [ - "https://ror.org/03m2x1q45", - "https://ror.org/0054f1w39" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j7dz696": { - "ancestors": [ - "https://ror.org/05sdke129" - ], - "descendants": [ - - ] - }, - "https://ror.org/02239nd21": { - "ancestors": [ - "https://ror.org/04d0xx942", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f6jys10": { - "ancestors": [ - "https://ror.org/03qv8yq19", - "https://ror.org/042xt5161", - "https://ror.org/042xt5161" - ], - "descendants": [ - "https://ror.org/05r3bjq62", - "https://ror.org/03ex4ek60" - ] - }, - "https://ror.org/05sdqd547": { - "ancestors": [ - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/012pb6c26": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/031grv205", - "https://ror.org/023ny1p48" - ] - }, - "https://ror.org/0055b3j94": { - "ancestors": [ - "https://ror.org/00mxe0976", - "https://ror.org/042xt5161", - "https://ror.org/042xt5161" - ], - "descendants": [ - "https://ror.org/037dt7852" - ] - }, - "https://ror.org/04tz64554": { - "ancestors": [ - "https://ror.org/00q4sx826", - "https://ror.org/0447fe631", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04n07f274" - ] - }, - "https://ror.org/03bk74w21": { - "ancestors": [ - "https://ror.org/04d0xx942", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/023ny1p48": { - "ancestors": [ - "https://ror.org/012pb6c26", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xkdev90": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/01vgda714", - "https://ror.org/048amsp50", - "https://ror.org/017ef8252", - "https://ror.org/00h9jx107", - "https://ror.org/01z686714", - "https://ror.org/04xtpdj18", - "https://ror.org/029fhmb28", - "https://ror.org/03vv7cm03", - "https://ror.org/00520ey40", - "https://ror.org/01dv3hq14", - "https://ror.org/00shc0s02", - "https://ror.org/030h9s280", - "https://ror.org/03zeg8w71" - ] - }, - "https://ror.org/02dpmge29": { - "ancestors": [ - "https://ror.org/05c3kvr55", - "https://ror.org/05qbbf772", - "https://ror.org/02srvn192" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rcpts17": { - "ancestors": [ - "https://ror.org/01v0pgv63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r3bjq62": { - "ancestors": [ - "https://ror.org/01f6jys10", - "https://ror.org/03qv8yq19", - "https://ror.org/042xt5161", - "https://ror.org/042xt5161" - ], - "descendants": [ - - ] - }, - "https://ror.org/0358r4163": { - "ancestors": [ - "https://ror.org/00ynnr806" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xm1d907": { - "ancestors": [ - "https://ror.org/04jhswv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/056bp6y70": { - "ancestors": [ - "https://ror.org/04jc43x05", - "https://ror.org/02kkvpp62" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nbmrk54": { - "ancestors": [ - "https://ror.org/03vvynj75", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/014geb094" - ] - }, - "https://ror.org/01dv63r93": { - "ancestors": [ - "https://ror.org/04d0xx942", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cc25b87": { - "ancestors": [ - "https://ror.org/03k1gpj17", - "https://ror.org/03xj0x983" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vs2n780": { - "ancestors": [ - "https://ror.org/02yg0nm07" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gjnn020": { - "ancestors": [ - "https://ror.org/02f40zc51" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ypcm768": { - "ancestors": [ - "https://ror.org/0190e1q31" - ], - "descendants": [ - - ] - }, - "https://ror.org/014geb094": { - "ancestors": [ - "https://ror.org/01nbmrk54", - "https://ror.org/03vvynj75", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tzsdk41": { - "ancestors": [ - "https://ror.org/04sjchr03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bfc4534": { - "ancestors": [ - "https://ror.org/04cm78a24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h25w961": { - "ancestors": [ - "https://ror.org/02yg0nm07" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ghka958": { - "ancestors": [ - "https://ror.org/00yjd3n13" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y7zaj23": { - "ancestors": [ - "https://ror.org/04d0xx942", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/020wm8g88": { - "ancestors": [ - "https://ror.org/02yg0nm07" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c8ccc98": { - "ancestors": [ - "https://ror.org/03chte209" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yxqn620": { - "ancestors": [ - "https://ror.org/02yg0nm07" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xg4bh43": { - "ancestors": [ - "https://ror.org/00hj54h04", - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k32vr40": { - "ancestors": [ - "https://ror.org/03vvynj75", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b8c0r92": { - "ancestors": [ - "https://ror.org/00cz47042", - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/037dt7852": { - "ancestors": [ - "https://ror.org/042xt5161", - "https://ror.org/0055b3j94", - "https://ror.org/03dbr7087", - "https://ror.org/00mxe0976" - ], - "descendants": [ - - ] - }, - "https://ror.org/02em6e271": { - "ancestors": [ - "https://ror.org/010c9nr19" - ], - "descendants": [ - - ] - }, - "https://ror.org/00axehm46": { - "ancestors": [ - "https://ror.org/04d0xx942", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/0221pcv84": { - "ancestors": [ - "https://ror.org/05k323c76" - ], - "descendants": [ - - ] - }, - "https://ror.org/051xsx468": { - "ancestors": [ - "https://ror.org/03490as77" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wek6x04": { - "ancestors": [ - "https://ror.org/02yg0nm07" - ], - "descendants": [ - "https://ror.org/05t7fg049", - "https://ror.org/00bgr8r13" - ] - }, - "https://ror.org/04d0xx942": { - "ancestors": [ - "https://ror.org/00n0s9w57" - ], - "descendants": [ - "https://ror.org/00x0ma614", - "https://ror.org/03j8tnm47", - "https://ror.org/01e49td52", - "https://ror.org/00ge23k91", - "https://ror.org/04n0d8e29", - "https://ror.org/03w24fg09", - "https://ror.org/01dv63r93", - "https://ror.org/03bk74w21", - "https://ror.org/00axehm46", - "https://ror.org/02y7zaj23", - "https://ror.org/02239nd21", - "https://ror.org/0553w5c95", - "https://ror.org/008p1v134" - ] - }, - "https://ror.org/03308db07": { - "ancestors": [ - "https://ror.org/00kv9pj15" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mdznj53": { - "ancestors": [ - "https://ror.org/03d2qmz71" - ], - "descendants": [ - - ] - }, - "https://ror.org/000fg4e24": { - "ancestors": [ - "https://ror.org/04frnva71", - "https://ror.org/011pjwf87", - "https://ror.org/034s44556", - "https://ror.org/01qk7v094", - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/043s0sy92": { - "ancestors": [ - "https://ror.org/03czfpz43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xf64p49": { - "ancestors": [ - "https://ror.org/00yjd3n13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ex4ek60": { - "ancestors": [ - "https://ror.org/01f6jys10", - "https://ror.org/03qv8yq19", - "https://ror.org/042xt5161", - "https://ror.org/042xt5161" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rse7p59": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wvw0v54": { - "ancestors": [ - "https://ror.org/03fgx6868" - ], - "descendants": [ - - ] - }, - "https://ror.org/005cybj21": { - "ancestors": [ - "https://ror.org/03490as77" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bbhv598": { - "ancestors": [ - "https://ror.org/05tbp9v13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vadg117": { - "ancestors": [ - "https://ror.org/04bqqa360" - ], - "descendants": [ - - ] - }, - "https://ror.org/036f2ks50": { - "ancestors": [ - "https://ror.org/03490as77" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dfrf681": { - "ancestors": [ - "https://ror.org/0551hes90" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qhydd02": { - "ancestors": [ - "https://ror.org/01ftg8r37" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qw1qw03": { - "ancestors": [ - "https://ror.org/02z9g9j20" - ], - "descendants": [ - "https://ror.org/02swjdp46" - ] - }, - "https://ror.org/04v3xcy66": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/037897814": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01vt80e72", - "https://ror.org/04he1c034" - ] - }, - "https://ror.org/01rde0531": { - "ancestors": [ - "https://ror.org/03z942k20" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q70n095": { - "ancestors": [ - "https://ror.org/03q5mqx63", - "https://ror.org/030sa3819" - ], - "descendants": [ - - ] - }, - "https://ror.org/00744wk93": { - "ancestors": [ - "https://ror.org/03t879f74" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x9nbm24": { - "ancestors": [ - "https://ror.org/00km40770", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0139c4536": { - "ancestors": [ - "https://ror.org/05rehad94", - "https://ror.org/052gg0110", - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ez1vb97": { - "ancestors": [ - "https://ror.org/05tj7dm33", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cpnza27": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/027jrtw17": { - "ancestors": [ - "https://ror.org/02e7b5302", - "https://ror.org/01tgyzw49", - "https://ror.org/019tgvf94", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n2mnn68": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/004nzga04": { - "ancestors": [ - "https://ror.org/05tj7dm33", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/011hc8f90": { - "ancestors": [ - "https://ror.org/02rdkx920", - "https://ror.org/0593xbv16", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05epdh915" - ] - }, - "https://ror.org/00536t873": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/041fzsr16": { - "ancestors": [ - "https://ror.org/05e6hcm17" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bfwqa71": { - "ancestors": [ - "https://ror.org/05tj7dm33", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/049t0bn51": { - "ancestors": [ - "https://ror.org/05tj7dm33", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n45zg06": { - "ancestors": [ - "https://ror.org/05tj7dm33", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/008yfsh88": { - "ancestors": [ - "https://ror.org/040xx6p34", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qvmna33": { - "ancestors": [ - "https://ror.org/00p6app11", - "https://ror.org/02xznz413", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zzf0m94": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vzxfs32": { - "ancestors": [ - "https://ror.org/0115n5160", - "https://ror.org/030sa3819" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rr8kp31": { - "ancestors": [ - "https://ror.org/0189w2q14", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/048ybsm72": { - "ancestors": [ - "https://ror.org/02xznz413", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/031t90335": { - "ancestors": [ - "https://ror.org/044jxhp58" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vk3sy20": { - "ancestors": [ - "https://ror.org/03esms521", - "https://ror.org/02xznz413", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g5y5k24": { - "ancestors": [ - "https://ror.org/048rj2z13" - ], - "descendants": [ - "https://ror.org/02vck8g64", - "https://ror.org/008td3p62", - "https://ror.org/053xn4v04", - "https://ror.org/01948cb05", - "https://ror.org/0327y7e25", - "https://ror.org/01qradn92", - "https://ror.org/00nwp9g54", - "https://ror.org/033tx3651", - "https://ror.org/04djymq25", - "https://ror.org/00h761y79" - ] - }, - "https://ror.org/04ndt7n58": { - "ancestors": [ - "https://ror.org/03c7zyj82", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/055cy8878": { - "ancestors": [ - "https://ror.org/0189w2q14", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cvwf620": { - "ancestors": [ - "https://ror.org/02wwzvj46" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e5p9h20": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qkhgw46": { - "ancestors": [ - "https://ror.org/00g8rx069", - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/01w1erp60" - ] - }, - "https://ror.org/05n52x113": { - "ancestors": [ - "https://ror.org/00za53h95" - ], - "descendants": [ - - ] - }, - "https://ror.org/042j94f44": { - "ancestors": [ - "https://ror.org/04ttfv304", - "https://ror.org/02gfc7t72" - ], - "descendants": [ - "https://ror.org/00ybwtz11" - ] - }, - "https://ror.org/02caqc891": { - "ancestors": [ - "https://ror.org/040xx6p34", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vb70n88": { - "ancestors": [ - "https://ror.org/0189w2q14", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vmaka31": { - "ancestors": [ - "https://ror.org/0115n5160", - "https://ror.org/030sa3819" - ], - "descendants": [ - "https://ror.org/01xfrxk65" - ] - }, - "https://ror.org/05c99vk74": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/05yp7vw70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d5rrp05": { - "ancestors": [ - "https://ror.org/04mj0c261", - "https://ror.org/013cg0x56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zprx076": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jc7xd84": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xtfh998": { - "ancestors": [ - "https://ror.org/030sa3819" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q8wtt20": { - "ancestors": [ - "https://ror.org/055n47h92", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/01948cb05": { - "ancestors": [ - "https://ror.org/01g5y5k24", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n4kg172": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01exas502": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/008fa9s48": { - "ancestors": [ - "https://ror.org/04csf5r20", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/039928415" - ] - }, - "https://ror.org/03dbdcw44": { - "ancestors": [ - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fq21t14": { - "ancestors": [ - "https://ror.org/030sa3819" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ndyev54": { - "ancestors": [ - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/006ha1k08", - "https://ror.org/04p3r3e35", - "https://ror.org/0454wth52", - "https://ror.org/00ejqxs53", - "https://ror.org/040933v44", - "https://ror.org/00kct2d35", - "https://ror.org/00f7rb209", - "https://ror.org/01j6j9107", - "https://ror.org/04b222d59" - ] - }, - "https://ror.org/009kb8w74": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/040vxhp34": { - "ancestors": [ - "https://ror.org/0526p1y61", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01agkhd16": { - "ancestors": [ - "https://ror.org/05r9v2c42" - ], - "descendants": [ - - ] - }, - "https://ror.org/02je1hv25": { - "ancestors": [ - "https://ror.org/030sa3819" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yb10j39": { - "ancestors": [ - "https://ror.org/016xsfp80" - ], - "descendants": [ - - ] - }, - "https://ror.org/024b23796": { - "ancestors": [ - "https://ror.org/000ztjy10", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gjh3k29": { - "ancestors": [ - "https://ror.org/05tj7dm33", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hdmed54": { - "ancestors": [ - "https://ror.org/00km40770", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mj0c261": { - "ancestors": [ - "https://ror.org/013cg0x56" - ], - "descendants": [ - "https://ror.org/03d5rrp05" - ] - }, - "https://ror.org/00hvbwp12": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qrpsa36": { - "ancestors": [ - "https://ror.org/02xznz413", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/028z8qe34": { - "ancestors": [ - "https://ror.org/055n47h92", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/058qr4y65": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ph0t361": { - "ancestors": [ - "https://ror.org/04ex24z53", - "https://ror.org/02vjkv261", - "https://ror.org/0495fxg12", - "https://ror.org/00pg5jh14", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/032q0qd45": { - "ancestors": [ - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/015th7t48": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vxptj17": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b1tq154": { - "ancestors": [ - "https://ror.org/02y6dp041", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w15bh65": { - "ancestors": [ - "https://ror.org/03bczw616" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p6app11": { - "ancestors": [ - "https://ror.org/02xznz413", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01qvmna33", - "https://ror.org/01d947q34" - ] - }, - "https://ror.org/03cap2a49": { - "ancestors": [ - "https://ror.org/054ajk512", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/035fxjt55": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zs3hb12": { - "ancestors": [ - "https://ror.org/05xpvk416", - "https://ror.org/04rq5mt64", - "https://ror.org/047s2c258", - "https://ror.org/04chq2495", - "https://ror.org/01r0c1p88", - "https://ror.org/01r0c1p88", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e6zkc05": { - "ancestors": [ - "https://ror.org/037cnag11", - "https://ror.org/032va1j59" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wsjvg44": { - "ancestors": [ - "https://ror.org/027mhn368", - "https://ror.org/05w4e8v21", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e8w0016": { - "ancestors": [ - "https://ror.org/05a0dhs15", - "https://ror.org/02vjkv261", - "https://ror.org/013cjyk83", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vkkad71": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/045ba4x87": { - "ancestors": [ - "https://ror.org/046e0mt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xenw941": { - "ancestors": [ - "https://ror.org/05tj7dm33", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z0y4310": { - "ancestors": [ - "https://ror.org/030sa3819" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wd3f534": { - "ancestors": [ - "https://ror.org/042rvyb12" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nwp9g54": { - "ancestors": [ - "https://ror.org/01g5y5k24", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tjwy964": { - "ancestors": [ - "https://ror.org/02g8ke488", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xg1m795": { - "ancestors": [ - "https://ror.org/04p4e8t29", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/028rfb880": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04861vz74": { - "ancestors": [ - "https://ror.org/040xx6p34", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03naxhj05": { - "ancestors": [ - "https://ror.org/05tj7dm33", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bhbx726": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05svhk535": { - "ancestors": [ - "https://ror.org/041g4v832", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01464wm64": { - "ancestors": [ - "https://ror.org/040xx6p34", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/031mgyp05": { - "ancestors": [ - "https://ror.org/05tj7dm33", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ma4gj04": { - "ancestors": [ - "https://ror.org/030sa3819" - ], - "descendants": [ - - ] - }, - "https://ror.org/040zr6b15": { - "ancestors": [ - "https://ror.org/0530j9m17", - "https://ror.org/01rk35k63", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hewx527": { - "ancestors": [ - "https://ror.org/0189w2q14", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qradn92": { - "ancestors": [ - "https://ror.org/01g5y5k24", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qn8ky51": { - "ancestors": [ - "https://ror.org/01yc7t268" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v8y4456": { - "ancestors": [ - "https://ror.org/000ztjy10", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q2bn656": { - "ancestors": [ - "https://ror.org/03x42jk29" - ], - "descendants": [ - - ] - }, - "https://ror.org/021gztm71": { - "ancestors": [ - "https://ror.org/01tgyzw49" - ], - "descendants": [ - - ] - }, - "https://ror.org/004315x41": { - "ancestors": [ - "https://ror.org/0101kry21" - ], - "descendants": [ - - ] - }, - "https://ror.org/0365gvr66": { - "ancestors": [ - "https://ror.org/03sk1we31", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gmyvv50": { - "ancestors": [ - "https://ror.org/03yjb2x39" - ], - "descendants": [ - - ] - }, - "https://ror.org/014kqcf15": { - "ancestors": [ - "https://ror.org/00km40770", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pnym676": { - "ancestors": [ - "https://ror.org/03ycqrz18", - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dpwfd08": { - "ancestors": [ - "https://ror.org/03r9y0p94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p0mdy95": { - "ancestors": [ - "https://ror.org/05tj7dm33", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p8das24": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05588ks88": { - "ancestors": [ - "https://ror.org/04px4e658", - "https://ror.org/02rx3b187", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gy5dj09": { - "ancestors": [ - "https://ror.org/05tj7dm33", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d947q34": { - "ancestors": [ - "https://ror.org/00p6app11", - "https://ror.org/02xznz413", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xsh7c04": { - "ancestors": [ - "https://ror.org/02hh7en24", - "https://ror.org/03k1gpj17", - "https://ror.org/00jc20583", - "https://ror.org/03xj0x983" - ], - "descendants": [ - - ] - }, - "https://ror.org/05eev2q71": { - "ancestors": [ - "https://ror.org/027m9bs27", - "https://ror.org/026k5mg93", - "https://ror.org/02jkpm469" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hbwba26": { - "ancestors": [ - "https://ror.org/02kkvpp62" - ], - "descendants": [ - - ] - }, - "https://ror.org/040xx6p34": { - "ancestors": [ - "https://ror.org/048rj2z13" - ], - "descendants": [ - "https://ror.org/008yfsh88", - "https://ror.org/01464wm64", - "https://ror.org/02caqc891", - "https://ror.org/04861vz74", - "https://ror.org/05kkfq345", - "https://ror.org/00tzzfp14" - ] - }, - "https://ror.org/052rrw050": { - "ancestors": [ - "https://ror.org/055n47h92", - "https://ror.org/048rj2z13" - ], - "descendants": [ - "https://ror.org/008td3p62", - "https://ror.org/033tx3651", - "https://ror.org/04djymq25", - "https://ror.org/00h761y79" - ] - }, - "https://ror.org/050sd4346": { - "ancestors": [ - "https://ror.org/0189w2q14", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p9bjd64": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tzzfp14": { - "ancestors": [ - "https://ror.org/040xx6p34", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p3r3e35": { - "ancestors": [ - "https://ror.org/00ndyev54", - "https://ror.org/00tgqzw13", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d46jp54": { - "ancestors": [ - "https://ror.org/030sa3819" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gr2sy50": { - "ancestors": [ - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wqh5h97": { - "ancestors": [ - "https://ror.org/055n47h92", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vk18a84": { - "ancestors": [ - "https://ror.org/05j7fep28", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bd6je18": { - "ancestors": [ - "https://ror.org/053mfvp43" - ], - "descendants": [ - "https://ror.org/00c7rx184" - ] - }, - "https://ror.org/00qywr187": { - "ancestors": [ - "https://ror.org/05tj7dm33", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0509qp208": { - "ancestors": [ - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h617f37": { - "ancestors": [ - "https://ror.org/0189w2q14", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cr1bk24": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mw1dx44": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q5emw59": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jrb0276": { - "ancestors": [ - "https://ror.org/04gqg1a07", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/035sc8895": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05geg6f02": { - "ancestors": [ - "https://ror.org/03hkzcg46" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vt80e72": { - "ancestors": [ - "https://ror.org/037897814", - "https://ror.org/04he1c034", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/039928415": { - "ancestors": [ - "https://ror.org/04csf5r20", - "https://ror.org/008fa9s48", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h6pya74": { - "ancestors": [ - "https://ror.org/03sk1we31", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kk9yv55": { - "ancestors": [ - "https://ror.org/03sk1we31", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jcejr58": { - "ancestors": [ - "https://ror.org/04p4e8t29", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tp4wm41": { - "ancestors": [ - "https://ror.org/02wsd5p50" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pfy5w65": { - "ancestors": [ - "https://ror.org/04tfzc498", - "https://ror.org/00jrmky87", - "https://ror.org/039k11f95" - ], - "descendants": [ - - ] - }, - "https://ror.org/048v13307": { - "ancestors": [ - "https://ror.org/055n47h92", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e3eqz10": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/0291jv411": { - "ancestors": [ - "https://ror.org/03wa2q724" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c7rx184": { - "ancestors": [ - "https://ror.org/04bd6je18", - "https://ror.org/053mfvp43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wqtde93": { - "ancestors": [ - "https://ror.org/02xznz413", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fyvtf62": { - "ancestors": [ - "https://ror.org/03t879f74" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t41kv40": { - "ancestors": [ - "https://ror.org/05tj7dm33", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k44np55": { - "ancestors": [ - "https://ror.org/0189w2q14", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t1zz428": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/009pn2s74": { - "ancestors": [ - "https://ror.org/05tj7dm33", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m8dr349": { - "ancestors": [ - "https://ror.org/0187kwz08", - "https://ror.org/013meh722", - "https://ror.org/04v54gj93" - ], - "descendants": [ - - ] - }, - "https://ror.org/024ms8859": { - "ancestors": [ - "https://ror.org/0189w2q14", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01db6pq27": { - "ancestors": [ - "https://ror.org/0115n5160", - "https://ror.org/030sa3819" - ], - "descendants": [ - - ] - }, - "https://ror.org/025qq4838": { - "ancestors": [ - "https://ror.org/005dknr06" - ], - "descendants": [ - "https://ror.org/0526wrz79" - ] - }, - "https://ror.org/03esms521": { - "ancestors": [ - "https://ror.org/02xznz413", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05vk3sy20" - ] - }, - "https://ror.org/01gs1cg95": { - "ancestors": [ - "https://ror.org/000ztjy10", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05re0sm29": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jyv8a11": { - "ancestors": [ - "https://ror.org/05mm0yq33" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ssawd58": { - "ancestors": [ - "https://ror.org/02xznz413", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0327y7e25": { - "ancestors": [ - "https://ror.org/01g5y5k24", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zj39k81": { - "ancestors": [ - "https://ror.org/054ajk512", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mqtzm43": { - "ancestors": [ - "https://ror.org/03ycqrz18", - "https://ror.org/03yxnpp24", - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g26vc28": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/029fhmb28": { - "ancestors": [ - "https://ror.org/02xkdev90", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/037gty358": { - "ancestors": [ - "https://ror.org/05r9v2c42" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bym8a28": { - "ancestors": [ - "https://ror.org/02y6dp041", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0095e2947": { - "ancestors": [ - "https://ror.org/0189w2q14", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01acw3598": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00htph268": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/044fqcn90": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vg64e60": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/011cc8156": { - "ancestors": [ - "https://ror.org/03q5mqx63", - "https://ror.org/030sa3819" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f6tkx67": { - "ancestors": [ - "https://ror.org/046b3cj80", - "https://ror.org/02vjkv261", - "https://ror.org/013cjyk83", - "https://ror.org/051kpcy16", - "https://ror.org/013cjyk83", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gas4q24": { - "ancestors": [ - "https://ror.org/03sk1we31", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qdphm77": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j67h539": { - "ancestors": [ - "https://ror.org/05tj7dm33", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kkfq345": { - "ancestors": [ - "https://ror.org/040xx6p34", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hb7bm88": { - "ancestors": [ - "https://ror.org/04xa2jy35" - ], - "descendants": [ - "https://ror.org/05kh5wx29" - ] - }, - "https://ror.org/05tc5g775": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cyr5g02": { - "ancestors": [ - "https://ror.org/03sk1we31", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/055n47h92": { - "ancestors": [ - "https://ror.org/048rj2z13" - ], - "descendants": [ - "https://ror.org/028z8qe34", - "https://ror.org/04wqh5h97", - "https://ror.org/052rrw050", - "https://ror.org/05q8wtt20", - "https://ror.org/01t3wyv61", - "https://ror.org/048v13307", - "https://ror.org/005t7z309", - "https://ror.org/008td3p62", - "https://ror.org/033tx3651", - "https://ror.org/04djymq25", - "https://ror.org/00h761y79" - ] - }, - "https://ror.org/01d7n9638": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xy2by41": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p3kp518": { - "ancestors": [ - "https://ror.org/02wk2vx54" - ], - "descendants": [ - - ] - }, - "https://ror.org/02psmjc37": { - "ancestors": [ - "https://ror.org/03sk1we31", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e72by15": { - "ancestors": [ - "https://ror.org/02rdkx920", - "https://ror.org/0593xbv16", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tsr2j53": { - "ancestors": [ - "https://ror.org/013kv6j49" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gmmtm59": { - "ancestors": [ - "https://ror.org/04p977q83" - ], - "descendants": [ - - ] - }, - "https://ror.org/0375b8f90": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pa9ed26": { - "ancestors": [ - "https://ror.org/049s0rh22" - ], - "descendants": [ - "https://ror.org/00d1dhh09", - "https://ror.org/02pkvbe21", - "https://ror.org/02et65004", - "https://ror.org/03sfv7b53", - "https://ror.org/04j045513" - ] - }, - "https://ror.org/01sra1980": { - "ancestors": [ - "https://ror.org/03rt48n94", - "https://ror.org/02en5vm52", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cqwn895": { - "ancestors": [ - "https://ror.org/00dmms154", - "https://ror.org/02vjkv261", - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261", - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xgv8v73": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cbz4r60": { - "ancestors": [ - "https://ror.org/05byvp690", - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/0138eq662": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h0qhk21": { - "ancestors": [ - "https://ror.org/05bnh6r87" - ], - "descendants": [ - - ] - }, - "https://ror.org/035xqz322": { - "ancestors": [ - "https://ror.org/02ex6cf31", - "https://ror.org/05434fs92", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z4cj158": { - "ancestors": [ - "https://ror.org/032msy923" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v7tx966": { - "ancestors": [ - "https://ror.org/047s7ex42" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bk0c386": { - "ancestors": [ - "https://ror.org/005dvqh91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pkvbe21": { - "ancestors": [ - "https://ror.org/01pa9ed26", - "https://ror.org/049s0rh22" - ], - "descendants": [ - "https://ror.org/04j045513" - ] - }, - "https://ror.org/05cwx3318": { - "ancestors": [ - "https://ror.org/02jbv0t02", - "https://ror.org/00pjdza24", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0523t5q52": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x26mz03": { - "ancestors": [ - "https://ror.org/03ery9d53", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/031ve0e22": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/02en5vm52", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e0bg420": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kcc1z29": { - "ancestors": [ - "https://ror.org/05q8kyc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p915b28": { - "ancestors": [ - "https://ror.org/01qz5mb56", - "https://ror.org/00mmn6b08", - "https://ror.org/04nza6677", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wass480": { - "ancestors": [ - "https://ror.org/01qz5mb56", - "https://ror.org/00mmn6b08", - "https://ror.org/04nza6677", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q26jh72": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vt7q796": { - "ancestors": [ - "https://ror.org/00habjq51" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rc0xn13": { - "ancestors": [ - "https://ror.org/05h992307", - "https://ror.org/01h5tnr73", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sgjjk97": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/042wftp98": { - "ancestors": [ - "https://ror.org/0076kfe04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00adh9b73": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xn1ny06": { - "ancestors": [ - "https://ror.org/01qz5mb56", - "https://ror.org/00mmn6b08", - "https://ror.org/04nza6677", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qe0rk31": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x083d20": { - "ancestors": [ - "https://ror.org/017zqws13", - "https://ror.org/03grvy078" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a6cxf28": { - "ancestors": [ - "https://ror.org/045ntgf29" - ], - "descendants": [ - "https://ror.org/02bmcqd02" - ] - }, - "https://ror.org/00cw4qm30": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k51bq24": { - "ancestors": [ - "https://ror.org/03gnr7b55", - "https://ror.org/030hj3061", - "https://ror.org/025vp2923" - ], - "descendants": [ - - ] - }, - "https://ror.org/007q04248": { - "ancestors": [ - "https://ror.org/03zzw1w08", - "https://ror.org/02qp3tb03" - ], - "descendants": [ - - ] - }, - "https://ror.org/0197nmd03": { - "ancestors": [ - "https://ror.org/01v1m2411" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yke0t02": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bmcqd02": { - "ancestors": [ - "https://ror.org/00a6cxf28", - "https://ror.org/045ntgf29" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nckqd02": { - "ancestors": [ - "https://ror.org/00za53h95", - "https://ror.org/02wt5sv47" - ], - "descendants": [ - - ] - }, - "https://ror.org/034t0c490": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/0580dnq61": { - "ancestors": [ - "https://ror.org/02ex6cf31", - "https://ror.org/05434fs92", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/030c92375": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/05e89k615", - "https://ror.org/00rev1511", - "https://ror.org/00bx52076", - "https://ror.org/04dkp1p98", - "https://ror.org/00n82gt57", - "https://ror.org/05kxxr655", - "https://ror.org/02b3hht72", - "https://ror.org/0591qfp26", - "https://ror.org/02xwr1996", - "https://ror.org/00pfevw30", - "https://ror.org/03cwpte63", - "https://ror.org/033b0a569", - "https://ror.org/014gyb994", - "https://ror.org/02xhx4j26", - "https://ror.org/01ew37b76" - ] - }, - "https://ror.org/02qvhgb32": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b2c0z26": { - "ancestors": [ - "https://ror.org/00sbttv49", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n40rk24": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jxk1021": { - "ancestors": [ - "https://ror.org/05m1y4204" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d0qf239": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pvyf116": { - "ancestors": [ - "https://ror.org/03vek6s52", - "https://ror.org/02jzgtq86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qqh1125": { - "ancestors": [ - "https://ror.org/02en5vm52", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kk92g72": { - "ancestors": [ - "https://ror.org/03qbdej90", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wxndv36": { - "ancestors": [ - "https://ror.org/03rt48n94", - "https://ror.org/02en5vm52", - "https://ror.org/00pg5jh14", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vn1ts68": { - "ancestors": [ - "https://ror.org/00mmn6b08", - "https://ror.org/00hx57361", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05sg23t46" - ] - }, - "https://ror.org/03j18km61": { - "ancestors": [ - "https://ror.org/036554539", - "https://ror.org/051fvmk98" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ger2h42": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gg8z294": { - "ancestors": [ - "https://ror.org/03qbdej90", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/034jn5z48": { - "ancestors": [ - "https://ror.org/04w0b7z78" - ], - "descendants": [ - - ] - }, - "https://ror.org/0399wt198": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/019z76p34": { - "ancestors": [ - "https://ror.org/00ppaw753" - ], - "descendants": [ - - ] - }, - "https://ror.org/015y1mx47": { - "ancestors": [ - "https://ror.org/01cdrde68" - ], - "descendants": [ - - ] - }, - "https://ror.org/02et65004": { - "ancestors": [ - "https://ror.org/00s61s029", - "https://ror.org/01pa9ed26", - "https://ror.org/05eq41471", - "https://ror.org/049s0rh22", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03660jn93": { - "ancestors": [ - "https://ror.org/03jp40720", - "https://ror.org/02qp3tb03" - ], - "descendants": [ - - ] - }, - "https://ror.org/001pprn90": { - "ancestors": [ - "https://ror.org/00ppaw753" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vc7qy59": { - "ancestors": [ - "https://ror.org/00km40770", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0317dzj93": { - "ancestors": [ - "https://ror.org/04a9tmd77", - "https://ror.org/04kfn4587" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a25vm86": { - "ancestors": [ - "https://ror.org/03mtd9a03", - "https://ror.org/00f54p054" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nre0x31": { - "ancestors": [ - "https://ror.org/02pttbw34", - "https://ror.org/04m8z4n60" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nmyfr60": { - "ancestors": [ - "https://ror.org/01rq8ck58" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dvj3d25": { - "ancestors": [ - "https://ror.org/01qz5mb56", - "https://ror.org/00mmn6b08", - "https://ror.org/04nza6677", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/011gr5n11": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gzqy922": { - "ancestors": [ - "https://ror.org/04gyf1771", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jp40720": { - "ancestors": [ - "https://ror.org/02qp3tb03" - ], - "descendants": [ - "https://ror.org/03660jn93", - "https://ror.org/003xpy695" - ] - }, - "https://ror.org/059h0ng81": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/031yh0y38": { - "ancestors": [ - "https://ror.org/01e41cf67", - "https://ror.org/03sk1we31", - "https://ror.org/02tmabg35", - "https://ror.org/03sk1we31", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/043ehm030": { - "ancestors": [ - "https://ror.org/0130frc33", - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/024exxj48": { - "ancestors": [ - "https://ror.org/04d139241" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fj8a872": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02e3wq066", - "https://ror.org/054j5yq82", - "https://ror.org/01wtjyf13", - "https://ror.org/046zezr58", - "https://ror.org/05aq6yn88", - "https://ror.org/02yrzyf97", - "https://ror.org/031gy6182", - "https://ror.org/04g4sf283", - "https://ror.org/001d55x84" - ] - }, - "https://ror.org/00y16rm59": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kx2e072": { - "ancestors": [ - "https://ror.org/05fs6jp91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bxhp795": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c2cjg59": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0475zhg63": { - "ancestors": [ - "https://ror.org/02ybv7q93" - ], - "descendants": [ - "https://ror.org/00rw7g836", - "https://ror.org/0336f9q30", - "https://ror.org/0111g6367" - ] - }, - "https://ror.org/03njmea73": { - "ancestors": [ - "https://ror.org/03wfqwh68" - ], - "descendants": [ - "https://ror.org/04bct7p84", - "https://ror.org/04vt65461" - ] - }, - "https://ror.org/05067ar32": { - "ancestors": [ - "https://ror.org/00ppaw753" - ], - "descendants": [ - - ] - }, - "https://ror.org/0539tas66": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/0406jsq08": { - "ancestors": [ - "https://ror.org/036rp1748" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n63wv08": { - "ancestors": [ - "https://ror.org/03azxga02" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d789537": { - "ancestors": [ - "https://ror.org/005dvqh91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e0p6b62": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s0m4j44": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ffdsr55": { - "ancestors": [ - "https://ror.org/0101xrq71", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d6wfd23": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/03wkt5x30", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bxr0z07": { - "ancestors": [ - "https://ror.org/00bdqav06", - "https://ror.org/02kgve346", - "https://ror.org/02ttsq026", - "https://ror.org/02z5nhe81", - "https://ror.org/00jc20583", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/036554539": { - "ancestors": [ - "https://ror.org/051fvmk98" - ], - "descendants": [ - "https://ror.org/03j18km61" - ] - }, - "https://ror.org/02cz3nh82": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kytrf83": { - "ancestors": [ - "https://ror.org/03wkt5x30", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bw7zm61": { - "ancestors": [ - "https://ror.org/04v2xmd71" - ], - "descendants": [ - "https://ror.org/01613vh25" - ] - }, - "https://ror.org/01edhwb26": { - "ancestors": [ - "https://ror.org/03p74gp79", - "https://ror.org/00g0p6g84", - "https://ror.org/00h2vm590" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bpcga21": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/03wkt5x30", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zdss218": { - "ancestors": [ - "https://ror.org/021sy4w91" - ], - "descendants": [ - - ] - }, - "https://ror.org/025t8vx68": { - "ancestors": [ - "https://ror.org/033n9gh91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04shr9s31": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/045ybte48": { - "ancestors": [ - "https://ror.org/05gvnxz63", - "https://ror.org/024mw5h28", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dj0nw15": { - "ancestors": [ - "https://ror.org/00ppaw753" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vzbm991": { - "ancestors": [ - "https://ror.org/05gzmn429", - "https://ror.org/00f54p054", - "https://ror.org/00mmn6b08", - "https://ror.org/00f54p054", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/051dzs374": { - "ancestors": [ - "https://ror.org/010q4q527" - ], - "descendants": [ - "https://ror.org/0539tas66", - "https://ror.org/00zywfh80", - "https://ror.org/02e0bg420", - "https://ror.org/04e0p6b62", - "https://ror.org/03ksw4g36", - "https://ror.org/04ky1ae42", - "https://ror.org/03sgjjk97", - "https://ror.org/04bxhp795", - "https://ror.org/0399wt198", - "https://ror.org/03fx3ra47", - "https://ror.org/014hre374", - "https://ror.org/034t0c490", - "https://ror.org/05aa5hg35", - "https://ror.org/0523t5q52", - "https://ror.org/02e9w7q14", - "https://ror.org/02d0qf239", - "https://ror.org/01xgv8v73", - "https://ror.org/02cz3nh82", - "https://ror.org/03yke0t02", - "https://ror.org/03ger2h42", - "https://ror.org/05mjmpk84" - ] - }, - "https://ror.org/027zrs220": { - "ancestors": [ - "https://ror.org/04b2dty93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bzkqg41": { - "ancestors": [ - "https://ror.org/00d801g55" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mjmpk84": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ee40h97": { - "ancestors": [ - "https://ror.org/05tjan294" - ], - "descendants": [ - - ] - }, - "https://ror.org/013s2ts57": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jhe7086": { - "ancestors": [ - "https://ror.org/036jqmy94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gyb4719": { - "ancestors": [ - "https://ror.org/00zg31r41", - "https://ror.org/04vfs2w97", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pebsc23": { - "ancestors": [ - "https://ror.org/00zc2xc51", - "https://ror.org/02baa5g50", - "https://ror.org/05dzwvx76", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ph5sm90": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00pg5jh14", - "https://ror.org/05f82e368", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fpjq451": { - "ancestors": [ - "https://ror.org/051fd9666" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zywfh80": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dq15a76": { - "ancestors": [ - "https://ror.org/00ppaw753" - ], - "descendants": [ - - ] - }, - "https://ror.org/003xpy695": { - "ancestors": [ - "https://ror.org/03jp40720", - "https://ror.org/02qp3tb03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ch1rj44": { - "ancestors": [ - "https://ror.org/05c92t973" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d2nrb83": { - "ancestors": [ - "https://ror.org/05c92t973" - ], - "descendants": [ - - ] - }, - "https://ror.org/029hdt144": { - "ancestors": [ - "https://ror.org/02ryfmr77", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bw34a45": { - "ancestors": [ - "https://ror.org/01an3r305" - ], - "descendants": [ - - ] - }, - "https://ror.org/035zrb927": { - "ancestors": [ - "https://ror.org/05vzafd60" - ], - "descendants": [ - - ] - }, - "https://ror.org/0371gg960": { - "ancestors": [ - "https://ror.org/05p8z3f47" - ], - "descendants": [ - - ] - }, - "https://ror.org/0599cs764": { - "ancestors": [ - "https://ror.org/01d88se56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kt3nk56": { - "ancestors": [ - "https://ror.org/03tzaeb71" - ], - "descendants": [ - - ] - }, - "https://ror.org/052y0z870": { - "ancestors": [ - "https://ror.org/00ppaw753" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jtcg420": { - "ancestors": [ - "https://ror.org/00dmrtm29", - "https://ror.org/005dvqh91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fctgp09": { - "ancestors": [ - "https://ror.org/04p8ejq70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bdqav06": { - "ancestors": [ - "https://ror.org/02kgve346", - "https://ror.org/02ttsq026", - "https://ror.org/02z5nhe81", - "https://ror.org/00jc20583", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00bxr0z07" - ] - }, - "https://ror.org/02g0s3c07": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hvpjq66": { - "ancestors": [ - "https://ror.org/04h81rw26" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gzcy376": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kjy2z57": { - "ancestors": [ - "https://ror.org/02ex6cf31", - "https://ror.org/05434fs92", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xm1d337": { - "ancestors": [ - "https://ror.org/02jbv0t02", - "https://ror.org/00pjdza24", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b15va38": { - "ancestors": [ - "https://ror.org/05gvnxz63", - "https://ror.org/024mw5h28", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01apwpt12": { - "ancestors": [ - "https://ror.org/03sk1we31", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/058m7ey48" - ] - }, - "https://ror.org/03zzw1w08": { - "ancestors": [ - "https://ror.org/02qp3tb03" - ], - "descendants": [ - "https://ror.org/007q04248" - ] - }, - "https://ror.org/00sa8g751": { - "ancestors": [ - "https://ror.org/005dvqh91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wrawj44": { - "ancestors": [ - "https://ror.org/02qz8b764" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r4g9w46": { - "ancestors": [ - "https://ror.org/05hs6h993", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gars961": { - "ancestors": [ - "https://ror.org/00yksxf10" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sg23t46": { - "ancestors": [ - "https://ror.org/03vn1ts68", - "https://ror.org/00hx57361", - "https://ror.org/00mmn6b08", - "https://ror.org/00hx57361", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cea8r21": { - "ancestors": [ - "https://ror.org/05cf8a891", - "https://ror.org/01x0e6k76" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rjj2m04": { - "ancestors": [ - "https://ror.org/05dq2gs74", - "https://ror.org/05grhsk96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x677422": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j7sze86": { - "ancestors": [ - "https://ror.org/05q3szf80", - "https://ror.org/01s1hsq14" - ], - "descendants": [ - - ] - }, - "https://ror.org/034rhks82": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zn90974": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e9w7q14": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fanfn34": { - "ancestors": [ - "https://ror.org/04d3kxm45" - ], - "descendants": [ - - ] - }, - "https://ror.org/0177jvw02": { - "ancestors": [ - "https://ror.org/00ppaw753" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h9q1g27": { - "ancestors": [ - "https://ror.org/009ey6w22" - ], - "descendants": [ - - ] - }, - "https://ror.org/0394bpd20": { - "ancestors": [ - "https://ror.org/01mk44223" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q3szf80": { - "ancestors": [ - "https://ror.org/01s1hsq14" - ], - "descendants": [ - "https://ror.org/03j7sze86" - ] - }, - "https://ror.org/02bzf1224": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fx3ra47": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/00njafa27": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/001mm6w73": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/02jx3x895", - "https://ror.org/001aqnf71", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tea5y39": { - "ancestors": [ - "https://ror.org/032e6b942", - "https://ror.org/033n9gh91", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a8q8z31": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nwtj239": { - "ancestors": [ - "https://ror.org/04tnvnq52", - "https://ror.org/03wkt5x30", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q6v6102": { - "ancestors": [ - "https://ror.org/01qz5mb56", - "https://ror.org/00mmn6b08", - "https://ror.org/04nza6677", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d1dhh09": { - "ancestors": [ - "https://ror.org/01pa9ed26", - "https://ror.org/049s0rh22" - ], - "descendants": [ - "https://ror.org/03sfv7b53" - ] - }, - "https://ror.org/04vt65461": { - "ancestors": [ - "https://ror.org/03njmea73", - "https://ror.org/03wfqwh68" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ynn1n59": { - "ancestors": [ - "https://ror.org/01v1m2411" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vcrsw96": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/01s8rwd67", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wyvkr12": { - "ancestors": [ - "https://ror.org/02z9g9j20" - ], - "descendants": [ - "https://ror.org/03jrmgg47" - ] - }, - "https://ror.org/01fykh430": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02jbzrw51", - "https://ror.org/05g4knm43" - ] - }, - "https://ror.org/002shna07": { - "ancestors": [ - "https://ror.org/009avj582" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h992307": { - "ancestors": [ - "https://ror.org/01h5tnr73", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/058cmd703", - "https://ror.org/04rc0xn13", - "https://ror.org/03wpv8896", - "https://ror.org/039fx6g98", - "https://ror.org/014vdsh37" - ] - }, - "https://ror.org/03rt48n94": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - "https://ror.org/03wxndv36", - "https://ror.org/04az3m568", - "https://ror.org/01sra1980" - ] - }, - "https://ror.org/014hre374": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/015tg7676": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jpxcv08": { - "ancestors": [ - "https://ror.org/02n211843" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vft3j45": { - "ancestors": [ - "https://ror.org/04fkqna53" - ], - "descendants": [ - - ] - }, - "https://ror.org/04aysmc18": { - "ancestors": [ - "https://ror.org/02f6dcw23", - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/01aq5nn23": { - "ancestors": [ - "https://ror.org/05c92t973" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ajv1r64": { - "ancestors": [ - "https://ror.org/00za53h95", - "https://ror.org/01rxvg760", - "https://ror.org/02wt5sv47" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ksw4g36": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ky34z31": { - "ancestors": [ - "https://ror.org/00dmrtm29", - "https://ror.org/005dvqh91" - ], - "descendants": [ - - ] - }, - "https://ror.org/030h7k016": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - "https://ror.org/04hazks31" - ] - }, - "https://ror.org/00kapac04": { - "ancestors": [ - "https://ror.org/02e0y6e06", - "https://ror.org/02en5vm52", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/012wxv498": { - "ancestors": [ - "https://ror.org/02qp3tb03" - ], - "descendants": [ - - ] - }, - "https://ror.org/0574dzy90": { - "ancestors": [ - "https://ror.org/026zzn846", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ky1ae42": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/058m7ey48": { - "ancestors": [ - "https://ror.org/01apwpt12", - "https://ror.org/03sk1we31", - "https://ror.org/03sk1we31", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fyy4d45": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v3mvq14": { - "ancestors": [ - "https://ror.org/02jbv0t02", - "https://ror.org/00pjdza24", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gkddr41": { - "ancestors": [ - "https://ror.org/005dvqh91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pry0c91": { - "ancestors": [ - "https://ror.org/0029jxk29" - ], - "descendants": [ - - ] - }, - "https://ror.org/0173y3036": { - "ancestors": [ - "https://ror.org/02nkdxk79" - ], - "descendants": [ - - ] - }, - "https://ror.org/0301gv806": { - "ancestors": [ - "https://ror.org/02qrm2a52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jnrzt83": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f1mtj27": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jfx6e51": { - "ancestors": [ - "https://ror.org/00ppaw753" - ], - "descendants": [ - - ] - }, - "https://ror.org/044vhe029": { - "ancestors": [ - "https://ror.org/04tk2gy88" - ], - "descendants": [ - - ] - }, - "https://ror.org/011590k05": { - "ancestors": [ - "https://ror.org/00ppaw753" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bjh0167": { - "ancestors": [ - "https://ror.org/0060avh92" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q30vj37": { - "ancestors": [ - "https://ror.org/00ppaw753" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dfxeg46": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05aa5hg35": { - "ancestors": [ - "https://ror.org/051dzs374", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/01svjdw65": { - "ancestors": [ - "https://ror.org/05gvnxz63", - "https://ror.org/024mw5h28", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mp6cc45": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/033wxpt21": { - "ancestors": [ - "https://ror.org/02vwzrd76", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05516t795": { - "ancestors": [ - "https://ror.org/02r1wpw81", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kms8a74": { - "ancestors": [ - "https://ror.org/05kph6k12", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ktx4s83": { - "ancestors": [ - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/00snbrd52": { - "ancestors": [ - "https://ror.org/05xfdey77", - "https://ror.org/02xfw2e90", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pr3qd23": { - "ancestors": [ - "https://ror.org/05kph6k12", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cm2cb35": { - "ancestors": [ - "https://ror.org/02r1wpw81", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yghvt66": { - "ancestors": [ - "https://ror.org/02r1wpw81", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fb1yp60": { - "ancestors": [ - "https://ror.org/02r1wpw81", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x7xkt65": { - "ancestors": [ - "https://ror.org/02r1wpw81", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b181w54": { - "ancestors": [ - "https://ror.org/008d1xp69" - ], - "descendants": [ - "https://ror.org/0398a1r53" - ] - }, - "https://ror.org/023py8175": { - "ancestors": [ - "https://ror.org/05gzmn429", - "https://ror.org/00f54p054", - "https://ror.org/00mmn6b08", - "https://ror.org/00f54p054", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vvxdp11": { - "ancestors": [ - "https://ror.org/05kph6k12", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/040gcmg81": { - "ancestors": [ - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05bjen692", - "https://ror.org/03v6m3209", - "https://ror.org/05n6zrm60", - "https://ror.org/00vkwep27" - ] - }, - "https://ror.org/03g2zjp07": { - "ancestors": [ - "https://ror.org/03cd02q50", - "https://ror.org/04vrzee53", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02teymm57": { - "ancestors": [ - "https://ror.org/02r1wpw81", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/02aze4h65": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - "https://ror.org/02yjqwr70" - ] - }, - "https://ror.org/02ed2th17": { - "ancestors": [ - "https://ror.org/00za53h95" - ], - "descendants": [ - - ] - }, - "https://ror.org/02trddg58": { - "ancestors": [ - "https://ror.org/05nwjp114", - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h149207": { - "ancestors": [ - "https://ror.org/05kph6k12", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n9txz34": { - "ancestors": [ - "https://ror.org/05kph6k12", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dwp8348": { - "ancestors": [ - "https://ror.org/001nb5b83" - ], - "descendants": [ - - ] - }, - "https://ror.org/0398a1r53": { - "ancestors": [ - "https://ror.org/04b181w54", - "https://ror.org/008d1xp69" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ktjph70": { - "ancestors": [ - "https://ror.org/01vx64p53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jvtsq80": { - "ancestors": [ - "https://ror.org/02r1wpw81", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wyf1c22": { - "ancestors": [ - "https://ror.org/011kd6273", - "https://ror.org/02r1wpw81" - ], - "descendants": [ - - ] - }, - "https://ror.org/054zwas39": { - "ancestors": [ - "https://ror.org/0234wmv40", - "https://ror.org/00f7hpc57", - "https://ror.org/00fbnyb24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f6ney75": { - "ancestors": [ - "https://ror.org/02r1wpw81", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mkz3e80": { - "ancestors": [ - "https://ror.org/024ape423", - "https://ror.org/00f7hpc57", - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/055j3c439": { - "ancestors": [ - "https://ror.org/02r1wpw81", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kph6k12": { - "ancestors": [ - "https://ror.org/011kd6273" - ], - "descendants": [ - "https://ror.org/03w45gf56", - "https://ror.org/03z1w3b90", - "https://ror.org/00znk2w36", - "https://ror.org/02kms8a74", - "https://ror.org/05n9txz34", - "https://ror.org/01srwze89", - "https://ror.org/01vvxdp11", - "https://ror.org/05kkc4t55", - "https://ror.org/04yw9h429", - "https://ror.org/015p17h26", - "https://ror.org/05h149207", - "https://ror.org/02pr3qd23", - "https://ror.org/04h76v219", - "https://ror.org/05544cm43" - ] - }, - "https://ror.org/02exrkh26": { - "ancestors": [ - "https://ror.org/02r1wpw81", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/012cshy85": { - "ancestors": [ - "https://ror.org/0150hkx05", - "https://ror.org/02xfw2e90", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jt5mq34": { - "ancestors": [ - "https://ror.org/02xfw2e90", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/045p44t13": { - "ancestors": [ - "https://ror.org/05ddxe180" - ], - "descendants": [ - - ] - }, - "https://ror.org/0415p6x27": { - "ancestors": [ - "https://ror.org/020hgte69", - "https://ror.org/00mmn6b08", - "https://ror.org/02j58f715", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k49za97": { - "ancestors": [ - "https://ror.org/00jdxsj17" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xkqnf65": { - "ancestors": [ - "https://ror.org/02r1wpw81", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jf59s11": { - "ancestors": [ - "https://ror.org/0150hkx05", - "https://ror.org/02xfw2e90", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/028fhxy95": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - "https://ror.org/017136v53", - "https://ror.org/02dgwnb72", - "https://ror.org/02gd4zp35" - ] - }, - "https://ror.org/03cwacq26": { - "ancestors": [ - "https://ror.org/00jdxsj17" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d67dc31": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vkwep27": { - "ancestors": [ - "https://ror.org/040gcmg81", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z1w3b90": { - "ancestors": [ - "https://ror.org/05kph6k12", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/045yr8682": { - "ancestors": [ - "https://ror.org/00nhtcg76" - ], - "descendants": [ - - ] - }, - "https://ror.org/0165r2y73": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - "https://ror.org/04ckbty56" - ] - }, - "https://ror.org/05544cm43": { - "ancestors": [ - "https://ror.org/05kph6k12", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/015p17h26": { - "ancestors": [ - "https://ror.org/05kph6k12", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h76v219": { - "ancestors": [ - "https://ror.org/05kph6k12", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q9esz89": { - "ancestors": [ - "https://ror.org/02sqt9870" - ], - "descendants": [ - - ] - }, - "https://ror.org/00znk2w36": { - "ancestors": [ - "https://ror.org/05kph6k12", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z899n24": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ehhzx21": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rn6hj09": { - "ancestors": [ - "https://ror.org/04jg3v591" - ], - "descendants": [ - - ] - }, - "https://ror.org/03try4356": { - "ancestors": [ - "https://ror.org/02r1wpw81", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/05658wt11": { - "ancestors": [ - "https://ror.org/02r1wpw81", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j9rp686": { - "ancestors": [ - "https://ror.org/02r1wpw81", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/013rctf62": { - "ancestors": [ - "https://ror.org/04dkp9463", - "https://ror.org/03xqtf034" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yw9h429": { - "ancestors": [ - "https://ror.org/05kph6k12", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r1wpw81": { - "ancestors": [ - "https://ror.org/011kd6273" - ], - "descendants": [ - "https://ror.org/02teymm57", - "https://ror.org/05658wt11", - "https://ror.org/03try4356", - "https://ror.org/02exrkh26", - "https://ror.org/05fb1yp60", - "https://ror.org/00cm2cb35", - "https://ror.org/04yghvt66", - "https://ror.org/05516t795", - "https://ror.org/02wyf1c22", - "https://ror.org/056q8ze52", - "https://ror.org/01f6ney75", - "https://ror.org/00jvtsq80", - "https://ror.org/04bewah80", - "https://ror.org/02xkqnf65", - "https://ror.org/03x7xkt65", - "https://ror.org/04j9rp686" - ] - }, - "https://ror.org/05kkc4t55": { - "ancestors": [ - "https://ror.org/05kph6k12", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xfdey77": { - "ancestors": [ - "https://ror.org/02xfw2e90", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00snbrd52" - ] - }, - "https://ror.org/056q8ze52": { - "ancestors": [ - "https://ror.org/02r1wpw81", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gd4zp35": { - "ancestors": [ - "https://ror.org/028fhxy95", - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/041bbkr27": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/01srwze89": { - "ancestors": [ - "https://ror.org/05kph6k12", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fnzca26": { - "ancestors": [ - "https://ror.org/05nwjp114", - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fxnmt68": { - "ancestors": [ - "https://ror.org/04sm5zn07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bewah80": { - "ancestors": [ - "https://ror.org/02r1wpw81", - "https://ror.org/011kd6273" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bxjes65": { - "ancestors": [ - "https://ror.org/05dxps055" - ], - "descendants": [ - - ] - }, - "https://ror.org/0150hkx05": { - "ancestors": [ - "https://ror.org/02xfw2e90", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/012cshy85", - "https://ror.org/02jf59s11" - ] - }, - "https://ror.org/03p8jwd38": { - "ancestors": [ - "https://ror.org/02zteat75" - ], - "descendants": [ - - ] - }, - "https://ror.org/000s8jb40": { - "ancestors": [ - "https://ror.org/056gwgh96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n6tay20": { - "ancestors": [ - "https://ror.org/04d4sd432" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c9p6d02": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0595ys057": { - "ancestors": [ - "https://ror.org/04facbs33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bnagp43": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/059nn3902": { - "ancestors": [ - "https://ror.org/01scyh794" - ], - "descendants": [ - - ] - }, - "https://ror.org/007hfk904": { - "ancestors": [ - "https://ror.org/014zrew76" - ], - "descendants": [ - - ] - }, - "https://ror.org/03byqb733": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01359dk79": { - "ancestors": [ - "https://ror.org/037zgn354" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x2vs391": { - "ancestors": [ - "https://ror.org/01a44gd51" - ], - "descendants": [ - - ] - }, - "https://ror.org/056ezpj87": { - "ancestors": [ - "https://ror.org/05tgxx705" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zytxw03": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/012a91z28" - ], - "descendants": [ - - ] - }, - "https://ror.org/033dfsn42": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/01hsx4r68" - ] - }, - "https://ror.org/04nytyj38": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/01qg56n75", - "https://ror.org/05axz5g38" - ] - }, - "https://ror.org/00rpphk63": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/005dkht93": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/042mgk630": { - "ancestors": [ - "https://ror.org/01yj56c84" - ], - "descendants": [ - - ] - }, - "https://ror.org/000nbq540": { - "ancestors": [ - "https://ror.org/013q1eq08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d963745": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/046ffzj20" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a205534": { - "ancestors": [ - "https://ror.org/0366c6s65", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r53se39": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/02z2gfm30", - "https://ror.org/012cr4033" - ] - }, - "https://ror.org/006gw6z14": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w8jwa36": { - "ancestors": [ - "https://ror.org/014zrew76" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t8khn72": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w553v73": { - "ancestors": [ - "https://ror.org/02n96ep67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jg7hk52": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/023czga33": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00y4zmh56" - ] - }, - "https://ror.org/017r4dj03": { - "ancestors": [ - "https://ror.org/00wk2mp56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04axhqr63": { - "ancestors": [ - "https://ror.org/02ke8fw32" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z1bsd29": { - "ancestors": [ - "https://ror.org/03n5f7689" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dg3j745": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/02z4yka38" - ] - }, - "https://ror.org/03jd9cc79": { - "ancestors": [ - "https://ror.org/05t8xvx87" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h0g5x34": { - "ancestors": [ - "https://ror.org/00a2xv884" - ], - "descendants": [ - - ] - }, - "https://ror.org/0001d8q22": { - "ancestors": [ - "https://ror.org/014zrew76" - ], - "descendants": [ - - ] - }, - "https://ror.org/04thqfb29": { - "ancestors": [ - "https://ror.org/03g897070", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/03en4sq15": { - "ancestors": [ - "https://ror.org/00h52n341", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02169wb20": { - "ancestors": [ - "https://ror.org/011ashp19" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k2gtm81": { - "ancestors": [ - "https://ror.org/01a44gd51" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nkpwc05": { - "ancestors": [ - "https://ror.org/04gndp242", - "https://ror.org/011qkaj49", - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s24hr53": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/054vff263": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/03yxnpp24" - ], - "descendants": [ - "https://ror.org/03xw5ev35" - ] - }, - "https://ror.org/03rpsvy57": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/00gqqed17", - "https://ror.org/003v6nj12" - ] - }, - "https://ror.org/03kak1729": { - "ancestors": [ - "https://ror.org/01jem9c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wh02235": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/03n6nwv02" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z4yka38": { - "ancestors": [ - "https://ror.org/00dg3j745", - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wz10q85": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04041sd65": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/037r9nx53": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kbeme12": { - "ancestors": [ - "https://ror.org/007ffzr57", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ae13b94": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/0181xnw06" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bc1qd91": { - "ancestors": [ - "https://ror.org/017zhmm22" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t3b2655": { - "ancestors": [ - "https://ror.org/00df5yc52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rafd796": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/03yxnpp24" - ], - "descendants": [ - - ] - }, - "https://ror.org/057jnjd73": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/00xrp2v42", - "https://ror.org/05bfesv65" - ] - }, - "https://ror.org/0090r4d87": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/02pq9w205" - ] - }, - "https://ror.org/02v6zg374": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gypyp73": { - "ancestors": [ - "https://ror.org/04yv20134" - ], - "descendants": [ - - ] - }, - "https://ror.org/0526wrz79": { - "ancestors": [ - "https://ror.org/025qq4838", - "https://ror.org/02gfc7t72", - "https://ror.org/005dknr06" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wagd980": { - "ancestors": [ - "https://ror.org/02fa3aq29", - "https://ror.org/023xf2a37", - "https://ror.org/05p8nb362" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t7sjs72": { - "ancestors": [ - "https://ror.org/000r80389" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d0j0m16": { - "ancestors": [ - "https://ror.org/02n96ep67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kd9rr37": { - "ancestors": [ - "https://ror.org/017zhmm22" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pmk8j16": { - "ancestors": [ - "https://ror.org/01jem9c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/00725gb29": { - "ancestors": [ - "https://ror.org/023rhb549" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bzgd159": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hrqhj53": { - "ancestors": [ - "https://ror.org/04v2xmd71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00729wd66": { - "ancestors": [ - "https://ror.org/05gxmms51" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jhvev34": { - "ancestors": [ - "https://ror.org/05vmfpy67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01za2jq02": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vw56c05": { - "ancestors": [ - "https://ror.org/00b1hj613" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jkmyk67": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/02fp7dp35" - ] - }, - "https://ror.org/04t1cdb72": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/03w41by72" - ] - }, - "https://ror.org/04b6v9z58": { - "ancestors": [ - "https://ror.org/049d6bh38", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/007j2dm88": { - "ancestors": [ - "https://ror.org/025vmq686" - ], - "descendants": [ - - ] - }, - "https://ror.org/012gwbh42": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/043jzw605": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - "https://ror.org/014ktry78" - ] - }, - "https://ror.org/05csy5p27": { - "ancestors": [ - "https://ror.org/02xznz413", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qkgfc37": { - "ancestors": [ - "https://ror.org/015jmes13" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v4p4h97": { - "ancestors": [ - "https://ror.org/04r3bvt56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fqm1c32": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pct2123": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zxdkx17": { - "ancestors": [ - "https://ror.org/01yqg2h08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jwqm611": { - "ancestors": [ - "https://ror.org/00a2xv884" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h7vfp25": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/013g8za07": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bv37j55": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tbkgn21": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b75nt23": { - "ancestors": [ - "https://ror.org/02htdjb57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ed91q10": { - "ancestors": [ - "https://ror.org/00js3aw79" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qeh2h86": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m6hv760": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/011q66e29" - ], - "descendants": [ - - ] - }, - "https://ror.org/01edrm178": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/055akgr63" - ] - }, - "https://ror.org/00zsy6110": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xrb7c43": { - "ancestors": [ - "https://ror.org/05htk5m33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00862pt92": { - "ancestors": [ - "https://ror.org/03p16v381" - ], - "descendants": [ - - ] - }, - "https://ror.org/045h6pd58": { - "ancestors": [ - "https://ror.org/013wv8d67", - "https://ror.org/04e698d63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tfmv040": { - "ancestors": [ - "https://ror.org/03r1cma15" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m7z8d34": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hq59z49": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dybbh68": { - "ancestors": [ - "https://ror.org/017zhmm22" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r3n3715": { - "ancestors": [ - "https://ror.org/03x42jk29", - "https://ror.org/05jxfge78" - ], - "descendants": [ - "https://ror.org/00yczwp93" - ] - }, - "https://ror.org/00g51hv48": { - "ancestors": [ - "https://ror.org/02txfnf15" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mr5b726": { - "ancestors": [ - "https://ror.org/00p991c53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mw4pt79": { - "ancestors": [ - "https://ror.org/048y1rc66", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/018m1s709": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ezemd27": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d2yag39": { - "ancestors": [ - "https://ror.org/034b53w38" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hfgpz79": { - "ancestors": [ - "https://ror.org/00dy6h529" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sad4929": { - "ancestors": [ - "https://ror.org/03d1maw17" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s23hc51": { - "ancestors": [ - "https://ror.org/05td3s095" - ], - "descendants": [ - - ] - }, - "https://ror.org/0199zx576": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e0q7s59": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nb7bx92": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/03yxnpp24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xt1d182": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tycxw39": { - "ancestors": [ - "https://ror.org/003qeh975", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01adr0w49": { - "ancestors": [ - "https://ror.org/050qj5m48" - ], - "descendants": [ - "https://ror.org/04g3ykc66", - "https://ror.org/03q3mt530" - ] - }, - "https://ror.org/01y7nsd18": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/011q66e29" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pq9w205": { - "ancestors": [ - "https://ror.org/0090r4d87", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/030vmwa78": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/00vsr3s09" - ] - }, - "https://ror.org/00eeef580": { - "ancestors": [ - "https://ror.org/05skxkv18", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/03twns208": { - "ancestors": [ - "https://ror.org/01tyv8576", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dmm3k75": { - "ancestors": [ - "https://ror.org/034e92n57", - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zdays56": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/01460j859" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r1ssz88": { - "ancestors": [ - "https://ror.org/012tb2g32", - "https://ror.org/03cve4549" - ], - "descendants": [ - - ] - }, - "https://ror.org/01prrh334": { - "ancestors": [ - "https://ror.org/00v8rqv75", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/03423gs92": { - "ancestors": [ - "https://ror.org/03d1maw17" - ], - "descendants": [ - - ] - }, - "https://ror.org/053w5yj73": { - "ancestors": [ - "https://ror.org/0424h4e32", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bcwdq54": { - "ancestors": [ - "https://ror.org/0111f7045", - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03srn9y98": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eg83y24": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jxjav08": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/05sqd2v93" - ] - }, - "https://ror.org/01m3vks35": { - "ancestors": [ - "https://ror.org/0220qvk04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q40pc92": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gh6hz98": { - "ancestors": [ - "https://ror.org/00p991c53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mq8q210": { - "ancestors": [ - "https://ror.org/05skxkv18", - "https://ror.org/03cve4549", - "https://ror.org/02v51f717", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ryc2b20": { - "ancestors": [ - "https://ror.org/01rxvg760" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xgsgc80": { - "ancestors": [ - "https://ror.org/004v5tb85" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nycge49": { - "ancestors": [ - "https://ror.org/0356cst02", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xav4q54": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cd55294": { - "ancestors": [ - "https://ror.org/00rjhhq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dmmay61": { - "ancestors": [ - "https://ror.org/00a2xv884" - ], - "descendants": [ - - ] - }, - "https://ror.org/0580ctc67": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/023ht6a36": { - "ancestors": [ - "https://ror.org/03cve4549" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hsc2364": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/03yxnpp24" - ], - "descendants": [ - - ] - }, - "https://ror.org/0340mea86": { - "ancestors": [ - "https://ror.org/0561n6946" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hmrs507": { - "ancestors": [ - "https://ror.org/05j73fd60", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ywpz459": { - "ancestors": [ - "https://ror.org/01xt2dr21" - ], - "descendants": [ - - ] - }, - "https://ror.org/0478phh31": { - "ancestors": [ - "https://ror.org/01kj4z117" - ], - "descendants": [ - - ] - }, - "https://ror.org/051p0fy59": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s0wpd42": { - "ancestors": [ - "https://ror.org/03sd35x91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ybwtz11": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/042j94f44", - "https://ror.org/04ttfv304" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nr3td38": { - "ancestors": [ - "https://ror.org/014zrew76", - "https://ror.org/03y0qc033" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wa3dz59": { - "ancestors": [ - "https://ror.org/00q919b81" - ], - "descendants": [ - - ] - }, - "https://ror.org/012fftw39": { - "ancestors": [ - "https://ror.org/01ggx4157" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t0yb134": { - "ancestors": [ - "https://ror.org/049d6bh38", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04caj7738": { - "ancestors": [ - "https://ror.org/02aee5m12", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x2a1f75": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/050as5c79": { - "ancestors": [ - "https://ror.org/031382m70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gwtjq96": { - "ancestors": [ - "https://ror.org/014zrew76" - ], - "descendants": [ - - ] - }, - "https://ror.org/021jr9c59": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xf8rf51": { - "ancestors": [ - "https://ror.org/00js3aw79" - ], - "descendants": [ - - ] - }, - "https://ror.org/049vabg52": { - "ancestors": [ - "https://ror.org/05b3shf88" - ], - "descendants": [ - - ] - }, - "https://ror.org/02aztsv52": { - "ancestors": [ - "https://ror.org/022c3hy66", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xa8mk74": { - "ancestors": [ - "https://ror.org/01b4hqa77", - "https://ror.org/059hsy938" - ], - "descendants": [ - - ] - }, - "https://ror.org/01khfgv28": { - "ancestors": [ - "https://ror.org/02e42hc22" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b6h0x02": { - "ancestors": [ - "https://ror.org/023hj5876" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yv9ex91": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/015m77g16": { - "ancestors": [ - "https://ror.org/01yqg2h08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02aez6s57": { - "ancestors": [ - "https://ror.org/03k6r8t20", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fp7dp35": { - "ancestors": [ - "https://ror.org/02jkmyk67", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/050mxte83": { - "ancestors": [ - "https://ror.org/022k4wk35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zgm7d48": { - "ancestors": [ - "https://ror.org/0090zs177", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nqtpc52": { - "ancestors": [ - "https://ror.org/043v0a663" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gdv4d86": { - "ancestors": [ - "https://ror.org/05xpvk416", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/007ffzr57": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/05x85k702", - "https://ror.org/00tnqka34", - "https://ror.org/02kbeme12" - ] - }, - "https://ror.org/0216pay70": { - "ancestors": [ - "https://ror.org/00rn0n724" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tqzgp98": { - "ancestors": [ - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00myw9y39": { - "ancestors": [ - "https://ror.org/00pz2fp31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r92js74": { - "ancestors": [ - "https://ror.org/03rc6as71" - ], - "descendants": [ - - ] - }, - "https://ror.org/031zwx660": { - "ancestors": [ - "https://ror.org/03q4c3e69", - "https://ror.org/01jem9c82", - "https://ror.org/02gfc7t72", - "https://ror.org/03yxnpp24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04aps9p30": { - "ancestors": [ - "https://ror.org/00ex3dr91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w21g732": { - "ancestors": [ - "https://ror.org/01jem9c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k59vc26": { - "ancestors": [ - "https://ror.org/01rxvg760" - ], - "descendants": [ - - ] - }, - "https://ror.org/045z30r81": { - "ancestors": [ - "https://ror.org/047pymx40", - "https://ror.org/01jem9c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/05apcas97": { - "ancestors": [ - "https://ror.org/012rct222", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pptgy96": { - "ancestors": [ - "https://ror.org/01jem9c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/001y7kd61": { - "ancestors": [ - "https://ror.org/02bf68437" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v423v20": { - "ancestors": [ - "https://ror.org/01m34mw67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01svxr124": { - "ancestors": [ - "https://ror.org/0097mvx21" - ], - "descendants": [ - - ] - }, - "https://ror.org/032cnwa40": { - "ancestors": [ - "https://ror.org/03d1maw17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00brpm077": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/045ydbe97": { - "ancestors": [ - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - "https://ror.org/00ps5mk11", - "https://ror.org/01wwe2m47", - "https://ror.org/01zr65j15", - "https://ror.org/05fbb1126", - "https://ror.org/03cqmba17", - "https://ror.org/026n0rw09", - "https://ror.org/02zdrev82", - "https://ror.org/02z2wec49", - "https://ror.org/03bpesm64", - "https://ror.org/03tydf244", - "https://ror.org/0266vkh91", - "https://ror.org/026g3rz20", - "https://ror.org/04d357y30", - "https://ror.org/00xr47e92", - "https://ror.org/046dyet60", - "https://ror.org/001c3w852", - "https://ror.org/02g9hzn44", - "https://ror.org/03xqexp83", - "https://ror.org/044x68458", - "https://ror.org/04m5f1j71", - "https://ror.org/053efsj20", - "https://ror.org/02x6jsy35", - "https://ror.org/00fhn5k08", - "https://ror.org/04qk9rk19", - "https://ror.org/037pstq92" - ] - }, - "https://ror.org/02nazt902": { - "ancestors": [ - "https://ror.org/02txedb84", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vgnd506": { - "ancestors": [ - "https://ror.org/02v51f717" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r75w747": { - "ancestors": [ - "https://ror.org/03d1maw17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nsd7y51": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mdtvp93": { - "ancestors": [ - "https://ror.org/0161q6d74" - ], - "descendants": [ - - ] - }, - "https://ror.org/055d2j725": { - "ancestors": [ - "https://ror.org/00yjd3n13" - ], - "descendants": [ - - ] - }, - "https://ror.org/0558ewf28": { - "ancestors": [ - "https://ror.org/04qxsrb28" - ], - "descendants": [ - - ] - }, - "https://ror.org/023fpv336": { - "ancestors": [ - "https://ror.org/02j89k719", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/022c3hy66": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/03bdmv123", - "https://ror.org/02aztsv52" - ] - }, - "https://ror.org/037pstq92": { - "ancestors": [ - "https://ror.org/03swz6y49", - "https://ror.org/045ydbe97", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zcc4v34": { - "ancestors": [ - "https://ror.org/051wv2j09", - "https://ror.org/033g21894" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f977s94": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q1jkh03": { - "ancestors": [ - "https://ror.org/04gcegc37" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hp7bq97": { - "ancestors": [ - "https://ror.org/023vkeb66", - "https://ror.org/02wwzvj46", - "https://ror.org/014zrew76", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/056yktd04": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/002zef647": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bfesv65": { - "ancestors": [ - "https://ror.org/057jnjd73", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rpdbq72": { - "ancestors": [ - "https://ror.org/05tgxx705" - ], - "descendants": [ - - ] - }, - "https://ror.org/012ajw921": { - "ancestors": [ - "https://ror.org/05d2yfz11" - ], - "descendants": [ - - ] - }, - "https://ror.org/024btyy46": { - "ancestors": [ - "https://ror.org/011rf9d86", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00325dg83": { - "ancestors": [ - "https://ror.org/00a2xv884" - ], - "descendants": [ - - ] - }, - "https://ror.org/059y0zb32": { - "ancestors": [ - "https://ror.org/022k4wk35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cjfww17": { - "ancestors": [ - "https://ror.org/04sksx363" - ], - "descendants": [ - - ] - }, - "https://ror.org/0048t7e91": { - "ancestors": [ - "https://ror.org/047pymx40", - "https://ror.org/01jem9c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/00epner96": { - "ancestors": [ - "https://ror.org/04wkdwp52", - "https://ror.org/01bg62x04" - ], - "descendants": [ - "https://ror.org/0008xqs48" - ] - }, - "https://ror.org/02rnys730": { - "ancestors": [ - "https://ror.org/01vx64p53" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fhwda97": { - "ancestors": [ - "https://ror.org/01js2sh04", - "https://ror.org/01evwfd48", - "https://ror.org/036ragn25", - "https://ror.org/050589e39", - "https://ror.org/03d0p2685", - "https://ror.org/00f2yqf98", - "https://ror.org/01zgy1s35", - "https://ror.org/00g30e956", - "https://ror.org/02r2q1d96", - "https://ror.org/0281dp749", - "https://ror.org/01n6r0e97", - "https://ror.org/01n6r0e97", - "https://ror.org/03mstc592", - "https://ror.org/0281dp749", - "https://ror.org/00g30e956", - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05721rw82": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/0017qt444": { - "ancestors": [ - "https://ror.org/053zdpn86" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dshd728": { - "ancestors": [ - "https://ror.org/05cvf7v30", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/0073tn017": { - "ancestors": [ - "https://ror.org/02smfhw86" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ekf5a72": { - "ancestors": [ - "https://ror.org/03cve4549" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hy3q009": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/02tzt0b78" - ], - "descendants": [ - - ] - }, - "https://ror.org/03asszp14": { - "ancestors": [ - "https://ror.org/00yyvv226" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wg5bj23": { - "ancestors": [ - "https://ror.org/01rkxa860" - ], - "descendants": [ - - ] - }, - "https://ror.org/017xch102": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/043nxc105" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n7t3w85": { - "ancestors": [ - "https://ror.org/017zhmm22" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kdgk225": { - "ancestors": [ - "https://ror.org/02bv3c993" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vjqt667": { - "ancestors": [ - "https://ror.org/051wv2j09" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xk8t981": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xbqrp21": { - "ancestors": [ - "https://ror.org/02v51f717" - ], - "descendants": [ - - ] - }, - "https://ror.org/044wgz941": { - "ancestors": [ - "https://ror.org/05bhjm183" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vvxbe27": { - "ancestors": [ - "https://ror.org/00yjd3n13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h33sq24": { - "ancestors": [ - "https://ror.org/03cve4549" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y1aw075": { - "ancestors": [ - "https://ror.org/00p991c53" - ], - "descendants": [ - - ] - }, - "https://ror.org/0370sk906": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jhf9987": { - "ancestors": [ - "https://ror.org/05nj8ma95", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00drcz023": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/048dd0611": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/00g102351", - "https://ror.org/00mwew271" - ] - }, - "https://ror.org/04wgee362": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/014zrew76" - ], - "descendants": [ - - ] - }, - "https://ror.org/034hw7m59": { - "ancestors": [ - "https://ror.org/03czfpz43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zqnrt66": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/00prkya54": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/04b7wbe03", - "https://ror.org/04wsvdt21", - "https://ror.org/03j283p93" - ] - }, - "https://ror.org/02ecxgj38": { - "ancestors": [ - "https://ror.org/03q4c3e69" - ], - "descendants": [ - - ] - }, - "https://ror.org/049y34t50": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vtq1a86": { - "ancestors": [ - "https://ror.org/05k73zm37" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e9dby02": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/03e10x626" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wsvdt21": { - "ancestors": [ - "https://ror.org/00prkya54", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/0288vxa97": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n0tzs53": { - "ancestors": [ - "https://ror.org/03dbr7087", - "https://ror.org/03wefcv03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05efe5r97": { - "ancestors": [ - "https://ror.org/057g20z61", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f93gc02": { - "ancestors": [ - "https://ror.org/02xznz413", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y9jdj03": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yjhrp74": { - "ancestors": [ - "https://ror.org/04v3ywz14", - "https://ror.org/00a2xv884" - ], - "descendants": [ - - ] - }, - "https://ror.org/051rtqg79": { - "ancestors": [ - "https://ror.org/049wftm75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p8qrw52": { - "ancestors": [ - "https://ror.org/01f5ytq51", - "https://ror.org/0034eay46" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s1zep84": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/015w4v032": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t2m0x06": { - "ancestors": [ - "https://ror.org/00z3td547" - ], - "descendants": [ - - ] - }, - "https://ror.org/004v92r53": { - "ancestors": [ - "https://ror.org/011rf9d86", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/045s99b94": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wk7t803": { - "ancestors": [ - "https://ror.org/02e5hx313", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qwajj55": { - "ancestors": [ - "https://ror.org/023rhb549" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wsxqp04": { - "ancestors": [ - "https://ror.org/00awq8a10" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j79dc41": { - "ancestors": [ - "https://ror.org/050rf2257" - ], - "descendants": [ - - ] - }, - "https://ror.org/03keq4b73": { - "ancestors": [ - "https://ror.org/051fd9666" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e41cf67": { - "ancestors": [ - "https://ror.org/02tmabg35", - "https://ror.org/03sk1we31", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/031yh0y38", - "https://ror.org/03s53g630" - ] - }, - "https://ror.org/02q9ddr54": { - "ancestors": [ - "https://ror.org/01tkb7c15" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gtvm746": { - "ancestors": [ - "https://ror.org/01b4hqa77", - "https://ror.org/059hsy938" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mqa4073": { - "ancestors": [ - "https://ror.org/02aee5m12", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e38yx37": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mqqqg72": { - "ancestors": [ - "https://ror.org/043mer456", - "https://ror.org/0238rvs44" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fd9ct06": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/059ymf107": { - "ancestors": [ - "https://ror.org/00p991c53" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tcthy91": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/03zfa9g67" - ] - }, - "https://ror.org/023ckd258": { - "ancestors": [ - "https://ror.org/002t25c44" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k5d9263": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sqd2v93": { - "ancestors": [ - "https://ror.org/033vjfk17", - "https://ror.org/01jxjav08", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r1wwd23": { - "ancestors": [ - "https://ror.org/01jem9c82", - "https://ror.org/02gfc7t72", - "https://ror.org/03yxnpp24" - ], - "descendants": [ - - ] - }, - "https://ror.org/038c0gc18": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zbs8663": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/0391qz193": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dcq6866": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bs5br94": { - "ancestors": [ - "https://ror.org/0064kty71" - ], - "descendants": [ - - ] - }, - "https://ror.org/011s40y19": { - "ancestors": [ - "https://ror.org/041m6k425" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y3yya25": { - "ancestors": [ - "https://ror.org/04p9k2z50" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pvqk557": { - "ancestors": [ - "https://ror.org/011ashp19" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xzgfg07": { - "ancestors": [ - "https://ror.org/03k8zj440" - ], - "descendants": [ - - ] - }, - "https://ror.org/02regzg56": { - "ancestors": [ - "https://ror.org/05svhj534" - ], - "descendants": [ - - ] - }, - "https://ror.org/012xv2c39": { - "ancestors": [ - "https://ror.org/00dy6h529" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s0nnj93": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/055kfjr35": { - "ancestors": [ - "https://ror.org/03d1maw17" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wxdxa47": { - "ancestors": [ - "https://ror.org/04wkdwp52", - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b5xr067": { - "ancestors": [ - "https://ror.org/0192yj155", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02aee5m12": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/00t5sva18", - "https://ror.org/05mqa4073", - "https://ror.org/04caj7738" - ] - }, - "https://ror.org/01v3c6w86": { - "ancestors": [ - "https://ror.org/01rxvg760" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vmxhn52": { - "ancestors": [ - "https://ror.org/01z3gk918" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ff7m882": { - "ancestors": [ - "https://ror.org/05hpcth11" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nj8ma95": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/00jhf9987" - ] - }, - "https://ror.org/03pzgzb61": { - "ancestors": [ - "https://ror.org/01g0gmx67" - ], - "descendants": [ - - ] - }, - "https://ror.org/032efk559": { - "ancestors": [ - "https://ror.org/03j92cn97" - ], - "descendants": [ - - ] - }, - "https://ror.org/031g3zk62": { - "ancestors": [ - "https://ror.org/03d8em588" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fbqvq73": { - "ancestors": [ - "https://ror.org/03q4c3e69" - ], - "descendants": [ - - ] - }, - "https://ror.org/045hfth47": { - "ancestors": [ - "https://ror.org/04qr5t414" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gg3z807": { - "ancestors": [ - "https://ror.org/01y3hvq34", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x8cht46": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hq2nj16": { - "ancestors": [ - "https://ror.org/04yrqp957", - "https://ror.org/01mtcc283" - ], - "descendants": [ - - ] - }, - "https://ror.org/03njcec05": { - "ancestors": [ - "https://ror.org/05h1bnb22" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j73fd60": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/01hmrs507" - ] - }, - "https://ror.org/0311ezn83": { - "ancestors": [ - "https://ror.org/02drdmm93", - "https://ror.org/04wktzw65", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/041hkjs21": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/006h16267": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/0367eej18": { - "ancestors": [ - "https://ror.org/017zhmm22" - ], - "descendants": [ - - ] - }, - "https://ror.org/0269h3m05": { - "ancestors": [ - "https://ror.org/01jem9c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ckt9009": { - "ancestors": [ - "https://ror.org/012rct222", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/0424h4e32": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/053w5yj73", - "https://ror.org/04maje407" - ] - }, - "https://ror.org/02hphne60": { - "ancestors": [ - "https://ror.org/0220qvk04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02txedb84": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/02nazt902" - ] - }, - "https://ror.org/019yx3c32": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zf0nh29": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/039gq4j49": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/036xfaa94": { - "ancestors": [ - "https://ror.org/01mkqqe32" - ], - "descendants": [ - - ] - }, - "https://ror.org/022syn853": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/058t7w767" - ] - }, - "https://ror.org/009wseg80": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/044y9x435": { - "ancestors": [ - "https://ror.org/00e17m144" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q7vwk42": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bzdww12": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x43yy22": { - "ancestors": [ - "https://ror.org/011ashp19" - ], - "descendants": [ - - ] - }, - "https://ror.org/007hrfm61": { - "ancestors": [ - "https://ror.org/04yrqp957", - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/018fpas51": { - "ancestors": [ - "https://ror.org/00a2xv884" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kf0qx29": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/037am2x18": { - "ancestors": [ - "https://ror.org/033vjfk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/054dxrt80": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v79jn39": { - "ancestors": [ - "https://ror.org/00pewg788", - "https://ror.org/007ekx298" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mwew271": { - "ancestors": [ - "https://ror.org/048dd0611", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t3q5q03": { - "ancestors": [ - "https://ror.org/0220qvk04" - ], - "descendants": [ - - ] - }, - "https://ror.org/014ktry78": { - "ancestors": [ - "https://ror.org/0187kwz08", - "https://ror.org/043jzw605", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wp8v119": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01anzhw43": { - "ancestors": [ - "https://ror.org/02y5rmj89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s33wy62": { - "ancestors": [ - "https://ror.org/02s8dab97", - "https://ror.org/02tzt0b78" - ], - "descendants": [ - - ] - }, - "https://ror.org/013wv8d67": { - "ancestors": [ - "https://ror.org/04e698d63" - ], - "descendants": [ - "https://ror.org/045h6pd58" - ] - }, - "https://ror.org/027j6ra75": { - "ancestors": [ - "https://ror.org/01y1kjr75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03td3t860": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c0ach84": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/043cvne07": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/049d6bh38": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/04gq84p09", - "https://ror.org/04b6v9z58", - "https://ror.org/03t0yb134" - ] - }, - "https://ror.org/0528q3r27": { - "ancestors": [ - "https://ror.org/05skxkv18", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ygnsd19": { - "ancestors": [ - "https://ror.org/055qbch41", - "https://ror.org/02drdmm93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hk5tm95": { - "ancestors": [ - "https://ror.org/032mwd808" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wmjs517": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j33bp92": { - "ancestors": [ - "https://ror.org/023hj5876" - ], - "descendants": [ - - ] - }, - "https://ror.org/009h6m484": { - "ancestors": [ - "https://ror.org/00z9npm78" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vg20182": { - "ancestors": [ - "https://ror.org/05htk5m33" - ], - "descendants": [ - - ] - }, - "https://ror.org/01297db79": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k6r8t20": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/02aez6s57" - ] - }, - "https://ror.org/03q3mt530": { - "ancestors": [ - "https://ror.org/01adr0w49", - "https://ror.org/050qj5m48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tdxcj66": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0356cst02": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/02jmf0570", - "https://ror.org/00nycge49", - "https://ror.org/00x9tpk83" - ] - }, - "https://ror.org/0231bqc61": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jt8mz33": { - "ancestors": [ - "https://ror.org/01jem9c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cvf7v30": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/05tekqt96", - "https://ror.org/020vtf184", - "https://ror.org/04dshd728", - "https://ror.org/01276vm23" - ] - }, - "https://ror.org/04wjk1035": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/04848jz84": { - "ancestors": [ - "https://ror.org/02xznz413", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/016nafs32": { - "ancestors": [ - "https://ror.org/018f7hf93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04za79z50": { - "ancestors": [ - "https://ror.org/01erm0d03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pfxsh56": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/03e10x626" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sg95s75": { - "ancestors": [ - "https://ror.org/04gcegc37" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nn53y54": { - "ancestors": [ - "https://ror.org/013q1eq08" - ], - "descendants": [ - - ] - }, - "https://ror.org/033jmdj81": { - "ancestors": [ - "https://ror.org/02xznz413", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z3jn402": { - "ancestors": [ - "https://ror.org/033vjfk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gq5rs15": { - "ancestors": [ - "https://ror.org/0181xnw06" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jw4kp39": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/043nxc105" - ], - "descendants": [ - - ] - }, - "https://ror.org/026k11n28": { - "ancestors": [ - "https://ror.org/05bk57929" - ], - "descendants": [ - - ] - }, - "https://ror.org/014gmtw23": { - "ancestors": [ - "https://ror.org/03x937183" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ft6nj33": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/03pcw1780" - ] - }, - "https://ror.org/016g9tg59": { - "ancestors": [ - "https://ror.org/03cve4549" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w104f98": { - "ancestors": [ - "https://ror.org/0097mvx21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mc9wk69": { - "ancestors": [ - "https://ror.org/03z8dnf91", - "https://ror.org/045sza929" - ], - "descendants": [ - - ] - }, - "https://ror.org/0442kw503": { - "ancestors": [ - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wxs2325": { - "ancestors": [ - "https://ror.org/01jsenc11", - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hr3ch11": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/05wq99a66", - "https://ror.org/05c6mwc92" - ] - }, - "https://ror.org/054scg060": { - "ancestors": [ - "https://ror.org/023rhb549" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v9wg343": { - "ancestors": [ - "https://ror.org/04w9fbh59" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cagf561": { - "ancestors": [ - "https://ror.org/059gcgy73" - ], - "descendants": [ - - ] - }, - "https://ror.org/010r3z169": { - "ancestors": [ - "https://ror.org/05mqm5297" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t9yse95": { - "ancestors": [ - "https://ror.org/04qr3zq92" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sjvjt84": { - "ancestors": [ - "https://ror.org/00js3aw79" - ], - "descendants": [ - - ] - }, - "https://ror.org/049r5zb56": { - "ancestors": [ - "https://ror.org/02c9qn167", - "https://ror.org/05v9jqt67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s0hv140": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05axz5g38": { - "ancestors": [ - "https://ror.org/04nytyj38", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s32fb62": { - "ancestors": [ - "https://ror.org/035b05819" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z7b8p30": { - "ancestors": [ - "https://ror.org/0099d6q96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05977wa81": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/0308wzx30": { - "ancestors": [ - "https://ror.org/011rf9d86", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jhgk465": { - "ancestors": [ - "https://ror.org/04svrh266", - "https://ror.org/012rct222", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/051gp9e93": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04km98768": { - "ancestors": [ - "https://ror.org/02v51f717" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pwsnp59": { - "ancestors": [ - "https://ror.org/03q9jj782" - ], - "descendants": [ - - ] - }, - "https://ror.org/013sgyn36": { - "ancestors": [ - "https://ror.org/002thpc56" - ], - "descendants": [ - - ] - }, - "https://ror.org/019bev041": { - "ancestors": [ - "https://ror.org/02bv3c993" - ], - "descendants": [ - - ] - }, - "https://ror.org/0276mnx09": { - "ancestors": [ - "https://ror.org/03792qf33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ffy1726": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j89k719": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/023fpv336" - ] - }, - "https://ror.org/050fgfc71": { - "ancestors": [ - "https://ror.org/01mkqqe32" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d6bq278": { - "ancestors": [ - "https://ror.org/01vx64p53" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g1mec21": { - "ancestors": [ - "https://ror.org/01g9y2x13" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z72fs19": { - "ancestors": [ - "https://ror.org/04pqetg36", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b4hqa77": { - "ancestors": [ - "https://ror.org/059hsy938" - ], - "descendants": [ - "https://ror.org/01gtvm746", - "https://ror.org/05xa8mk74" - ] - }, - "https://ror.org/03kcmb879": { - "ancestors": [ - "https://ror.org/05vvhh982" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a631g06": { - "ancestors": [ - "https://ror.org/0097mvx21", - "https://ror.org/02gfc7t72", - "https://ror.org/043nxc105" - ], - "descendants": [ - - ] - }, - "https://ror.org/043r4xd27": { - "ancestors": [ - "https://ror.org/02awe6g05", - "https://ror.org/05269d038" - ], - "descendants": [ - - ] - }, - "https://ror.org/027bk5v43": { - "ancestors": [ - "https://ror.org/025cbjw81" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c3k8v21": { - "ancestors": [ - "https://ror.org/02xankh89", - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/055akgr63": { - "ancestors": [ - "https://ror.org/01edrm178", - "https://ror.org/003xyzq10", - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f5bh097": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v0c3v45": { - "ancestors": [ - "https://ror.org/05txnrv95" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rffka72": { - "ancestors": [ - "https://ror.org/00t4db855" - ], - "descendants": [ - - ] - }, - "https://ror.org/039vw4178": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/007nf8q70": { - "ancestors": [ - "https://ror.org/02v51f717" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rm2sw78": { - "ancestors": [ - "https://ror.org/05cjrnv40", - "https://ror.org/02gfc7t72", - "https://ror.org/0553yr311" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pbnw832": { - "ancestors": [ - "https://ror.org/0128par75" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hsx4r68": { - "ancestors": [ - "https://ror.org/033dfsn42", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01caehj63": { - "ancestors": [ - "https://ror.org/04tavpn47" - ], - "descendants": [ - - ] - }, - "https://ror.org/00heb4d89": { - "ancestors": [ - "https://ror.org/02xznz413", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fah6g03": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cn45t22": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00szax507": { - "ancestors": [ - "https://ror.org/01qat3289" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jacea03": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/032vsjs50": { - "ancestors": [ - "https://ror.org/016padj08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dsysc59": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/024nvrc84": { - "ancestors": [ - "https://ror.org/02etk2p60" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q93ds34": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/056a37x91": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/040xzg562": { - "ancestors": [ - "https://ror.org/03q4c3e69" - ], - "descendants": [ - - ] - }, - "https://ror.org/006rwj939": { - "ancestors": [ - "https://ror.org/041qf4r12" - ], - "descendants": [ - - ] - }, - "https://ror.org/052zwa538": { - "ancestors": [ - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b280561": { - "ancestors": [ - "https://ror.org/00ms48f15" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h3km103": { - "ancestors": [ - "https://ror.org/03awzbc87" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qk9rk19": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j4x9j18": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/032nytr91" - ] - }, - "https://ror.org/01gynph42": { - "ancestors": [ - "https://ror.org/05w21nn13" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jz8ma51": { - "ancestors": [ - "https://ror.org/00m4czf33" - ], - "descendants": [ - - ] - }, - "https://ror.org/05859w570": { - "ancestors": [ - "https://ror.org/01460j859" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w3nfa37": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jjraa45": { - "ancestors": [ - "https://ror.org/0207yh398" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a2zqy78": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/023as1815": { - "ancestors": [ - "https://ror.org/00hn7w693" - ], - "descendants": [ - - ] - }, - "https://ror.org/048xwzs68": { - "ancestors": [ - "https://ror.org/04a2kft13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jf3w726": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gm8tg57": { - "ancestors": [ - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/048y1rc66": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/05vy7se14", - "https://ror.org/03mw4pt79" - ] - }, - "https://ror.org/05yfx9j20": { - "ancestors": [ - "https://ror.org/00pz2fp31" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s5qx907": { - "ancestors": [ - "https://ror.org/05szcn205", - "https://ror.org/00a2xv884", - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wq3fc38": { - "ancestors": [ - "https://ror.org/00zg6q231", - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zfa9g67": { - "ancestors": [ - "https://ror.org/04tcthy91", - "https://ror.org/04v3ywz14", - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/043vr8e29": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/02f40zc51" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p80e845": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/01460j859" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q78at80": { - "ancestors": [ - "https://ror.org/01b38s834" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qy6se24": { - "ancestors": [ - "https://ror.org/02rxc7m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/01as92r37": { - "ancestors": [ - "https://ror.org/01sfm2718" - ], - "descendants": [ - - ] - }, - "https://ror.org/05skxkv18": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/054659c28", - "https://ror.org/00eeef580", - "https://ror.org/03mq8q210", - "https://ror.org/0528q3r27" - ] - }, - "https://ror.org/058t7w767": { - "ancestors": [ - "https://ror.org/022syn853", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/039ssy097": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tbscc54": { - "ancestors": [ - "https://ror.org/03qfm6382" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fqwqm07": { - "ancestors": [ - "https://ror.org/008fyn775" - ], - "descendants": [ - - ] - }, - "https://ror.org/0008xqs48": { - "ancestors": [ - "https://ror.org/01nv2xf68", - "https://ror.org/00epner96", - "https://ror.org/00t4w1v80", - "https://ror.org/01j1eb875", - "https://ror.org/021018s57", - "https://ror.org/01bkbaq61", - "https://ror.org/04wkdwp52", - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/000190731": { - "ancestors": [ - "https://ror.org/00cmhce21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w41by72": { - "ancestors": [ - "https://ror.org/04t1cdb72", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fe4h741": { - "ancestors": [ - "https://ror.org/01y2qtb13", - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rdd8804": { - "ancestors": [ - "https://ror.org/00yjd3n13" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ncnzm65": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y518s84": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00msgsf28": { - "ancestors": [ - "https://ror.org/021018s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/0192yj155": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/02b5xr067" - ] - }, - "https://ror.org/02663r349": { - "ancestors": [ - "https://ror.org/03d1maw17" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pfge856": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qayn356": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rncr820": { - "ancestors": [ - "https://ror.org/000e0be47" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cp22d42": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/006gksa02", - "https://ror.org/05mj4yh71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04em2sh18": { - "ancestors": [ - "https://ror.org/00mcjh785" - ], - "descendants": [ - - ] - }, - "https://ror.org/025580q89": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/012a91z28" - ], - "descendants": [ - - ] - }, - "https://ror.org/019pzjm43": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nxtdr22": { - "ancestors": [ - "https://ror.org/02rktxt32" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p9waa09": { - "ancestors": [ - "https://ror.org/011rf9d86", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/0140hpe71": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/05r78ng12", - "https://ror.org/02jv91m18" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s577731": { - "ancestors": [ - "https://ror.org/04gw3ra78" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yvpw311": { - "ancestors": [ - "https://ror.org/05etnz140", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05343aa75": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mamgv83": { - "ancestors": [ - "https://ror.org/013q1eq08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jksdf22": { - "ancestors": [ - "https://ror.org/057dddr91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nqpc320": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/052qsxn63": { - "ancestors": [ - "https://ror.org/05d2yfz11" - ], - "descendants": [ - - ] - }, - "https://ror.org/021s6g098": { - "ancestors": [ - "https://ror.org/02v51f717" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bhsv505": { - "ancestors": [ - "https://ror.org/04wktzw65", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nxes898": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/011q66e29" - ], - "descendants": [ - - ] - }, - "https://ror.org/003mfbe21": { - "ancestors": [ - "https://ror.org/0064kty71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v0hex10": { - "ancestors": [ - "https://ror.org/016ks4x90" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ky5n302": { - "ancestors": [ - "https://ror.org/01jvv7h21" - ], - "descendants": [ - - ] - }, - "https://ror.org/004swtw80": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ncvzk72": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hqczw19": { - "ancestors": [ - "https://ror.org/01vyrm377" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wq99a66": { - "ancestors": [ - "https://ror.org/05hr3ch11", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zfc7m08": { - "ancestors": [ - "https://ror.org/047yhep71", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/003hwx626": { - "ancestors": [ - "https://ror.org/023b72294" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dn2ax39": { - "ancestors": [ - "https://ror.org/0064kty71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w4xsz15": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wx4nj18": { - "ancestors": [ - "https://ror.org/030eybx10" - ], - "descendants": [ - - ] - }, - "https://ror.org/01603fg59": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fxf4247": { - "ancestors": [ - "https://ror.org/03d8em588" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hpa6m94": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/000xsnr85" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ag0rb94": { - "ancestors": [ - "https://ror.org/05b0hce56" - ], - "descendants": [ - - ] - }, - "https://ror.org/024dcqa50": { - "ancestors": [ - "https://ror.org/01y0j0j86" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ndw0k24": { - "ancestors": [ - "https://ror.org/03h381n69" - ], - "descendants": [ - - ] - }, - "https://ror.org/039mtkw55": { - "ancestors": [ - "https://ror.org/03awsb125", - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/057g20z61": { - "ancestors": [ - "https://ror.org/001aqnf71" - ], - "descendants": [ - "https://ror.org/0089bg420", - "https://ror.org/054tmk179", - "https://ror.org/03gq8fr08", - "https://ror.org/01egwg173", - "https://ror.org/01t8fg661", - "https://ror.org/05efe5r97" - ] - }, - "https://ror.org/011rw2y56": { - "ancestors": [ - "https://ror.org/04n6fhj26", - "https://ror.org/036rp1748" - ], - "descendants": [ - - ] - }, - "https://ror.org/012cr4033": { - "ancestors": [ - "https://ror.org/04r53se39", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/038792a28": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/01460j859" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t1eqa40": { - "ancestors": [ - "https://ror.org/026xefd52" - ], - "descendants": [ - - ] - }, - "https://ror.org/056wcaa53": { - "ancestors": [ - "https://ror.org/01s5v9a88", - "https://ror.org/02zrmae98" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f29ny64": { - "ancestors": [ - "https://ror.org/02egmk993" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xqp3a64": { - "ancestors": [ - "https://ror.org/01rxvg760" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xjtqb36": { - "ancestors": [ - "https://ror.org/00f1zfq44" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gydn715": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gxm3r19": { - "ancestors": [ - "https://ror.org/0530pts50" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mfzb702": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/048nswj43": { - "ancestors": [ - "https://ror.org/035psfh38" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pewg788": { - "ancestors": [ - "https://ror.org/007ekx298" - ], - "descendants": [ - "https://ror.org/00v79jn39" - ] - }, - "https://ror.org/05ect0289": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/020bzb737": { - "ancestors": [ - "https://ror.org/0530pts50" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wy0y692": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qqy8j09": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tp8bz22": { - "ancestors": [ - "https://ror.org/02v51f717" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jsenc11": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - "https://ror.org/02wxs2325" - ] - }, - "https://ror.org/018bh0m68": { - "ancestors": [ - "https://ror.org/040af2s02" - ], - "descendants": [ - - ] - }, - "https://ror.org/052eegr76": { - "ancestors": [ - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/018zra666", - "https://ror.org/003cpqh10", - "https://ror.org/00njsck89", - "https://ror.org/054659c28" - ] - }, - "https://ror.org/03s3xs393": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xbz6x26": { - "ancestors": [ - "https://ror.org/02nnjtm50", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wa9t375": { - "ancestors": [ - "https://ror.org/00kvk1853" - ], - "descendants": [ - - ] - }, - "https://ror.org/03deb8c89": { - "ancestors": [ - "https://ror.org/03fe7t173" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vht8z34": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/04p9k2z50" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qeh6420": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/0213ypr97": { - "ancestors": [ - "https://ror.org/014zrew76" - ], - "descendants": [ - - ] - }, - "https://ror.org/05njhbf68": { - "ancestors": [ - "https://ror.org/03fe7t173" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zhe7k92": { - "ancestors": [ - "https://ror.org/04tce9s05", - "https://ror.org/025tyf168" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cvv0r95": { - "ancestors": [ - "https://ror.org/041qf4r12" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x08qn04": { - "ancestors": [ - "https://ror.org/0207yh398" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g897070": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/04thqfb29" - ] - }, - "https://ror.org/01z7eb286": { - "ancestors": [ - "https://ror.org/048w8zr56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eeee209": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mr7c415": { - "ancestors": [ - "https://ror.org/013q1eq08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ycqrz18": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - "https://ror.org/01yhwa418", - "https://ror.org/04pnym676", - "https://ror.org/01mqtzm43" - ] - }, - "https://ror.org/002cfhw56": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/043ea4m21": { - "ancestors": [ - "https://ror.org/01rxvg760" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p99t114": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/04advdf21": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/038bmak92": { - "ancestors": [ - "https://ror.org/03d1maw17" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fz4fp45": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/0111f7045": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/04bcwdq54" - ] - }, - "https://ror.org/001cwea56": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/054xx3904": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mj5vx34": { - "ancestors": [ - "https://ror.org/048g2sh07" - ], - "descendants": [ - - ] - }, - "https://ror.org/050eq1942": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a8ev928": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/00q2dta10", - "https://ror.org/058nm8p51" - ] - }, - "https://ror.org/001synm23": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f9thq51": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/014zrew76", - "https://ror.org/03y0qc033" - ], - "descendants": [ - - ] - }, - "https://ror.org/0444j5556": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/025hkeg57" - ] - }, - "https://ror.org/04gq3m222": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/031z5jh56": { - "ancestors": [ - "https://ror.org/0220qvk04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04csf5r20": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/039928415", - "https://ror.org/008fa9s48", - "https://ror.org/04z2gev20" - ] - }, - "https://ror.org/033911096": { - "ancestors": [ - "https://ror.org/01qat3289" - ], - "descendants": [ - - ] - }, - "https://ror.org/00heqy247": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sqxae58": { - "ancestors": [ - "https://ror.org/03d1maw17" - ], - "descendants": [ - - ] - }, - "https://ror.org/02aazqb94": { - "ancestors": [ - "https://ror.org/05dy2c135" - ], - "descendants": [ - - ] - }, - "https://ror.org/058nm8p51": { - "ancestors": [ - "https://ror.org/01a8ev928", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tyv8576": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/048wy7h78", - "https://ror.org/03twns208" - ] - }, - "https://ror.org/02bxj9z30": { - "ancestors": [ - "https://ror.org/03rc6as71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bskzg04": { - "ancestors": [ - "https://ror.org/00js3aw79" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ysayy16": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pdx2849": { - "ancestors": [ - "https://ror.org/0097mvx21" - ], - "descendants": [ - "https://ror.org/00zmnkx60" - ] - }, - "https://ror.org/01n3rg866": { - "ancestors": [ - "https://ror.org/013q1eq08" - ], - "descendants": [ - - ] - }, - "https://ror.org/000nhpy59": { - "ancestors": [ - "https://ror.org/01azzms13", - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/012mp1p41": { - "ancestors": [ - "https://ror.org/05hm1yf46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qk1xk35": { - "ancestors": [ - "https://ror.org/027y26122" - ], - "descendants": [ - - ] - }, - "https://ror.org/002smyt64": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/012a91z28" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rgtxm82": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/01460j859" - ], - "descendants": [ - - ] - }, - "https://ror.org/020s51w82": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fkwx227": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kysqk08": { - "ancestors": [ - "https://ror.org/05s92vm98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xrp2v42": { - "ancestors": [ - "https://ror.org/057jnjd73", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dd40221": { - "ancestors": [ - "https://ror.org/00b5m4j81" - ], - "descendants": [ - - ] - }, - "https://ror.org/0226mqz95": { - "ancestors": [ - "https://ror.org/02rxc7m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wktzw65": { - "ancestors": [ - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/02xnb4v27", - "https://ror.org/01r58sr54", - "https://ror.org/01v171a61", - "https://ror.org/04f7g6845", - "https://ror.org/05n5mmr26", - "https://ror.org/03wneb138", - "https://ror.org/05whjqq05", - "https://ror.org/04b1sh213", - "https://ror.org/0311ezn83", - "https://ror.org/04bhsv505" - ] - }, - "https://ror.org/04gndp242": { - "ancestors": [ - "https://ror.org/011qkaj49", - "https://ror.org/00by1q217" - ], - "descendants": [ - "https://ror.org/03nkpwc05" - ] - }, - "https://ror.org/049mqh532": { - "ancestors": [ - "https://ror.org/02v51f717" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nm7mw87": { - "ancestors": [ - "https://ror.org/00g0p6g84" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pk7c879": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x9tpk83": { - "ancestors": [ - "https://ror.org/0356cst02", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/041818q22": { - "ancestors": [ - "https://ror.org/01xt2dr21" - ], - "descendants": [ - - ] - }, - "https://ror.org/040kx1j83": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/046ffzj20" - ], - "descendants": [ - - ] - }, - "https://ror.org/034e92n57": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/00dmm3k75" - ] - }, - "https://ror.org/025hkeg57": { - "ancestors": [ - "https://ror.org/0444j5556", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/040yga518": { - "ancestors": [ - "https://ror.org/01jem9c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/033d34573": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/026wyz662": { - "ancestors": [ - "https://ror.org/03gc29549" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mx22g67": { - "ancestors": [ - "https://ror.org/00a2xv884" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sxq4h60": { - "ancestors": [ - "https://ror.org/02887w456" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jf9jv39": { - "ancestors": [ - "https://ror.org/03db2by73", - "https://ror.org/043pwc612", - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fxr9g07": { - "ancestors": [ - "https://ror.org/05b0t0374" - ], - "descendants": [ - - ] - }, - "https://ror.org/028ev2d94": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j18t043": { - "ancestors": [ - "https://ror.org/047pymx40", - "https://ror.org/01jem9c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/003qeh975": { - "ancestors": [ - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/00g46p143", - "https://ror.org/01m9scr97", - "https://ror.org/00xjqd715", - "https://ror.org/00a21fr98", - "https://ror.org/00f2c2516", - "https://ror.org/03kzpar53", - "https://ror.org/0170b6c09", - "https://ror.org/01w4k1v53", - "https://ror.org/04jeca075", - "https://ror.org/05c4d7454", - "https://ror.org/05qrpwx06", - "https://ror.org/03dkwk174", - "https://ror.org/01ye8r794", - "https://ror.org/05rvyrg53", - "https://ror.org/02tycxw39" - ] - }, - "https://ror.org/025yj9w07": { - "ancestors": [ - "https://ror.org/00pz2fp31" - ], - "descendants": [ - "https://ror.org/028z00g40" - ] - }, - "https://ror.org/01t5vdw20": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04maje407": { - "ancestors": [ - "https://ror.org/0424h4e32", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y2qtb13": { - "ancestors": [ - "https://ror.org/03qd7mz70" - ], - "descendants": [ - "https://ror.org/02fe4h741" - ] - }, - "https://ror.org/05fb23t53": { - "ancestors": [ - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/047yhep71": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/0517e3842", - "https://ror.org/01zfc7m08" - ] - }, - "https://ror.org/02nbvj238": { - "ancestors": [ - "https://ror.org/00y6q9n79" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vfq0c73": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/028z00g40": { - "ancestors": [ - "https://ror.org/02g7qcb42", - "https://ror.org/025yj9w07", - "https://ror.org/054hj6489", - "https://ror.org/00pz2fp31" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gq84p09": { - "ancestors": [ - "https://ror.org/049d6bh38", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s5v9a88": { - "ancestors": [ - "https://ror.org/02zrmae98" - ], - "descendants": [ - "https://ror.org/056wcaa53" - ] - }, - "https://ror.org/05c6mwc92": { - "ancestors": [ - "https://ror.org/05hr3ch11", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dnz3q81": { - "ancestors": [ - "https://ror.org/047pymx40", - "https://ror.org/01jem9c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/051n8xp08": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vq13895": { - "ancestors": [ - "https://ror.org/04c4dkn09", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pd5rv22": { - "ancestors": [ - "https://ror.org/025cbjw81" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r12t513": { - "ancestors": [ - "https://ror.org/00f1zfq44" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x1xke62": { - "ancestors": [ - "https://ror.org/00mcjh785" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d61dw70": { - "ancestors": [ - "https://ror.org/0530pts50" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zwg8g81": { - "ancestors": [ - "https://ror.org/02v51f717" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pvjzw40": { - "ancestors": [ - "https://ror.org/02egmk993" - ], - "descendants": [ - - ] - }, - "https://ror.org/032p70522": { - "ancestors": [ - "https://ror.org/01y1kjr75" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ek3m339": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03emtbt60": { - "ancestors": [ - "https://ror.org/036h6g940" - ], - "descendants": [ - "https://ror.org/04psbxy09", - "https://ror.org/03tjsyq23", - "https://ror.org/0101xrq71", - "https://ror.org/049nrz535", - "https://ror.org/03561p598", - "https://ror.org/02927dx12", - "https://ror.org/022swbj46", - "https://ror.org/01bp81r18", - "https://ror.org/00gbrgx34", - "https://ror.org/04fhee747", - "https://ror.org/04zw11527", - "https://ror.org/05sdqd547", - "https://ror.org/01qjqvr92", - "https://ror.org/021wm7p51", - "https://ror.org/01e312d09", - "https://ror.org/04m3mhq27", - "https://ror.org/007wpch15", - "https://ror.org/03561p598", - "https://ror.org/03780jn86", - "https://ror.org/057y6sk36", - "https://ror.org/02t4nyn12", - "https://ror.org/02n8rnw93", - "https://ror.org/00wdyp114", - "https://ror.org/05mzfgt17", - "https://ror.org/015s51n07", - "https://ror.org/0538gdx71", - "https://ror.org/04x97rq71", - "https://ror.org/03ffdsr55", - "https://ror.org/04d81ed36", - "https://ror.org/008nqzn46", - "https://ror.org/03qyr1v70", - "https://ror.org/05xc5re08", - "https://ror.org/02x351n42", - "https://ror.org/03gjr0792", - "https://ror.org/04t8qjg16", - "https://ror.org/01qek3q18", - "https://ror.org/01hh45364", - "https://ror.org/01d7fn555", - "https://ror.org/039d1mp60", - "https://ror.org/0527mfk98", - "https://ror.org/03vkfy293", - "https://ror.org/02kp7p620", - "https://ror.org/059h0ng81", - "https://ror.org/01pdb1x94", - "https://ror.org/05esh5w42", - "https://ror.org/04bfs6764", - "https://ror.org/05shq4n12", - "https://ror.org/03n73vq73", - "https://ror.org/0577j0g35", - "https://ror.org/01kh0x418", - "https://ror.org/040dky007", - "https://ror.org/01zw2nq07", - "https://ror.org/04gavx394", - "https://ror.org/01e70mw69", - "https://ror.org/05ef28661", - "https://ror.org/03xcn0p72", - "https://ror.org/055rjs771", - "https://ror.org/01g7qth32", - "https://ror.org/057wr4y62", - "https://ror.org/036568k33", - "https://ror.org/057mn3690", - "https://ror.org/021r5ns39", - "https://ror.org/03dy10t98", - "https://ror.org/05bkc5375", - "https://ror.org/01gvkyp03", - "https://ror.org/04v5nnm54", - "https://ror.org/02zm5j810", - "https://ror.org/0211zmf46", - "https://ror.org/0307k1x46", - "https://ror.org/02p8nt844", - "https://ror.org/05pvypf90", - "https://ror.org/00pyevk91", - "https://ror.org/0374spr83" - ] - }, - "https://ror.org/02edjvw12": { - "ancestors": [ - "https://ror.org/01z3gk918" - ], - "descendants": [ - - ] - }, - "https://ror.org/049yyak68": { - "ancestors": [ - "https://ror.org/050wwwp73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ttfv304": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - "https://ror.org/042j94f44", - "https://ror.org/00ybwtz11" - ] - }, - "https://ror.org/055qbch41": { - "ancestors": [ - "https://ror.org/02drdmm93" - ], - "descendants": [ - "https://ror.org/01ygnsd19" - ] - }, - "https://ror.org/0517e3842": { - "ancestors": [ - "https://ror.org/047yhep71", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jr4a171": { - "ancestors": [ - "https://ror.org/038jjxj40" - ], - "descendants": [ - "https://ror.org/050qbxj48", - "https://ror.org/00mpvse27" - ] - }, - "https://ror.org/0225kjd58": { - "ancestors": [ - "https://ror.org/014zrew76" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rxrdv16": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/02f40zc51" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jwe7h47": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ad9bh13": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/031y0e568": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/0193wdc07": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t8xrx60": { - "ancestors": [ - "https://ror.org/03cve4549" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qr6jw57": { - "ancestors": [ - "https://ror.org/040af2s02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qan0m84": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bgdk629": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ggpef13": { - "ancestors": [ - "https://ror.org/03d1maw17" - ], - "descendants": [ - - ] - }, - "https://ror.org/032nytr91": { - "ancestors": [ - "https://ror.org/03j4x9j18", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/0303gny42": { - "ancestors": [ - "https://ror.org/03v8tnc06", - "https://ror.org/04c4dkn09", - "https://ror.org/034t30j35", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y4zmh56": { - "ancestors": [ - "https://ror.org/01j7nq853", - "https://ror.org/035a68863", - "https://ror.org/023czga33", - "https://ror.org/01mtkd993", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kaae654": { - "ancestors": [ - "https://ror.org/01y3hvq34", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xnz3256": { - "ancestors": [ - "https://ror.org/01rxvg760" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tk7t045": { - "ancestors": [ - "https://ror.org/03d1maw17" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fwfk305": { - "ancestors": [ - "https://ror.org/01fvbaw18", - "https://ror.org/02f40zc51" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jxb4047": { - "ancestors": [ - "https://ror.org/03cve4549" - ], - "descendants": [ - - ] - }, - "https://ror.org/055cmx385": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/02f40zc51" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a2pqz96": { - "ancestors": [ - "https://ror.org/00pz2fp31" - ], - "descendants": [ - - ] - }, - "https://ror.org/05szcn205": { - "ancestors": [ - "https://ror.org/0313jb750", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/05s5qx907" - ] - }, - "https://ror.org/01q9drc95": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vznxv75": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dpyrm54": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v8rqv75": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/01prrh334" - ] - }, - "https://ror.org/00xe97z49": { - "ancestors": [ - "https://ror.org/014zrew76" - ], - "descendants": [ - - ] - }, - "https://ror.org/05etnz140": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/03yvpw311" - ] - }, - "https://ror.org/01y3hvq34": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/04cwbar59", - "https://ror.org/038ey3e97", - "https://ror.org/01gg3z807", - "https://ror.org/04kaae654" - ] - }, - "https://ror.org/01ss8rw36": { - "ancestors": [ - "https://ror.org/001ycj259" - ], - "descendants": [ - - ] - }, - "https://ror.org/0270sxy44": { - "ancestors": [ - "https://ror.org/00dy6h529" - ], - "descendants": [ - - ] - }, - "https://ror.org/013x79k46": { - "ancestors": [ - "https://ror.org/023hj5876" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s99xz91": { - "ancestors": [ - "https://ror.org/00f2yqf98", - "https://ror.org/03d0p2685", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z2gev20": { - "ancestors": [ - "https://ror.org/04csf5r20", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yr99j48": { - "ancestors": [ - "https://ror.org/0187kwz08", - "https://ror.org/015803449" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vsr3s09": { - "ancestors": [ - "https://ror.org/030vmwa78", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rzmms09": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j283p93": { - "ancestors": [ - "https://ror.org/00prkya54", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02awe6g05": { - "ancestors": [ - "https://ror.org/05269d038" - ], - "descendants": [ - "https://ror.org/043r4xd27" - ] - }, - "https://ror.org/058afx839": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/004z1wz18": { - "ancestors": [ - "https://ror.org/00p991c53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wrec671": { - "ancestors": [ - "https://ror.org/04ct4d772" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kjvqe45": { - "ancestors": [ - "https://ror.org/0276vcd78" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ebfg457": { - "ancestors": [ - "https://ror.org/02dzk0c85" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m2x2m55": { - "ancestors": [ - "https://ror.org/03rc6as71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bdmv123": { - "ancestors": [ - "https://ror.org/022c3hy66", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vgzrk89": { - "ancestors": [ - "https://ror.org/025cbjw81" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gdqm013": { - "ancestors": [ - "https://ror.org/04v3ywz14" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jkz9152": { - "ancestors": [ - "https://ror.org/03k8zj440" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sbth994": { - "ancestors": [ - "https://ror.org/03y0qc033", - "https://ror.org/014zrew76" - ], - "descendants": [ - - ] - }, - "https://ror.org/0380ng272": { - "ancestors": [ - "https://ror.org/03awzbc87" - ], - "descendants": [ - - ] - }, - "https://ror.org/04prhhh77": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/010fszt18": { - "ancestors": [ - "https://ror.org/0064kty71" - ], - "descendants": [ - - ] - }, - "https://ror.org/026ynmk26": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jjdbb85": { - "ancestors": [ - "https://ror.org/00h52n341", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fpkc108": { - "ancestors": [ - "https://ror.org/0307bxz06" - ], - "descendants": [ - - ] - }, - "https://ror.org/048wy7h78": { - "ancestors": [ - "https://ror.org/01tyv8576", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/007xj0t96": { - "ancestors": [ - "https://ror.org/00pz2fp31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e5hx313": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/05wk7t803" - ] - }, - "https://ror.org/053a8fn46": { - "ancestors": [ - "https://ror.org/023b72294" - ], - "descendants": [ - - ] - }, - "https://ror.org/044cgpf23": { - "ancestors": [ - "https://ror.org/0020snb74", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nnjtm50": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/04tw9zq58", - "https://ror.org/02xbz6x26" - ] - }, - "https://ror.org/003v6nj12": { - "ancestors": [ - "https://ror.org/03rpsvy57", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pq8vh42": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a33a786": { - "ancestors": [ - "https://ror.org/00a2xv884" - ], - "descendants": [ - - ] - }, - "https://ror.org/023xf2a37": { - "ancestors": [ - "https://ror.org/05p8nb362" - ], - "descendants": [ - "https://ror.org/05wagd980" - ] - }, - "https://ror.org/03w60rc21": { - "ancestors": [ - "https://ror.org/03q8dnn23" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xk60j79": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/011rf9d86": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/024btyy46", - "https://ror.org/004v92r53", - "https://ror.org/02p9waa09", - "https://ror.org/0308wzx30" - ] - }, - "https://ror.org/00tnqka34": { - "ancestors": [ - "https://ror.org/007ffzr57", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/044hd6323": { - "ancestors": [ - "https://ror.org/012tb2g32" - ], - "descendants": [ - - ] - }, - "https://ror.org/01az6dv73": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y43zx14": { - "ancestors": [ - "https://ror.org/021018s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/0366c6s65": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/03a205534" - ] - }, - "https://ror.org/01cfnbk63": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z8dnf91": { - "ancestors": [ - "https://ror.org/045sza929" - ], - "descendants": [ - "https://ror.org/01mc9wk69" - ] - }, - "https://ror.org/050qbxj48": { - "ancestors": [ - "https://ror.org/05jr4a171", - "https://ror.org/038jjxj40" - ], - "descendants": [ - - ] - }, - "https://ror.org/054659c28": { - "ancestors": [ - "https://ror.org/05skxkv18", - "https://ror.org/052eegr76", - "https://ror.org/034t30j35", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04142jt33": { - "ancestors": [ - "https://ror.org/02jheyr43" - ], - "descendants": [ - - ] - }, - "https://ror.org/038t8ze69": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/040qadc12": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/05v509s40", - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ey8y521": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sjzjp24": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z5ygt35": { - "ancestors": [ - "https://ror.org/02778hg05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b4p0g26": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s945776": { - "ancestors": [ - "https://ror.org/020ws7586", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02skqwf47": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fqayw81": { - "ancestors": [ - "https://ror.org/041qv0h25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nydrc16": { - "ancestors": [ - "https://ror.org/04c235406" - ], - "descendants": [ - - ] - }, - "https://ror.org/019s68r62": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qcn4c26": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/029grsj96", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0328tc677": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hh31546": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d21gf72": { - "ancestors": [ - "https://ror.org/01qk7v094", - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/037tt6b65": { - "ancestors": [ - "https://ror.org/056jxaa57", - "https://ror.org/02778hg05" - ], - "descendants": [ - - ] - }, - "https://ror.org/044rb3f07": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - "https://ror.org/05367a632" - ] - }, - "https://ror.org/05nredc16": { - "ancestors": [ - "https://ror.org/012tb2g32" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tjbhz35": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v8m4033": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/038x5dh11": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00acpf703": { - "ancestors": [ - "https://ror.org/03qtzce31", - "https://ror.org/05waa5295" - ], - "descendants": [ - - ] - }, - "https://ror.org/012jsqx30": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r96cc35": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v5e3436": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/01jem9c82", - "https://ror.org/02z749649" - ], - "descendants": [ - - ] - }, - "https://ror.org/03102fn17": { - "ancestors": [ - "https://ror.org/02b5d8509", - "https://ror.org/00874hx02", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a1zvg88": { - "ancestors": [ - "https://ror.org/0360dkv71", - "https://ror.org/02yxnh564", - "https://ror.org/03f2n3n81" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zytdm29": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hfcy355": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cq0jg45": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vh04164": { - "ancestors": [ - "https://ror.org/03vr22992" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wps8h17": { - "ancestors": [ - "https://ror.org/041qv0h25" - ], - "descendants": [ - - ] - }, - "https://ror.org/019q26a60": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qx1va48": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k0z2z93": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - "https://ror.org/023kksk09" - ] - }, - "https://ror.org/01ehyh486": { - "ancestors": [ - "https://ror.org/00xqkj280" - ], - "descendants": [ - "https://ror.org/03kzgzp82", - "https://ror.org/010wgh593", - "https://ror.org/03vn1bh77", - "https://ror.org/03tq10v65" - ] - }, - "https://ror.org/00r1f3009": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rspp784": { - "ancestors": [ - "https://ror.org/041qv0h25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v106c48": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0269yh980": { - "ancestors": [ - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tg3dp70": { - "ancestors": [ - "https://ror.org/041qv0h25" - ], - "descendants": [ - - ] - }, - "https://ror.org/026f1w290": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y3jmn59": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/01apwkd48", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/038szmr31": { - "ancestors": [ - "https://ror.org/02m44ak47", - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kk8cj26": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t2m2598": { - "ancestors": [ - "https://ror.org/001tmjg57" - ], - "descendants": [ - - ] - }, - "https://ror.org/0503gdw52": { - "ancestors": [ - "https://ror.org/041qv0h25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wv14x31": { - "ancestors": [ - "https://ror.org/05d2yfz11" - ], - "descendants": [ - - ] - }, - "https://ror.org/0307c8498": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/029grsj96": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04qcn4c26" - ] - }, - "https://ror.org/00m6gtd76": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xnj6419": { - "ancestors": [ - "https://ror.org/02f40zc51" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mz39b41": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b8tg719": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/02vjkv261", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j5n8f24": { - "ancestors": [ - "https://ror.org/02m44ak47" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ezwr821": { - "ancestors": [ - "https://ror.org/03d1maw17" - ], - "descendants": [ - - ] - }, - "https://ror.org/034p80033": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04eqg3754": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/005ba5y61": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/01fpqqe90", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0295z7538": { - "ancestors": [ - "https://ror.org/04c235406" - ], - "descendants": [ - - ] - }, - "https://ror.org/0135q5q22": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d3ntb42": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/023md1f53": { - "ancestors": [ - "https://ror.org/041qv0h25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dz8mb53": { - "ancestors": [ - "https://ror.org/0220qvk04", - "https://ror.org/02v51f717", - "https://ror.org/04yv20134" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zrq4606": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/007hv9f69": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mbmkb12": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vn1bh77": { - "ancestors": [ - "https://ror.org/01ehyh486", - "https://ror.org/00xqkj280" - ], - "descendants": [ - - ] - }, - "https://ror.org/006xfsx34": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0564q8x20": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w9dr041": { - "ancestors": [ - "https://ror.org/01y04h970" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gjptv97": { - "ancestors": [ - "https://ror.org/04ev03g22" - ], - "descendants": [ - - ] - }, - "https://ror.org/000n9zg48": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d3nry68": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wdpp052": { - "ancestors": [ - "https://ror.org/020ws7586", - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0360dkv71": { - "ancestors": [ - "https://ror.org/03f2n3n81" - ], - "descendants": [ - "https://ror.org/041ms9k93", - "https://ror.org/01etfxm56", - "https://ror.org/04vadv522", - "https://ror.org/04esmqk80", - "https://ror.org/051gfkj61", - "https://ror.org/04jf69f85", - "https://ror.org/00rr70t41", - "https://ror.org/02mj3be11", - "https://ror.org/01th5x258", - "https://ror.org/00xymz606", - "https://ror.org/05mks4240", - "https://ror.org/01h5d6x15", - "https://ror.org/05q5gzy49", - "https://ror.org/032e3d072", - "https://ror.org/02j7j4v81", - "https://ror.org/008h0ge70", - "https://ror.org/02nmvgz47", - "https://ror.org/044snpb24", - "https://ror.org/03b4jx157", - "https://ror.org/05sc11068", - "https://ror.org/00nkeq441", - "https://ror.org/03q3hjg87", - "https://ror.org/03a1zvg88" - ] - }, - "https://ror.org/010wgh593": { - "ancestors": [ - "https://ror.org/01ehyh486", - "https://ror.org/00xqkj280" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jw85995": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/05v509s40", - "https://ror.org/051kpcy16", - "https://ror.org/01fpqqe90", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/044fgj614": { - "ancestors": [ - "https://ror.org/021018s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kzgzp82": { - "ancestors": [ - "https://ror.org/01ehyh486", - "https://ror.org/00xqkj280" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e41m429": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qtv5q45": { - "ancestors": [ - "https://ror.org/04w9fbh59" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rg4e096": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fcaa436": { - "ancestors": [ - "https://ror.org/03d0r5461", - "https://ror.org/05ve6g218" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sjf7w71": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cr3xz70": { - "ancestors": [ - "https://ror.org/00a5dxw64", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/014ybqb54": { - "ancestors": [ - "https://ror.org/05n911h24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j0x4n73": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nqsnd28": { - "ancestors": [ - "https://ror.org/041qv0h25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ej8a714": { - "ancestors": [ - "https://ror.org/01bkbaq61", - "https://ror.org/03mb6wj31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bcp0f55": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/029qa8t82": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00067tc54": { - "ancestors": [ - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ep91e20": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y7kyx32": { - "ancestors": [ - "https://ror.org/038sc5x72" - ], - "descendants": [ - - ] - }, - "https://ror.org/047cwsy20": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zpdb397": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xvkz230": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jya6a65": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k71g406": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/02vjkv261", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e1nss61": { - "ancestors": [ - "https://ror.org/041qv0h25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03agg3g06": { - "ancestors": [ - "https://ror.org/0102dvb40" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ec7mt05": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xj2sn10": { - "ancestors": [ - "https://ror.org/0591s4t67" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gy2ar74": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b5d8509": { - "ancestors": [ - "https://ror.org/001aqnf71" - ], - "descendants": [ - "https://ror.org/01rhff309", - "https://ror.org/04a7gbp98", - "https://ror.org/03102fn17", - "https://ror.org/047d2d387", - "https://ror.org/04xw4m193", - "https://ror.org/01wwwe276", - "https://ror.org/0375jbm11", - "https://ror.org/036g3b009", - "https://ror.org/047d2d387" - ] - }, - "https://ror.org/0555x2b41": { - "ancestors": [ - "https://ror.org/0265m3333", - "https://ror.org/02bfwt286" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a6c6c20": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/03nhjew95", - "https://ror.org/02vjkv261", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jg2jk08": { - "ancestors": [ - "https://ror.org/00qvx9r67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s2kph56": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e1t2x83": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q9y3f51": { - "ancestors": [ - "https://ror.org/041qv0h25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f1vfy95": { - "ancestors": [ - "https://ror.org/020ws7586", - "https://ror.org/03nhjew95", - "https://ror.org/05v509s40", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/034feyf26": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/02vjkv261", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tq10v65": { - "ancestors": [ - "https://ror.org/01ehyh486", - "https://ror.org/00xqkj280" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yt0ea73": { - "ancestors": [ - "https://ror.org/03mtd9a03", - "https://ror.org/00f54p054" - ], - "descendants": [ - - ] - }, - "https://ror.org/004r4ve77": { - "ancestors": [ - "https://ror.org/04c235406" - ], - "descendants": [ - - ] - }, - "https://ror.org/039qvmf95": { - "ancestors": [ - "https://ror.org/040wg7k59", - "https://ror.org/026vcq606", - "https://ror.org/05ynxx418" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d0r5461": { - "ancestors": [ - "https://ror.org/05ve6g218" - ], - "descendants": [ - "https://ror.org/03fcaa436" - ] - }, - "https://ror.org/03a9ssm23": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/040d87505": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/02vjkv261", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/024v1wz08": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pjsf822": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mtckd63": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e9rea41": { - "ancestors": [ - "https://ror.org/05v509s40", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x5agy13": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/026jccz16": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m0qde81": { - "ancestors": [ - "https://ror.org/0220qvk04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a7xgz80": { - "ancestors": [ - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v509s40": { - "ancestors": [ - "https://ror.org/01k40cz91" - ], - "descendants": [ - "https://ror.org/05jw85995", - "https://ror.org/04kcjtk03", - "https://ror.org/046cwyy43", - "https://ror.org/040qadc12", - "https://ror.org/01f1vfy95", - "https://ror.org/01km8f434", - "https://ror.org/01yqes018", - "https://ror.org/04e9rea41", - "https://ror.org/03qcqf034", - "https://ror.org/046dym823", - "https://ror.org/040110q42", - "https://ror.org/017vnhv07", - "https://ror.org/02sb3b652" - ] - }, - "https://ror.org/03sny2w29": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pjn5n51": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/017ed2k28": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/02vjkv261", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qms6x58": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zzvcj05": { - "ancestors": [ - "https://ror.org/01wdf5p42" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yvdat18": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/02vjkv261", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w7xqn11": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a470182": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/046dym823": { - "ancestors": [ - "https://ror.org/05v509s40", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/035jpr562": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g1a0w27": { - "ancestors": [ - "https://ror.org/02aqsxs83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xrsn650": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pzxq793": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ect1284": { - "ancestors": [ - "https://ror.org/01nrxwf90" - ], - "descendants": [ - - ] - }, - "https://ror.org/000ph9k36": { - "ancestors": [ - "https://ror.org/03pvr2g57" - ], - "descendants": [ - - ] - }, - "https://ror.org/038synb39": { - "ancestors": [ - "https://ror.org/016gb1631", - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/035z18f46": { - "ancestors": [ - "https://ror.org/03y3e3s17" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bkzce69": { - "ancestors": [ - "https://ror.org/0589k3111", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q4ppz72": { - "ancestors": [ - "https://ror.org/03k8zj440" - ], - "descendants": [ - "https://ror.org/00kxqbw45" - ] - }, - "https://ror.org/03gna4510": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/009q0jm69": { - "ancestors": [ - "https://ror.org/00hpz7z43" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tpn9z48": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/026z37f85": { - "ancestors": [ - "https://ror.org/00y6q9n79" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b67z867": { - "ancestors": [ - "https://ror.org/00js3aw79" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xc6bj88": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04frvgs13": { - "ancestors": [ - "https://ror.org/01r7awg59" - ], - "descendants": [ - "https://ror.org/02stdqb15" - ] - }, - "https://ror.org/02wjh7838": { - "ancestors": [ - "https://ror.org/017d8gk22" - ], - "descendants": [ - - ] - }, - "https://ror.org/01597g643": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g5ew477": { - "ancestors": [ - "https://ror.org/03kpps236", - "https://ror.org/01bkbaq61", - "https://ror.org/03mb6wj31" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nr10290": { - "ancestors": [ - "https://ror.org/02hb5yj49" - ], - "descendants": [ - - ] - }, - "https://ror.org/057p7e749": { - "ancestors": [ - "https://ror.org/05tgxx705" - ], - "descendants": [ - - ] - }, - "https://ror.org/001d55x84": { - "ancestors": [ - "https://ror.org/02e3wq066", - "https://ror.org/00fj8a872", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rbx8m02": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x2nq985": { - "ancestors": [ - "https://ror.org/02xe5ns62" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xcq9q51": { - "ancestors": [ - "https://ror.org/02hb5yj49" - ], - "descendants": [ - - ] - }, - "https://ror.org/034vb5t35": { - "ancestors": [ - "https://ror.org/0008wzh48" - ], - "descendants": [ - "https://ror.org/058ne9w36" - ] - }, - "https://ror.org/04b6nzv94": { - "ancestors": [ - "https://ror.org/04py2rh25" - ], - "descendants": [ - "https://ror.org/00z2tp793", - "https://ror.org/05rgrbr06", - "https://ror.org/005m2at17", - "https://ror.org/00wtrxf04" - ] - }, - "https://ror.org/05wnp0977": { - "ancestors": [ - "https://ror.org/01bvxzn29", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sh68184": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/043evzg22": { - "ancestors": [ - "https://ror.org/03cve4549" - ], - "descendants": [ - - ] - }, - "https://ror.org/0115fxs14": { - "ancestors": [ - "https://ror.org/00qqv6244" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tm9b530": { - "ancestors": [ - "https://ror.org/05a0ya142" - ], - "descendants": [ - - ] - }, - "https://ror.org/022dvs210": { - "ancestors": [ - "https://ror.org/016gb1631", - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bk8p931": { - "ancestors": [ - "https://ror.org/02hb5yj49" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hv28176": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/036dxts37": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - "https://ror.org/01kde4v59" - ] - }, - "https://ror.org/0568g2481": { - "ancestors": [ - "https://ror.org/04tj63d06", - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qv3ez98": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02805zw73": { - "ancestors": [ - "https://ror.org/05ghbjx71" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cebxq10": { - "ancestors": [ - "https://ror.org/04feqxb79" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ew61678": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w3bnx54": { - "ancestors": [ - "https://ror.org/05hqvvq43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gd0dm95": { - "ancestors": [ - "https://ror.org/028mpsh75" - ], - "descendants": [ - "https://ror.org/00d3ws365", - "https://ror.org/05xcx0k58", - "https://ror.org/01zv98a09", - "https://ror.org/04m2z2476", - "https://ror.org/03z1ps729", - "https://ror.org/038y3xt87", - "https://ror.org/01y3fwb07", - "https://ror.org/03rppv730" - ] - }, - "https://ror.org/00kxqbw45": { - "ancestors": [ - "https://ror.org/04q4ppz72", - "https://ror.org/03k8zj440" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g8hms52": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05jnma812" - ] - }, - "https://ror.org/01zvsh948": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pd2sz18": { - "ancestors": [ - "https://ror.org/03fkrcm40", - "https://ror.org/011emb038", - "https://ror.org/03rnk6m14", - "https://ror.org/003vg9w96", - "https://ror.org/003vg9w96", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p7f7z86": { - "ancestors": [ - "https://ror.org/028vrr082" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q1brk57": { - "ancestors": [ - "https://ror.org/01070mq45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mb62065": { - "ancestors": [ - "https://ror.org/02hmjzt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x643e19": { - "ancestors": [ - "https://ror.org/02hb5yj49" - ], - "descendants": [ - - ] - }, - "https://ror.org/055rh9p75": { - "ancestors": [ - "https://ror.org/00jma8s40" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mz0pr34": { - "ancestors": [ - "https://ror.org/02jx3x895", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rdv5n40": { - "ancestors": [ - "https://ror.org/0008vp155" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k3baz05": { - "ancestors": [ - "https://ror.org/03c4atk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bvxzn29": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/03myaza48", - "https://ror.org/00jztws02", - "https://ror.org/04jswqb94", - "https://ror.org/05wnp0977" - ] - }, - "https://ror.org/04ews3245": { - "ancestors": [ - "https://ror.org/024z2rq82", - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p4far57": { - "ancestors": [ - "https://ror.org/04fzwnh64" - ], - "descendants": [ - - ] - }, - "https://ror.org/039h1gd08": { - "ancestors": [ - "https://ror.org/016gb1631", - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qdwq068": { - "ancestors": [ - "https://ror.org/00vtgdb53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x362k69": { - "ancestors": [ - "https://ror.org/02r40rn49" - ], - "descendants": [ - - ] - }, - "https://ror.org/051777d98": { - "ancestors": [ - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - "https://ror.org/01ehdwj93", - "https://ror.org/00jkr8r49", - "https://ror.org/046j7pv84" - ] - }, - "https://ror.org/00xn1pr13": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/011n4tk56": { - "ancestors": [ - "https://ror.org/033w59g46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cq2e244": { - "ancestors": [ - "https://ror.org/01an7q238", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vvz3k68": { - "ancestors": [ - "https://ror.org/02k0t9a94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wtrxf04": { - "ancestors": [ - "https://ror.org/04b6nzv94", - "https://ror.org/04py2rh25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x4pp342": { - "ancestors": [ - "https://ror.org/02hb5yj49" - ], - "descendants": [ - - ] - }, - "https://ror.org/007bytg49": { - "ancestors": [ - "https://ror.org/0561n6946" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zy2cs03": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - "https://ror.org/04kdb0j04", - "https://ror.org/042b69396", - "https://ror.org/01zy07c70" - ] - }, - "https://ror.org/046j7pv84": { - "ancestors": [ - "https://ror.org/02dg0pv02", - "https://ror.org/051777d98", - "https://ror.org/00ae7jd04", - "https://ror.org/01f80g185", - "https://ror.org/006kxhp52", - "https://ror.org/01eb8ek77", - "https://ror.org/02md09461" - ], - "descendants": [ - - ] - }, - "https://ror.org/019rf7x86": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tsg3y65": { - "ancestors": [ - "https://ror.org/024mrxd33", - "https://ror.org/0090zs177", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03artm726": { - "ancestors": [ - "https://ror.org/02hb5yj49" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c746491": { - "ancestors": [ - "https://ror.org/05tgxx705" - ], - "descendants": [ - - ] - }, - "https://ror.org/003x0zc53": { - "ancestors": [ - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jnma812": { - "ancestors": [ - "https://ror.org/00g8hms52", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/011jtr847": { - "ancestors": [ - "https://ror.org/012zh9h13", - "https://ror.org/01bg62x04", - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/012qsrr25": { - "ancestors": [ - "https://ror.org/05bnh6r87" - ], - "descendants": [ - - ] - }, - "https://ror.org/03thdsj80": { - "ancestors": [ - "https://ror.org/01v7jrq42" - ], - "descendants": [ - - ] - }, - "https://ror.org/0306aeb62": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rrdvm96": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kde4v59": { - "ancestors": [ - "https://ror.org/036dxts37", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tjemt46": { - "ancestors": [ - "https://ror.org/016gb1631", - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/0436znn81": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nffqq91": { - "ancestors": [ - "https://ror.org/05p1j8758" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e3wq066": { - "ancestors": [ - "https://ror.org/00fj8a872", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04g4sf283", - "https://ror.org/001d55x84" - ] - }, - "https://ror.org/042vxm455": { - "ancestors": [ - "https://ror.org/04yyy0y35" - ], - "descendants": [ - - ] - }, - "https://ror.org/0090zs177": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - "https://ror.org/05d88z031", - "https://ror.org/01zgm7d48", - "https://ror.org/03tsg3y65" - ] - }, - "https://ror.org/00d4pqn65": { - "ancestors": [ - "https://ror.org/009avj582" - ], - "descendants": [ - - ] - }, - "https://ror.org/058ne9w36": { - "ancestors": [ - "https://ror.org/034vb5t35", - "https://ror.org/0008wzh48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hvdbf98": { - "ancestors": [ - "https://ror.org/02caz1f24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mtt1z51": { - "ancestors": [ - "https://ror.org/0187kwz08", - "https://ror.org/0524sp257" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mc19e15": { - "ancestors": [ - "https://ror.org/03jzzxg14" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gfswd81": { - "ancestors": [ - "https://ror.org/03c4atk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hc27x54": { - "ancestors": [ - "https://ror.org/05v1m8q81" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y6dp041": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04bym8a28", - "https://ror.org/04b1tq154" - ] - }, - "https://ror.org/04hh1k009": { - "ancestors": [ - "https://ror.org/052gp0981" - ], - "descendants": [ - - ] - }, - "https://ror.org/016rf0n60": { - "ancestors": [ - "https://ror.org/001w7jn25" - ], - "descendants": [ - - ] - }, - "https://ror.org/058sakv40": { - "ancestors": [ - "https://ror.org/02hb5yj49" - ], - "descendants": [ - - ] - }, - "https://ror.org/0526zh358": { - "ancestors": [ - "https://ror.org/03kk7td41" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d4pvt78": { - "ancestors": [ - "https://ror.org/037zgn354" - ], - "descendants": [ - - ] - }, - "https://ror.org/007sts724": { - "ancestors": [ - "https://ror.org/00hpz7z43" - ], - "descendants": [ - - ] - }, - "https://ror.org/032qgrc76": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f7saf07": { - "ancestors": [ - "https://ror.org/00grd1h17" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x9ffc66": { - "ancestors": [ - "https://ror.org/02hb5yj49" - ], - "descendants": [ - - ] - }, - "https://ror.org/024pk8k39": { - "ancestors": [ - "https://ror.org/05wg1m734" - ], - "descendants": [ - - ] - }, - "https://ror.org/042fhmq33": { - "ancestors": [ - "https://ror.org/00za53h95" - ], - "descendants": [ - - ] - }, - "https://ror.org/023a2er20": { - "ancestors": [ - "https://ror.org/013meh722", - "https://ror.org/027m9bs27" - ], - "descendants": [ - - ] - }, - "https://ror.org/021354321": { - "ancestors": [ - "https://ror.org/03s4khd80" - ], - "descendants": [ - - ] - }, - "https://ror.org/038kr2d80": { - "ancestors": [ - "https://ror.org/03czfpz43" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xzacp61": { - "ancestors": [ - "https://ror.org/00yjd3n13", - "https://ror.org/05a28rw58", - "https://ror.org/01swzsf04", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0300g2m85": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ehpzy81": { - "ancestors": [ - "https://ror.org/05twwhs70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r4fqa76": { - "ancestors": [ - "https://ror.org/01kj2bm70" - ], - "descendants": [ - - ] - }, - "https://ror.org/041repn61": { - "ancestors": [ - "https://ror.org/01cjash87" - ], - "descendants": [ - - ] - }, - "https://ror.org/0289cxp23": { - "ancestors": [ - "https://ror.org/04q4ppz72", - "https://ror.org/03k8zj440" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qgn1839": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0551gkb08": { - "ancestors": [ - "https://ror.org/00f54p054" - ], - "descendants": [ - - ] - }, - "https://ror.org/013tmk464": { - "ancestors": [ - "https://ror.org/03pvr2g57", - "https://ror.org/00fbnyb24" - ], - "descendants": [ - - ] - }, - "https://ror.org/059gc9s81": { - "ancestors": [ - "https://ror.org/01cdrde68" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z2hsy54": { - "ancestors": [ - "https://ror.org/03jdj4y14" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vw4c203": { - "ancestors": [ - "https://ror.org/041kmwe10", - "https://ror.org/03x94j517", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y8jvk69": { - "ancestors": [ - "https://ror.org/01v5xwf23" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vbgty78": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fab7w85": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/013355g38": { - "ancestors": [ - "https://ror.org/05ep8g269", - "https://ror.org/03c4atk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/053jm8142": { - "ancestors": [ - "https://ror.org/02hb5yj49" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rwpbm87": { - "ancestors": [ - "https://ror.org/03pvr2g57" - ], - "descendants": [ - - ] - }, - "https://ror.org/042jh8155": { - "ancestors": [ - "https://ror.org/04b404920" - ], - "descendants": [ - - ] - }, - "https://ror.org/036wkjd70": { - "ancestors": [ - "https://ror.org/018wp0236" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kn56m50": { - "ancestors": [ - "https://ror.org/02drdmm93" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ae7jd04": { - "ancestors": [ - "https://ror.org/02md09461" - ], - "descendants": [ - "https://ror.org/046j7pv84" - ] - }, - "https://ror.org/03tkwyq76": { - "ancestors": [ - "https://ror.org/016xsfp80", - "https://ror.org/04jsz6e67" - ], - "descendants": [ - - ] - }, - "https://ror.org/021954z67": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0009eea46": { - "ancestors": [ - "https://ror.org/00wk2mp56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x3g5467": { - "ancestors": [ - "https://ror.org/01yc7t268" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h4zjr91": { - "ancestors": [ - "https://ror.org/04jr01610" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h7zpy51": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/031tb8x29": { - "ancestors": [ - "https://ror.org/02avhnb77" - ], - "descendants": [ - - ] - }, - "https://ror.org/042heps41": { - "ancestors": [ - "https://ror.org/050qj5m48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ackr434": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tmzq288": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gqg2511": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bb4nn95": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/052ss8w32": { - "ancestors": [ - "https://ror.org/05c7h4935" - ], - "descendants": [ - - ] - }, - "https://ror.org/033svsm10": { - "ancestors": [ - "https://ror.org/054225q67", - "https://ror.org/027m9bs27", - "https://ror.org/03v9efr22" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zbc6m03": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/02stdqb15": { - "ancestors": [ - "https://ror.org/04frvgs13", - "https://ror.org/01r7awg59" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m98kt33": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vt9w950": { - "ancestors": [ - "https://ror.org/041yk2d64" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m2z2476": { - "ancestors": [ - "https://ror.org/03gd0dm95", - "https://ror.org/028mpsh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qy68j92": { - "ancestors": [ - "https://ror.org/02hb5yj49" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vzm8988": { - "ancestors": [ - "https://ror.org/03cn98e27" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b0g2v72": { - "ancestors": [ - "https://ror.org/03vek6s52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q4ad645": { - "ancestors": [ - "https://ror.org/006m4q736" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jr1v359": { - "ancestors": [ - "https://ror.org/0199hds37", - "https://ror.org/02vjkv261", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sk1we31": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01cyr5g02", - "https://ror.org/02psmjc37", - "https://ror.org/0365gvr66", - "https://ror.org/05h6pya74", - "https://ror.org/01gas4q24", - "https://ror.org/01edzc976", - "https://ror.org/01kk9yv55", - "https://ror.org/041nk4h53", - "https://ror.org/058m7ey48", - "https://ror.org/01e41cf67", - "https://ror.org/01apwpt12", - "https://ror.org/031yh0y38", - "https://ror.org/04da1g573", - "https://ror.org/035cj2961", - "https://ror.org/02k3nmd98", - "https://ror.org/031yh0y38", - "https://ror.org/03s53g630" - ] - }, - "https://ror.org/0367py538": { - "ancestors": [ - "https://ror.org/0251f2x81" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n6fhj26": { - "ancestors": [ - "https://ror.org/036rp1748" - ], - "descendants": [ - "https://ror.org/011rw2y56" - ] - }, - "https://ror.org/05dq2gs74": { - "ancestors": [ - "https://ror.org/05grhsk96" - ], - "descendants": [ - "https://ror.org/00y64dx33", - "https://ror.org/0118bqm57", - "https://ror.org/02rjj2m04" - ] - }, - "https://ror.org/05q94pf14": { - "ancestors": [ - "https://ror.org/05kpkpg04", - "https://ror.org/05q3vnk25", - "https://ror.org/03rnk6m14", - "https://ror.org/003vg9w96", - "https://ror.org/051escj72", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/01dkyve95", - "https://ror.org/0172v8z89", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mmn6b08": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/0012c7r22", - "https://ror.org/05mg91w61", - "https://ror.org/0114b2m14", - "https://ror.org/02n3j8t12", - "https://ror.org/035m6g344", - "https://ror.org/02atag894", - "https://ror.org/031478740", - "https://ror.org/05msy3529", - "https://ror.org/01t14bp54", - "https://ror.org/03dbdcw44", - "https://ror.org/02gr2sy50", - "https://ror.org/02jbv0t02", - "https://ror.org/041m9xr71", - "https://ror.org/05gvnxz63", - "https://ror.org/02ex6cf31", - "https://ror.org/020hgte69", - "https://ror.org/01qz5mb56", - "https://ror.org/05h992307", - "https://ror.org/03vn1ts68", - "https://ror.org/05gzmn429", - "https://ror.org/02vwzrd76", - "https://ror.org/03r4g9w46", - "https://ror.org/038nwvj35", - "https://ror.org/01t14bp54", - "https://ror.org/01znn6x10", - "https://ror.org/04zptmf07", - "https://ror.org/05jtgpc57", - "https://ror.org/00319zh75", - "https://ror.org/04xm1d337", - "https://ror.org/01fdhpk75", - "https://ror.org/05v3mvq14", - "https://ror.org/0382bxa43", - "https://ror.org/05cwx3318", - "https://ror.org/004x7d471", - "https://ror.org/04qxsr837", - "https://ror.org/01svjdw65", - "https://ror.org/04b15va38", - "https://ror.org/045ybte48", - "https://ror.org/05db1vq90", - "https://ror.org/01q47ea17", - "https://ror.org/0580dnq61", - "https://ror.org/035xqz322", - "https://ror.org/02kjy2z57", - "https://ror.org/002h4ry72", - "https://ror.org/0415p6x27", - "https://ror.org/05277x335", - "https://ror.org/01dvj3d25", - "https://ror.org/01wass480", - "https://ror.org/02xn1ny06", - "https://ror.org/05p915b28", - "https://ror.org/00q6v6102", - "https://ror.org/058cmd703", - "https://ror.org/04rc0xn13", - "https://ror.org/03wpv8896", - "https://ror.org/039fx6g98", - "https://ror.org/014vdsh37", - "https://ror.org/05sg23t46", - "https://ror.org/00pwqz914", - "https://ror.org/02vkaa689", - "https://ror.org/02vzbm991", - "https://ror.org/023py8175", - "https://ror.org/048g3cy84", - "https://ror.org/033wxpt21" - ] - }, - "https://ror.org/0114b2m14": { - "ancestors": [ - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01t14bp54", - "https://ror.org/01znn6x10" - ] - }, - "https://ror.org/0059vr703": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/057zh3y96", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f3pbx54": { - "ancestors": [ - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dwv1d98": { - "ancestors": [ - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v0pmy70": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01sy5zn44", - "https://ror.org/044zqqy65", - "https://ror.org/034ywsh12", - "https://ror.org/00ezrrm21", - "https://ror.org/04k7dar27", - "https://ror.org/035a68863", - "https://ror.org/03ccbtk93", - "https://ror.org/04rw5yk74", - "https://ror.org/00vpxf870", - "https://ror.org/02pbyft41", - "https://ror.org/04cbgjc24", - "https://ror.org/0411d8q28", - "https://ror.org/05f685734", - "https://ror.org/0445j8v47", - "https://ror.org/0095bgs14", - "https://ror.org/05jnvkm15", - "https://ror.org/04hh72v06", - "https://ror.org/04cq7sd97", - "https://ror.org/00fc2ss05", - "https://ror.org/02xyazb71", - "https://ror.org/046tzsh56", - "https://ror.org/04xfvq521", - "https://ror.org/012j2vh13", - "https://ror.org/013095052", - "https://ror.org/055zfvr13", - "https://ror.org/03cf6vz60", - "https://ror.org/00c2b8r84", - "https://ror.org/037zfpn66", - "https://ror.org/02623eb90", - "https://ror.org/04qcn4c26", - "https://ror.org/038d10y34", - "https://ror.org/05sk14837", - "https://ror.org/02pv64t29", - "https://ror.org/01qrbys32", - "https://ror.org/05qtybq80", - "https://ror.org/051g31x14", - "https://ror.org/00y4zmh56", - "https://ror.org/05ehhzx21", - "https://ror.org/03eg83y24", - "https://ror.org/00ffy1726", - "https://ror.org/039gq4j49", - "https://ror.org/03wmjs517", - "https://ror.org/00nqpc320", - "https://ror.org/04yv9ex91", - "https://ror.org/01cfnbk63", - "https://ror.org/023czga33", - "https://ror.org/02tdxcj66", - "https://ror.org/05xt1d182", - "https://ror.org/051n8xp08", - "https://ror.org/00dcq6866", - "https://ror.org/04s1zep84", - "https://ror.org/058afx839", - "https://ror.org/00zf0nh29", - "https://ror.org/01x8cht46", - "https://ror.org/00brpm077", - "https://ror.org/041hkjs21", - "https://ror.org/019yx3c32", - "https://ror.org/02w3nfa37", - "https://ror.org/033d34573", - "https://ror.org/04wp8v119", - "https://ror.org/02tbkgn21", - "https://ror.org/021jr9c59", - "https://ror.org/00heqy247", - "https://ror.org/02s2kph56", - "https://ror.org/00r1f3009", - "https://ror.org/019s68r62", - "https://ror.org/026f1w290", - "https://ror.org/029grsj96", - "https://ror.org/01rg4e096", - "https://ror.org/03a9ssm23", - "https://ror.org/02feagj05", - "https://ror.org/038t8ze69", - "https://ror.org/03d3nry68", - "https://ror.org/00zrq4606", - "https://ror.org/0307c8498", - "https://ror.org/04eqg3754", - "https://ror.org/04jya6a65", - "https://ror.org/02j0x4n73", - "https://ror.org/04v8m4033", - "https://ror.org/019q26a60", - "https://ror.org/05qms6x58", - "https://ror.org/0135q5q22", - "https://ror.org/04zytdm29", - "https://ror.org/00ep91e20", - "https://ror.org/03sjf7w71", - "https://ror.org/05hh31546", - "https://ror.org/03a470182", - "https://ror.org/05ey8y521", - "https://ror.org/04ec7mt05", - "https://ror.org/035jpr562", - "https://ror.org/03x5agy13", - "https://ror.org/047cwsy20", - "https://ror.org/02skqwf47", - "https://ror.org/04e41m429", - "https://ror.org/05qx1va48", - "https://ror.org/006xfsx34", - "https://ror.org/038x5dh11", - "https://ror.org/03e1t2x83", - "https://ror.org/02pjsf822", - "https://ror.org/007q8dx38" - ] - }, - "https://ror.org/017x69387": { - "ancestors": [ - "https://ror.org/05ggc9x40", - "https://ror.org/03x42jk29" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tj7dm33": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03naxhj05", - "https://ror.org/01ez1vb97", - "https://ror.org/04p0mdy95", - "https://ror.org/02gy5dj09", - "https://ror.org/009pn2s74", - "https://ror.org/004nzga04", - "https://ror.org/01xenw941", - "https://ror.org/031mgyp05", - "https://ror.org/04n45zg06", - "https://ror.org/01j67h539", - "https://ror.org/03gjh3k29", - "https://ror.org/04bfwqa71", - "https://ror.org/00qywr187", - "https://ror.org/05t41kv40", - "https://ror.org/049t0bn51", - "https://ror.org/00ty2a548", - "https://ror.org/03c7p2r39" - ] - }, - "https://ror.org/02shtak05": { - "ancestors": [ - "https://ror.org/05b2r4b98" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ayba360": { - "ancestors": [ - "https://ror.org/00km40770", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/033jnv181": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00g8hms52", - "https://ror.org/00vf4jm23", - "https://ror.org/03jmfdf59", - "https://ror.org/029y69023", - "https://ror.org/042twtr12", - "https://ror.org/02g02rq35", - "https://ror.org/0121dpf30", - "https://ror.org/01fykh430", - "https://ror.org/01cwqze88", - "https://ror.org/05vvw9r90", - "https://ror.org/00r348449", - "https://ror.org/05gvkjb48", - "https://ror.org/02fm3sv87", - "https://ror.org/04dh3fc08", - "https://ror.org/02r0j1w74", - "https://ror.org/03t3qg659", - "https://ror.org/034xvzb47", - "https://ror.org/05xf94514", - "https://ror.org/05tjhqa05", - "https://ror.org/05jnma812", - "https://ror.org/05r5c7c30", - "https://ror.org/027yjc737", - "https://ror.org/0045x2741", - "https://ror.org/00x584494", - "https://ror.org/02e5dc168", - "https://ror.org/05xte6x19", - "https://ror.org/05tcdh256", - "https://ror.org/03v64vs34", - "https://ror.org/021rths28", - "https://ror.org/00jc2kw33", - "https://ror.org/03p15s250", - "https://ror.org/05je2tx78", - "https://ror.org/0015x1k58", - "https://ror.org/021asz590", - "https://ror.org/0502a2655", - "https://ror.org/03fe2kq34", - "https://ror.org/01z6p8p31", - "https://ror.org/01c75m640", - "https://ror.org/04spzbf72", - "https://ror.org/00sdb8f83", - "https://ror.org/044fqcn90", - "https://ror.org/012rb2c33", - "https://ror.org/00f5trr09", - "https://ror.org/049n6n725", - "https://ror.org/02jbzrw51", - "https://ror.org/05g4knm43", - "https://ror.org/03jh5a977", - "https://ror.org/04r5s4b52", - "https://ror.org/04byxyr05", - "https://ror.org/02xey9a22", - "https://ror.org/040gcmg81", - "https://ror.org/04pw6fb54", - "https://ror.org/00190t495", - "https://ror.org/03wkg3b53", - "https://ror.org/012pb6c26", - "https://ror.org/00baak391", - "https://ror.org/043z4tv69", - "https://ror.org/006zn3t30", - "https://ror.org/00372qc85", - "https://ror.org/004a2wv92", - "https://ror.org/00adh9b73", - "https://ror.org/00j4k1h63", - "https://ror.org/04q48ey07", - "https://ror.org/04xeg9z08", - "https://ror.org/01s5ya894", - "https://ror.org/01y3zfr79", - "https://ror.org/049v75w11", - "https://ror.org/02jzrsm59", - "https://ror.org/04mhx6838", - "https://ror.org/00fq5cm18", - "https://ror.org/0493hgw16", - "https://ror.org/04vfsmv21", - "https://ror.org/00fj8a872", - "https://ror.org/0060t0j89", - "https://ror.org/01jdyfj45", - "https://ror.org/047nxs434", - "https://ror.org/02nr3fr97", - "https://ror.org/007x9se63", - "https://ror.org/00yf3tm42", - "https://ror.org/05hzdft06", - "https://ror.org/02y55wr53", - "https://ror.org/05jmhh281", - "https://ror.org/02p7sht55", - "https://ror.org/02ggwpx62", - "https://ror.org/01wjn2x92", - "https://ror.org/05bjen692", - "https://ror.org/03v6m3209", - "https://ror.org/05n6zrm60", - "https://ror.org/00vkwep27", - "https://ror.org/031grv205", - "https://ror.org/023ny1p48", - "https://ror.org/00pjnm784", - "https://ror.org/00x19de83", - "https://ror.org/026dax180", - "https://ror.org/00fyrp007", - "https://ror.org/00d7wvm38", - "https://ror.org/02e3wq066", - "https://ror.org/054j5yq82", - "https://ror.org/01wtjyf13", - "https://ror.org/046zezr58", - "https://ror.org/05aq6yn88", - "https://ror.org/02yrzyf97", - "https://ror.org/031gy6182", - "https://ror.org/02meqm098", - "https://ror.org/04g4sf283", - "https://ror.org/001d55x84" - ] - }, - "https://ror.org/05fehs989": { - "ancestors": [ - "https://ror.org/0524sp257" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b8e6n56": { - "ancestors": [ - "https://ror.org/00thqtb16", - "https://ror.org/0238rvs44" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zc4nk92": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/051escj72", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j35ca78": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n3j8t12": { - "ancestors": [ - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04zptmf07" - ] - }, - "https://ror.org/00s4mzv66": { - "ancestors": [ - "https://ror.org/00za53h95" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cx9er29": { - "ancestors": [ - "https://ror.org/00km40770", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04da1g573": { - "ancestors": [ - "https://ror.org/01edzc976", - "https://ror.org/03sk1we31", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bdn0q71": { - "ancestors": [ - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vc2bp93": { - "ancestors": [ - "https://ror.org/047179s14" - ], - "descendants": [ - - ] - }, - "https://ror.org/038nwvj35": { - "ancestors": [ - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w0hef10": { - "ancestors": [ - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rsgdh53": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kd9a392": { - "ancestors": [ - "https://ror.org/00n3w3b69" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m235j20": { - "ancestors": [ - "https://ror.org/050zdnc69" - ], - "descendants": [ - "https://ror.org/04kjcjc51", - "https://ror.org/01p6gzq21", - "https://ror.org/03e51yr27", - "https://ror.org/0451nna70" - ] - }, - "https://ror.org/005jmje44": { - "ancestors": [ - "https://ror.org/01h04ms65", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ea4na26": { - "ancestors": [ - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z1qvq09": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/011cav305": { - "ancestors": [ - "https://ror.org/05b2r4b98" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bx63127": { - "ancestors": [ - "https://ror.org/01h04ms65", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jhvx342": { - "ancestors": [ - "https://ror.org/04px4e658", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00289aa83": { - "ancestors": [ - "https://ror.org/01db6n192", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/035cj2961": { - "ancestors": [ - "https://ror.org/041nk4h53", - "https://ror.org/03z21mf61", - "https://ror.org/03sk1we31", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00km40770": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02hdmed54", - "https://ror.org/03x9nbm24", - "https://ror.org/014kqcf15", - "https://ror.org/05vc7qy59", - "https://ror.org/00cx9er29", - "https://ror.org/02ayba360" - ] - }, - "https://ror.org/011dagb24": { - "ancestors": [ - "https://ror.org/01dtyv127" - ], - "descendants": [ - - ] - }, - "https://ror.org/059t7s261": { - "ancestors": [ - "https://ror.org/01jem9c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rp4zh16": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0125wpx05": { - "ancestors": [ - "https://ror.org/03r8z3t63" - ], - "descendants": [ - "https://ror.org/02j5s7g39" - ] - }, - "https://ror.org/03ery9d53": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01x26mz03" - ] - }, - "https://ror.org/04facpy29": { - "ancestors": [ - "https://ror.org/03ekpdz59" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k0cyw07": { - "ancestors": [ - "https://ror.org/029xh1r47" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wa0fq92": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/011rpdz66", - "https://ror.org/05mmh0f86", - "https://ror.org/04v9m3h35", - "https://ror.org/039p7nx39", - "https://ror.org/053mfxd72", - "https://ror.org/02gs3vg83", - "https://ror.org/03nk9pp38", - "https://ror.org/00cybsr61", - "https://ror.org/020g3wn65", - "https://ror.org/01nsxs283", - "https://ror.org/03rtykw43", - "https://ror.org/01k8nkc73", - "https://ror.org/04dxv8v14", - "https://ror.org/02yasb727", - "https://ror.org/02vcqg248", - "https://ror.org/01h06nz15", - "https://ror.org/058xdtn86", - "https://ror.org/05sh7tb37", - "https://ror.org/01h55za35", - "https://ror.org/051e7s436", - "https://ror.org/044b7p696", - "https://ror.org/01a1mq059", - "https://ror.org/01p2zg436", - "https://ror.org/00rnbty21", - "https://ror.org/0087v5134", - "https://ror.org/041njsz97", - "https://ror.org/04jqtny57" - ] - }, - "https://ror.org/030jvtg87": { - "ancestors": [ - "https://ror.org/00mkhxb43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e51yr27": { - "ancestors": [ - "https://ror.org/050zdnc69", - "https://ror.org/05m235j20" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dg3n954": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ppxvb66": { - "ancestors": [ - "https://ror.org/0054t4769", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/019phe233": { - "ancestors": [ - "https://ror.org/00hswnk62" - ], - "descendants": [ - - ] - }, - "https://ror.org/035m6g344": { - "ancestors": [ - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/040zw0170": { - "ancestors": [ - "https://ror.org/004kyan19" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q1rgc19": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cmdpn82": { - "ancestors": [ - "https://ror.org/01y8j9r24", - "https://ror.org/02vjkv261", - "https://ror.org/04t0gwh46", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dnzrj50": { - "ancestors": [ - "https://ror.org/041m9xr71", - "https://ror.org/04rswrd78", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v85vk04": { - "ancestors": [ - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/0054t4769": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00ppxvb66", - "https://ror.org/05n3s3g85" - ] - }, - "https://ror.org/02atag894": { - "ancestors": [ - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j9bjx58": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01edzc976": { - "ancestors": [ - "https://ror.org/03sk1we31", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04da1g573" - ] - }, - "https://ror.org/0012c7r22": { - "ancestors": [ - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fna1f74": { - "ancestors": [ - "https://ror.org/029xh1r47" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mg91w61": { - "ancestors": [ - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00krsne85": { - "ancestors": [ - "https://ror.org/026441d17" - ], - "descendants": [ - - ] - }, - "https://ror.org/048qk7477": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cnrsw88": { - "ancestors": [ - "https://ror.org/01dtyv127" - ], - "descendants": [ - - ] - }, - "https://ror.org/011gnc761": { - "ancestors": [ - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c9ay627": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/044xyx374": { - "ancestors": [ - "https://ror.org/041g4v832", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e7m5196": { - "ancestors": [ - "https://ror.org/00se2k293", - "https://ror.org/054kvr030" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s778r16": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0401vze59": { - "ancestors": [ - "https://ror.org/0171mag52", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/059qgvg50": { - "ancestors": [ - "https://ror.org/04hf5kq57" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dcv6909": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/005381c03": { - "ancestors": [ - "https://ror.org/05b2r4b98" - ], - "descendants": [ - "https://ror.org/01017e202" - ] - }, - "https://ror.org/041g4v832": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05svhk535", - "https://ror.org/044xyx374" - ] - }, - "https://ror.org/05tensj89": { - "ancestors": [ - "https://ror.org/05b2r4b98" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xfw2e90": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05q0y0j38", - "https://ror.org/0473rr271", - "https://ror.org/0275ebj77", - "https://ror.org/01mg0yh05", - "https://ror.org/04gcfqs37", - "https://ror.org/055hae320", - "https://ror.org/04a2k6j28", - "https://ror.org/01jt5mq34", - "https://ror.org/05xfdey77", - "https://ror.org/0150hkx05", - "https://ror.org/043e04s74", - "https://ror.org/04edx5729", - "https://ror.org/00snbrd52", - "https://ror.org/012cshy85", - "https://ror.org/02jf59s11" - ] - }, - "https://ror.org/04nnxen11": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rdkx920": { - "ancestors": [ - "https://ror.org/0593xbv16", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00qa9vw67", - "https://ror.org/022j0mn33", - "https://ror.org/011hc8f90", - "https://ror.org/026zar759", - "https://ror.org/02h7kd997", - "https://ror.org/011ghy651", - "https://ror.org/00e72by15", - "https://ror.org/05epdh915" - ] - }, - "https://ror.org/01qkmtm61": { - "ancestors": [ - "https://ror.org/01kbfgm16" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n3s3g85": { - "ancestors": [ - "https://ror.org/0054t4769", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00se2k293": { - "ancestors": [ - "https://ror.org/054kvr030" - ], - "descendants": [ - "https://ror.org/01e7m5196" - ] - }, - "https://ror.org/0545we460": { - "ancestors": [ - "https://ror.org/03q82t418", - "https://ror.org/01nrxwf90" - ], - "descendants": [ - - ] - }, - "https://ror.org/030p0rb34": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05msy3529": { - "ancestors": [ - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wecwh56": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h52n341": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/05vy7se14", - "https://ror.org/02jjdbb85", - "https://ror.org/03en4sq15" - ] - }, - "https://ror.org/041vb4f30": { - "ancestors": [ - "https://ror.org/05m7pjf47", - "https://ror.org/00shsf120" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gjv3a85": { - "ancestors": [ - "https://ror.org/00p991c53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q283y58": { - "ancestors": [ - "https://ror.org/01gxzrh19" - ], - "descendants": [ - - ] - }, - "https://ror.org/00arpt780": { - "ancestors": [ - "https://ror.org/01nfmeh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fv9c840": { - "ancestors": [ - "https://ror.org/01nfmeh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/057916623": { - "ancestors": [ - "https://ror.org/04kv7c795", - "https://ror.org/00pg6eq24", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fqmdn41": { - "ancestors": [ - "https://ror.org/01nfmeh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jdc5495": { - "ancestors": [ - "https://ror.org/030eybx10" - ], - "descendants": [ - - ] - }, - "https://ror.org/055jvqb21": { - "ancestors": [ - "https://ror.org/0423jsj19" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ac58f22": { - "ancestors": [ - "https://ror.org/018906e22" - ], - "descendants": [ - - ] - }, - "https://ror.org/0391pvr85": { - "ancestors": [ - "https://ror.org/01xnsst08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04myefg51": { - "ancestors": [ - "https://ror.org/01nfmeh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jks2h96": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/05gjpam11" - ] - }, - "https://ror.org/04jqtny57": { - "ancestors": [ - "https://ror.org/01nfmeh72", - "https://ror.org/05mmh0f86", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/041njsz97": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/01nfmeh72", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mtd9a03": { - "ancestors": [ - "https://ror.org/00f54p054" - ], - "descendants": [ - "https://ror.org/05a25vm86", - "https://ror.org/014qe3j22", - "https://ror.org/00yt0ea73", - "https://ror.org/02vbab064" - ] - }, - "https://ror.org/04hy0x592": { - "ancestors": [ - "https://ror.org/05gpvde20", - "https://ror.org/01sf06y89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0504x3693": { - "ancestors": [ - "https://ror.org/05c84j393" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ff1ff64": { - "ancestors": [ - "https://ror.org/01nfmeh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tfmma03": { - "ancestors": [ - "https://ror.org/01nfmeh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/038pwz535": { - "ancestors": [ - "https://ror.org/0067dvq63" - ], - "descendants": [ - "https://ror.org/00ck0kh03" - ] - }, - "https://ror.org/03r3cns79": { - "ancestors": [ - "https://ror.org/01nfmeh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xyr4058": { - "ancestors": [ - "https://ror.org/01nfmeh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yvs0f43": { - "ancestors": [ - "https://ror.org/058wb7691" - ], - "descendants": [ - "https://ror.org/023btq632", - "https://ror.org/02ndgyq34" - ] - }, - "https://ror.org/01qbsyz51": { - "ancestors": [ - "https://ror.org/0262vjy29" - ], - "descendants": [ - - ] - }, - "https://ror.org/012x47023": { - "ancestors": [ - "https://ror.org/00bq8vv83", - "https://ror.org/00dcrfk74", - "https://ror.org/025vp2923", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vbab064": { - "ancestors": [ - "https://ror.org/03mtd9a03", - "https://ror.org/00f54p054" - ], - "descendants": [ - - ] - }, - "https://ror.org/02awzbn54": { - "ancestors": [ - "https://ror.org/00f54p054" - ], - "descendants": [ - - ] - }, - "https://ror.org/033y4aw87": { - "ancestors": [ - "https://ror.org/01nfmeh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/033qpss18": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yvxvx65": { - "ancestors": [ - "https://ror.org/01nfmeh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/018kp7s70": { - "ancestors": [ - "https://ror.org/01nfmeh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n8cqa74": { - "ancestors": [ - "https://ror.org/01nfmeh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/026xeq875": { - "ancestors": [ - "https://ror.org/01nfmeh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ex21125": { - "ancestors": [ - "https://ror.org/01nfmeh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gjpam11": { - "ancestors": [ - "https://ror.org/00jks2h96", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h9td068": { - "ancestors": [ - "https://ror.org/048vrgr14" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ets8c94": { - "ancestors": [ - "https://ror.org/01kg8sb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/0569b7y96": { - "ancestors": [ - "https://ror.org/00t4db855" - ], - "descendants": [ - - ] - }, - "https://ror.org/023btq632": { - "ancestors": [ - "https://ror.org/03yvs0f43", - "https://ror.org/058wb7691" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ctqg407": { - "ancestors": [ - "https://ror.org/0423jsj19", - "https://ror.org/01cawbq05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zwf7d57": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ndgyq34": { - "ancestors": [ - "https://ror.org/03yvs0f43", - "https://ror.org/058wb7691" - ], - "descendants": [ - - ] - }, - "https://ror.org/010x3gp67": { - "ancestors": [ - "https://ror.org/01nfmeh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kjqkz56": { - "ancestors": [ - "https://ror.org/02jx3x895", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vf86811": { - "ancestors": [ - "https://ror.org/02y5sbr94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fc0ah77": { - "ancestors": [ - "https://ror.org/00q0mwy68" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mg82t36": { - "ancestors": [ - "https://ror.org/011gh0524", - "https://ror.org/03t0a5k13" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sed8n13": { - "ancestors": [ - "https://ror.org/0522eh277" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h8m2a72": { - "ancestors": [ - "https://ror.org/055eqsb67" - ], - "descendants": [ - - ] - }, - "https://ror.org/0045a4523": { - "ancestors": [ - "https://ror.org/05n3x4p02" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pjw7y38": { - "ancestors": [ - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/011gh0524": { - "ancestors": [ - "https://ror.org/03t0a5k13" - ], - "descendants": [ - "https://ror.org/05mg82t36" - ] - }, - "https://ror.org/014nxkk19": { - "ancestors": [ - "https://ror.org/02qenvm24", - "https://ror.org/000e0be47", - "https://ror.org/024mw5h28", - "https://ror.org/047426m28", - "https://ror.org/05e94g991" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v8sjw26": { - "ancestors": [ - "https://ror.org/00b9ahn78", - "https://ror.org/043rdsw72", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f8dke04": { - "ancestors": [ - "https://ror.org/0327f2m07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nd55p60": { - "ancestors": [ - "https://ror.org/00264zf15" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wtvtx73": { - "ancestors": [ - "https://ror.org/00mv6sv71" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k3b8775": { - "ancestors": [ - "https://ror.org/01y6swy44" - ], - "descendants": [ - - ] - }, - "https://ror.org/027g55y50": { - "ancestors": [ - "https://ror.org/00264zf15" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bb62x43": { - "ancestors": [ - "https://ror.org/0522eh277" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k1y4586": { - "ancestors": [ - "https://ror.org/0327f2m07" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ddrvt52": { - "ancestors": [ - "https://ror.org/051wnqr14", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cxy0s05": { - "ancestors": [ - "https://ror.org/04cdk4t75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ssp8273": { - "ancestors": [ - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b9ahn78": { - "ancestors": [ - "https://ror.org/043rdsw72", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - "https://ror.org/01hhqsm59", - "https://ror.org/04v8sjw26" - ] - }, - "https://ror.org/02a2x5r26": { - "ancestors": [ - "https://ror.org/0327f2m07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sqxdt31": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/017zqws13", - "https://ror.org/03grvy078" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xqdxh54": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/012gnk944" - ] - }, - "https://ror.org/01g0jwx42": { - "ancestors": [ - "https://ror.org/0198v2949" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ewdps05": { - "ancestors": [ - "https://ror.org/00n8pjn35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bardy64": { - "ancestors": [ - "https://ror.org/012cvds63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0323snh42": { - "ancestors": [ - "https://ror.org/04h699437" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rwwx648": { - "ancestors": [ - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qymej67": { - "ancestors": [ - "https://ror.org/0522eh277" - ], - "descendants": [ - - ] - }, - "https://ror.org/029p62z73": { - "ancestors": [ - "https://ror.org/0327f2m07" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dyg8x92": { - "ancestors": [ - "https://ror.org/0522eh277" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dg0pv02": { - "ancestors": [ - "https://ror.org/006kxhp52" - ], - "descendants": [ - "https://ror.org/01fxrnx65", - "https://ror.org/05r7zv414", - "https://ror.org/05388c580", - "https://ror.org/01m1ej943", - "https://ror.org/014ezsb26", - "https://ror.org/00xdt7j93", - "https://ror.org/046j7pv84", - "https://ror.org/037d55q12" - ] - }, - "https://ror.org/02hb07017": { - "ancestors": [ - "https://ror.org/0327f2m07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hmvwa12": { - "ancestors": [ - "https://ror.org/0327f2m07" - ], - "descendants": [ - - ] - }, - "https://ror.org/01etg5g76": { - "ancestors": [ - "https://ror.org/00v29jp57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pcw1780": { - "ancestors": [ - "https://ror.org/00ft6nj33", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hjqxp26": { - "ancestors": [ - "https://ror.org/00te3t702", - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/04athv462": { - "ancestors": [ - "https://ror.org/0327f2m07" - ], - "descendants": [ - - ] - }, - "https://ror.org/012gnk944": { - "ancestors": [ - "https://ror.org/01xqdxh54", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02aj13c28": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/05afdpg81": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r25sw81": { - "ancestors": [ - "https://ror.org/05qec5a53" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sn5d694": { - "ancestors": [ - "https://ror.org/0327f2m07" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v6m3209": { - "ancestors": [ - "https://ror.org/040gcmg81", - "https://ror.org/01cwqze88", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a2fqx66": { - "ancestors": [ - "https://ror.org/0327f2m07" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e4byj08": { - "ancestors": [ - "https://ror.org/02mqqhj42", - "https://ror.org/03e3qgk42" - ], - "descendants": [ - - ] - }, - "https://ror.org/00df3z122": { - "ancestors": [ - "https://ror.org/05f0zr486" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zr5ey71": { - "ancestors": [ - "https://ror.org/008kn4z11", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/00hbc1k35" - ] - }, - "https://ror.org/00adn8q67": { - "ancestors": [ - "https://ror.org/05f0zr486" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vt8p712": { - "ancestors": [ - "https://ror.org/0522eh277" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z6kst31": { - "ancestors": [ - "https://ror.org/0327f2m07" - ], - "descendants": [ - - ] - }, - "https://ror.org/043rdsw72": { - "ancestors": [ - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - "https://ror.org/04b17kf79", - "https://ror.org/00b9ahn78", - "https://ror.org/01hhqsm59", - "https://ror.org/04v8sjw26" - ] - }, - "https://ror.org/05dsxr353": { - "ancestors": [ - "https://ror.org/0327f2m07" - ], - "descendants": [ - - ] - }, - "https://ror.org/033xgn512": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/028crwz56", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/0001h1y25": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qfscv73": { - "ancestors": [ - "https://ror.org/052tfza37" - ], - "descendants": [ - - ] - }, - "https://ror.org/0592v9m14": { - "ancestors": [ - "https://ror.org/01ekk8h85" - ], - "descendants": [ - - ] - }, - "https://ror.org/0594nch39": { - "ancestors": [ - "https://ror.org/0522eh277" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mqqhj42": { - "ancestors": [ - "https://ror.org/03e3qgk42" - ], - "descendants": [ - "https://ror.org/01e4byj08" - ] - }, - "https://ror.org/02nmd8z76": { - "ancestors": [ - "https://ror.org/04dtrtr74" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j5kgp20": { - "ancestors": [ - "https://ror.org/00mv6sv71" - ], - "descendants": [ - - ] - }, - "https://ror.org/02010jg37": { - "ancestors": [ - "https://ror.org/05m7pjf47", - "https://ror.org/00shsf120" - ], - "descendants": [ - - ] - }, - "https://ror.org/045380x72": { - "ancestors": [ - "https://ror.org/0327f2m07" - ], - "descendants": [ - - ] - }, - "https://ror.org/012prxm53": { - "ancestors": [ - "https://ror.org/01j7nq853", - "https://ror.org/01mtkd993" - ], - "descendants": [ - - ] - }, - "https://ror.org/01htygx54": { - "ancestors": [ - "https://ror.org/04k031t90", - "https://ror.org/05ggc9x40", - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hc18p32": { - "ancestors": [ - "https://ror.org/0522eh277" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d4y0s98": { - "ancestors": [ - "https://ror.org/057ecva72", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00knt4f32": { - "ancestors": [ - "https://ror.org/02qenvm24", - "https://ror.org/043mz5j54", - "https://ror.org/00f54p054", - "https://ror.org/01an7q238", - "https://ror.org/00pjdza24", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wp9yy58": { - "ancestors": [ - "https://ror.org/0327f2m07" - ], - "descendants": [ - - ] - }, - "https://ror.org/019jywm96": { - "ancestors": [ - "https://ror.org/004eyxv41" - ], - "descendants": [ - - ] - }, - "https://ror.org/037d55q12": { - "ancestors": [ - "https://ror.org/02dg0pv02", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/055yb9v95": { - "ancestors": [ - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/0263t7p64": { - "ancestors": [ - "https://ror.org/02qenvm24", - "https://ror.org/00hj8s172", - "https://ror.org/0420db125", - "https://ror.org/03v76x132" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ysgg478": { - "ancestors": [ - "https://ror.org/01y6swy44" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cyz3n15": { - "ancestors": [ - "https://ror.org/04qtj9h94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mdtn250": { - "ancestors": [ - "https://ror.org/057ecva72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g0b5g28": { - "ancestors": [ - "https://ror.org/01w8eym62", - "https://ror.org/006z80t96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05px6z163": { - "ancestors": [ - "https://ror.org/0522eh277" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mhxg157": { - "ancestors": [ - "https://ror.org/03gnr7b55", - "https://ror.org/04yrqp957", - "https://ror.org/01mtcc283", - "https://ror.org/03nh7d505" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h7hkg24": { - "ancestors": [ - "https://ror.org/04wm52x94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ry60714": { - "ancestors": [ - "https://ror.org/02f2rgc17", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/032b8d361" - ] - }, - "https://ror.org/01s5nqv53": { - "ancestors": [ - "https://ror.org/019wvm592" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vxzbp05": { - "ancestors": [ - "https://ror.org/05x8mcb75" - ], - "descendants": [ - - ] - }, - "https://ror.org/038taf935": { - "ancestors": [ - "https://ror.org/0522eh277" - ], - "descendants": [ - - ] - }, - "https://ror.org/03erw8p58": { - "ancestors": [ - "https://ror.org/048zgak80", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r0wrp59": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/007qwym43", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/007bjx395": { - "ancestors": [ - "https://ror.org/0327f2m07" - ], - "descendants": [ - - ] - }, - "https://ror.org/021wda575": { - "ancestors": [ - "https://ror.org/0522eh277" - ], - "descendants": [ - - ] - }, - "https://ror.org/0552dh385": { - "ancestors": [ - "https://ror.org/03hxmas11" - ], - "descendants": [ - - ] - }, - "https://ror.org/038tahs86": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - "https://ror.org/03mnxvp33" - ] - }, - "https://ror.org/02wxm3f24": { - "ancestors": [ - "https://ror.org/02rg1r889" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mqtta86": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pkrdc36": { - "ancestors": [ - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d95p271": { - "ancestors": [ - "https://ror.org/02m9kbe37" - ], - "descendants": [ - - ] - }, - "https://ror.org/039mr5546": { - "ancestors": [ - "https://ror.org/036k0fg31" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g2swc55": { - "ancestors": [ - "https://ror.org/036jqmy94" - ], - "descendants": [ - "https://ror.org/0184n5y84" - ] - }, - "https://ror.org/049bc0z69": { - "ancestors": [ - "https://ror.org/0160cpw27" - ], - "descendants": [ - - ] - }, - "https://ror.org/0493yt138": { - "ancestors": [ - "https://ror.org/05qpz1x62" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kbck686": { - "ancestors": [ - "https://ror.org/05qhvy459" - ], - "descendants": [ - - ] - }, - "https://ror.org/055v4a470": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yd28726": { - "ancestors": [ - "https://ror.org/022g6pv04" - ], - "descendants": [ - - ] - }, - "https://ror.org/021z9m619": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/00ak1t323", - "https://ror.org/05j7fep28", - "https://ror.org/03qn8fb07", - "https://ror.org/04ge02x20", - "https://ror.org/014vqg108", - "https://ror.org/03be3fb73", - "https://ror.org/03vk18a84", - "https://ror.org/05bea0b03", - "https://ror.org/02f34aa13", - "https://ror.org/02c5qvj97", - "https://ror.org/03n17ds51", - "https://ror.org/05rke7t32", - "https://ror.org/04ynn1b95", - "https://ror.org/05qajvd42", - "https://ror.org/02aseym49", - "https://ror.org/01qv3ez98", - "https://ror.org/05hdbs804", - "https://ror.org/02gkh1e90", - "https://ror.org/00c8nx045", - "https://ror.org/059mabc80", - "https://ror.org/03rzhkf33", - "https://ror.org/05p3fde54", - "https://ror.org/04ywhbc61", - "https://ror.org/03jh4jw93", - "https://ror.org/04sx9wp33", - "https://ror.org/051hpv692", - "https://ror.org/02cgy3m12", - "https://ror.org/02xhx4j26", - "https://ror.org/029pamw34", - "https://ror.org/01ew37b76", - "https://ror.org/03q397159", - "https://ror.org/02bbj5z24", - "https://ror.org/05xx7en86", - "https://ror.org/05mbqa235", - "https://ror.org/0152bt112", - "https://ror.org/034x2fx50", - "https://ror.org/01mae9353", - "https://ror.org/03rs0fg31", - "https://ror.org/039b65w79", - "https://ror.org/041v1ea26", - "https://ror.org/031ebne21", - "https://ror.org/05jg9pj51", - "https://ror.org/02jfhsn35", - "https://ror.org/00n82gt57", - "https://ror.org/00ek2rf42", - "https://ror.org/05bgxxb69" - ] - }, - "https://ror.org/007zyap28": { - "ancestors": [ - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x1rrc95": { - "ancestors": [ - "https://ror.org/03r5zec51", - "https://ror.org/01xkakk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s65by71": { - "ancestors": [ - "https://ror.org/00pjdza24" - ], - "descendants": [ - "https://ror.org/04n1n3n22" - ] - }, - "https://ror.org/03vsc0s28": { - "ancestors": [ - "https://ror.org/019tcpt25", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d9ah105": { - "ancestors": [ - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f1nfh63": { - "ancestors": [ - "https://ror.org/04jycch17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01beje961": { - "ancestors": [ - "https://ror.org/035qedt02", - "https://ror.org/00xqkj280" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s426w44": { - "ancestors": [ - "https://ror.org/012x5xb44" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mvx3d75": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ryvdf08": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/050qe2074": { - "ancestors": [ - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/011mac819": { - "ancestors": [ - "https://ror.org/025er3q23", - "https://ror.org/02en5vm52", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w7ezv91": { - "ancestors": [ - "https://ror.org/03hypw319", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q1v5910": { - "ancestors": [ - "https://ror.org/04ct4d772" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s4t4n85": { - "ancestors": [ - "https://ror.org/02jj0ar17" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gh16g69": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x1mwt32": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d887280": { - "ancestors": [ - "https://ror.org/03rsncr94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b948n83": { - "ancestors": [ - "https://ror.org/03ddh2c27" - ], - "descendants": [ - - ] - }, - "https://ror.org/024ws6f80": { - "ancestors": [ - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/0496p8026": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/038esz880": { - "ancestors": [ - "https://ror.org/05a353079", - "https://ror.org/019whta54" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e50mf91": { - "ancestors": [ - "https://ror.org/02zt1gg83", - "https://ror.org/01xy6f245", - "https://ror.org/05nf86y53", - "https://ror.org/0438wbg98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wkbzn97": { - "ancestors": [ - "https://ror.org/05x3f0345" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rrs1z45": { - "ancestors": [ - "https://ror.org/026vm4649" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qajvd42": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/009b9n257": { - "ancestors": [ - "https://ror.org/02yy8x990" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xn4js35": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jms8710": { - "ancestors": [ - "https://ror.org/059qr5h87" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dh5gw98": { - "ancestors": [ - "https://ror.org/00e6nys21" - ], - "descendants": [ - "https://ror.org/005m99512", - "https://ror.org/03mc0m715" - ] - }, - "https://ror.org/02gam0808": { - "ancestors": [ - "https://ror.org/02m9kbe37" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f4cyy89": { - "ancestors": [ - "https://ror.org/02t46gq94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mnxvp33": { - "ancestors": [ - "https://ror.org/038tahs86", - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wx0vn75": { - "ancestors": [ - "https://ror.org/04sjchr03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c37bg49": { - "ancestors": [ - "https://ror.org/03cs53d16", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04skqfp25": { - "ancestors": [ - "https://ror.org/012x5xb44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ts7z477": { - "ancestors": [ - "https://ror.org/05a353079" - ], - "descendants": [ - - ] - }, - "https://ror.org/0184n5y84": { - "ancestors": [ - "https://ror.org/0431j1t39", - "https://ror.org/036jqmy94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kmgev50": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0391a8v61": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/0349bbg69": { - "ancestors": [ - "https://ror.org/02kpeqv85" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mq93331": { - "ancestors": [ - "https://ror.org/00r7raa16" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ft5tp06": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/04jb47e97", - "https://ror.org/01s48fc08" - ] - }, - "https://ror.org/00621wh10": { - "ancestors": [ - "https://ror.org/02egw6w85" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mqjeb88": { - "ancestors": [ - "https://ror.org/05qhvy459" - ], - "descendants": [ - - ] - }, - "https://ror.org/035qedt02": { - "ancestors": [ - "https://ror.org/00xqkj280" - ], - "descendants": [ - "https://ror.org/058m2zy02", - "https://ror.org/01beje961" - ] - }, - "https://ror.org/03mc0m715": { - "ancestors": [ - "https://ror.org/00dh5gw98", - "https://ror.org/00e6nys21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r3m2882": { - "ancestors": [ - "https://ror.org/03b6sp482" - ], - "descendants": [ - - ] - }, - "https://ror.org/05eq3gw79": { - "ancestors": [ - "https://ror.org/02tjqwz24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gsy1c54": { - "ancestors": [ - "https://ror.org/03cs53d16", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/051t1q308": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/006pyvd89": { - "ancestors": [ - "https://ror.org/0152qkr29" - ], - "descendants": [ - - ] - }, - "https://ror.org/007x3c094": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m88q091": { - "ancestors": [ - "https://ror.org/01tytrg27" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vnn4t89": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q1kbj36": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/03g19es12", - "https://ror.org/046cwyy43" - ] - }, - "https://ror.org/02tt2zf29": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sz45x40": { - "ancestors": [ - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/042t83k43": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/02hbzmb19", - "https://ror.org/03f4xj038" - ] - }, - "https://ror.org/004vxz697": { - "ancestors": [ - "https://ror.org/02jj0ar17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p0app75": { - "ancestors": [ - "https://ror.org/04vzt1785" - ], - "descendants": [ - - ] - }, - "https://ror.org/0431j1t39": { - "ancestors": [ - "https://ror.org/036jqmy94" - ], - "descendants": [ - "https://ror.org/0184n5y84" - ] - }, - "https://ror.org/03jqp8097": { - "ancestors": [ - "https://ror.org/02m9kbe37" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xfh2n14": { - "ancestors": [ - "https://ror.org/05qhvy459" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wfb3668": { - "ancestors": [ - "https://ror.org/021018s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rsdqb94": { - "ancestors": [ - "https://ror.org/0237c2m81" - ], - "descendants": [ - - ] - }, - "https://ror.org/043h32y24": { - "ancestors": [ - "https://ror.org/03ddh2c27" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s056h84": { - "ancestors": [ - "https://ror.org/02jj0ar17" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jyzx602": { - "ancestors": [ - "https://ror.org/01jvd8304", - "https://ror.org/05smbmp94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m8r7k33": { - "ancestors": [ - "https://ror.org/025er3q23", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01epydt92": { - "ancestors": [ - "https://ror.org/04jsz6e67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d02zv78": { - "ancestors": [ - "https://ror.org/03nw3dq29" - ], - "descendants": [ - - ] - }, - "https://ror.org/04eg25g76": { - "ancestors": [ - "https://ror.org/05sbt2524", - "https://ror.org/02rx3b187", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wy2cj05": { - "ancestors": [ - "https://ror.org/03e2r1r87", - "https://ror.org/017rnyz40", - "https://ror.org/02feahw73", - "https://ror.org/042949r55", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p6ach34": { - "ancestors": [ - "https://ror.org/03gnr7b55", - "https://ror.org/01165k395", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/02spbd534": { - "ancestors": [ - "https://ror.org/05gz77z03", - "https://ror.org/0470vke61", - "https://ror.org/04emwm605" - ], - "descendants": [ - - ] - }, - "https://ror.org/044qmqe70": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/05481me13": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sxf8635": { - "ancestors": [ - "https://ror.org/03d4ecn10", - "https://ror.org/03dm1p143", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04247y265": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hqfh882": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/02vjkv261", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qt6f440": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/026v1ze26", - "https://ror.org/02fdb8q57" - ], - "descendants": [ - - ] - }, - "https://ror.org/02phbwg91": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/030d6wr93": { - "ancestors": [ - "https://ror.org/04k8k6n84", - "https://ror.org/02feahw73", - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jspcw28": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g0eda71": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/023h4a821": { - "ancestors": [ - "https://ror.org/02cp04407", - "https://ror.org/02vjkv261", - "https://ror.org/05q3vnk25", - "https://ror.org/01tc2d264", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y343k91": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/03taa9n66": { - "ancestors": [ - "https://ror.org/05sbt2524", - "https://ror.org/00s19x989", - "https://ror.org/04gqg1a07", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d73z393": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/02v6kpv12", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vas3094": { - "ancestors": [ - "https://ror.org/059be4e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f5trr09": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fsyf340": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fpftn22": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ahb2147": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/035xkbk20", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ts9pr54": { - "ancestors": [ - "https://ror.org/043wmc583", - "https://ror.org/05ee10k25", - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/051escj72", - "https://ror.org/02feahw73", - "https://ror.org/00rydyx93", - "https://ror.org/051escj72", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00136g547": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/01me7wg25": { - "ancestors": [ - "https://ror.org/03k1gpj17", - "https://ror.org/03xj0x983" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rje0916": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/0508wny29": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/01s8rwd67", - "https://ror.org/05q3vnk25", - "https://ror.org/02vjkv261", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qha4q93": { - "ancestors": [ - "https://ror.org/0470vke61", - "https://ror.org/0445yn719" - ], - "descendants": [ - - ] - }, - "https://ror.org/0425gsx30": { - "ancestors": [ - "https://ror.org/00hjz7x27", - "https://ror.org/01sbq1a82" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kv7c795": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - "https://ror.org/05vcax154", - "https://ror.org/04ghtjd11", - "https://ror.org/05sc3hd12", - "https://ror.org/016wdna72" - ] - }, - "https://ror.org/037eda396": { - "ancestors": [ - "https://ror.org/03wkt5x30", - "https://ror.org/02feahw73", - "https://ror.org/04f5ctv63", - "https://ror.org/00g8rx069", - "https://ror.org/029m96t80", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/000tdrn36": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/05sbt2524" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ngpvg12": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cbapb21": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/01z6yh944" - ] - }, - "https://ror.org/03hwx9w41": { - "ancestors": [ - "https://ror.org/05rehad94", - "https://ror.org/052gg0110", - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jq57122": { - "ancestors": [ - "https://ror.org/03gnr7b55" - ], - "descendants": [ - "https://ror.org/05hz99a17" - ] - }, - "https://ror.org/048289s82": { - "ancestors": [ - "https://ror.org/03e2r1r87", - "https://ror.org/02feahw73", - "https://ror.org/017rnyz40", - "https://ror.org/042949r55", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/008bf9746": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0009eec40": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rchg407": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vgp1308": { - "ancestors": [ - "https://ror.org/039wwwz66" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mqemx33": { - "ancestors": [ - "https://ror.org/01qa4rf46", - "https://ror.org/02vjkv261" - ], - "descendants": [ - "https://ror.org/03evbwn87", - "https://ror.org/05xxb2f26" - ] - }, - "https://ror.org/02aja8v82": { - "ancestors": [ - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20", - "https://ror.org/00mfpxb84" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tg88m31": { - "ancestors": [ - "https://ror.org/03gnr7b55", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/013ym9476": { - "ancestors": [ - "https://ror.org/01jachm79" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pz29t13": { - "ancestors": [ - "https://ror.org/02jhjzd11", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sm1ej59": { - "ancestors": [ - "https://ror.org/046nvst19", - "https://ror.org/05ykb3m36", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yz3tz18": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/04px4e658", - "https://ror.org/02wy4ac67", - "https://ror.org/05nfypp21", - "https://ror.org/02t220m45", - "https://ror.org/023vkeb66", - "https://ror.org/01tz1zp46", - "https://ror.org/0496p8026", - "https://ror.org/02ft5tp06", - "https://ror.org/01y8j9r24", - "https://ror.org/008kn4z11", - "https://ror.org/04hrs9369", - "https://ror.org/042t83k43", - "https://ror.org/04cxsn644", - "https://ror.org/04q1kbj36", - "https://ror.org/04tnvnq52", - "https://ror.org/00hy22508", - "https://ror.org/007x3c094", - "https://ror.org/049qgqg40", - "https://ror.org/00bjjqs38", - "https://ror.org/00fwjkb59", - "https://ror.org/05kwbf598", - "https://ror.org/01wwcfa26", - "https://ror.org/03eqm6y13", - "https://ror.org/05514hp74", - "https://ror.org/05588ks88", - "https://ror.org/05sc3hd12", - "https://ror.org/0032jvj22", - "https://ror.org/04vgc9p51", - "https://ror.org/02dsacc67", - "https://ror.org/058hz8544", - "https://ror.org/003n95695", - "https://ror.org/05367a632", - "https://ror.org/02snf8m58", - "https://ror.org/008h1f725", - "https://ror.org/03hp7bq97", - "https://ror.org/02b5vq778", - "https://ror.org/01c2t8448", - "https://ror.org/028cef883", - "https://ror.org/025mhc977", - "https://ror.org/01kwx4m12", - "https://ror.org/055swm364", - "https://ror.org/04damed73", - "https://ror.org/03hxp6v65", - "https://ror.org/01e8etd40", - "https://ror.org/016vxbe23", - "https://ror.org/04jb47e97", - "https://ror.org/01s48fc08", - "https://ror.org/052ahj806", - "https://ror.org/006je8v76", - "https://ror.org/01xpreq28", - "https://ror.org/0378sf364", - "https://ror.org/0452rtt80", - "https://ror.org/01dz5cg19", - "https://ror.org/00enct420", - "https://ror.org/0157t2j08", - "https://ror.org/02rv1bf67", - "https://ror.org/04zr5ey71", - "https://ror.org/002t9r032", - "https://ror.org/003ckn545", - "https://ror.org/002yg6s88", - "https://ror.org/02krdtz55", - "https://ror.org/020nks034", - "https://ror.org/036eg1q44", - "https://ror.org/02hbzmb19", - "https://ror.org/03f4xj038", - "https://ror.org/014net767", - "https://ror.org/04y91dy23", - "https://ror.org/03g19es12", - "https://ror.org/046cwyy43", - "https://ror.org/04mb5jg98", - "https://ror.org/01ffjs081", - "https://ror.org/01qfab443", - "https://ror.org/00nwtj239", - "https://ror.org/01thw2g46", - "https://ror.org/03s877y45", - "https://ror.org/00a8p0m24", - "https://ror.org/051p9ra28", - "https://ror.org/00qk0vr83", - "https://ror.org/01j6cta96", - "https://ror.org/04b9q5f39", - "https://ror.org/028fzwe08", - "https://ror.org/031xg0236", - "https://ror.org/03wt8n129", - "https://ror.org/01gamk045", - "https://ror.org/00hbc1k35", - "https://ror.org/04kwqat20" - ] - }, - "https://ror.org/00zmdjj30": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e3d6y73": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20", - "https://ror.org/0476q9d56" - ], - "descendants": [ - - ] - }, - "https://ror.org/0026vdt21": { - "ancestors": [ - "https://ror.org/05kpkpg04", - "https://ror.org/03rnk6m14", - "https://ror.org/003vg9w96", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gm7ct78": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04agqs597": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/02cte4b68", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/007g5gk82": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/04az3m568": { - "ancestors": [ - "https://ror.org/03rt48n94", - "https://ror.org/03fj96t64", - "https://ror.org/00e96v939", - "https://ror.org/046b3cj80", - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/009frb846": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/03rth4p18", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p4g5p84": { - "ancestors": [ - "https://ror.org/04ezk3x31", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/016vxbe23": { - "ancestors": [ - "https://ror.org/01tz1zp46", - "https://ror.org/0471kz689", - "https://ror.org/003vg9w96", - "https://ror.org/04vfs2w97", - "https://ror.org/03yz3tz18", - "https://ror.org/03bz5pb92", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/028nd8457": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/029519s87": { - "ancestors": [ - "https://ror.org/04bnxa153", - "https://ror.org/03dm1p143", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04damed73": { - "ancestors": [ - "https://ror.org/01tz1zp46", - "https://ror.org/01qhqcj41", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/000bbyx17": { - "ancestors": [ - "https://ror.org/057qpr032", - "https://ror.org/02yw1f353", - "https://ror.org/01hq89f96" - ], - "descendants": [ - - ] - }, - "https://ror.org/047p7mf25": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/034bena10": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/035xkbk20" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x76wb44": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/013m8h627": { - "ancestors": [ - "https://ror.org/03gnr7b55", - "https://ror.org/02wwzvj46", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h6n9433": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pxcyx49": { - "ancestors": [ - "https://ror.org/01m84wm78", - "https://ror.org/04ed7fw48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00801j392": { - "ancestors": [ - "https://ror.org/02ft5tp06", - "https://ror.org/02en5vm52", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qfjp710": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v668f18": { - "ancestors": [ - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/03zx86w41", - "https://ror.org/013cjyk83", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/025sfbe73": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rfxk768": { - "ancestors": [ - "https://ror.org/04xhy8q59", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a0ez112": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k031t90": { - "ancestors": [ - "https://ror.org/05ggc9x40" - ], - "descendants": [ - "https://ror.org/05mfwtg94", - "https://ror.org/027364b18", - "https://ror.org/03q7r5x87", - "https://ror.org/001rmv394", - "https://ror.org/0318tzh81", - "https://ror.org/01htygx54", - "https://ror.org/04qe59j94" - ] - }, - "https://ror.org/03hxp6v65": { - "ancestors": [ - "https://ror.org/01tz1zp46", - "https://ror.org/01qhqcj41", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gn4cf81": { - "ancestors": [ - "https://ror.org/01m84wm78" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xrrn515": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rp2mn26": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fkrcm40": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/006fhby04", - "https://ror.org/020nks034", - "https://ror.org/00b80ez59", - "https://ror.org/03fte3n86", - "https://ror.org/01pd2sz18", - "https://ror.org/04w07sc25", - "https://ror.org/05merjr74" - ] - }, - "https://ror.org/0370nxv28": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/05exke706": { - "ancestors": [ - "https://ror.org/0530j9m17", - "https://ror.org/02rx3b187", - "https://ror.org/02aj0kh94", - "https://ror.org/00byxdz40", - "https://ror.org/02vjkv261", - "https://ror.org/00jjx8s55", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bqt7532": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pf7nz88": { - "ancestors": [ - "https://ror.org/00g8rx069", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m83bk32": { - "ancestors": [ - "https://ror.org/0175hh227", - "https://ror.org/02feahw73", - "https://ror.org/03x42jk29", - "https://ror.org/05wy89733", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/059h64789": { - "ancestors": [ - "https://ror.org/05q0ncs32", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t6d2469": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/033x0mt18": { - "ancestors": [ - "https://ror.org/05kpkpg04", - "https://ror.org/03rnk6m14", - "https://ror.org/003vg9w96", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fc8dp24": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/01s8rwd67", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/051sjmb83": { - "ancestors": [ - "https://ror.org/05b5c0584", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d3p2m17": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/01s8rwd67", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n2vwk08": { - "ancestors": [ - "https://ror.org/04k8k6n84", - "https://ror.org/00pg6eq24", - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k2m1311": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z69yv22": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/015m7wh34" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mv3tj33": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/005ypkf75", - "https://ror.org/0233st365", - "https://ror.org/05q3vnk25", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/03wsemq03" - ] - }, - "https://ror.org/028cp7y71": { - "ancestors": [ - "https://ror.org/03rth4p18", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r25mc45": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yrq0159": { - "ancestors": [ - "https://ror.org/03d4ecn10", - "https://ror.org/03dm1p143", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00axatv03": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20" - ], - "descendants": [ - - ] - }, - "https://ror.org/012ba0982": { - "ancestors": [ - "https://ror.org/03d4ecn10", - "https://ror.org/03dm1p143", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rmjk207": { - "ancestors": [ - "https://ror.org/01m84wm78" - ], - "descendants": [ - - ] - }, - "https://ror.org/013xzrn47": { - "ancestors": [ - "https://ror.org/0589k3111", - "https://ror.org/03mkjjy25", - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sc3hd12": { - "ancestors": [ - "https://ror.org/02wy4ac67", - "https://ror.org/04kv7c795", - "https://ror.org/00pg6eq24", - "https://ror.org/03yz3tz18", - "https://ror.org/02vjkv261", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m0zs870": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02vjkv261", - "https://ror.org/003vg9w96", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zmms242": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nc5fj04": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/050tnz974": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/04q1kbj36", - "https://ror.org/00rydyx93", - "https://ror.org/051kpcy16", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hw9c755": { - "ancestors": [ - "https://ror.org/00tebkv94", - "https://ror.org/054qv7y42", - "https://ror.org/057qpr032", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x3qz996": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m9qza88": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/055nbmz93": { - "ancestors": [ - "https://ror.org/04yrqp957", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z91ja70": { - "ancestors": [ - "https://ror.org/01kpzv902" - ], - "descendants": [ - - ] - }, - "https://ror.org/026fpwg41": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zmnkx60": { - "ancestors": [ - "https://ror.org/02ybsz607", - "https://ror.org/05t8bcz72", - "https://ror.org/01azzms13", - "https://ror.org/00pdx2849", - "https://ror.org/0097mvx21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a9z6x78": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/0343fpq57": { - "ancestors": [ - "https://ror.org/0199hds37", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/009b91528": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/0495fxg12" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b9q5f39": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/00bjjqs38", - "https://ror.org/01rk35k63", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dn7gg32": { - "ancestors": [ - "https://ror.org/017rnyz40", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j8sgr10": { - "ancestors": [ - "https://ror.org/03e2r1r87", - "https://ror.org/017rnyz40", - "https://ror.org/02feahw73", - "https://ror.org/042949r55", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/010xv5017": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/0086zww50": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/012hpz460": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/016wdna72": { - "ancestors": [ - "https://ror.org/04kv7c795", - "https://ror.org/03hypw319", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hy22508": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/00a8p0m24" - ] - }, - "https://ror.org/031sd2508": { - "ancestors": [ - "https://ror.org/00zg31r41", - "https://ror.org/04vfs2w97", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/0589k3111": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - "https://ror.org/02bn1dj67", - "https://ror.org/05dsek450", - "https://ror.org/02g40zn06", - "https://ror.org/04bkzce69" - ] - }, - "https://ror.org/02jthx987": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cjyj977": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/0495fxg12" - ], - "descendants": [ - - ] - }, - "https://ror.org/030qxve40": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/0530qwm02" - ] - }, - "https://ror.org/05t8ct211": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02dzbc556" - ], - "descendants": [ - - ] - }, - "https://ror.org/050x42563": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rfstj90": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - "https://ror.org/02txsgf39" - ] - }, - "https://ror.org/00zqysk61": { - "ancestors": [ - "https://ror.org/04bnxa153", - "https://ror.org/03dm1p143", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y523k32": { - "ancestors": [ - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/056d3xj17": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vmza063": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/04q5j9b45", - "https://ror.org/03x42jk29", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c5gbd66": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vxck708": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tnvnq52": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/04mb5jg98", - "https://ror.org/01ffjs081", - "https://ror.org/01qfab443", - "https://ror.org/00nwtj239", - "https://ror.org/01thw2g46", - "https://ror.org/03s877y45" - ] - }, - "https://ror.org/0270xt841": { - "ancestors": [ - "https://ror.org/0162y2387", - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jv2ft75": { - "ancestors": [ - "https://ror.org/00hx6zz33", - "https://ror.org/02feahw73", - "https://ror.org/019tcpt25", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mjckp83": { - "ancestors": [ - "https://ror.org/039wwwz66" - ], - "descendants": [ - - ] - }, - "https://ror.org/046cwyy43": { - "ancestors": [ - "https://ror.org/04q1kbj36", - "https://ror.org/034yrjf77", - "https://ror.org/05v509s40", - "https://ror.org/03hypw319", - "https://ror.org/03yz3tz18", - "https://ror.org/01k40cz91", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/021bcyf85": { - "ancestors": [ - "https://ror.org/04vrzee53", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kbqb151": { - "ancestors": [ - "https://ror.org/02cp04407", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/01tc2d264" - ], - "descendants": [ - - ] - }, - "https://ror.org/00avz5239": { - "ancestors": [ - "https://ror.org/01kbkse74", - "https://ror.org/02vjkv261", - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tpcfk14": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/04gg6ne93" - ] - }, - "https://ror.org/04cre2h49": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/04zmssz18", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t9nm044": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qhnf349": { - "ancestors": [ - "https://ror.org/03wkt5x30", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yypjb30": { - "ancestors": [ - "https://ror.org/01h8pf755", - "https://ror.org/00s19x989", - "https://ror.org/003vg9w96", - "https://ror.org/01ahyrz84", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qpmg879": { - "ancestors": [ - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/030przz70" - ] - }, - "https://ror.org/03tbm7598": { - "ancestors": [ - "https://ror.org/03d4ecn10", - "https://ror.org/03dm1p143", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r63mf91": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/004q3z910", - "https://ror.org/01z0xsq42" - ] - }, - "https://ror.org/02b5vq778": { - "ancestors": [ - "https://ror.org/023vkeb66", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0061rmm93": { - "ancestors": [ - "https://ror.org/03rth4p18", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p5ggc03": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/03597ek14": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/045hhcf06": { - "ancestors": [ - "https://ror.org/00ccxmy30" - ], - "descendants": [ - - ] - }, - "https://ror.org/052pqt102": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d1g0t67": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qhdpz92": { - "ancestors": [ - "https://ror.org/04vrzee53", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r5nwv94": { - "ancestors": [ - "https://ror.org/03gnr7b55", - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/05c1qsg97", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wj62e51": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q3pap39": { - "ancestors": [ - "https://ror.org/03wkt5x30", - "https://ror.org/02feahw73", - "https://ror.org/017rnyz40", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02txsgf39": { - "ancestors": [ - "https://ror.org/01rfstj90", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zptmf07": { - "ancestors": [ - "https://ror.org/02n3j8t12", - "https://ror.org/03ngjpk76", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01365h357": { - "ancestors": [ - "https://ror.org/03wkt5x30", - "https://ror.org/02feahw73", - "https://ror.org/05q3vnk25", - "https://ror.org/003vg9w96", - "https://ror.org/02en5vm52", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w9mdw91": { - "ancestors": [ - "https://ror.org/02q1spa57" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wb5fq03": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k4s1p46": { - "ancestors": [ - "https://ror.org/01s3fs709", - "https://ror.org/003vg9w96", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/0291jbz11": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d4ecn10": { - "ancestors": [ - "https://ror.org/03dm1p143", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03jsbvj12", - "https://ror.org/04q54n515", - "https://ror.org/04mfmy854", - "https://ror.org/04yrq0159", - "https://ror.org/012ba0982", - "https://ror.org/03tbm7598", - "https://ror.org/0502xk698", - "https://ror.org/00sxf8635" - ] - }, - "https://ror.org/02vde2j43": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v6wmk25": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/00mg8nf58", - "https://ror.org/03whgj090" - ] - }, - "https://ror.org/03jm2hc44": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hfye903": { - "ancestors": [ - "https://ror.org/056mt4481" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ygac863": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02raxsg56": { - "ancestors": [ - "https://ror.org/01tjs6929", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/022psxk94": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/018dfmm35": { - "ancestors": [ - "https://ror.org/03gnr7b55", - "https://ror.org/04yrqp957", - "https://ror.org/02vjkv261", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pef0w96": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/05merjr74": { - "ancestors": [ - "https://ror.org/03fkrcm40", - "https://ror.org/05kpkpg04", - "https://ror.org/03rnk6m14", - "https://ror.org/003vg9w96", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q7mnz48": { - "ancestors": [ - "https://ror.org/04h1h0y33" - ], - "descendants": [ - - ] - }, - "https://ror.org/03phbpb09": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nbhg292": { - "ancestors": [ - "https://ror.org/050ra0n32", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/047pqfg44": { - "ancestors": [ - "https://ror.org/00zh20c98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s7v8q53": { - "ancestors": [ - "https://ror.org/002cp4060" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f9r3321": { - "ancestors": [ - "https://ror.org/01kv58h76", - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vdg0553": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z9j6m75": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/02cbapb21", - "https://ror.org/03xjwb503", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cqd9q31": { - "ancestors": [ - "https://ror.org/03gnr7b55", - "https://ror.org/05c1qsg97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rmwrd87": { - "ancestors": [ - "https://ror.org/04gqg1a07", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vxmn596": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/015a85k79": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/046b3cj80", - "https://ror.org/013cjyk83", - "https://ror.org/003vg9w96", - "https://ror.org/01rk35k63", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ces3204": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20", - "https://ror.org/00cd48p72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ntmtb29": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bcyhr16": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20" - ], - "descendants": [ - - ] - }, - "https://ror.org/00genbz89": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/01yxtfe92" - ], - "descendants": [ - - ] - }, - "https://ror.org/0257sgk90": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/02m9kbe37", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ffzdx16": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xh23b55": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p38cj84": { - "ancestors": [ - "https://ror.org/03e10x626" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c3c9255": { - "ancestors": [ - "https://ror.org/01c7wz417", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02af93v77": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/0495fxg12" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wnmk332": { - "ancestors": [ - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/001rmv394": { - "ancestors": [ - "https://ror.org/04k031t90", - "https://ror.org/003vg9w96", - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g7vvf64": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/051kpcy16", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00th3sv06": { - "ancestors": [ - "https://ror.org/002cp4060" - ], - "descendants": [ - - ] - }, - "https://ror.org/026ddbz68": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/0495fxg12" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f6tst70": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/01cbtr271", - "https://ror.org/029brtt94", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qhm9960": { - "ancestors": [ - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/037hby126", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c3dhk56": { - "ancestors": [ - "https://ror.org/05bpbnx46", - "https://ror.org/01dtyv127" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x383a88": { - "ancestors": [ - "https://ror.org/03x42jk29", - "https://ror.org/05dwk8b49" - ], - "descendants": [ - "https://ror.org/007yrhe07" - ] - }, - "https://ror.org/05jpad840": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02en5vm52" - ], - "descendants": [ - "https://ror.org/04hke8425" - ] - }, - "https://ror.org/03jjdcp59": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cmmh940": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y7m8990": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/013cjyk83", - "https://ror.org/03zx86w41", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j5dj575": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r4re112": { - "ancestors": [ - "https://ror.org/01m84wm78" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y81da23": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/02jhjzd11", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d1jma17": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/050jn9y42", - "https://ror.org/003vg9w96", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/048bnmc64": { - "ancestors": [ - "https://ror.org/00mfpxb84", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t9pwh21": { - "ancestors": [ - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/008rwh029": { - "ancestors": [ - "https://ror.org/05c1qsg97", - "https://ror.org/01qa4rf46", - "https://ror.org/0162y2387", - "https://ror.org/03gnr7b55", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wrd4e19": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/017rnyz40", - "https://ror.org/01yxtfe92", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pzw3j14": { - "ancestors": [ - "https://ror.org/05kpkpg04", - "https://ror.org/05q3vnk25", - "https://ror.org/051escj72", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0264vhs54": { - "ancestors": [ - "https://ror.org/0175hh227", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xwwwr97": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vcax154": { - "ancestors": [ - "https://ror.org/04kv7c795", - "https://ror.org/00pg6eq24", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/01aj0bf86": { - "ancestors": [ - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/01waxag60": { - "ancestors": [ - "https://ror.org/01qhqcj41", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jyxgb86": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/0467x8h16": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m3mb357": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0236xhv80": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/03820wq39": { - "ancestors": [ - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/012zmcc30": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/004q3z910": { - "ancestors": [ - "https://ror.org/00tebkv94", - "https://ror.org/05r63mf91", - "https://ror.org/01e7wth34", - "https://ror.org/057qpr032", - "https://ror.org/00har9915", - "https://ror.org/003vg9w96", - "https://ror.org/003vg9w96", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qe5nz43": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/023c9tc12": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b9vs620": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k317v03": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/0022kfb81": { - "ancestors": [ - "https://ror.org/04hrs9369", - "https://ror.org/0220mzb33", - "https://ror.org/051escj72", - "https://ror.org/03yz3tz18", - "https://ror.org/04cw6st05", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02004hr86": { - "ancestors": [ - "https://ror.org/040em2e23" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mbsxc64": { - "ancestors": [ - "https://ror.org/020r6p262" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v87rg62": { - "ancestors": [ - "https://ror.org/00tebkv94", - "https://ror.org/03n4vkw74", - "https://ror.org/0455v8x20", - "https://ror.org/003vg9w96", - "https://ror.org/003vg9w96", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/0529q4s79": { - "ancestors": [ - "https://ror.org/03xssrp53", - "https://ror.org/02cp04407", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/052dp8730": { - "ancestors": [ - "https://ror.org/01gavpb45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wzth680": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02m19wv39": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/01qkxb782", - "https://ror.org/02tphfq59", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/0325zb480": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/04xhy8q59", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/018r7pa17": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/00e96v939", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bsn3y16": { - "ancestors": [ - "https://ror.org/03rth4p18", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/041yg4h55": { - "ancestors": [ - "https://ror.org/01x441g73" - ], - "descendants": [ - "https://ror.org/02q4res37", - "https://ror.org/04vrqzz54", - "https://ror.org/03q99v794" - ] - }, - "https://ror.org/055pd2p26": { - "ancestors": [ - "https://ror.org/04xp49e10", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v3w8223": { - "ancestors": [ - "https://ror.org/05hnb7x64", - "https://ror.org/029brtt94", - "https://ror.org/050jn9y42", - "https://ror.org/05b5c0584", - "https://ror.org/003vg9w96", - "https://ror.org/05s6rge65", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02awy7178": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/03x42jk29", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/003412r28": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/02v6kpv12", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/042w6m452": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/003vg9w96", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e04sg66": { - "ancestors": [ - "https://ror.org/01c7wz417", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nhp3z94": { - "ancestors": [ - "https://ror.org/04yrqp957", - "https://ror.org/04ed7fw48", - "https://ror.org/01mtcc283", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r454w59": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v7g1721": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k1a6w82": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/02feahw73", - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/046dap961": { - "ancestors": [ - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/048yvwh14": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/03xsqa235", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wzg9f04": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cy4tj56": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/049hngf66": { - "ancestors": [ - "https://ror.org/01tjs6929", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qvhcs77": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/023xgd207": { - "ancestors": [ - "https://ror.org/01502ca60" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cxgcr75": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/02cnsac56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qe59j94": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/05ggc9x40", - "https://ror.org/04k031t90" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k32n603": { - "ancestors": [ - "https://ror.org/0199hds37", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vex5m10": { - "ancestors": [ - "https://ror.org/05q0ncs32", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pt83522": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/03evbwn87": { - "ancestors": [ - "https://ror.org/05mqemx33", - "https://ror.org/01qa4rf46", - "https://ror.org/02vjkv261" - ], - "descendants": [ - "https://ror.org/05xxb2f26" - ] - }, - "https://ror.org/03hqv2x85": { - "ancestors": [ - "https://ror.org/04yrqp957", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/059eam965": { - "ancestors": [ - "https://ror.org/01cmnjq37", - "https://ror.org/029brtt94", - "https://ror.org/0530j9m17", - "https://ror.org/01rk35k63", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dd6kb95": { - "ancestors": [ - "https://ror.org/00pg6eq24", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/024409k12": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rehad94": { - "ancestors": [ - "https://ror.org/052gg0110", - "https://ror.org/029chgv08" - ], - "descendants": [ - "https://ror.org/0139c4536", - "https://ror.org/03hwx9w41" - ] - }, - "https://ror.org/05akjb009": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/0495fxg12" - ], - "descendants": [ - - ] - }, - "https://ror.org/045kr1469": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vgc9p51": { - "ancestors": [ - "https://ror.org/01hq89f96", - "https://ror.org/05nfypp21", - "https://ror.org/057qpr032", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jvqbw52": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sxj6k90": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/0285t0292": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/0451nna70": { - "ancestors": [ - "https://ror.org/01p6gzq21", - "https://ror.org/05m235j20", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ty42a04": { - "ancestors": [ - "https://ror.org/00wnzj089" - ], - "descendants": [ - - ] - }, - "https://ror.org/01554y636": { - "ancestors": [ - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mfmy854": { - "ancestors": [ - "https://ror.org/03d4ecn10", - "https://ror.org/03dm1p143", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/034jd0m14": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00arwy491": { - "ancestors": [ - "https://ror.org/04cpxjv19" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mmh5r64": { - "ancestors": [ - "https://ror.org/0470vke61" - ], - "descendants": [ - - ] - }, - "https://ror.org/048z48z46": { - "ancestors": [ - "https://ror.org/03rth4p18", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/013nhg483": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0322sf130": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kfjwy31": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/00s19x989", - "https://ror.org/01cbtr271", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c1tv516": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/003vg9w96", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/058hz8544": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/05nfypp21", - "https://ror.org/01rk35k63", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00awrf758": { - "ancestors": [ - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wdx6c48": { - "ancestors": [ - "https://ror.org/002t25c44", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x3ydm75": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gz4kr37": { - "ancestors": [ - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/049xh5y45", - "https://ror.org/03wg93s13" - ] - }, - "https://ror.org/03237mt20": { - "ancestors": [ - "https://ror.org/01m84wm78", - "https://ror.org/02feahw73", - "https://ror.org/03gnr7b55", - "https://ror.org/01mtcc283", - "https://ror.org/04yrqp957", - "https://ror.org/051kpcy16", - "https://ror.org/01s3fs709", - "https://ror.org/01k40cz91", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/0024c1w94": { - "ancestors": [ - "https://ror.org/00gtg0p11", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/024yb0264": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e6ysw16": { - "ancestors": [ - "https://ror.org/01fh86n78" - ], - "descendants": [ - - ] - }, - "https://ror.org/03aef3108": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/05fe7ax82", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vte9x46": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/02feahw73", - "https://ror.org/003vg9w96", - "https://ror.org/015q23935", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/05q3vnk25", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/01kcrnc96" - ] - }, - "https://ror.org/01k6ebg12": { - "ancestors": [ - "https://ror.org/05b5c0584", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mg8nf58": { - "ancestors": [ - "https://ror.org/01s3fs709", - "https://ror.org/01v6wmk25", - "https://ror.org/01dkyve95", - "https://ror.org/003vg9w96", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cxnrt47": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00bq8vv83", - "https://ror.org/00dcrfk74", - "https://ror.org/025vp2923", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bt7sv47": { - "ancestors": [ - "https://ror.org/00t9y0z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ef4v550": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/016crzw98": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/003vg9w96", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/025agbr41": { - "ancestors": [ - "https://ror.org/04yrqp957", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s3m0650": { - "ancestors": [ - "https://ror.org/04mczx267" - ], - "descendants": [ - - ] - }, - "https://ror.org/01165k395": { - "ancestors": [ - "https://ror.org/03gnr7b55", - "https://ror.org/02vjkv261" - ], - "descendants": [ - "https://ror.org/03p6ach34" - ] - }, - "https://ror.org/00g1dnz14": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/05djhd259": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/014zrew76", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/039bex249": { - "ancestors": [ - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/036mest28": { - "ancestors": [ - "https://ror.org/01y8j9r24", - "https://ror.org/01fftxe08", - "https://ror.org/028rypz17", - "https://ror.org/03yz3tz18", - "https://ror.org/00jjx8s55", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/01yvj5k91", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rf1sn88": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/019kqby73": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/02vjkv261", - "https://ror.org/002cp4060" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s8rwd67": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - "https://ror.org/0508wny29", - "https://ror.org/04d3p2m17", - "https://ror.org/04fc8dp24" - ] - }, - "https://ror.org/022m8c549": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hrbdg71": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/03p371w23" - ] - }, - "https://ror.org/016wpzq40": { - "ancestors": [ - "https://ror.org/00pg6eq24", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/026t9b832": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kbkse74": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/03gnr7b55" - ], - "descendants": [ - "https://ror.org/00avz5239" - ] - }, - "https://ror.org/02nk5bh05": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pgyqh43": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ws78v34": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/02vjkv261", - "https://ror.org/05q3vnk25", - "https://ror.org/00rydyx93", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mkbvg40": { - "ancestors": [ - "https://ror.org/01h8pf755", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qa2gd95": { - "ancestors": [ - "https://ror.org/00jyr0d86", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/011emb038": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/01pd2sz18" - ] - }, - "https://ror.org/054eytx62": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f7wz369": { - "ancestors": [ - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wq1s711": { - "ancestors": [ - "https://ror.org/01h8pf755", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - "https://ror.org/0416g8z79", - "https://ror.org/056g7f250", - "https://ror.org/01w0hda30", - "https://ror.org/042xmz674", - "https://ror.org/03kwnqq69", - "https://ror.org/045ktmd28" - ] - }, - "https://ror.org/04x97hf88": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hnp4676": { - "ancestors": [ - "https://ror.org/02gh4kt33" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a4c5q78": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/05fe7ax82" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yv4p972": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/027364b18": { - "ancestors": [ - "https://ror.org/00gtg0p11", - "https://ror.org/0471kz689", - "https://ror.org/04k031t90", - "https://ror.org/003vg9w96", - "https://ror.org/03bz5pb92", - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/012wmz893": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/052yj6c27": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02vjkv261", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xpvk416": { - "ancestors": [ - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00tbs6p91", - "https://ror.org/015xey021", - "https://ror.org/03v61g875", - "https://ror.org/0440c3437", - "https://ror.org/02048n894", - "https://ror.org/008hybe55", - "https://ror.org/04xz38214", - "https://ror.org/04a0y3b96", - "https://ror.org/05qgcra83", - "https://ror.org/016s8vs02", - "https://ror.org/02zs3hb12", - "https://ror.org/01gdv4d86", - "https://ror.org/04wzf4f82" - ] - }, - "https://ror.org/01vqrde47": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/014zrew76", - "https://ror.org/029nkcm90", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hk36d32": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m587853": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k8wt746": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/025xvn046": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/017rnyz40", - "https://ror.org/0121jnt59", - "https://ror.org/02en5vm52", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bnxa153": { - "ancestors": [ - "https://ror.org/03dm1p143", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00zqysk61", - "https://ror.org/029519s87" - ] - }, - "https://ror.org/04xp49e10": { - "ancestors": [ - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/03hv4y553", - "https://ror.org/055pd2p26" - ] - }, - "https://ror.org/02fqepy07": { - "ancestors": [ - "https://ror.org/02127h732" - ], - "descendants": [ - - ] - }, - "https://ror.org/0331qyx19": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gngwf81": { - "ancestors": [ - "https://ror.org/055eqsb67" - ], - "descendants": [ - - ] - }, - "https://ror.org/043nepn57": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/02mn0vt57" - ] - }, - "https://ror.org/00n90tt57": { - "ancestors": [ - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/0463z7496": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/028pmgd25": { - "ancestors": [ - "https://ror.org/042t83k43", - "https://ror.org/02v6kpv12", - "https://ror.org/03yz3tz18", - "https://ror.org/01ahyrz84", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00aqh6z65": { - "ancestors": [ - "https://ror.org/00wnzj089" - ], - "descendants": [ - - ] - }, - "https://ror.org/03whgj090": { - "ancestors": [ - "https://ror.org/01s3fs709", - "https://ror.org/01v6wmk25", - "https://ror.org/01dkyve95", - "https://ror.org/003vg9w96", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/038hqgh39": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jm89840": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/00pg6eq24", - "https://ror.org/04k8k6n84", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tepxj95": { - "ancestors": [ - "https://ror.org/0321g0743", - "https://ror.org/00rydyx93", - "https://ror.org/028rypz17", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y24xj84": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/05b5c0584", - "https://ror.org/03rth4p18", - "https://ror.org/059qr5h87", - "https://ror.org/02h3vcz70", - "https://ror.org/04zmssz18", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p6gzq21": { - "ancestors": [ - "https://ror.org/05m235j20", - "https://ror.org/050zdnc69" - ], - "descendants": [ - "https://ror.org/0451nna70" - ] - }, - "https://ror.org/02n399288": { - "ancestors": [ - "https://ror.org/00mfpxb84" - ], - "descendants": [ - - ] - }, - "https://ror.org/04htzww22": { - "ancestors": [ - "https://ror.org/03bd8jh67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01shz5j60": { - "ancestors": [ - "https://ror.org/03m3gzv89", - "https://ror.org/003vg9w96", - "https://ror.org/029m96t80", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q54n515": { - "ancestors": [ - "https://ror.org/03d4ecn10", - "https://ror.org/03dm1p143", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0157t2j08": { - "ancestors": [ - "https://ror.org/008kn4z11", - "https://ror.org/04b0z7q78", - "https://ror.org/017rnyz40", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/048k52v18": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vne9k06": { - "ancestors": [ - "https://ror.org/05b5c0584", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s4cye48": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/003vg9w96", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m6sq715": { - "ancestors": [ - "https://ror.org/00mthsf17" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wzf4f82": { - "ancestors": [ - "https://ror.org/05xpvk416", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/051p9ra28": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/049qgqg40", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dyfj824": { - "ancestors": [ - "https://ror.org/01m84wm78" - ], - "descendants": [ - - ] - }, - "https://ror.org/0079jjr10": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/000n0fx93": { - "ancestors": [ - "https://ror.org/020jynt45", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jrr4320": { - "ancestors": [ - "https://ror.org/002cp4060" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h7ddb14": { - "ancestors": [ - "https://ror.org/05kpkpg04", - "https://ror.org/01e7wth34", - "https://ror.org/05q3vnk25", - "https://ror.org/03rnk6m14", - "https://ror.org/003vg9w96", - "https://ror.org/003vg9w96", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/01dkyve95", - "https://ror.org/0172v8z89", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vq65d72": { - "ancestors": [ - "https://ror.org/00y86zy26" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n5evf44": { - "ancestors": [ - "https://ror.org/001f39w38", - "https://ror.org/01a8ajp46" - ], - "descendants": [ - "https://ror.org/00t3fpp34" - ] - }, - "https://ror.org/029a4pp87": { - "ancestors": [ - "https://ror.org/002cp4060" - ], - "descendants": [ - - ] - }, - "https://ror.org/024k3xe80": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/010e21634": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kkw6065": { - "ancestors": [ - "https://ror.org/04xhy8q59", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bw7ad85": { - "ancestors": [ - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p06sa95": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00drkdp66": { - "ancestors": [ - "https://ror.org/01m84wm78" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mnstq10": { - "ancestors": [ - "https://ror.org/05b5c0584", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nsbpw26": { - "ancestors": [ - "https://ror.org/05b5c0584", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tm1qp20": { - "ancestors": [ - "https://ror.org/02gdcg342" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g2vpn86": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - "https://ror.org/00wgpgb78" - ] - }, - "https://ror.org/032ry8695": { - "ancestors": [ - "https://ror.org/01k6h2m87" - ], - "descendants": [ - - ] - }, - "https://ror.org/007yrhe07": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/03x42jk29", - "https://ror.org/003vg9w96", - "https://ror.org/04x383a88", - "https://ror.org/05dwk8b49" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k7yrw82": { - "ancestors": [ - "https://ror.org/00pg6eq24", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cm0es58": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - "https://ror.org/03p3f6k20" - ] - }, - "https://ror.org/04ved1v49": { - "ancestors": [ - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04daj8721": { - "ancestors": [ - "https://ror.org/04ezk3x31", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rf5x574": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jsbvj12": { - "ancestors": [ - "https://ror.org/03d4ecn10", - "https://ror.org/03dm1p143", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qfbsy35": { - "ancestors": [ - "https://ror.org/02127h732" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e2syc87": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j7mz841": { - "ancestors": [ - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/021x7r354": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/03qbdej90", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jyr0d86": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01y5va805", - "https://ror.org/01g9x3v85", - "https://ror.org/00zyc7969", - "https://ror.org/02bq0x116", - "https://ror.org/04qa2gd95" - ] - }, - "https://ror.org/03te95s40": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kvhwz50": { - "ancestors": [ - "https://ror.org/00g8rx069", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/034gk7456": { - "ancestors": [ - "https://ror.org/03wkt5x30", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mpxgs49": { - "ancestors": [ - "https://ror.org/05fe7ax82" - ], - "descendants": [ - - ] - }, - "https://ror.org/023ffhx15": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/04y5kwa70", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/055q9jt53": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/041dsyz88": { - "ancestors": [ - "https://ror.org/05ggc9x40", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c62kq26": { - "ancestors": [ - "https://ror.org/02m9kbe37", - "https://ror.org/035xkbk20" - ], - "descendants": [ - - ] - }, - "https://ror.org/04db8q179": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/046nvst19": { - "ancestors": [ - "https://ror.org/05ykb3m36", - "https://ror.org/05a4cm665" - ], - "descendants": [ - "https://ror.org/03sm1ej59" - ] - }, - "https://ror.org/01xdxaz62": { - "ancestors": [ - "https://ror.org/03qbdej90", - "https://ror.org/00mfpxb84", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bgzse17": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/03zx86w41", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ef65y11": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02en5vm52", - "https://ror.org/013cjyk83", - "https://ror.org/05q65zh81", - "https://ror.org/03zx86w41", - "https://ror.org/05a0dhs15", - "https://ror.org/05c2qg481", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ryy9n88": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rg8bd79": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00y4zzh67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ps02017": { - "ancestors": [ - "https://ror.org/00yh00476" - ], - "descendants": [ - - ] - }, - "https://ror.org/028c6kd10": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hzkx672": { - "ancestors": [ - "https://ror.org/0175hh227", - "https://ror.org/00bw5n526", - "https://ror.org/0199hds37", - "https://ror.org/042949r55", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/01thw2g46": { - "ancestors": [ - "https://ror.org/04tnvnq52", - "https://ror.org/03zx86w41", - "https://ror.org/03yz3tz18", - "https://ror.org/013cjyk83", - "https://ror.org/05c2qg481", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0262br971": { - "ancestors": [ - "https://ror.org/05kpkpg04", - "https://ror.org/03rnk6m14", - "https://ror.org/003vg9w96", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/05263cd97": { - "ancestors": [ - "https://ror.org/044jxhp58" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f6qd925": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/01yekza56" - ], - "descendants": [ - - ] - }, - "https://ror.org/027mhn368": { - "ancestors": [ - "https://ror.org/05w4e8v21", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05wk0m864", - "https://ror.org/04cyj6y78", - "https://ror.org/00wsjvg44", - "https://ror.org/003mzyg61" - ] - }, - "https://ror.org/008pt4x48": { - "ancestors": [ - "https://ror.org/02wy4ac67", - "https://ror.org/00pg6eq24", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hby3g70": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/00rydyx93", - "https://ror.org/04zmssz18", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v2x6b69": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e4wd589": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/035xkbk20" - ], - "descendants": [ - - ] - }, - "https://ror.org/012221e05": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/037vdeb02": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05snx2m33": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gscwg02": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00mfpxb84" - ], - "descendants": [ - - ] - }, - "https://ror.org/02at7qq57": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bbjky47": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02vjkv261", - "https://ror.org/050jn9y42", - "https://ror.org/003vg9w96", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qdnns64": { - "ancestors": [ - "https://ror.org/00gtg0p11", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/0338wkj94": { - "ancestors": [ - "https://ror.org/002cp4060" - ], - "descendants": [ - - ] - }, - "https://ror.org/0502xk698": { - "ancestors": [ - "https://ror.org/03d4ecn10", - "https://ror.org/03dm1p143", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0454zjr22": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/045q3tp69": { - "ancestors": [ - "https://ror.org/01m84wm78" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cm89a33": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/048ryj409": { - "ancestors": [ - "https://ror.org/03rth4p18", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fa3ke77": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/01s3fs709", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n4vkw74": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/02v87rg62" - ] - }, - "https://ror.org/003mzyg61": { - "ancestors": [ - "https://ror.org/027mhn368", - "https://ror.org/05w4e8v21", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yzbmy59": { - "ancestors": [ - "https://ror.org/017rnyz40", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0250wyd34": { - "ancestors": [ - "https://ror.org/00ker7c87" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qa4rf46": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - "https://ror.org/02baj6743", - "https://ror.org/008rwh029", - "https://ror.org/05xxb2f26", - "https://ror.org/02dm0bq25", - "https://ror.org/01f1amm71", - "https://ror.org/05mqemx33", - "https://ror.org/03evbwn87" - ] - }, - "https://ror.org/041v99f68": { - "ancestors": [ - "https://ror.org/04xhy8q59", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cmt9z73": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rnj8444": { - "ancestors": [ - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x5jmr79": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/00z54nq84", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h6z2q77": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g60bf21": { - "ancestors": [ - "https://ror.org/02t3p7e85", - "https://ror.org/00be8mn93" - ], - "descendants": [ - - ] - }, - "https://ror.org/044xe8e90": { - "ancestors": [ - "https://ror.org/02kzqn938" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eq8fa86": { - "ancestors": [ - "https://ror.org/053x9s498", - "https://ror.org/02kzqn938", - "https://ror.org/02gdcg342" - ], - "descendants": [ - - ] - }, - "https://ror.org/021xexe56": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vb88585": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/010nk4c68": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hp04238": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ymr5447": { - "ancestors": [ - "https://ror.org/01dt7qh15" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yvha224": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02ggnyt49" - ], - "descendants": [ - - ] - }, - "https://ror.org/046p5eg67": { - "ancestors": [ - "https://ror.org/01c98q459" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tt79z10": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/01x441g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/006vqpx82": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02ppyfa04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wbsq162": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03629my43": { - "ancestors": [ - "https://ror.org/02kzqn938" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ndvqf03": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qy9z186": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02ppyfa04", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rvrjk28": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02ppyfa04", - "https://ror.org/05k9skc85" - ], - "descendants": [ - - ] - }, - "https://ror.org/017fdfe13": { - "ancestors": [ - "https://ror.org/01dt7qh15" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cs28a13": { - "ancestors": [ - "https://ror.org/01k4yrm29", - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0182ff951": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c3m6m66": { - "ancestors": [ - "https://ror.org/02ppyfa04", - "https://ror.org/00jmxvy70", - "https://ror.org/02kzqn938", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dvx0516": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02ppyfa04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vyv3y87": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/02vjkv261", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zrk7293": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q3kj769": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y5s3h28": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/05kpkpg04", - "https://ror.org/03rnk6m14", - "https://ror.org/05q3vnk25", - "https://ror.org/051escj72", - "https://ror.org/01dkyve95", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/029m96t80", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q29nn62": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02ppyfa04", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/037wke960": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gd4yq49": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/05k9skc85", - "https://ror.org/02kzqn938" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dyaew97": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fw8mx86": { - "ancestors": [ - "https://ror.org/04h6azc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dfqh778": { - "ancestors": [ - "https://ror.org/02kpeqv85" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r7e7711": { - "ancestors": [ - "https://ror.org/05k441034" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hdf3w38": { - "ancestors": [ - "https://ror.org/04t5xt781" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f5c5978": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zefvs55": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/04t0gwh46" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xbd2h58": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/01a8ajp46", - "https://ror.org/01c7wz417" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q8rrk81": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/035gq6r08": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ac0n114": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/013z99a51": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/04h1h0y33", - "https://ror.org/011ta8654" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bn5c048": { - "ancestors": [ - "https://ror.org/019tcpt25", - "https://ror.org/00s19x989", - "https://ror.org/03xjwb503", - "https://ror.org/00hx6zz33", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m090414": { - "ancestors": [ - "https://ror.org/053x9s498", - "https://ror.org/04b0z7q78", - "https://ror.org/02ezch769", - "https://ror.org/02kzqn938", - "https://ror.org/01gyxrk03", - "https://ror.org/02gdcg342", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qy9ka59": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/04t0gwh46" - ], - "descendants": [ - - ] - }, - "https://ror.org/032k75171": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/0452y0518" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sypqe31": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dsjbp13": { - "ancestors": [ - "https://ror.org/02kzqn938" - ], - "descendants": [ - - ] - }, - "https://ror.org/049s0ch10": { - "ancestors": [ - "https://ror.org/04g7xjj37" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d7ypa48": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dm3m993": { - "ancestors": [ - "https://ror.org/02ppyfa04", - "https://ror.org/00jmxvy70", - "https://ror.org/04vhgtv41", - "https://ror.org/02kzqn938", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kpwcf85": { - "ancestors": [ - "https://ror.org/046rm7j60", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ab0zs98": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h2qr957": { - "ancestors": [ - "https://ror.org/02egw5x81" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r7z1k40": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sy42d13": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xanhp90": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/05k9skc85", - "https://ror.org/02kzqn938" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ynb8e46": { - "ancestors": [ - "https://ror.org/04t5xt781" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bczqy30": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p6v5z38": { - "ancestors": [ - "https://ror.org/01gaw2478" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hz02a80": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02gdcg342", - "https://ror.org/02ppyfa04" - ], - "descendants": [ - - ] - }, - "https://ror.org/059h7s745": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b80ez59": { - "ancestors": [ - "https://ror.org/03fkrcm40", - "https://ror.org/05kpkpg04", - "https://ror.org/05q3vnk25", - "https://ror.org/03rnk6m14", - "https://ror.org/051escj72", - "https://ror.org/003vg9w96", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/01dkyve95", - "https://ror.org/0172v8z89", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mnw9q71": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kz79f96": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/011xg1225": { - "ancestors": [ - "https://ror.org/05kpkpg04", - "https://ror.org/04abkkz03", - "https://ror.org/03rnk6m14", - "https://ror.org/003vg9w96", - "https://ror.org/015q23935", - "https://ror.org/01dkyve95", - "https://ror.org/05q3vnk25", - "https://ror.org/029m96t80", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zdwr798": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/038sy2k93": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/0002cnv45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tv49k22": { - "ancestors": [ - "https://ror.org/04tehfn33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jsgkx16": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/036h8vg94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xkgc756": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0005r2j17": { - "ancestors": [ - "https://ror.org/04abkkz03" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y75v050": { - "ancestors": [ - "https://ror.org/04h6azc67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rvn2t89": { - "ancestors": [ - "https://ror.org/00r1edq15" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b7zk537": { - "ancestors": [ - "https://ror.org/00rgfaj93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rxtdc22": { - "ancestors": [ - "https://ror.org/015m7wh34" - ], - "descendants": [ - "https://ror.org/026m1rk14", - "https://ror.org/05b3p7p58", - "https://ror.org/05y76vp22" - ] - }, - "https://ror.org/05dy6wv04": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k4h0334": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02f762h70", - "https://ror.org/05v14bq57", - "https://ror.org/04bgwn153", - "https://ror.org/03g5tqa50", - "https://ror.org/05evek152", - "https://ror.org/05vcng590", - "https://ror.org/01yvark48", - "https://ror.org/05ba43f71", - "https://ror.org/0042xzm63", - "https://ror.org/028paz341", - "https://ror.org/0042xzm63" - ] - }, - "https://ror.org/02vtmh618": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/009twqt47" - ] - }, - "https://ror.org/04n03q057": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zec9695": { - "ancestors": [ - "https://ror.org/057ff4y42" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qsamf92": { - "ancestors": [ - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03atqv648": { - "ancestors": [ - "https://ror.org/01e7wth34", - "https://ror.org/01a8ajp46", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00enct420": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/01y8j9r24", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b4q1853": { - "ancestors": [ - "https://ror.org/05bea9918", - "https://ror.org/02cte4b68", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05514hp74": { - "ancestors": [ - "https://ror.org/04px4e658", - "https://ror.org/02rx3b187", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p94ax69": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02vjkv261", - "https://ror.org/02ppyfa04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k267t15": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/00jjx8s55", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pwyfk22": { - "ancestors": [ - "https://ror.org/00mthsf17" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hkbys70": { - "ancestors": [ - "https://ror.org/02kzqn938" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xvpbd79": { - "ancestors": [ - "https://ror.org/01fe0jt45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01et6g203": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/030vwjb30": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/0095dt357": { - "ancestors": [ - "https://ror.org/04y8cs423", - "https://ror.org/02vjkv261", - "https://ror.org/013cjyk83", - "https://ror.org/04t0gwh46", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/033v1zn65": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01273vs09": { - "ancestors": [ - "https://ror.org/0530j9m17", - "https://ror.org/02rx3b187", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t9s7t87": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/00jjx8s55", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/050rs7291": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/04gqg1a07", - "https://ror.org/05sbt2524" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m870m49": { - "ancestors": [ - "https://ror.org/01v5cv687" - ], - "descendants": [ - - ] - }, - "https://ror.org/04eeyfe07": { - "ancestors": [ - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ka94606": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q5m4q74": { - "ancestors": [ - "https://ror.org/02kzqn938" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wjc8a85": { - "ancestors": [ - "https://ror.org/00hx6zz33", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pzyz439": { - "ancestors": [ - "https://ror.org/05kpkpg04", - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xzagw65": { - "ancestors": [ - "https://ror.org/00mthsf17" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s4dmd79": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0018c4h73": { - "ancestors": [ - "https://ror.org/053x9s498", - "https://ror.org/02evec030", - "https://ror.org/02kzqn938", - "https://ror.org/02gdcg342" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bwykg15": { - "ancestors": [ - "https://ror.org/02kzqn938" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yczwp93": { - "ancestors": [ - "https://ror.org/038k8pw28", - "https://ror.org/03r3n3715", - "https://ror.org/03x42jk29", - "https://ror.org/05jxfge78" - ], - "descendants": [ - - ] - }, - "https://ror.org/026m44z54": { - "ancestors": [ - "https://ror.org/05s6rge65", - "https://ror.org/050jn9y42", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/02rx3b187", - "https://ror.org/01cbtr271", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/007y9b339": { - "ancestors": [ - "https://ror.org/00hx6zz33", - "https://ror.org/03xjwb503", - "https://ror.org/056atnc19", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ba43f71": { - "ancestors": [ - "https://ror.org/02k4h0334", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/0042xzm63" - ] - }, - "https://ror.org/04p4jgt68": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02ppyfa04", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xnnng09": { - "ancestors": [ - "https://ror.org/02en5vm52", - "https://ror.org/019tcpt25", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/048z62t22": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j6ykv32": { - "ancestors": [ - "https://ror.org/027ryxs60" - ], - "descendants": [ - - ] - }, - "https://ror.org/047egvh76": { - "ancestors": [ - "https://ror.org/0268ecp52", - "https://ror.org/03x42jk29", - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y61y350": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/01a8ajp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02byv2846": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jp5dw81": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503", - "https://ror.org/0321g0743" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g9rt435": { - "ancestors": [ - "https://ror.org/00sbttv49", - "https://ror.org/0162y2387", - "https://ror.org/0380k9k47", - "https://ror.org/03xjwb503", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kezy879": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/046hjmc37": { - "ancestors": [ - "https://ror.org/00d0rke27", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p73bw06": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/0321g0743", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fjffm04": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g0ktq11": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503", - "https://ror.org/05d5m2r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fsxy317": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/015m7wh34" - ], - "descendants": [ - - ] - }, - "https://ror.org/023cs7p87": { - "ancestors": [ - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s92nm86": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0449rap84": { - "ancestors": [ - "https://ror.org/00e96v939", - "https://ror.org/025er3q23", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0409gk363": { - "ancestors": [ - "https://ror.org/02kzqn938" - ], - "descendants": [ - - ] - }, - "https://ror.org/016w4zy25": { - "ancestors": [ - "https://ror.org/02kzqn938" - ], - "descendants": [ - - ] - }, - "https://ror.org/0050w9p71": { - "ancestors": [ - "https://ror.org/03m8vkq32" - ], - "descendants": [ - - ] - }, - "https://ror.org/030e1gk87": { - "ancestors": [ - "https://ror.org/00rs6vg23", - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ya3d516": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02ppyfa04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01earvv39": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503", - "https://ror.org/0321g0743" - ], - "descendants": [ - - ] - }, - "https://ror.org/039a53269": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04px4e658": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/00fwjkb59", - "https://ror.org/05kwbf598", - "https://ror.org/01wwcfa26", - "https://ror.org/03eqm6y13", - "https://ror.org/05514hp74", - "https://ror.org/05588ks88" - ] - }, - "https://ror.org/021zcv334": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t3p7e85": { - "ancestors": [ - "https://ror.org/00be8mn93" - ], - "descendants": [ - "https://ror.org/03g60bf21" - ] - }, - "https://ror.org/01r19bq53": { - "ancestors": [ - "https://ror.org/02v6kpv12", - "https://ror.org/04t0gwh46", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368", - "https://ror.org/013cjyk83", - "https://ror.org/051escj72", - "https://ror.org/01ahyrz84", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q7f3j18": { - "ancestors": [ - "https://ror.org/03rzyjb72", - "https://ror.org/0530j9m17", - "https://ror.org/01a8ajp46", - "https://ror.org/003vg9w96", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kwqat20": { - "ancestors": [ - "https://ror.org/003ckn545", - "https://ror.org/02kzqn938", - "https://ror.org/02gdcg342", - "https://ror.org/008kn4z11", - "https://ror.org/04qb2qm38", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qygwc68": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02ppyfa04" - ], - "descendants": [ - - ] - }, - "https://ror.org/047y28a09": { - "ancestors": [ - "https://ror.org/02kzqn938" - ], - "descendants": [ - - ] - }, - "https://ror.org/034gh1d56": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vam5b06": { - "ancestors": [ - "https://ror.org/043htjv09", - "https://ror.org/0175hh227", - "https://ror.org/03x42jk29", - "https://ror.org/00hx6zz33", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/042949r55", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d78qr79": { - "ancestors": [ - "https://ror.org/017zqws13", - "https://ror.org/03grvy078" - ], - "descendants": [ - - ] - }, - "https://ror.org/0086epd30": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02vjkv261", - "https://ror.org/05k9skc85" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pbmtd68": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02ppyfa04", - "https://ror.org/02vjkv261", - "https://ror.org/05k9skc85", - "https://ror.org/05n2c8735" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wp2jz98": { - "ancestors": [ - "https://ror.org/01js2sh04", - "https://ror.org/02sptwz63", - "https://ror.org/00jjx8s55", - "https://ror.org/03g2am276", - "https://ror.org/005ta0471", - "https://ror.org/04zaypm56", - "https://ror.org/00nzsxq20", - "https://ror.org/00n1nz186", - "https://ror.org/044gwpv05", - "https://ror.org/05r0vyz12", - "https://ror.org/03zttf063", - "https://ror.org/001aqnf71", - "https://ror.org/00mt8k932", - "https://ror.org/02feahw73", - "https://ror.org/0281dp749", - "https://ror.org/03ge1nb22" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ccaam24": { - "ancestors": [ - "https://ror.org/02kzqn938" - ], - "descendants": [ - - ] - }, - "https://ror.org/051yxp643": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/0459x4g44": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tfaab58": { - "ancestors": [ - "https://ror.org/01wjejq96" - ], - "descendants": [ - - ] - }, - "https://ror.org/014sj8802": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/05q3vnk25", - "https://ror.org/051escj72", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fgntk96": { - "ancestors": [ - "https://ror.org/03nh7d505", - "https://ror.org/05a0dhs15", - "https://ror.org/02m9kbe37", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/00jjx8s55", - "https://ror.org/05q3vnk25", - "https://ror.org/030hj3061", - "https://ror.org/02en5vm52", - "https://ror.org/013cjyk83", - "https://ror.org/03gnr7b55", - "https://ror.org/035xkbk20", - "https://ror.org/03gnr7b55", - "https://ror.org/013cjyk83", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/025vp2923", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/044mrv955": { - "ancestors": [ - "https://ror.org/019tgvf94", - "https://ror.org/050ra0n32", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rf29967": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fmctt82": { - "ancestors": [ - "https://ror.org/015m7wh34" - ], - "descendants": [ - "https://ror.org/00m4rxj18" - ] - }, - "https://ror.org/029rfe283": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q29s414": { - "ancestors": [ - "https://ror.org/019tcpt25", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t4pc386": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/013cjyk83", - "https://ror.org/04t0gwh46" - ], - "descendants": [ - - ] - }, - "https://ror.org/0455vgw31": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02ppyfa04", - "https://ror.org/02vjkv261", - "https://ror.org/05k9skc85" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dpfhh73": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xtaw673": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/015m7wh34" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tf8ca96": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/04t0gwh46" - ], - "descendants": [ - - ] - }, - "https://ror.org/053gv2m95": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/053ppfe96": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k3ph542": { - "ancestors": [ - "https://ror.org/014zrew76", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/04as3rk94": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/02vjkv261", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/056hav897": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02ppyfa04", - "https://ror.org/02vjkv261", - "https://ror.org/02feahw73", - "https://ror.org/05k9skc85" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b9dvn87": { - "ancestors": [ - "https://ror.org/01vx64p53" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x9zmx47": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/02ppyfa04", - "https://ror.org/03xfq7a50", - "https://ror.org/05k9skc85", - "https://ror.org/04vhgtv41" - ], - "descendants": [ - - ] - }, - "https://ror.org/04waf7p94": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/051pmyn62": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ms06f06": { - "ancestors": [ - "https://ror.org/05n911h24" - ], - "descendants": [ - - ] - }, - "https://ror.org/033xefj97": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/037130043": { - "ancestors": [ - "https://ror.org/02jqj7156" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h01ex42": { - "ancestors": [ - "https://ror.org/01j7nq853", - "https://ror.org/01mtkd993" - ], - "descendants": [ - - ] - }, - "https://ror.org/007gfwn20": { - "ancestors": [ - "https://ror.org/01xkakk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gzkyr25": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a5dxw64": { - "ancestors": [ - "https://ror.org/01k40cz91" - ], - "descendants": [ - "https://ror.org/04cr3xz70" - ] - }, - "https://ror.org/05vdb2m56": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c794867": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gz77z03": { - "ancestors": [ - "https://ror.org/0470vke61", - "https://ror.org/04emwm605" - ], - "descendants": [ - "https://ror.org/02spbd534" - ] - }, - "https://ror.org/04qs3nf63": { - "ancestors": [ - "https://ror.org/02v6n4042" - ], - "descendants": [ - - ] - }, - "https://ror.org/0455wwj08": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/019tcpt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/033z59547": { - "ancestors": [ - "https://ror.org/02bhgkk43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rzr3z90": { - "ancestors": [ - "https://ror.org/01xkakk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wxbhc62": { - "ancestors": [ - "https://ror.org/0353fsq42" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ekbxr47": { - "ancestors": [ - "https://ror.org/00w7bj245" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vaxkw63": { - "ancestors": [ - "https://ror.org/05tyne317" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m7n4g71": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/027nn6b17": { - "ancestors": [ - "https://ror.org/0326knt82", - "https://ror.org/00as45r68" - ], - "descendants": [ - - ] - }, - "https://ror.org/01trny179": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/001f39w38": { - "ancestors": [ - "https://ror.org/01a8ajp46" - ], - "descendants": [ - "https://ror.org/02n5evf44", - "https://ror.org/00t3fpp34" - ] - }, - "https://ror.org/011c8cv48": { - "ancestors": [ - "https://ror.org/04qb2qm38", - "https://ror.org/002t25c44" - ], - "descendants": [ - - ] - }, - "https://ror.org/020ws7586": { - "ancestors": [ - "https://ror.org/01k40cz91" - ], - "descendants": [ - "https://ror.org/01k1ngp50", - "https://ror.org/03c2k2909", - "https://ror.org/04e8pda19", - "https://ror.org/04hd6wf14", - "https://ror.org/00wdpp052", - "https://ror.org/01f1vfy95", - "https://ror.org/009rwsd77", - "https://ror.org/04s945776" - ] - }, - "https://ror.org/039nazg33": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tz8r820": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/035wq2m82": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j546b66": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/001vq2a15": { - "ancestors": [ - "https://ror.org/008stv805" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nf8d138": { - "ancestors": [ - "https://ror.org/01xkakk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xrcta15": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01920cw75": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/029nkcm90", - "https://ror.org/013cjyk83", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ss0kv69": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jgk9c55": { - "ancestors": [ - "https://ror.org/02bfwt286" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g0swy93": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/032qezt74": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/03v2c3v44" - ] - }, - "https://ror.org/04zj3zq12": { - "ancestors": [ - "https://ror.org/01b4gqk18" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v4vk244": { - "ancestors": [ - "https://ror.org/04g6bbq64", - "https://ror.org/02msan859" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nh7d505": { - "ancestors": [ - "https://ror.org/03gnr7b55" - ], - "descendants": [ - "https://ror.org/03x30hb31", - "https://ror.org/003n95695", - "https://ror.org/057axh226", - "https://ror.org/02snf8m58", - "https://ror.org/01w1erp60", - "https://ror.org/04fgntk96", - "https://ror.org/02mhxg157", - "https://ror.org/05hz99a17", - "https://ror.org/03wt8n129", - "https://ror.org/01gamk045" - ] - }, - "https://ror.org/02am8se85": { - "ancestors": [ - "https://ror.org/02qqvpd39", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pbyft41": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qae1p49": { - "ancestors": [ - "https://ror.org/045vwce28", - "https://ror.org/00berct97" - ], - "descendants": [ - - ] - }, - "https://ror.org/025z3z560": { - "ancestors": [ - "https://ror.org/02kkvpp62", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ypxpx75": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/002epp671": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/014q1bn90": { - "ancestors": [ - "https://ror.org/056g0b798" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ctmtz16": { - "ancestors": [ - "https://ror.org/02ttsq026", - "https://ror.org/00jc20583" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tvvdy44": { - "ancestors": [ - "https://ror.org/02xhk2825" - ], - "descendants": [ - - ] - }, - "https://ror.org/01996tc28": { - "ancestors": [ - "https://ror.org/010wkny21", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03be9n013": { - "ancestors": [ - "https://ror.org/008stv805" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gknh003": { - "ancestors": [ - "https://ror.org/04s5mat29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qf78c11": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/048tf4023": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s7shc55": { - "ancestors": [ - "https://ror.org/032000t02" - ], - "descendants": [ - - ] - }, - "https://ror.org/032hzb643": { - "ancestors": [ - "https://ror.org/02kkvpp62", - "https://ror.org/01hhn8329", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/027defw95": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/02feahw73", - "https://ror.org/03sjk9a61" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kvn3r95": { - "ancestors": [ - "https://ror.org/0117jxy09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h85cx24": { - "ancestors": [ - "https://ror.org/05tyne317" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jr65m43": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/006g31f33": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ttsq026": { - "ancestors": [ - "https://ror.org/00jc20583" - ], - "descendants": [ - "https://ror.org/01m9s4d25", - "https://ror.org/00bdqav06", - "https://ror.org/00924z688", - "https://ror.org/008hybe55", - "https://ror.org/01fcjzv38", - "https://ror.org/04r3s7465", - "https://ror.org/02ep77d74", - "https://ror.org/01v6d0b34", - "https://ror.org/00ctmtz16", - "https://ror.org/00bxr0z07", - "https://ror.org/02whst089" - ] - }, - "https://ror.org/02794jc95": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fw3y429": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/045dq5f72": { - "ancestors": [ - "https://ror.org/05n8j1468" - ], - "descendants": [ - - ] - }, - "https://ror.org/044tjxx32": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z25am55": { - "ancestors": [ - "https://ror.org/005bk2339", - "https://ror.org/04vnq7t77", - "https://ror.org/032000t02", - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ek2rf42": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h2vtb84": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r1rhv60": { - "ancestors": [ - "https://ror.org/03cg93958" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gq09j61": { - "ancestors": [ - "https://ror.org/02rg1r889" - ], - "descendants": [ - - ] - }, - "https://ror.org/010t4mz11": { - "ancestors": [ - "https://ror.org/00ppaw753" - ], - "descendants": [ - - ] - }, - "https://ror.org/04smycn12": { - "ancestors": [ - "https://ror.org/02jqj7156" - ], - "descendants": [ - - ] - }, - "https://ror.org/004fa0x02": { - "ancestors": [ - "https://ror.org/01c1w6d29" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vkhr254": { - "ancestors": [ - "https://ror.org/001w7jn25", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j7nq853": { - "ancestors": [ - "https://ror.org/01mtkd993" - ], - "descendants": [ - "https://ror.org/04j23ff69", - "https://ror.org/022nyme12", - "https://ror.org/01nysf027", - "https://ror.org/01csn4944", - "https://ror.org/02yryhg49", - "https://ror.org/00y4zmh56", - "https://ror.org/012prxm53", - "https://ror.org/00h01ex42" - ] - }, - "https://ror.org/04b82qh04": { - "ancestors": [ - "https://ror.org/05tyne317" - ], - "descendants": [ - - ] - }, - "https://ror.org/010wkny21": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - "https://ror.org/01996tc28" - ] - }, - "https://ror.org/02kqs4h17": { - "ancestors": [ - "https://ror.org/01xkakk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vb93k64": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xk45068": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wez4p43": { - "ancestors": [ - "https://ror.org/04cxsn644", - "https://ror.org/03sjk9a61", - "https://ror.org/02kzqn938", - "https://ror.org/01x441g73", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/047xz1e88": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cxsn644": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/014net767", - "https://ror.org/04y91dy23" - ] - }, - "https://ror.org/05q526p85": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wtxm109": { - "ancestors": [ - "https://ror.org/05tyne317" - ], - "descendants": [ - - ] - }, - "https://ror.org/05frnbh40": { - "ancestors": [ - "https://ror.org/047j0dn45" - ], - "descendants": [ - - ] - }, - "https://ror.org/037s0tq36": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kkwkt79": { - "ancestors": [ - "https://ror.org/01xkakk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/05120qw60": { - "ancestors": [ - "https://ror.org/044k31203" - ], - "descendants": [ - - ] - }, - "https://ror.org/028xjkf45": { - "ancestors": [ - "https://ror.org/01xkakk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mvrj242": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r5mc782": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/045vwce28": { - "ancestors": [ - "https://ror.org/00berct97" - ], - "descendants": [ - "https://ror.org/04qae1p49" - ] - }, - "https://ror.org/00s0yct57": { - "ancestors": [ - "https://ror.org/05tyne317" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rzr5v92": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gsv2389": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kmnzb51": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dh21g53": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g8rx069": { - "ancestors": [ - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/04qkhgw46", - "https://ror.org/05k0nvr25", - "https://ror.org/01kvhwz50", - "https://ror.org/02fsd1928", - "https://ror.org/04f5ctv63", - "https://ror.org/01w1erp60", - "https://ror.org/00tjzq647", - "https://ror.org/04rdbcq08", - "https://ror.org/037eda396" - ] - }, - "https://ror.org/02zzkv309": { - "ancestors": [ - "https://ror.org/01xkakk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fkg1209": { - "ancestors": [ - "https://ror.org/02qa1x782", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vfjqp82": { - "ancestors": [ - "https://ror.org/0470vke61" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gndyy51": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/036s2ns10": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mj5bc69": { - "ancestors": [ - "https://ror.org/032241511", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rhyza23": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/0203k1k48": { - "ancestors": [ - "https://ror.org/0470vke61" - ], - "descendants": [ - - ] - }, - "https://ror.org/0236dma10": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jc43x05": { - "ancestors": [ - "https://ror.org/02kkvpp62" - ], - "descendants": [ - - ] - }, - "https://ror.org/032241511": { - "ancestors": [ - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00mj5bc69" - ] - }, - "https://ror.org/023c4vk26": { - "ancestors": [ - "https://ror.org/03abrgd14", - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/0067qp350": { - "ancestors": [ - "https://ror.org/01xkakk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/022knwr79": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j47fz63": { - "ancestors": [ - "https://ror.org/01xkakk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qqvpd39": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - "https://ror.org/02am8se85" - ] - }, - "https://ror.org/035k4m812": { - "ancestors": [ - "https://ror.org/03ngg2631" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nvq4081": { - "ancestors": [ - "https://ror.org/00fxxw604" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wmhkr98": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zhyf578": { - "ancestors": [ - "https://ror.org/05kpkpg04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xk4yb78": { - "ancestors": [ - "https://ror.org/05kpkpg04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r3s7465": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/02ttsq026", - "https://ror.org/00jc20583" - ], - "descendants": [ - - ] - }, - "https://ror.org/042twtr12": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/0045x2741", - "https://ror.org/00x584494", - "https://ror.org/02e5dc168", - "https://ror.org/05xte6x19", - "https://ror.org/05tcdh256", - "https://ror.org/03v64vs34", - "https://ror.org/021rths28", - "https://ror.org/00jc2kw33", - "https://ror.org/03p15s250", - "https://ror.org/05je2tx78", - "https://ror.org/0015x1k58", - "https://ror.org/021asz590", - "https://ror.org/0502a2655", - "https://ror.org/03fe2kq34", - "https://ror.org/01z6p8p31", - "https://ror.org/01c75m640", - "https://ror.org/04spzbf72", - "https://ror.org/00sdb8f83", - "https://ror.org/044fqcn90", - "https://ror.org/012rb2c33", - "https://ror.org/00f5trr09", - "https://ror.org/02p7sht55", - "https://ror.org/02ggwpx62", - "https://ror.org/01wjn2x92" - ] - }, - "https://ror.org/03mj14b52": { - "ancestors": [ - "https://ror.org/05kpkpg04", - "https://ror.org/005ypkf75" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w0a0617": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v8tnc06": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/01g140v14", - "https://ror.org/03prcq065", - "https://ror.org/020vtf184", - "https://ror.org/0303gny42", - "https://ror.org/0231an742", - "https://ror.org/01276vm23" - ] - }, - "https://ror.org/02ygzhr13": { - "ancestors": [ - "https://ror.org/00cvxb145" - ], - "descendants": [ - - ] - }, - "https://ror.org/0286hg268": { - "ancestors": [ - "https://ror.org/00ee9xb13" - ], - "descendants": [ - - ] - }, - "https://ror.org/041twcm28": { - "ancestors": [ - "https://ror.org/0470vke61" - ], - "descendants": [ - - ] - }, - "https://ror.org/039t4wk02": { - "ancestors": [ - "https://ror.org/0304hq317", - "https://ror.org/010nsgg66" - ], - "descendants": [ - "https://ror.org/04n901n71" - ] - }, - "https://ror.org/02ebcws13": { - "ancestors": [ - "https://ror.org/02hdxw977" - ], - "descendants": [ - - ] - }, - "https://ror.org/054ktxw16": { - "ancestors": [ - "https://ror.org/05kpkpg04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hz99a17": { - "ancestors": [ - "https://ror.org/03nh7d505", - "https://ror.org/02feahw73", - "https://ror.org/01yxtfe92", - "https://ror.org/01jq57122", - "https://ror.org/017rnyz40", - "https://ror.org/02rx3b187", - "https://ror.org/03gnr7b55", - "https://ror.org/03gnr7b55", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b40r146": { - "ancestors": [ - "https://ror.org/012sh1702" - ], - "descendants": [ - "https://ror.org/04cz2sw33" - ] - }, - "https://ror.org/00xbw4a70": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/0078xmk34": { - "ancestors": [ - "https://ror.org/052msxy68" - ], - "descendants": [ - "https://ror.org/00x0rjj17" - ] - }, - "https://ror.org/05angxc35": { - "ancestors": [ - "https://ror.org/00m0j3d84" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dgrff29": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01apday90": { - "ancestors": [ - "https://ror.org/016vzmc05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d6p8r58": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p299b07": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yhca997": { - "ancestors": [ - "https://ror.org/0359s0245" - ], - "descendants": [ - "https://ror.org/04zxf4256" - ] - }, - "https://ror.org/03x53g461": { - "ancestors": [ - "https://ror.org/05kpkpg04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ac5t267": { - "ancestors": [ - "https://ror.org/00m0j3d84" - ], - "descendants": [ - - ] - }, - "https://ror.org/0460tzy11": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n8t2628": { - "ancestors": [ - "https://ror.org/00cvxb145" - ], - "descendants": [ - - ] - }, - "https://ror.org/032h87485": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02jb98t16" - ] - }, - "https://ror.org/056zprp28": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/01brjce02": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z2yec16": { - "ancestors": [ - "https://ror.org/0064kty71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hc84p76": { - "ancestors": [ - "https://ror.org/00m0j3d84" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t5a9538": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n901n71": { - "ancestors": [ - "https://ror.org/039t4wk02", - "https://ror.org/0304hq317", - "https://ror.org/010nsgg66" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dsfb086": { - "ancestors": [ - "https://ror.org/03v4gjf40", - "https://ror.org/001w7jn25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jb98t16": { - "ancestors": [ - "https://ror.org/032h87485", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ykp4255": { - "ancestors": [ - "https://ror.org/0512cxv65" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zxf4256": { - "ancestors": [ - "https://ror.org/05yhca997", - "https://ror.org/0359s0245" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ctt0481": { - "ancestors": [ - "https://ror.org/049ahjd53" - ], - "descendants": [ - - ] - }, - "https://ror.org/0302jbz39": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nq33970": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ggwpx62": { - "ancestors": [ - "https://ror.org/01z6p8p31", - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z22t144": { - "ancestors": [ - "https://ror.org/055rn2a38" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xvvtc63": { - "ancestors": [ - "https://ror.org/051kejp81" - ], - "descendants": [ - - ] - }, - "https://ror.org/042phe474": { - "ancestors": [ - "https://ror.org/05p30rt34" - ], - "descendants": [ - - ] - }, - "https://ror.org/0231an742": { - "ancestors": [ - "https://ror.org/03v8tnc06", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/036266993": { - "ancestors": [ - "https://ror.org/02xznz413", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p76fn60": { - "ancestors": [ - "https://ror.org/05fhwtx59" - ], - "descendants": [ - - ] - }, - "https://ror.org/048d5b075": { - "ancestors": [ - "https://ror.org/03v4gjf40" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vmke174": { - "ancestors": [ - "https://ror.org/042twtr12", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/023pm6532": { - "ancestors": [ - "https://ror.org/00waaqh38" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nayd663": { - "ancestors": [ - "https://ror.org/049ahjd53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hv86c27": { - "ancestors": [ - "https://ror.org/05kpkpg04" - ], - "descendants": [ - - ] - }, - "https://ror.org/0107nyd78": { - "ancestors": [ - "https://ror.org/03a1kwz48", - "https://ror.org/04fq9j139", - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n60x970": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/052gyqs21": { - "ancestors": [ - "https://ror.org/0517rzt45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02banhz78": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/051escj72", - "https://ror.org/05kpkpg04", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d917r56": { - "ancestors": [ - "https://ror.org/01psx1920" - ], - "descendants": [ - - ] - }, - "https://ror.org/036ak4h42": { - "ancestors": [ - "https://ror.org/04e74dh47" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ja00s57": { - "ancestors": [ - "https://ror.org/054ys4h04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yr4wk92": { - "ancestors": [ - "https://ror.org/01xkakk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/054spjc55": { - "ancestors": [ - "https://ror.org/00jc20583" - ], - "descendants": [ - - ] - }, - "https://ror.org/001rm8957": { - "ancestors": [ - "https://ror.org/01bvh8x83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cvt0159": { - "ancestors": [ - "https://ror.org/03rn0z073" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xsrsp28": { - "ancestors": [ - "https://ror.org/044nptt90", - "https://ror.org/01n0k5m85" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w4exq36": { - "ancestors": [ - "https://ror.org/05kpkpg04", - "https://ror.org/051escj72", - "https://ror.org/03rnk6m14", - "https://ror.org/003vg9w96", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/034nc1205": { - "ancestors": [ - "https://ror.org/021018s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v6e0402": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jeee804": { - "ancestors": [ - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04xgzv028" - ] - }, - "https://ror.org/01dwzy755": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/0428ctr80": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04andmq85": { - "ancestors": [ - "https://ror.org/017rnyz40", - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/04ahza989", - "https://ror.org/028cef883", - "https://ror.org/04n9van71", - "https://ror.org/027mnq498", - "https://ror.org/01cw28e72", - "https://ror.org/054v0s666", - "https://ror.org/01ja5aj48", - "https://ror.org/02wgtm643", - "https://ror.org/03r0cdk24", - "https://ror.org/008p7mq56" - ] - }, - "https://ror.org/011kg8p14": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x3z9745": { - "ancestors": [ - "https://ror.org/0034eay46" - ], - "descendants": [ - - ] - }, - "https://ror.org/04msyas67": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ps2mz85": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cesps27": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/05q3vnk25", - "https://ror.org/003vg9w96", - "https://ror.org/051escj72", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/057trrr89": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/027xymc69": { - "ancestors": [ - "https://ror.org/03sjk9a61" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cmntr54": { - "ancestors": [ - "https://ror.org/01r9z8p25" - ], - "descendants": [ - "https://ror.org/054tmk179" - ] - }, - "https://ror.org/025g2e477": { - "ancestors": [ - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p5baq95": { - "ancestors": [ - "https://ror.org/01d88se56" - ], - "descendants": [ - - ] - }, - "https://ror.org/018wzhc20": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/008p7mq56": { - "ancestors": [ - "https://ror.org/04ahza989", - "https://ror.org/02wwzvj46", - "https://ror.org/04andmq85", - "https://ror.org/04b0z7q78", - "https://ror.org/02feahw73", - "https://ror.org/017rnyz40", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00se82r08": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c1xev33": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xffm983": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/009ps2x93": { - "ancestors": [ - "https://ror.org/00byxdz40", - "https://ror.org/02rx3b187", - "https://ror.org/00jjx8s55", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kw1sm04": { - "ancestors": [ - "https://ror.org/03wd9za21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xrx2377": { - "ancestors": [ - "https://ror.org/013bkhk48", - "https://ror.org/04wez5e68" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b1bbq66": { - "ancestors": [ - "https://ror.org/00pe0tf51", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w9e3r89": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/051br2d77": { - "ancestors": [ - "https://ror.org/03rth4p18", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0259td381": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/051awsb83": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w3swb66": { - "ancestors": [ - "https://ror.org/03wd9za21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vt9rv16": { - "ancestors": [ - "https://ror.org/03wd9za21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r0wp596": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02deetg88": { - "ancestors": [ - "https://ror.org/05hessd06" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rt74q71": { - "ancestors": [ - "https://ror.org/00xmwgm53" - ], - "descendants": [ - - ] - }, - "https://ror.org/0015qa126": { - "ancestors": [ - "https://ror.org/03ht1xw27", - "https://ror.org/02m388s04", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/047q8av65": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wttga88": { - "ancestors": [ - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/013r8c450": { - "ancestors": [ - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j1gwp17": { - "ancestors": [ - "https://ror.org/00a1gne75" - ], - "descendants": [ - "https://ror.org/051arnj27" - ] - }, - "https://ror.org/00tqjtg68": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/040jq3y94": { - "ancestors": [ - "https://ror.org/02wnejx52", - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/0161w0r98": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/00qnrsq87" - ] - }, - "https://ror.org/03ncxj847": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/005bk2339": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - "https://ror.org/01z25am55", - "https://ror.org/010c2rf19" - ] - }, - "https://ror.org/00g1d7b60": { - "ancestors": [ - "https://ror.org/01kg8sb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kxw0b63": { - "ancestors": [ - "https://ror.org/02djqfd08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0127n6542": { - "ancestors": [ - "https://ror.org/01frn9647", - "https://ror.org/0199hds37", - "https://ror.org/04wez5e68" - ], - "descendants": [ - - ] - }, - "https://ror.org/045495t75": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g7a7c91": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gj7r351": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00nb39k71", - "https://ror.org/044jxhp58" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zy6vr46": { - "ancestors": [ - "https://ror.org/052qegn86" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j72sa23": { - "ancestors": [ - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01da06998": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/044nptt90": { - "ancestors": [ - "https://ror.org/01n0k5m85" - ], - "descendants": [ - "https://ror.org/04xsrsp28" - ] - }, - "https://ror.org/05jyayj71": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/024tgbv41": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hrtf583": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/008td3p62": { - "ancestors": [ - "https://ror.org/057zh3y96", - "https://ror.org/052rrw050", - "https://ror.org/01g5y5k24", - "https://ror.org/055n47h92", - "https://ror.org/048rj2z13", - "https://ror.org/048rj2z13" - ], - "descendants": [ - "https://ror.org/033tx3651", - "https://ror.org/04djymq25", - "https://ror.org/00h761y79" - ] - }, - "https://ror.org/05x3amg60": { - "ancestors": [ - "https://ror.org/04v54gj93" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zv2b697": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x0ma614": { - "ancestors": [ - "https://ror.org/04d0xx942", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g3dte14": { - "ancestors": [ - "https://ror.org/05sqd3t97" - ], - "descendants": [ - "https://ror.org/01v4tq883", - "https://ror.org/03k9hrc16", - "https://ror.org/03s53g630", - "https://ror.org/00j8x3x80" - ] - }, - "https://ror.org/00tdmgj61": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/008eg1b26": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cmkbc96": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yg1pf55": { - "ancestors": [ - "https://ror.org/0265w5591", - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ggkbb05": { - "ancestors": [ - "https://ror.org/01bg6x409" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qghxh33": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - "https://ror.org/031m8s392" - ] - }, - "https://ror.org/02v9m6h26": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/005w2mm89": { - "ancestors": [ - "https://ror.org/013bkhk48", - "https://ror.org/04wez5e68", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02abb9a79": { - "ancestors": [ - "https://ror.org/02zsxwr40", - "https://ror.org/051fvmk98" - ], - "descendants": [ - - ] - }, - "https://ror.org/037cnag11": { - "ancestors": [ - "https://ror.org/032va1j59" - ], - "descendants": [ - "https://ror.org/04e6zkc05" - ] - }, - "https://ror.org/03r9qc142": { - "ancestors": [ - "https://ror.org/0187kwz08", - "https://ror.org/02jx3x895", - "https://ror.org/042fqyp44", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/036w79395": { - "ancestors": [ - "https://ror.org/05hessd06" - ], - "descendants": [ - - ] - }, - "https://ror.org/035f5f914": { - "ancestors": [ - "https://ror.org/00v4dac24", - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0468fwt03": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ab8zv57": { - "ancestors": [ - "https://ror.org/04mghma93", - "https://ror.org/01nrxwf90" - ], - "descendants": [ - - ] - }, - "https://ror.org/029r1ks56": { - "ancestors": [ - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/033zmj163": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - "https://ror.org/05k70qf45" - ] - }, - "https://ror.org/054d78x30": { - "ancestors": [ - "https://ror.org/00vtxwp63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ms54x07": { - "ancestors": [ - "https://ror.org/00pg5jh14", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02047t867": { - "ancestors": [ - "https://ror.org/04f2nsd36" - ], - "descendants": [ - - ] - }, - "https://ror.org/0262z1d94": { - "ancestors": [ - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/010mf0m52": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/003vwv291", - "https://ror.org/015e5sp16", - "https://ror.org/05kw2hj64" - ] - }, - "https://ror.org/010c2rf19": { - "ancestors": [ - "https://ror.org/005bk2339", - "https://ror.org/04fq9j139", - "https://ror.org/01hhn8329", - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sg2bq51": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yt1th11": { - "ancestors": [ - "https://ror.org/01anhj553" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r938j26": { - "ancestors": [ - "https://ror.org/02wwzvj46" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w07sc25": { - "ancestors": [ - "https://ror.org/03fkrcm40", - "https://ror.org/03rnk6m14", - "https://ror.org/051escj72", - "https://ror.org/003vg9w96", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vkfy293": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/039j4x695": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/02vjkv261", - "https://ror.org/00byxdz40", - "https://ror.org/00jjx8s55", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sw7nr96": { - "ancestors": [ - "https://ror.org/03qan4b12", - "https://ror.org/01tjs6929", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zg6dt46": { - "ancestors": [ - "https://ror.org/05bnh6r87", - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gzn8n94": { - "ancestors": [ - "https://ror.org/04f13ze88", - "https://ror.org/05tf9r976" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fq9j139": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - "https://ror.org/010c2rf19", - "https://ror.org/0107nyd78" - ] - }, - "https://ror.org/007bw2y16": { - "ancestors": [ - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dmpdy49": { - "ancestors": [ - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ydb3330": { - "ancestors": [ - "https://ror.org/03n15ch10", - "https://ror.org/02feahw73", - "https://ror.org/00jjx8s55", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kkrza17": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ddr6d46": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/045n3eg64": { - "ancestors": [ - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bmwyk24": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/044jxv425": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t7v1t25": { - "ancestors": [ - "https://ror.org/03rth4p18", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sndnx77": { - "ancestors": [ - "https://ror.org/01bvv5f54" - ], - "descendants": [ - - ] - }, - "https://ror.org/025320p83": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/000dfsq72": { - "ancestors": [ - "https://ror.org/03z942k20" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bjtbt12": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tx6pn92": { - "ancestors": [ - "https://ror.org/01f5ytq51", - "https://ror.org/0034eay46" - ], - "descendants": [ - - ] - }, - "https://ror.org/017a2yz34": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0276rjc88": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n0nt715": { - "ancestors": [ - "https://ror.org/008stv805" - ], - "descendants": [ - - ] - }, - "https://ror.org/0248dkz36": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d087w61": { - "ancestors": [ - "https://ror.org/045h9g769" - ], - "descendants": [ - - ] - }, - "https://ror.org/0557vhy43": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/02vjkv261", - "https://ror.org/00jjx8s55", - "https://ror.org/00byxdz40", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/000q6dn27": { - "ancestors": [ - "https://ror.org/03rth4p18", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sepad12": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0541jr710": { - "ancestors": [ - "https://ror.org/03wd9za21" - ], - "descendants": [ - - ] - }, - "https://ror.org/0100zmm86": { - "ancestors": [ - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yqgb753": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wsqd844": { - "ancestors": [ - "https://ror.org/025er3q23", - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/02q398w70" - ] - }, - "https://ror.org/05k6w6915": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fpsjc82": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ms04m92": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rcxhq50": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/047g2xp14": { - "ancestors": [ - "https://ror.org/05bnh6r87", - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j3dv688": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/010bvr713": { - "ancestors": [ - "https://ror.org/05gsrh908" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p330p21": { - "ancestors": [ - "https://ror.org/00b5m4j81" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qk7v094": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - "https://ror.org/04frnva71", - "https://ror.org/00d21gf72", - "https://ror.org/000fg4e24", - "https://ror.org/01tqb7m13" - ] - }, - "https://ror.org/007ptm460": { - "ancestors": [ - "https://ror.org/047sfm294" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w8zj169": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bn68w95": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bj4g149": { - "ancestors": [ - "https://ror.org/02w0trx84", - "https://ror.org/0343myz07" - ], - "descendants": [ - - ] - }, - "https://ror.org/02heqqj04": { - "ancestors": [ - "https://ror.org/0102dvb40" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k8f5n40": { - "ancestors": [ - "https://ror.org/04wez5e68", - "https://ror.org/05ggc9x40", - "https://ror.org/046b3cj80", - "https://ror.org/043htjv09", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/014qe3j22": { - "ancestors": [ - "https://ror.org/03mtd9a03", - "https://ror.org/00f54p054" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r2qbj91": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04aqtsh50": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/04397qy32", - "https://ror.org/01dfzdy43" - ] - }, - "https://ror.org/02sftkh09": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pdj1108": { - "ancestors": [ - "https://ror.org/01tf11a61", - "https://ror.org/04qpegs24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nwb8925": { - "ancestors": [ - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n6w8087": { - "ancestors": [ - "https://ror.org/04f13ze88", - "https://ror.org/05tf9r976" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xdft911": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nne8c43": { - "ancestors": [ - "https://ror.org/0067dvq63" - ], - "descendants": [ - "https://ror.org/025rgte66" - ] - }, - "https://ror.org/00t09mq63": { - "ancestors": [ - "https://ror.org/02g5p4n58" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fxmcy40": { - "ancestors": [ - "https://ror.org/05tf9r976" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hjh7h09": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/004hyqr12": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/013xvg556": { - "ancestors": [ - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/0001a2m26": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/051n2s460": { - "ancestors": [ - "https://ror.org/013bkhk48", - "https://ror.org/04wez5e68" - ], - "descendants": [ - - ] - }, - "https://ror.org/0068dme40": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wnejx52": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - "https://ror.org/05at5an04", - "https://ror.org/040jq3y94" - ] - }, - "https://ror.org/05h5a7d89": { - "ancestors": [ - "https://ror.org/03wd9za21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hdhxd58": { - "ancestors": [ - "https://ror.org/03wd9za21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jwjxy73": { - "ancestors": [ - "https://ror.org/01xkakk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r0cdk24": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/02feahw73", - "https://ror.org/03rth4p18", - "https://ror.org/01frn9647", - "https://ror.org/04andmq85", - "https://ror.org/01rk35k63", - "https://ror.org/017rnyz40", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01eb8ek77": { - "ancestors": [ - "https://ror.org/006kxhp52" - ], - "descendants": [ - "https://ror.org/0437ej039", - "https://ror.org/051777d98", - "https://ror.org/05rgfz198", - "https://ror.org/038dn8481", - "https://ror.org/015ggv447", - "https://ror.org/0482p8a89", - "https://ror.org/03yqyyy69", - "https://ror.org/04h4z8k05", - "https://ror.org/058ajkv68", - "https://ror.org/01n2j8127", - "https://ror.org/00zep6618", - "https://ror.org/00rs5qv51", - "https://ror.org/01ehdwj93", - "https://ror.org/00jkr8r49", - "https://ror.org/046j7pv84", - "https://ror.org/01qk7v094", - "https://ror.org/03v6e0402", - "https://ror.org/02yqgb753", - "https://ror.org/03k51ct10", - "https://ror.org/02rm8h934", - "https://ror.org/018wzhc20", - "https://ror.org/029bre548", - "https://ror.org/009gyvm78", - "https://ror.org/02etvq888", - "https://ror.org/04w2bqf56", - "https://ror.org/0200mm479", - "https://ror.org/052aws486", - "https://ror.org/058yhnv51", - "https://ror.org/00ck4kx95", - "https://ror.org/01rc60n61", - "https://ror.org/02e4dkh70", - "https://ror.org/05pvn0w32", - "https://ror.org/015vzk543", - "https://ror.org/01t3s1q45", - "https://ror.org/0535eqg88", - "https://ror.org/02anr8k37", - "https://ror.org/0500xsz18", - "https://ror.org/018n39k75", - "https://ror.org/00gb8xr35", - "https://ror.org/04p7dfs72", - "https://ror.org/01hje9742", - "https://ror.org/05qvvsf76", - "https://ror.org/01x14dh17", - "https://ror.org/02n0h0a52", - "https://ror.org/0320fj966", - "https://ror.org/047f1xe49", - "https://ror.org/054zcfj38", - "https://ror.org/01qg96j18", - "https://ror.org/024pp7288", - "https://ror.org/04rwqq797", - "https://ror.org/00gg6zc85", - "https://ror.org/04357wy15", - "https://ror.org/01r4aq231", - "https://ror.org/05njvy161", - "https://ror.org/00t943441", - "https://ror.org/019sdck14", - "https://ror.org/015tefs60", - "https://ror.org/0419y0m35", - "https://ror.org/02gs8md51", - "https://ror.org/00hg1tm72", - "https://ror.org/02msb2n33", - "https://ror.org/00wpg9430", - "https://ror.org/04k9nv771", - "https://ror.org/0457e3t07", - "https://ror.org/02dqhhq58", - "https://ror.org/0128rnm65", - "https://ror.org/03canf739", - "https://ror.org/000t1x690", - "https://ror.org/01zz2zk94", - "https://ror.org/038a0ty60", - "https://ror.org/02q5jeq02", - "https://ror.org/011saky36", - "https://ror.org/03w440z57", - "https://ror.org/04vgsxx78", - "https://ror.org/01j87z370", - "https://ror.org/04frnva71", - "https://ror.org/00d21gf72", - "https://ror.org/05f2bpr74", - "https://ror.org/04ys00n93", - "https://ror.org/01r4aq231", - "https://ror.org/000fg4e24", - "https://ror.org/01tqb7m13" - ] - }, - "https://ror.org/042gs1a72": { - "ancestors": [ - "https://ror.org/018hjpz25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rm8h934": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e11zd27": { - "ancestors": [ - "https://ror.org/056546b03" - ], - "descendants": [ - - ] - }, - "https://ror.org/049v3kt97": { - "ancestors": [ - "https://ror.org/02dj1mv43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kbr1737": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/00jjx8s55", - "https://ror.org/00byxdz40", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0336f3190": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c9vp017": { - "ancestors": [ - "https://ror.org/05kxbz959" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c5jwj47": { - "ancestors": [ - "https://ror.org/0102mm775" - ], - "descendants": [ - "https://ror.org/05r81yb60" - ] - }, - "https://ror.org/00bj04t22": { - "ancestors": [ - "https://ror.org/03pbgwk21", - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j387684": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dy97z61": { - "ancestors": [ - "https://ror.org/03n15ch10", - "https://ror.org/03xjwb503", - "https://ror.org/00cch2r34", - "https://ror.org/00jjx8s55", - "https://ror.org/03xjwb503", - "https://ror.org/01yvj5k91", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ykxax89": { - "ancestors": [ - "https://ror.org/009z2z347" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tjwm845": { - "ancestors": [ - "https://ror.org/01b2bzj52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00965mv68": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/0473rr271": { - "ancestors": [ - "https://ror.org/02xfw2e90", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04edx5729" - ] - }, - "https://ror.org/02pjdv450": { - "ancestors": [ - "https://ror.org/02y3ad647", - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wedba92": { - "ancestors": [ - "https://ror.org/00b5m4j81" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mpd4h52": { - "ancestors": [ - "https://ror.org/04tj63d06", - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/04btem923": { - "ancestors": [ - "https://ror.org/01awjf572" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mq1e256": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d5zdh33": { - "ancestors": [ - "https://ror.org/00h6set76", - "https://ror.org/02mv6r745" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fe1xp94": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r17kf39": { - "ancestors": [ - "https://ror.org/05bnh6r87", - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hrye043": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e59cf80": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qan4b12": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - "https://ror.org/018gb4016", - "https://ror.org/04ebzxq58", - "https://ror.org/0117z7d66", - "https://ror.org/04v30e006", - "https://ror.org/05p6vdy67", - "https://ror.org/057zmmf60", - "https://ror.org/030qxdf23", - "https://ror.org/00k3smk02", - "https://ror.org/01pmtm379", - "https://ror.org/05fvszr38", - "https://ror.org/02t6gq889", - "https://ror.org/04sw7nr96" - ] - }, - "https://ror.org/031m8s392": { - "ancestors": [ - "https://ror.org/05bnh6r87", - "https://ror.org/02z5nhe81", - "https://ror.org/01q1z8k08", - "https://ror.org/05qghxh33", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n1c7856": { - "ancestors": [ - "https://ror.org/01k81gt67", - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/010j2gw05": { - "ancestors": [ - "https://ror.org/03n15ch10", - "https://ror.org/00jjx8s55", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r332y60": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/03rnk6m14", - "https://ror.org/003vg9w96", - "https://ror.org/051escj72", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d31v873": { - "ancestors": [ - "https://ror.org/0576q1t15" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jwrn541": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cfam450": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - "https://ror.org/04s64z252", - "https://ror.org/0127fwn18", - "https://ror.org/05ke5hb07", - "https://ror.org/05g95eg64", - "https://ror.org/0278hns33" - ] - }, - "https://ror.org/054b22910": { - "ancestors": [ - "https://ror.org/051escj72", - "https://ror.org/03e8rf594", - "https://ror.org/025vp2923" - ], - "descendants": [ - - ] - }, - "https://ror.org/00scwqd12": { - "ancestors": [ - "https://ror.org/032va1j59" - ], - "descendants": [ - - ] - }, - "https://ror.org/014h2x849": { - "ancestors": [ - "https://ror.org/039bhhz46" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qqb8y62": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hjzsd20": { - "ancestors": [ - "https://ror.org/034rkw812" - ], - "descendants": [ - - ] - }, - "https://ror.org/03psxy088": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00637yt37": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05frk8994": { - "ancestors": [ - "https://ror.org/051escj72", - "https://ror.org/0275ye937" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q398w70": { - "ancestors": [ - "https://ror.org/04wsqd844", - "https://ror.org/025er3q23", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m2zh467": { - "ancestors": [ - "https://ror.org/05bnh6r87" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x7ec535": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04chrp450": { - "ancestors": [ - "https://ror.org/04d139241" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fw8ag12": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gcfqs37": { - "ancestors": [ - "https://ror.org/02xfw2e90", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0265w5591": { - "ancestors": [ - "https://ror.org/05hh8d621" - ], - "descendants": [ - "https://ror.org/05c0m9m16", - "https://ror.org/005w8dd04", - "https://ror.org/05gjbbg60", - "https://ror.org/027r3nx49", - "https://ror.org/01fxqdx25", - "https://ror.org/05rw9t746", - "https://ror.org/014wt7r80", - "https://ror.org/04jnxr720", - "https://ror.org/04915qk43", - "https://ror.org/01hpqfn25", - "https://ror.org/02js37d36" - ] - }, - "https://ror.org/01fe8k477": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qgzzb04": { - "ancestors": [ - "https://ror.org/012f7tj07" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a2m8x11": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0387w4y93": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/036wt8y39": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m1tbs81": { - "ancestors": [ - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k51ct10": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m69ya83": { - "ancestors": [ - "https://ror.org/04ezk3x31", - "https://ror.org/02wwzvj46", - "https://ror.org/05b5c0584", - "https://ror.org/03nhjew95", - "https://ror.org/04wez5e68", - "https://ror.org/02feahw73", - "https://ror.org/02en5vm52", - "https://ror.org/03gnr7b55", - "https://ror.org/01ahyrz84", - "https://ror.org/01rk35k63", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qhj1g70": { - "ancestors": [ - "https://ror.org/027y26122" - ], - "descendants": [ - - ] - }, - "https://ror.org/053j19t39": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mxhn923": { - "ancestors": [ - "https://ror.org/001tmjg57" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yf0rv20": { - "ancestors": [ - "https://ror.org/04jpfrv51" - ], - "descendants": [ - - ] - }, - "https://ror.org/051arnj27": { - "ancestors": [ - "https://ror.org/01j1gwp17", - "https://ror.org/00a1gne75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h3jqn23": { - "ancestors": [ - "https://ror.org/03wd9za21" - ], - "descendants": [ - - ] - }, - "https://ror.org/025rgte66": { - "ancestors": [ - "https://ror.org/05nne8c43", - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0014xh077": { - "ancestors": [ - "https://ror.org/013bkhk48", - "https://ror.org/04wez5e68" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h21fy63": { - "ancestors": [ - "https://ror.org/05b2r4b98" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tq3c028": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dds0202": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/014q9ch68": { - "ancestors": [ - "https://ror.org/027e56k73" - ], - "descendants": [ - - ] - }, - "https://ror.org/046ee4w71": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vrs0r17": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z485314": { - "ancestors": [ - "https://ror.org/02ryfmr77", - "https://ror.org/005ypkf75", - "https://ror.org/05q3vnk25", - "https://ror.org/00nb39k71", - "https://ror.org/02jrgcx64", - "https://ror.org/03am2jy38", - "https://ror.org/051escj72", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r81yb60": { - "ancestors": [ - "https://ror.org/04c5jwj47", - "https://ror.org/0102mm775" - ], - "descendants": [ - - ] - }, - "https://ror.org/0041qmd21": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k0hd440": { - "ancestors": [ - "https://ror.org/027rr8795" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kf27764": { - "ancestors": [ - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v0vas53": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z0vcr53": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kj53224": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/045y2nc52": { - "ancestors": [ - "https://ror.org/059yx9a68" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zbydc22": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/019kjfs29": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j52pq61": { - "ancestors": [ - "https://ror.org/05bnh6r87", - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/014t9mt17": { - "ancestors": [ - "https://ror.org/00vtxwp63" - ], - "descendants": [ - - ] - }, - "https://ror.org/033xr5946": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ka0vh05": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j8x3x80": { - "ancestors": [ - "https://ror.org/05g3dte14", - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d362832": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dfzdy43": { - "ancestors": [ - "https://ror.org/04aqtsh50", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h1c9n12": { - "ancestors": [ - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/044khe761": { - "ancestors": [ - "https://ror.org/01p3rp369" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dzza612": { - "ancestors": [ - "https://ror.org/01pp8nd67", - "https://ror.org/035jbxr46" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d0b5142": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h3j0z67": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/058qdtv35": { - "ancestors": [ - "https://ror.org/03gnr7b55", - "https://ror.org/04mv1z119" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ddxrm33": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nfk7108": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qt18q04": { - "ancestors": [ - "https://ror.org/01gw3d370" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d3n7h84": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/0180r7w69": { - "ancestors": [ - "https://ror.org/04y8cs423", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wffwv55": { - "ancestors": [ - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03emnsk32": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/009wryk55": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mzta732": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nfy3535": { - "ancestors": [ - "https://ror.org/05591te55", - "https://ror.org/02kkvpp62" - ], - "descendants": [ - - ] - }, - "https://ror.org/03exnf371": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/0310v3480": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/01df79331": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wrsh961": { - "ancestors": [ - "https://ror.org/013bkhk48", - "https://ror.org/03x42jk29", - "https://ror.org/0175hh227", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01za3ap29": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/050y3ke75": { - "ancestors": [ - "https://ror.org/00f6f7930" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qqnc658": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q7x1r70": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/00enhv193": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gbppd30": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fawj142": { - "ancestors": [ - "https://ror.org/04mq2g308" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wx1vg07": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/04950b532": { - "ancestors": [ - "https://ror.org/033mqx355", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04kw44c30" - ] - }, - "https://ror.org/05w7kec06": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/007yfgf06": { - "ancestors": [ - "https://ror.org/01pp8nd67", - "https://ror.org/035jbxr46" - ], - "descendants": [ - - ] - }, - "https://ror.org/017fpfn86": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ka4wq25": { - "ancestors": [ - "https://ror.org/024242h31" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ccm0n64": { - "ancestors": [ - "https://ror.org/023hj5876" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wh80b80": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c3r2d17": { - "ancestors": [ - "https://ror.org/03vek6s52", - "https://ror.org/01pp8nd67" - ], - "descendants": [ - "https://ror.org/01mcvy510", - "https://ror.org/04mh52z70" - ] - }, - "https://ror.org/059p3ae54": { - "ancestors": [ - "https://ror.org/05yksqt98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mgwy297": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vnkaz16": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hnzva96": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bmcpa10": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/018m4p414": { - "ancestors": [ - "https://ror.org/02gyps716" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dy2xw62": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c2kyj22": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y5vsd17": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/020tty630": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xq3c453": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tv1yf50": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/00drt4541": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/030qxym25": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/034akh239": { - "ancestors": [ - "https://ror.org/01n3s4692" - ], - "descendants": [ - - ] - }, - "https://ror.org/001jhv750": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a4sp974": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r3ebk48": { - "ancestors": [ - "https://ror.org/01p3rp369" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dfh0s94": { - "ancestors": [ - "https://ror.org/044k31203" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fqpzb44": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/036ydxy43": { - "ancestors": [ - "https://ror.org/04sq8xk75", - "https://ror.org/05f82e368", - "https://ror.org/05e7p5n27", - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j0x0h93": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pyhhg10": { - "ancestors": [ - "https://ror.org/029cgt552" - ], - "descendants": [ - - ] - }, - "https://ror.org/054fae424": { - "ancestors": [ - "https://ror.org/04y8cs423", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03txy7629": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eqyg336": { - "ancestors": [ - "https://ror.org/01gw3d370" - ], - "descendants": [ - - ] - }, - "https://ror.org/035jbxr46": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - "https://ror.org/02f4ya153", - "https://ror.org/02ftc8763", - "https://ror.org/05s45j557", - "https://ror.org/01ge7v435", - "https://ror.org/007yfgf06", - "https://ror.org/05sffn795", - "https://ror.org/02jq1vf72", - "https://ror.org/02dzza612" - ] - }, - "https://ror.org/04wzc7f86": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z34yn88": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xv0vq46": { - "ancestors": [ - "https://ror.org/02hd1sz82", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/032a13752": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/050wjx790": { - "ancestors": [ - "https://ror.org/044k31203" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j6ccm70": { - "ancestors": [ - "https://ror.org/03qw6qj17" - ], - "descendants": [ - - ] - }, - "https://ror.org/0103y3647": { - "ancestors": [ - "https://ror.org/0539h2w52", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/034pbpe12": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g54pq76": { - "ancestors": [ - "https://ror.org/02qzfnk68" - ], - "descendants": [ - - ] - }, - "https://ror.org/0157za327": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/0387aje64": { - "ancestors": [ - "https://ror.org/00xp9wg62" - ], - "descendants": [ - - ] - }, - "https://ror.org/026t55v35": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/0503mhx84": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/043kfae87": { - "ancestors": [ - "https://ror.org/015kcdd40", - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/052dpkx72": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bey6t10": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02snrxw52": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k9z4a50": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fxyrf35": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/025e3ct30": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kk75d32": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/034nkkr84": { - "ancestors": [ - "https://ror.org/054gdnq27", - "https://ror.org/012kqkf58" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b0ygs43": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pv69j64": { - "ancestors": [ - "https://ror.org/054225q67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f2f0234": { - "ancestors": [ - "https://ror.org/02phn5242" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y5xxp70": { - "ancestors": [ - "https://ror.org/008te1449" - ], - "descendants": [ - - ] - }, - "https://ror.org/0238fds33": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wbg2z51": { - "ancestors": [ - "https://ror.org/04mv1z119", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p34hm58": { - "ancestors": [ - "https://ror.org/00s7tkw17", - "https://ror.org/04cq7wg91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nbs8061": { - "ancestors": [ - "https://ror.org/01gw3d370" - ], - "descendants": [ - - ] - }, - "https://ror.org/0445yn719": { - "ancestors": [ - "https://ror.org/0470vke61" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kc6j250": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e8b2r87": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/00913gw18": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/0148t1k76": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g4cxq12": { - "ancestors": [ - "https://ror.org/0171mag52", - "https://ror.org/027ka1x80", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m5x8198": { - "ancestors": [ - "https://ror.org/02caz1f24" - ], - "descendants": [ - - ] - }, - "https://ror.org/049cr8j69": { - "ancestors": [ - "https://ror.org/00898x434", - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/001d5wc61": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dkkfj04": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f6sdf65": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x0kn981": { - "ancestors": [ - "https://ror.org/02kmtwp90", - "https://ror.org/02gyps716" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s5x2j36": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pnjnj33": { - "ancestors": [ - "https://ror.org/054gdnq27", - "https://ror.org/012kqkf58" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jq1vf72": { - "ancestors": [ - "https://ror.org/01pp8nd67", - "https://ror.org/035jbxr46" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ge7v435": { - "ancestors": [ - "https://ror.org/01pp8nd67", - "https://ror.org/035jbxr46" - ], - "descendants": [ - - ] - }, - "https://ror.org/045t78n53": { - "ancestors": [ - "https://ror.org/02epydz83", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zzgjc77": { - "ancestors": [ - "https://ror.org/02wsd5p50" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ftc8763": { - "ancestors": [ - "https://ror.org/035jbxr46", - "https://ror.org/01pp8nd67", - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zxe8n50": { - "ancestors": [ - "https://ror.org/039bhhz46" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zx93s85": { - "ancestors": [ - "https://ror.org/025er3q23", - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/015jj1011", - "https://ror.org/05kqgwz20" - ] - }, - "https://ror.org/02hd1sz82": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04xv0vq46" - ] - }, - "https://ror.org/05m1fqs56": { - "ancestors": [ - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hgcc197": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/039epzh36": { - "ancestors": [ - "https://ror.org/005ta0471", - "https://ror.org/049jf1a25" - ], - "descendants": [ - - ] - }, - "https://ror.org/059esff37": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jbt9n06": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/045hg4108": { - "ancestors": [ - "https://ror.org/05yksqt98" - ], - "descendants": [ - - ] - }, - "https://ror.org/046jmn968": { - "ancestors": [ - "https://ror.org/01gw3d370" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jmdbw57": { - "ancestors": [ - "https://ror.org/02mfp0b67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c4rpa03": { - "ancestors": [ - "https://ror.org/00zg31r41", - "https://ror.org/04vfs2w97", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/0579c5n38": { - "ancestors": [ - "https://ror.org/01gw3d370" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mh1d616": { - "ancestors": [ - "https://ror.org/02mfp0b67" - ], - "descendants": [ - - ] - }, - "https://ror.org/030txkr67": { - "ancestors": [ - "https://ror.org/02y72wh86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ejmq608": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/00whzh260": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nxphm19": { - "ancestors": [ - "https://ror.org/00w7bj245" - ], - "descendants": [ - - ] - }, - "https://ror.org/0171mag52": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00ryjtt64", - "https://ror.org/01dy3j343", - "https://ror.org/04xr3m042", - "https://ror.org/04rvfc379", - "https://ror.org/03myraf72", - "https://ror.org/05g4cxq12", - "https://ror.org/04xbq1n92", - "https://ror.org/00d1g0h88" - ] - }, - "https://ror.org/0099j7t54": { - "ancestors": [ - "https://ror.org/02wq41p38" - ], - "descendants": [ - - ] - }, - "https://ror.org/02feagj05": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d2qgg03": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/00898x434": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - "https://ror.org/049cr8j69" - ] - }, - "https://ror.org/04qmjst50": { - "ancestors": [ - "https://ror.org/04mv1z119", - "https://ror.org/03pbgwk21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ybw6t12": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/031scq885": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ve2ed25": { - "ancestors": [ - "https://ror.org/02w0trx84", - "https://ror.org/0343myz07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cbgjc24": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mwdqq98": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nb01b94": { - "ancestors": [ - "https://ror.org/036trcv74" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f5dqg10": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cz47042": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - "https://ror.org/05b8c0r92", - "https://ror.org/04kw44c30" - ] - }, - "https://ror.org/00vzebw12": { - "ancestors": [ - "https://ror.org/04fysrj11" - ], - "descendants": [ - - ] - }, - "https://ror.org/026etfb20": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jkemy20": { - "ancestors": [ - "https://ror.org/041zkgm14", - "https://ror.org/02vv5y108", - "https://ror.org/04jr1s763", - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mgmvf72": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cxb1m07": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xrvbe74": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xek3458": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dg9a450": { - "ancestors": [ - "https://ror.org/04vfs2w97", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/0033j3009": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wwzbv21": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zghvr36": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/049jf1a25": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - "https://ror.org/039epzh36" - ] - }, - "https://ror.org/02k1zhm92": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fa8ka61": { - "ancestors": [ - "https://ror.org/033wn8m60" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f0vmf18": { - "ancestors": [ - "https://ror.org/016xe6q07" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dmq6f22": { - "ancestors": [ - "https://ror.org/016xe6q07" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ad08x68": { - "ancestors": [ - "https://ror.org/03fyevk41" - ], - "descendants": [ - - ] - }, - "https://ror.org/057nsa394": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jbxwn06": { - "ancestors": [ - "https://ror.org/05xxfer42" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s11ea33": { - "ancestors": [ - "https://ror.org/01k97gp34", - "https://ror.org/041nas322", - "https://ror.org/04nc32781", - "https://ror.org/00z7dje19", - "https://ror.org/05hkkdn48", - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/054gdnq27": { - "ancestors": [ - "https://ror.org/012kqkf58" - ], - "descendants": [ - "https://ror.org/034nkkr84", - "https://ror.org/02pnjnj33" - ] - }, - "https://ror.org/01dvske68": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c43y157": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t8w9f79": { - "ancestors": [ - "https://ror.org/03ngg2631" - ], - "descendants": [ - - ] - }, - "https://ror.org/030ws5c69": { - "ancestors": [ - "https://ror.org/005ta0471", - "https://ror.org/04jr1s763" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t6cz096": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dvxkc14": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dtbh109": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kd9w798": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/030j39b93": { - "ancestors": [ - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04g9q2h37", - "https://ror.org/03wjr6873", - "https://ror.org/05ts0bd12", - "https://ror.org/028zspe92", - "https://ror.org/00nr17z89", - "https://ror.org/03cfvmk82", - "https://ror.org/02xpk4806", - "https://ror.org/049peqw80", - "https://ror.org/03hvanq85", - "https://ror.org/01g7pk335", - "https://ror.org/04ztqy570", - "https://ror.org/008e03r59", - "https://ror.org/03vay2m05" - ] - }, - "https://ror.org/04kd6c686": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wy09077": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/041mhqs27": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xptp363": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mfc1254": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wdzfm91": { - "ancestors": [ - "https://ror.org/005ta0471", - "https://ror.org/03a64bh57" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hx79439": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/038xg1y21": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n1tgd19": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nf9ds89": { - "ancestors": [ - "https://ror.org/05mnej980" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g7knd32": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kw44c30": { - "ancestors": [ - "https://ror.org/04950b532", - "https://ror.org/00cz47042", - "https://ror.org/033mqx355", - "https://ror.org/01pp8nd67", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/011xg5j78": { - "ancestors": [ - "https://ror.org/03gcbhc33" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s45j557": { - "ancestors": [ - "https://ror.org/01pp8nd67", - "https://ror.org/035jbxr46" - ], - "descendants": [ - - ] - }, - "https://ror.org/043qcb444": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k8bwd50": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f13ze88": { - "ancestors": [ - "https://ror.org/05tf9r976" - ], - "descendants": [ - "https://ror.org/05gzn8n94", - "https://ror.org/02n6w8087" - ] - }, - "https://ror.org/015144r31": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/023kksk09": { - "ancestors": [ - "https://ror.org/03eznrw16", - "https://ror.org/00px80p03", - "https://ror.org/046ak2485", - "https://ror.org/03k0z2z93", - "https://ror.org/03v4gjf40", - "https://ror.org/03bnmw459", - "https://ror.org/05hkkdn48", - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bnsfw19": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01keh0577": { - "ancestors": [ - "https://ror.org/03sxdvx36" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sffn795": { - "ancestors": [ - "https://ror.org/01pp8nd67", - "https://ror.org/035jbxr46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mk53y73": { - "ancestors": [ - "https://ror.org/0040axw97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dbv4g17": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/046qcp498": { - "ancestors": [ - "https://ror.org/04mv1z119" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z4esw72": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jz50365": { - "ancestors": [ - "https://ror.org/0378szg41" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sgfhb12": { - "ancestors": [ - "https://ror.org/0042e5975", - "https://ror.org/042t93s57", - "https://ror.org/025602r80", - "https://ror.org/03aydme10", - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fvnzx77": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v7r4v08": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s4gph86": { - "ancestors": [ - "https://ror.org/04w4m6z96", - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mgxqt50": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/03myw9d11": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yymex05": { - "ancestors": [ - "https://ror.org/00hn7w693" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ga81413": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cbxvt13": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nhs3j29": { - "ancestors": [ - "https://ror.org/005ta0471", - "https://ror.org/05trd4x28" - ], - "descendants": [ - - ] - }, - "https://ror.org/0305k8y39": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/009f78a75": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d28dw78": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qj7sc02": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/0112yzy28": { - "ancestors": [ - "https://ror.org/01pp8nd67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gyhce28": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/0251tqx66": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261", - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r0cs760": { - "ancestors": [ - "https://ror.org/04mv1z119" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qmhmb34": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b23gh75": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/007q8dx38": { - "ancestors": [ - "https://ror.org/035a68863", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vkhbp60": { - "ancestors": [ - "https://ror.org/04a0dbe36" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wka8n18": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/0197n2v40": { - "ancestors": [ - "https://ror.org/03xaz7s88" - ], - "descendants": [ - "https://ror.org/05sy8gb82" - ] - }, - "https://ror.org/00p0jh392": { - "ancestors": [ - "https://ror.org/04rhvbz32" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r10zj06": { - "ancestors": [ - "https://ror.org/047426m28", - "https://ror.org/05e94g991" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cbya385": { - "ancestors": [ - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wtfef22": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/0486x5a41": { - "ancestors": [ - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/043fjtb89" - ] - }, - "https://ror.org/0157pnt69": { - "ancestors": [ - "https://ror.org/03xaz7s88" - ], - "descendants": [ - - ] - }, - "https://ror.org/012zs8222": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a96gc12": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/032twef21": { - "ancestors": [ - "https://ror.org/048xjjh50" - ], - "descendants": [ - - ] - }, - "https://ror.org/0270vfa57": { - "ancestors": [ - "https://ror.org/04kqgqa72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h1hsz49": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/034td6c88": { - "ancestors": [ - "https://ror.org/03sptdk90" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ygek028": { - "ancestors": [ - "https://ror.org/02495e989" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qz5mb56": { - "ancestors": [ - "https://ror.org/00mmn6b08", - "https://ror.org/04nza6677", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05277x335", - "https://ror.org/01dvj3d25", - "https://ror.org/01wass480", - "https://ror.org/02xn1ny06", - "https://ror.org/05p915b28", - "https://ror.org/00q6v6102" - ] - }, - "https://ror.org/029hg0311": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wwv2135": { - "ancestors": [ - "https://ror.org/019wt1929" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xv2pc41": { - "ancestors": [ - "https://ror.org/01mv9t934", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zkxs276": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/025ecfn45": { - "ancestors": [ - "https://ror.org/03xaz7s88" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y4dt428": { - "ancestors": [ - "https://ror.org/01ee9ar58" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ep9vf55": { - "ancestors": [ - "https://ror.org/03ydkyb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c24ew78": { - "ancestors": [ - "https://ror.org/03angcq70", - "https://ror.org/01k2y1055" - ], - "descendants": [ - - ] - }, - "https://ror.org/018afyw53": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/002tx1f22": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/0511cmw96": { - "ancestors": [ - "https://ror.org/00m2s0z68" - ], - "descendants": [ - - ] - }, - "https://ror.org/007y6q934": { - "ancestors": [ - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f9tz983": { - "ancestors": [ - "https://ror.org/04jsz6e67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fnxsj42": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k1va520": { - "ancestors": [ - "https://ror.org/05apxxy63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j1z6h17": { - "ancestors": [ - "https://ror.org/01cbd4k69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ftj7e51": { - "ancestors": [ - "https://ror.org/00y6khe77" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qt6ba18": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - "https://ror.org/02qx6zf82" - ] - }, - "https://ror.org/00rbjv475": { - "ancestors": [ - "https://ror.org/04jsz6e67", - "https://ror.org/009vhk114" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e26wv14": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x7ekv49": { - "ancestors": [ - "https://ror.org/04jsz6e67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gb8pc70": { - "ancestors": [ - "https://ror.org/03ydkyb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/051r3tx83": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - "https://ror.org/02yjqwr70" - ] - }, - "https://ror.org/01t3wyv61": { - "ancestors": [ - "https://ror.org/055n47h92", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/0080fxk18": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - "https://ror.org/0230s3k26" - ] - }, - "https://ror.org/032e6b942": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - "https://ror.org/00tea5y39" - ] - }, - "https://ror.org/02cntrd02": { - "ancestors": [ - "https://ror.org/05rpe4a45" - ], - "descendants": [ - - ] - }, - "https://ror.org/048sx0r50": { - "ancestors": [ - "https://ror.org/040vwpm13" - ], - "descendants": [ - "https://ror.org/04hfg7v94" - ] - }, - "https://ror.org/049hrzs50": { - "ancestors": [ - "https://ror.org/03ydkyb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dtf6g75": { - "ancestors": [ - "https://ror.org/0126jpc81" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x7qhw59": { - "ancestors": [ - "https://ror.org/009ey6w22" - ], - "descendants": [ - - ] - }, - "https://ror.org/03124pm05": { - "ancestors": [ - "https://ror.org/04jsz6e67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gn3zg65": { - "ancestors": [ - "https://ror.org/03xj0x983" - ], - "descendants": [ - - ] - }, - "https://ror.org/019ts0j55": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/0074grg94": { - "ancestors": [ - "https://ror.org/03xaz7s88" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e21z229": { - "ancestors": [ - "https://ror.org/03taest98", - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hh7en24": { - "ancestors": [ - "https://ror.org/00jc20583" - ], - "descendants": [ - "https://ror.org/03xsh7c04" - ] - }, - "https://ror.org/01js2sh04": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - "https://ror.org/04fme8709", - "https://ror.org/02zmk8084", - "https://ror.org/04fhwda97", - "https://ror.org/01wp2jz98" - ] - }, - "https://ror.org/04ydmy275": { - "ancestors": [ - "https://ror.org/0260j1g46" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nbqxr67": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h6set76": { - "ancestors": [ - "https://ror.org/02mv6r745" - ], - "descendants": [ - "https://ror.org/02w403h65", - "https://ror.org/02d5zdh33" - ] - }, - "https://ror.org/04n1me355": { - "ancestors": [ - "https://ror.org/03xaz7s88" - ], - "descendants": [ - "https://ror.org/05sy8gb82" - ] - }, - "https://ror.org/03w5dn804": { - "ancestors": [ - "https://ror.org/04jsz6e67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cf8a891": { - "ancestors": [ - "https://ror.org/01x0e6k76" - ], - "descendants": [ - "https://ror.org/00cea8r21" - ] - }, - "https://ror.org/03nkhf159": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/024gw2733": { - "ancestors": [ - "https://ror.org/01r0c1p88" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pc48d59": { - "ancestors": [ - "https://ror.org/01rvn4p91" - ], - "descendants": [ - "https://ror.org/021f7p178" - ] - }, - "https://ror.org/00p55jd14": { - "ancestors": [ - "https://ror.org/03xaz7s88" - ], - "descendants": [ - "https://ror.org/05sy8gb82" - ] - }, - "https://ror.org/00te3t702": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - "https://ror.org/0014w1417", - "https://ror.org/04sqkw483", - "https://ror.org/03hjqxp26" - ] - }, - "https://ror.org/02qskvh78": { - "ancestors": [ - "https://ror.org/01r0c1p88" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rxpxc98": { - "ancestors": [ - "https://ror.org/02mv6r745" - ], - "descendants": [ - - ] - }, - "https://ror.org/03taest98": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - "https://ror.org/03e21z229", - "https://ror.org/029rhq550" - ] - }, - "https://ror.org/02x681a42": { - "ancestors": [ - "https://ror.org/01rvn4p91" - ], - "descendants": [ - "https://ror.org/021f7p178" - ] - }, - "https://ror.org/051rrf637": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/0327sr118": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - "https://ror.org/01a5y6f48" - ] - }, - "https://ror.org/022j2n646": { - "ancestors": [ - "https://ror.org/05s0g1g46" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jaeba88": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ws47v52": { - "ancestors": [ - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qyvz380": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/0382bxa43": { - "ancestors": [ - "https://ror.org/02jbv0t02", - "https://ror.org/00pjdza24", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w22af52": { - "ancestors": [ - "https://ror.org/03ydkyb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/027bzz146": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - "https://ror.org/01d181m24" - ] - }, - "https://ror.org/02zsxwr40": { - "ancestors": [ - "https://ror.org/051fvmk98" - ], - "descendants": [ - "https://ror.org/02rj8cx55", - "https://ror.org/01s3dpm97", - "https://ror.org/02abb9a79" - ] - }, - "https://ror.org/01epn2q93": { - "ancestors": [ - "https://ror.org/02mv6r745" - ], - "descendants": [ - - ] - }, - "https://ror.org/0020fz961": { - "ancestors": [ - "https://ror.org/039fjjj43" - ], - "descendants": [ - - ] - }, - "https://ror.org/008rmbt77": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hv4y553": { - "ancestors": [ - "https://ror.org/04xp49e10", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qp1eh12": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/0126qma51": { - "ancestors": [ - "https://ror.org/05e94g991" - ], - "descendants": [ - - ] - }, - "https://ror.org/002w4zy91": { - "ancestors": [ - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mrfdz82": { - "ancestors": [ - "https://ror.org/0034eay46" - ], - "descendants": [ - "https://ror.org/04rpe5h19" - ] - }, - "https://ror.org/01j8e0j24": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fpqqe90": { - "ancestors": [ - "https://ror.org/01k40cz91" - ], - "descendants": [ - "https://ror.org/05jw85995", - "https://ror.org/01gan4k05", - "https://ror.org/02y0gk295", - "https://ror.org/043749971", - "https://ror.org/03q7p3t30", - "https://ror.org/04310tc15", - "https://ror.org/022txr781", - "https://ror.org/005ba5y61" - ] - }, - "https://ror.org/01gntjh03": { - "ancestors": [ - "https://ror.org/04jsz6e67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tnh0829": { - "ancestors": [ - "https://ror.org/04a0dbe36" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pyvbw03": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cy4wa09": { - "ancestors": [ - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cx8ae47": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vw74f64": { - "ancestors": [ - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jeqjx33": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/0084njv03": { - "ancestors": [ - "https://ror.org/0034eay46" - ], - "descendants": [ - - ] - }, - "https://ror.org/0264fdx42": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mjdtw98": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g7qtt96": { - "ancestors": [ - "https://ror.org/009axkg17" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p8w6387": { - "ancestors": [ - "https://ror.org/05sqd3t97" - ], - "descendants": [ - "https://ror.org/05gzqyx59" - ] - }, - "https://ror.org/02avqqw26": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/041m9xr71": { - "ancestors": [ - "https://ror.org/04rswrd78", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k6m5t95": { - "ancestors": [ - "https://ror.org/04p4e8t29", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/006cymg18": { - "ancestors": [ - "https://ror.org/01r0c1p88" - ], - "descendants": [ - - ] - }, - "https://ror.org/04py35477": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n34rm95": { - "ancestors": [ - "https://ror.org/0082ybm03" - ], - "descendants": [ - - ] - }, - "https://ror.org/016gb1631": { - "ancestors": [ - "https://ror.org/02ks8qq67" - ], - "descendants": [ - "https://ror.org/022dvs210", - "https://ror.org/038synb39", - "https://ror.org/04tjemt46", - "https://ror.org/039h1gd08" - ] - }, - "https://ror.org/017cfeh02": { - "ancestors": [ - "https://ror.org/01rk35k63" - ], - "descendants": [ - "https://ror.org/015vtcw98" - ] - }, - "https://ror.org/039fj2469": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - "https://ror.org/031ah7413", - "https://ror.org/05xtktk35", - "https://ror.org/02fdv8735" - ] - }, - "https://ror.org/00ejm2g54": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vrxay34": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ks53214": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gz6gg07": { - "ancestors": [ - "https://ror.org/05sqd3t97" - ], - "descendants": [ - "https://ror.org/03davk141" - ] - }, - "https://ror.org/052411t69": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ynr3m75": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/02teq1165": { - "ancestors": [ - "https://ror.org/04kqgqa72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j903a45": { - "ancestors": [ - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/0263v9e25": { - "ancestors": [ - "https://ror.org/0034eay46" - ], - "descendants": [ - - ] - }, - "https://ror.org/056veft20": { - "ancestors": [ - "https://ror.org/00m2s0z68" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n651896": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/001pe5g24": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jjdh985": { - "ancestors": [ - "https://ror.org/008a9hf75", - "https://ror.org/00yd8np83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s9yme23": { - "ancestors": [ - "https://ror.org/0192yc246" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tc5bm31": { - "ancestors": [ - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jqs2n27": { - "ancestors": [ - "https://ror.org/02avx9m34" - ], - "descendants": [ - "https://ror.org/02gwsx029" - ] - }, - "https://ror.org/01khx4a30": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rjxzd30": { - "ancestors": [ - "https://ror.org/00bc6bw85", - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hbexn54": { - "ancestors": [ - "https://ror.org/03ydkyb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/005f5hv41": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n78t774": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wjxkk25": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/05558nw16": { - "ancestors": [ - "https://ror.org/001rdaz60" - ], - "descendants": [ - - ] - }, - "https://ror.org/012mef835": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/029gwvs11": { - "ancestors": [ - "https://ror.org/01r0c1p88" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ksd4g47": { - "ancestors": [ - "https://ror.org/04p4e8t29", - "https://ror.org/048rj2z13" - ], - "descendants": [ - "https://ror.org/056cwrs58" - ] - }, - "https://ror.org/0050vmv35": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xdczy51": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yh3cz06": { - "ancestors": [ - "https://ror.org/009ey6w22" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mqrrm75": { - "ancestors": [ - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vwzrd76": { - "ancestors": [ - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/033wxpt21" - ] - }, - "https://ror.org/001c2sn75": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/045bx8592": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a9tmd77": { - "ancestors": [ - "https://ror.org/04kfn4587" - ], - "descendants": [ - "https://ror.org/0317dzj93" - ] - }, - "https://ror.org/042nfvn15": { - "ancestors": [ - "https://ror.org/00ae33288" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mz9mt17": { - "ancestors": [ - "https://ror.org/01ee9ar58" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y3hzd62": { - "ancestors": [ - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jbv0t02": { - "ancestors": [ - "https://ror.org/00pjdza24", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05jtgpc57", - "https://ror.org/00319zh75", - "https://ror.org/04xm1d337", - "https://ror.org/01t14bp54", - "https://ror.org/01fdhpk75", - "https://ror.org/05v3mvq14", - "https://ror.org/0382bxa43", - "https://ror.org/05cwx3318" - ] - }, - "https://ror.org/0272j5188": { - "ancestors": [ - "https://ror.org/0054f1w39" - ], - "descendants": [ - "https://ror.org/01nysf027" - ] - }, - "https://ror.org/059hhvg49": { - "ancestors": [ - "https://ror.org/04883df86" - ], - "descendants": [ - - ] - }, - "https://ror.org/0406gha72": { - "ancestors": [ - "https://ror.org/03sxdvx36" - ], - "descendants": [ - - ] - }, - "https://ror.org/0464eyp60": { - "ancestors": [ - "https://ror.org/0260j1g46" - ], - "descendants": [ - "https://ror.org/01v2b1j25" - ] - }, - "https://ror.org/01d5vx451": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - "https://ror.org/04xezgr31" - ] - }, - "https://ror.org/02xpkhc07": { - "ancestors": [ - "https://ror.org/03ydkyb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jhqqg57": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f4jdp82": { - "ancestors": [ - "https://ror.org/03xaz7s88" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k206f19": { - "ancestors": [ - "https://ror.org/01p6yxw64" - ], - "descendants": [ - - ] - }, - "https://ror.org/0294hxs80": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/048arep70": { - "ancestors": [ - "https://ror.org/00m2s0z68" - ], - "descendants": [ - - ] - }, - "https://ror.org/010h78f45": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/02panr271": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c3rrh15": { - "ancestors": [ - "https://ror.org/01dt7qh15" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mb95055": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - "https://ror.org/05wsetc54" - ] - }, - "https://ror.org/00c4wc133": { - "ancestors": [ - "https://ror.org/05sqd3t97" - ], - "descendants": [ - "https://ror.org/01v4tq883" - ] - }, - "https://ror.org/04td37d32": { - "ancestors": [ - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v097707": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/03swz6y49": { - "ancestors": [ - "https://ror.org/050zdnc69" - ], - "descendants": [ - "https://ror.org/045ydbe97", - "https://ror.org/037pstq92", - "https://ror.org/00ps5mk11", - "https://ror.org/01wwe2m47", - "https://ror.org/01zr65j15", - "https://ror.org/05fbb1126", - "https://ror.org/03cqmba17", - "https://ror.org/026n0rw09", - "https://ror.org/02zdrev82", - "https://ror.org/02z2wec49", - "https://ror.org/03bpesm64", - "https://ror.org/03tydf244", - "https://ror.org/0266vkh91", - "https://ror.org/026g3rz20", - "https://ror.org/04d357y30", - "https://ror.org/00xr47e92", - "https://ror.org/046dyet60", - "https://ror.org/001c3w852", - "https://ror.org/02g9hzn44", - "https://ror.org/03xqexp83", - "https://ror.org/044x68458", - "https://ror.org/04m5f1j71", - "https://ror.org/053efsj20", - "https://ror.org/02x6jsy35", - "https://ror.org/00fhn5k08", - "https://ror.org/04qk9rk19", - "https://ror.org/037pstq92" - ] - }, - "https://ror.org/02d9gec76": { - "ancestors": [ - "https://ror.org/04p9k2z50" - ], - "descendants": [ - - ] - }, - "https://ror.org/03265fv13": { - "ancestors": [ - "https://ror.org/00shsf120" - ], - "descendants": [ - "https://ror.org/01c4rxk68", - "https://ror.org/00prce717", - "https://ror.org/007ecwd34" - ] - }, - "https://ror.org/031fw8h15": { - "ancestors": [ - "https://ror.org/01pntf040", - "https://ror.org/04gey0774" - ], - "descendants": [ - - ] - }, - "https://ror.org/000k1q888": { - "ancestors": [ - "https://ror.org/04jsz6e67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gvnxz63": { - "ancestors": [ - "https://ror.org/024mw5h28", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/004x7d471", - "https://ror.org/04qxsr837", - "https://ror.org/01svjdw65", - "https://ror.org/04b15va38", - "https://ror.org/045ybte48" - ] - }, - "https://ror.org/03egztz04": { - "ancestors": [ - "https://ror.org/01fem2359" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hxbnq19": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cs12z33": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kja7h52": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/059p10119": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bcgdd94": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/049q30t56": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/027v97282": { - "ancestors": [ - "https://ror.org/049bjee35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zg31r41": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/02ynmc580", - "https://ror.org/03c4rpa03", - "https://ror.org/00gyb4719", - "https://ror.org/01e8etd40", - "https://ror.org/01d5v2p67" - ] - }, - "https://ror.org/01x71m885": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/02m2rj159": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - "https://ror.org/05k1tzr49", - "https://ror.org/01w4ywr53" - ] - }, - "https://ror.org/04194kr83": { - "ancestors": [ - "https://ror.org/001s04270", - "https://ror.org/0281zft76", - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/01evs8y88": { - "ancestors": [ - "https://ror.org/001s04270", - "https://ror.org/0281zft76", - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jvn6d28": { - "ancestors": [ - "https://ror.org/005p9kw61" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hx6zz33": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - "https://ror.org/006shqv80", - "https://ror.org/03jdg7625", - "https://ror.org/03p76m698", - "https://ror.org/03njrcx45", - "https://ror.org/03r7eh527", - "https://ror.org/01bn5c048", - "https://ror.org/03vam5b06", - "https://ror.org/05wjc8a85", - "https://ror.org/007y9b339", - "https://ror.org/048d5xq24", - "https://ror.org/00gdtta79", - "https://ror.org/01jv2ft75", - "https://ror.org/02hcn4061", - "https://ror.org/0305gxg06", - "https://ror.org/028m5h544", - "https://ror.org/042s1r231" - ] - }, - "https://ror.org/00kmnqa46": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fvps960": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/011y8np74": { - "ancestors": [ - "https://ror.org/05n7q5q24", - "https://ror.org/01537wn74" - ], - "descendants": [ - - ] - }, - "https://ror.org/002fnes28": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vh46373": { - "ancestors": [ - "https://ror.org/00mw3br24", - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/0235dpm25": { - "ancestors": [ - "https://ror.org/028btb530", - "https://ror.org/0281zft76", - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/037wny167": { - "ancestors": [ - "https://ror.org/04c4bm785" - ], - "descendants": [ - "https://ror.org/02qk18s08", - "https://ror.org/05920yd65" - ] - }, - "https://ror.org/04ge02x20": { - "ancestors": [ - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n3yg876": { - "ancestors": [ - "https://ror.org/0199hds37", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xja5k46": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r7r0k94": { - "ancestors": [ - "https://ror.org/04mv1z119" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d5v2p67": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/00zg31r41", - "https://ror.org/04vfs2w97", - "https://ror.org/03xjwb503", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/01byxf044": { - "ancestors": [ - "https://ror.org/00r4sry34" - ], - "descendants": [ - - ] - }, - "https://ror.org/034qe8j39": { - "ancestors": [ - "https://ror.org/0430z0381", - "https://ror.org/0281zft76", - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/0410gdv63": { - "ancestors": [ - "https://ror.org/00sh19a92" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xejxm22": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - "https://ror.org/04fnmyb71" - ] - }, - "https://ror.org/02b28ye70": { - "ancestors": [ - "https://ror.org/05c99rg80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ktv1m31": { - "ancestors": [ - "https://ror.org/042f28677", - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cy4j108": { - "ancestors": [ - "https://ror.org/034s44556" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zp4f313": { - "ancestors": [ - "https://ror.org/022efad20" - ], - "descendants": [ - - ] - }, - "https://ror.org/012fqzm33": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/003vg9w96", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/0060wr328": { - "ancestors": [ - "https://ror.org/025er3q23", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/017eabx08": { - "ancestors": [ - "https://ror.org/00sh19a92" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xexwj76": { - "ancestors": [ - "https://ror.org/00nmgny79" - ], - "descendants": [ - - ] - }, - "https://ror.org/05waxv440": { - "ancestors": [ - "https://ror.org/01537wn74" - ], - "descendants": [ - - ] - }, - "https://ror.org/006ghkj05": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/048m8ny81": { - "ancestors": [ - "https://ror.org/00mw3br24", - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wrbcx33": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/02te3c603": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m4pvq34": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t6hvr95": { - "ancestors": [ - "https://ror.org/03cve4549" - ], - "descendants": [ - - ] - }, - "https://ror.org/026md7341": { - "ancestors": [ - "https://ror.org/01z0w8p93", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q9vef57": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/05kpkpg04", - "https://ror.org/003vg9w96", - "https://ror.org/00nb39k71", - "https://ror.org/02feahw73", - "https://ror.org/02ryfmr77", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/051dhry29": { - "ancestors": [ - "https://ror.org/025er3q23", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r43k021": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/021s9k294": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nspwd23": { - "ancestors": [ - "https://ror.org/028btb530", - "https://ror.org/0281zft76", - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/033ebya06": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/057qpr032" - ], - "descendants": [ - "https://ror.org/020dmyn61" - ] - }, - "https://ror.org/04834zz12": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/02he3zy15": { - "ancestors": [ - "https://ror.org/01866ja76" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mvm1h40": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/01927vf62": { - "ancestors": [ - "https://ror.org/04gnjpq42" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zsyxa30": { - "ancestors": [ - "https://ror.org/01r7awg59" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ghtjd11": { - "ancestors": [ - "https://ror.org/016ncsr12", - "https://ror.org/04kv7c795", - "https://ror.org/04vfs2w97", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/019c1xz73": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xrjem68": { - "ancestors": [ - "https://ror.org/02s3ds748", - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xyf9e18": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wadf468": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cfha585": { - "ancestors": [ - "https://ror.org/04vrgjp38" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ebfqk43": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jgqpc26": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j69wt57": { - "ancestors": [ - "https://ror.org/05269d038" - ], - "descendants": [ - "https://ror.org/01z30xm65" - ] - }, - "https://ror.org/052dxv585": { - "ancestors": [ - "https://ror.org/020azk594" - ], - "descendants": [ - - ] - }, - "https://ror.org/0166hxq48": { - "ancestors": [ - "https://ror.org/00xqkj280" - ], - "descendants": [ - "https://ror.org/03kzgzp82", - "https://ror.org/010wgh593", - "https://ror.org/03vn1bh77", - "https://ror.org/03tq10v65" - ] - }, - "https://ror.org/054bqyk98": { - "ancestors": [ - "https://ror.org/02pns0q27" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f50n919": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/048nq7g61": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/029n7d640": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c7rrt10": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nsxg298": { - "ancestors": [ - "https://ror.org/0030ewy42" - ], - "descendants": [ - - ] - }, - "https://ror.org/034bxn811": { - "ancestors": [ - "https://ror.org/00hj54h04", - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/038kghk15": { - "ancestors": [ - "https://ror.org/03vn0fp34" - ], - "descendants": [ - - ] - }, - "https://ror.org/004pv5w59": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nyf1y15": { - "ancestors": [ - "https://ror.org/02y7p0749" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r7qvp68": { - "ancestors": [ - "https://ror.org/03vn0fp34" - ], - "descendants": [ - - ] - }, - "https://ror.org/010tdjz06": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z0w8p93": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/026md7341" - ] - }, - "https://ror.org/011pqxa69": { - "ancestors": [ - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gkw1y06": { - "ancestors": [ - "https://ror.org/0430z0381", - "https://ror.org/0281zft76", - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gtg0p11": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/05qdnns64", - "https://ror.org/05mfwtg94", - "https://ror.org/027364b18", - "https://ror.org/0471cyx86", - "https://ror.org/0024c1w94" - ] - }, - "https://ror.org/05fn63v39": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wbse129": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m8t3f14": { - "ancestors": [ - "https://ror.org/05j3snm48", - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kmde975": { - "ancestors": [ - "https://ror.org/02k5swt12" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m66j484": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ywyw124": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/00earpg61": { - "ancestors": [ - "https://ror.org/05e7p5n27", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/054vayn55": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - "https://ror.org/03mw46n78" - ] - }, - "https://ror.org/00e8hwt93": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/001s04270": { - "ancestors": [ - "https://ror.org/0281zft76", - "https://ror.org/01c4pz451" - ], - "descendants": [ - "https://ror.org/041xac353", - "https://ror.org/01r2hzx74", - "https://ror.org/04194kr83", - "https://ror.org/01evs8y88" - ] - }, - "https://ror.org/02nkrnd53": { - "ancestors": [ - "https://ror.org/04zhhyn23" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hpbsh69": { - "ancestors": [ - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/0588pbz68": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hykfk44": { - "ancestors": [ - "https://ror.org/02yzgww51" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ayvpa66": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s9fqn10": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/0430z0381": { - "ancestors": [ - "https://ror.org/0281zft76", - "https://ror.org/01c4pz451" - ], - "descendants": [ - "https://ror.org/03154ek65", - "https://ror.org/034qe8j39", - "https://ror.org/04690an59", - "https://ror.org/02gkw1y06", - "https://ror.org/04xxk1t48", - "https://ror.org/05g02g987" - ] - }, - "https://ror.org/02rt1qz74": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kry3y94": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pgf7495": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z6yh944": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/02cbapb21", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bkw1m29": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/019tcpt25", - "https://ror.org/03xjwb503", - "https://ror.org/0020snb74", - "https://ror.org/01pxwe438", - "https://ror.org/05c22rx21", - "https://ror.org/03xjwb503", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kjyy960": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/01fvbaw18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k1tzr49": { - "ancestors": [ - "https://ror.org/02m2rj159", - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/0479kf329": { - "ancestors": [ - "https://ror.org/01vj6ck58", - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/018ndmv91": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/025er3q23": { - "ancestors": [ - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/03m8r7k33", - "https://ror.org/0449rap84", - "https://ror.org/011mac819", - "https://ror.org/04wsqd844", - "https://ror.org/04zx93s85", - "https://ror.org/051dhry29", - "https://ror.org/0060wr328", - "https://ror.org/016dc4c80", - "https://ror.org/02q398w70", - "https://ror.org/015jj1011", - "https://ror.org/05kqgwz20" - ] - }, - "https://ror.org/05em8ne27": { - "ancestors": [ - "https://ror.org/04vfs2w97", - "https://ror.org/00pg6eq24", - "https://ror.org/02kbmgc12", - "https://ror.org/02feahw73", - "https://ror.org/003vg9w96", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d9kk613": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/002b8we25": { - "ancestors": [ - "https://ror.org/00mw3br24", - "https://ror.org/01c4pz451", - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mw46n78": { - "ancestors": [ - "https://ror.org/054vayn55", - "https://ror.org/01bkbaq61", - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/0281zft76": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - "https://ror.org/001s04270", - "https://ror.org/028btb530", - "https://ror.org/0430z0381", - "https://ror.org/041xac353", - "https://ror.org/01r2hzx74", - "https://ror.org/04194kr83", - "https://ror.org/01evs8y88", - "https://ror.org/01nspwd23", - "https://ror.org/0235dpm25", - "https://ror.org/03154ek65", - "https://ror.org/034qe8j39", - "https://ror.org/04690an59", - "https://ror.org/02gkw1y06", - "https://ror.org/04xxk1t48", - "https://ror.org/05g02g987" - ] - }, - "https://ror.org/04690an59": { - "ancestors": [ - "https://ror.org/0430z0381", - "https://ror.org/0281zft76", - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jjhy865": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w4ywr53": { - "ancestors": [ - "https://ror.org/02m2rj159", - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/025mhc977": { - "ancestors": [ - "https://ror.org/016ncsr12", - "https://ror.org/01tz1zp46", - "https://ror.org/04vfs2w97", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/041xac353": { - "ancestors": [ - "https://ror.org/001s04270", - "https://ror.org/0281zft76", - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/016dc4c80": { - "ancestors": [ - "https://ror.org/025er3q23", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0046rz373": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/0471cyx86": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/00gtg0p11", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04af1jj69": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/020azc393": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hntn815": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nh9re35": { - "ancestors": [ - "https://ror.org/00zd5gr55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00780az30": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/03xjwb503", - "https://ror.org/003vg9w96", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/013w1n936": { - "ancestors": [ - "https://ror.org/007ww2d15" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f4xj038": { - "ancestors": [ - "https://ror.org/042t83k43", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q8h6b75": { - "ancestors": [ - "https://ror.org/01evzkn27" - ], - "descendants": [ - - ] - }, - "https://ror.org/0517k6d93": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nxsdg44": { - "ancestors": [ - "https://ror.org/035srj028" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qknf621": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/0388g9052": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a0c6v45": { - "ancestors": [ - "https://ror.org/049kncf73", - "https://ror.org/02wwrqj12" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mp6rr09": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/03thkvp68": { - "ancestors": [ - "https://ror.org/047hdnt12" - ], - "descendants": [ - - ] - }, - "https://ror.org/05508dt35": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r2hzx74": { - "ancestors": [ - "https://ror.org/001s04270", - "https://ror.org/0281zft76", - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wc2hs84": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00htrq823": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kwx4m12": { - "ancestors": [ - "https://ror.org/01tz1zp46", - "https://ror.org/04vfs2w97", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b5a6q69": { - "ancestors": [ - "https://ror.org/02jb60a57", - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gmkya61": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/03xjwb503", - "https://ror.org/003vg9w96", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/020dmyn61": { - "ancestors": [ - "https://ror.org/00tebkv94", - "https://ror.org/033ebya06", - "https://ror.org/00ccpdp17", - "https://ror.org/003vg9w96", - "https://ror.org/003vg9w96", - "https://ror.org/057qpr032", - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/035cp7g76": { - "ancestors": [ - "https://ror.org/05p85rs79" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kacka20": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fvq2a72": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mw3br24": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - "https://ror.org/048m8ny81", - "https://ror.org/002b8we25", - "https://ror.org/00vh46373" - ] - }, - "https://ror.org/00gdrb321": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n2c0309": { - "ancestors": [ - "https://ror.org/05kpkpg04", - "https://ror.org/04abkkz03", - "https://ror.org/003vg9w96", - "https://ror.org/03rnk6m14", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wwfbb42": { - "ancestors": [ - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/049kncf73": { - "ancestors": [ - "https://ror.org/02wwrqj12" - ], - "descendants": [ - "https://ror.org/02a0c6v45" - ] - }, - "https://ror.org/05kar0v43": { - "ancestors": [ - "https://ror.org/019snar59", - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h0ffh48": { - "ancestors": [ - "https://ror.org/015m7wh34" - ], - "descendants": [ - "https://ror.org/00adwkx90" - ] - }, - "https://ror.org/05etrbr47": { - "ancestors": [ - "https://ror.org/02vv5y108", - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d2p5z18": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ddzfk73": { - "ancestors": [ - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03154ek65": { - "ancestors": [ - "https://ror.org/0430z0381", - "https://ror.org/0281zft76", - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kv1d786": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z30xm65": { - "ancestors": [ - "https://ror.org/02j69wt57", - "https://ror.org/05269d038" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t4pws42": { - "ancestors": [ - "https://ror.org/03zwxja46", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/029me2p54": { - "ancestors": [ - "https://ror.org/000xab928" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v8wkr26": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/0152k1537": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rxedt69": { - "ancestors": [ - "https://ror.org/036jqmy94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tm6j853": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/032wz9653": { - "ancestors": [ - "https://ror.org/01hnx7606" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ra1x588": { - "ancestors": [ - "https://ror.org/0380mmw63", - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zx86w41": { - "ancestors": [ - "https://ror.org/013cjyk83", - "https://ror.org/05c2qg481" - ], - "descendants": [ - "https://ror.org/03padqz24", - "https://ror.org/058z3vf87", - "https://ror.org/007sc9r91", - "https://ror.org/04db3be62", - "https://ror.org/03g38sn14", - "https://ror.org/01thw2g46", - "https://ror.org/00a72jq18", - "https://ror.org/00kr24y60", - "https://ror.org/03kr50w79", - "https://ror.org/03f0z1g15", - "https://ror.org/04bgzse17", - "https://ror.org/04v668f18", - "https://ror.org/03y7m8990", - "https://ror.org/01w1erp60", - "https://ror.org/04ef65y11" - ] - }, - "https://ror.org/03zwxja46": { - "ancestors": [ - "https://ror.org/04w6pnc49" - ], - "descendants": [ - "https://ror.org/04q42nz13", - "https://ror.org/04t4pws42", - "https://ror.org/00r71zw23", - "https://ror.org/03azyh744" - ] - }, - "https://ror.org/01e7wth34": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/01sjmsj73", - "https://ror.org/05h7ddb14", - "https://ror.org/004q3z910", - "https://ror.org/03atqv648" - ] - }, - "https://ror.org/01ry2dq39": { - "ancestors": [ - "https://ror.org/0376rfz34" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wrzrg21": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/042f28677": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - "https://ror.org/01ktv1m31" - ] - }, - "https://ror.org/0397a5g27": { - "ancestors": [ - "https://ror.org/0420zvk78" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a1nz002": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fhy7464": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wqd6v19": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/003vg9w96", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p4hdr45": { - "ancestors": [ - "https://ror.org/01hnx7606" - ], - "descendants": [ - - ] - }, - "https://ror.org/031ggcd89": { - "ancestors": [ - "https://ror.org/03hqan520" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hzy8397": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/04507gt97": { - "ancestors": [ - "https://ror.org/02xvc5r05" - ], - "descendants": [ - - ] - }, - "https://ror.org/0067sfd77": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qq0n189": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nqkay65": { - "ancestors": [ - "https://ror.org/007ww2d15" - ], - "descendants": [ - - ] - }, - "https://ror.org/03784zd57": { - "ancestors": [ - "https://ror.org/04tj63d06", - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ftatp57": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/03rnk6m14", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01chn8516": { - "ancestors": [ - "https://ror.org/01876xy81" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x8v1903": { - "ancestors": [ - "https://ror.org/02emftt08" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qsgqc11": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/037d7yy80": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r71qh72": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vtagt31": { - "ancestors": [ - "https://ror.org/002t25c44", - "https://ror.org/05a0dhs15", - "https://ror.org/02nwvxz07", - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/003vg9w96", - "https://ror.org/013cjyk83", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tpajh44": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y4h0j70": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/00szawm58": { - "ancestors": [ - "https://ror.org/02wwzvj46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ca2c886": { - "ancestors": [ - "https://ror.org/05r0vyz12" - ], - "descendants": [ - "https://ror.org/05qs5k564", - "https://ror.org/05s16e423", - "https://ror.org/01dd3fd62", - "https://ror.org/00w603503", - "https://ror.org/019ytz097", - "https://ror.org/01rd4et50", - "https://ror.org/02g87qh62", - "https://ror.org/00dwgct76", - "https://ror.org/009byq155", - "https://ror.org/00g86hk06", - "https://ror.org/003xj6z62", - "https://ror.org/04zbc6m03", - "https://ror.org/00c77q313", - "https://ror.org/03gtv5v80", - "https://ror.org/01yc8eq25", - "https://ror.org/01qmm0x62", - "https://ror.org/05gqmbr12", - "https://ror.org/01wdt4y78", - "https://ror.org/04hpbsh69", - "https://ror.org/05mwdqq98", - "https://ror.org/0119pby33", - "https://ror.org/050q0kv47", - "https://ror.org/04j0sev46" - ] - }, - "https://ror.org/0020snb74": { - "ancestors": [ - "https://ror.org/010gxg263" - ], - "descendants": [ - "https://ror.org/006h16267", - "https://ror.org/00rpphk63", - "https://ror.org/02f977s94", - "https://ror.org/00jacea03", - "https://ror.org/04zqnrt66", - "https://ror.org/04gq3m222", - "https://ror.org/02gydn715", - "https://ror.org/03td3t860", - "https://ror.org/037r9nx53", - "https://ror.org/00a2zqy78", - "https://ror.org/01bv37j55", - "https://ror.org/03vfq0c73", - "https://ror.org/013g8za07", - "https://ror.org/05977wa81", - "https://ror.org/03s3xs393", - "https://ror.org/044cgpf23", - "https://ror.org/03eeee209", - "https://ror.org/04041sd65", - "https://ror.org/0231bqc61", - "https://ror.org/01pct2123", - "https://ror.org/02bkw1m29" - ] - }, - "https://ror.org/01drx8a35": { - "ancestors": [ - "https://ror.org/00waaqh38" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n7q5q24": { - "ancestors": [ - "https://ror.org/01537wn74" - ], - "descendants": [ - "https://ror.org/011y8np74" - ] - }, - "https://ror.org/04t6wsp57": { - "ancestors": [ - "https://ror.org/036rp1748" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xxk1t48": { - "ancestors": [ - "https://ror.org/0430z0381", - "https://ror.org/0281zft76", - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/02atkd403": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/041rsh762": { - "ancestors": [ - "https://ror.org/02ezch769" - ], - "descendants": [ - "https://ror.org/02q4res37", - "https://ror.org/006z7v557" - ] - }, - "https://ror.org/01dkyve95": { - "ancestors": [ - "https://ror.org/029m96t80" - ], - "descendants": [ - "https://ror.org/03rnk6m14", - "https://ror.org/03zek0r74", - "https://ror.org/01s3fs709", - "https://ror.org/0000n5x09", - "https://ror.org/05r332y60", - "https://ror.org/008rywf59", - "https://ror.org/05h7ddb14", - "https://ror.org/00b80ez59", - "https://ror.org/020g0rw41", - "https://ror.org/0262br971", - "https://ror.org/03fte3n86", - "https://ror.org/011xg1225", - "https://ror.org/01pd2sz18", - "https://ror.org/04w07sc25", - "https://ror.org/05merjr74", - "https://ror.org/05y5s3h28", - "https://ror.org/02w4exq36", - "https://ror.org/00rwjvc96", - "https://ror.org/00ftatp57", - "https://ror.org/00n2c0309", - "https://ror.org/05deqk823", - "https://ror.org/01nfvkq89", - "https://ror.org/00mkad321", - "https://ror.org/00zgas264", - "https://ror.org/0334tmt82", - "https://ror.org/04d70nb60", - "https://ror.org/05s1rff82", - "https://ror.org/05k9wmt43", - "https://ror.org/038kxsm48", - "https://ror.org/05y76vp22", - "https://ror.org/00mg8nf58", - "https://ror.org/03whgj090", - "https://ror.org/03k4s1p46", - "https://ror.org/04fa3ke77", - "https://ror.org/04byv8g40", - "https://ror.org/03237mt20", - "https://ror.org/05pwkex33", - "https://ror.org/02xq0x374", - "https://ror.org/02wgtm643", - "https://ror.org/005fjj927", - "https://ror.org/00vn0zc62" - ] - }, - "https://ror.org/028btb530": { - "ancestors": [ - "https://ror.org/0281zft76", - "https://ror.org/01c4pz451" - ], - "descendants": [ - "https://ror.org/01nspwd23", - "https://ror.org/0235dpm25" - ] - }, - "https://ror.org/01a15g348": { - "ancestors": [ - "https://ror.org/04xsxqp89", - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/040r57n67": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jvry011": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03aba6h29": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fnna213": { - "ancestors": [ - "https://ror.org/00sh19a92" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tr8pt83": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g02g987": { - "ancestors": [ - "https://ror.org/0430z0381", - "https://ror.org/01c4pz451", - "https://ror.org/0281zft76" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rwjvc96": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/003vg9w96", - "https://ror.org/051escj72", - "https://ror.org/03rnk6m14", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nfvkq89": { - "ancestors": [ - "https://ror.org/005ypkf75", - "https://ror.org/05q3vnk25", - "https://ror.org/00mfpxb84", - "https://ror.org/05kpkpg04", - "https://ror.org/051escj72", - "https://ror.org/03rnk6m14", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/01dkyve95", - "https://ror.org/0172v8z89", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y3dn551": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rzyjb72": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/02q7f3j18" - ] - }, - "https://ror.org/029xmsm82": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/04gg6ne93" - ] - }, - "https://ror.org/054hyrm55": { - "ancestors": [ - "https://ror.org/01evzkn27" - ], - "descendants": [ - - ] - }, - "https://ror.org/047b6f797": { - "ancestors": [ - "https://ror.org/016ncsr12" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jwcjd97": { - "ancestors": [ - "https://ror.org/01nfmeh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wcbtz60": { - "ancestors": [ - "https://ror.org/01c4pz451", - "https://ror.org/033hgcp80" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d5m0x38": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/03adm0793": { - "ancestors": [ - "https://ror.org/00fhc9y79" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fnmyb71": { - "ancestors": [ - "https://ror.org/03xejxm22", - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/041gvmd67": { - "ancestors": [ - "https://ror.org/02a2kzf50" - ], - "descendants": [ - - ] - }, - "https://ror.org/029fer260": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c516317": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/05deqk823": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/003vg9w96", - "https://ror.org/02kbmgc12", - "https://ror.org/03rnk6m14", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/03xjwb503", - "https://ror.org/01dkyve95", - "https://ror.org/0172v8z89", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02437s643": { - "ancestors": [ - "https://ror.org/02mpq6x41", - "https://ror.org/05e94g991" - ], - "descendants": [ - - ] - }, - "https://ror.org/00enajs79": { - "ancestors": [ - "https://ror.org/044rwnt51", - "https://ror.org/048a87296" - ], - "descendants": [ - - ] - }, - "https://ror.org/04admxj95": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qkpaf51": { - "ancestors": [ - "https://ror.org/04pcw1010" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rcfpa16": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04evh7y43", - "https://ror.org/014eweh95", - "https://ror.org/025dabr11" - ] - }, - "https://ror.org/055wmc747": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - "https://ror.org/04f5aam04", - "https://ror.org/05q52xn14" - ] - }, - "https://ror.org/05m2n8847": { - "ancestors": [ - "https://ror.org/02frkq021", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d0hx540": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ch5q898": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/025kzpk63": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04nh1dc89", - "https://ror.org/02rdzmk74", - "https://ror.org/01mng8331", - "https://ror.org/053a2cp42", - "https://ror.org/001zwgm84" - ] - }, - "https://ror.org/01apc5d07": { - "ancestors": [ - "https://ror.org/05qbk4x57", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/0554h7e84": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/03snt1857", - "https://ror.org/01jgbgc06", - "https://ror.org/04850rm18", - "https://ror.org/0305m4448", - "https://ror.org/010y19q47", - "https://ror.org/009g8f974", - "https://ror.org/02f0cra24", - "https://ror.org/04w1wsw24", - "https://ror.org/05sbpak56", - "https://ror.org/011nbgj79", - "https://ror.org/046msd355", - "https://ror.org/00s1q1t70", - "https://ror.org/01ygw1452", - "https://ror.org/01831n272", - "https://ror.org/01hz5c771", - "https://ror.org/05skghf24", - "https://ror.org/054xffa50", - "https://ror.org/04we3tx21", - "https://ror.org/03jrs5v66", - "https://ror.org/03b4ksy95", - "https://ror.org/05tpxpz56", - "https://ror.org/03vqakm84", - "https://ror.org/049pzbj60", - "https://ror.org/00n1e1p60", - "https://ror.org/00y1dzm96", - "https://ror.org/04kh9f807", - "https://ror.org/012q2tk82", - "https://ror.org/0261qw820", - "https://ror.org/03szme345", - "https://ror.org/04eqxyk73", - "https://ror.org/01rmxff98", - "https://ror.org/03ww91346", - "https://ror.org/045xd0268", - "https://ror.org/056wf8856", - "https://ror.org/04tfjah29", - "https://ror.org/05961na22", - "https://ror.org/04x7sgz22", - "https://ror.org/01ww2bg72", - "https://ror.org/03f5ppt85", - "https://ror.org/002vd5g50", - "https://ror.org/056mrsz54", - "https://ror.org/0121whw78", - "https://ror.org/044ht0n88", - "https://ror.org/05qc18f66", - "https://ror.org/01ds31v72", - "https://ror.org/01gqnz112", - "https://ror.org/03b1v3160" - ] - }, - "https://ror.org/022r8mj40": { - "ancestors": [ - "https://ror.org/01cby8j38", - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00spd2n27": { - "ancestors": [ - "https://ror.org/01c4pz451" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v4h0v24": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tr71696": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mgtm102": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/058cmd703": { - "ancestors": [ - "https://ror.org/05h992307", - "https://ror.org/047s2c258", - "https://ror.org/01h5tnr73", - "https://ror.org/00mmn6b08", - "https://ror.org/01r0c1p88", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wqqhv83": { - "ancestors": [ - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sxjwh33": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/03cp8z405", - "https://ror.org/034nb0f30", - "https://ror.org/04gg6ne93", - "https://ror.org/041yk0b68", - "https://ror.org/05ev54a13", - "https://ror.org/0111a5077" - ] - }, - "https://ror.org/00shpc021": { - "ancestors": [ - "https://ror.org/00w3qhf76", - "https://ror.org/05waa5295" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jpdpb33": { - "ancestors": [ - "https://ror.org/05sn8wf81" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mhwgh68": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nrs2490": { - "ancestors": [ - "https://ror.org/0238rvs44" - ], - "descendants": [ - - ] - }, - "https://ror.org/02shwmm76": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/004nn4n27": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/049z8cx69": { - "ancestors": [ - "https://ror.org/02qzsgg04", - "https://ror.org/05xagc088" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kt5kp12": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/025x8qw35": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/01cby8j38" - ], - "descendants": [ - - ] - }, - "https://ror.org/01eqvd516": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cxx5e41": { - "ancestors": [ - "https://ror.org/00j5nrv77" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dgb8y52": { - "ancestors": [ - "https://ror.org/01cby8j38", - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qrdc062": { - "ancestors": [ - "https://ror.org/02mpq6x41", - "https://ror.org/05e94g991" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nseet23": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04k9mqs78", - "https://ror.org/01k638r21" - ] - }, - "https://ror.org/05h7vck49": { - "ancestors": [ - "https://ror.org/00waaqh38" - ], - "descendants": [ - - ] - }, - "https://ror.org/050reks70": { - "ancestors": [ - "https://ror.org/05xagc088" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xw5ev35": { - "ancestors": [ - "https://ror.org/01cby8j38", - "https://ror.org/02p0gd045", - "https://ror.org/054vff263", - "https://ror.org/02ws1xc11", - "https://ror.org/05t8bcz72", - "https://ror.org/05r78ng12", - "https://ror.org/006gksa02", - "https://ror.org/030eybx10", - "https://ror.org/03yxnpp24", - "https://ror.org/04m01e293", - "https://ror.org/012a91z28", - "https://ror.org/000xsnr85", - "https://ror.org/02gfc7t72", - "https://ror.org/03yxnpp24" - ], - "descendants": [ - - ] - }, - "https://ror.org/036rry744": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/05sn8wf81", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/020fhsn68": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y28vr04": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vnck882": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qa5ep47": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/001xhss06": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04qn9mx93", - "https://ror.org/03g87he71", - "https://ror.org/01rvays47", - "https://ror.org/002jdaq33", - "https://ror.org/01tnvpc68" - ] - }, - "https://ror.org/02a0fwv66": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nya5t35": { - "ancestors": [ - "https://ror.org/00gz6rx61", - "https://ror.org/01mke9645", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b9f9778": { - "ancestors": [ - "https://ror.org/00w3qhf76", - "https://ror.org/05waa5295" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h9n8v16": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a7n7g54": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/049d1x723": { - "ancestors": [ - "https://ror.org/04d4sd432" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k551w06": { - "ancestors": [ - "https://ror.org/02bbd5539", - "https://ror.org/01v791m31", - "https://ror.org/021nxhr62", - "https://ror.org/00hx57361", - "https://ror.org/05vt9qd57", - "https://ror.org/04jndar25", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04thqez65": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sk14837": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/035a68863", - "https://ror.org/02rcrvv70", - "https://ror.org/03v0pmy70" - ], - "descendants": [ - - ] - }, - "https://ror.org/054w40x57": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qerpb33": { - "ancestors": [ - "https://ror.org/05hs6h993", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0042xzm63": { - "ancestors": [ - "https://ror.org/02k4h0334", - "https://ror.org/05ba43f71", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mke9645": { - "ancestors": [ - "https://ror.org/00n0s9w57" - ], - "descendants": [ - "https://ror.org/02e38dy05", - "https://ror.org/00gz6rx61", - "https://ror.org/00nya5t35", - "https://ror.org/03t7a2639" - ] - }, - "https://ror.org/01gmp5538": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04vw0kz07", - "https://ror.org/01vnjbg30" - ] - }, - "https://ror.org/04h67aa53": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rz3ed53": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c347015": { - "ancestors": [ - "https://ror.org/048nfjm95", - "https://ror.org/00shsf120" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w1s3j27": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nnz2423": { - "ancestors": [ - "https://ror.org/047feaw16" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v9e8t09": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/007qsya74": { - "ancestors": [ - "https://ror.org/045b9pr88" - ], - "descendants": [ - - ] - }, - "https://ror.org/014bj5w56": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/054ydxh33", - "https://ror.org/00whkrf32", - "https://ror.org/03mamvh39", - "https://ror.org/05s7cqk18", - "https://ror.org/02kd4km72" - ] - }, - "https://ror.org/02j4p4h77": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/0053fb273": { - "ancestors": [ - "https://ror.org/04d4sd432" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dy3j343": { - "ancestors": [ - "https://ror.org/0171mag52", - "https://ror.org/021nxhr62", - "https://ror.org/00rk2pe57", - "https://ror.org/006gmme17", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70", - "https://ror.org/03ar0mv07", - "https://ror.org/01973x930", - "https://ror.org/02rcrvv70", - "https://ror.org/0447fe631", - "https://ror.org/0447fe631" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kaqxm37": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qzsgg04": { - "ancestors": [ - "https://ror.org/05xagc088" - ], - "descendants": [ - "https://ror.org/049z8cx69" - ] - }, - "https://ror.org/01ghfgz70": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e57nb43": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sx0cd23": { - "ancestors": [ - "https://ror.org/01xz39a70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hh6s351": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vtywh31": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vj69e88": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01shctp43": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cadha73": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dgnw967": { - "ancestors": [ - "https://ror.org/05eq9h938" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p847d66": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03z9hh605", - "https://ror.org/037gd6g64", - "https://ror.org/05v01mk25", - "https://ror.org/05wqqhv83", - "https://ror.org/05nwjp114", - "https://ror.org/04ya3kq71", - "https://ror.org/05cvfcr44", - "https://ror.org/03c1c5b19", - "https://ror.org/057py8t43", - "https://ror.org/049an7s37", - "https://ror.org/05fnzca26", - "https://ror.org/02trddg58", - "https://ror.org/03qrb1j36", - "https://ror.org/00hhjz250", - "https://ror.org/05xc0qp17", - "https://ror.org/02b5sc606", - "https://ror.org/02exh3e86", - "https://ror.org/05detrt70", - "https://ror.org/03773p874" - ] - }, - "https://ror.org/035kykh40": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vg14f79": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/02dqehb95", - "https://ror.org/02mpq6x41", - "https://ror.org/04chq2495", - "https://ror.org/05p8z3f47", - "https://ror.org/05e94g991", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zkemb37": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/00apvva27": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02frkq021": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/03e5eem51", - "https://ror.org/04rf83d41", - "https://ror.org/04xnqnd94", - "https://ror.org/04wteqw51", - "https://ror.org/05m3tag45", - "https://ror.org/00c6xwj41", - "https://ror.org/03gbabd35", - "https://ror.org/011nbgj79", - "https://ror.org/0277xgb12", - "https://ror.org/04faa0n67", - "https://ror.org/00q976b76", - "https://ror.org/02qpqb855", - "https://ror.org/05pp7qy10", - "https://ror.org/04d7gd791", - "https://ror.org/00mj88198", - "https://ror.org/00f4mz521", - "https://ror.org/006btmz82", - "https://ror.org/02azz6x90", - "https://ror.org/045xd0268", - "https://ror.org/007ebp326", - "https://ror.org/04t5w6b17", - "https://ror.org/01rwqqv19", - "https://ror.org/02375ts60", - "https://ror.org/008kv0w14", - "https://ror.org/03g1eje15", - "https://ror.org/01473qm81", - "https://ror.org/05swf4h71", - "https://ror.org/02vbq0s06", - "https://ror.org/02hgfj293", - "https://ror.org/00shc0s02", - "https://ror.org/0168c7237", - "https://ror.org/01v5rbf40", - "https://ror.org/01dc8vg74", - "https://ror.org/05m2n8847" - ] - }, - "https://ror.org/00568z619": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/05sn8wf81", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/0118bra88": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/048m32v08": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b6sbb32": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/0471zv972", - "https://ror.org/028yd4c30", - "https://ror.org/01krpsy48", - "https://ror.org/050rnw378", - "https://ror.org/03xyg3m20", - "https://ror.org/0388pet74" - ] - }, - "https://ror.org/011q66e29": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - "https://ror.org/02nxes898", - "https://ror.org/01y7nsd18", - "https://ror.org/05m6hv760" - ] - }, - "https://ror.org/04pw1zg89": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/05bnh6r87", - "https://ror.org/00za53h95", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ha1f767": { - "ancestors": [ - "https://ror.org/01cby8j38", - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r40wk77": { - "ancestors": [ - "https://ror.org/02xankh89", - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ham0v36": { - "ancestors": [ - "https://ror.org/05m1y4204" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cz8qw35": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/005xhc966": { - "ancestors": [ - "https://ror.org/02rymmk58", - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/03njebb69": { - "ancestors": [ - "https://ror.org/04tfzc498" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fttyv97": { - "ancestors": [ - "https://ror.org/05vvhh982" - ], - "descendants": [ - "https://ror.org/03hjnwv43" - ] - }, - "https://ror.org/02t6w9483": { - "ancestors": [ - "https://ror.org/02e2egq70", - "https://ror.org/02m4c1x70", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t7c3b83": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rbkcx47": { - "ancestors": [ - "https://ror.org/01aaptx40", - "https://ror.org/03eftgw80", - "https://ror.org/03eftgw80", - "https://ror.org/01kg8sb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/0173vvc25": { - "ancestors": [ - "https://ror.org/01n002310" - ], - "descendants": [ - - ] - }, - "https://ror.org/030npvq69": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t3en479": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - "https://ror.org/040fv5d16", - "https://ror.org/034rhsb33" - ] - }, - "https://ror.org/040xdtr21": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e2egq70": { - "ancestors": [ - "https://ror.org/02m4c1x70", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/011e9bt93", - "https://ror.org/00z65zs77", - "https://ror.org/05mrd5h76", - "https://ror.org/0584m4844", - "https://ror.org/054yf8v46", - "https://ror.org/00bag6861", - "https://ror.org/04fq48551", - "https://ror.org/04d0hsa39", - "https://ror.org/02t6w9483", - "https://ror.org/05aashz48" - ] - }, - "https://ror.org/01tqfb593": { - "ancestors": [ - "https://ror.org/02anj9s22", - "https://ror.org/01sbq1a82" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vzvbw58": { - "ancestors": [ - "https://ror.org/01aaptx40", - "https://ror.org/03eftgw80", - "https://ror.org/03eftgw80", - "https://ror.org/01kg8sb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cznc894": { - "ancestors": [ - "https://ror.org/02m4c1x70", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bwf3e34": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p0kyc43": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b6f4629": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/00btq2b69": { - "ancestors": [ - "https://ror.org/01cjash87" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ggnh308": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wt3br81": { - "ancestors": [ - "https://ror.org/04gey0774" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qcn1r66": { - "ancestors": [ - "https://ror.org/0025mvn63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vsh1a40": { - "ancestors": [ - "https://ror.org/010dvvh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0510zxr89": { - "ancestors": [ - "https://ror.org/02szraf30" - ], - "descendants": [ - - ] - }, - "https://ror.org/054yf8v46": { - "ancestors": [ - "https://ror.org/02e2egq70", - "https://ror.org/02m4c1x70", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ja3tr06": { - "ancestors": [ - "https://ror.org/02grkyz14" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x26x505": { - "ancestors": [ - "https://ror.org/01vs7pm87" - ], - "descendants": [ - - ] - }, - "https://ror.org/007rd1x46": { - "ancestors": [ - "https://ror.org/03g001n57" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m28hd07": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wn3mp32": { - "ancestors": [ - "https://ror.org/049jtt335", - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e36dv41": { - "ancestors": [ - "https://ror.org/01psf3m26", - "https://ror.org/02grkyz14" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ytqcj07": { - "ancestors": [ - "https://ror.org/04tqpcm97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xwwht98": { - "ancestors": [ - "https://ror.org/01460j859" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m7hcv15": { - "ancestors": [ - "https://ror.org/02m4c1x70", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01aa0nz04": { - "ancestors": [ - "https://ror.org/024qcmm72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d1qw876": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gz6rx61": { - "ancestors": [ - "https://ror.org/01mke9645", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - "https://ror.org/00nya5t35", - "https://ror.org/03t7a2639" - ] - }, - "https://ror.org/00jn5bv28": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fpxzg11": { - "ancestors": [ - "https://ror.org/01n002310" - ], - "descendants": [ - - ] - }, - "https://ror.org/032e34x73": { - "ancestors": [ - "https://ror.org/04z64b609" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cmaaz53": { - "ancestors": [ - "https://ror.org/03rqcfv80", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/023awsf17": { - "ancestors": [ - "https://ror.org/01n002310" - ], - "descendants": [ - - ] - }, - "https://ror.org/05aashz48": { - "ancestors": [ - "https://ror.org/02e2egq70", - "https://ror.org/02m4c1x70", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0521rv456": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/029n0xq72": { - "ancestors": [ - "https://ror.org/049zrp193" - ], - "descendants": [ - - ] - }, - "https://ror.org/0583wsb64": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hgy8d33": { - "ancestors": [ - "https://ror.org/035rreb34", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mrd5h76": { - "ancestors": [ - "https://ror.org/02e2egq70", - "https://ror.org/02m4c1x70", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bk3z010": { - "ancestors": [ - "https://ror.org/03rqcfv80", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/035rreb34": { - "ancestors": [ - "https://ror.org/010q4q527" - ], - "descendants": [ - "https://ror.org/00hgy8d33" - ] - }, - "https://ror.org/0368jkn02": { - "ancestors": [ - "https://ror.org/035xkbk20" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x2wrh98": { - "ancestors": [ - "https://ror.org/02wsd5p50" - ], - "descendants": [ - - ] - }, - "https://ror.org/05esnc164": { - "ancestors": [ - "https://ror.org/02grkyz14" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dpyn972": { - "ancestors": [ - "https://ror.org/03c4atk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/032tz4q83": { - "ancestors": [ - "https://ror.org/05gjbhz21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pa22x51": { - "ancestors": [ - "https://ror.org/03eftgw80", - "https://ror.org/01kg8sb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a5xsc56": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/054df1z79": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qk4xh70": { - "ancestors": [ - "https://ror.org/05srvzs48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wh7p279": { - "ancestors": [ - "https://ror.org/03nk5kq98" - ], - "descendants": [ - - ] - }, - "https://ror.org/026tc4g97": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/003vg9w96", - "https://ror.org/01a8ajp46", - "https://ror.org/01c7wz417", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/058nncw69": { - "ancestors": [ - "https://ror.org/04aj4c181", - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bm99g65": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/0050cbz19": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/03xjwb503", - "https://ror.org/003vg9w96", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/033tt8e33": { - "ancestors": [ - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03f4jbs89", - "https://ror.org/030ea6w47", - "https://ror.org/006ddyp05", - "https://ror.org/01232eg66" - ] - }, - "https://ror.org/02cptmd52": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/003vg9w96", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rqcfv80": { - "ancestors": [ - "https://ror.org/010q4q527" - ], - "descendants": [ - "https://ror.org/04xw60528", - "https://ror.org/03cmaaz53", - "https://ror.org/04bk3z010" - ] - }, - "https://ror.org/02z92c890": { - "ancestors": [ - "https://ror.org/03wp25384" - ], - "descendants": [ - - ] - }, - "https://ror.org/0584m4844": { - "ancestors": [ - "https://ror.org/02e2egq70", - "https://ror.org/02m4c1x70", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nc7ge81": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/005bvs909": { - "ancestors": [ - "https://ror.org/04z4kmw33" - ], - "descendants": [ - "https://ror.org/016899r71" - ] - }, - "https://ror.org/04d54np47": { - "ancestors": [ - "https://ror.org/01aaptx40", - "https://ror.org/03eftgw80", - "https://ror.org/03eftgw80", - "https://ror.org/01kg8sb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/0458hw939": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/02feahw73", - "https://ror.org/05kpkpg04", - "https://ror.org/003vg9w96", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z65zs77": { - "ancestors": [ - "https://ror.org/02e2egq70", - "https://ror.org/02m4c1x70", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d1wky64": { - "ancestors": [ - "https://ror.org/05yksqt98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g023586": { - "ancestors": [ - "https://ror.org/02rymmk58", - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/036vefa56": { - "ancestors": [ - "https://ror.org/02rzxtq06" - ], - "descendants": [ - - ] - }, - "https://ror.org/048cva627": { - "ancestors": [ - "https://ror.org/03h3w3289", - "https://ror.org/04bs1pb34" - ], - "descendants": [ - - ] - }, - "https://ror.org/03871gy17": { - "ancestors": [ - "https://ror.org/012szh196" - ], - "descendants": [ - - ] - }, - "https://ror.org/0188sb718": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fxjrd39": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nwsdc81": { - "ancestors": [ - "https://ror.org/01n002310" - ], - "descendants": [ - - ] - }, - "https://ror.org/015cr1d34": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nb7az85": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z4npt02": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g635h87": { - "ancestors": [ - "https://ror.org/01aaptx40", - "https://ror.org/03eftgw80", - "https://ror.org/03eftgw80", - "https://ror.org/01kg8sb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/004q9wj75": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/013pnfx92": { - "ancestors": [ - "https://ror.org/04y8cs423", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f9f1d95": { - "ancestors": [ - "https://ror.org/006gmme17", - "https://ror.org/05jwcsm16", - "https://ror.org/01973x930", - "https://ror.org/05wnp9598", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cnjaa38": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/035764y25": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/030s0zd03": { - "ancestors": [ - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pab2602": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xrbvb54": { - "ancestors": [ - "https://ror.org/01n002310" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mzs1s34": { - "ancestors": [ - "https://ror.org/043htjv09" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fe63682": { - "ancestors": [ - "https://ror.org/02xankh89", - "https://ror.org/00nt41z93", - "https://ror.org/01c27hj86", - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vafwy12": { - "ancestors": [ - "https://ror.org/03sxdvx36" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tty5b50": { - "ancestors": [ - "https://ror.org/00sh19a92" - ], - "descendants": [ - - ] - }, - "https://ror.org/0334tmt82": { - "ancestors": [ - "https://ror.org/002jby155", - "https://ror.org/003vg9w96", - "https://ror.org/03zek0r74", - "https://ror.org/003vg9w96", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t7a2639": { - "ancestors": [ - "https://ror.org/00gz6rx61", - "https://ror.org/01mke9645", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/01aaptx40": { - "ancestors": [ - "https://ror.org/03eftgw80", - "https://ror.org/01kg8sb98" - ], - "descendants": [ - "https://ror.org/04d54np47", - "https://ror.org/05rbkcx47", - "https://ror.org/00a06kx42", - "https://ror.org/00g635h87", - "https://ror.org/03vzvbw58" - ] - }, - "https://ror.org/01zpmbk67": { - "ancestors": [ - "https://ror.org/02z5d2h92", - "https://ror.org/03eftgw80", - "https://ror.org/05eq41471", - "https://ror.org/01kg8sb98", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qze4e34": { - "ancestors": [ - "https://ror.org/01evzkn27" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a9csj98": { - "ancestors": [ - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t2rv460": { - "ancestors": [ - "https://ror.org/02rymmk58", - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qn0z879": { - "ancestors": [ - "https://ror.org/008kn4z11", - "https://ror.org/02d9dg697", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f6z5785": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/007a2ta87": { - "ancestors": [ - "https://ror.org/00cmhce21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jthwq62": { - "ancestors": [ - "https://ror.org/03eg6ys02" - ], - "descendants": [ - - ] - }, - "https://ror.org/019g8w217": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n3jsk50": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p0pr527": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fq48551": { - "ancestors": [ - "https://ror.org/02e2egq70", - "https://ror.org/02m4c1x70", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0220pja87": { - "ancestors": [ - "https://ror.org/01n002310" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ygyzs83": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r8typ39": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qz2t575": { - "ancestors": [ - "https://ror.org/03nf36p02" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zvy6a06": { - "ancestors": [ - "https://ror.org/047426m28", - "https://ror.org/05e94g991" - ], - "descendants": [ - - ] - }, - "https://ror.org/058p87c41": { - "ancestors": [ - "https://ror.org/017yk1e31" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h86rm10": { - "ancestors": [ - "https://ror.org/00nt41z93", - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sa5es20": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rg6zq05": { - "ancestors": [ - "https://ror.org/03cd02q50", - "https://ror.org/04vrzee53", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/002t9r032": { - "ancestors": [ - "https://ror.org/008kn4z11", - "https://ror.org/002t25c44", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01232eg66": { - "ancestors": [ - "https://ror.org/033tt8e33", - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s376052": { - "ancestors": [ - "https://ror.org/01rvn4p91" - ], - "descendants": [ - "https://ror.org/033f9yy33", - "https://ror.org/02hdt9m26" - ] - }, - "https://ror.org/04k0tth05": { - "ancestors": [ - "https://ror.org/02m4c1x70", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zf1jv40": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/0081xr281": { - "ancestors": [ - "https://ror.org/03sxdvx36" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qf6ek79": { - "ancestors": [ - "https://ror.org/00yjd3n13" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rymmk58": { - "ancestors": [ - "https://ror.org/02bxt4m23" - ], - "descendants": [ - "https://ror.org/05g023586", - "https://ror.org/04t2rv460", - "https://ror.org/005xhc966" - ] - }, - "https://ror.org/05jwwpn37": { - "ancestors": [ - "https://ror.org/0068v6128" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yyzaa40": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bag6861": { - "ancestors": [ - "https://ror.org/02e2egq70", - "https://ror.org/02m4c1x70", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vzywk83": { - "ancestors": [ - "https://ror.org/05vtax910" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jrr7w21": { - "ancestors": [ - "https://ror.org/051escj72", - "https://ror.org/02kbmgc12", - "https://ror.org/03am2jy38", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/044feat76": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mzbks65": { - "ancestors": [ - "https://ror.org/04f7vj627" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y0ypp13": { - "ancestors": [ - "https://ror.org/02vbxt202" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rjnta51": { - "ancestors": [ - "https://ror.org/052gg0110" - ], - "descendants": [ - - ] - }, - "https://ror.org/009nc9s30": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/04att9732": { - "ancestors": [ - "https://ror.org/014qpa824" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zx3vk32": { - "ancestors": [ - "https://ror.org/04tehfn33" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mkjjy25": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - "https://ror.org/01qm1tk92", - "https://ror.org/01ed4t417", - "https://ror.org/059fn5f50", - "https://ror.org/01wrng808", - "https://ror.org/02nxezb95", - "https://ror.org/05mzd8v39", - "https://ror.org/00mdx2x22", - "https://ror.org/03dsd0g48", - "https://ror.org/03jv6w209", - "https://ror.org/04k5jw363", - "https://ror.org/047rqcm40", - "https://ror.org/01jvz7e61", - "https://ror.org/05ppf7q77", - "https://ror.org/021sh3243", - "https://ror.org/05r0mw364", - "https://ror.org/01bt3e159", - "https://ror.org/0087n5v55", - "https://ror.org/00ex3jm11", - "https://ror.org/04ate5z57", - "https://ror.org/01xta2p78", - "https://ror.org/00cw4qm30", - "https://ror.org/023bv6t84", - "https://ror.org/04k0drf78", - "https://ror.org/008hxwy89", - "https://ror.org/023b2c435", - "https://ror.org/00s4fex77", - "https://ror.org/00edzht24", - "https://ror.org/01jdptv64", - "https://ror.org/00qyswv14", - "https://ror.org/01hcc6p91", - "https://ror.org/02k243t26", - "https://ror.org/01wc6sh26", - "https://ror.org/042j26x71", - "https://ror.org/05mfwtg94", - "https://ror.org/037y9hb39" - ] - }, - "https://ror.org/01wp0c315": { - "ancestors": [ - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/037y9hb39" - ] - }, - "https://ror.org/01psf3m26": { - "ancestors": [ - "https://ror.org/02grkyz14" - ], - "descendants": [ - "https://ror.org/01e36dv41" - ] - }, - "https://ror.org/017vz0682": { - "ancestors": [ - "https://ror.org/04tehfn33" - ], - "descendants": [ - - ] - }, - "https://ror.org/0554aam39": { - "ancestors": [ - "https://ror.org/04h9yzf84" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n71w067": { - "ancestors": [ - "https://ror.org/04n9sp567" - ], - "descendants": [ - - ] - }, - "https://ror.org/01szdrn56": { - "ancestors": [ - "https://ror.org/04tehfn33" - ], - "descendants": [ - - ] - }, - "https://ror.org/046wpeg62": { - "ancestors": [ - "https://ror.org/04tehfn33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q3c5d02": { - "ancestors": [ - "https://ror.org/020v13m88" - ], - "descendants": [ - - ] - }, - "https://ror.org/009wnjh50": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/006pvs224": { - "ancestors": [ - "https://ror.org/05cpcfk84" - ], - "descendants": [ - - ] - }, - "https://ror.org/037y9hb39": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/00pg5jh14", - "https://ror.org/02vjkv261", - "https://ror.org/01wp0c315", - "https://ror.org/04fmayc82", - "https://ror.org/03xjwb503", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q2vrq41": { - "ancestors": [ - "https://ror.org/05g3mes96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pzmmv39": { - "ancestors": [ - "https://ror.org/04bs5yc70", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mmhnh95": { - "ancestors": [ - "https://ror.org/02dp3a879", - "https://ror.org/042t93s57", - "https://ror.org/01vekys64", - "https://ror.org/04jr1s763", - "https://ror.org/04zaypm56", - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dxbgs74": { - "ancestors": [ - "https://ror.org/04y8cs423", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kkv3f82": { - "ancestors": [ - "https://ror.org/00nmgny79", - "https://ror.org/03g7eh380" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kqjmn09": { - "ancestors": [ - "https://ror.org/00rwzgx62" - ], - "descendants": [ - - ] - }, - "https://ror.org/00edv6x70": { - "ancestors": [ - "https://ror.org/04tehfn33" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bs5yc70": { - "ancestors": [ - "https://ror.org/01rvn4p91" - ], - "descendants": [ - "https://ror.org/021f7p178", - "https://ror.org/04pzmmv39" - ] - }, - "https://ror.org/00qrf6g60": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bfc1p59": { - "ancestors": [ - "https://ror.org/014g34x36" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a7rqj69": { - "ancestors": [ - "https://ror.org/0287jta43", - "https://ror.org/02bvcjw39", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05eva6s33": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dp3a879": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - "https://ror.org/04mmhnh95" - ] - }, - "https://ror.org/037ez2r19": { - "ancestors": [ - "https://ror.org/02qjrjx09", - "https://ror.org/041kmwe10" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vj6ck58": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - "https://ror.org/0479kf329" - ] - }, - "https://ror.org/0579t4s85": { - "ancestors": [ - "https://ror.org/04y8cs423", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ck2y820": { - "ancestors": [ - "https://ror.org/05g3mes96" - ], - "descendants": [ - - ] - }, - "https://ror.org/0060pja03": { - "ancestors": [ - "https://ror.org/033n9gh91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w4m6z96": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - "https://ror.org/05s4gph86" - ] - }, - "https://ror.org/00zs3y046": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a0bad71": { - "ancestors": [ - "https://ror.org/05g3mes96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03paz5966": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/04knm0293": { - "ancestors": [ - "https://ror.org/05dxps055" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fzmm222": { - "ancestors": [ - "https://ror.org/0260j1g46" - ], - "descendants": [ - - ] - }, - "https://ror.org/004zvfq85": { - "ancestors": [ - "https://ror.org/004qcrr52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ws25a19": { - "ancestors": [ - "https://ror.org/02grkyz14", - "https://ror.org/03nb1x490", - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/044yw8e10": { - "ancestors": [ - "https://ror.org/043htjv09" - ], - "descendants": [ - - ] - }, - "https://ror.org/051tr1y59": { - "ancestors": [ - "https://ror.org/036x5ad56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dzmf738": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/05symbg58": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ds1xe75": { - "ancestors": [ - "https://ror.org/03k1bsr36", - "https://ror.org/02dn7x778", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pq29p90": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/025rrx658": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/01st30669": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/000h6jb29": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/022hq6c49": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vv5y108": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - "https://ror.org/01jkemy20", - "https://ror.org/05etrbr47" - ] - }, - "https://ror.org/02twrxy18": { - "ancestors": [ - "https://ror.org/054225q67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j3snm48": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - "https://ror.org/04m8t3f14" - ] - }, - "https://ror.org/00yq23r19": { - "ancestors": [ - "https://ror.org/04tehfn33" - ], - "descendants": [ - - ] - }, - "https://ror.org/015kcdd40": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - "https://ror.org/043kfae87" - ] - }, - "https://ror.org/018q2r417": { - "ancestors": [ - "https://ror.org/04p4e8t29", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gv2er37": { - "ancestors": [ - "https://ror.org/05534qc24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xjfrn37": { - "ancestors": [ - "https://ror.org/00rwzgx62" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yndey86": { - "ancestors": [ - "https://ror.org/04tehfn33" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rgqcd02": { - "ancestors": [ - "https://ror.org/05qn5kv73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04me52195": { - "ancestors": [ - "https://ror.org/051v5t493" - ], - "descendants": [ - - ] - }, - "https://ror.org/05478fx36": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/022nkr288": { - "ancestors": [ - "https://ror.org/04t9wmk29" - ], - "descendants": [ - - ] - }, - "https://ror.org/056rez340": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tdyb139": { - "ancestors": [ - "https://ror.org/04jr01610" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ybvyr04": { - "ancestors": [ - "https://ror.org/04tehfn33" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p2zte22": { - "ancestors": [ - "https://ror.org/04qekdn52", - "https://ror.org/01jnc6p74", - "https://ror.org/00kybxq39" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t5ta457": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/01641cv78": { - "ancestors": [ - "https://ror.org/003qdfg20" - ], - "descendants": [ - - ] - }, - "https://ror.org/0347ywk92": { - "ancestors": [ - "https://ror.org/043htjv09" - ], - "descendants": [ - - ] - }, - "https://ror.org/032keq607": { - "ancestors": [ - "https://ror.org/04tehfn33" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pawvf59": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/013bkhk48", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jwfk445": { - "ancestors": [ - "https://ror.org/04tehfn33" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fyp5w42": { - "ancestors": [ - "https://ror.org/047pymx40", - "https://ror.org/03q4c3e69", - "https://ror.org/01jem9c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/02my5hx05": { - "ancestors": [ - "https://ror.org/013bkhk48", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v89pq06": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/040j99w46": { - "ancestors": [ - "https://ror.org/02rvr7q96" - ], - "descendants": [ - - ] - }, - "https://ror.org/027wsbc40": { - "ancestors": [ - "https://ror.org/0188yz413" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n56e796": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bvcjw39": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/01a7rqj69" - ] - }, - "https://ror.org/0287jta43": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/01a7rqj69" - ] - }, - "https://ror.org/04p4e8t29": { - "ancestors": [ - "https://ror.org/048rj2z13" - ], - "descendants": [ - "https://ror.org/05k6m5t95", - "https://ror.org/04ksd4g47", - "https://ror.org/03jcejr58", - "https://ror.org/02xg1m795", - "https://ror.org/018q2r417", - "https://ror.org/056cwrs58" - ] - }, - "https://ror.org/03467xv55": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/055263j93": { - "ancestors": [ - "https://ror.org/04tehfn33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k4h2615": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e0jd726": { - "ancestors": [ - "https://ror.org/01sbq1a82" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r7q1314": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/048ey1e04": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v78qy15": { - "ancestors": [ - "https://ror.org/05f421b09", - "https://ror.org/01e2k1j30", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/035dsb084": { - "ancestors": [ - "https://ror.org/04w6pnc49" - ], - "descendants": [ - "https://ror.org/008mx9f83", - "https://ror.org/01pdam362" - ] - }, - "https://ror.org/004z2ax38": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/003cgs259": { - "ancestors": [ - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r0v5a32": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/032nfpx77": { - "ancestors": [ - "https://ror.org/0006cvt76" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s8j4r12": { - "ancestors": [ - "https://ror.org/053gv9453", - "https://ror.org/04g3scy39" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dzwvx76": { - "ancestors": [ - "https://ror.org/02baa5g50", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - "https://ror.org/00zc2xc51", - "https://ror.org/02mft8527", - "https://ror.org/014xaa570", - "https://ror.org/00pebsc23" - ] - }, - "https://ror.org/006yszn50": { - "ancestors": [ - "https://ror.org/043htjv09" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f4wkg38": { - "ancestors": [ - "https://ror.org/05wswj918", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nh1dc89": { - "ancestors": [ - "https://ror.org/025kzpk63", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/001zwgm84" - ] - }, - "https://ror.org/05pep2321": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/014xaa570": { - "ancestors": [ - "https://ror.org/05dzwvx76", - "https://ror.org/02baa5g50", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/022w03s59": { - "ancestors": [ - "https://ror.org/00gg87355" - ], - "descendants": [ - - ] - }, - "https://ror.org/048400679": { - "ancestors": [ - "https://ror.org/01an7q238", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t3njy04": { - "ancestors": [ - "https://ror.org/043htjv09", - "https://ror.org/02feahw73", - "https://ror.org/017rnyz40", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a6s9190": { - "ancestors": [ - "https://ror.org/02q1spa57" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b6c1039": { - "ancestors": [ - "https://ror.org/05bn3m307", - "https://ror.org/02feahw73", - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cxqde27": { - "ancestors": [ - "https://ror.org/004gem776" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vy7v919": { - "ancestors": [ - "https://ror.org/011rwyf32" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c196m06": { - "ancestors": [ - "https://ror.org/02swcnz29", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vg4mg18": { - "ancestors": [ - "https://ror.org/00rcxh774" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h06nz15": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/01ej9dk98", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00eaqry86": { - "ancestors": [ - "https://ror.org/00rqy9422" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qrpt643": { - "ancestors": [ - "https://ror.org/05j37e495", - "https://ror.org/03tb4gf50", - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/043y2tx42": { - "ancestors": [ - "https://ror.org/02en5vm52", - "https://ror.org/00pg5jh14", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/0526kmt93": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bm0qt52": { - "ancestors": [ - "https://ror.org/02swcnz29", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jrpxe15": { - "ancestors": [ - "https://ror.org/00my0hg66" - ], - "descendants": [ - - ] - }, - "https://ror.org/00392bh69": { - "ancestors": [ - "https://ror.org/02s3ds748", - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c7p2r39": { - "ancestors": [ - "https://ror.org/00ty2a548", - "https://ror.org/01h5tnr73", - "https://ror.org/05tj7dm33", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00stfdh39": { - "ancestors": [ - "https://ror.org/043htjv09" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n9fkm63": { - "ancestors": [ - "https://ror.org/01kg8sb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rkh0096": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/04yznqr36", - "https://ror.org/03rth4p18", - "https://ror.org/04zmssz18", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/035cfnw24": { - "ancestors": [ - "https://ror.org/00frv1728", - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w0m4735": { - "ancestors": [ - "https://ror.org/02swcnz29", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02se0t636": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/000ztjy10": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01gs1cg95", - "https://ror.org/05v8y4456", - "https://ror.org/024b23796" - ] - }, - "https://ror.org/000t8cv40": { - "ancestors": [ - "https://ror.org/02heb2n75" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rfg0242": { - "ancestors": [ - "https://ror.org/0398zhb04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wk90v81": { - "ancestors": [ - "https://ror.org/04abg5t05" - ], - "descendants": [ - - ] - }, - "https://ror.org/023tnh888": { - "ancestors": [ - "https://ror.org/013yc5d80", - "https://ror.org/02ypept83", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mdaf969": { - "ancestors": [ - "https://ror.org/013yc5d80", - "https://ror.org/02ypept83", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/053mfxd72": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/00rqy9422", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w8f9k94": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/05bn3m307", - "https://ror.org/04asdee31", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vq8p756": { - "ancestors": [ - "https://ror.org/017zqws13", - "https://ror.org/03grvy078" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jkwt097": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/011ygpb73": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a5edp07": { - "ancestors": [ - "https://ror.org/02jb60a57", - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s6bxr02": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/0167fw009": { - "ancestors": [ - "https://ror.org/00e96v939", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k8nkc73": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/00rqy9422", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cm95j49": { - "ancestors": [ - "https://ror.org/011rwyf32" - ], - "descendants": [ - "https://ror.org/044webc45", - "https://ror.org/02kyzc549", - "https://ror.org/00a3qqg15" - ] - }, - "https://ror.org/02kyzc549": { - "ancestors": [ - "https://ror.org/02cm95j49", - "https://ror.org/011rwyf32" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e8etd40": { - "ancestors": [ - "https://ror.org/00zg31r41", - "https://ror.org/01tz1zp46", - "https://ror.org/04vfs2w97", - "https://ror.org/03qeacd72", - "https://ror.org/003vg9w96", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/011kf5r70": { - "ancestors": [ - "https://ror.org/02swcnz29", - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/015z41c35" - ] - }, - "https://ror.org/02q6q1660": { - "ancestors": [ - "https://ror.org/019snar59", - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bv1h546": { - "ancestors": [ - "https://ror.org/05h1pdj54", - "https://ror.org/046qcse71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b7pda13": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/009szpe27", - "https://ror.org/03df8gj37", - "https://ror.org/05xde4j27", - "https://ror.org/02n14ez29", - "https://ror.org/04vxq1969", - "https://ror.org/0278h4n28", - "https://ror.org/00ajwxp03", - "https://ror.org/025cem651", - "https://ror.org/05p4q8207", - "https://ror.org/00m1mwc36", - "https://ror.org/02157xr58", - "https://ror.org/0421f6a14", - "https://ror.org/04ydm6t76", - "https://ror.org/01sfyq865", - "https://ror.org/02knc1802", - "https://ror.org/05ya3ee02", - "https://ror.org/02zda6x08" - ] - }, - "https://ror.org/044ywxm13": { - "ancestors": [ - "https://ror.org/039qa0b28" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nkhqe34": { - "ancestors": [ - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/044mjtc47": { - "ancestors": [ - "https://ror.org/0380mmw63", - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zgas264": { - "ancestors": [ - "https://ror.org/03zek0r74", - "https://ror.org/003vg9w96", - "https://ror.org/00g700j37", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gb0hd06": { - "ancestors": [ - "https://ror.org/03cd02q50", - "https://ror.org/04vrzee53", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cd02q50": { - "ancestors": [ - "https://ror.org/04vrzee53", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00rg6zq05", - "https://ror.org/01pveve47", - "https://ror.org/0145znz58", - "https://ror.org/03g2zjp07", - "https://ror.org/02gb0hd06", - "https://ror.org/014pvr265", - "https://ror.org/050zdfe57", - "https://ror.org/00hqaq407", - "https://ror.org/03ekm7858", - "https://ror.org/00bxym797" - ] - }, - "https://ror.org/035agn614": { - "ancestors": [ - "https://ror.org/01e2k1j30", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q3j1c96": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/033yfkj90": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00afsp483": { - "ancestors": [ - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02jakbh21", - "https://ror.org/01jepya76", - "https://ror.org/01b61x679" - ] - }, - "https://ror.org/04dxv8v14": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/00rqy9422", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f0pxq13": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q10wd18": { - "ancestors": [ - "https://ror.org/039d9wk42" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hmvjq54": { - "ancestors": [ - "https://ror.org/011rwyf32" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rm24644": { - "ancestors": [ - "https://ror.org/03cs53d16", - "https://ror.org/03ar0mv07", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/008mx9f83": { - "ancestors": [ - "https://ror.org/035dsb084", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/02baa5g50": { - "ancestors": [ - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - "https://ror.org/00zc2xc51", - "https://ror.org/01nkdyf86", - "https://ror.org/02mft8527", - "https://ror.org/04qkrdj06", - "https://ror.org/05dzwvx76", - "https://ror.org/00pebsc23", - "https://ror.org/014xaa570" - ] - }, - "https://ror.org/0556v4357": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c30h479": { - "ancestors": [ - "https://ror.org/01q4vax14" - ], - "descendants": [ - "https://ror.org/053wq6q28" - ] - }, - "https://ror.org/043t7b640": { - "ancestors": [ - "https://ror.org/00892tw58" - ], - "descendants": [ - - ] - }, - "https://ror.org/051m4vc48": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p4q8207": { - "ancestors": [ - "https://ror.org/03df8gj37", - "https://ror.org/03b7pda13", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w4e8v21": { - "ancestors": [ - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/027mhn368", - "https://ror.org/05wk0m864", - "https://ror.org/04cyj6y78", - "https://ror.org/00wsjvg44", - "https://ror.org/003mzyg61" - ] - }, - "https://ror.org/04vxq1969": { - "ancestors": [ - "https://ror.org/03df8gj37", - "https://ror.org/03b7pda13", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01594wh23": { - "ancestors": [ - "https://ror.org/04e5av293", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/03df8gj37": { - "ancestors": [ - "https://ror.org/03b7pda13", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05xde4j27", - "https://ror.org/02n14ez29", - "https://ror.org/04vxq1969", - "https://ror.org/0278h4n28", - "https://ror.org/00ajwxp03", - "https://ror.org/025cem651", - "https://ror.org/05p4q8207", - "https://ror.org/00m1mwc36", - "https://ror.org/02157xr58", - "https://ror.org/0421f6a14", - "https://ror.org/04ydm6t76", - "https://ror.org/01sfyq865", - "https://ror.org/02knc1802", - "https://ror.org/05ya3ee02", - "https://ror.org/02zda6x08" - ] - }, - "https://ror.org/05bnk7418": { - "ancestors": [ - "https://ror.org/05f421b09", - "https://ror.org/01e2k1j30", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/004yvak38": { - "ancestors": [ - "https://ror.org/043htjv09", - "https://ror.org/04crh2b66" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pdam362": { - "ancestors": [ - "https://ror.org/035dsb084", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/049qgqg40": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/051p9ra28" - ] - }, - "https://ror.org/03ytzg339": { - "ancestors": [ - "https://ror.org/04r3kq386" - ], - "descendants": [ - - ] - }, - "https://ror.org/010dsgr95": { - "ancestors": [ - "https://ror.org/05ynxx418" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xghct51": { - "ancestors": [ - "https://ror.org/051ea1411", - "https://ror.org/01jsq2704" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e7k4575": { - "ancestors": [ - "https://ror.org/051ea1411", - "https://ror.org/01jsq2704" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k3nmd98": { - "ancestors": [ - "https://ror.org/041nk4h53", - "https://ror.org/03z21mf61", - "https://ror.org/03sk1we31", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t3sm733": { - "ancestors": [ - "https://ror.org/04y8cs423", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qz4qd45": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/014p8mr66": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eqwt088": { - "ancestors": [ - "https://ror.org/043htjv09" - ], - "descendants": [ - "https://ror.org/059zr1469", - "https://ror.org/03nx05k88" - ] - }, - "https://ror.org/025cem651": { - "ancestors": [ - "https://ror.org/03df8gj37", - "https://ror.org/03b7pda13", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/001zwgm84": { - "ancestors": [ - "https://ror.org/03taz7m60", - "https://ror.org/01kg8sb98", - "https://ror.org/03r0ha626", - "https://ror.org/0405mnx93", - "https://ror.org/00mkhxb43", - "https://ror.org/01s91ey96", - "https://ror.org/04nh1dc89", - "https://ror.org/02mv6r745", - "https://ror.org/0082ybm03", - "https://ror.org/04tj63d06", - "https://ror.org/00py81415", - "https://ror.org/025kzpk63", - "https://ror.org/0566a8c54", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04er32z07": { - "ancestors": [ - "https://ror.org/0420db125" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a1q3q78": { - "ancestors": [ - "https://ror.org/04j198w64" - ], - "descendants": [ - - ] - }, - "https://ror.org/054ajk512": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02wt4s775", - "https://ror.org/03cap2a49", - "https://ror.org/01zj39k81" - ] - }, - "https://ror.org/02fxw5m16": { - "ancestors": [ - "https://ror.org/00frv1728", - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/055yg0521": { - "ancestors": [ - "https://ror.org/04rq5mt64", - "https://ror.org/01r0c1p88" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a2tac74": { - "ancestors": [ - "https://ror.org/01ej9dk98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wnp9598": { - "ancestors": [ - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05jwcsm16", - "https://ror.org/01sq4yt06", - "https://ror.org/03f9f1d95", - "https://ror.org/025m0q735" - ] - }, - "https://ror.org/02441px27": { - "ancestors": [ - "https://ror.org/0384j8v12" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yf8st19": { - "ancestors": [ - "https://ror.org/05f421b09", - "https://ror.org/01e2k1j30", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f6dcw23": { - "ancestors": [ - "https://ror.org/01gek1696" - ], - "descendants": [ - "https://ror.org/04aysmc18" - ] - }, - "https://ror.org/00m1mwc36": { - "ancestors": [ - "https://ror.org/03df8gj37", - "https://ror.org/03b7pda13", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fzkn482": { - "ancestors": [ - "https://ror.org/013yc5d80", - "https://ror.org/02ypept83", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wrhg795": { - "ancestors": [ - "https://ror.org/01kg8sb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r4taj88": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/05gzceg21", - "https://ror.org/01znkr924" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yzad698": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/058xdtn86": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/00rqy9422", - "https://ror.org/01nfmeh72", - "https://ror.org/03pnv4752", - "https://ror.org/02bfwt286", - "https://ror.org/03t52dk35", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qma7a12": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/02feahw73", - "https://ror.org/04mv1z119", - "https://ror.org/057qpr032" - ], - "descendants": [ - "https://ror.org/00yee3n23", - "https://ror.org/01tsa0x55" - ] - }, - "https://ror.org/00510tw04": { - "ancestors": [ - "https://ror.org/02swcnz29", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/054yran63": { - "ancestors": [ - "https://ror.org/04ysp6769" - ], - "descendants": [ - - ] - }, - "https://ror.org/021cxfs56": { - "ancestors": [ - "https://ror.org/03w28pb62" - ], - "descendants": [ - - ] - }, - "https://ror.org/011wdec52": { - "ancestors": [ - "https://ror.org/01ej9dk98" - ], - "descendants": [ - - ] - }, - "https://ror.org/004k6zk54": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/00e96v939" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p4ndd12": { - "ancestors": [ - "https://ror.org/011rwyf32" - ], - "descendants": [ - - ] - }, - "https://ror.org/001gedw60": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nx05k88": { - "ancestors": [ - "https://ror.org/03eqwt088", - "https://ror.org/043htjv09", - "https://ror.org/043htjv09" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cybsr61": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/01ej9dk98", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/028khat13": { - "ancestors": [ - "https://ror.org/047272k79" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gtjxz83": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/00f945z63", - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20", - "https://ror.org/05q3vnk25", - "https://ror.org/02feahw73", - "https://ror.org/003vg9w96", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/038npk083": { - "ancestors": [ - "https://ror.org/00z9m6b57" - ], - "descendants": [ - - ] - }, - "https://ror.org/000n1xh78": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s3ds748": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - "https://ror.org/04xrjem68", - "https://ror.org/00392bh69", - "https://ror.org/00yrb1d04" - ] - }, - "https://ror.org/03w7awk87": { - "ancestors": [ - "https://ror.org/049qz7x77", - "https://ror.org/05bpbnx46" - ], - "descendants": [ - "https://ror.org/03gqzdg87", - "https://ror.org/03aqyvf83" - ] - }, - "https://ror.org/00hjft591": { - "ancestors": [ - "https://ror.org/02n415q13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cs53d16": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04rm24644", - "https://ror.org/01gsy1c54", - "https://ror.org/02c37bg49" - ] - }, - "https://ror.org/04fxxe129": { - "ancestors": [ - "https://ror.org/01ej9dk98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ns9pc83": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/049ecjx61", - "https://ror.org/03e5eem51", - "https://ror.org/007mjr682", - "https://ror.org/01b1j4e13", - "https://ror.org/01a1xfd09", - "https://ror.org/03mzbmf11", - "https://ror.org/04b581c27", - "https://ror.org/05nnv1197", - "https://ror.org/01whksa54", - "https://ror.org/030hk6x09", - "https://ror.org/055fe2s59", - "https://ror.org/00b5qjr76", - "https://ror.org/045v66z43", - "https://ror.org/029bjdf19", - "https://ror.org/05gbyky62", - "https://ror.org/03napcw37", - "https://ror.org/00ezjkn15", - "https://ror.org/01nmpe263", - "https://ror.org/00k9x6n46", - "https://ror.org/05dkdaa55", - "https://ror.org/026c02f25", - "https://ror.org/00z65ng94", - "https://ror.org/01azrym08", - "https://ror.org/047exzk05", - "https://ror.org/043hjsp66", - "https://ror.org/01jkd3546", - "https://ror.org/037styt87", - "https://ror.org/02jj4k517", - "https://ror.org/00bbt0744", - "https://ror.org/050rg6t21", - "https://ror.org/05m4hh157", - "https://ror.org/05ne3s142", - "https://ror.org/04ryvdf08", - "https://ror.org/01qdbbk19", - "https://ror.org/05baf4s06", - "https://ror.org/01v5rbf40" - ] - }, - "https://ror.org/01q1m8392": { - "ancestors": [ - "https://ror.org/043htjv09", - "https://ror.org/04crh2b66" - ], - "descendants": [ - - ] - }, - "https://ror.org/0380mmw63": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - "https://ror.org/05ra1x588", - "https://ror.org/044mjtc47" - ] - }, - "https://ror.org/0539h2w52": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/0103y3647" - ] - }, - "https://ror.org/01reat095": { - "ancestors": [ - "https://ror.org/008zs3103" - ], - "descendants": [ - - ] - }, - "https://ror.org/008pnp284": { - "ancestors": [ - "https://ror.org/04jsz6e67", - "https://ror.org/043c0p156" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t99a717": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/03npdj196": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/00carf720": { - "ancestors": [ - "https://ror.org/02r40rn49" - ], - "descendants": [ - - ] - }, - "https://ror.org/042rf5k64": { - "ancestors": [ - "https://ror.org/013yc5d80", - "https://ror.org/02ypept83", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01972fe66": { - "ancestors": [ - "https://ror.org/02swcnz29", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xyjyt81": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r5d5c48": { - "ancestors": [ - "https://ror.org/00f945z63", - "https://ror.org/035xkbk20", - "https://ror.org/05q3vnk25", - "https://ror.org/02feahw73", - "https://ror.org/003vg9w96", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00acxb050": { - "ancestors": [ - "https://ror.org/043htjv09", - "https://ror.org/04crh2b66" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j5n9f07": { - "ancestors": [ - "https://ror.org/05wswj918", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x44hg04": { - "ancestors": [ - "https://ror.org/04sjchr03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c2t8448": { - "ancestors": [ - "https://ror.org/002jby155", - "https://ror.org/01tz1zp46", - "https://ror.org/00g700j37", - "https://ror.org/003vg9w96", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pa4y709": { - "ancestors": [ - "https://ror.org/01tg7a346", - "https://ror.org/04g3scy39" - ], - "descendants": [ - - ] - }, - "https://ror.org/0557mft23": { - "ancestors": [ - "https://ror.org/05813w841", - "https://ror.org/029nkcm90", - "https://ror.org/05bn3m307", - "https://ror.org/0199hds37", - "https://ror.org/02feahw73", - "https://ror.org/01ph39d13", - "https://ror.org/02en5vm52", - "https://ror.org/013cjyk83", - "https://ror.org/04asdee31", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p1tqc11": { - "ancestors": [ - "https://ror.org/05f421b09", - "https://ror.org/01e2k1j30", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rbss527": { - "ancestors": [ - "https://ror.org/03n6nwv02" - ], - "descendants": [ - - ] - }, - "https://ror.org/0200wpa28": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m775f27": { - "ancestors": [ - "https://ror.org/02jb60a57", - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e2k1j30": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/035agn614", - "https://ror.org/05f421b09", - "https://ror.org/01hzj5y23", - "https://ror.org/02dbwrk72", - "https://ror.org/03p1tqc11", - "https://ror.org/05v78qy15", - "https://ror.org/05yf8st19", - "https://ror.org/05egqah77", - "https://ror.org/05bnk7418" - ] - }, - "https://ror.org/05f421b09": { - "ancestors": [ - "https://ror.org/01e2k1j30", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01hzj5y23", - "https://ror.org/02dbwrk72", - "https://ror.org/03p1tqc11", - "https://ror.org/05v78qy15", - "https://ror.org/05yf8st19", - "https://ror.org/05egqah77", - "https://ror.org/05bnk7418" - ] - }, - "https://ror.org/00f945z63": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/05q3vnk25", - "https://ror.org/02feahw73", - "https://ror.org/003vg9w96", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/01gtjxz83", - "https://ror.org/05258q350", - "https://ror.org/01pa4h393", - "https://ror.org/03r5d5c48" - ] - }, - "https://ror.org/04q1st976": { - "ancestors": [ - "https://ror.org/019snar59", - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/0278h4n28": { - "ancestors": [ - "https://ror.org/03df8gj37", - "https://ror.org/03b7pda13", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cvh4b12": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/019snar59": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - "https://ror.org/05kar0v43", - "https://ror.org/02q6q1660", - "https://ror.org/04q1st976" - ] - }, - "https://ror.org/014pvr265": { - "ancestors": [ - "https://ror.org/03cd02q50", - "https://ror.org/04vrzee53", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h98p168": { - "ancestors": [ - "https://ror.org/0369jpd83" - ], - "descendants": [ - - ] - }, - "https://ror.org/010mv7n52": { - "ancestors": [ - "https://ror.org/05dbj6g52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ftngr23": { - "ancestors": [ - "https://ror.org/05wswj918", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cqp7y05": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/00e96v939" - ], - "descendants": [ - - ] - }, - "https://ror.org/0402tt118": { - "ancestors": [ - "https://ror.org/03w28pb62" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c2x1j89": { - "ancestors": [ - "https://ror.org/04srehp09" - ], - "descendants": [ - - ] - }, - "https://ror.org/050f5ff98": { - "ancestors": [ - "https://ror.org/05ep65r25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sde4n60": { - "ancestors": [ - "https://ror.org/04fkqna53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rtykw43": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/00rqy9422", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dm1p143": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03d4ecn10", - "https://ror.org/04bnxa153", - "https://ror.org/03jsbvj12", - "https://ror.org/04q54n515", - "https://ror.org/04mfmy854", - "https://ror.org/04yrq0159", - "https://ror.org/012ba0982", - "https://ror.org/03tbm7598", - "https://ror.org/0502xk698", - "https://ror.org/00sxf8635", - "https://ror.org/00zqysk61", - "https://ror.org/029519s87" - ] - }, - "https://ror.org/04rq5mt64": { - "ancestors": [ - "https://ror.org/01r0c1p88" - ], - "descendants": [ - "https://ror.org/02zs3hb12", - "https://ror.org/055yg0521" - ] - }, - "https://ror.org/00ajwxp03": { - "ancestors": [ - "https://ror.org/03df8gj37", - "https://ror.org/03b7pda13", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/059vyyn23": { - "ancestors": [ - "https://ror.org/00nb3j622" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wswj918": { - "ancestors": [ - "https://ror.org/04w6pnc49" - ], - "descendants": [ - "https://ror.org/01j5n9f07", - "https://ror.org/00f4wkg38", - "https://ror.org/03ftngr23" - ] - }, - "https://ror.org/03mbfdc31": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/030z8x523": { - "ancestors": [ - "https://ror.org/00pkvys92" - ], - "descendants": [ - - ] - }, - "https://ror.org/041xzk838": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zek0r74": { - "ancestors": [ - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - "https://ror.org/00mkad321", - "https://ror.org/00zgas264", - "https://ror.org/0334tmt82", - "https://ror.org/04d70nb60", - "https://ror.org/05s1rff82", - "https://ror.org/05k9wmt43" - ] - }, - "https://ror.org/02e0y6e06": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - "https://ror.org/00kr24y60", - "https://ror.org/05h9gyn11", - "https://ror.org/021ryxk89" - ] - }, - "https://ror.org/0518tra10": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/051ykjw41", - "https://ror.org/044jxhp58", - "https://ror.org/04h1h0y33", - "https://ror.org/05jxfge78", - "https://ror.org/0233st365", - "https://ror.org/003vg9w96", - "https://ror.org/05q3vnk25", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/054n84d53": { - "ancestors": [ - "https://ror.org/00nb3j622" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mh9a093": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hhqsm59": { - "ancestors": [ - "https://ror.org/00b9ahn78", - "https://ror.org/043rdsw72", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0039zvd55": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/037pnxs58": { - "ancestors": [ - "https://ror.org/043htjv09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sfyq865": { - "ancestors": [ - "https://ror.org/03df8gj37", - "https://ror.org/03b7pda13", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ch21j41": { - "ancestors": [ - "https://ror.org/05bn3m307", - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/024jkkf40": { - "ancestors": [ - "https://ror.org/01nfmeh72", - "https://ror.org/03r8z3t63", - "https://ror.org/019wvm592" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yev3f93": { - "ancestors": [ - "https://ror.org/047272k79" - ], - "descendants": [ - - ] - }, - "https://ror.org/044webc45": { - "ancestors": [ - "https://ror.org/02cm95j49", - "https://ror.org/011rwyf32" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sd1pp77": { - "ancestors": [ - "https://ror.org/02n415q13", - "https://ror.org/047272k79" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pwkex33": { - "ancestors": [ - "https://ror.org/01m84wm78", - "https://ror.org/015m7wh34", - "https://ror.org/003vg9w96", - "https://ror.org/01s3fs709", - "https://ror.org/04kdfz702", - "https://ror.org/01q76b368", - "https://ror.org/04b0z7q78", - "https://ror.org/01dkyve95", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/029m96t80" - ], - "descendants": [ - "https://ror.org/02wgtm643", - "https://ror.org/005fjj927", - "https://ror.org/00vn0zc62" - ] - }, - "https://ror.org/03hqfkf51": { - "ancestors": [ - "https://ror.org/013yc5d80", - "https://ror.org/02ypept83", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mjmsc11": { - "ancestors": [ - "https://ror.org/009k7c907" - ], - "descendants": [ - - ] - }, - "https://ror.org/0126v6t20": { - "ancestors": [ - "https://ror.org/022arna15" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xde4j27": { - "ancestors": [ - "https://ror.org/03df8gj37", - "https://ror.org/03b7pda13", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0312sjw67": { - "ancestors": [ - "https://ror.org/04xkqms46" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fqkgf18": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/04w46c814", - "https://ror.org/0447fe631", - "https://ror.org/023cyha02", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ezjkn15": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pcb8y44": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s92mv58": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f8gg818": { - "ancestors": [ - "https://ror.org/05htqpy51" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a3qqg15": { - "ancestors": [ - "https://ror.org/02cm95j49", - "https://ror.org/011rwyf32" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e4w2966": { - "ancestors": [ - "https://ror.org/02swcnz29", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/032vkvz43": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/0421f6a14": { - "ancestors": [ - "https://ror.org/03df8gj37", - "https://ror.org/03b7pda13", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02157xr58": { - "ancestors": [ - "https://ror.org/03df8gj37", - "https://ror.org/03b7pda13", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0593xbv16": { - "ancestors": [ - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02rdkx920", - "https://ror.org/00qa9vw67", - "https://ror.org/022j0mn33", - "https://ror.org/011hc8f90", - "https://ror.org/026zar759", - "https://ror.org/02h7kd997", - "https://ror.org/011ghy651", - "https://ror.org/00e72by15", - "https://ror.org/05epdh915" - ] - }, - "https://ror.org/00rnbty21": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/00rqy9422", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mffw377": { - "ancestors": [ - "https://ror.org/02swcnz29", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/002h4ry72": { - "ancestors": [ - "https://ror.org/02ex6cf31", - "https://ror.org/05434fs92", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mft8527": { - "ancestors": [ - "https://ror.org/02baa5g50", - "https://ror.org/05dzwvx76", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0189w2q14": { - "ancestors": [ - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/050sd4346", - "https://ror.org/02vb70n88", - "https://ror.org/04hewx527", - "https://ror.org/04h617f37", - "https://ror.org/024ms8859", - "https://ror.org/055cy8878", - "https://ror.org/00k44np55", - "https://ror.org/04rr8kp31", - "https://ror.org/0095e2947" - ] - }, - "https://ror.org/025m0q735": { - "ancestors": [ - "https://ror.org/01sq4yt06", - "https://ror.org/05wnp9598", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02chzeh21": { - "ancestors": [ - "https://ror.org/009g8rq41", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/053wq6q28": { - "ancestors": [ - "https://ror.org/05c30h479", - "https://ror.org/01q4vax14" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p52kj31": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ydm6t76": { - "ancestors": [ - "https://ror.org/03df8gj37", - "https://ror.org/03b7pda13", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yrb1d04": { - "ancestors": [ - "https://ror.org/02s3ds748", - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m91n277": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00frv1728": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - "https://ror.org/02fxw5m16", - "https://ror.org/035cfnw24" - ] - }, - "https://ror.org/018hd1228": { - "ancestors": [ - "https://ror.org/013yc5d80", - "https://ror.org/02ypept83", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/041nk4h53": { - "ancestors": [ - "https://ror.org/03z21mf61", - "https://ror.org/03sk1we31", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/035cj2961", - "https://ror.org/02k3nmd98" - ] - }, - "https://ror.org/05egqah77": { - "ancestors": [ - "https://ror.org/05f421b09", - "https://ror.org/01e2k1j30", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04crh2b66": { - "ancestors": [ - "https://ror.org/043htjv09" - ], - "descendants": [ - "https://ror.org/01hq93e28", - "https://ror.org/01q1m8392", - "https://ror.org/004yvak38", - "https://ror.org/00acxb050" - ] - }, - "https://ror.org/014khrd35": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04f0f7630", - "https://ror.org/00y2ek133", - "https://ror.org/048s2rn92" - ] - }, - "https://ror.org/02jb60a57": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - "https://ror.org/05b5a6q69", - "https://ror.org/01a5edp07", - "https://ror.org/03m775f27" - ] - }, - "https://ror.org/03a976s92": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/017zqws13", - "https://ror.org/03grvy078" - ], - "descendants": [ - - ] - }, - "https://ror.org/059zr1469": { - "ancestors": [ - "https://ror.org/043htjv09", - "https://ror.org/03eqwt088" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jet6f92": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e5av293": { - "ancestors": [ - "https://ror.org/036h6g940" - ], - "descendants": [ - "https://ror.org/01594wh23" - ] - }, - "https://ror.org/017qtjx43": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/05q3vnk25", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ng8e884": { - "ancestors": [ - "https://ror.org/051ea1411", - "https://ror.org/01jsq2704" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sq4yt06": { - "ancestors": [ - "https://ror.org/05wnp9598", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/025m0q735" - ] - }, - "https://ror.org/02dbwrk72": { - "ancestors": [ - "https://ror.org/05f421b09", - "https://ror.org/01e2k1j30", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rdbcq08": { - "ancestors": [ - "https://ror.org/043htjv09", - "https://ror.org/05k0nvr25", - "https://ror.org/00g8rx069", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dh9vr61": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00angvn73": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/03chr2715": { - "ancestors": [ - "https://ror.org/04raf6v53" - ], - "descendants": [ - - ] - }, - "https://ror.org/029e6qe04": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zc2xc51": { - "ancestors": [ - "https://ror.org/02baa5g50", - "https://ror.org/05dzwvx76", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - "https://ror.org/00pebsc23" - ] - }, - "https://ror.org/03aqyvf83": { - "ancestors": [ - "https://ror.org/03w7awk87", - "https://ror.org/049qz7x77", - "https://ror.org/05bpbnx46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zda6x08": { - "ancestors": [ - "https://ror.org/03df8gj37", - "https://ror.org/03b7pda13", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0290qyp66": { - "ancestors": [ - "https://ror.org/003ngne20" - ], - "descendants": [ - - ] - }, - "https://ror.org/0405mnx93": { - "ancestors": [ - "https://ror.org/0082ybm03" - ], - "descendants": [ - "https://ror.org/001zwgm84" - ] - }, - "https://ror.org/053gv9453": { - "ancestors": [ - "https://ror.org/04g3scy39" - ], - "descendants": [ - "https://ror.org/01s8j4r12" - ] - }, - "https://ror.org/01697cy46": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vcqg248": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/01ej9dk98", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sbda189": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v0g9w49": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cyjwv12": { - "ancestors": [ - "https://ror.org/00dvsyx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gqzdg87": { - "ancestors": [ - "https://ror.org/03w7awk87", - "https://ror.org/049qz7x77", - "https://ror.org/05bpbnx46" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s91ey96": { - "ancestors": [ - "https://ror.org/04tj63d06", - "https://ror.org/00py81415", - "https://ror.org/0566a8c54" - ], - "descendants": [ - "https://ror.org/001zwgm84" - ] - }, - "https://ror.org/00d2z7680": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v9m3h35": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/0384j8v12", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ncy5p18": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02vjkv261", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kz56x72": { - "ancestors": [ - "https://ror.org/02ypept83", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y81ys86": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/056d91m78": { - "ancestors": [ - "https://ror.org/011rwyf32" - ], - "descendants": [ - - ] - }, - "https://ror.org/003ene322": { - "ancestors": [ - "https://ror.org/00e96v939", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n1gdp39": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n14ez29": { - "ancestors": [ - "https://ror.org/03df8gj37", - "https://ror.org/03b7pda13", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k000j23": { - "ancestors": [ - "https://ror.org/00e96v939", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/016899r71": { - "ancestors": [ - "https://ror.org/005bvs909", - "https://ror.org/01ej9dk98", - "https://ror.org/04z4kmw33" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kvxx237": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/05bn3m307", - "https://ror.org/03x42jk29", - "https://ror.org/05813w841", - "https://ror.org/04asdee31", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/052wj6v68": { - "ancestors": [ - "https://ror.org/0006cvt76" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hq93e28": { - "ancestors": [ - "https://ror.org/043htjv09", - "https://ror.org/04crh2b66" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yd19040": { - "ancestors": [ - "https://ror.org/04y8cs423", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04399kt07": { - "ancestors": [ - "https://ror.org/020rbyg91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ya3ee02": { - "ancestors": [ - "https://ror.org/006gmme17", - "https://ror.org/03df8gj37", - "https://ror.org/01973x930", - "https://ror.org/03b7pda13", - "https://ror.org/0447fe631", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/051ykjw41": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/0518tra10" - ] - }, - "https://ror.org/02erxsp04": { - "ancestors": [ - "https://ror.org/02naczy15" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hzj5y23": { - "ancestors": [ - "https://ror.org/05f421b09", - "https://ror.org/01e2k1j30", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02htvcm84": { - "ancestors": [ - "https://ror.org/013yc5d80", - "https://ror.org/02ypept83", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/006vyxm49": { - "ancestors": [ - "https://ror.org/01bxnaj63" - ], - "descendants": [ - - ] - }, - "https://ror.org/010g47133": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e0c0q64": { - "ancestors": [ - "https://ror.org/01kg8sb98", - "https://ror.org/05p8z3f47" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yxgmm62": { - "ancestors": [ - "https://ror.org/03xba7c91", - "https://ror.org/042c8nz45", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00znex860": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0394hvg14": { - "ancestors": [ - "https://ror.org/039qa0b28" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gs3vg83": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/01ej9dk98", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pxchq54": { - "ancestors": [ - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/03re3pg25": { - "ancestors": [ - "https://ror.org/04sjchr03" - ], - "descendants": [ - - ] - }, - "https://ror.org/054z15n55": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/03scae842", - "https://ror.org/0447fe631", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cq5yc29": { - "ancestors": [ - "https://ror.org/05pmj3x43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k2z9h56": { - "ancestors": [ - "https://ror.org/02dn7x778" - ], - "descendants": [ - - ] - }, - "https://ror.org/0399dfq26": { - "ancestors": [ - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/012wfs048": { - "ancestors": [ - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/032skn216": { - "ancestors": [ - "https://ror.org/05c85ns62" - ], - "descendants": [ - - ] - }, - "https://ror.org/0120cx869": { - "ancestors": [ - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bj4fd12": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/04zmssz18", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bgxxb69": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pa1rf77": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/054qdnd47" - ] - }, - "https://ror.org/01wvnp782": { - "ancestors": [ - "https://ror.org/0312pnr83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jdm4e29": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/05yemb122", - "https://ror.org/04g8ye561", - "https://ror.org/0447fe631", - "https://ror.org/0447fe631", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00306vw82": { - "ancestors": [ - "https://ror.org/00ppaw753" - ], - "descendants": [ - - ] - }, - "https://ror.org/01973x930": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/006gmme17", - "https://ror.org/02ypept83", - "https://ror.org/02m4c1x70", - "https://ror.org/05wnp9598", - "https://ror.org/00tvq5277", - "https://ror.org/02fx8f125", - "https://ror.org/0393cmd93", - "https://ror.org/03sbefh90", - "https://ror.org/012wfs048", - "https://ror.org/0399dfq26", - "https://ror.org/028zvc673", - "https://ror.org/03f9f1d95", - "https://ror.org/05ya3ee02", - "https://ror.org/0079vgv93", - "https://ror.org/002c7zk35", - "https://ror.org/05r830x40", - "https://ror.org/03fvtr511", - "https://ror.org/030bv9h77", - "https://ror.org/02jxznk77", - "https://ror.org/04erk7g84", - "https://ror.org/005278833", - "https://ror.org/00ayb2728", - "https://ror.org/03h2cp518", - "https://ror.org/0055d0g64", - "https://ror.org/0097e1k27", - "https://ror.org/01dy3j343", - "https://ror.org/013yc5d80", - "https://ror.org/03kz56x72", - "https://ror.org/04qymaz42", - "https://ror.org/04yggzp50", - "https://ror.org/02e2egq70", - "https://ror.org/04k0tth05", - "https://ror.org/02cznc894", - "https://ror.org/0595f4b08", - "https://ror.org/01m7hcv15", - "https://ror.org/05jwcsm16", - "https://ror.org/01sq4yt06", - "https://ror.org/01xgfwb48", - "https://ror.org/02htvcm84", - "https://ror.org/023tnh888", - "https://ror.org/018hd1228", - "https://ror.org/03hqfkf51", - "https://ror.org/00mdaf969", - "https://ror.org/00fzkn482", - "https://ror.org/042rf5k64", - "https://ror.org/011e9bt93", - "https://ror.org/00z65zs77", - "https://ror.org/05mrd5h76", - "https://ror.org/0584m4844", - "https://ror.org/054yf8v46", - "https://ror.org/00bag6861", - "https://ror.org/04fq48551", - "https://ror.org/04d0hsa39", - "https://ror.org/02t6w9483", - "https://ror.org/05aashz48", - "https://ror.org/025m0q735" - ] - }, - "https://ror.org/00tvq5277": { - "ancestors": [ - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01xgfwb48" - ] - }, - "https://ror.org/00w3jeh04": { - "ancestors": [ - "https://ror.org/001040111" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xgfwb48": { - "ancestors": [ - "https://ror.org/00tvq5277", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mg1c955": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/004tay810", - "https://ror.org/02rcrvv70", - "https://ror.org/03ar0mv07" - ], - "descendants": [ - "https://ror.org/03sbefh90" - ] - }, - "https://ror.org/02cyw3861": { - "ancestors": [ - "https://ror.org/04vfs2w97", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/04mq2px33", - "https://ror.org/011nqat45", - "https://ror.org/05je79696" - ] - }, - "https://ror.org/02gmprx88": { - "ancestors": [ - "https://ror.org/02hcsa680" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yemb122": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03jdm4e29" - ] - }, - "https://ror.org/04r9s9m52": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/059j2wh09" - ] - }, - "https://ror.org/00s21eg45": { - "ancestors": [ - "https://ror.org/013k5zx16" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h8d7859": { - "ancestors": [ - "https://ror.org/02j46qs45", - "https://ror.org/00wzqmx94", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/0123ggt98": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03agkn750", - "https://ror.org/00mexna55" - ] - }, - "https://ror.org/056w4jg78": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05083wh51" - ] - }, - "https://ror.org/059g0vd42": { - "ancestors": [ - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0447fe631": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/009heah97", - "https://ror.org/04t5yz624", - "https://ror.org/01xyx5098", - "https://ror.org/025nqct78", - "https://ror.org/001yrmh12", - "https://ror.org/049zppa02", - "https://ror.org/01zqyhk59", - "https://ror.org/04tz64554", - "https://ror.org/05jr0p734", - "https://ror.org/03b7pda13", - "https://ror.org/024z17f57", - "https://ror.org/02k4pxv54", - "https://ror.org/0047bvr32", - "https://ror.org/00q4sx826", - "https://ror.org/01973x930", - "https://ror.org/035w1gb98", - "https://ror.org/03ar0mv07", - "https://ror.org/05c5e7249", - "https://ror.org/00ew61678", - "https://ror.org/05yemb122", - "https://ror.org/04r9s9m52", - "https://ror.org/04g8ye561", - "https://ror.org/056w4jg78", - "https://ror.org/023cyha02", - "https://ror.org/02wr9sg03", - "https://ror.org/03scae842", - "https://ror.org/0566rpx77", - "https://ror.org/03mg1c955", - "https://ror.org/0123ggt98", - "https://ror.org/04n07f274", - "https://ror.org/009szpe27", - "https://ror.org/03df8gj37", - "https://ror.org/02caytj08", - "https://ror.org/02nbjdt61", - "https://ror.org/059ja6e58", - "https://ror.org/04eekkg41", - "https://ror.org/006gmme17", - "https://ror.org/02ypept83", - "https://ror.org/02m4c1x70", - "https://ror.org/05wnp9598", - "https://ror.org/00tvq5277", - "https://ror.org/02fx8f125", - "https://ror.org/0393cmd93", - "https://ror.org/03sbefh90", - "https://ror.org/012wfs048", - "https://ror.org/0399dfq26", - "https://ror.org/028zvc673", - "https://ror.org/00wa40650", - "https://ror.org/00afsp483", - "https://ror.org/04kz4p343", - "https://ror.org/02t7y5s37", - "https://ror.org/05w4e8v21", - "https://ror.org/04nkhqe34", - "https://ror.org/0189w2q14", - "https://ror.org/0593xbv16", - "https://ror.org/04vrzee53", - "https://ror.org/03bq05s23", - "https://ror.org/05av6m066", - "https://ror.org/03cs53d16", - "https://ror.org/014khrd35", - "https://ror.org/004tay810", - "https://ror.org/01f0pxq13", - "https://ror.org/00m91n277", - "https://ror.org/0556v4357", - "https://ror.org/01697cy46", - "https://ror.org/02y81ys86", - "https://ror.org/02x3zr378", - "https://ror.org/03fqkgf18", - "https://ror.org/054z15n55", - "https://ror.org/059vwwb84", - "https://ror.org/03jdm4e29", - "https://ror.org/00e5k6m88", - "https://ror.org/059j2wh09", - "https://ror.org/05083wh51", - "https://ror.org/00rk2pe57", - "https://ror.org/033yfkj90", - "https://ror.org/04rm24644", - "https://ror.org/01dh9vr61", - "https://ror.org/00znex860", - "https://ror.org/000ztjy10", - "https://ror.org/0539h2w52", - "https://ror.org/054ajk512", - "https://ror.org/03dm1p143", - "https://ror.org/01e2k1j30", - "https://ror.org/04w46c814", - "https://ror.org/03jdm4e29", - "https://ror.org/059j2wh09", - "https://ror.org/03jdm4e29", - "https://ror.org/05083wh51", - "https://ror.org/04w46c814", - "https://ror.org/054z15n55", - "https://ror.org/04zn7j940", - "https://ror.org/059vwwb84", - "https://ror.org/03sbefh90", - "https://ror.org/03agkn750", - "https://ror.org/05xde4j27", - "https://ror.org/02n14ez29", - "https://ror.org/04vxq1969", - "https://ror.org/0278h4n28", - "https://ror.org/00ajwxp03", - "https://ror.org/025cem651", - "https://ror.org/05p4q8207", - "https://ror.org/00m1mwc36", - "https://ror.org/02157xr58", - "https://ror.org/0421f6a14", - "https://ror.org/04ydm6t76", - "https://ror.org/01sfyq865", - "https://ror.org/02knc1802", - "https://ror.org/05ya3ee02", - "https://ror.org/02zda6x08", - "https://ror.org/034krhd70", - "https://ror.org/03f9f1d95", - "https://ror.org/05ya3ee02", - "https://ror.org/0079vgv93", - "https://ror.org/002c7zk35", - "https://ror.org/05r830x40", - "https://ror.org/03fvtr511", - "https://ror.org/030bv9h77", - "https://ror.org/02jxznk77", - "https://ror.org/04erk7g84", - "https://ror.org/005278833", - "https://ror.org/00ayb2728", - "https://ror.org/03h2cp518", - "https://ror.org/0055d0g64", - "https://ror.org/0097e1k27", - "https://ror.org/01dy3j343", - "https://ror.org/013yc5d80", - "https://ror.org/03kz56x72", - "https://ror.org/04qymaz42", - "https://ror.org/04yggzp50", - "https://ror.org/02e2egq70", - "https://ror.org/04k0tth05", - "https://ror.org/02cznc894", - "https://ror.org/0595f4b08", - "https://ror.org/01m7hcv15", - "https://ror.org/05jwcsm16", - "https://ror.org/01sq4yt06", - "https://ror.org/01xgfwb48", - "https://ror.org/02jakbh21", - "https://ror.org/01jepya76", - "https://ror.org/01rsvh545", - "https://ror.org/01md9v276", - "https://ror.org/05xsb5925", - "https://ror.org/03ap74s16", - "https://ror.org/00mhxaf94", - "https://ror.org/039a3rs54", - "https://ror.org/020a9ab42", - "https://ror.org/05kyx6f64", - "https://ror.org/027mhn368", - "https://ror.org/050sd4346", - "https://ror.org/02vb70n88", - "https://ror.org/04hewx527", - "https://ror.org/04h617f37", - "https://ror.org/024ms8859", - "https://ror.org/055cy8878", - "https://ror.org/00k44np55", - "https://ror.org/04rr8kp31", - "https://ror.org/0095e2947", - "https://ror.org/02rdkx920", - "https://ror.org/01ajqvg59", - "https://ror.org/03cd02q50", - "https://ror.org/03qhdpz92", - "https://ror.org/05rpr6785", - "https://ror.org/01fb0df08", - "https://ror.org/04rm24644", - "https://ror.org/01gsy1c54", - "https://ror.org/02c37bg49", - "https://ror.org/04f0f7630", - "https://ror.org/00y2ek133", - "https://ror.org/048s2rn92", - "https://ror.org/01fwb5927", - "https://ror.org/04d23a975", - "https://ror.org/01dy3j343", - "https://ror.org/01gs1cg95", - "https://ror.org/05v8y4456", - "https://ror.org/024b23796", - "https://ror.org/0103y3647", - "https://ror.org/02wt4s775", - "https://ror.org/03cap2a49", - "https://ror.org/01zj39k81", - "https://ror.org/03d4ecn10", - "https://ror.org/04bnxa153", - "https://ror.org/035agn614", - "https://ror.org/05f421b09", - "https://ror.org/02ts0wj93", - "https://ror.org/00mexna55", - "https://ror.org/02htvcm84", - "https://ror.org/023tnh888", - "https://ror.org/018hd1228", - "https://ror.org/03hqfkf51", - "https://ror.org/00mdaf969", - "https://ror.org/00fzkn482", - "https://ror.org/042rf5k64", - "https://ror.org/011e9bt93", - "https://ror.org/00z65zs77", - "https://ror.org/05mrd5h76", - "https://ror.org/0584m4844", - "https://ror.org/054yf8v46", - "https://ror.org/00bag6861", - "https://ror.org/04fq48551", - "https://ror.org/04d0hsa39", - "https://ror.org/02t6w9483", - "https://ror.org/05aashz48", - "https://ror.org/025m0q735", - "https://ror.org/01b61x679", - "https://ror.org/05x8ajk28", - "https://ror.org/01vpa2k04", - "https://ror.org/01p1q1f66", - "https://ror.org/02skkz355", - "https://ror.org/05wk0m864", - "https://ror.org/04cyj6y78", - "https://ror.org/00wsjvg44", - "https://ror.org/003mzyg61", - "https://ror.org/00qa9vw67", - "https://ror.org/022j0mn33", - "https://ror.org/011hc8f90", - "https://ror.org/026zar759", - "https://ror.org/02h7kd997", - "https://ror.org/011ghy651", - "https://ror.org/00e72by15", - "https://ror.org/00rg6zq05", - "https://ror.org/01pveve47", - "https://ror.org/0145znz58", - "https://ror.org/03g2zjp07", - "https://ror.org/02gb0hd06", - "https://ror.org/014pvr265", - "https://ror.org/03p2cen66", - "https://ror.org/04xfp8b22", - "https://ror.org/03j9xzm13", - "https://ror.org/01dnwt956", - "https://ror.org/02t78x693", - "https://ror.org/025vw1435", - "https://ror.org/02n8rtn22", - "https://ror.org/01kg1t878", - "https://ror.org/03bra7668", - "https://ror.org/021m46s67", - "https://ror.org/014bhwj77", - "https://ror.org/0366raz47", - "https://ror.org/00nzxdq35", - "https://ror.org/03rj0mt16", - "https://ror.org/03hx19n93", - "https://ror.org/05rr9sv60", - "https://ror.org/015k93458", - "https://ror.org/03jsbvj12", - "https://ror.org/04q54n515", - "https://ror.org/04mfmy854", - "https://ror.org/04yrq0159", - "https://ror.org/012ba0982", - "https://ror.org/03tbm7598", - "https://ror.org/0502xk698", - "https://ror.org/00sxf8635", - "https://ror.org/00zqysk61", - "https://ror.org/029519s87", - "https://ror.org/01hzj5y23", - "https://ror.org/02dbwrk72", - "https://ror.org/03p1tqc11", - "https://ror.org/05v78qy15", - "https://ror.org/05yf8st19", - "https://ror.org/05egqah77", - "https://ror.org/05bnk7418", - "https://ror.org/05epdh915", - "https://ror.org/050zdfe57", - "https://ror.org/00hqaq407", - "https://ror.org/03ekm7858", - "https://ror.org/00bxym797" - ] - }, - "https://ror.org/00e5k6m88": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/02ysb6405", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/028zvc673": { - "ancestors": [ - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wr9sg03": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/049x36t95": { - "ancestors": [ - "https://ror.org/05kpkpg04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jm1tr64": { - "ancestors": [ - "https://ror.org/02hmjzt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kgp9g48": { - "ancestors": [ - "https://ror.org/02zttza43" - ], - "descendants": [ - - ] - }, - "https://ror.org/026nh4520": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fx8f125": { - "ancestors": [ - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pn4sd83": { - "ancestors": [ - "https://ror.org/0117jxy09" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b30wy30": { - "ancestors": [ - "https://ror.org/05kb8h459" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r5zec51": { - "ancestors": [ - "https://ror.org/01xkakk17" - ], - "descendants": [ - "https://ror.org/00x1rrc95", - "https://ror.org/04wz3qh02" - ] - }, - "https://ror.org/05sqjae09": { - "ancestors": [ - "https://ror.org/05ghbjx71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qbtqz88": { - "ancestors": [ - "https://ror.org/046r13h33", - "https://ror.org/05waa5295" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t43vz03": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/05pntjg19", - "https://ror.org/02fnkyh09", - "https://ror.org/0557kgc34", - "https://ror.org/052qf7p09", - "https://ror.org/00h9jx107", - "https://ror.org/02akkm420", - "https://ror.org/021scha67", - "https://ror.org/00wp2bj27", - "https://ror.org/030hk6x09", - "https://ror.org/029fxjk95", - "https://ror.org/03szme345", - "https://ror.org/04eqxyk73", - "https://ror.org/04x7sgz22", - "https://ror.org/03f5ppt85", - "https://ror.org/04y7bzk92", - "https://ror.org/03y5fjm90", - "https://ror.org/05qc18f66", - "https://ror.org/02s0yy165" - ] - }, - "https://ror.org/054qdnd47": { - "ancestors": [ - "https://ror.org/03pa1rf77", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j43p132": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0032sc770": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ssf8c19": { - "ancestors": [ - "https://ror.org/0471kz689", - "https://ror.org/003vg9w96", - "https://ror.org/03bz5pb92" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s0yy165": { - "ancestors": [ - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bzszh50": { - "ancestors": [ - "https://ror.org/0120cx869", - "https://ror.org/03h7qq074", - "https://ror.org/03h7qq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/057xz1h85": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g6kte47": { - "ancestors": [ - "https://ror.org/01rqq3d62" - ], - "descendants": [ - - ] - }, - "https://ror.org/046r13h33": { - "ancestors": [ - "https://ror.org/05waa5295" - ], - "descendants": [ - "https://ror.org/008jvv944", - "https://ror.org/04e3xe586", - "https://ror.org/00kv63439", - "https://ror.org/03e0kkv22", - "https://ror.org/03qbtqz88" - ] - }, - "https://ror.org/006b5q767": { - "ancestors": [ - "https://ror.org/05kpkpg04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wz3qh02": { - "ancestors": [ - "https://ror.org/03r5zec51", - "https://ror.org/01xkakk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/0393cmd93": { - "ancestors": [ - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03agkn750": { - "ancestors": [ - "https://ror.org/0123ggt98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00mexna55" - ] - }, - "https://ror.org/01z6w7773": { - "ancestors": [ - "https://ror.org/045sza929" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dwy1130": { - "ancestors": [ - "https://ror.org/02cjet079" - ], - "descendants": [ - - ] - }, - "https://ror.org/0235aj664": { - "ancestors": [ - "https://ror.org/017fcpb94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qn8fb07": { - "ancestors": [ - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/03n17ds51", - "https://ror.org/05rke7t32", - "https://ror.org/04ynn1b95", - "https://ror.org/05qajvd42", - "https://ror.org/02aseym49", - "https://ror.org/01qv3ez98", - "https://ror.org/05hdbs804", - "https://ror.org/02gkh1e90", - "https://ror.org/00c8nx045", - "https://ror.org/059mabc80", - "https://ror.org/03rzhkf33", - "https://ror.org/05p3fde54", - "https://ror.org/04ywhbc61", - "https://ror.org/03jh4jw93", - "https://ror.org/04sx9wp33", - "https://ror.org/051hpv692", - "https://ror.org/02cgy3m12", - "https://ror.org/02xhx4j26", - "https://ror.org/029pamw34", - "https://ror.org/01ew37b76", - "https://ror.org/03q397159", - "https://ror.org/02bbj5z24", - "https://ror.org/05xx7en86", - "https://ror.org/05mbqa235", - "https://ror.org/0152bt112", - "https://ror.org/034x2fx50", - "https://ror.org/01mae9353", - "https://ror.org/03rs0fg31", - "https://ror.org/039b65w79", - "https://ror.org/041v1ea26", - "https://ror.org/031ebne21", - "https://ror.org/05jg9pj51", - "https://ror.org/02jfhsn35", - "https://ror.org/00n82gt57", - "https://ror.org/00ek2rf42", - "https://ror.org/05bgxxb69" - ] - }, - "https://ror.org/01f9pza55": { - "ancestors": [ - "https://ror.org/0117jxy09" - ], - "descendants": [ - - ] - }, - "https://ror.org/027d2g669": { - "ancestors": [ - "https://ror.org/05wq91d49" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a2d0d33": { - "ancestors": [ - "https://ror.org/045sza929" - ], - "descendants": [ - - ] - }, - "https://ror.org/03625s204": { - "ancestors": [ - "https://ror.org/05s9k3969" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sqgq073": { - "ancestors": [ - "https://ror.org/01aff2v68" - ], - "descendants": [ - - ] - }, - "https://ror.org/0346ase89": { - "ancestors": [ - "https://ror.org/04sm5zn07" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v9d4z37": { - "ancestors": [ - "https://ror.org/02rxc7m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jthgw29": { - "ancestors": [ - "https://ror.org/03zga2b32" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vrybr67": { - "ancestors": [ - "https://ror.org/02z5d2h92", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zt5y861": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xze5t06": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/004aqbt71": { - "ancestors": [ - "https://ror.org/03ths8210", - "https://ror.org/01cby8j38" - ], - "descendants": [ - - ] - }, - "https://ror.org/023cyha02": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04w46c814", - "https://ror.org/03fqkgf18", - "https://ror.org/02ts0wj93" - ] - }, - "https://ror.org/0022tw254": { - "ancestors": [ - "https://ror.org/05pmj3x43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g8ye561": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03jdm4e29" - ] - }, - "https://ror.org/0566rpx77": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/059vwwb84" - ] - }, - "https://ror.org/04v2qcm44": { - "ancestors": [ - "https://ror.org/05kpkpg04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hmhe775": { - "ancestors": [ - "https://ror.org/05m1y4204" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bvv1786": { - "ancestors": [ - "https://ror.org/0117jxy09" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gc0wp38": { - "ancestors": [ - "https://ror.org/0130jk839" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sbefh90": { - "ancestors": [ - "https://ror.org/01973x930", - "https://ror.org/03mg1c955", - "https://ror.org/0447fe631", - "https://ror.org/0447fe631", - "https://ror.org/004tay810", - "https://ror.org/02rcrvv70", - "https://ror.org/03ar0mv07" - ], - "descendants": [ - - ] - }, - "https://ror.org/05083wh51": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/056w4jg78", - "https://ror.org/0447fe631", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/059j2wh09": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/04r9s9m52", - "https://ror.org/0447fe631", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hjps814": { - "ancestors": [ - "https://ror.org/053gs7z03" - ], - "descendants": [ - - ] - }, - "https://ror.org/059vwwb84": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0566rpx77", - "https://ror.org/0447fe631", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mq2px33": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/04vfs2w97", - "https://ror.org/02cyw3861" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rr0k120": { - "ancestors": [ - "https://ror.org/009hftk42" - ], - "descendants": [ - - ] - }, - "https://ror.org/004tay810": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03mg1c955", - "https://ror.org/03sbefh90" - ] - }, - "https://ror.org/018hy5194": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/01snj4592" - ] - }, - "https://ror.org/01vvnmw35": { - "ancestors": [ - "https://ror.org/04z8jg394", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d0p2685": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - "https://ror.org/04s99xz91", - "https://ror.org/042dsac10", - "https://ror.org/02a98s891", - "https://ror.org/04fhwda97" - ] - }, - "https://ror.org/028ngjx88": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/020wkc787": { - "ancestors": [ - "https://ror.org/04td3ys19", - "https://ror.org/00cwqg982", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gcaxc92": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tz2h245": { - "ancestors": [ - "https://ror.org/01bkbaq61", - "https://ror.org/012zh9h13", - "https://ror.org/021018s57", - "https://ror.org/052g8jq94", - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rbbya36": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qc4m595": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q2cht42": { - "ancestors": [ - "https://ror.org/049412q44", - "https://ror.org/00qps9a02" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d5zgz97": { - "ancestors": [ - "https://ror.org/05waa5295" - ], - "descendants": [ - "https://ror.org/037fm9770", - "https://ror.org/044sx9203" - ] - }, - "https://ror.org/01p9mtd45": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/03xjwb503", - "https://ror.org/003vg9w96", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/016av6b15": { - "ancestors": [ - "https://ror.org/02esxtn62" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s4nk876": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/000b3gw41": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hjekm25": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/01j84x757", - "https://ror.org/04xsmz457" - ] - }, - "https://ror.org/04n210m18": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ydp2x12": { - "ancestors": [ - "https://ror.org/00dcrfk74", - "https://ror.org/04y8cs423", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y6sxq90": { - "ancestors": [ - "https://ror.org/045t90p09" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dx15n64": { - "ancestors": [ - "https://ror.org/00pkt4594" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p7zpp88": { - "ancestors": [ - "https://ror.org/04y8cs423", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03va0yq34": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mgmsz22": { - "ancestors": [ - "https://ror.org/03ay59x86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yz0w484": { - "ancestors": [ - "https://ror.org/022tv9y30" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jty3219": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0143w7709": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/04xsmz457" - ] - }, - "https://ror.org/0287zzv25": { - "ancestors": [ - "https://ror.org/01tjs6929" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yzs6492": { - "ancestors": [ - "https://ror.org/02qa1x782", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/038kp1442": { - "ancestors": [ - "https://ror.org/03grvy078" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r547v08": { - "ancestors": [ - "https://ror.org/01h494015", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/0496n6574": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/02mebaz96" - ] - }, - "https://ror.org/03pxref83": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sat5y74": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/01j84x757" - ] - }, - "https://ror.org/01evtvs57": { - "ancestors": [ - "https://ror.org/03tp8z347", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m4qdj85": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/04crk2m06": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/019gydp64": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05me1q676": { - "ancestors": [ - "https://ror.org/0415vcw02", - "https://ror.org/0436mv865", - "https://ror.org/05ggn0a85" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tmh0n51": { - "ancestors": [ - "https://ror.org/04zmssz18", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y3ft232": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/01rjy2539" - ] - }, - "https://ror.org/01hsjcv06": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/01j84x757" - ] - }, - "https://ror.org/052xgjt73": { - "ancestors": [ - "https://ror.org/02z4rsp10" - ], - "descendants": [ - - ] - }, - "https://ror.org/0241avf06": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wppxb27": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bd1zn20": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bmf6d75": { - "ancestors": [ - "https://ror.org/03k9fzs17" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ze73t75": { - "ancestors": [ - "https://ror.org/05kpkpg04" - ], - "descendants": [ - - ] - }, - "https://ror.org/0001a1c49": { - "ancestors": [ - "https://ror.org/02j46qs45", - "https://ror.org/049bjee35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v570979": { - "ancestors": [ - "https://ror.org/01chzd453" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n86fa68": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qk0vr83": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/00bjjqs38", - "https://ror.org/04gqg1a07", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0489gab80": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/037qn8k12": { - "ancestors": [ - "https://ror.org/03vsmv677" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y2mzv68": { - "ancestors": [ - "https://ror.org/05hcacp57" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y7tet25": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m92zc22": { - "ancestors": [ - "https://ror.org/045syc608", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/028sgmw18": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/00dd4fz34" - ] - }, - "https://ror.org/029nm1m14": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/0496m6d18": { - "ancestors": [ - "https://ror.org/00q2y5s03", - "https://ror.org/02sbvqb41", - "https://ror.org/05s8x7560" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nfjn472": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/0286qer95", - "https://ror.org/04xsmz457" - ] - }, - "https://ror.org/057br4398": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/00defv642" - ] - }, - "https://ror.org/02s1c4g54": { - "ancestors": [ - "https://ror.org/03kqpb082", - "https://ror.org/024d6js02", - "https://ror.org/04jymbd90", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q2y5s03": { - "ancestors": [ - "https://ror.org/02sbvqb41", - "https://ror.org/05s8x7560" - ], - "descendants": [ - "https://ror.org/0496m6d18" - ] - }, - "https://ror.org/05193xx52": { - "ancestors": [ - "https://ror.org/04n0g0b29" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p1jz666": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/0286qer95", - "https://ror.org/04xsmz457" - ] - }, - "https://ror.org/05r4c7e67": { - "ancestors": [ - "https://ror.org/03kqpb082", - "https://ror.org/02vwpg498" - ], - "descendants": [ - - ] - }, - "https://ror.org/027taah18": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/00defv642" - ] - }, - "https://ror.org/04xm4jh96": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/020m6x732": { - "ancestors": [ - "https://ror.org/012sh1702" - ], - "descendants": [ - - ] - }, - "https://ror.org/01petg633": { - "ancestors": [ - "https://ror.org/04vfs2w97", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h494015": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/05cn0b378", - "https://ror.org/03r547v08" - ] - }, - "https://ror.org/034w35q36": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/041ke1609": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02edavb98": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/018h10037": { - "ancestors": [ - "https://ror.org/03sbpja79" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q6h8f30": { - "ancestors": [ - "https://ror.org/05grdyy37" - ], - "descendants": [ - - ] - }, - "https://ror.org/037tawy03": { - "ancestors": [ - "https://ror.org/04n0g0b29", - "https://ror.org/03kpps236" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vmyz452": { - "ancestors": [ - "https://ror.org/02esxtn62" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wew1t29": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/056c57m96": { - "ancestors": [ - "https://ror.org/01vr20t27", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hyg6578": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/00dd4fz34" - ] - }, - "https://ror.org/01bgpbn64": { - "ancestors": [ - "https://ror.org/03z6jp965", - "https://ror.org/013cjyk83", - "https://ror.org/046b3cj80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ecnj426": { - "ancestors": [ - "https://ror.org/055s37c97", - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/001338s77": { - "ancestors": [ - "https://ror.org/024d6js02" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rjy2539": { - "ancestors": [ - "https://ror.org/01y3ft232", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/005pygq66": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/033m8p353": { - "ancestors": [ - "https://ror.org/04n0g0b29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r2kgw23": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/020e7ee92": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m3cqq68": { - "ancestors": [ - "https://ror.org/04n0g0b29" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wyzt892": { - "ancestors": [ - "https://ror.org/03kpps236", - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cx8cy07": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kmffx98": { - "ancestors": [ - "https://ror.org/01qmw3j63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mebaz96": { - "ancestors": [ - "https://ror.org/02yhj4v17", - "https://ror.org/024d6js02", - "https://ror.org/03kqpb082", - "https://ror.org/0496n6574", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h61fg48": { - "ancestors": [ - "https://ror.org/05bznkw77" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mqwtr17": { - "ancestors": [ - "https://ror.org/05b5c0584", - "https://ror.org/03rth4p18", - "https://ror.org/02d9dg697", - "https://ror.org/00mfpxb84", - "https://ror.org/04zmssz18", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jp88086": { - "ancestors": [ - "https://ror.org/04n0g0b29", - "https://ror.org/032exky44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03snjhe90": { - "ancestors": [ - "https://ror.org/052ay8m85" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hdf6119": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s53g630": { - "ancestors": [ - "https://ror.org/05g3dte14", - "https://ror.org/01e41cf67", - "https://ror.org/02y3ad647", - "https://ror.org/021nxhr62", - "https://ror.org/05sqd3t97", - "https://ror.org/02tmabg35", - "https://ror.org/03sk1we31", - "https://ror.org/05sqd3t97", - "https://ror.org/02rcrvv70", - "https://ror.org/01bj3aw27" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hygey35": { - "ancestors": [ - "https://ror.org/03x94j517", - "https://ror.org/01nrxwf90", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/011hja523": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/0193j3v20": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zqm6r10": { - "ancestors": [ - "https://ror.org/0307bxz06" - ], - "descendants": [ - "https://ror.org/03b5tag12", - "https://ror.org/023g86t37", - "https://ror.org/05rt6q248", - "https://ror.org/03dwh7z09", - "https://ror.org/05p0pbv75", - "https://ror.org/0076knn86", - "https://ror.org/05b5jha84" - ] - }, - "https://ror.org/03g1q6c06": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x3ta798": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fpcfw82": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g470z66": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pq4yn02": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/0286qer95", - "https://ror.org/00defv642" - ] - }, - "https://ror.org/04rr75245": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sgq4c64": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xsmz457": { - "ancestors": [ - "https://ror.org/04qxnmv42", - "https://ror.org/024d6js02", - "https://ror.org/03hjekm25", - "https://ror.org/0143w7709", - "https://ror.org/02p1jz666", - "https://ror.org/04nfjn472", - "https://ror.org/02j46qs45", - "https://ror.org/04jymbd90", - "https://ror.org/049bjee35", - "https://ror.org/05ggn0a85", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mk2jr28": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dk8t214": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x94j517": { - "ancestors": [ - "https://ror.org/001aqnf71" - ], - "descendants": [ - "https://ror.org/011hz4254", - "https://ror.org/05wcr1b38", - "https://ror.org/05p21nq18", - "https://ror.org/01ajt3179", - "https://ror.org/046vje122", - "https://ror.org/01tfjyv98", - "https://ror.org/015nth639", - "https://ror.org/01x802g65", - "https://ror.org/02f4tsf92", - "https://ror.org/001mm6w73", - "https://ror.org/055bpw879", - "https://ror.org/052578691", - "https://ror.org/0001h1y25", - "https://ror.org/02kcpr174", - "https://ror.org/050pqs331", - "https://ror.org/05hygey35", - "https://ror.org/04gycm791", - "https://ror.org/00fv61j67", - "https://ror.org/00tw3jy02", - "https://ror.org/04j4a6x59", - "https://ror.org/01vdt8f48", - "https://ror.org/043j90n04", - "https://ror.org/01zg1tt02", - "https://ror.org/05362x394", - "https://ror.org/03kpvby98", - "https://ror.org/025wfj672", - "https://ror.org/03vaer060", - "https://ror.org/01q496a73", - "https://ror.org/02v3sdn51", - "https://ror.org/05x7p8987", - "https://ror.org/05nz0zp31", - "https://ror.org/0264dxb48", - "https://ror.org/011jsc803", - "https://ror.org/030qtrs05", - "https://ror.org/01p4s0142", - "https://ror.org/02khxwt12", - "https://ror.org/00vbzva31", - "https://ror.org/037a8w620", - "https://ror.org/01vw4c203", - "https://ror.org/015nth639", - "https://ror.org/02khxwt12" - ] - }, - "https://ror.org/0278ff426": { - "ancestors": [ - "https://ror.org/01xkakk17" - ], - "descendants": [ - - ] - }, - "https://ror.org/032gggv33": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jc8b719": { - "ancestors": [ - "https://ror.org/00t67pt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/020hgte69": { - "ancestors": [ - "https://ror.org/00mmn6b08", - "https://ror.org/02j58f715", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/0415p6x27" - ] - }, - "https://ror.org/05rke5d69": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/0232r4451": { - "ancestors": [ - "https://ror.org/05vz28418" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vh6r649": { - "ancestors": [ - "https://ror.org/0107c5v14" - ], - "descendants": [ - - ] - }, - "https://ror.org/045syc608": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/0286qer95", - "https://ror.org/023jyyg30", - "https://ror.org/05m92zc22", - "https://ror.org/00defv642" - ] - }, - "https://ror.org/02qqsgs30": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/04427p113": { - "ancestors": [ - "https://ror.org/047f73w76" - ], - "descendants": [ - - ] - }, - "https://ror.org/048zxff28": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/016m4az54": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r2ga890": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b1h1f72": { - "ancestors": [ - "https://ror.org/02yhj4v17", - "https://ror.org/024d6js02", - "https://ror.org/04qxnmv42", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k6dh252": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nrkmh53": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bh09c15": { - "ancestors": [ - "https://ror.org/042pgcv68" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qn7cs15": { - "ancestors": [ - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jb37t29": { - "ancestors": [ - "https://ror.org/047pymx40", - "https://ror.org/01jem9c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/020cdve92": { - "ancestors": [ - "https://ror.org/00dcrfk74", - "https://ror.org/04y8cs423", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/004fpq690": { - "ancestors": [ - "https://ror.org/03613d656", - "https://ror.org/024d6js02", - "https://ror.org/02yhj4v17", - "https://ror.org/02j46qs45", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/007wafy80": { - "ancestors": [ - "https://ror.org/03ay59x86", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kv1ct34": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m8pzq90": { - "ancestors": [ - "https://ror.org/0161xgx34" - ], - "descendants": [ - - ] - }, - "https://ror.org/020vvqg79": { - "ancestors": [ - "https://ror.org/024d6js02", - "https://ror.org/02yhj4v17", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/051exe838": { - "ancestors": [ - "https://ror.org/05tf9r976" - ], - "descendants": [ - - ] - }, - "https://ror.org/0411d8q28": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e2e3n51": { - "ancestors": [ - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vtp9n41": { - "ancestors": [ - "https://ror.org/02wsd5p50" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rrhsz92": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y17a925": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v0znr74": { - "ancestors": [ - "https://ror.org/03ay59x86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mf37487": { - "ancestors": [ - "https://ror.org/04ghsqz27" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f6z9r32": { - "ancestors": [ - "https://ror.org/01wf12v72" - ], - "descendants": [ - - ] - }, - "https://ror.org/0038jry16": { - "ancestors": [ - "https://ror.org/00y25pj85" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k4wdb90": { - "ancestors": [ - "https://ror.org/04n0g0b29", - "https://ror.org/01nry9c15" - ], - "descendants": [ - - ] - }, - "https://ror.org/044sx9203": { - "ancestors": [ - "https://ror.org/03d5zgz97", - "https://ror.org/05waa5295" - ], - "descendants": [ - - ] - }, - "https://ror.org/003eyrc02": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h3bmp72": { - "ancestors": [ - "https://ror.org/03sbpja79" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tp8z347": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/05kak9m10", - "https://ror.org/01evtvs57", - "https://ror.org/013zggc82" - ] - }, - "https://ror.org/0508kew31": { - "ancestors": [ - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ehe5s81": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fte3n86": { - "ancestors": [ - "https://ror.org/03fkrcm40", - "https://ror.org/03rnk6m14", - "https://ror.org/051escj72", - "https://ror.org/003vg9w96", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fsekm51": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x2ddb07": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qge6j93": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00pg6eq24", - "https://ror.org/037hby126" - ], - "descendants": [ - - ] - }, - "https://ror.org/023jyyg30": { - "ancestors": [ - "https://ror.org/045syc608", - "https://ror.org/02j46qs45", - "https://ror.org/04qxnmv42", - "https://ror.org/05ggn0a85", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/028696h48": { - "ancestors": [ - "https://ror.org/01w64ht88", - "https://ror.org/04khwmr87", - "https://ror.org/05twjp994", - "https://ror.org/01zqrxf85", - "https://ror.org/03prydq77", - "https://ror.org/03anc3s24", - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04069k268": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d4maz67": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jn2p430": { - "ancestors": [ - "https://ror.org/00pnp4y96" - ], - "descendants": [ - "https://ror.org/03rcw8h21" - ] - }, - "https://ror.org/03rwcxx67": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fac6491": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a721x13": { - "ancestors": [ - "https://ror.org/05x8mcb75" - ], - "descendants": [ - - ] - }, - "https://ror.org/01912nj27": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/00dd4fz34" - ] - }, - "https://ror.org/03b1fmh33": { - "ancestors": [ - "https://ror.org/01p3rp369" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w64ht88": { - "ancestors": [ - "https://ror.org/04khwmr87", - "https://ror.org/05twjp994", - "https://ror.org/01zqrxf85", - "https://ror.org/03prydq77", - "https://ror.org/03anc3s24", - "https://ror.org/03anc3s24" - ], - "descendants": [ - "https://ror.org/028696h48" - ] - }, - "https://ror.org/052tpj472": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kak9m10": { - "ancestors": [ - "https://ror.org/03tp8z347", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vtzcr32": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/024zy9450" - ] - }, - "https://ror.org/03kp1tb17": { - "ancestors": [ - "https://ror.org/03g8mak77" - ], - "descendants": [ - - ] - }, - "https://ror.org/055gja518": { - "ancestors": [ - "https://ror.org/04zmssz18", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fp3ce15": { - "ancestors": [ - "https://ror.org/054225q67", - "https://ror.org/013meh722", - "https://ror.org/029chgv08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pg3n198": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z8jg394": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - "https://ror.org/01vvnmw35" - ] - }, - "https://ror.org/05rdan836": { - "ancestors": [ - "https://ror.org/04w0rgq42" - ], - "descendants": [ - - ] - }, - "https://ror.org/0208ges23": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kc13263": { - "ancestors": [ - "https://ror.org/00dcrfk74", - "https://ror.org/04y8cs423", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dng8q18": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/03et06q41": { - "ancestors": [ - "https://ror.org/03ny67e60", - "https://ror.org/02rg1r889" - ], - "descendants": [ - - ] - }, - "https://ror.org/047hncm83": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wzqmx94": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/03h8d7859", - "https://ror.org/0286qer95" - ] - }, - "https://ror.org/04ckbty56": { - "ancestors": [ - "https://ror.org/04cvxnb49", - "https://ror.org/0165r2y73", - "https://ror.org/033eqas34", - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jan8q76": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rn4r370": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wx4md20": { - "ancestors": [ - "https://ror.org/02j46qs45", - "https://ror.org/024d6js02" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w176078": { - "ancestors": [ - "https://ror.org/03ay59x86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q3psk33": { - "ancestors": [ - "https://ror.org/05dte6685", - "https://ror.org/02j8pe645" - ], - "descendants": [ - - ] - }, - "https://ror.org/051c1vb08": { - "ancestors": [ - "https://ror.org/019tgvf94", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ynmc580": { - "ancestors": [ - "https://ror.org/00zg31r41", - "https://ror.org/04vfs2w97", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mvmd115": { - "ancestors": [ - "https://ror.org/02j46qs45" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h9n4675": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v501g47": { - "ancestors": [ - "https://ror.org/04m06f066" - ], - "descendants": [ - - ] - }, - "https://ror.org/020z5t515": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xms0c62": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jgd4s13": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v5hek98": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/0418gak31", - "https://ror.org/024zy9450" - ] - }, - "https://ror.org/05m35m789": { - "ancestors": [ - "https://ror.org/04dp46240" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dq4pp56": { - "ancestors": [ - "https://ror.org/043c0p156" - ], - "descendants": [ - - ] - }, - "https://ror.org/02acv3g39": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/024zy9450" - ] - }, - "https://ror.org/02vc99v03": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02scfj030": { - "ancestors": [ - "https://ror.org/055j8ya05" - ], - "descendants": [ - "https://ror.org/013fhv752" - ] - }, - "https://ror.org/04mc23283": { - "ancestors": [ - "https://ror.org/01pewsd85", - "https://ror.org/03z77qz90" - ], - "descendants": [ - - ] - }, - "https://ror.org/044mj7r89": { - "ancestors": [ - "https://ror.org/04n0g0b29", - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/03weg0b71": { - "ancestors": [ - "https://ror.org/00njsd438", - "https://ror.org/02e9yx751" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mtt4z48": { - "ancestors": [ - "https://ror.org/02szraf30" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fxwgt94": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/038fcbc74": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/003vg9w96", - "https://ror.org/04zmssz18", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xdsr520": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/0419b2556": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/0282skn54": { - "ancestors": [ - "https://ror.org/05t153d32" - ], - "descendants": [ - - ] - }, - "https://ror.org/0214h3370": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qaqy020": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/000nfmp17": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/019yc2n42": { - "ancestors": [ - "https://ror.org/03ay59x86" - ], - "descendants": [ - - ] - }, - "https://ror.org/013fhv752": { - "ancestors": [ - "https://ror.org/02scfj030", - "https://ror.org/055j8ya05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cn3vx82": { - "ancestors": [ - "https://ror.org/02v66pf20", - "https://ror.org/02f9zrr09" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pbpa834": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a4pj207": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/02asgya46": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wgpgb78": { - "ancestors": [ - "https://ror.org/052gg0110", - "https://ror.org/04g2vpn86", - "https://ror.org/041kmwe10", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00defv642": { - "ancestors": [ - "https://ror.org/045syc608", - "https://ror.org/05pq4yn02", - "https://ror.org/03613d656", - "https://ror.org/024d6js02", - "https://ror.org/057br4398", - "https://ror.org/05xw0ep96", - "https://ror.org/027taah18", - "https://ror.org/02j46qs45", - "https://ror.org/04qxnmv42", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/008zr3m11": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/013zggc82": { - "ancestors": [ - "https://ror.org/02yhj4v17", - "https://ror.org/03tp8z347", - "https://ror.org/024d6js02", - "https://ror.org/04qxnmv42", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/0194egz44": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k4wb327": { - "ancestors": [ - "https://ror.org/03szqc633" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bfjpv87": { - "ancestors": [ - "https://ror.org/02sbvqb41", - "https://ror.org/05s8x7560" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ca3xs90": { - "ancestors": [ - "https://ror.org/00pamm417" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ny67e60": { - "ancestors": [ - "https://ror.org/02rg1r889" - ], - "descendants": [ - "https://ror.org/03et06q41" - ] - }, - "https://ror.org/02wae9s43": { - "ancestors": [ - "https://ror.org/01f80g185" - ], - "descendants": [ - "https://ror.org/05vefar40", - "https://ror.org/01yb6xh37" - ] - }, - "https://ror.org/05db0es39": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cn0b378": { - "ancestors": [ - "https://ror.org/01h494015", - "https://ror.org/02yhj4v17", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/039v8dd90": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vgscq55": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f0khk08": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/0046gcs23": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vr20t27": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/056c57m96" - ] - }, - "https://ror.org/036e61f39": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yb6xh37": { - "ancestors": [ - "https://ror.org/02wae9s43", - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t6gwh61": { - "ancestors": [ - "https://ror.org/03kqpb082" - ], - "descendants": [ - - ] - }, - "https://ror.org/04td3ys19": { - "ancestors": [ - "https://ror.org/00cwqg982", - "https://ror.org/001aqnf71" - ], - "descendants": [ - "https://ror.org/020wkc787" - ] - }, - "https://ror.org/04zjhw235": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/0418gak31": { - "ancestors": [ - "https://ror.org/01v5hek98", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wkkwk59": { - "ancestors": [ - "https://ror.org/040em2e23" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pf2cj55": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/000xsnr85" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zeev498": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nvfe914": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/00dd4fz34" - ] - }, - "https://ror.org/01rq5e797": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tybc759": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/00dd4fz34" - ] - }, - "https://ror.org/02ex6cf31": { - "ancestors": [ - "https://ror.org/05434fs92", - "https://ror.org/00mmn6b08", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05db1vq90", - "https://ror.org/01q47ea17", - "https://ror.org/0580dnq61", - "https://ror.org/035xqz322", - "https://ror.org/02kjy2z57", - "https://ror.org/002h4ry72" - ] - }, - "https://ror.org/05czf9j81": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/042nkmz09": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rcw8h21": { - "ancestors": [ - "https://ror.org/03jn2p430", - "https://ror.org/00pnp4y96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nwrc387": { - "ancestors": [ - "https://ror.org/00g5sqv46", - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tje1v24": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jt1bz85": { - "ancestors": [ - "https://ror.org/04kd6c783" - ], - "descendants": [ - - ] - }, - "https://ror.org/049412q44": { - "ancestors": [ - "https://ror.org/00qps9a02" - ], - "descendants": [ - "https://ror.org/04q2cht42" - ] - }, - "https://ror.org/020p6zm06": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v66pf20": { - "ancestors": [ - "https://ror.org/02f9zrr09" - ], - "descendants": [ - "https://ror.org/00cn3vx82" - ] - }, - "https://ror.org/04xk08052": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xf8ec44": { - "ancestors": [ - "https://ror.org/00rs6vg23", - "https://ror.org/021nxhr62", - "https://ror.org/0561zqn56", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0279ntc65": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jexp049": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/0446wcg70": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q9f6286": { - "ancestors": [ - "https://ror.org/03xvagj73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03spk3j53": { - "ancestors": [ - "https://ror.org/024d6js02", - "https://ror.org/00qq1fp34", - "https://ror.org/02j46qs45", - "https://ror.org/04qxnmv42" - ], - "descendants": [ - - ] - }, - "https://ror.org/032q61545": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/020q9r015": { - "ancestors": [ - "https://ror.org/05ve6g218" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xw0ep96": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/00defv642" - ] - }, - "https://ror.org/02s8k0k61": { - "ancestors": [ - "https://ror.org/005ta0471" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j84x757": { - "ancestors": [ - "https://ror.org/02sat5y74", - "https://ror.org/03hjekm25", - "https://ror.org/01hsjcv06", - "https://ror.org/04qxnmv42", - "https://ror.org/02jtk7k02", - "https://ror.org/04vjwcp92", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a27za87": { - "ancestors": [ - "https://ror.org/00r7apq26", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z2efh66": { - "ancestors": [ - "https://ror.org/02z4rsp10" - ], - "descendants": [ - - ] - }, - "https://ror.org/0533nhm89": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/003fkdj63": { - "ancestors": [ - "https://ror.org/05m37v666" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fhwqj89": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bn5x956": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/032d3h410": { - "ancestors": [ - "https://ror.org/05m37v666" - ], - "descendants": [ - - ] - }, - "https://ror.org/015f9wa43": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pk7zz41": { - "ancestors": [ - "https://ror.org/039kwqk96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dfqms15": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jj11r28": { - "ancestors": [ - "https://ror.org/02c6k8737" - ], - "descendants": [ - - ] - }, - "https://ror.org/0007wfz33": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/037w8vx49": { - "ancestors": [ - "https://ror.org/0500kmp11" - ], - "descendants": [ - - ] - }, - "https://ror.org/045k2fq98": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x6n3581": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fv25t22": { - "ancestors": [ - "https://ror.org/03n15ch10", - "https://ror.org/00jjx8s55", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/051d04622": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/046b54093": { - "ancestors": [ - "https://ror.org/050pq4m56" - ], - "descendants": [ - - ] - }, - "https://ror.org/007e33924": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/04zmssz18", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m0tfg52": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xw14184": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e93vc61": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w1erp60": { - "ancestors": [ - "https://ror.org/04mv1z119", - "https://ror.org/03nh7d505", - "https://ror.org/05s6rge65", - "https://ror.org/004gzqz66", - "https://ror.org/03zx86w41", - "https://ror.org/05a0dhs15", - "https://ror.org/01gyxrk03", - "https://ror.org/02feahw73", - "https://ror.org/003vg9w96", - "https://ror.org/03wb8xz10", - "https://ror.org/034yrjf77", - "https://ror.org/05hnb7x64", - "https://ror.org/04qkhgw46", - "https://ror.org/02en5vm52", - "https://ror.org/02rx3b187", - "https://ror.org/013cjyk83", - "https://ror.org/051escj72", - "https://ror.org/02kzqn938", - "https://ror.org/03gnr7b55", - "https://ror.org/01rk35k63", - "https://ror.org/04kdfz702", - "https://ror.org/02feahw73", - "https://ror.org/05f82e368", - "https://ror.org/013cjyk83", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83", - "https://ror.org/00g8rx069", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/037xmw090": { - "ancestors": [ - "https://ror.org/043xj7k26" - ], - "descendants": [ - - ] - }, - "https://ror.org/028ew7558": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/013q9v540": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hwfrn96": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yk4hg14": { - "ancestors": [ - "https://ror.org/05m37v666" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y762451": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0079fsj36": { - "ancestors": [ - "https://ror.org/05m37v666" - ], - "descendants": [ - - ] - }, - "https://ror.org/021m9jg72": { - "ancestors": [ - "https://ror.org/02hqkr514" - ], - "descendants": [ - - ] - }, - "https://ror.org/01029k907": { - "ancestors": [ - "https://ror.org/039cf4q47" - ], - "descendants": [ - - ] - }, - "https://ror.org/0022v1p96": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/014vhw898": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dgdnb65": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hh2kw42": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04793bt26": { - "ancestors": [ - "https://ror.org/05m37v666" - ], - "descendants": [ - - ] - }, - "https://ror.org/0431s8639": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/02crff812", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nrn5x84": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/010kh0a92": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m8r1j18": { - "ancestors": [ - "https://ror.org/05m37v666" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hgb4x70": { - "ancestors": [ - "https://ror.org/05m37v666" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xj0bd35": { - "ancestors": [ - "https://ror.org/04asdee31" - ], - "descendants": [ - - ] - }, - "https://ror.org/053ts2049": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ppz8629": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04neydj61": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pzc2n68": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mqnkc89": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/057rvn534": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bxfy242": { - "ancestors": [ - "https://ror.org/05m37v666" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rkrf147": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sx2xv92": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/057mgcy61": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/00jmfr291", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/010408w50": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bbkr059": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/009m79n22": { - "ancestors": [ - "https://ror.org/01b5d7p48" - ], - "descendants": [ - "https://ror.org/02nax7140" - ] - }, - "https://ror.org/00be75x22": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m0fmt63": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xcy2g83": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jnpet14": { - "ancestors": [ - "https://ror.org/05m37v666" - ], - "descendants": [ - - ] - }, - "https://ror.org/00eztte08": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xhcf905": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xgzv028": { - "ancestors": [ - "https://ror.org/00jmfr291", - "https://ror.org/01jeee804", - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/026ghpf29": { - "ancestors": [ - "https://ror.org/05m37v666" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mkrhh61": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qtkxb61": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/047axtc96": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rkgge26": { - "ancestors": [ - "https://ror.org/05rj7xr73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nm77r92": { - "ancestors": [ - "https://ror.org/05m37v666" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vk15693": { - "ancestors": [ - "https://ror.org/05fe7ax82" - ], - "descendants": [ - - ] - }, - "https://ror.org/003bsdh42": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wdpa646": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/023b7n604": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pw7mk43": { - "ancestors": [ - "https://ror.org/02q3y8p81" - ], - "descendants": [ - - ] - }, - "https://ror.org/00drw4m60": { - "ancestors": [ - "https://ror.org/05m37v666" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p2fa809": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zqk4w67": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cgmpb23": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qghrn10": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j3zj861": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f0zj759": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yfrpn34": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/046egda04": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0565zqf96": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a83vw07": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/028wqwc72": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q2nz798": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p702482": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bkkgm47": { - "ancestors": [ - "https://ror.org/00jmfr291" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nt5j435": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/033h3cg70": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/015txh811": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k0e0792": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kwjhv40": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gqd2r46": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tfw4958": { - "ancestors": [ - "https://ror.org/05m37v666" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n35qp23": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0285j9m82": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/025en1p25": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p1dq710": { - "ancestors": [ - "https://ror.org/05m37v666" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tgr1802": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/024bje446": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f7jrb21": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rd8n845": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/054kzvr89": { - "ancestors": [ - "https://ror.org/05m37v666" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sm24z48": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fev5t41": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qmny332": { - "ancestors": [ - "https://ror.org/05m37v666" - ], - "descendants": [ - - ] - }, - "https://ror.org/007y0wv84": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/003v3fz65": { - "ancestors": [ - "https://ror.org/012a91z28" - ], - "descendants": [ - - ] - }, - "https://ror.org/032p8r578": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v171g37": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02db2t754": { - "ancestors": [ - "https://ror.org/047gc3g35", - "https://ror.org/04teye511", - "https://ror.org/049784n50", - "https://ror.org/0460jpj73", - "https://ror.org/029ycp228" - ], - "descendants": [ - - ] - }, - "https://ror.org/008eg3158": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hq9jn34": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pazve79": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/02crff812", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bea3106": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p0vsd73": { - "ancestors": [ - "https://ror.org/021018s57" - ], - "descendants": [ - - ] - }, - "https://ror.org/030akyn67": { - "ancestors": [ - "https://ror.org/01bydex26" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hs9md59": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q2cwx50": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03marfy19": { - "ancestors": [ - "https://ror.org/03prydq77" - ], - "descendants": [ - - ] - }, - "https://ror.org/0125dpf52": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rx1p510": { - "ancestors": [ - "https://ror.org/00jmfr291" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jvjmd55": { - "ancestors": [ - "https://ror.org/05fs6jp91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hhndj92": { - "ancestors": [ - "https://ror.org/00jmfr291" - ], - "descendants": [ - - ] - }, - "https://ror.org/0556as610": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y8y6598": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cepxd71": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/025em6n98": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/015tnsz82": { - "ancestors": [ - "https://ror.org/05hs6h993", - "https://ror.org/02z5nhe81", - "https://ror.org/00jmfr291", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q73ep21": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/006ha6n07": { - "ancestors": [ - "https://ror.org/046ffzj20" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ses8e30": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hjcs512": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/059ygsz90": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y1neg56": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0000pc329": { - "ancestors": [ - "https://ror.org/04asdee31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nax7140": { - "ancestors": [ - "https://ror.org/009m79n22", - "https://ror.org/01b5d7p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a28rw58": { - "ancestors": [ - "https://ror.org/01rvn4p91" - ], - "descendants": [ - "https://ror.org/00baskk38", - "https://ror.org/02hdt9m26", - "https://ror.org/04rzmms09", - "https://ror.org/00xzacp61", - "https://ror.org/05y8y6598", - "https://ror.org/04tgr1802", - "https://ror.org/047axtc96", - "https://ror.org/00m0fmt63", - "https://ror.org/0007wfz33", - "https://ror.org/01a83vw07", - "https://ror.org/01x6n3581", - "https://ror.org/04pazve79", - "https://ror.org/046egda04", - "https://ror.org/00be75x22", - "https://ror.org/03qtkxb61", - "https://ror.org/008eg3158", - "https://ror.org/003bsdh42", - "https://ror.org/051d04622", - "https://ror.org/00y1neg56", - "https://ror.org/0285j9m82", - "https://ror.org/0431s8639", - "https://ror.org/0125dpf52", - "https://ror.org/010408w50", - "https://ror.org/03f0zj759", - "https://ror.org/01gqd2r46", - "https://ror.org/04wdpa646", - "https://ror.org/00bfrk915", - "https://ror.org/05rkrf147", - "https://ror.org/00hwfrn96", - "https://ror.org/05y762451", - "https://ror.org/025en1p25", - "https://ror.org/01cgmpb23", - "https://ror.org/0342s9s13", - "https://ror.org/02q73ep21", - "https://ror.org/05fhwqj89", - "https://ror.org/04n35qp23", - "https://ror.org/01m0th787", - "https://ror.org/01rd8n845", - "https://ror.org/0556as610", - "https://ror.org/02p702482", - "https://ror.org/03j5gm982", - "https://ror.org/05q2cwx50", - "https://ror.org/02xhcf905", - "https://ror.org/02cp6jm68", - "https://ror.org/0022v1p96", - "https://ror.org/00cepxd71", - "https://ror.org/053ts2049", - "https://ror.org/04f7jrb21", - "https://ror.org/02q2nz798", - "https://ror.org/024bje446", - "https://ror.org/01yfrpn34", - "https://ror.org/05xw14184", - "https://ror.org/0565zqf96", - "https://ror.org/015txh811", - "https://ror.org/02scr7307", - "https://ror.org/033h3cg70", - "https://ror.org/010kh0a92", - "https://ror.org/03mkrhh61", - "https://ror.org/00eztte08", - "https://ror.org/014vhw898", - "https://ror.org/025em6n98", - "https://ror.org/01hs9md59", - "https://ror.org/02j3zj861", - "https://ror.org/04qghrn10", - "https://ror.org/01nt5j435", - "https://ror.org/03hq9jn34", - "https://ror.org/03pzc2n68", - "https://ror.org/04neydj61", - "https://ror.org/04ses8e30", - "https://ror.org/02zbmre89", - "https://ror.org/05e93vc61", - "https://ror.org/03zqk4w67", - "https://ror.org/04fev5t41", - "https://ror.org/04a7xee56", - "https://ror.org/04w2ds943", - "https://ror.org/032p8r578", - "https://ror.org/00bea3106", - "https://ror.org/015f9wa43", - "https://ror.org/028wqwc72", - "https://ror.org/00bbkr059", - "https://ror.org/028ew7558", - "https://ror.org/03hjcs512", - "https://ror.org/059ygsz90", - "https://ror.org/013q9v540", - "https://ror.org/05nrn5x84", - "https://ror.org/007y0wv84", - "https://ror.org/03dfqms15", - "https://ror.org/04p2fa809", - "https://ror.org/00ppz8629", - "https://ror.org/05sx2xv92", - "https://ror.org/01k0e0792", - "https://ror.org/045k2fq98", - "https://ror.org/0533nhm89", - "https://ror.org/02xcy2g83", - "https://ror.org/00m0tfg52", - "https://ror.org/057rvn534", - "https://ror.org/02hh2kw42", - "https://ror.org/05bzz1e33", - "https://ror.org/01kwjhv40", - "https://ror.org/04sm24z48", - "https://ror.org/023b7n604", - "https://ror.org/01mqnkc89", - "https://ror.org/00v171g37", - "https://ror.org/04bn5x956", - "https://ror.org/03akamm78" - ] - }, - "https://ror.org/02scr7307": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bfrk915": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0001rqc34": { - "ancestors": [ - "https://ror.org/040ek4035" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w2ds943": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j5gm982": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/048s0na58": { - "ancestors": [ - "https://ror.org/05m37v666" - ], - "descendants": [ - - ] - }, - "https://ror.org/03akamm78": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a7xee56": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/02crff812", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cp6jm68": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zbmre89": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m0th787": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04npskv21": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bzz1e33": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0342s9s13": { - "ancestors": [ - "https://ror.org/05a28rw58", - "https://ror.org/01rvn4p91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tmdzc72": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r3j2c85": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ffz3y94": { - "ancestors": [ - "https://ror.org/049zrp193" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kk7j351": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ctjz153": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hcb0r47": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ar90c17": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yh84372": { - "ancestors": [ - "https://ror.org/02sbvqb41", - "https://ror.org/05s8x7560" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ssszg35": { - "ancestors": [ - "https://ror.org/04276xd64" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wag9297": { - "ancestors": [ - "https://ror.org/03hxzy361", - "https://ror.org/04dkp9463" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sn0bt42": { - "ancestors": [ - "https://ror.org/012zh9h13", - "https://ror.org/01bg62x04", - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/006ae1882": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/04csh5253": { - "ancestors": [ - "https://ror.org/041gev667" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tashy42": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mn0nr69": { - "ancestors": [ - "https://ror.org/03rth4p18", - "https://ror.org/04zmssz18", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0041cxe63": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fkmcx91": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gaw1s20": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/04zmssz18", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z16cc77": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t4ttr56": { - "ancestors": [ - "https://ror.org/03s7gtk40", - "https://ror.org/042aqky30" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j00sy30": { - "ancestors": [ - "https://ror.org/03va9ng43" - ], - "descendants": [ - - ] - }, - "https://ror.org/016871071": { - "ancestors": [ - "https://ror.org/05xxfer42" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x14st26": { - "ancestors": [ - "https://ror.org/03qc03t81" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pyh8443": { - "ancestors": [ - "https://ror.org/05xxfer42" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zd03166": { - "ancestors": [ - "https://ror.org/01qat3289" - ], - "descendants": [ - - ] - }, - "https://ror.org/0263sxq51": { - "ancestors": [ - "https://ror.org/05mt63e64", - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v11jn59": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/038e1m489": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t6zk898": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q2knb18": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hwdys44": { - "ancestors": [ - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tfx2624": { - "ancestors": [ - "https://ror.org/01fqrjt38" - ], - "descendants": [ - - ] - }, - "https://ror.org/038tjv815": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04skveq52": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w5ay796": { - "ancestors": [ - "https://ror.org/04zmssz18", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tjew235": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/013dzwk66": { - "ancestors": [ - "https://ror.org/04qw24q55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fb0kf32": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/02by2rg20": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q1qx424": { - "ancestors": [ - "https://ror.org/051escj72", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dsdbp53": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tdc7x54": { - "ancestors": [ - "https://ror.org/0520mfp02", - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/052023y69": { - "ancestors": [ - "https://ror.org/02gyps716" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jp83f12": { - "ancestors": [ - "https://ror.org/04x02q560" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xtxt091": { - "ancestors": [ - "https://ror.org/01ryrwk91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bg2jm34": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03865xp31": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zy07c70": { - "ancestors": [ - "https://ror.org/04cdgtt98", - "https://ror.org/04za5zm41", - "https://ror.org/042aqky30", - "https://ror.org/01zy2cs03", - "https://ror.org/0281dp749", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fpe6x37": { - "ancestors": [ - "https://ror.org/051escj72", - "https://ror.org/02feahw73", - "https://ror.org/03sgyqj04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t10t971": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/022g6pv04", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h3fdc41": { - "ancestors": [ - "https://ror.org/05t8y2r12" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bd2b489": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hf92r68": { - "ancestors": [ - "https://ror.org/03eaa3f03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ksxxs60": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/0288c3494": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/011gakh74", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/051fzrb60": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k52t116": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/040hzz705": { - "ancestors": [ - "https://ror.org/01hnx7606" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s5t4n42": { - "ancestors": [ - "https://ror.org/01ryrwk91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00704c791": { - "ancestors": [ - "https://ror.org/02n6c9837" - ], - "descendants": [ - - ] - }, - "https://ror.org/0084x3h80": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/04zmssz18", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02er63282": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tq5ma70": { - "ancestors": [ - "https://ror.org/011pctb02" - ], - "descendants": [ - - ] - }, - "https://ror.org/040m3v743": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/041h7hf54": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02693j602": { - "ancestors": [ - "https://ror.org/04vhgtv41" - ], - "descendants": [ - "https://ror.org/03capj968" - ] - }, - "https://ror.org/05jpvfw41": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mzwqv25": { - "ancestors": [ - "https://ror.org/026mcrn69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kt5vk53": { - "ancestors": [ - "https://ror.org/04w8z7f34" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bw6mb63": { - "ancestors": [ - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/03en16648": { - "ancestors": [ - "https://ror.org/0435rc536", - "https://ror.org/04sfxgz72", - "https://ror.org/04txyc737" - ], - "descendants": [ - - ] - }, - "https://ror.org/029aap830": { - "ancestors": [ - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wn6w972": { - "ancestors": [ - "https://ror.org/042aqky30" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vba6259": { - "ancestors": [ - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/0223rpe14": { - "ancestors": [ - "https://ror.org/00gtmwv55" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hkenk96": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/008qs6838": { - "ancestors": [ - "https://ror.org/046b3cj80", - "https://ror.org/02vjkv261", - "https://ror.org/051escj72", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ahhd635": { - "ancestors": [ - "https://ror.org/04jymbd90", - "https://ror.org/03kqpb082", - "https://ror.org/024d6js02", - "https://ror.org/04qxnmv42", - "https://ror.org/02w4f2z17", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e15a779": { - "ancestors": [ - "https://ror.org/04pqetg36", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/00td9be07": { - "ancestors": [ - "https://ror.org/001ccf545" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j29pk38": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/00bjjqs38", - "https://ror.org/01rk35k63", - "https://ror.org/04zmssz18", - "https://ror.org/01rk35k63", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/033fmp855": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m9a6y90": { - "ancestors": [ - "https://ror.org/039vqpp67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e5cqn96": { - "ancestors": [ - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/040at6s67": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c65ax22": { - "ancestors": [ - "https://ror.org/018jp3h36" - ], - "descendants": [ - - ] - }, - "https://ror.org/0170cre53": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/018wkw265": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ggnw234": { - "ancestors": [ - "https://ror.org/03nf36p02" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qrb1j36": { - "ancestors": [ - "https://ror.org/05cvfcr44", - "https://ror.org/04zhhyn23", - "https://ror.org/04zhhyn23", - "https://ror.org/037gd6g64", - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/053ytd308": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/008t8t864": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n9zbw76": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f9q6692": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e7sae22": { - "ancestors": [ - "https://ror.org/04jymbd90", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dg1fw36": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wh89t26": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/058dvej55": { - "ancestors": [ - "https://ror.org/03nf36p02" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qqw4p44": { - "ancestors": [ - "https://ror.org/04276xd64" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bt7ej51": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/019zcmj26": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/03c94bc04", - "https://ror.org/02t1t6n83", - "https://ror.org/03z90hq89", - "https://ror.org/04rawk951", - "https://ror.org/017pcqs43", - "https://ror.org/006byrq44", - "https://ror.org/05ssfag15", - "https://ror.org/0422tyr14", - "https://ror.org/01n0q6e38", - "https://ror.org/040wrkp27", - "https://ror.org/01sb2fs58", - "https://ror.org/056an8658", - "https://ror.org/0344x6030", - "https://ror.org/051f11n17", - "https://ror.org/04kakt857", - "https://ror.org/055csed06", - "https://ror.org/05pc7fv53", - "https://ror.org/03dhz7247", - "https://ror.org/05t5rc419", - "https://ror.org/01b3qhp76", - "https://ror.org/03jmc9t23", - "https://ror.org/029k7k053", - "https://ror.org/009qtkb56", - "https://ror.org/044171329", - "https://ror.org/04z8mkz77", - "https://ror.org/01gk2wz65", - "https://ror.org/03bk73w20", - "https://ror.org/049317064", - "https://ror.org/027n02r78", - "https://ror.org/008cjy335", - "https://ror.org/04skssb35", - "https://ror.org/05gf3n961", - "https://ror.org/01w84qj32" - ] - }, - "https://ror.org/001cp5661": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0528pfx89": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cemkr79": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gdv3j64": { - "ancestors": [ - "https://ror.org/018jp3h36" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wqert96": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bnpn789": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z7k2h16": { - "ancestors": [ - "https://ror.org/049zrp193" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y9q1296": { - "ancestors": [ - "https://ror.org/018jp3h36" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dj9qb53": { - "ancestors": [ - "https://ror.org/042aqky30", - "https://ror.org/04za5zm41" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q49dx47": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gbgw380": { - "ancestors": [ - "https://ror.org/051escj72", - "https://ror.org/02vjkv261", - "https://ror.org/05kpkpg04" - ], - "descendants": [ - - ] - }, - "https://ror.org/0265f3m16": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sbvqb41": { - "ancestors": [ - "https://ror.org/05s8x7560" - ], - "descendants": [ - "https://ror.org/04bfjpv87", - "https://ror.org/00q2y5s03", - "https://ror.org/0428c0g78", - "https://ror.org/01xh2mr27", - "https://ror.org/04yh84372", - "https://ror.org/0496m6d18" - ] - }, - "https://ror.org/01spe0w42": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g3svt72": { - "ancestors": [ - "https://ror.org/03nf36p02" - ], - "descendants": [ - - ] - }, - "https://ror.org/045yqyw06": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xmk8w24": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/009qdm547": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z899093": { - "ancestors": [ - "https://ror.org/03nf36p02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y6n3q27": { - "ancestors": [ - "https://ror.org/03hxzy361", - "https://ror.org/04dkp9463" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zx3qn16": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rbzhv36": { - "ancestors": [ - "https://ror.org/011ashp19" - ], - "descendants": [ - - ] - }, - "https://ror.org/042999n30": { - "ancestors": [ - "https://ror.org/0064kty71" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q1qyr62": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rt27171": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/051escj72", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/037gd6g64": { - "ancestors": [ - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05cvfcr44", - "https://ror.org/03qrb1j36", - "https://ror.org/00hhjz250", - "https://ror.org/05xc0qp17", - "https://ror.org/02b5sc606", - "https://ror.org/02exh3e86", - "https://ror.org/05detrt70", - "https://ror.org/03773p874" - ] - }, - "https://ror.org/05n694h24": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00051wc04": { - "ancestors": [ - "https://ror.org/006c77m33" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ye29x39": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/05kpkpg04", - "https://ror.org/051escj72", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jtacs89": { - "ancestors": [ - "https://ror.org/00w7v1v77" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fcjzv38": { - "ancestors": [ - "https://ror.org/02ttsq026", - "https://ror.org/00jc20583" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s6fdn14": { - "ancestors": [ - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jatax32": { - "ancestors": [ - "https://ror.org/02891sr49" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jc8mb89": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kt8mw18": { - "ancestors": [ - "https://ror.org/0442zbe52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03esshb58": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00me29179": { - "ancestors": [ - "https://ror.org/042aqky30" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bbp3619": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nzkd566": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jymbd90": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/02fjdfm19", - "https://ror.org/04xsmz457", - "https://ror.org/01t0a1151", - "https://ror.org/02s1c4g54", - "https://ror.org/03ahhd635", - "https://ror.org/00e7sae22" - ] - }, - "https://ror.org/026pt7089": { - "ancestors": [ - "https://ror.org/018jp3h36" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vbb6770": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pqetg36": { - "ancestors": [ - "https://ror.org/036h6g940" - ], - "descendants": [ - "https://ror.org/05e15a779", - "https://ror.org/04qawwn42", - "https://ror.org/02h2r8882", - "https://ror.org/058t40d22", - "https://ror.org/00j49rw24", - "https://ror.org/05f3e6d47", - "https://ror.org/01ks7f963", - "https://ror.org/05gm3yv92", - "https://ror.org/00z72fs19", - "https://ror.org/02dwcqs71", - "https://ror.org/0560xr487" - ] - }, - "https://ror.org/00hzrhy27": { - "ancestors": [ - "https://ror.org/02fvywg07" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yy6gj83": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/0026v5a61": { - "ancestors": [ - "https://ror.org/049zrp193" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sd8gr95": { - "ancestors": [ - "https://ror.org/01ryrwk91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ee8t320": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fhpy910": { - "ancestors": [ - "https://ror.org/05xxfer42" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qdeja70": { - "ancestors": [ - "https://ror.org/03qc8vh97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b9fyw42": { - "ancestors": [ - "https://ror.org/02gyps716" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bw9nb45": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mt63e64": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - "https://ror.org/0263sxq51" - ] - }, - "https://ror.org/00wdyvz26": { - "ancestors": [ - "https://ror.org/0442zbe52" - ], - "descendants": [ - - ] - }, - "https://ror.org/048dw0897": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mdktx17": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/028070c57": { - "ancestors": [ - "https://ror.org/042aqky30" - ], - "descendants": [ - - ] - }, - "https://ror.org/00esxkm46": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kn5av21": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yfmyg44": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/034fhbw64": { - "ancestors": [ - "https://ror.org/02gyps716" - ], - "descendants": [ - - ] - }, - "https://ror.org/000t9e931": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0428c0g78": { - "ancestors": [ - "https://ror.org/02sbvqb41", - "https://ror.org/05s8x7560" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hxzy361": { - "ancestors": [ - "https://ror.org/04dkp9463" - ], - "descendants": [ - "https://ror.org/05wag9297", - "https://ror.org/011p0ty46", - "https://ror.org/04y6n3q27" - ] - }, - "https://ror.org/035emn182": { - "ancestors": [ - "https://ror.org/013948m30", - "https://ror.org/003vg9w96", - "https://ror.org/033p9g875", - "https://ror.org/033p9g875", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/0520mfp02": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - "https://ror.org/00tdc7x54" - ] - }, - "https://ror.org/04936mc07": { - "ancestors": [ - "https://ror.org/018jp3h36" - ], - "descendants": [ - - ] - }, - "https://ror.org/039em6c59": { - "ancestors": [ - "https://ror.org/02x5qpn68", - "https://ror.org/05scq4290" - ], - "descendants": [ - - ] - }, - "https://ror.org/020g0rw41": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/05kpkpg04", - "https://ror.org/05q3vnk25", - "https://ror.org/03rnk6m14", - "https://ror.org/003vg9w96", - "https://ror.org/05hnb7x64", - "https://ror.org/051escj72", - "https://ror.org/03xjwb503", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/01dkyve95", - "https://ror.org/0172v8z89", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dvwhz14": { - "ancestors": [ - "https://ror.org/02bn55144" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ymbe816": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/05aqjsn79": { - "ancestors": [ - "https://ror.org/01v5xwf23" - ], - "descendants": [ - - ] - }, - "https://ror.org/011p0ty46": { - "ancestors": [ - "https://ror.org/03hxzy361", - "https://ror.org/04dkp9463" - ], - "descendants": [ - - ] - }, - "https://ror.org/020cm6143": { - "ancestors": [ - "https://ror.org/04asdee31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dhpke20": { - "ancestors": [ - "https://ror.org/02gyps716" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e698f45": { - "ancestors": [ - "https://ror.org/05141h569" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x5qpn68": { - "ancestors": [ - "https://ror.org/05scq4290" - ], - "descendants": [ - "https://ror.org/039em6c59" - ] - }, - "https://ror.org/02zxraz57": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/025jbsx21": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x9p9g72": { - "ancestors": [ - "https://ror.org/04gwbew76" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vsddp82": { - "ancestors": [ - "https://ror.org/04h8e7606" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pd1hv08": { - "ancestors": [ - "https://ror.org/01f74x078" - ], - "descendants": [ - - ] - }, - "https://ror.org/0172tk840": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/022ssnb78": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b8mh310": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/057mkdb21": { - "ancestors": [ - "https://ror.org/02jqkb192" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hpkt650": { - "ancestors": [ - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jvzd424": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qgwd705": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kh72s55": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0286e5b31": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e94de73": { - "ancestors": [ - "https://ror.org/04w8z7f34" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zvh0k30": { - "ancestors": [ - "https://ror.org/049zrp193" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x0n6k03": { - "ancestors": [ - "https://ror.org/02dycg053" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fkydv97": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r2e4917": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fmw2x94": { - "ancestors": [ - "https://ror.org/00w7v1v77" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e4pc311": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qc94066": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qn6bm03": { - "ancestors": [ - "https://ror.org/049zrp193" - ], - "descendants": [ - - ] - }, - "https://ror.org/028e64g94": { - "ancestors": [ - "https://ror.org/04276xd64" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pr9ef24": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xh2mr27": { - "ancestors": [ - "https://ror.org/02sbvqb41", - "https://ror.org/05s8x7560" - ], - "descendants": [ - - ] - }, - "https://ror.org/058e2tg06": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/058k6gb21": { - "ancestors": [ - "https://ror.org/0442zbe52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mqz7148": { - "ancestors": [ - "https://ror.org/00mgss748" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rnk6m14": { - "ancestors": [ - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - "https://ror.org/0000n5x09", - "https://ror.org/05r332y60", - "https://ror.org/008rywf59", - "https://ror.org/05h7ddb14", - "https://ror.org/00b80ez59", - "https://ror.org/020g0rw41", - "https://ror.org/0262br971", - "https://ror.org/03fte3n86", - "https://ror.org/011xg1225", - "https://ror.org/01pd2sz18", - "https://ror.org/04w07sc25", - "https://ror.org/05merjr74", - "https://ror.org/05y5s3h28", - "https://ror.org/02w4exq36", - "https://ror.org/00rwjvc96", - "https://ror.org/00ftatp57", - "https://ror.org/00n2c0309", - "https://ror.org/05deqk823", - "https://ror.org/01nfvkq89" - ] - }, - "https://ror.org/05rgdc794": { - "ancestors": [ - "https://ror.org/017d1hs72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ehtgm24": { - "ancestors": [ - "https://ror.org/056g0b798" - ], - "descendants": [ - "https://ror.org/03r0dz519" - ] - }, - "https://ror.org/049hw1a96": { - "ancestors": [ - "https://ror.org/05xxfer42" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mt5nv96": { - "ancestors": [ - "https://ror.org/00pamm417" - ], - "descendants": [ - - ] - }, - "https://ror.org/0008p2x82": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ckm7v43": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/009t5dc22": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v6phz91": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/02339sc10": { - "ancestors": [ - "https://ror.org/04kkx4y96", - "https://ror.org/01cdrde68" - ], - "descendants": [ - - ] - }, - "https://ror.org/044fk6795": { - "ancestors": [ - "https://ror.org/014bj2y47" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g2ax673": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w6gdg13": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rn5n623": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wgz6f65": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mgnp447": { - "ancestors": [ - "https://ror.org/04zmssz18", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q9c5395": { - "ancestors": [ - "https://ror.org/01jjfyf53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00se1zw92": { - "ancestors": [ - "https://ror.org/04w8z7f34" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zfp3202": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/03emx5713": { - "ancestors": [ - "https://ror.org/018jp3h36" - ], - "descendants": [ - - ] - }, - "https://ror.org/0501pvx50": { - "ancestors": [ - "https://ror.org/05xxfer42" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xv42m49": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - "https://ror.org/0125qck59" - ] - }, - "https://ror.org/002wn1w29": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bjjqs38": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/00qk0vr83", - "https://ror.org/01j6cta96", - "https://ror.org/04b9q5f39", - "https://ror.org/028fzwe08", - "https://ror.org/031xg0236" - ] - }, - "https://ror.org/045rmt345": { - "ancestors": [ - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gbh4j43": { - "ancestors": [ - "https://ror.org/028h2cy94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kkx4y96": { - "ancestors": [ - "https://ror.org/01cdrde68" - ], - "descendants": [ - "https://ror.org/02339sc10" - ] - }, - "https://ror.org/0125qck59": { - "ancestors": [ - "https://ror.org/02xv42m49", - "https://ror.org/02kmtwp90" - ], - "descendants": [ - - ] - }, - "https://ror.org/04shcr998": { - "ancestors": [ - "https://ror.org/05rcfc739" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q88r129": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ke5hb07": { - "ancestors": [ - "https://ror.org/00cfam450", - "https://ror.org/042aqky30", - "https://ror.org/04za5zm41", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/04437j066": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/057r2zn69": { - "ancestors": [ - "https://ror.org/04gmdfj30" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a73z253": { - "ancestors": [ - "https://ror.org/01n029866" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bjc2870": { - "ancestors": [ - "https://ror.org/03nf36p02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m2z6m32": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qz4qy85": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/05b5c0584", - "https://ror.org/03rth4p18", - "https://ror.org/04zmssz18", - "https://ror.org/022y5bk62", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ya1kq07": { - "ancestors": [ - "https://ror.org/04sjchr03" - ], - "descendants": [ - - ] - }, - "https://ror.org/052qcyn36": { - "ancestors": [ - "https://ror.org/03nf36p02" - ], - "descendants": [ - - ] - }, - "https://ror.org/015hr2538": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hyesf03": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hx1fs81": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b77dm91": { - "ancestors": [ - "https://ror.org/04276xd64" - ], - "descendants": [ - - ] - }, - "https://ror.org/022hk8s78": { - "ancestors": [ - "https://ror.org/00zjprf31", - "https://ror.org/056g0b798" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ssv5a91": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/051t7v989": { - "ancestors": [ - "https://ror.org/02rv3w387" - ], - "descendants": [ - - ] - }, - "https://ror.org/0435rc536": { - "ancestors": [ - "https://ror.org/04sfxgz72", - "https://ror.org/04txyc737" - ], - "descendants": [ - "https://ror.org/0144enb05", - "https://ror.org/03nyzw632", - "https://ror.org/05dw07152", - "https://ror.org/040s9t622", - "https://ror.org/03w48ac58", - "https://ror.org/01p1t0k52", - "https://ror.org/0415cr103", - "https://ror.org/011y67d23", - "https://ror.org/03en16648" - ] - }, - "https://ror.org/011fna123": { - "ancestors": [ - "https://ror.org/051j1ed22" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fem8f23": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/04frnva71": { - "ancestors": [ - "https://ror.org/011pjwf87", - "https://ror.org/034s44556", - "https://ror.org/01qk7v094", - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - "https://ror.org/000fg4e24", - "https://ror.org/01tqb7m13" - ] - }, - "https://ror.org/05ngwf943": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/047b1nx71": { - "ancestors": [ - "https://ror.org/02gyps716" - ], - "descendants": [ - - ] - }, - "https://ror.org/04byv8g40": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/02vb4k656", - "https://ror.org/01s3fs709", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e2mfb24": { - "ancestors": [ - "https://ror.org/05e0gzh77" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nvdf845": { - "ancestors": [ - "https://ror.org/04n0kzv11" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hrs9369": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/020nks034", - "https://ror.org/036eg1q44" - ] - }, - "https://ror.org/04gtv2261": { - "ancestors": [ - "https://ror.org/05xxfer42" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zca6435": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/0285srj36": { - "ancestors": [ - "https://ror.org/05xxfer42" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rrt4f19": { - "ancestors": [ - "https://ror.org/01cc9yk21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yemhm44": { - "ancestors": [ - "https://ror.org/00jyb5v21" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c4dkn09": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/02w5xy446", - "https://ror.org/04ttadj76", - "https://ror.org/030ebc654", - "https://ror.org/01jeedh73", - "https://ror.org/03rx2tr07", - "https://ror.org/01vq13895", - "https://ror.org/0303gny42" - ] - }, - "https://ror.org/01tqb7m13": { - "ancestors": [ - "https://ror.org/04frnva71", - "https://ror.org/011pjwf87", - "https://ror.org/034s44556", - "https://ror.org/01qk7v094", - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mm0t389": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j09zy03": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nxcd525": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fkwzm96": { - "ancestors": [ - "https://ror.org/02g7qcb42" - ], - "descendants": [ - - ] - }, - "https://ror.org/016adfh43": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r3mh697": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04etzz842": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j3wcb35": { - "ancestors": [ - "https://ror.org/01hnx7606" - ], - "descendants": [ - - ] - }, - "https://ror.org/020hp3377": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/058kv9q68": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qz1p375": { - "ancestors": [ - "https://ror.org/011gakh74" - ], - "descendants": [ - - ] - }, - "https://ror.org/005a50d87": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/032p0ce74": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/049dk3691": { - "ancestors": [ - "https://ror.org/044jxhp58", - "https://ror.org/05q3vnk25", - "https://ror.org/051escj72", - "https://ror.org/003vg9w96", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ddx0m09": { - "ancestors": [ - "https://ror.org/00w7v1v77" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m8g9b03": { - "ancestors": [ - "https://ror.org/018jp3h36" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r0dz519": { - "ancestors": [ - "https://ror.org/04ehtgm24", - "https://ror.org/056g0b798" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c7r3091": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nk3ny21": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/04asdee31" - ], - "descendants": [ - - ] - }, - "https://ror.org/0311zw396": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wke6r62": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cgw9e63": { - "ancestors": [ - "https://ror.org/04bdj7239" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w3k3276": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/004z7y014": { - "ancestors": [ - "https://ror.org/03c86nx70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x3m4218": { - "ancestors": [ - "https://ror.org/05gsxrt27", - "https://ror.org/045pn2j94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wax1305": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/03em9qx04": { - "ancestors": [ - "https://ror.org/02g5p4n58" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zy84838": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hrn3e05": { - "ancestors": [ - "https://ror.org/01bf9rw71", - "https://ror.org/05b8d3w18", - "https://ror.org/042aqky30", - "https://ror.org/01hhn8329", - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dmd4321": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/024zy9450": { - "ancestors": [ - "https://ror.org/00xbsaf62", - "https://ror.org/04vtzcr32", - "https://ror.org/02acv3g39", - "https://ror.org/01v5hek98", - "https://ror.org/02j46qs45", - "https://ror.org/051j1ed22", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dnwt956": { - "ancestors": [ - "https://ror.org/04d23a975", - "https://ror.org/00rk2pe57", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zgs5r70": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pzdfg37": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qdtzh46": { - "ancestors": [ - "https://ror.org/03bvw9g02" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c68ap48": { - "ancestors": [ - "https://ror.org/03a4d8673" - ], - "descendants": [ - - ] - }, - "https://ror.org/024nbhd47": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d4bgz76": { - "ancestors": [ - "https://ror.org/049zrp193" - ], - "descendants": [ - - ] - }, - "https://ror.org/0269he949": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dspf496": { - "ancestors": [ - "https://ror.org/01gmv5d77" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j226352": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jkr8r49": { - "ancestors": [ - "https://ror.org/051777d98", - "https://ror.org/030bbe882", - "https://ror.org/00ysy1705", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05djkc225": { - "ancestors": [ - "https://ror.org/027y26122" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kcw0y52": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ee6mp02": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/008e8k888": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/04zmssz18", - "https://ror.org/029brtt94", - "https://ror.org/02vjkv261", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nr2fs68": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/011jef648": { - "ancestors": [ - "https://ror.org/049zrp193" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zn13224": { - "ancestors": [ - "https://ror.org/03am2jy38", - "https://ror.org/02feahw73", - "https://ror.org/051escj72", - "https://ror.org/044jxhp58" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xb2d077": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/039qn6p62": { - "ancestors": [ - "https://ror.org/040f6xz90" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kkpv737": { - "ancestors": [ - "https://ror.org/042aqky30", - "https://ror.org/00fbnyb24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x895t47": { - "ancestors": [ - "https://ror.org/04asdee31" - ], - "descendants": [ - - ] - }, - "https://ror.org/055s37c97": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fx94528": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zec5297": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hhrtn83": { - "ancestors": [ - "https://ror.org/04hdhz511" - ], - "descendants": [ - - ] - }, - "https://ror.org/036k1r314": { - "ancestors": [ - "https://ror.org/0564cd633" - ], - "descendants": [ - - ] - }, - "https://ror.org/056qj1t15": { - "ancestors": [ - "https://ror.org/042aqky30" - ], - "descendants": [ - - ] - }, - "https://ror.org/0027d9x02": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/020ztsv38": { - "ancestors": [ - "https://ror.org/05wm6p530" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kxr5737": { - "ancestors": [ - "https://ror.org/000865z52" - ], - "descendants": [ - - ] - }, - "https://ror.org/000c93k10": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jx86h05": { - "ancestors": [ - "https://ror.org/042aqky30" - ], - "descendants": [ - - ] - }, - "https://ror.org/004p8an59": { - "ancestors": [ - "https://ror.org/05p30rt34" - ], - "descendants": [ - - ] - }, - "https://ror.org/0292fgv83": { - "ancestors": [ - "https://ror.org/04k8k6n84", - "https://ror.org/00g700j37", - "https://ror.org/04asdee31" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rs7tq63": { - "ancestors": [ - "https://ror.org/04sk0bj73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d0rke27": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - "https://ror.org/046hjmc37", - "https://ror.org/0028p8r67", - "https://ror.org/03vdg7e33" - ] - }, - "https://ror.org/00mcdyn90": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/03mb6wj31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fxtvv50": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hy0kp07": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jm8vk13": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rftrx87": { - "ancestors": [ - "https://ror.org/05xxfer42" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mxx0b77": { - "ancestors": [ - "https://ror.org/05x2bcf33" - ], - "descendants": [ - - ] - }, - "https://ror.org/0466t8w27": { - "ancestors": [ - "https://ror.org/01ryrwk91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ezqbp79": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ejynq87": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/003zsfh57": { - "ancestors": [ - "https://ror.org/00w7v1v77" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b4k4y74": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01azfw069": { - "ancestors": [ - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/008s83205": { - "ancestors": [ - "https://ror.org/051fvmk98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b9pgt88": { - "ancestors": [ - "https://ror.org/010842375" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e7w0f38": { - "ancestors": [ - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pntf040": { - "ancestors": [ - "https://ror.org/04gey0774" - ], - "descendants": [ - "https://ror.org/031fw8h15", - "https://ror.org/02t64n115" - ] - }, - "https://ror.org/04ww2n633": { - "ancestors": [ - "https://ror.org/045sza929" - ], - "descendants": [ - - ] - }, - "https://ror.org/016qv5070": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/0220mzb33": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - "https://ror.org/04s9kfd63" - ] - }, - "https://ror.org/00n1e1p60": { - "ancestors": [ - "https://ror.org/0554h7e84", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b6qw903": { - "ancestors": [ - "https://ror.org/03rtgjq94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cdgtt98": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - "https://ror.org/05x8b4491", - "https://ror.org/015wgw417", - "https://ror.org/02cypar22", - "https://ror.org/01zy07c70", - "https://ror.org/054qg2939" - ] - }, - "https://ror.org/03wtazd67": { - "ancestors": [ - "https://ror.org/012sh1702" - ], - "descendants": [ - - ] - }, - "https://ror.org/015z29x25": { - "ancestors": [ - "https://ror.org/006kxhp52" - ], - "descendants": [ - "https://ror.org/04570b518" - ] - }, - "https://ror.org/026zzn846": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - "https://ror.org/0574dzy90" - ] - }, - "https://ror.org/00986na66": { - "ancestors": [ - "https://ror.org/00nk5y742" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zfaj906": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/044w7a341": { - "ancestors": [ - "https://ror.org/01r0c1p88" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xjn4769": { - "ancestors": [ - "https://ror.org/03fevzd03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y3ad647": { - "ancestors": [ - "https://ror.org/05sqd3t97" - ], - "descendants": [ - "https://ror.org/02x2kaq51", - "https://ror.org/01j5kpq29", - "https://ror.org/03s53g630", - "https://ror.org/056pdzs28", - "https://ror.org/02pjdv450" - ] - }, - "https://ror.org/017zqws13": { - "ancestors": [ - "https://ror.org/03grvy078" - ], - "descendants": [ - "https://ror.org/034ebnm46", - "https://ror.org/02amckb22", - "https://ror.org/03a976s92", - "https://ror.org/04sqxdt31", - "https://ror.org/01zn7ya31", - "https://ror.org/0516b6a83", - "https://ror.org/05x083d20", - "https://ror.org/03d78qr79", - "https://ror.org/02vq8p756" - ] - }, - "https://ror.org/050cc1579": { - "ancestors": [ - "https://ror.org/01jem9c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kh0x418": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/0288swk05": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/05asdy483": { - "ancestors": [ - "https://ror.org/01zcpa714" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yzqyp10": { - "ancestors": [ - "https://ror.org/05fp08r12" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y64my43": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - "https://ror.org/01v6d0b34", - "https://ror.org/02whst089" - ] - }, - "https://ror.org/01y34t753": { - "ancestors": [ - "https://ror.org/02kxqx159", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p9rc392": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/010gf7388": { - "ancestors": [ - "https://ror.org/00tnppw48", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y2jtd41": { - "ancestors": [ - "https://ror.org/03ydkyb10" - ], - "descendants": [ - "https://ror.org/05cb4rb43", - "https://ror.org/04gq8q482", - "https://ror.org/02kj3rm24" - ] - }, - "https://ror.org/05ap9rf45": { - "ancestors": [ - "https://ror.org/023wx0t90" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xd6q208": { - "ancestors": [ - "https://ror.org/042nb2s44" - ], - "descendants": [ - - ] - }, - "https://ror.org/047pymx40": { - "ancestors": [ - "https://ror.org/01jem9c82" - ], - "descendants": [ - "https://ror.org/045z30r81", - "https://ror.org/05j18t043", - "https://ror.org/00dnz3q81", - "https://ror.org/04jb37t29", - "https://ror.org/0048t7e91", - "https://ror.org/01fyp5w42" - ] - }, - "https://ror.org/03kkevc75": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rrxb840": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/00376bg92", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wtcj248": { - "ancestors": [ - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/001gpfp45": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gdybn86": { - "ancestors": [ - "https://ror.org/04r9x1a08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yt24h27": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/032n1tr36": { - "ancestors": [ - "https://ror.org/041nas322" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tewj457": { - "ancestors": [ - "https://ror.org/05xp2yp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hrns542": { - "ancestors": [ - "https://ror.org/01fe0jt45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vnxev61": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m2a2x14": { - "ancestors": [ - "https://ror.org/04ch2gv47" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hznc410": { - "ancestors": [ - "https://ror.org/02m388s04", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y381977": { - "ancestors": [ - "https://ror.org/01xdqrp08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k1gpj17": { - "ancestors": [ - "https://ror.org/03xj0x983" - ], - "descendants": [ - "https://ror.org/03q8c8138", - "https://ror.org/021h2hc85", - "https://ror.org/01cc25b87", - "https://ror.org/03xsh7c04", - "https://ror.org/01me7wg25" - ] - }, - "https://ror.org/02mpq6x41": { - "ancestors": [ - "https://ror.org/05e94g991" - ], - "descendants": [ - "https://ror.org/00vg14f79", - "https://ror.org/02437s643", - "https://ror.org/02qrdc062" - ] - }, - "https://ror.org/02ayn5869": { - "ancestors": [ - "https://ror.org/03rp50x72" - ], - "descendants": [ - - ] - }, - "https://ror.org/0432jq872": { - "ancestors": [ - "https://ror.org/04kqgqa72" - ], - "descendants": [ - - ] - }, - "https://ror.org/055sbzs47": { - "ancestors": [ - "https://ror.org/05fqg8t87" - ], - "descendants": [ - - ] - }, - "https://ror.org/0168em120": { - "ancestors": [ - "https://ror.org/03wjptj96" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yc8eq25": { - "ancestors": [ - "https://ror.org/038jjxj40", - "https://ror.org/00ca2c886", - "https://ror.org/05r0vyz12" - ], - "descendants": [ - - ] - }, - "https://ror.org/04970qw83": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ay7va13": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kt66j61": { - "ancestors": [ - "https://ror.org/05xp2yp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zy4nc24": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/020f3ap87": { - "ancestors": [ - "https://ror.org/00xzqjh13" - ], - "descendants": [ - "https://ror.org/05277x335" - ] - }, - "https://ror.org/05pckj715": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/00epmv149": { - "ancestors": [ - "https://ror.org/03wv1cb14", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m5b8x20": { - "ancestors": [ - "https://ror.org/037zgn354" - ], - "descendants": [ - - ] - }, - "https://ror.org/0461q1s51": { - "ancestors": [ - "https://ror.org/02tgy3j57" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nc8zs04": { - "ancestors": [ - "https://ror.org/048xjjh50" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jb7qa21": { - "ancestors": [ - "https://ror.org/045sza929" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ymw8z06": { - "ancestors": [ - "https://ror.org/032va1j59" - ], - "descendants": [ - - ] - }, - "https://ror.org/017qcv467": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h3d0p13": { - "ancestors": [ - "https://ror.org/02grkyz14" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h3h5b09": { - "ancestors": [ - "https://ror.org/02qsmb048" - ], - "descendants": [ - - ] - }, - "https://ror.org/00trqv719": { - "ancestors": [ - "https://ror.org/022kthw22" - ], - "descendants": [ - "https://ror.org/02rcfyf15", - "https://ror.org/00z9qkg54", - "https://ror.org/0583j8v67" - ] - }, - "https://ror.org/016tfm930": { - "ancestors": [ - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/00925cq50": { - "ancestors": [ - "https://ror.org/001wtjx27", - "https://ror.org/000628g58" - ], - "descendants": [ - - ] - }, - "https://ror.org/0324q6b35": { - "ancestors": [ - "https://ror.org/02jfa8730" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e5k0821": { - "ancestors": [ - "https://ror.org/0190ak572" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wnqcb97": { - "ancestors": [ - "https://ror.org/03sbpja79" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pf17v09": { - "ancestors": [ - "https://ror.org/00grd1h17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ew4na22": { - "ancestors": [ - "https://ror.org/013k5y296" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dawnj30": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pjzv747": { - "ancestors": [ - "https://ror.org/03ddh2c27" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e3m7079": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w6y2z35": { - "ancestors": [ - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qtzce31": { - "ancestors": [ - "https://ror.org/05waa5295" - ], - "descendants": [ - "https://ror.org/00acpf703" - ] - }, - "https://ror.org/05tzrdd39": { - "ancestors": [ - "https://ror.org/02rgsr590" - ], - "descendants": [ - "https://ror.org/00vvs5b96", - "https://ror.org/02wvemr05", - "https://ror.org/04h9drp94", - "https://ror.org/04c6jsb22", - "https://ror.org/057w77e54" - ] - }, - "https://ror.org/037vx0145": { - "ancestors": [ - "https://ror.org/02nv7yv05", - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/013js5t03": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/029w34q36": { - "ancestors": [ - "https://ror.org/045sza929" - ], - "descendants": [ - - ] - }, - "https://ror.org/0449jya45": { - "ancestors": [ - "https://ror.org/00bx3rb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kph4940": { - "ancestors": [ - "https://ror.org/020hwjq30", - "https://ror.org/040af2s02" - ], - "descendants": [ - - ] - }, - "https://ror.org/056wyhh33": { - "ancestors": [ - "https://ror.org/048xjjh50" - ], - "descendants": [ - - ] - }, - "https://ror.org/03stxzb56": { - "ancestors": [ - "https://ror.org/02h503d38" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xrrjk67": { - "ancestors": [ - "https://ror.org/051fvmk98" - ], - "descendants": [ - - ] - }, - "https://ror.org/005teat46": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v80fc35": { - "ancestors": [ - "https://ror.org/03pwcc270" - ], - "descendants": [ - - ] - }, - "https://ror.org/057vybt25": { - "ancestors": [ - "https://ror.org/02qp62108" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wv1cb14": { - "ancestors": [ - "https://ror.org/05a4cm665" - ], - "descendants": [ - "https://ror.org/05b5whm83", - "https://ror.org/01pznaa94", - "https://ror.org/00epmv149" - ] - }, - "https://ror.org/01vhnrs90": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/01skt4w74": { - "ancestors": [ - "https://ror.org/0385nmy68" - ], - "descendants": [ - - ] - }, - "https://ror.org/019tvvb70": { - "ancestors": [ - "https://ror.org/059tqvg48", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vx35703": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/0111es613": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j4kfb22": { - "ancestors": [ - "https://ror.org/02kkvpp62", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h3c2e31": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rk2pe57": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04d23a975", - "https://ror.org/01dy3j343", - "https://ror.org/03p2cen66", - "https://ror.org/04xfp8b22", - "https://ror.org/03j9xzm13", - "https://ror.org/01dnwt956", - "https://ror.org/02t78x693", - "https://ror.org/025vw1435", - "https://ror.org/02n8rtn22", - "https://ror.org/01kg1t878", - "https://ror.org/03bra7668", - "https://ror.org/021m46s67", - "https://ror.org/014bhwj77", - "https://ror.org/0366raz47", - "https://ror.org/00nzxdq35", - "https://ror.org/03rj0mt16", - "https://ror.org/03hx19n93", - "https://ror.org/05rr9sv60", - "https://ror.org/015k93458" - ] - }, - "https://ror.org/00n1dhm50": { - "ancestors": [ - "https://ror.org/038b8e254" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z1vct10": { - "ancestors": [ - "https://ror.org/00w6g5w60" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pyevk91": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p8nt844": { - "ancestors": [ - "https://ror.org/021wm7p51", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zkghx44": { - "ancestors": [ - "https://ror.org/017wcm924" - ], - "descendants": [ - "https://ror.org/02qx6zf82", - "https://ror.org/013b2jw60", - "https://ror.org/00avmbz91", - "https://ror.org/02j15s898", - "https://ror.org/04qfrh333" - ] - }, - "https://ror.org/03gvhpa76": { - "ancestors": [ - "https://ror.org/04c4bm785" - ], - "descendants": [ - "https://ror.org/04d4vcg59", - "https://ror.org/055w89263", - "https://ror.org/01yab1r94", - "https://ror.org/05a2xtt59" - ] - }, - "https://ror.org/04xdyc983": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r1d7x68": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/04he1c034": { - "ancestors": [ - "https://ror.org/037897814", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01vt80e72" - ] - }, - "https://ror.org/04d5mb615": { - "ancestors": [ - "https://ror.org/0238rvs44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jrmgg47": { - "ancestors": [ - "https://ror.org/04wyvkr12", - "https://ror.org/02z9g9j20" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f5ytq51": { - "ancestors": [ - "https://ror.org/0034eay46" - ], - "descendants": [ - "https://ror.org/01tx6pn92", - "https://ror.org/03cv6f983", - "https://ror.org/03vb4dm14", - "https://ror.org/03p8qrw52" - ] - }, - "https://ror.org/05s6mpv98": { - "ancestors": [ - "https://ror.org/01yqg2h08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w78qy64": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n3pea85": { - "ancestors": [ - "https://ror.org/01xsqw823" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vmmgg57": { - "ancestors": [ - "https://ror.org/03xy0wx88", - "https://ror.org/036wvzt09" - ], - "descendants": [ - - ] - }, - "https://ror.org/011y3sy88": { - "ancestors": [ - "https://ror.org/045sza929" - ], - "descendants": [ - - ] - }, - "https://ror.org/0309msh52": { - "ancestors": [ - "https://ror.org/00nmgny79" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r109517": { - "ancestors": [ - "https://ror.org/05bnh6r87" - ], - "descendants": [ - - ] - }, - "https://ror.org/036nfer12": { - "ancestors": [ - "https://ror.org/05sqd3t97" - ], - "descendants": [ - "https://ror.org/02jy9d058" - ] - }, - "https://ror.org/0130frc33": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - "https://ror.org/04q5n7269", - "https://ror.org/03hakdk41", - "https://ror.org/02yjqwr70", - "https://ror.org/043ehm030" - ] - }, - "https://ror.org/05p5z9518": { - "ancestors": [ - "https://ror.org/05wrggx03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xcryt71": { - "ancestors": [ - "https://ror.org/05vvhh982" - ], - "descendants": [ - - ] - }, - "https://ror.org/045yy3r21": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/005t7z309": { - "ancestors": [ - "https://ror.org/055n47h92", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sdrjx85": { - "ancestors": [ - "https://ror.org/03kpps236", - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yrkc140": { - "ancestors": [ - "https://ror.org/0238rvs44" - ], - "descendants": [ - "https://ror.org/03kd4bc94", - "https://ror.org/02w20cr42" - ] - }, - "https://ror.org/042sjcz88": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tvate34": { - "ancestors": [ - "https://ror.org/04a0dbe36" - ], - "descendants": [ - - ] - }, - "https://ror.org/031n2c920": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/012a91z28" - ], - "descendants": [ - - ] - }, - "https://ror.org/051e7s436": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/02bfwt286", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mzbmf11": { - "ancestors": [ - "https://ror.org/00ns9pc83", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ykr0121": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hkzs489": { - "ancestors": [ - "https://ror.org/04hmn8g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/049emcs32": { - "ancestors": [ - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/032db5x82": { - "ancestors": [ - "https://ror.org/05sqd3t97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01db6n192": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/00289aa83", - "https://ror.org/03x57gn41", - "https://ror.org/00nq2dx79" - ] - }, - "https://ror.org/0146tv827": { - "ancestors": [ - "https://ror.org/045sza929" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k40bc56": { - "ancestors": [ - "https://ror.org/01kg8sb98" - ], - "descendants": [ - "https://ror.org/00pnhtk88" - ] - }, - "https://ror.org/0101er145": { - "ancestors": [ - "https://ror.org/00xqkj280" - ], - "descendants": [ - "https://ror.org/01ttmqc18" - ] - }, - "https://ror.org/026zar759": { - "ancestors": [ - "https://ror.org/02rdkx920", - "https://ror.org/0593xbv16", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ckt8b96": { - "ancestors": [ - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/04ts3qa26", - "https://ror.org/02ag25v06", - "https://ror.org/0313jb750", - "https://ror.org/02bwk9n38", - "https://ror.org/003qeh975", - "https://ror.org/04wktzw65", - "https://ror.org/05xgaq910", - "https://ror.org/022ekqa73", - "https://ror.org/02bakwe76", - "https://ror.org/03p5eky76", - "https://ror.org/0066zpp98", - "https://ror.org/00q62zf58", - "https://ror.org/038e20a83", - "https://ror.org/03j113172", - "https://ror.org/05vm76w92", - "https://ror.org/05szcn205", - "https://ror.org/00mc9zb90", - "https://ror.org/01edrm178", - "https://ror.org/03j2cpb79", - "https://ror.org/0490rfk07", - "https://ror.org/01gqah619", - "https://ror.org/034e92n57", - "https://ror.org/00xz0ff56", - "https://ror.org/01nrzdp21", - "https://ror.org/01radym16", - "https://ror.org/04tcthy91", - "https://ror.org/05sstfv48", - "https://ror.org/00mzyf059", - "https://ror.org/051abs833", - "https://ror.org/048nm8g63", - "https://ror.org/01s5dew76", - "https://ror.org/04vmpjr08", - "https://ror.org/0111f7045", - "https://ror.org/03tx9ed22", - "https://ror.org/05khqm878", - "https://ror.org/04c0a2034", - "https://ror.org/01mdqc612", - "https://ror.org/02fnpjd08", - "https://ror.org/013s90815", - "https://ror.org/00dg3j745", - "https://ror.org/0354r6c10", - "https://ror.org/00szjvn19", - "https://ror.org/0464wn274", - "https://ror.org/00yw25n09", - "https://ror.org/05ex0md65", - "https://ror.org/056w1kd89", - "https://ror.org/0099xbw16", - "https://ror.org/04dw3t358", - "https://ror.org/05we3nb76", - "https://ror.org/0578w5a44", - "https://ror.org/04and7w57", - "https://ror.org/00rny2m53", - "https://ror.org/02h2xja52", - "https://ror.org/00g46p143", - "https://ror.org/01m9scr97", - "https://ror.org/00xjqd715", - "https://ror.org/00a21fr98", - "https://ror.org/00f2c2516", - "https://ror.org/03kzpar53", - "https://ror.org/0170b6c09", - "https://ror.org/01w4k1v53", - "https://ror.org/04jeca075", - "https://ror.org/05c4d7454", - "https://ror.org/05qrpwx06", - "https://ror.org/03dkwk174", - "https://ror.org/01ye8r794", - "https://ror.org/05rvyrg53", - "https://ror.org/02tycxw39", - "https://ror.org/02xnb4v27", - "https://ror.org/01r58sr54", - "https://ror.org/01v171a61", - "https://ror.org/04f7g6845", - "https://ror.org/05n5mmr26", - "https://ror.org/03wneb138", - "https://ror.org/05whjqq05", - "https://ror.org/04b1sh213", - "https://ror.org/0311ezn83", - "https://ror.org/04bhsv505", - "https://ror.org/05s5qx907", - "https://ror.org/055akgr63", - "https://ror.org/00dmm3k75", - "https://ror.org/03zfa9g67", - "https://ror.org/04bcwdq54", - "https://ror.org/02z4yka38" - ] - }, - "https://ror.org/03nawhv43": { - "ancestors": [ - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gyf1771": { - "ancestors": [ - "https://ror.org/00pjdza24" - ], - "descendants": [ - "https://ror.org/009shwh61", - "https://ror.org/05gzqy922" - ] - }, - "https://ror.org/01dhvva97": { - "ancestors": [ - "https://ror.org/05vvzn852" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h7kd997": { - "ancestors": [ - "https://ror.org/02rdkx920", - "https://ror.org/0593xbv16", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tjsyq23": { - "ancestors": [ - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - "https://ror.org/04m3mhq27", - "https://ror.org/007wpch15", - "https://ror.org/03561p598", - "https://ror.org/03780jn86", - "https://ror.org/057y6sk36" - ] - }, - "https://ror.org/0266vkh91": { - "ancestors": [ - "https://ror.org/045ydbe97", - "https://ror.org/03swz6y49", - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/0022v2454": { - "ancestors": [ - "https://ror.org/01zp6xd43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dqehb95": { - "ancestors": [ - "https://ror.org/05p8z3f47" - ], - "descendants": [ - "https://ror.org/00vg14f79", - "https://ror.org/00wks2x74", - "https://ror.org/0482ksk80" - ] - }, - "https://ror.org/059md9404": { - "ancestors": [ - "https://ror.org/004svx814" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ty2a548": { - "ancestors": [ - "https://ror.org/01h5tnr73", - "https://ror.org/05tj7dm33", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03c7p2r39" - ] - }, - "https://ror.org/008p1v134": { - "ancestors": [ - "https://ror.org/04d0xx942", - "https://ror.org/00n0s9w57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m01yf64": { - "ancestors": [ - "https://ror.org/05t0w3074" - ], - "descendants": [ - "https://ror.org/02apq7b82", - "https://ror.org/0105p2j56", - "https://ror.org/05jh28309" - ] - }, - "https://ror.org/0595f4b08": { - "ancestors": [ - "https://ror.org/02m4c1x70", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ar0mv07": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05av6m066", - "https://ror.org/03cs53d16", - "https://ror.org/014khrd35", - "https://ror.org/004tay810", - "https://ror.org/01f0pxq13", - "https://ror.org/00m91n277", - "https://ror.org/0556v4357", - "https://ror.org/01697cy46", - "https://ror.org/02y81ys86", - "https://ror.org/02x3zr378", - "https://ror.org/03fqkgf18", - "https://ror.org/054z15n55", - "https://ror.org/059vwwb84", - "https://ror.org/03jdm4e29", - "https://ror.org/00e5k6m88", - "https://ror.org/059j2wh09", - "https://ror.org/05083wh51", - "https://ror.org/00rk2pe57", - "https://ror.org/033yfkj90", - "https://ror.org/04rm24644", - "https://ror.org/01dh9vr61", - "https://ror.org/00znex860", - "https://ror.org/000ztjy10", - "https://ror.org/0539h2w52", - "https://ror.org/054ajk512", - "https://ror.org/03dm1p143", - "https://ror.org/01e2k1j30", - "https://ror.org/04w46c814", - "https://ror.org/01fb0df08", - "https://ror.org/04rm24644", - "https://ror.org/01gsy1c54", - "https://ror.org/02c37bg49", - "https://ror.org/04f0f7630", - "https://ror.org/00y2ek133", - "https://ror.org/048s2rn92", - "https://ror.org/03mg1c955", - "https://ror.org/01fwb5927", - "https://ror.org/04d23a975", - "https://ror.org/01dy3j343", - "https://ror.org/01gs1cg95", - "https://ror.org/05v8y4456", - "https://ror.org/024b23796", - "https://ror.org/0103y3647", - "https://ror.org/02wt4s775", - "https://ror.org/03cap2a49", - "https://ror.org/01zj39k81", - "https://ror.org/03d4ecn10", - "https://ror.org/04bnxa153", - "https://ror.org/035agn614", - "https://ror.org/05f421b09", - "https://ror.org/02ts0wj93", - "https://ror.org/03sbefh90", - "https://ror.org/03p2cen66", - "https://ror.org/04xfp8b22", - "https://ror.org/03j9xzm13", - "https://ror.org/01dnwt956", - "https://ror.org/02t78x693", - "https://ror.org/025vw1435", - "https://ror.org/02n8rtn22", - "https://ror.org/01kg1t878", - "https://ror.org/03bra7668", - "https://ror.org/021m46s67", - "https://ror.org/014bhwj77", - "https://ror.org/0366raz47", - "https://ror.org/00nzxdq35", - "https://ror.org/03rj0mt16", - "https://ror.org/03hx19n93", - "https://ror.org/05rr9sv60", - "https://ror.org/015k93458", - "https://ror.org/03jsbvj12", - "https://ror.org/04q54n515", - "https://ror.org/04mfmy854", - "https://ror.org/04yrq0159", - "https://ror.org/012ba0982", - "https://ror.org/03tbm7598", - "https://ror.org/0502xk698", - "https://ror.org/00sxf8635", - "https://ror.org/00zqysk61", - "https://ror.org/029519s87", - "https://ror.org/01hzj5y23", - "https://ror.org/02dbwrk72", - "https://ror.org/03p1tqc11", - "https://ror.org/05v78qy15", - "https://ror.org/05yf8st19", - "https://ror.org/05egqah77", - "https://ror.org/05bnk7418" - ] - }, - "https://ror.org/02cezmk53": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/054bfvp24": { - "ancestors": [ - "https://ror.org/00cvxb145", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02knc1802": { - "ancestors": [ - "https://ror.org/03df8gj37", - "https://ror.org/03b7pda13", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bq05s23": { - "ancestors": [ - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/030andk23": { - "ancestors": [ - "https://ror.org/05t0w3074" - ], - "descendants": [ - - ] - }, - "https://ror.org/020s2ee41": { - "ancestors": [ - "https://ror.org/001040111" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s1hnr07": { - "ancestors": [ - "https://ror.org/0561n6946" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jd7xe26": { - "ancestors": [ - "https://ror.org/04d4sd432" - ], - "descendants": [ - - ] - }, - "https://ror.org/01md9v276": { - "ancestors": [ - "https://ror.org/02t7y5s37", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02skkz355": { - "ancestors": [ - "https://ror.org/05kyx6f64", - "https://ror.org/02t7y5s37", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ze10m80": { - "ancestors": [ - "https://ror.org/02rz0r794" - ], - "descendants": [ - - ] - }, - "https://ror.org/0427vvt16": { - "ancestors": [ - "https://ror.org/010q4q527" - ], - "descendants": [ - "https://ror.org/03594dm11" - ] - }, - "https://ror.org/041471c24": { - "ancestors": [ - "https://ror.org/019zcmj26", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/039a3rs54": { - "ancestors": [ - "https://ror.org/02t7y5s37", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e5sbe24": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ay56170": { - "ancestors": [ - "https://ror.org/05t0w3074" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ehk9611": { - "ancestors": [ - "https://ror.org/02rz0r794" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r0ha626": { - "ancestors": [ - "https://ror.org/02mv6r745" - ], - "descendants": [ - "https://ror.org/0028hgc48", - "https://ror.org/001zwgm84", - "https://ror.org/0424mzx13" - ] - }, - "https://ror.org/05rpr6785": { - "ancestors": [ - "https://ror.org/04vrzee53", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hj54h04": { - "ancestors": [ - "https://ror.org/01gek1696" - ], - "descendants": [ - "https://ror.org/05k1jx057", - "https://ror.org/055a54548", - "https://ror.org/05v0sks95", - "https://ror.org/053wph561", - "https://ror.org/00xg4bh43", - "https://ror.org/034bxn811", - "https://ror.org/0424mzx13", - "https://ror.org/015yf2b46", - "https://ror.org/05mtvr411" - ] - }, - "https://ror.org/03jnx2c74": { - "ancestors": [ - "https://ror.org/026e19k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03594dm11": { - "ancestors": [ - "https://ror.org/0427vvt16", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yrdjv67": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v6shv96": { - "ancestors": [ - "https://ror.org/018pp1107", - "https://ror.org/030txnd05", - "https://ror.org/042949r55", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t7y5s37": { - "ancestors": [ - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01rsvh545", - "https://ror.org/01md9v276", - "https://ror.org/05xsb5925", - "https://ror.org/03ap74s16", - "https://ror.org/00mhxaf94", - "https://ror.org/039a3rs54", - "https://ror.org/020a9ab42", - "https://ror.org/05kyx6f64", - "https://ror.org/05x8ajk28", - "https://ror.org/01vpa2k04", - "https://ror.org/01p1q1f66", - "https://ror.org/02skkz355" - ] - }, - "https://ror.org/01e8wn134": { - "ancestors": [ - "https://ror.org/01vkp3w06" - ], - "descendants": [ - - ] - }, - "https://ror.org/056wg7w27": { - "ancestors": [ - "https://ror.org/03gng8t46" - ], - "descendants": [ - - ] - }, - "https://ror.org/04565hy55": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rvfc379": { - "ancestors": [ - "https://ror.org/0171mag52", - "https://ror.org/00d1g0h88", - "https://ror.org/027ka1x80", - "https://ror.org/03myraf72", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z7z7a14": { - "ancestors": [ - "https://ror.org/049234459" - ], - "descendants": [ - - ] - }, - "https://ror.org/05whw7f42": { - "ancestors": [ - "https://ror.org/02e1c4h55" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k9ds907": { - "ancestors": [ - "https://ror.org/00dmpgj58" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tfr6j26": { - "ancestors": [ - "https://ror.org/02rz0r794" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y8yz623": { - "ancestors": [ - "https://ror.org/02vfy7g92" - ], - "descendants": [ - - ] - }, - "https://ror.org/0402qmp47": { - "ancestors": [ - "https://ror.org/01a8ajp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/0524qb764": { - "ancestors": [ - "https://ror.org/05t0w3074" - ], - "descendants": [ - "https://ror.org/03qkmpv48" - ] - }, - "https://ror.org/03pcpfy27": { - "ancestors": [ - "https://ror.org/01agh0847" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xmyxb72": { - "ancestors": [ - "https://ror.org/01a8ajp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wdjwg88": { - "ancestors": [ - "https://ror.org/02rz0r794" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xp3z794": { - "ancestors": [ - "https://ror.org/02rz0r794" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pnc0262": { - "ancestors": [ - "https://ror.org/05t0w3074" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mhxaf94": { - "ancestors": [ - "https://ror.org/02t7y5s37", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qrc8a81": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s765g78": { - "ancestors": [ - "https://ror.org/05t0w3074" - ], - "descendants": [ - - ] - }, - "https://ror.org/053gdvc84": { - "ancestors": [ - "https://ror.org/018pp1107", - "https://ror.org/0199hds37", - "https://ror.org/042949r55", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/042ge0913": { - "ancestors": [ - "https://ror.org/05t0w3074" - ], - "descendants": [ - "https://ror.org/044ktnx96", - "https://ror.org/05kqvrr98", - "https://ror.org/001s1be73", - "https://ror.org/00xtmkg39" - ] - }, - "https://ror.org/020jynt45": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/013vjwn12", - "https://ror.org/00kewvc41", - "https://ror.org/000n0fx93", - "https://ror.org/02xq0x374", - "https://ror.org/02nzb0q40", - "https://ror.org/002a9y532" - ] - }, - "https://ror.org/03gkf0p07": { - "ancestors": [ - "https://ror.org/051escj72", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/051kpcy16": { - "ancestors": [ - "https://ror.org/01k40cz91" - ], - "descendants": [ - "https://ror.org/05jw85995", - "https://ror.org/01gan4k05", - "https://ror.org/0047rmf80", - "https://ror.org/02y0gk295", - "https://ror.org/043749971", - "https://ror.org/04kcjtk03", - "https://ror.org/03q7p3t30", - "https://ror.org/04310tc15", - "https://ror.org/022txr781", - "https://ror.org/023kqz006", - "https://ror.org/00g7vvf64", - "https://ror.org/03237mt20", - "https://ror.org/02evk6c51", - "https://ror.org/040qadc12", - "https://ror.org/05k1a6w82", - "https://ror.org/01s4cye48", - "https://ror.org/03jm2hc44", - "https://ror.org/03rnz7p05", - "https://ror.org/04w7xqn11", - "https://ror.org/00vsvph51", - "https://ror.org/04f6tkx67", - "https://ror.org/028rasm92", - "https://ror.org/02sjzjp24", - "https://ror.org/03hfcy355", - "https://ror.org/0564q8x20", - "https://ror.org/01a6c6c20", - "https://ror.org/01yc7td35", - "https://ror.org/0328tc677", - "https://ror.org/02mtckd63", - "https://ror.org/012jsqx30", - "https://ror.org/03sny2w29", - "https://ror.org/02mz39b41", - "https://ror.org/04v106c48", - "https://ror.org/04b8tg719", - "https://ror.org/02bcp0f55", - "https://ror.org/05tjbhz35", - "https://ror.org/034p80033", - "https://ror.org/04mbmkb12", - "https://ror.org/04b9vs620", - "https://ror.org/024v1wz08", - "https://ror.org/005ba5y61", - "https://ror.org/00kk8cj26", - "https://ror.org/01r96cc35", - "https://ror.org/0041cxe63" - ] - }, - "https://ror.org/03myraf72": { - "ancestors": [ - "https://ror.org/0171mag52", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04xbq1n92", - "https://ror.org/00d1g0h88", - "https://ror.org/04rvfc379", - "https://ror.org/00ryjtt64" - ] - }, - "https://ror.org/00awn3k11": { - "ancestors": [ - "https://ror.org/018pp1107", - "https://ror.org/0175hh227", - "https://ror.org/042949r55", - "https://ror.org/05c2qg481", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01snj4592": { - "ancestors": [ - "https://ror.org/018hy5194", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rsvh545": { - "ancestors": [ - "https://ror.org/02t7y5s37", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05x8ajk28" - ] - }, - "https://ror.org/02gy1r431": { - "ancestors": [ - "https://ror.org/01a8ajp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/020a9ab42": { - "ancestors": [ - "https://ror.org/02t7y5s37", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s3fs709": { - "ancestors": [ - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - "https://ror.org/038kxsm48", - "https://ror.org/05y76vp22", - "https://ror.org/00mg8nf58", - "https://ror.org/03whgj090", - "https://ror.org/03k4s1p46", - "https://ror.org/04fa3ke77", - "https://ror.org/04byv8g40", - "https://ror.org/03237mt20", - "https://ror.org/05pwkex33", - "https://ror.org/02xq0x374", - "https://ror.org/02wgtm643", - "https://ror.org/005fjj927", - "https://ror.org/00vn0zc62" - ] - }, - "https://ror.org/01jepya76": { - "ancestors": [ - "https://ror.org/00afsp483", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01b61x679" - ] - }, - "https://ror.org/03scae842": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/054z15n55", - "https://ror.org/04zn7j940" - ] - }, - "https://ror.org/04zn7j940": { - "ancestors": [ - "https://ror.org/03scae842", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v452281": { - "ancestors": [ - "https://ror.org/01f80g185" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fwb5927": { - "ancestors": [ - "https://ror.org/02x3zr378", - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/035w1gb98": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00wa40650", - "https://ror.org/00afsp483", - "https://ror.org/04kz4p343", - "https://ror.org/02t7y5s37", - "https://ror.org/05w4e8v21", - "https://ror.org/04nkhqe34", - "https://ror.org/0189w2q14", - "https://ror.org/0593xbv16", - "https://ror.org/04vrzee53", - "https://ror.org/03bq05s23", - "https://ror.org/02jakbh21", - "https://ror.org/01jepya76", - "https://ror.org/01rsvh545", - "https://ror.org/01md9v276", - "https://ror.org/05xsb5925", - "https://ror.org/03ap74s16", - "https://ror.org/00mhxaf94", - "https://ror.org/039a3rs54", - "https://ror.org/020a9ab42", - "https://ror.org/05kyx6f64", - "https://ror.org/027mhn368", - "https://ror.org/050sd4346", - "https://ror.org/02vb70n88", - "https://ror.org/04hewx527", - "https://ror.org/04h617f37", - "https://ror.org/024ms8859", - "https://ror.org/055cy8878", - "https://ror.org/00k44np55", - "https://ror.org/04rr8kp31", - "https://ror.org/0095e2947", - "https://ror.org/02rdkx920", - "https://ror.org/01ajqvg59", - "https://ror.org/03cd02q50", - "https://ror.org/03qhdpz92", - "https://ror.org/05rpr6785", - "https://ror.org/01b61x679", - "https://ror.org/05x8ajk28", - "https://ror.org/01vpa2k04", - "https://ror.org/01p1q1f66", - "https://ror.org/02skkz355", - "https://ror.org/05wk0m864", - "https://ror.org/04cyj6y78", - "https://ror.org/00wsjvg44", - "https://ror.org/003mzyg61", - "https://ror.org/00qa9vw67", - "https://ror.org/022j0mn33", - "https://ror.org/011hc8f90", - "https://ror.org/026zar759", - "https://ror.org/02h7kd997", - "https://ror.org/011ghy651", - "https://ror.org/00e72by15", - "https://ror.org/00rg6zq05", - "https://ror.org/01pveve47", - "https://ror.org/0145znz58", - "https://ror.org/03g2zjp07", - "https://ror.org/02gb0hd06", - "https://ror.org/014pvr265", - "https://ror.org/05epdh915", - "https://ror.org/050zdfe57", - "https://ror.org/00hqaq407", - "https://ror.org/03ekm7858", - "https://ror.org/00bxym797" - ] - }, - "https://ror.org/024w0ge69": { - "ancestors": [ - "https://ror.org/05t0w3074" - ], - "descendants": [ - "https://ror.org/0250say61", - "https://ror.org/0367d2222" - ] - }, - "https://ror.org/02jp62t23": { - "ancestors": [ - "https://ror.org/05fs6jp91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nhjew95": { - "ancestors": [ - "https://ror.org/01k40cz91" - ], - "descendants": [ - "https://ror.org/053p8kg34", - "https://ror.org/03467xv55", - "https://ror.org/01k1ngp50", - "https://ror.org/017ed2k28", - "https://ror.org/03c2k2909", - "https://ror.org/04kcjtk03", - "https://ror.org/01k1v7590", - "https://ror.org/04e8pda19", - "https://ror.org/04hd6wf14", - "https://ror.org/040qadc12", - "https://ror.org/05k1a6w82", - "https://ror.org/034feyf26", - "https://ror.org/04w7xqn11", - "https://ror.org/040d87505", - "https://ror.org/00wdpp052", - "https://ror.org/04m69ya83", - "https://ror.org/01f1vfy95", - "https://ror.org/03cq0jg45", - "https://ror.org/03ex43f61", - "https://ror.org/042w6m452", - "https://ror.org/026jccz16", - "https://ror.org/01a6c6c20", - "https://ror.org/02xvkz230", - "https://ror.org/017wkmv97", - "https://ror.org/0328tc677", - "https://ror.org/055eghv78", - "https://ror.org/03zpdb397", - "https://ror.org/05k71g406", - "https://ror.org/03sny2w29", - "https://ror.org/01dthb180", - "https://ror.org/00m6gtd76", - "https://ror.org/04pjn5n51", - "https://ror.org/000n9zg48", - "https://ror.org/029qa8t82", - "https://ror.org/00y3jmn59", - "https://ror.org/05b4p0g26", - "https://ror.org/007hv9f69", - "https://ror.org/02yvdat18", - "https://ror.org/0039zvd55", - "https://ror.org/05p53ep46" - ] - }, - "https://ror.org/01s8kfg79": { - "ancestors": [ - "https://ror.org/00ppaw753" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nk6sj42": { - "ancestors": [ - "https://ror.org/00pkvys92" - ], - "descendants": [ - - ] - }, - "https://ror.org/005caq902": { - "ancestors": [ - "https://ror.org/01a8ajp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jwcsm16": { - "ancestors": [ - "https://ror.org/05wnp9598", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03f9f1d95" - ] - }, - "https://ror.org/03zg8ak49": { - "ancestors": [ - "https://ror.org/04a0dbe36" - ], - "descendants": [ - - ] - }, - "https://ror.org/01298dc11": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ryjtt64": { - "ancestors": [ - "https://ror.org/0171mag52", - "https://ror.org/00d1g0h88", - "https://ror.org/027ka1x80", - "https://ror.org/03myraf72", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hztmn48": { - "ancestors": [ - "https://ror.org/018pp1107", - "https://ror.org/042949r55", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/001j26r80": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/03ay59x86", - "https://ror.org/044jxhp58", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/035b18p12": { - "ancestors": [ - "https://ror.org/02cfg8q88" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m7cgp86": { - "ancestors": [ - "https://ror.org/037tz0e16" - ], - "descendants": [ - "https://ror.org/038pa9k74" - ] - }, - "https://ror.org/05xmg2z40": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vmzej98": { - "ancestors": [ - "https://ror.org/01a8ajp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e4xkm09": { - "ancestors": [ - "https://ror.org/024d6js02" - ], - "descendants": [ - - ] - }, - "https://ror.org/02re7jk37": { - "ancestors": [ - "https://ror.org/02e91jd64" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rp22j96": { - "ancestors": [ - "https://ror.org/01a8ajp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p1q1f66": { - "ancestors": [ - "https://ror.org/05kyx6f64", - "https://ror.org/02t7y5s37", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w46c814": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/023cyha02", - "https://ror.org/0447fe631", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03fqkgf18", - "https://ror.org/02ts0wj93" - ] - }, - "https://ror.org/00hbc1k35": { - "ancestors": [ - "https://ror.org/018pp1107", - "https://ror.org/04zr5ey71", - "https://ror.org/042949r55", - "https://ror.org/05c2qg481", - "https://ror.org/008kn4z11", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yzbzc51": { - "ancestors": [ - "https://ror.org/018pp1107", - "https://ror.org/042949r55", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m24yn62": { - "ancestors": [ - "https://ror.org/03vbz5k97" - ], - "descendants": [ - "https://ror.org/0424mzx13" - ] - }, - "https://ror.org/05p53ep46": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hasqf61": { - "ancestors": [ - "https://ror.org/02gfc7t72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y5nr239": { - "ancestors": [ - "https://ror.org/05a1qpv97" - ], - "descendants": [ - - ] - }, - "https://ror.org/006gmme17": { - "ancestors": [ - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03f9f1d95", - "https://ror.org/05ya3ee02", - "https://ror.org/0079vgv93", - "https://ror.org/002c7zk35", - "https://ror.org/05r830x40", - "https://ror.org/03fvtr511", - "https://ror.org/030bv9h77", - "https://ror.org/02jxznk77", - "https://ror.org/04erk7g84", - "https://ror.org/005278833", - "https://ror.org/00ayb2728", - "https://ror.org/03h2cp518", - "https://ror.org/0055d0g64", - "https://ror.org/0097e1k27", - "https://ror.org/01dy3j343" - ] - }, - "https://ror.org/0000n5x09": { - "ancestors": [ - "https://ror.org/03rnk6m14", - "https://ror.org/051escj72", - "https://ror.org/003vg9w96", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pya0t36": { - "ancestors": [ - "https://ror.org/01a8ajp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/016fdky84": { - "ancestors": [ - "https://ror.org/00rqfzz65" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e90ca47": { - "ancestors": [ - "https://ror.org/00mv6sv71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vrzee53": { - "ancestors": [ - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01ajqvg59", - "https://ror.org/03cd02q50", - "https://ror.org/03qhdpz92", - "https://ror.org/05rpr6785", - "https://ror.org/00rg6zq05", - "https://ror.org/01pveve47", - "https://ror.org/0145znz58", - "https://ror.org/03g2zjp07", - "https://ror.org/02gb0hd06", - "https://ror.org/014pvr265", - "https://ror.org/050zdfe57", - "https://ror.org/00hqaq407", - "https://ror.org/03ekm7858", - "https://ror.org/00bxym797" - ] - }, - "https://ror.org/04magv453": { - "ancestors": [ - "https://ror.org/05sn8wf81", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x3zr378": { - "ancestors": [ - "https://ror.org/03ar0mv07", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01fwb5927" - ] - }, - "https://ror.org/03me10b26": { - "ancestors": [ - "https://ror.org/00987cb86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qkmpv48": { - "ancestors": [ - "https://ror.org/0524qb764", - "https://ror.org/05t0w3074" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ts0wj93": { - "ancestors": [ - "https://ror.org/04w46c814", - "https://ror.org/03ar0mv07", - "https://ror.org/023cyha02", - "https://ror.org/0447fe631", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d1g0h88": { - "ancestors": [ - "https://ror.org/03myraf72", - "https://ror.org/0171mag52", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04xbq1n92", - "https://ror.org/04rvfc379", - "https://ror.org/00ryjtt64" - ] - }, - "https://ror.org/02w0vb190": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/03gnr7b55", - "https://ror.org/04yrqp957", - "https://ror.org/030hj3061", - "https://ror.org/0175hh227", - "https://ror.org/02feahw73", - "https://ror.org/025vp2923", - "https://ror.org/042949r55" - ], - "descendants": [ - "https://ror.org/04fm0sh33" - ] - }, - "https://ror.org/01w5pyt41": { - "ancestors": [ - "https://ror.org/04tpvzp22" - ], - "descendants": [ - - ] - }, - "https://ror.org/007dy3y92": { - "ancestors": [ - "https://ror.org/03rth4p18", - "https://ror.org/04zmssz18", - "https://ror.org/02h3vcz70", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/038pa9k74": { - "ancestors": [ - "https://ror.org/04m7cgp86", - "https://ror.org/037tz0e16" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ap74s16": { - "ancestors": [ - "https://ror.org/02t7y5s37", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cd4f636": { - "ancestors": [ - "https://ror.org/01a8ajp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/055449294": { - "ancestors": [ - "https://ror.org/018pp1107", - "https://ror.org/042949r55", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/015fskz95": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kyx6f64": { - "ancestors": [ - "https://ror.org/02t7y5s37", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01p1q1f66", - "https://ror.org/02skkz355" - ] - }, - "https://ror.org/05x8ajk28": { - "ancestors": [ - "https://ror.org/01rsvh545", - "https://ror.org/02t7y5s37", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fqcyc11": { - "ancestors": [ - "https://ror.org/02rz0r794" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p2t3578": { - "ancestors": [ - "https://ror.org/02decng19" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b61x679": { - "ancestors": [ - "https://ror.org/01jepya76", - "https://ror.org/00afsp483", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gewjm80": { - "ancestors": [ - "https://ror.org/0378szg41" - ], - "descendants": [ - - ] - }, - "https://ror.org/0458p8g61": { - "ancestors": [ - "https://ror.org/02cp04407", - "https://ror.org/02vjkv261", - "https://ror.org/01tc2d264" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h1p3y81": { - "ancestors": [ - "https://ror.org/03qc8vh97" - ], - "descendants": [ - - ] - }, - "https://ror.org/043k3s342": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zk8e745": { - "ancestors": [ - "https://ror.org/05xxfer42" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rnn8t74": { - "ancestors": [ - "https://ror.org/035t8zc32" - ], - "descendants": [ - - ] - }, - "https://ror.org/00thqtb16": { - "ancestors": [ - "https://ror.org/0238rvs44" - ], - "descendants": [ - "https://ror.org/02b8e6n56" - ] - }, - "https://ror.org/04gzz8859": { - "ancestors": [ - "https://ror.org/04ea70f07" - ], - "descendants": [ - - ] - }, - "https://ror.org/0020x0a87": { - "ancestors": [ - "https://ror.org/014837179" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d9h1y41": { - "ancestors": [ - "https://ror.org/05v4f3f05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kjehf08": { - "ancestors": [ - "https://ror.org/02en5vm52", - "https://ror.org/04ex24z53" - ], - "descendants": [ - - ] - }, - "https://ror.org/0104paa34": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0264sz467": { - "ancestors": [ - "https://ror.org/01bnjb948" - ], - "descendants": [ - - ] - }, - "https://ror.org/022b6wh61": { - "ancestors": [ - "https://ror.org/059ex5q34" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ssfa057": { - "ancestors": [ - "https://ror.org/01prbq409" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qpqrv96": { - "ancestors": [ - "https://ror.org/026xdv168" - ], - "descendants": [ - - ] - }, - "https://ror.org/059hjeb83": { - "ancestors": [ - "https://ror.org/05v1m8q81" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bq01106": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - "https://ror.org/011cp4r12" - ] - }, - "https://ror.org/05x0rpm45": { - "ancestors": [ - "https://ror.org/014g34x36" - ], - "descendants": [ - - ] - }, - "https://ror.org/0429gcg78": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nyrjc53": { - "ancestors": [ - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c00ys31": { - "ancestors": [ - "https://ror.org/04y8cs423", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h8t7c63": { - "ancestors": [ - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zz3bg18": { - "ancestors": [ - "https://ror.org/00dx9kg40" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wbcav28": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k9nv771": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/035zg3a51": { - "ancestors": [ - "https://ror.org/014837179" - ], - "descendants": [ - - ] - }, - "https://ror.org/0500xsz18": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/0352k1g16": { - "ancestors": [ - "https://ror.org/05tyne317" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qvvsf76": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ehbhp30": { - "ancestors": [ - "https://ror.org/05vnksv67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zz2zk94": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/027rw9342", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/054bkz707": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/057qpr032", - "https://ror.org/04zp24820", - "https://ror.org/05078rg59" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ngcze84": { - "ancestors": [ - "https://ror.org/026ny0e17", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/03031sb11": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qgrh175": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/0327f0k08": { - "ancestors": [ - "https://ror.org/02cp04407" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bgatk16": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/0321g0743", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/009p3kk18": { - "ancestors": [ - "https://ror.org/01xjag017" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dabqh73": { - "ancestors": [ - "https://ror.org/04npze968", - "https://ror.org/00k0vnk02", - "https://ror.org/04hadnb81" - ], - "descendants": [ - - ] - }, - "https://ror.org/056mff334": { - "ancestors": [ - "https://ror.org/00prsav78" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hkqw151": { - "ancestors": [ - "https://ror.org/017gpzf77" - ], - "descendants": [ - - ] - }, - "https://ror.org/01aexyw02": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/04357wy15": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/014ns9811": { - "ancestors": [ - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g57ef97": { - "ancestors": [ - "https://ror.org/01xy6f245", - "https://ror.org/0438wbg98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04954k862": { - "ancestors": [ - "https://ror.org/014837179" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ym7bm55": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/05safxn82": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cf87p34": { - "ancestors": [ - "https://ror.org/059ex5q34" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w9ctg72": { - "ancestors": [ - "https://ror.org/02s7sax82" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tyw2j63": { - "ancestors": [ - "https://ror.org/05sqf9v67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c62s410": { - "ancestors": [ - "https://ror.org/04s5mat29", - "https://ror.org/03rmrcq20" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sbcey83": { - "ancestors": [ - "https://ror.org/005t9n460", - "https://ror.org/04zmc0e16" - ], - "descendants": [ - - ] - }, - "https://ror.org/047s2c258": { - "ancestors": [ - "https://ror.org/01r0c1p88" - ], - "descendants": [ - "https://ror.org/042607708", - "https://ror.org/02048n894", - "https://ror.org/058cmd703", - "https://ror.org/04xz38214", - "https://ror.org/010prmy50", - "https://ror.org/006jjam33", - "https://ror.org/02zs3hb12", - "https://ror.org/01bdy0k56" - ] - }, - "https://ror.org/01gbnem66": { - "ancestors": [ - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/024c3xj78": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02vjkv261", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tcx6c30": { - "ancestors": [ - "https://ror.org/040af2s02" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rw1dq87": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/015d72457": { - "ancestors": [ - "https://ror.org/0175hh227", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/033yvsr74": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q5jeq02": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j308435": { - "ancestors": [ - "https://ror.org/05fswdm20" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x4b0932": { - "ancestors": [ - "https://ror.org/03xjacd83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xxypa75": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/019tcpt25": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - "https://ror.org/02wy3s959", - "https://ror.org/00skw9v43", - "https://ror.org/01bn5c048", - "https://ror.org/055swm364", - "https://ror.org/01t05f005", - "https://ror.org/03q29s414", - "https://ror.org/01jv2ft75", - "https://ror.org/02xnnng09", - "https://ror.org/03vsc0s28", - "https://ror.org/0455wwj08", - "https://ror.org/02bkw1m29", - "https://ror.org/02vnf0c38", - "https://ror.org/05rv46r52", - "https://ror.org/02xc7ww16", - "https://ror.org/0440j7g03", - "https://ror.org/03w9t3v76", - "https://ror.org/02n848x19", - "https://ror.org/0005fxe59", - "https://ror.org/02m9pkf41", - "https://ror.org/034kszc22", - "https://ror.org/02mv3qy73", - "https://ror.org/019yhsq25", - "https://ror.org/048c8c312", - "https://ror.org/034zjpe43", - "https://ror.org/03kdymn35", - "https://ror.org/00vk6my81" - ] - }, - "https://ror.org/01hg13988": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/01a8ajp46", - "https://ror.org/05q3vnk25", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/008y7px84": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/024pp7288": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/0149nzz61": { - "ancestors": [ - "https://ror.org/044k31203" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tzqyt58": { - "ancestors": [ - "https://ror.org/04hjbmv12" - ], - "descendants": [ - - ] - }, - "https://ror.org/03akdp333": { - "ancestors": [ - "https://ror.org/01js43d58" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hzgjt93": { - "ancestors": [ - "https://ror.org/02ydx9r70" - ], - "descendants": [ - - ] - }, - "https://ror.org/046rtng78": { - "ancestors": [ - "https://ror.org/050m0b055" - ], - "descendants": [ - - ] - }, - "https://ror.org/05byvp690": { - "ancestors": [ - "https://ror.org/01gek1696" - ], - "descendants": [ - "https://ror.org/03gqc7y13", - "https://ror.org/05k07p323", - "https://ror.org/03cbz4r60" - ] - }, - "https://ror.org/03tr7gk60": { - "ancestors": [ - "https://ror.org/05pv4tx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r1kz177": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/003vg9w96", - "https://ror.org/02en5vm52", - "https://ror.org/03xjwb503", - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qg96j18": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rwqq797": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/02wsd5p50", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n3mew76": { - "ancestors": [ - "https://ror.org/05vnksv67" - ], - "descendants": [ - - ] - }, - "https://ror.org/042akwa68": { - "ancestors": [ - "https://ror.org/031vecd37" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dtdp942": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xe12881": { - "ancestors": [ - "https://ror.org/0175hh227", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/0128rnm65": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/048ank724": { - "ancestors": [ - "https://ror.org/01bvjz807" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cvfcr44": { - "ancestors": [ - "https://ror.org/04zhhyn23", - "https://ror.org/037gd6g64", - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03qrb1j36", - "https://ror.org/00hhjz250", - "https://ror.org/05xc0qp17", - "https://ror.org/02b5sc606", - "https://ror.org/02exh3e86", - "https://ror.org/05detrt70", - "https://ror.org/03773p874" - ] - }, - "https://ror.org/0013hqd91": { - "ancestors": [ - "https://ror.org/04ea70f07" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jz7m443": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/034xs3n22": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cg73391": { - "ancestors": [ - "https://ror.org/021wj5r76" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hkkk014": { - "ancestors": [ - "https://ror.org/014g34x36" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gg6zc85": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wkrkf28": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/0321g0743", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/004dvm254": { - "ancestors": [ - "https://ror.org/03w6kry90" - ], - "descendants": [ - - ] - }, - "https://ror.org/010rgx680": { - "ancestors": [ - "https://ror.org/05v8z6a72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p1n4n05": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/055hegm02": { - "ancestors": [ - "https://ror.org/03vx93323" - ], - "descendants": [ - - ] - }, - "https://ror.org/031t5w623": { - "ancestors": [ - "https://ror.org/044wq1q96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qxrge70": { - "ancestors": [ - "https://ror.org/02we8vm03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03936xk86": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/014tx0036": { - "ancestors": [ - "https://ror.org/02cp04407" - ], - "descendants": [ - - ] - }, - "https://ror.org/007xckb65": { - "ancestors": [ - "https://ror.org/02ycs5538" - ], - "descendants": [ - - ] - }, - "https://ror.org/012j9yt19": { - "ancestors": [ - "https://ror.org/0448qsq10" - ], - "descendants": [ - - ] - }, - "https://ror.org/048vk1h54": { - "ancestors": [ - "https://ror.org/02xzytt36" - ], - "descendants": [ - - ] - }, - "https://ror.org/0457e3t07": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qjyba57": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/014s45j06": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/008qdx283": { - "ancestors": [ - "https://ror.org/02xzytt36" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hje9742": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x1cgf82": { - "ancestors": [ - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b5sc606": { - "ancestors": [ - "https://ror.org/05cvfcr44", - "https://ror.org/04zhhyn23", - "https://ror.org/04zhhyn23", - "https://ror.org/037gd6g64", - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hym1a89": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/04afhv062": { - "ancestors": [ - "https://ror.org/0448qsq10" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tpdng73": { - "ancestors": [ - "https://ror.org/02ryfmr77" - ], - "descendants": [ - - ] - }, - "https://ror.org/02af8gx52": { - "ancestors": [ - "https://ror.org/013z4qk72" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hhhr502": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ewgsz80": { - "ancestors": [ - "https://ror.org/049tv2d57" - ], - "descendants": [ - - ] - }, - "https://ror.org/0100b4v88": { - "ancestors": [ - "https://ror.org/02en5vm52", - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e312d09": { - "ancestors": [ - "https://ror.org/03emtbt60", - "https://ror.org/04pz7b180", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/0152wf839": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/0321g0743", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pgsjq66": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/018786988": { - "ancestors": [ - "https://ror.org/04y8cs423", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nebqd66": { - "ancestors": [ - "https://ror.org/02gyps716" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xc0qp17": { - "ancestors": [ - "https://ror.org/05cvfcr44", - "https://ror.org/04zhhyn23", - "https://ror.org/04zhhyn23", - "https://ror.org/037gd6g64", - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/059bq3232": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/044dy7e28": { - "ancestors": [ - "https://ror.org/014837179" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m8xrn95": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/027wh3z10": { - "ancestors": [ - "https://ror.org/04ers2y35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zy7yh11": { - "ancestors": [ - "https://ror.org/04hqtn844" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wz2vk41": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/047gc3g35" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h9ygv15": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/015vzk543": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/029jcsg20": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/041c9jk31": { - "ancestors": [ - "https://ror.org/01vsrcf54" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b8b0v21": { - "ancestors": [ - "https://ror.org/010dvvh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s3rf023": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xy6f245": { - "ancestors": [ - "https://ror.org/0438wbg98" - ], - "descendants": [ - "https://ror.org/00e50mf91", - "https://ror.org/03g57ef97" - ] - }, - "https://ror.org/040m5vj74": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b6rns71": { - "ancestors": [ - "https://ror.org/00w53b262" - ], - "descendants": [ - - ] - }, - "https://ror.org/038yc9530": { - "ancestors": [ - "https://ror.org/04mqc6b03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hhjz250": { - "ancestors": [ - "https://ror.org/05cvfcr44", - "https://ror.org/04zhhyn23", - "https://ror.org/04zhhyn23", - "https://ror.org/037gd6g64", - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0545qzj69": { - "ancestors": [ - "https://ror.org/04vjwcp92" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x14dh17": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h3fqt03": { - "ancestors": [ - "https://ror.org/059ex5q34" - ], - "descendants": [ - - ] - }, - "https://ror.org/04npze968": { - "ancestors": [ - "https://ror.org/04hadnb81" - ], - "descendants": [ - "https://ror.org/04dabqh73" - ] - }, - "https://ror.org/01pjhvt09": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/00v2cdz24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kvtff09": { - "ancestors": [ - "https://ror.org/05htk5m33" - ], - "descendants": [ - - ] - }, - "https://ror.org/03aaw7g70": { - "ancestors": [ - "https://ror.org/0487m2n62" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kf4r633": { - "ancestors": [ - "https://ror.org/0117a2k50" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gbbq803": { - "ancestors": [ - "https://ror.org/006xsx833" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kdbps11": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/023y7b165": { - "ancestors": [ - "https://ror.org/02mhbdp94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w2bqf56": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/040d0cf15": { - "ancestors": [ - "https://ror.org/011wcsv83" - ], - "descendants": [ - "https://ror.org/056k09r13" - ] - }, - "https://ror.org/013x8r926": { - "ancestors": [ - "https://ror.org/0448qsq10" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r89qc03": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/021wj5r76", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k6ah132": { - "ancestors": [ - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/016w95s77": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/056v2rs36": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zs48f23": { - "ancestors": [ - "https://ror.org/014zrew76", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bqs6f60": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ps7mh93": { - "ancestors": [ - "https://ror.org/02dcnef98" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bbyax37": { - "ancestors": [ - "https://ror.org/02kn6nx58", - "https://ror.org/035t8zc32", - "https://ror.org/01dq60k83", - "https://ror.org/057zh3y96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fyr1y23": { - "ancestors": [ - "https://ror.org/027e56k73" - ], - "descendants": [ - - ] - }, - "https://ror.org/032qwy987": { - "ancestors": [ - "https://ror.org/02gyps716" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qv8fp92": { - "ancestors": [ - "https://ror.org/022gnbj15" - ], - "descendants": [ - "https://ror.org/02zrb2v54" - ] - }, - "https://ror.org/01vpa2k04": { - "ancestors": [ - "https://ror.org/05xsb5925", - "https://ror.org/02t7y5s37", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zyx2j96": { - "ancestors": [ - "https://ror.org/03kwktj23" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e75qp68": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/0321g0743", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pvn0w32": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wkdwp52": { - "ancestors": [ - "https://ror.org/01bg62x04" - ], - "descendants": [ - "https://ror.org/00epner96", - "https://ror.org/01p3tpn79", - "https://ror.org/04wxdxa47", - "https://ror.org/04g27v387", - "https://ror.org/046sqxa62", - "https://ror.org/0008xqs48" - ] - }, - "https://ror.org/054zcfj38": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/04b8j4a33", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c8v4y49": { - "ancestors": [ - "https://ror.org/01vgbcw83" - ], - "descendants": [ - - ] - }, - "https://ror.org/029jy7238": { - "ancestors": [ - "https://ror.org/02am44w88" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gs8md51": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hdb9194": { - "ancestors": [ - "https://ror.org/01bvjz807" - ], - "descendants": [ - - ] - }, - "https://ror.org/023x52d96": { - "ancestors": [ - "https://ror.org/05vnksv67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c2tm284": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y55wc83": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/058y9e160": { - "ancestors": [ - "https://ror.org/03cvzf910", - "https://ror.org/01c27hj86", - "https://ror.org/04z8k9a98", - "https://ror.org/010dvvh94", - "https://ror.org/02xankh89", - "https://ror.org/019yg0716", - "https://ror.org/02gyps716" - ], - "descendants": [ - - ] - }, - "https://ror.org/03abrgd14": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - "https://ror.org/023c4vk26" - ] - }, - "https://ror.org/04t35mq24": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m8e6y67": { - "ancestors": [ - "https://ror.org/04pe73709" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ebxsr90": { - "ancestors": [ - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/05a0dhs15", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/02grjkp95": { - "ancestors": [ - "https://ror.org/030fy4q75" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b793h63": { - "ancestors": [ - "https://ror.org/0175hh227", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/0584vrv37": { - "ancestors": [ - "https://ror.org/010dvvh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dyzk191": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n4pqe45": { - "ancestors": [ - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sxx6887": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fwme054": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gb8xr35": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ef0j886": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/0321g0743", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v86h471": { - "ancestors": [ - "https://ror.org/02qzfnk68", - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/028paz341": { - "ancestors": [ - "https://ror.org/01yvark48", - "https://ror.org/02k4h0334", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gac9b55": { - "ancestors": [ - "https://ror.org/043htjv09" - ], - "descendants": [ - - ] - }, - "https://ror.org/00keh9s20": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/0200mm479": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w0ma450": { - "ancestors": [ - "https://ror.org/026ny0e17", - "https://ror.org/010q4q527" - ], - "descendants": [ - - ] - }, - "https://ror.org/058yhnv51": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ck4kx95": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h50g296": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/056tb7j80", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eh3y714": { - "ancestors": [ - "https://ror.org/01rvn4p91" - ], - "descendants": [ - "https://ror.org/021f7p178", - "https://ror.org/04xrb7c55" - ] - }, - "https://ror.org/0032wgp28": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/0134qgb15": { - "ancestors": [ - "https://ror.org/04pz7b180" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h4z8k05": { - "ancestors": [ - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - "https://ror.org/01qk7v094", - "https://ror.org/03v6e0402", - "https://ror.org/02yqgb753", - "https://ror.org/03k51ct10", - "https://ror.org/02rm8h934", - "https://ror.org/018wzhc20", - "https://ror.org/029bre548", - "https://ror.org/009gyvm78", - "https://ror.org/02etvq888", - "https://ror.org/04w2bqf56", - "https://ror.org/0200mm479", - "https://ror.org/052aws486", - "https://ror.org/058yhnv51", - "https://ror.org/00ck4kx95", - "https://ror.org/01rc60n61", - "https://ror.org/02e4dkh70", - "https://ror.org/05pvn0w32", - "https://ror.org/015vzk543", - "https://ror.org/01t3s1q45", - "https://ror.org/0535eqg88", - "https://ror.org/02anr8k37", - "https://ror.org/0500xsz18", - "https://ror.org/018n39k75", - "https://ror.org/00gb8xr35", - "https://ror.org/04p7dfs72", - "https://ror.org/01hje9742", - "https://ror.org/05qvvsf76", - "https://ror.org/01x14dh17", - "https://ror.org/02n0h0a52", - "https://ror.org/0320fj966", - "https://ror.org/047f1xe49", - "https://ror.org/054zcfj38", - "https://ror.org/01qg96j18", - "https://ror.org/024pp7288", - "https://ror.org/04rwqq797", - "https://ror.org/00gg6zc85", - "https://ror.org/04357wy15", - "https://ror.org/01r4aq231", - "https://ror.org/05njvy161", - "https://ror.org/00t943441", - "https://ror.org/019sdck14", - "https://ror.org/015tefs60", - "https://ror.org/0419y0m35", - "https://ror.org/02gs8md51", - "https://ror.org/00hg1tm72", - "https://ror.org/02msb2n33", - "https://ror.org/00wpg9430", - "https://ror.org/04k9nv771", - "https://ror.org/0457e3t07", - "https://ror.org/02dqhhq58", - "https://ror.org/0128rnm65", - "https://ror.org/03canf739", - "https://ror.org/000t1x690", - "https://ror.org/01zz2zk94", - "https://ror.org/038a0ty60", - "https://ror.org/02q5jeq02", - "https://ror.org/011saky36", - "https://ror.org/03w440z57", - "https://ror.org/04vgsxx78", - "https://ror.org/01j87z370", - "https://ror.org/04frnva71", - "https://ror.org/00d21gf72", - "https://ror.org/05f2bpr74", - "https://ror.org/04ys00n93", - "https://ror.org/01r4aq231", - "https://ror.org/000fg4e24", - "https://ror.org/01tqb7m13" - ] - }, - "https://ror.org/05g772c20": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rc9d057": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/0412bhr24": { - "ancestors": [ - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c9yng40": { - "ancestors": [ - "https://ror.org/03db2by73", - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jw2mx52": { - "ancestors": [ - "https://ror.org/054224v54" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kaje043": { - "ancestors": [ - "https://ror.org/014837179" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jn7qf49": { - "ancestors": [ - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/043j0f473": { - "ancestors": [ - "https://ror.org/0281dp749", - "https://ror.org/044wq1q96" - ], - "descendants": [ - - ] - }, - "https://ror.org/012zh9h13": { - "ancestors": [ - "https://ror.org/01bg62x04", - "https://ror.org/01bkbaq61" - ], - "descendants": [ - "https://ror.org/04tz2h245", - "https://ror.org/01sn0bt42" - ] - }, - "https://ror.org/00mbmxf83": { - "ancestors": [ - "https://ror.org/019yg0716" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tngq747": { - "ancestors": [ - "https://ror.org/059ex5q34" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g07g074": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r3v4q69": { - "ancestors": [ - "https://ror.org/05v4f3f05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fjwmt07": { - "ancestors": [ - "https://ror.org/008yzrs90", - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/0260bjh30": { - "ancestors": [ - "https://ror.org/02cp04407" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pv75449": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rvzaf62": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vgsxx78": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/02qsmb048", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/013nwbx64": { - "ancestors": [ - "https://ror.org/02arhc230" - ], - "descendants": [ - - ] - }, - "https://ror.org/041awyd76": { - "ancestors": [ - "https://ror.org/044xk2674" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vm69c87": { - "ancestors": [ - "https://ror.org/01gwm7a05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gkfbh21": { - "ancestors": [ - "https://ror.org/04h8e7606" - ], - "descendants": [ - - ] - }, - "https://ror.org/00990e921": { - "ancestors": [ - "https://ror.org/04hwbg047" - ], - "descendants": [ - - ] - }, - "https://ror.org/01red3556": { - "ancestors": [ - "https://ror.org/0034eay46" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wbt1f24": { - "ancestors": [ - "https://ror.org/04n0g0b29", - "https://ror.org/01bg62x04", - "https://ror.org/05r3yzw86" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e26yv04": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bdy0k56": { - "ancestors": [ - "https://ror.org/047s2c258", - "https://ror.org/01r0c1p88" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ef88m96": { - "ancestors": [ - "https://ror.org/04j5wtv36", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zj5sk64": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/00131es19": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fkq5j19": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j5mt352": { - "ancestors": [ - "https://ror.org/01mk44223" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dqhhq58": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g0h0k24": { - "ancestors": [ - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ht1tz09": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/0583fqk10": { - "ancestors": [ - "https://ror.org/02ryfmr77" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pwqr258": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mshhe73": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/02napb987": { - "ancestors": [ - "https://ror.org/04276xd64" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wpg9430": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/00cb23x68", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ynn6218": { - "ancestors": [ - "https://ror.org/04hwbg047" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c0n7t28": { - "ancestors": [ - "https://ror.org/02cp04407" - ], - "descendants": [ - - ] - }, - "https://ror.org/033y26782": { - "ancestors": [ - "https://ror.org/0234cd281" - ], - "descendants": [ - "https://ror.org/0075b7k59", - "https://ror.org/04ccqwj03", - "https://ror.org/04kf71z43", - "https://ror.org/053jnhe44", - "https://ror.org/00b252v89" - ] - }, - "https://ror.org/04qatz820": { - "ancestors": [ - "https://ror.org/056tb7j80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a1wt724": { - "ancestors": [ - "https://ror.org/03w6kry90" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r0g9114": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j87z370": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bpsk167": { - "ancestors": [ - "https://ror.org/020r51985" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e2dsv41": { - "ancestors": [ - "https://ror.org/01tjs6929" - ], - "descendants": [ - - ] - }, - "https://ror.org/017579j39": { - "ancestors": [ - "https://ror.org/02r8brs23" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nz36f20": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p7dfs72": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m3ry316": { - "ancestors": [ - "https://ror.org/056tb7j80" - ], - "descendants": [ - - ] - }, - "https://ror.org/000t1x690": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/026exqw73": { - "ancestors": [ - "https://ror.org/02aga1t67" - ], - "descendants": [ - "https://ror.org/03b4j0710", - "https://ror.org/0068vzv72", - "https://ror.org/04mj80311" - ] - }, - "https://ror.org/038p71r52": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wzskb47": { - "ancestors": [ - "https://ror.org/04j5wtv36", - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mz7kc73": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/019e4ht86": { - "ancestors": [ - "https://ror.org/04ea70f07" - ], - "descendants": [ - - ] - }, - "https://ror.org/007xn7v02": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/02en5vm52", - "https://ror.org/057zh3y96", - "https://ror.org/02kn6nx58" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bsm4075": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/0537tge94": { - "ancestors": [ - "https://ror.org/03k2k6011", - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03db2by73": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - "https://ror.org/01jf9jv39", - "https://ror.org/00c9yng40" - ] - }, - "https://ror.org/044frxc69": { - "ancestors": [ - "https://ror.org/03gsfpp62" - ], - "descendants": [ - - ] - }, - "https://ror.org/03302rx63": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/034dv1544": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t943441": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hnm8b07": { - "ancestors": [ - "https://ror.org/00e96v939", - "https://ror.org/03xjwb503" - ], - "descendants": [ - "https://ror.org/04dkt3v19" - ] - }, - "https://ror.org/01mfest76": { - "ancestors": [ - "https://ror.org/0492wrx28" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d21x239": { - "ancestors": [ - "https://ror.org/04xkdwy10" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bd6dy50": { - "ancestors": [ - "https://ror.org/014837179" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v3ej173": { - "ancestors": [ - "https://ror.org/02cp04407" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jp74k96": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x8g4m03": { - "ancestors": [ - "https://ror.org/01114f477" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h79yr28": { - "ancestors": [ - "https://ror.org/014837179" - ], - "descendants": [ - - ] - }, - "https://ror.org/02khwtc20": { - "ancestors": [ - "https://ror.org/02kxqx159", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/047kfvz78": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f53da92": { - "ancestors": [ - "https://ror.org/0033rtn64" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r4aq231": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/009gyvm78", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hxjdv47": { - "ancestors": [ - "https://ror.org/05v4f3f05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vd4n772": { - "ancestors": [ - "https://ror.org/02cp04407" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g1rv562": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02exh3e86": { - "ancestors": [ - "https://ror.org/05cvfcr44", - "https://ror.org/04zhhyn23", - "https://ror.org/04zhhyn23", - "https://ror.org/037gd6g64", - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bsb8064": { - "ancestors": [ - "https://ror.org/014837179" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g16ph33": { - "ancestors": [ - "https://ror.org/02z0cah89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hft8h57": { - "ancestors": [ - "https://ror.org/059ex5q34" - ], - "descendants": [ - - ] - }, - "https://ror.org/03twp6y34": { - "ancestors": [ - "https://ror.org/04ea70f07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dkt3v19": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/03hnm8b07", - "https://ror.org/00e96v939" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hg1tm72": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ckvhj86": { - "ancestors": [ - "https://ror.org/0235kxk33" - ], - "descendants": [ - - ] - }, - "https://ror.org/047f1xe49": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/012f0ja90": { - "ancestors": [ - "https://ror.org/02csscj62" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bpb0y22": { - "ancestors": [ - "https://ror.org/059ex5q34" - ], - "descendants": [ - - ] - }, - "https://ror.org/03canf739": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/059vc0x72": { - "ancestors": [ - "https://ror.org/01mhm6x57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t41q113": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kc9pf87": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hrx0m28": { - "ancestors": [ - "https://ror.org/02e2c7k09" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wfxqa76": { - "ancestors": [ - "https://ror.org/054224v54" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hjeqb56": { - "ancestors": [ - "https://ror.org/05v4f3f05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02etvq888": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mdg8117": { - "ancestors": [ - "https://ror.org/0175hh227", - "https://ror.org/04jtw9y77", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j7zcm59": { - "ancestors": [ - "https://ror.org/004s18446" - ], - "descendants": [ - - ] - }, - "https://ror.org/056kkbk56": { - "ancestors": [ - "https://ror.org/04hwbg047" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hv3c612": { - "ancestors": [ - "https://ror.org/0175hh227", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/012bmcn87": { - "ancestors": [ - "https://ror.org/014837179" - ], - "descendants": [ - - ] - }, - "https://ror.org/0553mez82": { - "ancestors": [ - "https://ror.org/00prsav78" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b0abc98": { - "ancestors": [ - "https://ror.org/04hwbg047" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tpccc26": { - "ancestors": [ - "https://ror.org/05h9f1789" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eyga648": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h5dpj70": { - "ancestors": [ - "https://ror.org/04165bm54" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pqn3g31": { - "ancestors": [ - "https://ror.org/044wq1q96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n97g567": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sabsj32": { - "ancestors": [ - "https://ror.org/0245c5212" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e96v939": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - "https://ror.org/04yavcg77", - "https://ror.org/01aqxgr98", - "https://ror.org/00xc55v17", - "https://ror.org/00ajjta07", - "https://ror.org/03p76m698", - "https://ror.org/04az3m568", - "https://ror.org/00wwxk695", - "https://ror.org/03jca6281", - "https://ror.org/04d5x5x34", - "https://ror.org/0449rap84", - "https://ror.org/003ene322", - "https://ror.org/05k000j23", - "https://ror.org/05ktpad22", - "https://ror.org/03hnm8b07", - "https://ror.org/0167fw009", - "https://ror.org/01cqp7y05", - "https://ror.org/004k6zk54", - "https://ror.org/04dkt3v19" - ] - }, - "https://ror.org/004sx2h24": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/02msb2n33": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hcf7151": { - "ancestors": [ - "https://ror.org/03n6nwv02" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b252v89": { - "ancestors": [ - "https://ror.org/033y26782", - "https://ror.org/0234cd281" - ], - "descendants": [ - - ] - }, - "https://ror.org/019sdck14": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rtg8f23": { - "ancestors": [ - "https://ror.org/006m4q736" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r76m759": { - "ancestors": [ - "https://ror.org/010dvvh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/008yzrs90": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - "https://ror.org/03fjwmt07" - ] - }, - "https://ror.org/030hj3061": { - "ancestors": [ - "https://ror.org/025vp2923" - ], - "descendants": [ - "https://ror.org/00myn0z94", - "https://ror.org/01kxesq83", - "https://ror.org/02snf8m58", - "https://ror.org/0266kfd37", - "https://ror.org/05ngxmx20", - "https://ror.org/010rve435", - "https://ror.org/04fgntk96", - "https://ror.org/04k51bq24", - "https://ror.org/02w0vb190", - "https://ror.org/007k1sp19", - "https://ror.org/02v0g3b09", - "https://ror.org/002sjzb46", - "https://ror.org/03p28de55", - "https://ror.org/04abbt041", - "https://ror.org/00q8gze35", - "https://ror.org/0421ngv68", - "https://ror.org/0159yvt51", - "https://ror.org/00xkg0532", - "https://ror.org/03g7tsb60", - "https://ror.org/038mncb54", - "https://ror.org/04xnkqg56", - "https://ror.org/00077hj81", - "https://ror.org/05pj0t051", - "https://ror.org/059z1ye11", - "https://ror.org/03p3amd86", - "https://ror.org/05v2cwj11", - "https://ror.org/05qgc7m36", - "https://ror.org/022jb9a19", - "https://ror.org/035vnpg93", - "https://ror.org/053wq2p27", - "https://ror.org/0194hft57", - "https://ror.org/043ja9593", - "https://ror.org/00rttk466", - "https://ror.org/04qgdxq75", - "https://ror.org/005g9fg60", - "https://ror.org/00hr9sq71", - "https://ror.org/03wt8n129", - "https://ror.org/01gamk045", - "https://ror.org/04fm0sh33" - ] - }, - "https://ror.org/009gyvm78": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - "https://ror.org/04ys00n93", - "https://ror.org/01r4aq231" - ] - }, - "https://ror.org/02a849f66": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/04t0gwh46", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zav0w05": { - "ancestors": [ - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hgzc508": { - "ancestors": [ - "https://ror.org/059ex5q34" - ], - "descendants": [ - - ] - }, - "https://ror.org/044cfnj78": { - "ancestors": [ - "https://ror.org/05sbt2524", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/02rx3b187", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/052ad0f33": { - "ancestors": [ - "https://ror.org/05f05cy37" - ], - "descendants": [ - - ] - }, - "https://ror.org/02m4c1x70": { - "ancestors": [ - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02e2egq70", - "https://ror.org/04k0tth05", - "https://ror.org/02cznc894", - "https://ror.org/0595f4b08", - "https://ror.org/01m7hcv15", - "https://ror.org/011e9bt93", - "https://ror.org/00z65zs77", - "https://ror.org/05mrd5h76", - "https://ror.org/0584m4844", - "https://ror.org/054yf8v46", - "https://ror.org/00bag6861", - "https://ror.org/04fq48551", - "https://ror.org/04d0hsa39", - "https://ror.org/02t6w9483", - "https://ror.org/05aashz48" - ] - }, - "https://ror.org/04shhzf53": { - "ancestors": [ - "https://ror.org/04sbg3r30" - ], - "descendants": [ - - ] - }, - "https://ror.org/056k09r13": { - "ancestors": [ - "https://ror.org/040d0cf15", - "https://ror.org/011wcsv83" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n0h0a52": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01sn1yx84", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/0320fj966": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/03cve4549", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/0564q6y15": { - "ancestors": [ - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xhc9d78": { - "ancestors": [ - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/045ye0b30": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/0321g0743", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ke0xj02": { - "ancestors": [ - "https://ror.org/02cp04407" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v52fx68": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/00by9h273": { - "ancestors": [ - "https://ror.org/02cp04407" - ], - "descendants": [ - - ] - }, - "https://ror.org/013f0wm52": { - "ancestors": [ - "https://ror.org/00praab34" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ad57y24": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nn56080": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v6n0329": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/00npbs606": { - "ancestors": [ - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/052rhgg57": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02vjkv261", - "https://ror.org/05n7yzd13", - "https://ror.org/05c9p1x46", - "https://ror.org/00pg5jh14", - "https://ror.org/01s0ssk34", - "https://ror.org/00pg5jh14", - "https://ror.org/01s0ssk34" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nw5qw03": { - "ancestors": [ - "https://ror.org/027hswj27" - ], - "descendants": [ - - ] - }, - "https://ror.org/015tefs60": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/003ccjg76": { - "ancestors": [ - "https://ror.org/037wpkx04", - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/020a03t90": { - "ancestors": [ - "https://ror.org/014837179" - ], - "descendants": [ - - ] - }, - "https://ror.org/011saky36": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/039zdhk64": { - "ancestors": [ - "https://ror.org/059ex5q34" - ], - "descendants": [ - - ] - }, - "https://ror.org/00680hx61": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04msnz457": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/04zmssz18", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02frbs640": { - "ancestors": [ - "https://ror.org/04hwbg047" - ], - "descendants": [ - - ] - }, - "https://ror.org/0154n7s58": { - "ancestors": [ - "https://ror.org/014837179" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dkz1149": { - "ancestors": [ - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/0433hjd74": { - "ancestors": [ - "https://ror.org/02vzc7q68" - ], - "descendants": [ - - ] - }, - "https://ror.org/04em18c81": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cxp0t61": { - "ancestors": [ - "https://ror.org/00r7b5b77" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e5e7w20": { - "ancestors": [ - "https://ror.org/02cp04407" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hdb5q36": { - "ancestors": [ - "https://ror.org/05v4f3f05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02aj2pb82": { - "ancestors": [ - "https://ror.org/010dvvh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r8amq78": { - "ancestors": [ - "https://ror.org/04mv1z119", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04czk1152": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/03773p874": { - "ancestors": [ - "https://ror.org/04zhhyn23", - "https://ror.org/05cvfcr44", - "https://ror.org/037gd6g64", - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rggar28": { - "ancestors": [ - "https://ror.org/03gatys88" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eaxvz05": { - "ancestors": [ - "https://ror.org/0475kvb92" - ], - "descendants": [ - - ] - }, - "https://ror.org/01na3y974": { - "ancestors": [ - "https://ror.org/04rkgkn20" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hm91306": { - "ancestors": [ - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jr43q89": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qt0xs84": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e4dkh70": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dkjtk04": { - "ancestors": [ - "https://ror.org/01tjs6929" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kpjh567": { - "ancestors": [ - "https://ror.org/02w4gwv87" - ], - "descendants": [ - - ] - }, - "https://ror.org/037r6xs74": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/0013p0655": { - "ancestors": [ - "https://ror.org/03zfteg02" - ], - "descendants": [ - - ] - }, - "https://ror.org/00js76g45": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eqm6y13": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/04px4e658", - "https://ror.org/02kvxyf05", - "https://ror.org/02rx3b187", - "https://ror.org/05sbt2524", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sxhjt61": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/04488qa52": { - "ancestors": [ - "https://ror.org/04xkdwy10" - ], - "descendants": [ - - ] - }, - "https://ror.org/016btc076": { - "ancestors": [ - "https://ror.org/02cp04407" - ], - "descendants": [ - - ] - }, - "https://ror.org/026ny0e17": { - "ancestors": [ - "https://ror.org/010q4q527" - ], - "descendants": [ - "https://ror.org/00ngcze84", - "https://ror.org/02w0ma450" - ] - }, - "https://ror.org/03w440z57": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/0138n7g46": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/013cr3v30": { - "ancestors": [ - "https://ror.org/02whw0x72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wbdez64": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/05d5m2r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nfq4215": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dhqpx10": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0540dcv15": { - "ancestors": [ - "https://ror.org/01ryrwk91" - ], - "descendants": [ - - ] - }, - "https://ror.org/038586y26": { - "ancestors": [ - "https://ror.org/014837179" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xsb5925": { - "ancestors": [ - "https://ror.org/02t7y5s37", - "https://ror.org/035w1gb98", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01vpa2k04" - ] - }, - "https://ror.org/05njvy161": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/018n39k75": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/04m5j1k67", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05frret15": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/030sqvy05": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/02anr8k37": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/0411txc13": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/0535eqg88": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b9d0n72": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pkh6520": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0419y0m35": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t3s1q45": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e6z8230": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - - ] - }, - "https://ror.org/011cp4r12": { - "ancestors": [ - "https://ror.org/05bq01106", - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05detrt70": { - "ancestors": [ - "https://ror.org/05cvfcr44", - "https://ror.org/04zhhyn23", - "https://ror.org/04zhhyn23", - "https://ror.org/037gd6g64", - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pr37258": { - "ancestors": [ - "https://ror.org/01a61tf67" - ], - "descendants": [ - - ] - }, - "https://ror.org/038x32w97": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/012rct222": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/03jhgk465", - "https://ror.org/01ckt9009", - "https://ror.org/05apcas97" - ] - }, - "https://ror.org/040rsxp47": { - "ancestors": [ - "https://ror.org/02cp04407" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v7kzy54": { - "ancestors": [ - "https://ror.org/03r3ww479" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mj80311": { - "ancestors": [ - "https://ror.org/026exqw73", - "https://ror.org/02aga1t67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rc60n61": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sv48x88": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/046hw5281": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gg6pa94": { - "ancestors": [ - "https://ror.org/030fy4q75" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xbtjm93": { - "ancestors": [ - "https://ror.org/01kzn7k21" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cvzf910": { - "ancestors": [ - "https://ror.org/01c27hj86", - "https://ror.org/04z8k9a98", - "https://ror.org/010dvvh94", - "https://ror.org/02xankh89", - "https://ror.org/019yg0716", - "https://ror.org/02gyps716" - ], - "descendants": [ - "https://ror.org/058y9e160" - ] - }, - "https://ror.org/03k2k6011": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - "https://ror.org/0537tge94" - ] - }, - "https://ror.org/00r693281": { - "ancestors": [ - "https://ror.org/001040111" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ebs6k31": { - "ancestors": [ - "https://ror.org/01k6h2m87" - ], - "descendants": [ - - ] - }, - "https://ror.org/024hnwe62": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/042ezq693": { - "ancestors": [ - "https://ror.org/047gc3g35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nqhfc30": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/052aws486": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/0467pvr81": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a2n7220": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ek0a809": { - "ancestors": [ - "https://ror.org/056546b03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yvark48": { - "ancestors": [ - "https://ror.org/02k4h0334", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/028paz341" - ] - }, - "https://ror.org/008kn4z11": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/0157t2j08", - "https://ror.org/02rv1bf67", - "https://ror.org/04zr5ey71", - "https://ror.org/002t9r032", - "https://ror.org/003ckn545", - "https://ror.org/002yg6s88", - "https://ror.org/02krdtz55", - "https://ror.org/00hbc1k35", - "https://ror.org/04kwqat20" - ] - }, - "https://ror.org/038a0ty60": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m5mvp27": { - "ancestors": [ - "https://ror.org/010dvvh94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jekdj60": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/04t0gwh46", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/01av3a615": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cpdar66": { - "ancestors": [ - "https://ror.org/029nkcm90", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00prvqp73": { - "ancestors": [ - "https://ror.org/04zmssz18", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/029brtt94", - "https://ror.org/03rth4p18", - "https://ror.org/05b5c0584", - "https://ror.org/059qr5h87", - "https://ror.org/02rx3b187", - "https://ror.org/04gqg1a07", - "https://ror.org/050jn9y42", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0318tzh81": { - "ancestors": [ - "https://ror.org/04k031t90", - "https://ror.org/003vg9w96", - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/011t73165": { - "ancestors": [ - "https://ror.org/039w4g252" - ], - "descendants": [ - - ] - }, - "https://ror.org/0437ap982": { - "ancestors": [ - "https://ror.org/01eksj726" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rzzr925": { - "ancestors": [ - "https://ror.org/022sgvv39" - ], - "descendants": [ - - ] - }, - "https://ror.org/0214k6v65": { - "ancestors": [ - "https://ror.org/01a8ajp46", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qjd1497": { - "ancestors": [ - "https://ror.org/0372th171" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xga6t39": { - "ancestors": [ - "https://ror.org/01pxwe438" - ], - "descendants": [ - - ] - }, - "https://ror.org/050ttrs82": { - "ancestors": [ - "https://ror.org/01bj3z035", - "https://ror.org/03qjsrb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/00szdrw29": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/008hxwy89": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qng4b58": { - "ancestors": [ - "https://ror.org/006776986" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v4g3v80": { - "ancestors": [ - "https://ror.org/012cq4j44" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c2sx728": { - "ancestors": [ - "https://ror.org/027s68j25", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/051dczx73": { - "ancestors": [ - "https://ror.org/02aghm194" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nrv3s86": { - "ancestors": [ - "https://ror.org/02gfc7t72", - "https://ror.org/036b2ww28" - ], - "descendants": [ - - ] - }, - "https://ror.org/0091hhm06": { - "ancestors": [ - "https://ror.org/006776986" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q1pz867": { - "ancestors": [ - "https://ror.org/036xb2667", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zg0cs74": { - "ancestors": [ - "https://ror.org/01thhk923" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tekc442": { - "ancestors": [ - "https://ror.org/02vt68k07", - "https://ror.org/057q6n778" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v8kmm60": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/057trhh06": { - "ancestors": [ - "https://ror.org/05pbb8783" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sat2s07": { - "ancestors": [ - "https://ror.org/01m84wm78", - "https://ror.org/03gnr7b55", - "https://ror.org/02feahw73", - "https://ror.org/0372th171" - ], - "descendants": [ - - ] - }, - "https://ror.org/043zvrs33": { - "ancestors": [ - "https://ror.org/04nrmrg07", - "https://ror.org/04xmt0833" - ], - "descendants": [ - - ] - }, - "https://ror.org/037pqnq23": { - "ancestors": [ - "https://ror.org/03khw1425", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mz9t398": { - "ancestors": [ - "https://ror.org/00bxwx839" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v6w5255": { - "ancestors": [ - "https://ror.org/05tn05n57", - "https://ror.org/04n76mm80", - "https://ror.org/046865y68" - ], - "descendants": [ - - ] - }, - "https://ror.org/0466vx552": { - "ancestors": [ - "https://ror.org/04353mq94", - "https://ror.org/0227as991" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c01r047": { - "ancestors": [ - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fgmqm64": { - "ancestors": [ - "https://ror.org/02tsanh21", - "https://ror.org/00vxgjw72", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k9ke985": { - "ancestors": [ - "https://ror.org/02aghm194" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j4p5x30": { - "ancestors": [ - "https://ror.org/04y5kwa70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qbxky68": { - "ancestors": [ - "https://ror.org/008nkqk13", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0250h3a52": { - "ancestors": [ - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/05881nc45": { - "ancestors": [ - "https://ror.org/00c5s4a53" - ], - "descendants": [ - - ] - }, - "https://ror.org/0154bb690": { - "ancestors": [ - "https://ror.org/02cs2sd33", - "https://ror.org/047dqcg40" - ], - "descendants": [ - - ] - }, - "https://ror.org/022zdgq74": { - "ancestors": [ - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yfxxh25": { - "ancestors": [ - "https://ror.org/04y897m55", - "https://ror.org/058pdbn81" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x2ksr57": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x9a0q46": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/03rth4p18", - "https://ror.org/02h3vcz70", - "https://ror.org/04zmssz18", - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yxssd91": { - "ancestors": [ - "https://ror.org/01jgdnq42" - ], - "descendants": [ - - ] - }, - "https://ror.org/0494tzz73": { - "ancestors": [ - "https://ror.org/01pxwe438" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yppfm65": { - "ancestors": [ - "https://ror.org/02rx3b187" - ], - "descendants": [ - "https://ror.org/01c8rcg82", - "https://ror.org/02wrme198", - "https://ror.org/026j45x50", - "https://ror.org/04rkh0096", - "https://ror.org/056hxch81", - "https://ror.org/045ff8v85", - "https://ror.org/02t6zvp46", - "https://ror.org/01pgzvb06", - "https://ror.org/02cksep19", - "https://ror.org/01zn4dj88", - "https://ror.org/0381pta47", - "https://ror.org/056th3f83", - "https://ror.org/024cwyh09" - ] - }, - "https://ror.org/00xdzs422": { - "ancestors": [ - "https://ror.org/0299nd731", - "https://ror.org/045wr3278" - ], - "descendants": [ - - ] - }, - "https://ror.org/044dp1584": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/041hem229": { - "ancestors": [ - "https://ror.org/05ta6qn61" - ], - "descendants": [ - - ] - }, - "https://ror.org/002jby155": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/0334tmt82", - "https://ror.org/01c2t8448" - ] - }, - "https://ror.org/0560dtp08": { - "ancestors": [ - "https://ror.org/0277xhz50" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ss0a232": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/044jxhp58", - "https://ror.org/0372th171" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n7ax847": { - "ancestors": [ - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/013yc5d80": { - "ancestors": [ - "https://ror.org/02ypept83", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02htvcm84", - "https://ror.org/023tnh888", - "https://ror.org/018hd1228", - "https://ror.org/03hqfkf51", - "https://ror.org/00mdaf969", - "https://ror.org/00fzkn482", - "https://ror.org/042rf5k64" - ] - }, - "https://ror.org/04zxn2t77": { - "ancestors": [ - "https://ror.org/04kgg1090" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gskyj95": { - "ancestors": [ - "https://ror.org/025ras206" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fa5kd53": { - "ancestors": [ - "https://ror.org/04ed7fw48", - "https://ror.org/0372th171" - ], - "descendants": [ - - ] - }, - "https://ror.org/01acyer19": { - "ancestors": [ - "https://ror.org/040c17130" - ], - "descendants": [ - - ] - }, - "https://ror.org/024nb2556": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p5eky76": { - "ancestors": [ - "https://ror.org/05ckt8b96", - "https://ror.org/02jnxpg76", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04azj1350": { - "ancestors": [ - "https://ror.org/055eqsb67", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/000kjm556": { - "ancestors": [ - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ypk0v12": { - "ancestors": [ - "https://ror.org/03exgrk66", - "https://ror.org/053fp5c05" - ], - "descendants": [ - - ] - }, - "https://ror.org/053hz0f96": { - "ancestors": [ - "https://ror.org/03exgrk66", - "https://ror.org/053fp5c05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m3gzv89": { - "ancestors": [ - "https://ror.org/029m96t80", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - "https://ror.org/034nb0f30", - "https://ror.org/04gg6ne93", - "https://ror.org/041yk0b68", - "https://ror.org/01shz5j60" - ] - }, - "https://ror.org/05rwxjy27": { - "ancestors": [ - "https://ror.org/01z4nnt86", - "https://ror.org/04h9pn542" - ], - "descendants": [ - - ] - }, - "https://ror.org/055zxjg88": { - "ancestors": [ - "https://ror.org/02rdw6h67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01eff5662": { - "ancestors": [ - "https://ror.org/0374a5s68", - "https://ror.org/01xp57w77" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ty8cs18": { - "ancestors": [ - "https://ror.org/0161xgx34" - ], - "descendants": [ - - ] - }, - "https://ror.org/0005vby86": { - "ancestors": [ - "https://ror.org/044kjp413", - "https://ror.org/04sze3c15", - "https://ror.org/01wjejq96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cbcg118": { - "ancestors": [ - "https://ror.org/04yka3j04", - "https://ror.org/01gysn705" - ], - "descendants": [ - - ] - }, - "https://ror.org/00604k137": { - "ancestors": [ - "https://ror.org/017rnyz40", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0357msq30": { - "ancestors": [ - "https://ror.org/04sze3c15", - "https://ror.org/01wjejq96" - ], - "descendants": [ - - ] - }, - "https://ror.org/019xp4858": { - "ancestors": [ - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fqp8n03": { - "ancestors": [ - "https://ror.org/05xkxf605", - "https://ror.org/03tzb2h73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cfy3e91": { - "ancestors": [ - "https://ror.org/008nkqk13", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vrr2435": { - "ancestors": [ - "https://ror.org/00vxgjw72", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/020m7t761": { - "ancestors": [ - "https://ror.org/04w3jy968" - ], - "descendants": [ - "https://ror.org/04hr9sz71", - "https://ror.org/04jd9pn68" - ] - }, - "https://ror.org/01f1amm71": { - "ancestors": [ - "https://ror.org/01qa4rf46", - "https://ror.org/015m7wh34", - "https://ror.org/02vjkv261", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/059ynac98": { - "ancestors": [ - "https://ror.org/015m7wh34", - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/038kqx890": { - "ancestors": [ - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yggzp50": { - "ancestors": [ - "https://ror.org/02ypept83", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gnf3372": { - "ancestors": [ - "https://ror.org/02fhmtn03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vf6fe11": { - "ancestors": [ - "https://ror.org/01svc3820", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/029x2tx62": { - "ancestors": [ - "https://ror.org/018ze3r73" - ], - "descendants": [ - - ] - }, - "https://ror.org/035g89j34": { - "ancestors": [ - "https://ror.org/02h7vzs32", - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/025d8rj75": { - "ancestors": [ - "https://ror.org/04ntyjt11", - "https://ror.org/05yc6p159" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nn1k450": { - "ancestors": [ - "https://ror.org/015m7wh34" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r5q6y06": { - "ancestors": [ - "https://ror.org/03f546a26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kbarg82": { - "ancestors": [ - "https://ror.org/051escj72", - "https://ror.org/05pbb8783" - ], - "descendants": [ - - ] - }, - "https://ror.org/037dep095": { - "ancestors": [ - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xxe0935": { - "ancestors": [ - "https://ror.org/035r7hb75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k4zaw35": { - "ancestors": [ - "https://ror.org/05xkxf605", - "https://ror.org/03tzb2h73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h0zjx60": { - "ancestors": [ - "https://ror.org/023331s46" - ], - "descendants": [ - - ] - }, - "https://ror.org/029kezw11": { - "ancestors": [ - "https://ror.org/03exgrk66", - "https://ror.org/053fp5c05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00edzht24": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jj61460": { - "ancestors": [ - "https://ror.org/00gbcc509", - "https://ror.org/00saywf64" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bdkz192": { - "ancestors": [ - "https://ror.org/022sgvv39" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bqvph43": { - "ancestors": [ - "https://ror.org/054w3nm73", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/036tyjs84": { - "ancestors": [ - "https://ror.org/04ed7fw48", - "https://ror.org/0372th171" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w01w454": { - "ancestors": [ - "https://ror.org/00srqmh97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01svc3820": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/01vf6fe11" - ] - }, - "https://ror.org/02stf8w13": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/050jn9y42", - "https://ror.org/03rth4p18", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gpe6h67": { - "ancestors": [ - "https://ror.org/05kpkpg04", - "https://ror.org/05q3vnk25", - "https://ror.org/05pbb8783", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0544z6x19": { - "ancestors": [ - "https://ror.org/04xt5aa77", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/049g6ah05": { - "ancestors": [ - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gd5av19": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01em43w09": { - "ancestors": [ - "https://ror.org/01mtcc283" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jx3x895": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - "https://ror.org/047d2d387", - "https://ror.org/05wsetc54", - "https://ror.org/001mm6w73", - "https://ror.org/00fv61j67", - "https://ror.org/043j90n04", - "https://ror.org/03kpvby98", - "https://ror.org/004hydx84", - "https://ror.org/05s21y527", - "https://ror.org/03r9qc142", - "https://ror.org/0078bd381", - "https://ror.org/03r42r570", - "https://ror.org/02704qw51", - "https://ror.org/05mz0pr34", - "https://ror.org/04kjqkz56", - "https://ror.org/0370htr03" - ] - }, - "https://ror.org/03xe54902": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bsmqk19": { - "ancestors": [ - "https://ror.org/036xb2667", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jd9pn68": { - "ancestors": [ - "https://ror.org/04hr9sz71", - "https://ror.org/020m7t761", - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/00222cc16": { - "ancestors": [ - "https://ror.org/05pa68763" - ], - "descendants": [ - - ] - }, - "https://ror.org/01222g256": { - "ancestors": [ - "https://ror.org/02vt68k07", - "https://ror.org/057q6n778" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jt2mw14": { - "ancestors": [ - "https://ror.org/04xt5aa77", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/036ktj817": { - "ancestors": [ - "https://ror.org/01vbmek33", - "https://ror.org/00jnds476", - "https://ror.org/01zqcg218" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mcrfa90": { - "ancestors": [ - "https://ror.org/03gnr7b55", - "https://ror.org/0372th171" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rjw1x90": { - "ancestors": [ - "https://ror.org/05a15z872", - "https://ror.org/04w3jy968" - ], - "descendants": [ - "https://ror.org/046j9cm62" - ] - }, - "https://ror.org/02f33kj63": { - "ancestors": [ - "https://ror.org/01vbmek33", - "https://ror.org/00jnds476", - "https://ror.org/01zqcg218" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s4x4e93": { - "ancestors": [ - "https://ror.org/023331s46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fh1dw28": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/053x9s498" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vn5a437": { - "ancestors": [ - "https://ror.org/00srqmh97" - ], - "descendants": [ - - ] - }, - "https://ror.org/0173p1x79": { - "ancestors": [ - "https://ror.org/02vt68k07", - "https://ror.org/057q6n778" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hr9sz71": { - "ancestors": [ - "https://ror.org/020m7t761", - "https://ror.org/04w3jy968" - ], - "descendants": [ - "https://ror.org/04jd9pn68" - ] - }, - "https://ror.org/05e1zqb39": { - "ancestors": [ - "https://ror.org/023331s46" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gvw5538": { - "ancestors": [ - "https://ror.org/01thhk923" - ], - "descendants": [ - - ] - }, - "https://ror.org/0454sq974": { - "ancestors": [ - "https://ror.org/006776986" - ], - "descendants": [ - - ] - }, - "https://ror.org/017agdj19": { - "ancestors": [ - "https://ror.org/02kb2dn85" - ], - "descendants": [ - - ] - }, - "https://ror.org/007wbr017": { - "ancestors": [ - "https://ror.org/02kzqn938" - ], - "descendants": [ - - ] - }, - "https://ror.org/0432dt133": { - "ancestors": [ - "https://ror.org/03exgrk66", - "https://ror.org/053fp5c05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xanaq50": { - "ancestors": [ - "https://ror.org/006776986" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dycrx89": { - "ancestors": [ - "https://ror.org/04y5kwa70" - ], - "descendants": [ - - ] - }, - "https://ror.org/022b0h879": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/015m7wh34", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r9jj364": { - "ancestors": [ - "https://ror.org/02kb2dn85" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mkad321": { - "ancestors": [ - "https://ror.org/03zek0r74", - "https://ror.org/0377z4z10", - "https://ror.org/003vg9w96", - "https://ror.org/00g700j37", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/0335n2618": { - "ancestors": [ - "https://ror.org/04ac0qk71", - "https://ror.org/001f9e125", - "https://ror.org/004svx814" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cgtm828": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261", - "https://ror.org/0199hds37" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pdrtn98": { - "ancestors": [ - "https://ror.org/04kgg1090" - ], - "descendants": [ - - ] - }, - "https://ror.org/041051y78": { - "ancestors": [ - "https://ror.org/04nzrnx83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qymaz42": { - "ancestors": [ - "https://ror.org/02ypept83", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/041segm15": { - "ancestors": [ - "https://ror.org/05pa68763" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h4rra97": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/05pbb8783", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tvs6n06": { - "ancestors": [ - "https://ror.org/01h8pf755", - "https://ror.org/033p9g875", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/017rj5k52": { - "ancestors": [ - "https://ror.org/022sgvv39" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s6hm275": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/051escj72", - "https://ror.org/05q3vnk25", - "https://ror.org/05kpkpg04", - "https://ror.org/05pbb8783", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jb7xy46": { - "ancestors": [ - "https://ror.org/03f546a26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bw6qq24": { - "ancestors": [ - "https://ror.org/05pa68763" - ], - "descendants": [ - - ] - }, - "https://ror.org/0087n5v55": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/0047rmf80": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/015m7wh34", - "https://ror.org/051kpcy16", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ac68784": { - "ancestors": [ - "https://ror.org/01ahyrz84" - ], - "descendants": [ - "https://ror.org/02nst4e33" - ] - }, - "https://ror.org/03yj40c58": { - "ancestors": [ - "https://ror.org/00fd9sj13", - "https://ror.org/04fxknd68" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t89f389": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/04zmssz18", - "https://ror.org/02feahw73", - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04np4m207": { - "ancestors": [ - "https://ror.org/022sgvv39" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fe3qr79": { - "ancestors": [ - "https://ror.org/000xsnr85" - ], - "descendants": [ - - ] - }, - "https://ror.org/0256r1e04": { - "ancestors": [ - "https://ror.org/050jn9y42", - "https://ror.org/05b5c0584", - "https://ror.org/03rth4p18", - "https://ror.org/05a1dws80", - "https://ror.org/05r0ccb59", - "https://ror.org/04zmssz18", - "https://ror.org/02feahw73", - "https://ror.org/05mhx5h16", - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/025vp2923", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n9d5724": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rfpav60": { - "ancestors": [ - "https://ror.org/006776986" - ], - "descendants": [ - - ] - }, - "https://ror.org/019v7sr25": { - "ancestors": [ - "https://ror.org/051escj72", - "https://ror.org/02vjkv261", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ejcwb57": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/00g700j37", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j2y4070": { - "ancestors": [ - "https://ror.org/05pa68763" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vxc6h80": { - "ancestors": [ - "https://ror.org/03exgrk66", - "https://ror.org/053fp5c05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bz63t48": { - "ancestors": [ - "https://ror.org/02687b281", - "https://ror.org/03ryywt80" - ], - "descendants": [ - - ] - }, - "https://ror.org/046b3cj80": { - "ancestors": [ - "https://ror.org/013cjyk83" - ], - "descendants": [ - "https://ror.org/04yavcg77", - "https://ror.org/05nsvn336", - "https://ror.org/04mzqjs78", - "https://ror.org/04qhwn476", - "https://ror.org/008rywf59", - "https://ror.org/02tp7mm44", - "https://ror.org/01wk35t67", - "https://ror.org/01dadvw90", - "https://ror.org/02qprbz18", - "https://ror.org/01cah1n37", - "https://ror.org/04az3m568", - "https://ror.org/029cj5595", - "https://ror.org/02k8f5n40", - "https://ror.org/05pm8ec76", - "https://ror.org/02m0hy518", - "https://ror.org/03nknpw16", - "https://ror.org/0366b1491", - "https://ror.org/0229z0679", - "https://ror.org/051gvfp41", - "https://ror.org/030jm0n16", - "https://ror.org/015a85k79", - "https://ror.org/006gzge74", - "https://ror.org/008qs6838", - "https://ror.org/04f6tkx67", - "https://ror.org/01gapzp55", - "https://ror.org/04d70nb60", - "https://ror.org/01bgpbn64" - ] - }, - "https://ror.org/05mpvtx13": { - "ancestors": [ - "https://ror.org/04qn0xg47", - "https://ror.org/040c17130" - ], - "descendants": [ - - ] - }, - "https://ror.org/037xc1874": { - "ancestors": [ - "https://ror.org/03rth4p18", - "https://ror.org/04zmssz18", - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wb1xh22": { - "ancestors": [ - "https://ror.org/01xnshd39" - ], - "descendants": [ - - ] - }, - "https://ror.org/010rve435": { - "ancestors": [ - "https://ror.org/04ed7fw48", - "https://ror.org/030hj3061", - "https://ror.org/0372th171", - "https://ror.org/025vp2923" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xkxf605": { - "ancestors": [ - "https://ror.org/03tzb2h73" - ], - "descendants": [ - "https://ror.org/02qb91e52", - "https://ror.org/03k4zaw35", - "https://ror.org/05fqp8n03" - ] - }, - "https://ror.org/01thp0k37": { - "ancestors": [ - "https://ror.org/04d4sd432" - ], - "descendants": [ - - ] - }, - "https://ror.org/0370htr03": { - "ancestors": [ - "https://ror.org/02jx3x895", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/036bvfx36": { - "ancestors": [ - "https://ror.org/03exgrk66", - "https://ror.org/053fp5c05" - ], - "descendants": [ - - ] - }, - "https://ror.org/002v9pb51": { - "ancestors": [ - "https://ror.org/05pa68763" - ], - "descendants": [ - - ] - }, - "https://ror.org/00aytnh12": { - "ancestors": [ - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/0372th171" - ], - "descendants": [ - - ] - }, - "https://ror.org/040ybh559": { - "ancestors": [ - "https://ror.org/03xs9yg50", - "https://ror.org/009g8rq41", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rrxz787": { - "ancestors": [ - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/049weex04": { - "ancestors": [ - "https://ror.org/00f200z37", - "https://ror.org/05kzjxq56" - ], - "descendants": [ - - ] - }, - "https://ror.org/001610k88": { - "ancestors": [ - "https://ror.org/04xt5aa77", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/036xhtv26": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/015m7wh34", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hgb7n06": { - "ancestors": [ - "https://ror.org/006776986" - ], - "descendants": [ - - ] - }, - "https://ror.org/033vecp71": { - "ancestors": [ - "https://ror.org/0494zgc81", - "https://ror.org/04h9pn542" - ], - "descendants": [ - - ] - }, - "https://ror.org/002k3wk88": { - "ancestors": [ - "https://ror.org/00aaqtw69" - ], - "descendants": [ - - ] - }, - "https://ror.org/0525j5h19": { - "ancestors": [ - "https://ror.org/03737pq38", - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y897m55": { - "ancestors": [ - "https://ror.org/058pdbn81" - ], - "descendants": [ - "https://ror.org/02ety8s21", - "https://ror.org/02yfxxh25" - ] - }, - "https://ror.org/05sbt2524": { - "ancestors": [ - "https://ror.org/02rx3b187" - ], - "descendants": [ - "https://ror.org/000tdrn36", - "https://ror.org/00fwjkb59", - "https://ror.org/01c8rcg82", - "https://ror.org/02wrme198", - "https://ror.org/03taa9n66", - "https://ror.org/01wwcfa26", - "https://ror.org/03eqm6y13", - "https://ror.org/04ett5b41", - "https://ror.org/044ggyg50", - "https://ror.org/04eg25g76", - "https://ror.org/05hyx5a17", - "https://ror.org/00rv5x925", - "https://ror.org/043pfpy19", - "https://ror.org/04axb9j69", - "https://ror.org/02z8yps18", - "https://ror.org/03f0apy98", - "https://ror.org/014n97s28", - "https://ror.org/00m7zca23", - "https://ror.org/03bcdsr62", - "https://ror.org/03e044190", - "https://ror.org/03985kf35", - "https://ror.org/000063q30", - "https://ror.org/05afmzm11", - "https://ror.org/044cfnj78", - "https://ror.org/050rs7291", - "https://ror.org/011f68d87", - "https://ror.org/056hxch81", - "https://ror.org/045ff8v85", - "https://ror.org/02t6zvp46", - "https://ror.org/01pgzvb06", - "https://ror.org/02cksep19", - "https://ror.org/01zn4dj88", - "https://ror.org/0381pta47", - "https://ror.org/056th3f83", - "https://ror.org/024cwyh09", - "https://ror.org/013f2p073", - "https://ror.org/00wvtes77", - "https://ror.org/03v4jvx71", - "https://ror.org/01nc10f70", - "https://ror.org/02s3b7375", - "https://ror.org/03ctyg534", - "https://ror.org/02j7awn61", - "https://ror.org/02zws8w42", - "https://ror.org/02a2awp29" - ] - }, - "https://ror.org/04ygdhc67": { - "ancestors": [ - "https://ror.org/02n9z0v62" - ], - "descendants": [ - - ] - }, - "https://ror.org/024tyc086": { - "ancestors": [ - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/038kxsm48": { - "ancestors": [ - "https://ror.org/01s3fs709", - "https://ror.org/003vg9w96", - "https://ror.org/015m7wh34", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bskz173": { - "ancestors": [ - "https://ror.org/00gbcc509", - "https://ror.org/00saywf64" - ], - "descendants": [ - - ] - }, - "https://ror.org/03078mv10": { - "ancestors": [ - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/026tf7535": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/03rth4p18", - "https://ror.org/04zmssz18", - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wgqqb38": { - "ancestors": [ - "https://ror.org/0374a5s68", - "https://ror.org/01xp57w77" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a2d1r13": { - "ancestors": [ - "https://ror.org/022sgvv39" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x7q0308": { - "ancestors": [ - "https://ror.org/01thhk923" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dd1bz43": { - "ancestors": [ - "https://ror.org/05tn05n57", - "https://ror.org/046865y68" - ], - "descendants": [ - - ] - }, - "https://ror.org/022gvqh28": { - "ancestors": [ - "https://ror.org/04dkp9463" - ], - "descendants": [ - - ] - }, - "https://ror.org/046j9cm62": { - "ancestors": [ - "https://ror.org/00rjw1x90", - "https://ror.org/05a15z872", - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/00adwkx90": { - "ancestors": [ - "https://ror.org/04xaa4j22", - "https://ror.org/02cte4b68", - "https://ror.org/015m7wh34", - "https://ror.org/01h0ffh48", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j5eb891": { - "ancestors": [ - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yn94905": { - "ancestors": [ - "https://ror.org/04xaa4j22", - "https://ror.org/00s19x989", - "https://ror.org/015m7wh34", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xfrv514": { - "ancestors": [ - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gjj3027": { - "ancestors": [ - "https://ror.org/02cs2sd33", - "https://ror.org/047dqcg40" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ccwte70": { - "ancestors": [ - "https://ror.org/04xt5aa77", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v1k9x08": { - "ancestors": [ - "https://ror.org/01an57a31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zggdn05": { - "ancestors": [ - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f1c3n42": { - "ancestors": [ - "https://ror.org/04bjg9m96", - "https://ror.org/05hfet039", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/058s27532": { - "ancestors": [ - "https://ror.org/05v6gdb70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h8pf755": { - "ancestors": [ - "https://ror.org/01ahyrz84" - ], - "descendants": [ - "https://ror.org/03kwnqq69", - "https://ror.org/045ktmd28", - "https://ror.org/040smqw14", - "https://ror.org/01yypjb30", - "https://ror.org/042xmz674", - "https://ror.org/03vcm6439", - "https://ror.org/02mkbvg40", - "https://ror.org/014vp6c30", - "https://ror.org/03tvs6n06", - "https://ror.org/02k7ask46", - "https://ror.org/02wq1s711", - "https://ror.org/0416g8z79", - "https://ror.org/056g7f250", - "https://ror.org/01w0hda30" - ] - }, - "https://ror.org/0303qjm02": { - "ancestors": [ - "https://ror.org/05pa68763" - ], - "descendants": [ - - ] - }, - "https://ror.org/028vaas30": { - "ancestors": [ - "https://ror.org/03vch0r71" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qb91e52": { - "ancestors": [ - "https://ror.org/05xkxf605", - "https://ror.org/03tzb2h73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pfm5m48": { - "ancestors": [ - "https://ror.org/022sgvv39" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dqrvm16": { - "ancestors": [ - "https://ror.org/026r6c532" - ], - "descendants": [ - - ] - }, - "https://ror.org/025mxgc68": { - "ancestors": [ - "https://ror.org/009g8rq41", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j6bah27": { - "ancestors": [ - "https://ror.org/01z4nnt86", - "https://ror.org/04h9pn542" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v3ym002": { - "ancestors": [ - "https://ror.org/01thhk923" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jnds476": { - "ancestors": [ - "https://ror.org/01zqcg218" - ], - "descendants": [ - "https://ror.org/01vbmek33", - "https://ror.org/05x9xyq11", - "https://ror.org/02f33kj63", - "https://ror.org/036ktj817", - "https://ror.org/02ss0kx69" - ] - }, - "https://ror.org/0132rxg34": { - "ancestors": [ - "https://ror.org/03exgrk66", - "https://ror.org/053fp5c05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vazrw17": { - "ancestors": [ - "https://ror.org/05pbb8783" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sy7nb49": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/005m6rn77": { - "ancestors": [ - "https://ror.org/02we8vm03" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p178v10": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/015m7wh34", - "https://ror.org/04yrqp957", - "https://ror.org/01sc83v92" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jr3y717": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - "https://ror.org/006hbbw23", - "https://ror.org/05fxqx152", - "https://ror.org/039eaqm23", - "https://ror.org/03kf4rc21", - "https://ror.org/05qv7ha25" - ] - }, - "https://ror.org/044eq7773": { - "ancestors": [ - "https://ror.org/009g8rq41", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v6kpv12": { - "ancestors": [ - "https://ror.org/01ahyrz84" - ], - "descendants": [ - "https://ror.org/04fhrs205", - "https://ror.org/003412r28", - "https://ror.org/02hbzmb19", - "https://ror.org/01225hq90", - "https://ror.org/034nb0f30", - "https://ror.org/045ktmd28", - "https://ror.org/05k0qmv73", - "https://ror.org/040smqw14", - "https://ror.org/025nmxp11", - "https://ror.org/016zvc994", - "https://ror.org/03xhggy77", - "https://ror.org/02ywmqv15", - "https://ror.org/02v2svk17", - "https://ror.org/017d9yp59", - "https://ror.org/003jnac13", - "https://ror.org/04rrj3a80", - "https://ror.org/047z5as19", - "https://ror.org/0171mae58", - "https://ror.org/02gwt2810", - "https://ror.org/05tcnbj64", - "https://ror.org/02chvqy57", - "https://ror.org/027rbaq21", - "https://ror.org/02xh23b55", - "https://ror.org/03vcm6439", - "https://ror.org/02w5mvk98", - "https://ror.org/03p7xrr08", - "https://ror.org/0111s2360", - "https://ror.org/05hm2ja81", - "https://ror.org/05d6wfd23", - "https://ror.org/014vp6c30", - "https://ror.org/0111a5077", - "https://ror.org/00j50jx72", - "https://ror.org/01bxfc994", - "https://ror.org/033z83z59", - "https://ror.org/03wa9cd25", - "https://ror.org/03tvs6n06", - "https://ror.org/02k7ask46", - "https://ror.org/00qhm9960", - "https://ror.org/00n90tt57", - "https://ror.org/03j65n394", - "https://ror.org/056g7f250", - "https://ror.org/02wq1s711", - "https://ror.org/01r19bq53", - "https://ror.org/045p8nc06", - "https://ror.org/03v2c3v44", - "https://ror.org/0416g8z79", - "https://ror.org/01w0hda30", - "https://ror.org/042xmz674", - "https://ror.org/03kwnqq69" - ] - }, - "https://ror.org/02w5vxx03": { - "ancestors": [ - "https://ror.org/04mc33q52", - "https://ror.org/0161xgx34" - ], - "descendants": [ - - ] - }, - "https://ror.org/05de6h762": { - "ancestors": [ - "https://ror.org/04zmssz18", - "https://ror.org/03rth4p18", - "https://ror.org/05b5c0584", - "https://ror.org/035xkbk20", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wveea53": { - "ancestors": [ - "https://ror.org/04vjwcp92" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wmc6m46": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/05b5c0584", - "https://ror.org/03rth4p18", - "https://ror.org/01a8ajp46", - "https://ror.org/04zmssz18", - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yp5js06": { - "ancestors": [ - "https://ror.org/02cs2sd33", - "https://ror.org/047dqcg40" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bnp0v08": { - "ancestors": [ - "https://ror.org/025h1m602" - ], - "descendants": [ - - ] - }, - "https://ror.org/049enk825": { - "ancestors": [ - "https://ror.org/02kb2dn85" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fhe0r85": { - "ancestors": [ - "https://ror.org/04bjg9m96", - "https://ror.org/05hfet039", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0585jdm07": { - "ancestors": [ - "https://ror.org/035r7hb75" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zqx9e28": { - "ancestors": [ - "https://ror.org/0384j8v12" - ], - "descendants": [ - - ] - }, - "https://ror.org/0274dq154": { - "ancestors": [ - "https://ror.org/015m7wh34" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vn4ec76": { - "ancestors": [ - "https://ror.org/009g8rq41", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yrc0w08": { - "ancestors": [ - "https://ror.org/02687b281", - "https://ror.org/03ryywt80" - ], - "descendants": [ - - ] - }, - "https://ror.org/053wack18": { - "ancestors": [ - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/036xb2667": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/01rkgg256", - "https://ror.org/04mq24005", - "https://ror.org/004g7jm05", - "https://ror.org/04c2djv76", - "https://ror.org/01bsmqk19", - "https://ror.org/01q1pz867" - ] - }, - "https://ror.org/049z3x013": { - "ancestors": [ - "https://ror.org/04y5kwa70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qv7ha25": { - "ancestors": [ - "https://ror.org/01jr3y717", - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yx7av22": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/05b5c0584", - "https://ror.org/03rth4p18", - "https://ror.org/04zmssz18", - "https://ror.org/02feahw73", - "https://ror.org/030bahv93", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bxf0m67": { - "ancestors": [ - "https://ror.org/042dnf796" - ], - "descendants": [ - - ] - }, - "https://ror.org/02evk6c51": { - "ancestors": [ - "https://ror.org/015m7wh34", - "https://ror.org/02feahw73", - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00psw8792": { - "ancestors": [ - "https://ror.org/01m84wm78", - "https://ror.org/0372th171" - ], - "descendants": [ - - ] - }, - "https://ror.org/03khw1425": { - "ancestors": [ - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/037pqnq23", - "https://ror.org/04g2pxh42" - ] - }, - "https://ror.org/04c2djv76": { - "ancestors": [ - "https://ror.org/036xb2667", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/014809085": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sc1p174": { - "ancestors": [ - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/020n3gx08": { - "ancestors": [ - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gz6nd21": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/02feahw73", - "https://ror.org/003vg9w96", - "https://ror.org/00jjx8s55", - "https://ror.org/02kvxyf05", - "https://ror.org/0495fxg12", - "https://ror.org/04t0gwh46", - "https://ror.org/05ckss308" - ], - "descendants": [ - - ] - }, - "https://ror.org/02x9xnh02": { - "ancestors": [ - "https://ror.org/04xmt0833" - ], - "descendants": [ - - ] - }, - "https://ror.org/011rp3b19": { - "ancestors": [ - "https://ror.org/03xs9yg50", - "https://ror.org/009g8rq41", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dfg0d13": { - "ancestors": [ - "https://ror.org/03rrd1912" - ], - "descendants": [ - - ] - }, - "https://ror.org/04155vc40": { - "ancestors": [ - "https://ror.org/01swx2932", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a2a1y63": { - "ancestors": [ - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/007gmjd97": { - "ancestors": [ - "https://ror.org/04fperw70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ev54a13": { - "ancestors": [ - "https://ror.org/02sxjwh33", - "https://ror.org/00ff5f522", - "https://ror.org/027ankh97", - "https://ror.org/003vg9w96", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ezk3x31": { - "ancestors": [ - "https://ror.org/01ahyrz84" - ], - "descendants": [ - "https://ror.org/02hbzmb19", - "https://ror.org/029cj5595", - "https://ror.org/04m5rvb18", - "https://ror.org/05tcnbj64", - "https://ror.org/014vp6c30", - "https://ror.org/04pfm5x27", - "https://ror.org/00v99wx36", - "https://ror.org/01bxfc994", - "https://ror.org/01p4g5p84", - "https://ror.org/04daj8721", - "https://ror.org/021hb4c69", - "https://ror.org/02nst4e33", - "https://ror.org/04m69ya83" - ] - }, - "https://ror.org/030ewzw66": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/015m7wh34", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02687b281": { - "ancestors": [ - "https://ror.org/03ryywt80" - ], - "descendants": [ - "https://ror.org/01bz63t48", - "https://ror.org/03yrc0w08" - ] - }, - "https://ror.org/00pjqzf38": { - "ancestors": [ - "https://ror.org/04vhgtv41" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dgmxj03": { - "ancestors": [ - "https://ror.org/01m84wm78", - "https://ror.org/04ed7fw48", - "https://ror.org/0372th171" - ], - "descendants": [ - - ] - }, - "https://ror.org/054f5fc35": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02kvxyf05", - "https://ror.org/02feahw73", - "https://ror.org/050jn9y42", - "https://ror.org/03rth4p18", - "https://ror.org/05s6rge65", - "https://ror.org/04zmssz18", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/011f68d87": { - "ancestors": [ - "https://ror.org/04y5kwa70", - "https://ror.org/05sbt2524", - "https://ror.org/01s1km724", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/013q33h79": { - "ancestors": [ - "https://ror.org/04xaa4j22", - "https://ror.org/00s19x989", - "https://ror.org/03gnr7b55", - "https://ror.org/015m7wh34", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hyr5m88": { - "ancestors": [ - "https://ror.org/04qn0xg47", - "https://ror.org/040c17130" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bf6bf92": { - "ancestors": [ - "https://ror.org/01yezas83", - "https://ror.org/02vjkv261", - "https://ror.org/015m7wh34" - ], - "descendants": [ - - ] - }, - "https://ror.org/027286m03": { - "ancestors": [ - "https://ror.org/04xt5aa77", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04atp4p48": { - "ancestors": [ - "https://ror.org/01mv9t934", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/0299nd731": { - "ancestors": [ - "https://ror.org/045wr3278" - ], - "descendants": [ - "https://ror.org/00xdzs422", - "https://ror.org/01wqj3451" - ] - }, - "https://ror.org/01jk65d91": { - "ancestors": [ - "https://ror.org/035r7hb75" - ], - "descendants": [ - - ] - }, - "https://ror.org/034k14f91": { - "ancestors": [ - "https://ror.org/027s68j25", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d70nb60": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/03zek0r74", - "https://ror.org/046b3cj80", - "https://ror.org/00g700j37", - "https://ror.org/01dkyve95", - "https://ror.org/013cjyk83", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/059sz6q14": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/01502ca60", - "https://ror.org/02vjkv261", - "https://ror.org/04zmssz18", - "https://ror.org/02feahw73", - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - "https://ror.org/031xg0236" - ] - }, - "https://ror.org/04k7gvs40": { - "ancestors": [ - "https://ror.org/04xmt0833" - ], - "descendants": [ - - ] - }, - "https://ror.org/007dbrz84": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/044jxhp58", - "https://ror.org/04ed7fw48", - "https://ror.org/0372th171" - ], - "descendants": [ - - ] - }, - "https://ror.org/0582v6g41": { - "ancestors": [ - "https://ror.org/05cxnr816", - "https://ror.org/01r024a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fke6556": { - "ancestors": [ - "https://ror.org/01m84wm78", - "https://ror.org/04xhy8q59", - "https://ror.org/00jzv1t04", - "https://ror.org/0372th171" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yhtfv11": { - "ancestors": [ - "https://ror.org/0372th171" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r1gb843": { - "ancestors": [ - "https://ror.org/05vx7wd63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m4rxj18": { - "ancestors": [ - "https://ror.org/01m84wm78", - "https://ror.org/02feahw73", - "https://ror.org/01fmctt82", - "https://ror.org/015m7wh34", - "https://ror.org/01sc83v92", - "https://ror.org/015m7wh34" - ], - "descendants": [ - - ] - }, - "https://ror.org/055135t18": { - "ancestors": [ - "https://ror.org/02vt68k07", - "https://ror.org/057q6n778" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xx85724": { - "ancestors": [ - "https://ror.org/01z4nnt86", - "https://ror.org/04h9pn542" - ], - "descendants": [ - - ] - }, - "https://ror.org/003n95695": { - "ancestors": [ - "https://ror.org/05nfypp21", - "https://ror.org/044jxhp58", - "https://ror.org/05q3vnk25", - "https://ror.org/03gnr7b55", - "https://ror.org/04ed7fw48", - "https://ror.org/03nh7d505", - "https://ror.org/0372th171", - "https://ror.org/03yz3tz18", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ypept83": { - "ancestors": [ - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/013yc5d80", - "https://ror.org/03kz56x72", - "https://ror.org/04qymaz42", - "https://ror.org/04yggzp50", - "https://ror.org/02htvcm84", - "https://ror.org/023tnh888", - "https://ror.org/018hd1228", - "https://ror.org/03hqfkf51", - "https://ror.org/00mdaf969", - "https://ror.org/00fzkn482", - "https://ror.org/042rf5k64" - ] - }, - "https://ror.org/04bqfk210": { - "ancestors": [ - "https://ror.org/02qdbgx97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w9erc61": { - "ancestors": [ - "https://ror.org/05ct91r78" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z7ccn69": { - "ancestors": [ - "https://ror.org/03qg6r976", - "https://ror.org/01fpnj063" - ], - "descendants": [ - - ] - }, - "https://ror.org/0374a5s68": { - "ancestors": [ - "https://ror.org/01xp57w77" - ], - "descendants": [ - "https://ror.org/01eff5662", - "https://ror.org/03wgqqb38" - ] - }, - "https://ror.org/05yj2y557": { - "ancestors": [ - "https://ror.org/020120f86", - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pa8nx74": { - "ancestors": [ - "https://ror.org/002g4yr42" - ], - "descendants": [ - - ] - }, - "https://ror.org/059k49c26": { - "ancestors": [ - "https://ror.org/03exgrk66", - "https://ror.org/053fp5c05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ety8s21": { - "ancestors": [ - "https://ror.org/04y897m55", - "https://ror.org/058pdbn81" - ], - "descendants": [ - - ] - }, - "https://ror.org/0190ehg68": { - "ancestors": [ - "https://ror.org/00je4t102", - "https://ror.org/05ede7y70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b3p7p58": { - "ancestors": [ - "https://ror.org/01m84wm78", - "https://ror.org/015m7wh34", - "https://ror.org/03rxtdc22" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ffh4228": { - "ancestors": [ - "https://ror.org/03yczjf25" - ], - "descendants": [ - - ] - }, - "https://ror.org/010hc8153": { - "ancestors": [ - "https://ror.org/006776986" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y76vp22": { - "ancestors": [ - "https://ror.org/01s3fs709", - "https://ror.org/04xaa4j22", - "https://ror.org/050jcm728", - "https://ror.org/015m7wh34", - "https://ror.org/01m84wm78", - "https://ror.org/03rxtdc22", - "https://ror.org/02feahw73", - "https://ror.org/01dkyve95", - "https://ror.org/02feahw73", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wqj3451": { - "ancestors": [ - "https://ror.org/0299nd731", - "https://ror.org/045wr3278" - ], - "descendants": [ - - ] - }, - "https://ror.org/042rh9p26": { - "ancestors": [ - "https://ror.org/025vp2923" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tz1zp46": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/01c2t8448", - "https://ror.org/028cef883", - "https://ror.org/025mhc977", - "https://ror.org/01kwx4m12", - "https://ror.org/055swm364", - "https://ror.org/04damed73", - "https://ror.org/03hxp6v65", - "https://ror.org/01e8etd40", - "https://ror.org/016vxbe23" - ] - }, - "https://ror.org/019qdtz78": { - "ancestors": [ - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j3rwq14": { - "ancestors": [ - "https://ror.org/04xt5aa77", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pme8x11": { - "ancestors": [ - "https://ror.org/044kjp413", - "https://ror.org/04sze3c15", - "https://ror.org/01wjejq96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04336k829": { - "ancestors": [ - "https://ror.org/05ta6qn61" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nt82y31": { - "ancestors": [ - "https://ror.org/03ddh2c27" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x7z5a78": { - "ancestors": [ - "https://ror.org/011wcsv83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d7h8p49": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xbq1n92": { - "ancestors": [ - "https://ror.org/03myraf72", - "https://ror.org/00d1g0h88", - "https://ror.org/0171mag52", - "https://ror.org/027ka1x80", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a35w771": { - "ancestors": [ - "https://ror.org/00f200z37", - "https://ror.org/05kzjxq56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e044190": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/05sbt2524", - "https://ror.org/00z54nq84", - "https://ror.org/02rx3b187", - "https://ror.org/00byxdz40", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01em4e880": { - "ancestors": [ - "https://ror.org/05hfet039", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dtgat87": { - "ancestors": [ - "https://ror.org/04xmt0833" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jmj5g35": { - "ancestors": [ - "https://ror.org/0460jpj73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zb6nw87": { - "ancestors": [ - "https://ror.org/015m7wh34", - "https://ror.org/02vjkv261", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/021py7g65": { - "ancestors": [ - "https://ror.org/00f200z37", - "https://ror.org/05kzjxq56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k7ask46": { - "ancestors": [ - "https://ror.org/01h8pf755", - "https://ror.org/033p9g875", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fhagp58": { - "ancestors": [ - "https://ror.org/00mv6sv71" - ], - "descendants": [ - - ] - }, - "https://ror.org/04njvae93": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c9p1x46": { - "ancestors": [ - "https://ror.org/00pg5jh14", - "https://ror.org/01s0ssk34" - ], - "descendants": [ - "https://ror.org/052rhgg57" - ] - }, - "https://ror.org/01wz97s39": { - "ancestors": [ - "https://ror.org/00xmqmx64", - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hm2ja81": { - "ancestors": [ - "https://ror.org/04h1h0y33", - "https://ror.org/04kdfz702", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hgsyv65": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/01ph39d13", - "https://ror.org/029nkcm90", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ry0st69": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/014nzh720": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/03gnr7b55", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/038207k30": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/03am2jy38", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mjny636": { - "ancestors": [ - "https://ror.org/05x9p3f75" - ], - "descendants": [ - - ] - }, - "https://ror.org/0473hxz56": { - "ancestors": [ - "https://ror.org/00tebkv94", - "https://ror.org/054qv7y42", - "https://ror.org/057qpr032", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bgbbh33": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/00s19x989", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nv75k16": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qxc1v02": { - "ancestors": [ - "https://ror.org/01tmp8f25" - ], - "descendants": [ - - ] - }, - "https://ror.org/011ff5411": { - "ancestors": [ - "https://ror.org/01d8fne82" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h0g9r59": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/04asdee31", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b8mj511": { - "ancestors": [ - "https://ror.org/0175hh227", - "https://ror.org/04b0z7q78", - "https://ror.org/02feahw73", - "https://ror.org/042949r55", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02swcnz29": { - "ancestors": [ - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/00bm0qt52", - "https://ror.org/00mffw377", - "https://ror.org/01972fe66", - "https://ror.org/01e4w2966", - "https://ror.org/00510tw04", - "https://ror.org/05c196m06", - "https://ror.org/011kf5r70", - "https://ror.org/02w0m4735", - "https://ror.org/015z41c35" - ] - }, - "https://ror.org/05yeagb65": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/0261smd61": { - "ancestors": [ - "https://ror.org/05x9p3f75" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r8jkk54": { - "ancestors": [ - "https://ror.org/054qv7y42", - "https://ror.org/02cte4b68", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/014pzm971": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/0081fs513", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y8mpv07": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b5dy719": { - "ancestors": [ - "https://ror.org/01x8hew03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02me5cy06": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/045xgsj44": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ndnx171": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mmh0f86": { - "ancestors": [ - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/04v9m3h35", - "https://ror.org/039p7nx39", - "https://ror.org/053mfxd72", - "https://ror.org/02gs3vg83", - "https://ror.org/03nk9pp38", - "https://ror.org/00cybsr61", - "https://ror.org/020g3wn65", - "https://ror.org/01nsxs283", - "https://ror.org/03rtykw43", - "https://ror.org/01k8nkc73", - "https://ror.org/04dxv8v14", - "https://ror.org/02yasb727", - "https://ror.org/02vcqg248", - "https://ror.org/01h06nz15", - "https://ror.org/058xdtn86", - "https://ror.org/05sh7tb37", - "https://ror.org/01h55za35", - "https://ror.org/051e7s436", - "https://ror.org/044b7p696", - "https://ror.org/01a1mq059", - "https://ror.org/01p2zg436", - "https://ror.org/00rnbty21", - "https://ror.org/0087v5134", - "https://ror.org/041njsz97", - "https://ror.org/04jqtny57" - ] - }, - "https://ror.org/0416g8z79": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/02wq1s711", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01h8pf755", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/01awp1783": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mr1by41": { - "ancestors": [ - "https://ror.org/00z0kq074" - ], - "descendants": [ - - ] - }, - "https://ror.org/0592ata02": { - "ancestors": [ - "https://ror.org/043htjv09", - "https://ror.org/04z22qz54", - "https://ror.org/03qeacd72", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/019ptgs60": { - "ancestors": [ - "https://ror.org/0081fs513", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wk35t67": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/046b3cj80", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w2q5j98": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jdptv64": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a6zh966": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/039yyx623": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/04yrqp957", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0047z8a16": { - "ancestors": [ - "https://ror.org/0081fs513" - ], - "descendants": [ - - ] - }, - "https://ror.org/022txr781": { - "ancestors": [ - "https://ror.org/03fd77x13", - "https://ror.org/051kpcy16", - "https://ror.org/01fpqqe90", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tp1c480": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/01q76b368", - "https://ror.org/03wkt5x30", - "https://ror.org/02en5vm52", - "https://ror.org/02ryfmr77", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/003sscq03": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/051escj72", - "https://ror.org/02vjkv261", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g6y2720": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/003vg9w96", - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fwjkb59": { - "ancestors": [ - "https://ror.org/02mg6n827", - "https://ror.org/04px4e658", - "https://ror.org/02rx3b187", - "https://ror.org/05sbt2524", - "https://ror.org/003vg9w96", - "https://ror.org/02feahw73", - "https://ror.org/00jjx8s55", - "https://ror.org/03yz3tz18" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fqsk919": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jt5ms28": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/03am2jy38", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tmf0341": { - "ancestors": [ - "https://ror.org/0081fs513" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kbxzp97": { - "ancestors": [ - "https://ror.org/01ksk4k18", - "https://ror.org/03jjt8440" - ], - "descendants": [ - - ] - }, - "https://ror.org/00822yn93": { - "ancestors": [ - "https://ror.org/0081fs513", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/05thdk431": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/03am2jy38", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s5z5x70": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02cte4b68", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sb8a726": { - "ancestors": [ - "https://ror.org/00pg5jh14", - "https://ror.org/01s0ssk34" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k383v05": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/050jn9y42", - "https://ror.org/00s19x989", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0135mxn53": { - "ancestors": [ - "https://ror.org/0081fs513" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w61vh47": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/00rydyx93", - "https://ror.org/003vg9w96", - "https://ror.org/04zmssz18", - "https://ror.org/02kvxyf05", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c0rrp38": { - "ancestors": [ - "https://ror.org/01evzkn27" - ], - "descendants": [ - - ] - }, - "https://ror.org/008h1f725": { - "ancestors": [ - "https://ror.org/023vkeb66", - "https://ror.org/00z54nq84", - "https://ror.org/014zrew76", - "https://ror.org/02feahw73", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hkhm024": { - "ancestors": [ - "https://ror.org/05vvhh982" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bpk5567": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p3f6k20": { - "ancestors": [ - "https://ror.org/05cm0es58", - "https://ror.org/029brtt94", - "https://ror.org/050jn9y42", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/04hmn8g73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0424mzx13": { - "ancestors": [ - "https://ror.org/00hj54h04", - "https://ror.org/0153tk833", - "https://ror.org/03r0ha626", - "https://ror.org/04m24yn62", - "https://ror.org/03zmsge54", - "https://ror.org/046rm7j60", - "https://ror.org/01gek1696", - "https://ror.org/02mv6r745", - "https://ror.org/03vbz5k97", - "https://ror.org/021nxhr62", - "https://ror.org/02y5f7c97", - "https://ror.org/00pjdza24", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xmqmx64": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - "https://ror.org/01amp2a31", - "https://ror.org/005pfhc08", - "https://ror.org/04zdqq152", - "https://ror.org/05jv9s411", - "https://ror.org/016xad343", - "https://ror.org/01wz97s39", - "https://ror.org/03sd3yf61", - "https://ror.org/002pfnf57" - ] - }, - "https://ror.org/03hm9j517": { - "ancestors": [ - "https://ror.org/04r659a56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wg93s13": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02en5vm52", - "https://ror.org/05gz4kr37", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xb5eg35": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f921w28": { - "ancestors": [ - "https://ror.org/05g1mh260" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yhsjs55": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/0039r8530": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fta5x15": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nnpw434": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/002t25c44", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pcf2t08": { - "ancestors": [ - "https://ror.org/02gfys938" - ], - "descendants": [ - - ] - }, - "https://ror.org/0550dmh35": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g1hjn96": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/03gnr7b55", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0423q9896": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wyv8x71": { - "ancestors": [ - "https://ror.org/02hfyct53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wrng808": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/03mkjjy25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/0101xrq71": { - "ancestors": [ - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - "https://ror.org/02t4nyn12", - "https://ror.org/02n8rnw93", - "https://ror.org/00wdyp114", - "https://ror.org/05mzfgt17", - "https://ror.org/015s51n07", - "https://ror.org/0538gdx71", - "https://ror.org/04x97rq71", - "https://ror.org/03ffdsr55", - "https://ror.org/04d81ed36", - "https://ror.org/008nqzn46", - "https://ror.org/03qyr1v70", - "https://ror.org/05xc5re08" - ] - }, - "https://ror.org/02h8zn861": { - "ancestors": [ - "https://ror.org/050dkka69", - "https://ror.org/02j46qs45", - "https://ror.org/05x8mcb75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ae8w006": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/002t25c44", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vfxg105": { - "ancestors": [ - "https://ror.org/00tebkv94", - "https://ror.org/00har9915", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/05akb0e23": { - "ancestors": [ - "https://ror.org/00pe0tf51", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w6nzd18": { - "ancestors": [ - "https://ror.org/03zmsge54", - "https://ror.org/02y5f7c97", - "https://ror.org/021nxhr62", - "https://ror.org/02y5f7c97", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/020nks034": { - "ancestors": [ - "https://ror.org/03fkrcm40", - "https://ror.org/05kpkpg04", - "https://ror.org/04hrs9369", - "https://ror.org/05q3vnk25", - "https://ror.org/051escj72", - "https://ror.org/02feahw73", - "https://ror.org/003vg9w96", - "https://ror.org/03yz3tz18", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/014ye1258": { - "ancestors": [ - "https://ror.org/029z02k15", - "https://ror.org/05vt9qd57" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rt3gt49": { - "ancestors": [ - "https://ror.org/02gpy3h79" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vy2n929": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/0238zyh04": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/017h2rd72", - "https://ror.org/00z54nq84", - "https://ror.org/02m9kbe37", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tsa0x55": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/057qpr032", - "https://ror.org/03qma7a12", - "https://ror.org/054qv7y42", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/003vg9w96", - "https://ror.org/02feahw73", - "https://ror.org/04mv1z119" - ], - "descendants": [ - - ] - }, - "https://ror.org/0444r5845": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/0229z0679": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/02en5vm52", - "https://ror.org/046b3cj80", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vp8qm49": { - "ancestors": [ - "https://ror.org/04v76ef78" - ], - "descendants": [ - - ] - }, - "https://ror.org/01paa1e42": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02d9dg697", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/036ragn25": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - "https://ror.org/04fhwda97" - ] - }, - "https://ror.org/04x5g0k34": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m2qwb98": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/00my5c754": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/053vv7851": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/01q76b368", - "https://ror.org/003vg9w96", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f0apy98": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/05sbt2524", - "https://ror.org/03fd77x13", - "https://ror.org/04kdfz702", - "https://ror.org/00s19x989", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j5pk676": { - "ancestors": [ - "https://ror.org/05gsxrt27", - "https://ror.org/045pn2j94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c6p9834": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/05pf1p208", - "https://ror.org/00rydyx93", - "https://ror.org/03wkt5x30", - "https://ror.org/003vg9w96", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p6c5g88": { - "ancestors": [ - "https://ror.org/02zteat75" - ], - "descendants": [ - "https://ror.org/005epk420", - "https://ror.org/041q21635", - "https://ror.org/01qpwsp84" - ] - }, - "https://ror.org/03vyjkj45": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s0b8n66": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00d82rk36": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/008e1sp22", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kedcz83": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jv9s411": { - "ancestors": [ - "https://ror.org/00xmqmx64", - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k4ema52": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/045ktmd28": { - "ancestors": [ - "https://ror.org/01h8pf755", - "https://ror.org/00z54nq84", - "https://ror.org/02v6kpv12", - "https://ror.org/02wq1s711", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nrven85": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/04wez5e68", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zh2vx86": { - "ancestors": [ - "https://ror.org/01tc2d264", - "https://ror.org/00rydyx93", - "https://ror.org/02cp04407", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0143dvz59": { - "ancestors": [ - "https://ror.org/05kacnm89" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fnxds15": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/05q3vnk25", - "https://ror.org/01q76b368", - "https://ror.org/005ypkf75", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gd2w119": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/05fe7ax82", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/057zme681": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/025sxka56": { - "ancestors": [ - "https://ror.org/05hh8d621" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nqvpf75": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/005y2ap84", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/014vp6c30": { - "ancestors": [ - "https://ror.org/01h8pf755", - "https://ror.org/050jcm728", - "https://ror.org/02v6kpv12", - "https://ror.org/04ezk3x31", - "https://ror.org/027ankh97", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/01asdba22": { - "ancestors": [ - "https://ror.org/00qfnf017" - ], - "descendants": [ - - ] - }, - "https://ror.org/0475fva64": { - "ancestors": [ - "https://ror.org/04r659a56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r7eh527": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/00hx6zz33", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/01prxdf57": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/05a1dws80", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/025vp2923" - ], - "descendants": [ - - ] - }, - "https://ror.org/043xjcd49": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/04b0z7q78", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b9pg524": { - "ancestors": [ - "https://ror.org/02y5f7c97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k51z204": { - "ancestors": [ - "https://ror.org/03yjb2x39" - ], - "descendants": [ - - ] - }, - "https://ror.org/027atwb90": { - "ancestors": [ - "https://ror.org/0495fxg12", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mmjvv12": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/052bz7812", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/0120w0n28": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/016xad343": { - "ancestors": [ - "https://ror.org/00xmqmx64", - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/0170yz872": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c8f2y33": { - "ancestors": [ - "https://ror.org/020qm1538" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ftce284": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/051escj72", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/009eqmr18": { - "ancestors": [ - "https://ror.org/059sp8j34" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pm8ec76": { - "ancestors": [ - "https://ror.org/04ex24z53", - "https://ror.org/04b0z7q78", - "https://ror.org/02d9dg697", - "https://ror.org/046b3cj80", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z8yps18": { - "ancestors": [ - "https://ror.org/05sbt2524", - "https://ror.org/00s19x989", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f685734": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s9zdv09": { - "ancestors": [ - "https://ror.org/02xzytt36" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mp4zc06": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/00g700j37", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/021kgjd57": { - "ancestors": [ - "https://ror.org/02gpy3h79" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h14ww21": { - "ancestors": [ - "https://ror.org/04ex24z53", - "https://ror.org/00z54nq84", - "https://ror.org/02en5vm52", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/0266y7j75": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/05fe7ax82", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zkk2612": { - "ancestors": [ - "https://ror.org/048fraw27" - ], - "descendants": [ - - ] - }, - "https://ror.org/019g2qd78": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zdqq152": { - "ancestors": [ - "https://ror.org/00xmqmx64", - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xfycm61": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/03wkt5x30", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c5b8z55": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wc6sh26": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hjgt059": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ah32k04": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/030za3c40": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rs6n938": { - "ancestors": [ - "https://ror.org/026er9r08" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gj33s30": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/050jn9y42", - "https://ror.org/02cte4b68", - "https://ror.org/01cbtr271", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xc5re08": { - "ancestors": [ - "https://ror.org/0101xrq71", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/030jm0n16": { - "ancestors": [ - "https://ror.org/04ex24z53", - "https://ror.org/04b0z7q78", - "https://ror.org/046b3cj80", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jxb8k91": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/0081fs513", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mzhke23": { - "ancestors": [ - "https://ror.org/020rbyg91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03br1wy20": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/040baw385", - "https://ror.org/00s19x989", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j78b619": { - "ancestors": [ - "https://ror.org/02phn5242" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kwf6b96": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rrj3a80": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wgtm643": { - "ancestors": [ - "https://ror.org/01m84wm78", - "https://ror.org/015m7wh34", - "https://ror.org/03gnr7b55", - "https://ror.org/01mtcc283", - "https://ror.org/017rnyz40", - "https://ror.org/04andmq85", - "https://ror.org/05pwkex33", - "https://ror.org/01q76b368", - "https://ror.org/04b0z7q78", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89", - "https://ror.org/003vg9w96", - "https://ror.org/01s3fs709", - "https://ror.org/04kdfz702", - "https://ror.org/01q76b368", - "https://ror.org/04b0z7q78", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xta2p78": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n91q085": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s877y45": { - "ancestors": [ - "https://ror.org/04ex24z53", - "https://ror.org/04tnvnq52", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/03yz3tz18" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ygmry26": { - "ancestors": [ - "https://ror.org/04v76ef78", - "https://ror.org/00t3r8h32", - "https://ror.org/01tvm6f46", - "https://ror.org/036ragn25", - "https://ror.org/0534re684", - "https://ror.org/01n6r0e97", - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/041v2hk34": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sdp1y98": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/00rydyx93", - "https://ror.org/04xhy8q59", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c0nx407": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/03hypw319", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mgw3155": { - "ancestors": [ - "https://ror.org/01cmnjq37", - "https://ror.org/029brtt94", - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cy9g557": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/04vfs2w97", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hyx5a17": { - "ancestors": [ - "https://ror.org/05sbt2524", - "https://ror.org/00s19x989", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s4fex77": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j50jx72": { - "ancestors": [ - "https://ror.org/02v6kpv12", - "https://ror.org/03fd77x13", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03njrcx45": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/00hx6zz33", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g0e3a49": { - "ancestors": [ - "https://ror.org/05rrz2q74" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yfbr841": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rejdd20": { - "ancestors": [ - "https://ror.org/0081fs513" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a9gd656": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/01mtcc283", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jm8fn98": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sv5kk82": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/04xhy8q59", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tebkv94": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/02aswf736", - "https://ror.org/00ccpdp17", - "https://ror.org/004q3z910", - "https://ror.org/02v87rg62", - "https://ror.org/04hw9c755", - "https://ror.org/021wgs783", - "https://ror.org/00vfxg105", - "https://ror.org/0473hxz56", - "https://ror.org/020dmyn61", - "https://ror.org/020dmyn61" - ] - }, - "https://ror.org/00mdx2x22": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/03mkjjy25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r0mw364": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/01td3kv81": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/057axh226": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/03nh7d505", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jsv7j98": { - "ancestors": [ - "https://ror.org/01hq89f96", - "https://ror.org/02kvxyf05", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/003mz1d41": { - "ancestors": [ - "https://ror.org/02ks8qq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ppf7q77": { - "ancestors": [ - "https://ror.org/02en5vm52", - "https://ror.org/03mkjjy25", - "https://ror.org/02feahw73", - "https://ror.org/04h1h0y33", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m71e459": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/027mnq498": { - "ancestors": [ - "https://ror.org/04andmq85", - "https://ror.org/01q76b368", - "https://ror.org/017rnyz40", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/017rnyz40", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/008sahv08": { - "ancestors": [ - "https://ror.org/0174skq71", - "https://ror.org/04cdzx077" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v6y6p60": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xh9nq73": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/0445j8v47": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/058tw4f12": { - "ancestors": [ - "https://ror.org/03zmsge54", - "https://ror.org/021nxhr62", - "https://ror.org/02y5f7c97", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rawf147": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/05b5c0584", - "https://ror.org/03rth4p18", - "https://ror.org/02h3vcz70", - "https://ror.org/04zmssz18", - "https://ror.org/029brtt94", - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/033tx3651": { - "ancestors": [ - "https://ror.org/008td3p62", - "https://ror.org/057zh3y96", - "https://ror.org/052rrw050", - "https://ror.org/01g5y5k24", - "https://ror.org/055n47h92", - "https://ror.org/048rj2z13", - "https://ror.org/048rj2z13" - ], - "descendants": [ - "https://ror.org/04djymq25", - "https://ror.org/00h761y79" - ] - }, - "https://ror.org/020m7gh21": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/024gts110": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/051escj72", - "https://ror.org/02ryfmr77", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/007m1fk72": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fqvqs63": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/045wa9418": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/025mhd687": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02aswf736": { - "ancestors": [ - "https://ror.org/00tebkv94", - "https://ror.org/00har9915", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vctdx48": { - "ancestors": [ - "https://ror.org/043htjv09", - "https://ror.org/04b0z7q78", - "https://ror.org/02dga6j42", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jm22562": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/03pbgwk21", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rnfhz46": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/050jn9y42", - "https://ror.org/00s19x989", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/001695n52": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dbe0t82": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pe0tf51": { - "ancestors": [ - "https://ror.org/006kxhp52" - ], - "descendants": [ - "https://ror.org/02zty9d43", - "https://ror.org/008zzz711", - "https://ror.org/02b1bbq66", - "https://ror.org/05akb0e23" - ] - }, - "https://ror.org/024t2fn03": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03padqz24": { - "ancestors": [ - "https://ror.org/03zx86w41", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/05c2qg481", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xagyq07": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ngxmx20": { - "ancestors": [ - "https://ror.org/030hj3061", - "https://ror.org/00s19x989", - "https://ror.org/05q0ncs32", - "https://ror.org/04yrqp957", - "https://ror.org/03gnr7b55", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kktyy14": { - "ancestors": [ - "https://ror.org/04mv1z119" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v2svk17": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/05367a632": { - "ancestors": [ - "https://ror.org/01hq89f96", - "https://ror.org/05nfypp21", - "https://ror.org/044rb3f07", - "https://ror.org/03yz3tz18", - "https://ror.org/02vjkv261", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/027953924": { - "ancestors": [ - "https://ror.org/01b5nw197", - "https://ror.org/04b0z7q78", - "https://ror.org/03pbgwk21", - "https://ror.org/017rnyz40", - "https://ror.org/057qpr032", - "https://ror.org/00har9915", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vn0zc62": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/015m7wh34", - "https://ror.org/05pwkex33", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01m84wm78", - "https://ror.org/003vg9w96", - "https://ror.org/01s3fs709", - "https://ror.org/01q76b368", - "https://ror.org/04b0z7q78", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mfap132": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yee3n23": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/057qpr032", - "https://ror.org/03qma7a12", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/003vg9w96", - "https://ror.org/02feahw73", - "https://ror.org/04mv1z119" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v48bz32": { - "ancestors": [ - "https://ror.org/05a87zb20" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k9wer31": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wycgj20": { - "ancestors": [ - "https://ror.org/00tebkv94", - "https://ror.org/057qpr032", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/036eg1q44": { - "ancestors": [ - "https://ror.org/04hrs9369", - "https://ror.org/051escj72", - "https://ror.org/02feahw73", - "https://ror.org/03yz3tz18" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wy8nb15": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hcc6p91": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/005epk420": { - "ancestors": [ - "https://ror.org/02p6c5g88", - "https://ror.org/02zteat75" - ], - "descendants": [ - - ] - }, - "https://ror.org/008rywf59": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/01q76b368", - "https://ror.org/03rnk6m14", - "https://ror.org/003vg9w96", - "https://ror.org/051escj72", - "https://ror.org/046b3cj80", - "https://ror.org/05pbb8783", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/02feahw73", - "https://ror.org/01dkyve95", - "https://ror.org/013cjyk83", - "https://ror.org/0172v8z89", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n21n105": { - "ancestors": [ - "https://ror.org/04zmssz18", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00byekp78": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/036a3f271": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/0081fs513", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/0291w4p60": { - "ancestors": [ - "https://ror.org/04wzv3n59" - ], - "descendants": [ - "https://ror.org/03jse9f02" - ] - }, - "https://ror.org/044ggyg50": { - "ancestors": [ - "https://ror.org/05sbt2524", - "https://ror.org/00s19x989", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pmcea89": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/002ee1685": { - "ancestors": [ - "https://ror.org/00nxtmb68" - ], - "descendants": [ - - ] - }, - "https://ror.org/01j6cta96": { - "ancestors": [ - "https://ror.org/00bjjqs38", - "https://ror.org/01rk35k63", - "https://ror.org/030bahv93", - "https://ror.org/02feahw73", - "https://ror.org/03yz3tz18" - ], - "descendants": [ - - ] - }, - "https://ror.org/008n8dd57": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/028ycv057": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/04b0z7q78", - "https://ror.org/02d9dg697", - "https://ror.org/00mfpxb84", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m444286": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/0081fs513", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qew8q20": { - "ancestors": [ - "https://ror.org/02rxc7m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/000d5zy28": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/02cte4b68", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mryrd39": { - "ancestors": [ - "https://ror.org/03wkt5x30", - "https://ror.org/05q3vnk25", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h0a3k64": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wz9m339": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/017rnyz40", - "https://ror.org/002t25c44", - "https://ror.org/013bkhk48", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kwbf598": { - "ancestors": [ - "https://ror.org/041rhpw39", - "https://ror.org/04px4e658", - "https://ror.org/02vjkv261", - "https://ror.org/037hby126", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/03yz3tz18" - ], - "descendants": [ - - ] - }, - "https://ror.org/028cjvx63": { - "ancestors": [ - "https://ror.org/05tgxx705" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vaf6k96": { - "ancestors": [ - "https://ror.org/04qst6c17" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b1ff176": { - "ancestors": [ - "https://ror.org/00dn43547" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n7yzd13": { - "ancestors": [ - "https://ror.org/00pg5jh14", - "https://ror.org/01s0ssk34" - ], - "descendants": [ - "https://ror.org/01ed4t417", - "https://ror.org/052rhgg57" - ] - }, - "https://ror.org/047fwb937": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s1rff82": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/003vg9w96", - "https://ror.org/03zek0r74", - "https://ror.org/00g700j37", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/056n05x05": { - "ancestors": [ - "https://ror.org/054qv7y42", - "https://ror.org/02cte4b68", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mzxgm71": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/052bz7812", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cjjmc56": { - "ancestors": [ - "https://ror.org/013bkhk48", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h30bj32": { - "ancestors": [ - "https://ror.org/00q32j219" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zmsge54": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02y5f7c97", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03w6nzd18", - "https://ror.org/0492g1k39", - "https://ror.org/0135fch82", - "https://ror.org/048g3cy84", - "https://ror.org/0424mzx13", - "https://ror.org/058tw4f12" - ] - }, - "https://ror.org/04ate5z57": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/006z7v557": { - "ancestors": [ - "https://ror.org/04z22qz54", - "https://ror.org/02ezch769", - "https://ror.org/041rsh762", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01twche52": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kxesq83": { - "ancestors": [ - "https://ror.org/030hj3061", - "https://ror.org/03fd77x13", - "https://ror.org/03gnr7b55", - "https://ror.org/02feahw73", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cvasn76": { - "ancestors": [ - "https://ror.org/04n901w50" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k07f122": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/0081fs513", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01amp2a31": { - "ancestors": [ - "https://ror.org/00xmqmx64", - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tm1p212": { - "ancestors": [ - "https://ror.org/001040111" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a5z9122": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/017rnyz40", - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/053hzer83": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m7zca23": { - "ancestors": [ - "https://ror.org/05sbt2524", - "https://ror.org/02cte4b68", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00aycez97": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/05q3vnk25", - "https://ror.org/051escj72", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q8ctk93": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/02k243t26": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/054qyrd12": { - "ancestors": [ - "https://ror.org/02csscj62" - ], - "descendants": [ - - ] - }, - "https://ror.org/042xmz674": { - "ancestors": [ - "https://ror.org/01h8pf755", - "https://ror.org/00z54nq84", - "https://ror.org/02wq1s711", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/02feahw73", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q4res37": { - "ancestors": [ - "https://ror.org/017h2rd72", - "https://ror.org/00s19x989", - "https://ror.org/02ezch769", - "https://ror.org/02kzqn938", - "https://ror.org/041yg4h55", - "https://ror.org/041rsh762", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01x441g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jnvkm15": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vdg7e33": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/00d0rke27", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/047rqcm40": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/05q3vnk25", - "https://ror.org/03xjwb503", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sd3yf61": { - "ancestors": [ - "https://ror.org/00xmqmx64", - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k0qmv73": { - "ancestors": [ - "https://ror.org/04h1h0y33", - "https://ror.org/04kdfz702", - "https://ror.org/05q3vnk25", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/01ahyrz84", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y766z47": { - "ancestors": [ - "https://ror.org/0423jsj19", - "https://ror.org/04b0z7q78", - "https://ror.org/05dwk8b49", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05evznf71": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00erq5j83": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x30hb31": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/03gnr7b55", - "https://ror.org/03nh7d505", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pnp1a74": { - "ancestors": [ - "https://ror.org/04z22qz54", - "https://ror.org/052bz7812", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/031ex4j83": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wwxk695": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/043htjv09", - "https://ror.org/02cte4b68", - "https://ror.org/00e96v939", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/0445kkj20": { - "ancestors": [ - "https://ror.org/00t60zh31" - ], - "descendants": [ - - ] - }, - "https://ror.org/000063q30": { - "ancestors": [ - "https://ror.org/05sbt2524", - "https://ror.org/04z22qz54", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/050khh066": { - "ancestors": [ - "https://ror.org/0067dvq63" - ], - "descendants": [ - "https://ror.org/02fqdw168", - "https://ror.org/03qbg0c93" - ] - }, - "https://ror.org/01w0hda30": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/02wq1s711", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01h8pf755", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mzd8v39": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/03mkjjy25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/05de0bv95": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/0081fs513", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mcpvv78": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gwt2810": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/003vg9w96", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/05whrjc31": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wtj7z45": { - "ancestors": [ - "https://ror.org/0141j1w94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k1v7590": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/03nhjew95", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/001n7ee52": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/04xhy8q59", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z08gp61": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ddgd424": { - "ancestors": [ - "https://ror.org/04mc33q52" - ], - "descendants": [ - - ] - }, - "https://ror.org/045qk7v62": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/05fe7ax82", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jse9f02": { - "ancestors": [ - "https://ror.org/0291w4p60", - "https://ror.org/04wzv3n59" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tfcfv12": { - "ancestors": [ - "https://ror.org/01nrxwf90" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qm1ye08": { - "ancestors": [ - "https://ror.org/00dcrfk74", - "https://ror.org/00s19x989", - "https://ror.org/04y8cs423", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/0300mzg60": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/05k9skc85", - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/007sc9r91": { - "ancestors": [ - "https://ror.org/03zx86w41", - "https://ror.org/02cte4b68", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/05c2qg481", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ghvgs84": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e89s906": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jb47e97": { - "ancestors": [ - "https://ror.org/02ft5tp06", - "https://ror.org/04b0z7q78", - "https://ror.org/04wez5e68", - "https://ror.org/013bkhk48", - "https://ror.org/02feahw73", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xsj2p07": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zprwd36": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/00jjx8s55", - "https://ror.org/00pg5jh14", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r3t2292": { - "ancestors": [ - "https://ror.org/04pvd4f07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ahbtp08": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v75d751": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nabhy78": { - "ancestors": [ - "https://ror.org/054qv7y42", - "https://ror.org/00s19x989", - "https://ror.org/057qpr032", - "https://ror.org/00har9915", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q5cbf13": { - "ancestors": [ - "https://ror.org/02csscj62" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xpc6869": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/051escj72", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mk1hj86": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mts2g59": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/043749971": { - "ancestors": [ - "https://ror.org/04z22qz54", - "https://ror.org/051kpcy16", - "https://ror.org/01fpqqe90", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03da7zw11": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qvznj82": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y6zzq66": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bhwwh42": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v6w2r95": { - "ancestors": [ - "https://ror.org/0115n5160", - "https://ror.org/030sa3819" - ], - "descendants": [ - "https://ror.org/04c3j6v84" - ] - }, - "https://ror.org/05nfypp21": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/04vgc9p51", - "https://ror.org/02dsacc67", - "https://ror.org/058hz8544", - "https://ror.org/003n95695", - "https://ror.org/05367a632" - ] - }, - "https://ror.org/01xvsjf67": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/000pvc513": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/005pfhc08": { - "ancestors": [ - "https://ror.org/00xmqmx64", - "https://ror.org/03a1kwz48", - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/0348f6e47": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/0081fs513", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vj6zn89": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/003vg9w96", - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vjdsn22": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/04xhy8q59", - "https://ror.org/04jx68594", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cf2sz15": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/04kdfz702", - "https://ror.org/05q3vnk25", - "https://ror.org/03x42jk29", - "https://ror.org/04gqg1a07", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/017d9yp59": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nw6qk38": { - "ancestors": [ - "https://ror.org/054qv7y42", - "https://ror.org/02cte4b68", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fhrs205": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h2x0161": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zmssz18": { - "ancestors": [ - "https://ror.org/01rk35k63" - ], - "descendants": [ - "https://ror.org/026tf7535", - "https://ror.org/037xc1874", - "https://ror.org/0256r1e04", - "https://ror.org/04y24xj84", - "https://ror.org/054f5fc35", - "https://ror.org/01yx7av22", - "https://ror.org/05mqwtr17", - "https://ror.org/01ap27310", - "https://ror.org/02wmc6m46", - "https://ror.org/038fcbc74", - "https://ror.org/04mn0nr69", - "https://ror.org/059sz6q14", - "https://ror.org/01bj4fd12", - "https://ror.org/02gaw1s20", - "https://ror.org/00w5ay796", - "https://ror.org/04qz4qy85", - "https://ror.org/04w61vh47", - "https://ror.org/0453rk787", - "https://ror.org/04msnz457", - "https://ror.org/007dy3y92", - "https://ror.org/00rawf147", - "https://ror.org/02125p091", - "https://ror.org/04x9a0q46", - "https://ror.org/05n21n105", - "https://ror.org/031xg0236", - "https://ror.org/055gja518", - "https://ror.org/04cre2h49", - "https://ror.org/004wefe19", - "https://ror.org/05de6h762", - "https://ror.org/0084x3h80", - "https://ror.org/04t89f389", - "https://ror.org/03j307b25", - "https://ror.org/008e8k888", - "https://ror.org/04tmh0n51", - "https://ror.org/04mgnp447", - "https://ror.org/00prvqp73", - "https://ror.org/0200cc312", - "https://ror.org/007e33924", - "https://ror.org/031xg0236" - ] - }, - "https://ror.org/01nehnf32": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v9xd857": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rvw8791": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/050jcm728", - "https://ror.org/04vfs2w97", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xmjtz19": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0494jpz02": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/04s3t1g37", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0192b6408": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/011nqat45": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/04vfs2w97", - "https://ror.org/02cyw3861", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c3ta789": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/03wkt5x30", - "https://ror.org/03am2jy38", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sz8gn76": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/039p01270": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/04hdhz511", - "https://ror.org/02en5vm52", - "https://ror.org/03wb8xz10", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pa4h393": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/04ex24z53", - "https://ror.org/04kdfz702", - "https://ror.org/00f945z63", - "https://ror.org/05q3vnk25", - "https://ror.org/003vg9w96", - "https://ror.org/013cjyk83", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/05q3vnk25", - "https://ror.org/02feahw73", - "https://ror.org/003vg9w96", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/023bv6t84": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/02250mf28": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/0492g1k39": { - "ancestors": [ - "https://ror.org/03zmsge54", - "https://ror.org/02y5f7c97", - "https://ror.org/021nxhr62", - "https://ror.org/02y5f7c97", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dnn6q67": { - "ancestors": [ - "https://ror.org/02verss31" - ], - "descendants": [ - - ] - }, - "https://ror.org/003g1aw90": { - "ancestors": [ - "https://ror.org/0250ngj72", - "https://ror.org/05c1qsg97", - "https://ror.org/02vjkv261", - "https://ror.org/01m6as704", - "https://ror.org/00rydyx93", - "https://ror.org/04yrqp957", - "https://ror.org/03gnr7b55", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/015gaxx73": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/04gqg1a07", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cqpd580": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/03gnr7b55", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nv7yv05": { - "ancestors": [ - "https://ror.org/0281dp749" - ], - "descendants": [ - "https://ror.org/034waa237", - "https://ror.org/03hass884", - "https://ror.org/01vs6se76", - "https://ror.org/04ktat366", - "https://ror.org/02zmk8084", - "https://ror.org/02r0e4r58", - "https://ror.org/037vx0145" - ] - }, - "https://ror.org/02rzvwr38": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/055cj5j49": { - "ancestors": [ - "https://ror.org/02hmjzt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/041q21635": { - "ancestors": [ - "https://ror.org/02p6c5g88", - "https://ror.org/02zteat75" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n89n861": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/04axb9j69": { - "ancestors": [ - "https://ror.org/05sbt2524", - "https://ror.org/02cte4b68", - "https://ror.org/04gqg1a07", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g1zjw44": { - "ancestors": [ - "https://ror.org/04z22qz54", - "https://ror.org/0199hds37", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bt3e159": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/02feahw73", - "https://ror.org/035hv2v80", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fy20a51": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02cte4b68", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/005fjj927": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/015m7wh34", - "https://ror.org/05pwkex33", - "https://ror.org/04kdfz702", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01m84wm78", - "https://ror.org/003vg9w96", - "https://ror.org/01s3fs709", - "https://ror.org/04kdfz702", - "https://ror.org/04b0z7q78", - "https://ror.org/02feahw73", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vg9cw43": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/0208m5v39": { - "ancestors": [ - "https://ror.org/05nfypp21", - "https://ror.org/057qpr032", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/048g3cy84": { - "ancestors": [ - "https://ror.org/03zmsge54", - "https://ror.org/02y5f7c97", - "https://ror.org/05gzmn429", - "https://ror.org/021nxhr62", - "https://ror.org/02y5f7c97", - "https://ror.org/00mmn6b08", - "https://ror.org/00f54p054", - "https://ror.org/02rcrvv70", - "https://ror.org/01bj3aw27" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y83ze93": { - "ancestors": [ - "https://ror.org/05qpen692" - ], - "descendants": [ - - ] - }, - "https://ror.org/021d2sw23": { - "ancestors": [ - "https://ror.org/04mv1z119" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jv0wy06": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/028cdc266": { - "ancestors": [ - "https://ror.org/05mmh0f86", - "https://ror.org/04gsp2c11", - "https://ror.org/02wa0fq92", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hd6wf14": { - "ancestors": [ - "https://ror.org/020ws7586", - "https://ror.org/02cte4b68", - "https://ror.org/03nhjew95", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ccj0x73": { - "ancestors": [ - "https://ror.org/04k3by130" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vyzg221": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/03hypw319", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bj3aw27": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03q1rgc19", - "https://ror.org/00qq8bd87", - "https://ror.org/01ca2by25", - "https://ror.org/04d8cf622", - "https://ror.org/03ww55028", - "https://ror.org/03sk1we31", - "https://ror.org/037k8mg80", - "https://ror.org/05hsv7e61", - "https://ror.org/02xznz413", - "https://ror.org/00km40770", - "https://ror.org/01c9ay627", - "https://ror.org/03ery9d53", - "https://ror.org/04nnxen11", - "https://ror.org/02z1qvq09", - "https://ror.org/05ek3m339", - "https://ror.org/03jf3w726", - "https://ror.org/02ah1da87", - "https://ror.org/05tj7dm33", - "https://ror.org/00mmn6b08", - "https://ror.org/04s778r16", - "https://ror.org/03eecgp81", - "https://ror.org/0054t4769", - "https://ror.org/05hhm9a98", - "https://ror.org/01h04ms65", - "https://ror.org/03e7mhc87", - "https://ror.org/01t14bp54", - "https://ror.org/00hvbwp12", - "https://ror.org/00htph268", - "https://ror.org/02vg64e60", - "https://ror.org/028rfb880", - "https://ror.org/00mw1dx44", - "https://ror.org/05p9bjd64", - "https://ror.org/02bhbx726", - "https://ror.org/037897814", - "https://ror.org/04csf5r20", - "https://ror.org/035fxjt55", - "https://ror.org/035sc8895", - "https://ror.org/01zprx076", - "https://ror.org/00n4kg172", - "https://ror.org/02y6dp041", - "https://ror.org/041g4v832", - "https://ror.org/05cpnza27", - "https://ror.org/040vxhp34", - "https://ror.org/00536t873", - "https://ror.org/04rp4zh16", - "https://ror.org/01cyr5g02", - "https://ror.org/02psmjc37", - "https://ror.org/0365gvr66", - "https://ror.org/05h6pya74", - "https://ror.org/01gas4q24", - "https://ror.org/01edzc976", - "https://ror.org/01kk9yv55", - "https://ror.org/041nk4h53", - "https://ror.org/058m7ey48", - "https://ror.org/01e41cf67", - "https://ror.org/01apwpt12", - "https://ror.org/031yh0y38", - "https://ror.org/00p6app11", - "https://ror.org/02ssawd58", - "https://ror.org/048ybsm72", - "https://ror.org/01wqtde93", - "https://ror.org/01qrpsa36", - "https://ror.org/03esms521", - "https://ror.org/036266993", - "https://ror.org/00heb4d89", - "https://ror.org/05csy5p27", - "https://ror.org/033jmdj81", - "https://ror.org/00f93gc02", - "https://ror.org/04848jz84", - "https://ror.org/02hdmed54", - "https://ror.org/03x9nbm24", - "https://ror.org/014kqcf15", - "https://ror.org/05vc7qy59", - "https://ror.org/00cx9er29", - "https://ror.org/02ayba360", - "https://ror.org/01x26mz03", - "https://ror.org/03naxhj05", - "https://ror.org/01ez1vb97", - "https://ror.org/04p0mdy95", - "https://ror.org/02gy5dj09", - "https://ror.org/009pn2s74", - "https://ror.org/004nzga04", - "https://ror.org/01xenw941", - "https://ror.org/031mgyp05", - "https://ror.org/04n45zg06", - "https://ror.org/01j67h539", - "https://ror.org/03gjh3k29", - "https://ror.org/04bfwqa71", - "https://ror.org/00qywr187", - "https://ror.org/05t41kv40", - "https://ror.org/049t0bn51", - "https://ror.org/00ty2a548", - "https://ror.org/0012c7r22", - "https://ror.org/05mg91w61", - "https://ror.org/0114b2m14", - "https://ror.org/02n3j8t12", - "https://ror.org/035m6g344", - "https://ror.org/02atag894", - "https://ror.org/031478740", - "https://ror.org/05msy3529", - "https://ror.org/01t14bp54", - "https://ror.org/03dbdcw44", - "https://ror.org/02gr2sy50", - "https://ror.org/02jbv0t02", - "https://ror.org/041m9xr71", - "https://ror.org/05gvnxz63", - "https://ror.org/02ex6cf31", - "https://ror.org/020hgte69", - "https://ror.org/01qz5mb56", - "https://ror.org/05h992307", - "https://ror.org/03vn1ts68", - "https://ror.org/05gzmn429", - "https://ror.org/02vwzrd76", - "https://ror.org/03r4g9w46", - "https://ror.org/038nwvj35", - "https://ror.org/00ppxvb66", - "https://ror.org/05n3s3g85", - "https://ror.org/005jmje44", - "https://ror.org/03bx63127", - "https://ror.org/01vt80e72", - "https://ror.org/04he1c034", - "https://ror.org/039928415", - "https://ror.org/008fa9s48", - "https://ror.org/04z2gev20", - "https://ror.org/04bym8a28", - "https://ror.org/04b1tq154", - "https://ror.org/05svhk535", - "https://ror.org/044xyx374", - "https://ror.org/04da1g573", - "https://ror.org/035cj2961", - "https://ror.org/02k3nmd98", - "https://ror.org/031yh0y38", - "https://ror.org/03s53g630", - "https://ror.org/01qvmna33", - "https://ror.org/01d947q34", - "https://ror.org/05vk3sy20", - "https://ror.org/03c7p2r39", - "https://ror.org/01znn6x10", - "https://ror.org/04zptmf07", - "https://ror.org/05jtgpc57", - "https://ror.org/00319zh75", - "https://ror.org/04xm1d337", - "https://ror.org/01fdhpk75", - "https://ror.org/05v3mvq14", - "https://ror.org/0382bxa43", - "https://ror.org/05cwx3318", - "https://ror.org/004x7d471", - "https://ror.org/04qxsr837", - "https://ror.org/01svjdw65", - "https://ror.org/04b15va38", - "https://ror.org/045ybte48", - "https://ror.org/05db1vq90", - "https://ror.org/01q47ea17", - "https://ror.org/0580dnq61", - "https://ror.org/035xqz322", - "https://ror.org/02kjy2z57", - "https://ror.org/002h4ry72", - "https://ror.org/0415p6x27", - "https://ror.org/05277x335", - "https://ror.org/01dvj3d25", - "https://ror.org/01wass480", - "https://ror.org/02xn1ny06", - "https://ror.org/05p915b28", - "https://ror.org/00q6v6102", - "https://ror.org/058cmd703", - "https://ror.org/04rc0xn13", - "https://ror.org/03wpv8896", - "https://ror.org/039fx6g98", - "https://ror.org/014vdsh37", - "https://ror.org/05sg23t46", - "https://ror.org/00pwqz914", - "https://ror.org/02vkaa689", - "https://ror.org/02vzbm991", - "https://ror.org/023py8175", - "https://ror.org/048g3cy84", - "https://ror.org/033wxpt21" - ] - }, - "https://ror.org/00dyt5s15": { - "ancestors": [ - "https://ror.org/00jmxvy70", - "https://ror.org/00rydyx93", - "https://ror.org/05k9skc85", - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/043a21x04": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k1smh27": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/04vfs2w97", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c2k2909": { - "ancestors": [ - "https://ror.org/020ws7586", - "https://ror.org/00z54nq84", - "https://ror.org/03nhjew95", - "https://ror.org/03wb8xz10", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0534re684": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s608j53": { - "ancestors": [ - "https://ror.org/050jn9y42", - "https://ror.org/00s19x989", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05258q350": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/05q3vnk25", - "https://ror.org/02m9kbe37", - "https://ror.org/04kdfz702", - "https://ror.org/00f945z63", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/003vg9w96", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a68ds78": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/000zhpw23": { - "ancestors": [ - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jvz7e61": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/03xjwb503", - "https://ror.org/003vg9w96", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/0028p8r67": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/00d0rke27", - "https://ror.org/01cbtr271", - "https://ror.org/030bahv93", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bahkp76": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c3j6v84": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/02v6w2r95", - "https://ror.org/04v7hvq31", - "https://ror.org/04chq2495", - "https://ror.org/0115n5160", - "https://ror.org/030sa3819", - "https://ror.org/0168r3w48", - "https://ror.org/02rcrvv70", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/023b2c435": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rq94151": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/0081fs513", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03skt0t88": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02kvxyf05", - "https://ror.org/01502ca60", - "https://ror.org/01q76b368", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gzmn429": { - "ancestors": [ - "https://ror.org/00mmn6b08", - "https://ror.org/00f54p054", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00pwqz914", - "https://ror.org/02vkaa689", - "https://ror.org/02vzbm991", - "https://ror.org/023py8175", - "https://ror.org/048g3cy84" - ] - }, - "https://ror.org/01ed4t417": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/05n7yzd13", - "https://ror.org/00pg5jh14", - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503", - "https://ror.org/00pg5jh14", - "https://ror.org/01s0ssk34" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qer7k24": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rtw5049": { - "ancestors": [ - "https://ror.org/044jxhp58", - "https://ror.org/04kdfz702", - "https://ror.org/05q3vnk25", - "https://ror.org/0372th171", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xz2my07": { - "ancestors": [ - "https://ror.org/00tebkv94", - "https://ror.org/054qv7y42", - "https://ror.org/057qpr032", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/01w2yhe61": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - "https://ror.org/04frfb960" - ] - }, - "https://ror.org/05jkgzq43": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vs9wp72": { - "ancestors": [ - "https://ror.org/034t30j35", - "https://ror.org/011c1jj51" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h761y79": { - "ancestors": [ - "https://ror.org/0518wrr32", - "https://ror.org/02g61p297", - "https://ror.org/033tx3651", - "https://ror.org/008td3p62", - "https://ror.org/057zh3y96", - "https://ror.org/052rrw050", - "https://ror.org/01g5y5k24", - "https://ror.org/055n47h92", - "https://ror.org/048rj2z13", - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pw5c804": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hnwy706": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/048xwe611": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b5c0584": { - "ancestors": [ - "https://ror.org/01rk35k63" - ], - "descendants": [ - "https://ror.org/0256r1e04", - "https://ror.org/04y24xj84", - "https://ror.org/05v3w8223", - "https://ror.org/01yx7av22", - "https://ror.org/05mqwtr17", - "https://ror.org/01ap27310", - "https://ror.org/02wmc6m46", - "https://ror.org/04qz4qy85", - "https://ror.org/00rawf147", - "https://ror.org/045jdy577", - "https://ror.org/051sjmb83", - "https://ror.org/007z4h433", - "https://ror.org/04jqdyp62", - "https://ror.org/0227md814", - "https://ror.org/00pmdbw58", - "https://ror.org/04nsbpw26", - "https://ror.org/05mnstq10", - "https://ror.org/01k6ebg12", - "https://ror.org/04vne9k06", - "https://ror.org/05de6h762", - "https://ror.org/04m69ya83", - "https://ror.org/00prvqp73" - ] - }, - "https://ror.org/0060xzr04": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0095bgs14": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/016zvc994": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/0234pcb82": { - "ancestors": [ - "https://ror.org/02x3w5g21", - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s8hq550": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/04mv1z119", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/021fdyt09": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/03gnr7b55", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03smk3872": { - "ancestors": [ - "https://ror.org/01cmnjq37", - "https://ror.org/029brtt94", - "https://ror.org/01502ca60", - "https://ror.org/02vjkv261", - "https://ror.org/050jn9y42", - "https://ror.org/04z22qz54", - "https://ror.org/00s19x989", - "https://ror.org/030bahv93", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/035mqrn57": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/05fe7ax82", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04g3hdh17": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hwgty18": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04frfb960": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/01w2yhe61", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mfwtg94": { - "ancestors": [ - "https://ror.org/00gtg0p11", - "https://ror.org/03xjwb503", - "https://ror.org/04k031t90", - "https://ror.org/03mkjjy25", - "https://ror.org/003vg9w96", - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gsxrt27": { - "ancestors": [ - "https://ror.org/045pn2j94" - ], - "descendants": [ - "https://ror.org/05x3m4218", - "https://ror.org/01j5pk676" - ] - }, - "https://ror.org/01yw9jt43": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/051escj72", - "https://ror.org/02ryfmr77" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b9t6d21": { - "ancestors": [ - "https://ror.org/03d7d9103" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m5rvb18": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02d9dg697", - "https://ror.org/04ezk3x31", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/043hw6336": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fvhm231": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02d9dg697", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/016grk095": { - "ancestors": [ - "https://ror.org/05nkf0n29" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r6d4v68": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jtzcc30": { - "ancestors": [ - "https://ror.org/054qv7y42", - "https://ror.org/02cte4b68", - "https://ror.org/057qpr032", - "https://ror.org/00har9915", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f9rh541": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04310tc15": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/00z54nq84", - "https://ror.org/051kpcy16", - "https://ror.org/01fpqqe90", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/056mmjd70": { - "ancestors": [ - "https://ror.org/05qgpp431", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gv4cm14": { - "ancestors": [ - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02he5dz58": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wvkky61": { - "ancestors": [ - "https://ror.org/05kdz4d87" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tfx4p51": { - "ancestors": [ - "https://ror.org/01p8ehb87" - ], - "descendants": [ - - ] - }, - "https://ror.org/00357kh21": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/01q76b368", - "https://ror.org/051escj72", - "https://ror.org/003vg9w96", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kadgz77": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/042cesy50": { - "ancestors": [ - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gnh5n78": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/036f5mx38": { - "ancestors": [ - "https://ror.org/02y5f7c97" - ], - "descendants": [ - - ] - }, - "https://ror.org/0135fch82": { - "ancestors": [ - "https://ror.org/03zmsge54", - "https://ror.org/02y5f7c97", - "https://ror.org/021nxhr62", - "https://ror.org/02y5f7c97", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/055ymkj32": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/02vjkv261", - "https://ror.org/00z54nq84", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bvkzq91": { - "ancestors": [ - "https://ror.org/052ygfd66" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gyj6s21": { - "ancestors": [ - "https://ror.org/01ahyrz84" - ], - "descendants": [ - "https://ror.org/040smqw14" - ] - }, - "https://ror.org/04qcebk79": { - "ancestors": [ - "https://ror.org/02pfhbd70" - ], - "descendants": [ - - ] - }, - "https://ror.org/017je3b10": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/04vfs2w97", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/002rjbv21": { - "ancestors": [ - "https://ror.org/010gxg263" - ], - "descendants": [ - "https://ror.org/02pkvpx84" - ] - }, - "https://ror.org/01qpwsp84": { - "ancestors": [ - "https://ror.org/02p6c5g88", - "https://ror.org/02zteat75" - ], - "descendants": [ - - ] - }, - "https://ror.org/0530qwm02": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/00pg6eq24", - "https://ror.org/02jhjzd11", - "https://ror.org/030qxve40", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05je79696": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/01q76b368", - "https://ror.org/04vfs2w97", - "https://ror.org/02cyw3861", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qyswv14": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/042j26x71": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/021ddkf20": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/002pfnf57": { - "ancestors": [ - "https://ror.org/00xmqmx64", - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x3dve48": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kxdq627": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y2c2646": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02en5vm52", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/0032jvj22": { - "ancestors": [ - "https://ror.org/02wy4ac67", - "https://ror.org/00pg6eq24", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wq02383": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wy4ac67": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/05sc3hd12", - "https://ror.org/0032jvj22" - ] - }, - "https://ror.org/04mywez65": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s2fqz02": { - "ancestors": [ - "https://ror.org/02yg0nm07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m5jhc07": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w9m1f21": { - "ancestors": [ - "https://ror.org/02g6avh54" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r1pw664": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kx1aw31": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x6wax64": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e2jep17": { - "ancestors": [ - "https://ror.org/00sh7p618" - ], - "descendants": [ - - ] - }, - "https://ror.org/018yhvz21": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gc4br58": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yz9xh49": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/052jx3443": { - "ancestors": [ - "https://ror.org/00jmtdy57" - ], - "descendants": [ - - ] - }, - "https://ror.org/0542cwx04": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pw9dq94": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hxyy717": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r0qs524": { - "ancestors": [ - "https://ror.org/05qj6w324" - ], - "descendants": [ - - ] - }, - "https://ror.org/04grq1g73": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w7hre37": { - "ancestors": [ - "https://ror.org/02yg0nm07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bzgtz06": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/04sjchr03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h1e3230": { - "ancestors": [ - "https://ror.org/02hmjzt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/004gzqz66": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/02feahw73", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/01w1erp60" - ] - }, - "https://ror.org/00r2ye360": { - "ancestors": [ - "https://ror.org/057kyc739" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b5jha84": { - "ancestors": [ - "https://ror.org/0076knn86", - "https://ror.org/02zqm6r10", - "https://ror.org/0307bxz06" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bhp7a56": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/01gyxrk03", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nts2374": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rg98h11": { - "ancestors": [ - "https://ror.org/02tphfq59" - ], - "descendants": [ - - ] - }, - "https://ror.org/002weee54": { - "ancestors": [ - "https://ror.org/00rs6vg23", - "https://ror.org/0561zqn56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dfd1509": { - "ancestors": [ - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/00zbzej19", - "https://ror.org/05q3vnk25", - "https://ror.org/00zmdjj30", - "https://ror.org/008bf9746", - "https://ror.org/022psxk94", - "https://ror.org/04ahb2147", - "https://ror.org/02t9nm044", - "https://ror.org/026t9b832", - "https://ror.org/04gxn9h90", - "https://ror.org/03kcgdd35", - "https://ror.org/01sjmsj73", - "https://ror.org/01tp1c480", - "https://ror.org/020nks034", - "https://ror.org/03pnk9016", - "https://ror.org/008rywf59", - "https://ror.org/01225hq90", - "https://ror.org/05h7ddb14", - "https://ror.org/02banhz78", - "https://ror.org/0508wny29", - "https://ror.org/04pfr1b11", - "https://ror.org/00b80ez59", - "https://ror.org/05xtktk35", - "https://ror.org/020g0rw41", - "https://ror.org/01h4rra97", - "https://ror.org/05k0qmv73", - "https://ror.org/00f945z63", - "https://ror.org/05kf9jb93", - "https://ror.org/051ykjw41", - "https://ror.org/044vzpb64", - "https://ror.org/015q23935", - "https://ror.org/01j4h9t83", - "https://ror.org/00bnthp71", - "https://ror.org/03xx98n35", - "https://ror.org/032qezt74", - "https://ror.org/02qprbz18", - "https://ror.org/01cah1n37", - "https://ror.org/01cf2sz15", - "https://ror.org/02s56xp85", - "https://ror.org/01wwcfa26", - "https://ror.org/05abgg682", - "https://ror.org/003n95695", - "https://ror.org/02vnq7240", - "https://ror.org/05j3atf73", - "https://ror.org/05h929866", - "https://ror.org/02chvqy57", - "https://ror.org/00aycez97", - "https://ror.org/03rtw5049", - "https://ror.org/00357kh21", - "https://ror.org/049dk3691", - "https://ror.org/0409c3995", - "https://ror.org/05258q350", - "https://ror.org/00rd22143", - "https://ror.org/03p7xrr08", - "https://ror.org/017qtjx43", - "https://ror.org/002yg6s88", - "https://ror.org/05fnxds15", - "https://ror.org/002v3cy83", - "https://ror.org/04ej53908", - "https://ror.org/053kxkj53", - "https://ror.org/05kxt4539", - "https://ror.org/011abem59", - "https://ror.org/05deqk823", - "https://ror.org/01nfvkq89", - "https://ror.org/00mryrd39", - "https://ror.org/02844qe97", - "https://ror.org/00cesps27", - "https://ror.org/01z485314", - "https://ror.org/014sj8802", - "https://ror.org/023h4a821", - "https://ror.org/001j26r80", - "https://ror.org/05ye29x39", - "https://ror.org/00waz9262", - "https://ror.org/047rqcm40", - "https://ror.org/04gpe6h67", - "https://ror.org/04fgntk96", - "https://ror.org/01365h357", - "https://ror.org/05y5s3h28", - "https://ror.org/05mv3tj33", - "https://ror.org/05s6hm275", - "https://ror.org/01pa4h393", - "https://ror.org/0585hkk81", - "https://ror.org/01hg13988", - "https://ror.org/04av83c71", - "https://ror.org/01gtjxz83", - "https://ror.org/05258q350", - "https://ror.org/01pa4h393", - "https://ror.org/03r5d5c48", - "https://ror.org/0518tra10", - "https://ror.org/011xg1225", - "https://ror.org/03vte9x46", - "https://ror.org/03v2c3v44", - "https://ror.org/03wsemq03", - "https://ror.org/01kcrnc96" - ] - }, - "https://ror.org/04jd9ff79": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/052bnvt46": { - "ancestors": [ - "https://ror.org/05mktfw05" - ], - "descendants": [ - - ] - }, - "https://ror.org/039dabd75": { - "ancestors": [ - "https://ror.org/02bxt4m23" - ], - "descendants": [ - - ] - }, - "https://ror.org/020rfvw83": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/007czgh25": { - "ancestors": [ - "https://ror.org/00m02ap37" - ], - "descendants": [ - - ] - }, - "https://ror.org/03keztm33": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05brss208": { - "ancestors": [ - "https://ror.org/01gyxrk03", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/027z2pe53": { - "ancestors": [ - "https://ror.org/0175hh227", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v9vbn43": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/029nkcm90": { - "ancestors": [ - "https://ror.org/013cjyk83" - ], - "descendants": [ - "https://ror.org/03tnjrr49", - "https://ror.org/01920cw75", - "https://ror.org/05c95bg36", - "https://ror.org/00bbtde36", - "https://ror.org/0557mft23", - "https://ror.org/01vqrde47", - "https://ror.org/03hgsyv65", - "https://ror.org/017zz7s54", - "https://ror.org/00cpdar66" - ] - }, - "https://ror.org/05h16ba49": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01aba3e23": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ry58h45": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tgr2h49": { - "ancestors": [ - "https://ror.org/05qrfxd25" - ], - "descendants": [ - "https://ror.org/047wbzv64", - "https://ror.org/03134gf68", - "https://ror.org/02h6vef88", - "https://ror.org/00t7t9a43", - "https://ror.org/013w2d378", - "https://ror.org/05fqdmq12", - "https://ror.org/047f8bv22", - "https://ror.org/02x3mf211", - "https://ror.org/00n8bqs64", - "https://ror.org/034fqtg16", - "https://ror.org/00x0vxx91", - "https://ror.org/02jract75", - "https://ror.org/02smvmz76", - "https://ror.org/01ccb9w37" - ] - }, - "https://ror.org/04yb08h36": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c62av11": { - "ancestors": [ - "https://ror.org/00jmxvy70", - "https://ror.org/01gyxrk03", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x99ab60": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jw8vr54": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fa5cb34": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r08g441": { - "ancestors": [ - "https://ror.org/00hy3gq97", - "https://ror.org/02rhp5f96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dftj863": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ht85j57": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ewvzm89": { - "ancestors": [ - "https://ror.org/034yrjf77", - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ff43k45": { - "ancestors": [ - "https://ror.org/04f90ax67" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m5tsd56": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yjyfs84": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/0159cmf83": { - "ancestors": [ - "https://ror.org/051p4rr20" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jet3w32": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - "https://ror.org/05fw3y429", - "https://ror.org/03j546b66", - "https://ror.org/01trny179", - "https://ror.org/02794jc95", - "https://ror.org/049ajfa91", - "https://ror.org/03hxyy717", - "https://ror.org/03gfgbw10", - "https://ror.org/05g1y0660", - "https://ror.org/04x6wax64", - "https://ror.org/02fhhwa39", - "https://ror.org/02fa5cb34", - "https://ror.org/0431ec194", - "https://ror.org/005506478", - "https://ror.org/03cmqx484", - "https://ror.org/00nts2374", - "https://ror.org/03g9zwv89", - "https://ror.org/05885p792", - "https://ror.org/0029hqx58", - "https://ror.org/059qe0395" - ] - }, - "https://ror.org/04eb1yz45": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/022hvg611": { - "ancestors": [ - "https://ror.org/01sjwvz98" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rgkxh67": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/049ajfa91": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tw5w184": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mrd2h55": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/050268k88": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gfgbw10": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n1s0q44": { - "ancestors": [ - "https://ror.org/0128dte27", - "https://ror.org/02nk74404" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vv60b83": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/0076knn86": { - "ancestors": [ - "https://ror.org/02zqm6r10", - "https://ror.org/0307bxz06" - ], - "descendants": [ - "https://ror.org/05b5jha84" - ] - }, - "https://ror.org/054v7qb79": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/002zc3t08": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/029nkcm90", - "https://ror.org/02en5vm52", - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/013fk0013": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j307b25": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/029brtt94", - "https://ror.org/04zmssz18", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0589kgd85": { - "ancestors": [ - "https://ror.org/02kpeqv85" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cq7sd97": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dnm2t22": { - "ancestors": [ - "https://ror.org/04qst6c17" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kcdvz75": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/032g3x293": { - "ancestors": [ - "https://ror.org/03m5ehy13" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fc2ss05": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/058hjkk82": { - "ancestors": [ - "https://ror.org/02yg0nm07" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fsd1928": { - "ancestors": [ - "https://ror.org/00g8rx069", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/032v67m28": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/00afp2z80", - "https://ror.org/02kzqn938", - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xf7j173": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/001tmq304": { - "ancestors": [ - "https://ror.org/04y5kwa70", - "https://ror.org/02feahw73", - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tb23024": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/036dcky53": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nc8v966": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02at6c277": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p2d3k93": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/0596wkf93": { - "ancestors": [ - "https://ror.org/05rdf8595" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z22qz54": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/03smk3872", - "https://ror.org/05g1zjw44", - "https://ror.org/04afed728", - "https://ror.org/05y6rqs46", - "https://ror.org/01c8rcg82", - "https://ror.org/043749971", - "https://ror.org/0075hvk77", - "https://ror.org/0592ata02", - "https://ror.org/00myn0z94", - "https://ror.org/05neq8668", - "https://ror.org/03adqg323", - "https://ror.org/04t50yk91", - "https://ror.org/01215r597", - "https://ror.org/05krcen59", - "https://ror.org/00k4e5n71", - "https://ror.org/0266kfd37", - "https://ror.org/00rv5x925", - "https://ror.org/046p9e825", - "https://ror.org/03vcm6439", - "https://ror.org/00t3fpp34", - "https://ror.org/006z7v557", - "https://ror.org/03pnp1a74", - "https://ror.org/02vnf0c38", - "https://ror.org/03jv6w209", - "https://ror.org/013yean28", - "https://ror.org/022r5hc56", - "https://ror.org/03985kf35", - "https://ror.org/000063q30", - "https://ror.org/05afmzm11", - "https://ror.org/056hxch81", - "https://ror.org/045ff8v85", - "https://ror.org/02t6zvp46", - "https://ror.org/01pgzvb06", - "https://ror.org/02cksep19", - "https://ror.org/01zn4dj88", - "https://ror.org/0381pta47", - "https://ror.org/056th3f83", - "https://ror.org/024cwyh09", - "https://ror.org/007k1sp19", - "https://ror.org/02v0g3b09", - "https://ror.org/002sjzb46", - "https://ror.org/03p28de55", - "https://ror.org/04abbt041", - "https://ror.org/00q8gze35", - "https://ror.org/0421ngv68", - "https://ror.org/0159yvt51", - "https://ror.org/00xkg0532", - "https://ror.org/03g7tsb60", - "https://ror.org/038mncb54", - "https://ror.org/04xnkqg56", - "https://ror.org/00077hj81", - "https://ror.org/05pj0t051", - "https://ror.org/059z1ye11", - "https://ror.org/03p3amd86", - "https://ror.org/05v2cwj11", - "https://ror.org/05qgc7m36", - "https://ror.org/022jb9a19", - "https://ror.org/035vnpg93", - "https://ror.org/053wq2p27", - "https://ror.org/0194hft57", - "https://ror.org/043ja9593", - "https://ror.org/00rttk466", - "https://ror.org/04qgdxq75", - "https://ror.org/005g9fg60", - "https://ror.org/00hr9sq71", - "https://ror.org/05rv46r52", - "https://ror.org/02xc7ww16", - "https://ror.org/0440j7g03", - "https://ror.org/03w9t3v76", - "https://ror.org/02n848x19", - "https://ror.org/0005fxe59", - "https://ror.org/02m9pkf41", - "https://ror.org/034kszc22", - "https://ror.org/02mv3qy73", - "https://ror.org/019yhsq25", - "https://ror.org/048c8c312", - "https://ror.org/034zjpe43", - "https://ror.org/03kdymn35", - "https://ror.org/00vk6my81" - ] - }, - "https://ror.org/05phyf558": { - "ancestors": [ - "https://ror.org/02yg0nm07" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b4yme84": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jt9em80": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fcycp48": { - "ancestors": [ - "https://ror.org/05j07r343" - ], - "descendants": [ - - ] - }, - "https://ror.org/0538aev80": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f2bpr74": { - "ancestors": [ - "https://ror.org/029bre548", - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xzzba89": { - "ancestors": [ - "https://ror.org/057qpr032", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/0407ex783": { - "ancestors": [ - "https://ror.org/04f90ax67" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ekdz076": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/004914a33": { - "ancestors": [ - "https://ror.org/05wtp9w08", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/050gn5214": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05885p792": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kqfwm03": { - "ancestors": [ - "https://ror.org/047gc3g35" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m87vz37": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ksk4k18": { - "ancestors": [ - "https://ror.org/03jjt8440" - ], - "descendants": [ - "https://ror.org/03kbxzp97" - ] - }, - "https://ror.org/02x3mf211": { - "ancestors": [ - "https://ror.org/00tgr2h49", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/034ee3t09": { - "ancestors": [ - "https://ror.org/028mtfb17" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zpxh127": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/019hb9542": { - "ancestors": [ - "https://ror.org/00xkqe770" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jyxq429": { - "ancestors": [ - "https://ror.org/01j33xk10" - ], - "descendants": [ - - ] - }, - "https://ror.org/0029hqx58": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04py13j66": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xyazb71": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/008n78156": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rs6vg23": { - "ancestors": [ - "https://ror.org/0561zqn56" - ], - "descendants": [ - "https://ror.org/00n9sps80", - "https://ror.org/01r8m0a35", - "https://ror.org/00qa31321", - "https://ror.org/05h8s0v03", - "https://ror.org/03646q924", - "https://ror.org/030e1gk87", - "https://ror.org/01xf8ec44", - "https://ror.org/002weee54" - ] - }, - "https://ror.org/02fhhwa39": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/057y6sk36": { - "ancestors": [ - "https://ror.org/03tjsyq23", - "https://ror.org/03emtbt60", - "https://ror.org/036h6g940" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d3nc825": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/04knth696": { - "ancestors": [ - "https://ror.org/02e2tgs60", - "https://ror.org/021nxhr62", - "https://ror.org/00hj8s172", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05na4hm84": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g9zwv89": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/029z02k15": { - "ancestors": [ - "https://ror.org/05vt9qd57" - ], - "descendants": [ - "https://ror.org/0060x3y55", - "https://ror.org/014ye1258" - ] - }, - "https://ror.org/03sktxb65": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/051sk4035", - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v8kcx92": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pyv1r78": { - "ancestors": [ - "https://ror.org/045sza929" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w653772": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e2tgs60": { - "ancestors": [ - "https://ror.org/00hj8s172" - ], - "descendants": [ - "https://ror.org/04knth696" - ] - }, - "https://ror.org/04q2bzq33": { - "ancestors": [ - "https://ror.org/0321g0743", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/0431ec194": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s1pqt66": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/0200cc312": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/04zmssz18", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0329apa05": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wdygz27": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x9frp33": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s6bet72": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cctyp65": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vnghs48": { - "ancestors": [ - "https://ror.org/01kg8sb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qj54f29": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w7x5c08": { - "ancestors": [ - "https://ror.org/050bd8661" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xvfkh51": { - "ancestors": [ - "https://ror.org/027pk6j83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hhrpp03": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/016g7a124": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y441t49": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rth4p18": { - "ancestors": [ - "https://ror.org/01rk35k63" - ], - "descendants": [ - "https://ror.org/02bq56641", - "https://ror.org/059xs3104", - "https://ror.org/04bsn3y16", - "https://ror.org/026tf7535", - "https://ror.org/048z48z46", - "https://ror.org/01rzzcx32", - "https://ror.org/0476zq753", - "https://ror.org/02stf8w13", - "https://ror.org/03cccec37", - "https://ror.org/037xc1874", - "https://ror.org/009frb846", - "https://ror.org/0256r1e04", - "https://ror.org/04y24xj84", - "https://ror.org/054f5fc35", - "https://ror.org/042fmc481", - "https://ror.org/028cp7y71", - "https://ror.org/01yx7av22", - "https://ror.org/05mqwtr17", - "https://ror.org/01ap27310", - "https://ror.org/02wmc6m46", - "https://ror.org/03r0cdk24", - "https://ror.org/04mn0nr69", - "https://ror.org/01yw97595", - "https://ror.org/01fvx3s14", - "https://ror.org/048ryj409", - "https://ror.org/04qz4qy85", - "https://ror.org/0061rmm93", - "https://ror.org/00rj8cd91", - "https://ror.org/051br2d77", - "https://ror.org/007dy3y92", - "https://ror.org/00rawf147", - "https://ror.org/02125p091", - "https://ror.org/04x9a0q46", - "https://ror.org/04ej53908", - "https://ror.org/05de6h762", - "https://ror.org/000q6dn27", - "https://ror.org/01t7v1t25", - "https://ror.org/04dv4he91", - "https://ror.org/00prvqp73" - ] - }, - "https://ror.org/008tw4n61": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/012asnv87": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ztymy03": { - "ancestors": [ - "https://ror.org/03nnxqz81", - "https://ror.org/026vcq606", - "https://ror.org/05f0yaq80" - ], - "descendants": [ - - ] - }, - "https://ror.org/01eem7c55": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r20e176": { - "ancestors": [ - "https://ror.org/022tacd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01875pg84": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bgnvd66": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zy6dj62": { - "ancestors": [ - "https://ror.org/045rztm55" - ], - "descendants": [ - "https://ror.org/05s21y527" - ] - }, - "https://ror.org/03tb37539": { - "ancestors": [ - "https://ror.org/03zaddr67" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hh72v06": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/049acv814": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/003zypy88": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d3nyr92": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m1yqp60": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xxayh10": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/018pp1107": { - "ancestors": [ - "https://ror.org/042949r55", - "https://ror.org/05c2qg481" - ], - "descendants": [ - "https://ror.org/053gdvc84", - "https://ror.org/00wrnm709", - "https://ror.org/01ks4c961", - "https://ror.org/00hbc1k35", - "https://ror.org/04hztmn48", - "https://ror.org/00awn3k11", - "https://ror.org/0186z1m53", - "https://ror.org/01xd0ys45", - "https://ror.org/059jx7q58", - "https://ror.org/02w8awt17", - "https://ror.org/04yzbzc51", - "https://ror.org/055449294", - "https://ror.org/01nyrrx14", - "https://ror.org/01v6shv96", - "https://ror.org/017jp7t31" - ] - }, - "https://ror.org/0128dte27": { - "ancestors": [ - "https://ror.org/02nk74404" - ], - "descendants": [ - "https://ror.org/04n1s0q44" - ] - }, - "https://ror.org/059424541": { - "ancestors": [ - "https://ror.org/01gyxrk03", - "https://ror.org/05wy89733" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x8c0495": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/059qe0395": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mjgqe69": { - "ancestors": [ - "https://ror.org/0307bxz06" - ], - "descendants": [ - - ] - }, - "https://ror.org/0240qt703": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/0495fxg12" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nw31086": { - "ancestors": [ - "https://ror.org/01sf06y89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vwsc311": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cqe8q68": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kzn1s88": { - "ancestors": [ - "https://ror.org/0175hh227", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/0471kz689": { - "ancestors": [ - "https://ror.org/03bz5pb92" - ], - "descendants": [ - "https://ror.org/027364b18", - "https://ror.org/016vxbe23", - "https://ror.org/01dthb180", - "https://ror.org/04ssf8c19" - ] - }, - "https://ror.org/02sps6z09": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k3t2d52": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/029bre548": { - "ancestors": [ - "https://ror.org/04h4z8k05", - "https://ror.org/01eb8ek77", - "https://ror.org/006kxhp52" - ], - "descendants": [ - "https://ror.org/05f2bpr74" - ] - }, - "https://ror.org/03q7fjn30": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cmqx484": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/043w1y866": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/023azs158": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/0480tmh03": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ttadj76": { - "ancestors": [ - "https://ror.org/013q1eq08", - "https://ror.org/046n57345", - "https://ror.org/01rxvg760", - "https://ror.org/0220qvk04", - "https://ror.org/04c4dkn09", - "https://ror.org/00a2xv884", - "https://ror.org/034t30j35", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jvgth94": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xy2mq71": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s9s1q23": { - "ancestors": [ - "https://ror.org/013ckk937" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yphsh03": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jrmfs07": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b9w4n89": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/027s68j25": { - "ancestors": [ - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/034k14f91", - "https://ror.org/02fsh0r13", - "https://ror.org/04qqd9793", - "https://ror.org/01b2av652", - "https://ror.org/02pzr0022", - "https://ror.org/01c2sx728", - "https://ror.org/012wsxz85", - "https://ror.org/00502tg50" - ] - }, - "https://ror.org/03cs09e53": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/0060x3y55": { - "ancestors": [ - "https://ror.org/029z02k15", - "https://ror.org/05vt9qd57" - ], - "descendants": [ - - ] - }, - "https://ror.org/005506478": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g1y0660": { - "ancestors": [ - "https://ror.org/02jet3w32", - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wq67h32": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/024fg8t29": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qz16y57": { - "ancestors": [ - "https://ror.org/04xt5aa77", - "https://ror.org/012zp9903", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jc3hw63": { - "ancestors": [ - "https://ror.org/04nbqb988", - "https://ror.org/04yka3j04", - "https://ror.org/01gysn705", - "https://ror.org/01gysn705" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rccdb17": { - "ancestors": [ - "https://ror.org/039594g80", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/054zhq066": { - "ancestors": [ - "https://ror.org/04m2anh63", - "https://ror.org/05hkkdn48", - "https://ror.org/041nas322" - ], - "descendants": [ - - ] - }, - "https://ror.org/0448sak71": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ny82a28": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w0bbr97": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r1wdc11": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gp0yb49": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/042c8nz45": { - "ancestors": [ - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - "https://ror.org/03xba7c91", - "https://ror.org/04j413049", - "https://ror.org/01pqh8144", - "https://ror.org/027p0bm56", - "https://ror.org/03yxgmm62", - "https://ror.org/02dj4ny34", - "https://ror.org/02mx98f15", - "https://ror.org/05w62hv45", - "https://ror.org/01c17pa61" - ] - }, - "https://ror.org/04ajwkn20": { - "ancestors": [ - "https://ror.org/04sze3c15", - "https://ror.org/01wjejq96" - ], - "descendants": [ - - ] - }, - "https://ror.org/056th3f83": { - "ancestors": [ - "https://ror.org/00n8d6z93", - "https://ror.org/01c8rcg82", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/04z22qz54", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pgzvb06": { - "ancestors": [ - "https://ror.org/00n8d6z93", - "https://ror.org/01c8rcg82", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/04z22qz54", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00671me87": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qk89x33": { - "ancestors": [ - "https://ror.org/00qw25974", - "https://ror.org/039594g80", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yhs7m71": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0338ycj54": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mwyc682": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/0083ncs46": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/039594g80": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - "https://ror.org/016qzbe65", - "https://ror.org/05fmd7q31", - "https://ror.org/02n1ntd57", - "https://ror.org/002r3r896", - "https://ror.org/00qw25974", - "https://ror.org/04e8nyq62", - "https://ror.org/03rccdb17", - "https://ror.org/055ttrf22", - "https://ror.org/00pr69w48", - "https://ror.org/02w97cy44", - "https://ror.org/03qk89x33" - ] - }, - "https://ror.org/05h8wjh50": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/059x9n677": { - "ancestors": [ - "https://ror.org/005bty106" - ], - "descendants": [ - "https://ror.org/01bj9w612", - "https://ror.org/01ghq5e75", - "https://ror.org/04tz7b884", - "https://ror.org/0367gm239" - ] - }, - "https://ror.org/048r72142": { - "ancestors": [ - "https://ror.org/03j13xx78" - ], - "descendants": [ - - ] - }, - "https://ror.org/004nttc42": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gg0jt32": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f6d5009": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/002nav185": { - "ancestors": [ - "https://ror.org/002wfgr58" - ], - "descendants": [ - - ] - }, - "https://ror.org/013c4e161": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pqpfz42": { - "ancestors": [ - "https://ror.org/00vxgjw72", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tbr6331": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kdfz702": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/0015h8611", - "https://ror.org/032582s48", - "https://ror.org/004rej139", - "https://ror.org/01225hq90", - "https://ror.org/01jt5ms28", - "https://ror.org/011nqat45", - "https://ror.org/01pa4h393", - "https://ror.org/01s48fc08", - "https://ror.org/01tsa0x55", - "https://ror.org/01920cw75", - "https://ror.org/05xtktk35", - "https://ror.org/05k0qmv73", - "https://ror.org/024gts110", - "https://ror.org/00vn0zc62", - "https://ror.org/01gtjxz83", - "https://ror.org/02h0g9r59", - "https://ror.org/022bnxw24", - "https://ror.org/004gzqz66", - "https://ror.org/01cf2sz15", - "https://ror.org/00xagyq07", - "https://ror.org/01wwcfa26", - "https://ror.org/05je79696", - "https://ror.org/046cjf283", - "https://ror.org/02vnq7240", - "https://ror.org/017d9yp59", - "https://ror.org/05j3atf73", - "https://ror.org/02mdnkg28", - "https://ror.org/05vg9cw43", - "https://ror.org/000ehr937", - "https://ror.org/03wsemq03", - "https://ror.org/03dsd0g48", - "https://ror.org/00ssy9q55", - "https://ror.org/05m14rs93", - "https://ror.org/00aycez97", - "https://ror.org/00bbtde36", - "https://ror.org/03rtw5049", - "https://ror.org/00yee3n23", - "https://ror.org/05nk54s89", - "https://ror.org/03f0apy98", - "https://ror.org/02fdv8735", - "https://ror.org/05mv3tj33", - "https://ror.org/040bzgy82", - "https://ror.org/04xsj2p07", - "https://ror.org/05hm2ja81", - "https://ror.org/05r5y6641", - "https://ror.org/03vte9x46", - "https://ror.org/005fjj927", - "https://ror.org/05pwkex33", - "https://ror.org/03gz4y884", - "https://ror.org/01bch8q67", - "https://ror.org/03j307b25", - "https://ror.org/01vqrde47", - "https://ror.org/049k66y27", - "https://ror.org/02t2hg116", - "https://ror.org/0530qwm02", - "https://ror.org/030qxve40", - "https://ror.org/04fm0sh33", - "https://ror.org/02w0vb190", - "https://ror.org/05258q350", - "https://ror.org/04pfr1b11", - "https://ror.org/03hgsyv65", - "https://ror.org/01w1erp60", - "https://ror.org/01kcrnc96", - "https://ror.org/02wgtm643", - "https://ror.org/04av83c71" - ] - }, - "https://ror.org/01s1h3j07": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/013e76m06": { - "ancestors": [ - "https://ror.org/05a15z872", - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nbqb988": { - "ancestors": [ - "https://ror.org/04yka3j04", - "https://ror.org/01gysn705", - "https://ror.org/01gysn705" - ], - "descendants": [ - "https://ror.org/02keexa98", - "https://ror.org/03gs7jc26", - "https://ror.org/00jc3hw63", - "https://ror.org/013x1r993" - ] - }, - "https://ror.org/02j7awn61": { - "ancestors": [ - "https://ror.org/04ett5b41", - "https://ror.org/00n8d6z93", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/031w4pe69": { - "ancestors": [ - "https://ror.org/00w1baj53" - ], - "descendants": [ - - ] - }, - "https://ror.org/033f87p02": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/015hz7767": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wcstg80": { - "ancestors": [ - "https://ror.org/02kv4zf79" - ], - "descendants": [ - "https://ror.org/01jpzd518", - "https://ror.org/05dyx6314" - ] - }, - "https://ror.org/0183m5185": { - "ancestors": [ - "https://ror.org/006776986" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q4tpx91": { - "ancestors": [ - "https://ror.org/02hmjzt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fds3g42": { - "ancestors": [ - "https://ror.org/03xrhmk39" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gmsar03": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bj9w612": { - "ancestors": [ - "https://ror.org/059x9n677", - "https://ror.org/005bty106" - ], - "descendants": [ - - ] - }, - "https://ror.org/027a3v841": { - "ancestors": [ - "https://ror.org/02hmjzt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04db35b65": { - "ancestors": [ - "https://ror.org/02hmjzt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pnt8b91": { - "ancestors": [ - "https://ror.org/002wfgr58" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tgywz49": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/039fwba89": { - "ancestors": [ - "https://ror.org/008nkqk13", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tpsgh61": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/056cn0e37": { - "ancestors": [ - "https://ror.org/03qg6r976", - "https://ror.org/01fpnj063" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ajg8t71": { - "ancestors": [ - "https://ror.org/01p262204", - "https://ror.org/012zp9903", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dwcqs71": { - "ancestors": [ - "https://ror.org/04pqetg36", - "https://ror.org/036h6g940" - ], - "descendants": [ - "https://ror.org/0560xr487" - ] - }, - "https://ror.org/03vaqfv64": { - "ancestors": [ - "https://ror.org/02zww1c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nc10f70": { - "ancestors": [ - "https://ror.org/04ett5b41", - "https://ror.org/00n8d6z93", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bkxry42": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vepzj85": { - "ancestors": [ - "https://ror.org/00by1q217" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nc32781": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - "https://ror.org/04s11ea33" - ] - }, - "https://ror.org/01nryz461": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hwzrf74": { - "ancestors": [ - "https://ror.org/05ydxj072" - ], - "descendants": [ - - ] - }, - "https://ror.org/010gah044": { - "ancestors": [ - "https://ror.org/02k0mfd93" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q5rka56": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - "https://ror.org/01d2xqw69" - ] - }, - "https://ror.org/01nh64743": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0294a3487": { - "ancestors": [ - "https://ror.org/00qxr8t08" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ak24c12": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01p262204": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/020r4p198", - "https://ror.org/00ajg8t71", - "https://ror.org/04xbpez43" - ] - }, - "https://ror.org/02f34aa13": { - "ancestors": [ - "https://ror.org/05j7fep28", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xznz413": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/00p6app11", - "https://ror.org/02ssawd58", - "https://ror.org/048ybsm72", - "https://ror.org/01wqtde93", - "https://ror.org/01qrpsa36", - "https://ror.org/03esms521", - "https://ror.org/036266993", - "https://ror.org/00heb4d89", - "https://ror.org/05csy5p27", - "https://ror.org/033jmdj81", - "https://ror.org/00f93gc02", - "https://ror.org/04848jz84", - "https://ror.org/01qvmna33", - "https://ror.org/01d947q34", - "https://ror.org/05vk3sy20" - ] - }, - "https://ror.org/05q3bvy68": { - "ancestors": [ - "https://ror.org/0292p9y97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qw25974": { - "ancestors": [ - "https://ror.org/039594g80", - "https://ror.org/04cw6st05" - ], - "descendants": [ - "https://ror.org/03qk89x33" - ] - }, - "https://ror.org/039c0bt50": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0109bv193": { - "ancestors": [ - "https://ror.org/02zxe8216", - "https://ror.org/01jachm79" - ], - "descendants": [ - - ] - }, - "https://ror.org/020sst346": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rg5mm74": { - "ancestors": [ - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qcq9d74": { - "ancestors": [ - "https://ror.org/01wpjm123", - "https://ror.org/058rymf81", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j7fep28": { - "ancestors": [ - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/03vk18a84", - "https://ror.org/05bea0b03", - "https://ror.org/02f34aa13", - "https://ror.org/02c5qvj97" - ] - }, - "https://ror.org/05ptp9d64": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kn6vt85": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/038bzrc91": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e8nyq62": { - "ancestors": [ - "https://ror.org/039594g80", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/046tzsh56": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gxyk415": { - "ancestors": [ - "https://ror.org/053sba816", - "https://ror.org/016xsfp80" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nj8ry09": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/008kj1d63": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/000bmd763": { - "ancestors": [ - "https://ror.org/01gysn705" - ], - "descendants": [ - "https://ror.org/03gs7jc26", - "https://ror.org/00jc3hw63", - "https://ror.org/013x1r993" - ] - }, - "https://ror.org/00wvtes77": { - "ancestors": [ - "https://ror.org/04ett5b41", - "https://ror.org/00n8d6z93", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xfvq521": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/014xqzt56": { - "ancestors": [ - "https://ror.org/01z4nnt86", - "https://ror.org/04h9pn542" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wakmj41": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/007b74r43": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02phevt59": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02afjh072": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0312jvg82": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/007qwym43", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/004n2nr09": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tqh5n18": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kf6ye97": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/036qche57": { - "ancestors": [ - "https://ror.org/00x3p4252" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yqed873": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05eqk2j25": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zmn9v56": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t1xhf26": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/03cjm2544", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03akq3731": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wa9cd25": { - "ancestors": [ - "https://ror.org/02v6kpv12", - "https://ror.org/030syve83", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/002r3r896": { - "ancestors": [ - "https://ror.org/039594g80", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/036ge9k11": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rzkah64": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rnwy495": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00msb1w96": { - "ancestors": [ - "https://ror.org/03qg6r976", - "https://ror.org/01fpnj063" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cy2r844": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/01cxn9s23", - "https://ror.org/051yfbn24" - ] - }, - "https://ror.org/04e835403": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t6zvp46": { - "ancestors": [ - "https://ror.org/00n8d6z93", - "https://ror.org/01c8rcg82", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/04z22qz54", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zky9d41": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/01cxn9s23" - ] - }, - "https://ror.org/04and7w57": { - "ancestors": [ - "https://ror.org/02bwk9n38", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/0546zz821": { - "ancestors": [ - "https://ror.org/053sba816", - "https://ror.org/016xsfp80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qt1y483": { - "ancestors": [ - "https://ror.org/02hmjzt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rny2m53": { - "ancestors": [ - "https://ror.org/02bwk9n38", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tz7b884": { - "ancestors": [ - "https://ror.org/059x9n677", - "https://ror.org/005bty106" - ], - "descendants": [ - - ] - }, - "https://ror.org/050mbz718": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - "https://ror.org/04wwmh526" - ] - }, - "https://ror.org/016z8nq35": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h8jph19": { - "ancestors": [ - "https://ror.org/01bj3z035", - "https://ror.org/03qjsrb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gs7j941": { - "ancestors": [ - "https://ror.org/02xn8bh65" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a8zdv13": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ebbfh95": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/051yfbn24": { - "ancestors": [ - "https://ror.org/05cy2r844", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/021k10z87": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/017z8h955": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/007qwym43", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/023sgdn25", - "https://ror.org/006p4kh13" - ] - }, - "https://ror.org/03gh4w223": { - "ancestors": [ - "https://ror.org/02hmjzt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xn8xq53": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a2syk23": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/0229xaa13": { - "ancestors": [ - "https://ror.org/03qg6r976", - "https://ror.org/01fpnj063" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ghq5e75": { - "ancestors": [ - "https://ror.org/059x9n677", - "https://ror.org/005bty106" - ], - "descendants": [ - - ] - }, - "https://ror.org/00trw9c49": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05eqxpf83": { - "ancestors": [ - "https://ror.org/01bj3z035", - "https://ror.org/03qjsrb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/04aj4c181": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - "https://ror.org/058nncw69" - ] - }, - "https://ror.org/03x57gn41": { - "ancestors": [ - "https://ror.org/01db6n192", - "https://ror.org/0314h5y94" - ], - "descendants": [ - "https://ror.org/00nq2dx79" - ] - }, - "https://ror.org/04c96ng72": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02njc8q57": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z3tfx80": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/027ka1x80", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02rcakp17", - "https://ror.org/02295tc31", - "https://ror.org/005sm0w71" - ] - }, - "https://ror.org/03qehyx72": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/00xhz2q61" - ] - }, - "https://ror.org/01mbzp479": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/0124gwh94": { - "ancestors": [ - "https://ror.org/03j13xx78" - ], - "descendants": [ - "https://ror.org/053336823" - ] - }, - "https://ror.org/02jkb9r34": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/011e9bt93": { - "ancestors": [ - "https://ror.org/02e2egq70", - "https://ror.org/02m4c1x70", - "https://ror.org/01973x930", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yrp7892": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a15z872": { - "ancestors": [ - "https://ror.org/04w3jy968" - ], - "descendants": [ - "https://ror.org/00rjw1x90", - "https://ror.org/04wdz4v71", - "https://ror.org/013e76m06", - "https://ror.org/046j9cm62" - ] - }, - "https://ror.org/020n3fw10": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zpj8n12": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v4jvx71": { - "ancestors": [ - "https://ror.org/04ett5b41", - "https://ror.org/00n8d6z93", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wexny57": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nn0gw40": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/051269613": { - "ancestors": [ - "https://ror.org/010gtx568" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rcakp17": { - "ancestors": [ - "https://ror.org/007qwym43", - "https://ror.org/01z3tfx80", - "https://ror.org/02z5nhe81", - "https://ror.org/02z5nhe81", - "https://ror.org/027ka1x80", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jdz5g73": { - "ancestors": [ - "https://ror.org/053sba816", - "https://ror.org/016xsfp80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h2xja52": { - "ancestors": [ - "https://ror.org/02bwk9n38", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/040bzgy82": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e5h1370": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/059ne2r23": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/055gkws08": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h6t4j49": { - "ancestors": [ - "https://ror.org/053sba816", - "https://ror.org/016xsfp80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vyq6t71": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05aah2q92": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - "https://ror.org/05sz9gw20", - "https://ror.org/04jkjhn93", - "https://ror.org/05nq3xc14", - "https://ror.org/03dtejd64", - "https://ror.org/03c3jbs89" - ] - }, - "https://ror.org/05n894m26": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/053sba816": { - "ancestors": [ - "https://ror.org/016xsfp80" - ], - "descendants": [ - "https://ror.org/00gxyk415", - "https://ror.org/05ft09q38", - "https://ror.org/01jdz5g73", - "https://ror.org/0546zz821", - "https://ror.org/04h6t4j49" - ] - }, - "https://ror.org/05kzfa883": { - "ancestors": [ - "https://ror.org/013aysd81", - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/020wfwe51", - "https://ror.org/03ynzzx94", - "https://ror.org/00p3ce068" - ] - }, - "https://ror.org/02bchch95": { - "ancestors": [ - "https://ror.org/03j13xx78" - ], - "descendants": [ - "https://ror.org/053336823" - ] - }, - "https://ror.org/005rpmt10": { - "ancestors": [ - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/027608s47": { - "ancestors": [ - "https://ror.org/01bwa4v12", - "https://ror.org/013msgt25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hm8eb66": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/013aysd81": { - "ancestors": [ - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/05kzfa883", - "https://ror.org/01xb4fs50", - "https://ror.org/020wfwe51", - "https://ror.org/03ynzzx94", - "https://ror.org/00p3ce068" - ] - }, - "https://ror.org/03amy1q65": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r9gvy43": { - "ancestors": [ - "https://ror.org/01jg4aw19" - ], - "descendants": [ - "https://ror.org/02ysyhv70", - "https://ror.org/03r5zvp34", - "https://ror.org/04qe65e37" - ] - }, - "https://ror.org/03h61ra63": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ta21y66": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tsanh21": { - "ancestors": [ - "https://ror.org/00vxgjw72", - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/05fgmqm64" - ] - }, - "https://ror.org/04x45f476": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y8p0f91": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h7vn964": { - "ancestors": [ - "https://ror.org/01f5wp925" - ], - "descendants": [ - - ] - }, - "https://ror.org/01243c877": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gnv4a66": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - "https://ror.org/02s7vm534" - ] - }, - "https://ror.org/048vzmn57": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gmryg88": { - "ancestors": [ - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/051dcvw72": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/03cjm2544", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ztq4x57": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pwyy961": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0433s0254": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/0381pta47": { - "ancestors": [ - "https://ror.org/00n8d6z93", - "https://ror.org/01c8rcg82", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/04z22qz54", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0131dra29": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - "https://ror.org/011s5nh14" - ] - }, - "https://ror.org/01gkn6j11": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/051yfbn24" - ] - }, - "https://ror.org/03m2f9j08": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/007qwym43", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/024cwyh09": { - "ancestors": [ - "https://ror.org/00n8d6z93", - "https://ror.org/01c8rcg82", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/04z22qz54", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/013f2p073": { - "ancestors": [ - "https://ror.org/04ett5b41", - "https://ror.org/00n8d6z93", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ctyg534": { - "ancestors": [ - "https://ror.org/04ett5b41", - "https://ror.org/00n8d6z93", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gj5px28": { - "ancestors": [ - "https://ror.org/01easw929" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pr69w48": { - "ancestors": [ - "https://ror.org/039594g80", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/043256924": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/026taa863": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sm4kj57": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cksep19": { - "ancestors": [ - "https://ror.org/00n8d6z93", - "https://ror.org/01c8rcg82", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/04z22qz54", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/017gxrm85": { - "ancestors": [ - "https://ror.org/03qg6r976", - "https://ror.org/01fpnj063" - ], - "descendants": [ - - ] - }, - "https://ror.org/04farme71": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gsyt497": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/0053xaw54": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/005sm0w71": { - "ancestors": [ - "https://ror.org/007qwym43", - "https://ror.org/01z3tfx80", - "https://ror.org/02z5nhe81", - "https://ror.org/02z5nhe81", - "https://ror.org/027ka1x80", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k4yrm29": { - "ancestors": [ - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/00cs28a13" - ] - }, - "https://ror.org/04xrm3t06": { - "ancestors": [ - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rwkhb30": { - "ancestors": [ - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/007qwym43": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03yn06t56", - "https://ror.org/023sgdn25", - "https://ror.org/04qaf2y58", - "https://ror.org/005sm0w71", - "https://ror.org/02rcakp17", - "https://ror.org/04r0wrp59", - "https://ror.org/017z8h955", - "https://ror.org/0432dh318", - "https://ror.org/03m2f9j08", - "https://ror.org/00cg22c97", - "https://ror.org/04ypd8a97", - "https://ror.org/02jb34965", - "https://ror.org/02pkedj80", - "https://ror.org/0312jvg82", - "https://ror.org/006p4kh13" - ] - }, - "https://ror.org/016qzbe65": { - "ancestors": [ - "https://ror.org/039594g80", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jpzd518": { - "ancestors": [ - "https://ror.org/05wcstg80", - "https://ror.org/02kv4zf79" - ], - "descendants": [ - - ] - }, - "https://ror.org/02295tc31": { - "ancestors": [ - "https://ror.org/01z3tfx80", - "https://ror.org/02z5nhe81", - "https://ror.org/027ka1x80", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bwk9n38": { - "ancestors": [ - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/05we3nb76", - "https://ror.org/0578w5a44", - "https://ror.org/04and7w57", - "https://ror.org/00rny2m53", - "https://ror.org/02h2xja52" - ] - }, - "https://ror.org/02keexa98": { - "ancestors": [ - "https://ror.org/04nbqb988", - "https://ror.org/04yka3j04", - "https://ror.org/01gysn705", - "https://ror.org/01gysn705" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k074y09": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ypd8a97": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/007qwym43", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ks0bt75": { - "ancestors": [ - "https://ror.org/01z4nnt86", - "https://ror.org/04h9pn542" - ], - "descendants": [ - - ] - }, - "https://ror.org/005gh7453": { - "ancestors": [ - "https://ror.org/00zp0pb38" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gt16g40": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wdz4v71": { - "ancestors": [ - "https://ror.org/05a15z872", - "https://ror.org/04w3jy968" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cxn9s23": { - "ancestors": [ - "https://ror.org/05cy2r844", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/02at7zv53": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vm7ws26": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/019641589": { - "ancestors": [ - "https://ror.org/015471y74", - "https://ror.org/04xqwq985" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mt1j222": { - "ancestors": [ - "https://ror.org/02hmjzt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fez3815": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0417sdw47": { - "ancestors": [ - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pp95825": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/006p4kh13": { - "ancestors": [ - "https://ror.org/017z8h955", - "https://ror.org/02z5nhe81", - "https://ror.org/007qwym43", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0128qg670": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05089qr23": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dfg5n73": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - "https://ror.org/04hphve78" - ] - }, - "https://ror.org/00ck0kh03": { - "ancestors": [ - "https://ror.org/038pwz535", - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vy73689": { - "ancestors": [ - "https://ror.org/02hmjzt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s5q0090": { - "ancestors": [ - "https://ror.org/05pa68763" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q76b368": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/0293jn610", - "https://ror.org/041tgdz97", - "https://ror.org/03j82q602", - "https://ror.org/049xh5y45", - "https://ror.org/04mzqjs78", - "https://ror.org/01tp1c480", - "https://ror.org/03skt0t88", - "https://ror.org/00s8hq550", - "https://ror.org/008rywf59", - "https://ror.org/02tp7mm44", - "https://ror.org/00sad8321", - "https://ror.org/05j6qf006", - "https://ror.org/028cef883", - "https://ror.org/04xfycm61", - "https://ror.org/04n9van71", - "https://ror.org/027mnq498", - "https://ror.org/02bhp7a56", - "https://ror.org/005fjj927", - "https://ror.org/00c3ta789", - "https://ror.org/01dadvw90", - "https://ror.org/01cah1n37", - "https://ror.org/02s56xp85", - "https://ror.org/0325zb480", - "https://ror.org/05je79696", - "https://ror.org/03x8fem72", - "https://ror.org/020ahr442", - "https://ror.org/011gea244", - "https://ror.org/03x1z2w73", - "https://ror.org/039p01270", - "https://ror.org/01h0a3k64", - "https://ror.org/054v0s666", - "https://ror.org/00e4pqm50", - "https://ror.org/027rbaq21", - "https://ror.org/02xh23b55", - "https://ror.org/00357kh21", - "https://ror.org/0409c3995", - "https://ror.org/053vv7851", - "https://ror.org/0229z0679", - "https://ror.org/05fnxds15", - "https://ror.org/03s0pzj56", - "https://ror.org/05d6wfd23", - "https://ror.org/04pfm5x27", - "https://ror.org/03x0yny97", - "https://ror.org/05kxt4539", - "https://ror.org/051f3f740", - "https://ror.org/02wgtm643", - "https://ror.org/05pwkex33", - "https://ror.org/001c8pb03", - "https://ror.org/00vn0zc62" - ] - }, - "https://ror.org/0118xsm53": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m1ydt32": { - "ancestors": [ - "https://ror.org/01sbq1a82" - ], - "descendants": [ - - ] - }, - "https://ror.org/00edcak12": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y718461": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nqmht92": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pkedj80": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/007qwym43", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w0trx84": { - "ancestors": [ - "https://ror.org/0343myz07" - ], - "descendants": [ - "https://ror.org/01ve2ed25", - "https://ror.org/01bj4g149" - ] - }, - "https://ror.org/045eg9c12": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/058kjq542": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w97cy44": { - "ancestors": [ - "https://ror.org/039594g80", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y08yn84": { - "ancestors": [ - "https://ror.org/02fvyy542" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e2h0037": { - "ancestors": [ - "https://ror.org/03cjm2544", - "https://ror.org/05eyd5d35", - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tf5aq62": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/027p0bm56": { - "ancestors": [ - "https://ror.org/03xba7c91", - "https://ror.org/042c8nz45", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/045ff8v85": { - "ancestors": [ - "https://ror.org/00n8d6z93", - "https://ror.org/01c8rcg82", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/04z22qz54", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/054gh2b75": { - "ancestors": [ - "https://ror.org/00f200z37", - "https://ror.org/05kzjxq56" - ], - "descendants": [ - - ] - }, - "https://ror.org/005nteb15": { - "ancestors": [ - "https://ror.org/03ryywt80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mmsx307": { - "ancestors": [ - "https://ror.org/04xs57h96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nq2dx79": { - "ancestors": [ - "https://ror.org/03x57gn41", - "https://ror.org/01db6n192", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00njt2653": { - "ancestors": [ - "https://ror.org/05ydxj072" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s7axt30": { - "ancestors": [ - "https://ror.org/02hmjzt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02byjcr11": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vxgjw72": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/01teyc394", - "https://ror.org/00vhg8h29", - "https://ror.org/00qdsfq65", - "https://ror.org/02tsanh21", - "https://ror.org/03vrr2435", - "https://ror.org/04pqpfz42", - "https://ror.org/05fgmqm64" - ] - }, - "https://ror.org/05fmd7q31": { - "ancestors": [ - "https://ror.org/039594g80", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hm5m482": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ep23f07": { - "ancestors": [ - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0485z7y90": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/024p6aq98": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p9cyn66": { - "ancestors": [ - "https://ror.org/03j13xx78" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q3jak84": { - "ancestors": [ - "https://ror.org/03se9eg94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zxe8216": { - "ancestors": [ - "https://ror.org/01jachm79" - ], - "descendants": [ - "https://ror.org/0109bv193" - ] - }, - "https://ror.org/04881ht90": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00avq9860": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n1ntd57": { - "ancestors": [ - "https://ror.org/039594g80", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/031aqk326": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yka3j04": { - "ancestors": [ - "https://ror.org/01gysn705" - ], - "descendants": [ - "https://ror.org/03cbcg118", - "https://ror.org/04nbqb988", - "https://ror.org/05rtdxx03", - "https://ror.org/02keexa98", - "https://ror.org/03gs7jc26", - "https://ror.org/00jc3hw63", - "https://ror.org/013x1r993", - "https://ror.org/00rg6e542" - ] - }, - "https://ror.org/01bj3z035": { - "ancestors": [ - "https://ror.org/03qjsrb10" - ], - "descendants": [ - "https://ror.org/050ttrs82", - "https://ror.org/05eqxpf83", - "https://ror.org/04h8jph19" - ] - }, - "https://ror.org/02jb34965": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/007qwym43", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/015t55b95": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zx97922": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rvqha10": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/051kb4j80": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rd4h240": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kfzvh91": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - "https://ror.org/04wwmh526", - "https://ror.org/01d2xqw69" - ] - }, - "https://ror.org/027j9rp38": { - "ancestors": [ - "https://ror.org/015471y74", - "https://ror.org/04xqwq985" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ntyjt11": { - "ancestors": [ - "https://ror.org/05yc6p159" - ], - "descendants": [ - "https://ror.org/025d8rj75" - ] - }, - "https://ror.org/04qfaak15": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/009r5p347": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vvewn46": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tevfg71": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qemch77": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c5qvj97": { - "ancestors": [ - "https://ror.org/05j7fep28", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/024ape423": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - "https://ror.org/0263r2546", - "https://ror.org/00s5yp124", - "https://ror.org/02mkz3e80" - ] - }, - "https://ror.org/05ft09q38": { - "ancestors": [ - "https://ror.org/053sba816", - "https://ror.org/016xsfp80" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hq7wc19": { - "ancestors": [ - "https://ror.org/00n8d6z93", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nb1x490": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - "https://ror.org/01ws25a19" - ] - }, - "https://ror.org/01h04ms65": { - "ancestors": [ - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/005jmje44", - "https://ror.org/03bx63127" - ] - }, - "https://ror.org/05xp9bk66": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0525gz420": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gb44154": { - "ancestors": [ - "https://ror.org/02hmjzt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bzpky79": { - "ancestors": [ - "https://ror.org/03tzb2h73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a2awp29": { - "ancestors": [ - "https://ror.org/04ett5b41", - "https://ror.org/00n8d6z93", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/056mykw55": { - "ancestors": [ - "https://ror.org/044rwnt51", - "https://ror.org/01vmpm840" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zws8w42": { - "ancestors": [ - "https://ror.org/04ett5b41", - "https://ror.org/00n8d6z93", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yjf0052": { - "ancestors": [ - "https://ror.org/05azpw996" - ], - "descendants": [ - - ] - }, - "https://ror.org/027ka1x80": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02rj8cx55", - "https://ror.org/022nyme12", - "https://ror.org/02acart68", - "https://ror.org/054zw2979", - "https://ror.org/03hjnwv43", - "https://ror.org/03em45j53", - "https://ror.org/05ffhwq07", - "https://ror.org/028b18z22", - "https://ror.org/01m9s4d25", - "https://ror.org/01th7sf79", - "https://ror.org/010jszw77", - "https://ror.org/00gqmdy63", - "https://ror.org/02jy9d058", - "https://ror.org/013b2jw60", - "https://ror.org/059fqnc42", - "https://ror.org/0171mag52", - "https://ror.org/02z0qe787", - "https://ror.org/05b1jpg49", - "https://ror.org/017mjs592", - "https://ror.org/00wks2x74", - "https://ror.org/02s42x260", - "https://ror.org/00fe3cc74", - "https://ror.org/027k65916", - "https://ror.org/04xx4z452", - "https://ror.org/03xnmzw54", - "https://ror.org/03kjpzv42", - "https://ror.org/051ksdh55", - "https://ror.org/0399mhs52", - "https://ror.org/03pq4g524", - "https://ror.org/02xa99s59", - "https://ror.org/02epydz83", - "https://ror.org/02k2r5455", - "https://ror.org/0071sjj14", - "https://ror.org/057mgcy61", - "https://ror.org/0249rpb20", - "https://ror.org/00x0rjj17", - "https://ror.org/02w20cr42", - "https://ror.org/04eehbt36", - "https://ror.org/02mkj1868", - "https://ror.org/00rqs0x69", - "https://ror.org/00nr2vg89", - "https://ror.org/03ycy6g75", - "https://ror.org/058465397", - "https://ror.org/045fdzr53", - "https://ror.org/04y65f081", - "https://ror.org/020xgge28", - "https://ror.org/01w1q7x19", - "https://ror.org/0225cwm17", - "https://ror.org/006ndaj41", - "https://ror.org/00bgr8r13", - "https://ror.org/04jrbrj58", - "https://ror.org/01p7gwa14", - "https://ror.org/04437j066", - "https://ror.org/050we9f15", - "https://ror.org/0169ypx19", - "https://ror.org/03j9e2j92", - "https://ror.org/03h2q9n18", - "https://ror.org/05k1jx057", - "https://ror.org/0028hgc48", - "https://ror.org/03024dz78", - "https://ror.org/010ww9x09", - "https://ror.org/00r57r863", - "https://ror.org/01bfczx74", - "https://ror.org/01zpqad83", - "https://ror.org/05ae2ng62", - "https://ror.org/04jaeeg73", - "https://ror.org/01cyfxe35", - "https://ror.org/04cr1bk24", - "https://ror.org/045s99b94", - "https://ror.org/05g4cxq12", - "https://ror.org/01z3tfx80", - "https://ror.org/04hccab49", - "https://ror.org/0540g1c48", - "https://ror.org/057xcp713", - "https://ror.org/02z0mvz29", - "https://ror.org/00ryjtt64", - "https://ror.org/01dy3j343", - "https://ror.org/04xr3m042", - "https://ror.org/04rvfc379", - "https://ror.org/03myraf72", - "https://ror.org/05g4cxq12", - "https://ror.org/05xkke381", - "https://ror.org/05q5zzn71", - "https://ror.org/02ajbht29", - "https://ror.org/045t78n53", - "https://ror.org/02rcakp17", - "https://ror.org/02295tc31", - "https://ror.org/005sm0w71", - "https://ror.org/04xbq1n92", - "https://ror.org/00d1g0h88" - ] - }, - "https://ror.org/017faj253": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fg1yv24": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/03cjm2544", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ekkcr74": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03737pq38": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - "https://ror.org/0525j5h19" - ] - }, - "https://ror.org/03jgt3n70": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00csq2k70": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xhz2q61": { - "ancestors": [ - "https://ror.org/03qehyx72", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gzcxt97": { - "ancestors": [ - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cg22c97": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/007qwym43", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/013x1r993": { - "ancestors": [ - "https://ror.org/04nbqb988", - "https://ror.org/04yka3j04", - "https://ror.org/01gysn705", - "https://ror.org/01gysn705" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jcx1769": { - "ancestors": [ - "https://ror.org/025h1m602" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gs7jc26": { - "ancestors": [ - "https://ror.org/04nbqb988", - "https://ror.org/04yka3j04", - "https://ror.org/01gysn705", - "https://ror.org/01gysn705" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cs2sd33": { - "ancestors": [ - "https://ror.org/047dqcg40" - ], - "descendants": [ - "https://ror.org/0154bb690", - "https://ror.org/05yp5js06", - "https://ror.org/04gjj3027" - ] - }, - "https://ror.org/04hxcaz34": { - "ancestors": [ - "https://ror.org/02zww1c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a6hqa33": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gvm1k21": { - "ancestors": [ - "https://ror.org/001040111" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fxczt15": { - "ancestors": [ - "https://ror.org/01vtz5r07" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ejvk640": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00myn0z94": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/007k1sp19", - "https://ror.org/02v0g3b09", - "https://ror.org/002sjzb46", - "https://ror.org/03p28de55", - "https://ror.org/04abbt041", - "https://ror.org/00q8gze35", - "https://ror.org/0421ngv68", - "https://ror.org/0159yvt51", - "https://ror.org/00xkg0532", - "https://ror.org/03g7tsb60", - "https://ror.org/038mncb54", - "https://ror.org/04xnkqg56", - "https://ror.org/00077hj81", - "https://ror.org/05pj0t051", - "https://ror.org/059z1ye11", - "https://ror.org/03p3amd86", - "https://ror.org/05v2cwj11", - "https://ror.org/05qgc7m36", - "https://ror.org/022jb9a19", - "https://ror.org/035vnpg93", - "https://ror.org/053wq2p27", - "https://ror.org/0194hft57", - "https://ror.org/043ja9593", - "https://ror.org/00rttk466", - "https://ror.org/04qgdxq75", - "https://ror.org/005g9fg60", - "https://ror.org/00hr9sq71" - ] - }, - "https://ror.org/03hgkg910": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qt2gs44": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jpms184": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r3f7h03": { - "ancestors": [ - "https://ror.org/02vgg2808" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ysstz10": { - "ancestors": [ - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0367gm239": { - "ancestors": [ - "https://ror.org/059x9n677", - "https://ror.org/005bty106" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dex6p39": { - "ancestors": [ - "https://ror.org/001rdaz60" - ], - "descendants": [ - - ] - }, - "https://ror.org/055794q57": { - "ancestors": [ - "https://ror.org/01kzjzn40" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g03dn68": { - "ancestors": [ - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p64mb74": { - "ancestors": [ - "https://ror.org/05hnb4n85" - ], - "descendants": [ - - ] - }, - "https://ror.org/032j1fw45": { - "ancestors": [ - "https://ror.org/00n8d6z93", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rg6e542": { - "ancestors": [ - "https://ror.org/05rtdxx03", - "https://ror.org/04yka3j04", - "https://ror.org/01gysn705" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bwa4v12": { - "ancestors": [ - "https://ror.org/013msgt25" - ], - "descendants": [ - "https://ror.org/027608s47" - ] - }, - "https://ror.org/0432dh318": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/007qwym43", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z7dje19": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - "https://ror.org/04s11ea33" - ] - }, - "https://ror.org/04pkg4a74": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/055ttrf22": { - "ancestors": [ - "https://ror.org/039594g80", - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yrm5c26": { - "ancestors": [ - "https://ror.org/00dmfq477", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kzxw561": { - "ancestors": [ - "https://ror.org/02hmjzt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03441jy26": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/0298wh711": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yt2gw85": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j5s7g39": { - "ancestors": [ - "https://ror.org/0125wpx05", - "https://ror.org/03r8z3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h12bg79": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04353mq94": { - "ancestors": [ - "https://ror.org/0227as991" - ], - "descendants": [ - "https://ror.org/0466vx552" - ] - }, - "https://ror.org/01kjych06": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xs9yg50": { - "ancestors": [ - "https://ror.org/009g8rq41", - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/040ybh559", - "https://ror.org/011rp3b19" - ] - }, - "https://ror.org/01w108f05": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02en5vm52", - "https://ror.org/01wjejq96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s3b7375": { - "ancestors": [ - "https://ror.org/04ett5b41", - "https://ror.org/00n8d6z93", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ctee687": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kxqx159": { - "ancestors": [ - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/05tdz0n30", - "https://ror.org/01y34t753", - "https://ror.org/05qh2mm74", - "https://ror.org/04fhteb31", - "https://ror.org/047hznt06", - "https://ror.org/02khwtc20", - "https://ror.org/00w6b9958" - ] - }, - "https://ror.org/01p78w079": { - "ancestors": [ - "https://ror.org/01zt9a375" - ], - "descendants": [ - - ] - }, - "https://ror.org/023sgdn25": { - "ancestors": [ - "https://ror.org/007qwym43", - "https://ror.org/017z8h955", - "https://ror.org/02z5nhe81", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00px80p03": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - "https://ror.org/023kksk09" - ] - }, - "https://ror.org/05dyx6314": { - "ancestors": [ - "https://ror.org/05wcstg80", - "https://ror.org/02kv4zf79" - ], - "descendants": [ - - ] - }, - "https://ror.org/008d63v91": { - "ancestors": [ - "https://ror.org/02hmjzt55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j85fc72": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02snf8m58": { - "ancestors": [ - "https://ror.org/02t220m45", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/03gnr7b55", - "https://ror.org/03nh7d505", - "https://ror.org/02feahw73", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73", - "https://ror.org/025vp2923" - ], - "descendants": [ - "https://ror.org/03wt8n129", - "https://ror.org/01gamk045" - ] - }, - "https://ror.org/03vtv7935": { - "ancestors": [ - "https://ror.org/00zp0pb38" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rtdxx03": { - "ancestors": [ - "https://ror.org/04yka3j04", - "https://ror.org/01gysn705" - ], - "descendants": [ - "https://ror.org/00rg6e542" - ] - }, - "https://ror.org/00t0rcy29": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/024tnzs33": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a6rw165": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n76mm80": { - "ancestors": [ - "https://ror.org/05tn05n57", - "https://ror.org/046865y68" - ], - "descendants": [ - "https://ror.org/00v6w5255" - ] - }, - "https://ror.org/00w6b9958": { - "ancestors": [ - "https://ror.org/02kxqx159", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bxeqa64": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bea0b03": { - "ancestors": [ - "https://ror.org/05j7fep28", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zn4dj88": { - "ancestors": [ - "https://ror.org/00n8d6z93", - "https://ror.org/01c8rcg82", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/04z22qz54", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n278m24": { - "ancestors": [ - "https://ror.org/05ydxj072" - ], - "descendants": [ - - ] - }, - "https://ror.org/015cbgt79": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qn0xg47": { - "ancestors": [ - "https://ror.org/040c17130" - ], - "descendants": [ - "https://ror.org/05mpvtx13", - "https://ror.org/00hyr5m88" - ] - }, - "https://ror.org/02wpx0e31": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/03cjm2544", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h0my365": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/051k70002": { - "ancestors": [ - "https://ror.org/029ycp228", - "https://ror.org/01q76b368", - "https://ror.org/04teye511", - "https://ror.org/02en5vm52", - "https://ror.org/03s0pzj56", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x550321": { - "ancestors": [ - "https://ror.org/00n8d6z93", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ynacn15": { - "ancestors": [ - "https://ror.org/01r3dwg36" - ], - "descendants": [ - - ] - }, - "https://ror.org/056hxch81": { - "ancestors": [ - "https://ror.org/00n8d6z93", - "https://ror.org/01c8rcg82", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/04z22qz54", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ppjg142": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/0578w5a44": { - "ancestors": [ - "https://ror.org/02bwk9n38", - "https://ror.org/05ckt8b96", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/036czkg67": { - "ancestors": [ - "https://ror.org/05hy3tk52", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tnjrr49": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/04h1h0y33", - "https://ror.org/03fd77x13", - "https://ror.org/029nkcm90", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m43ek07": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0098sx518": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/022a2kb82": { - "ancestors": [ - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02844qe97": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/05q3vnk25", - "https://ror.org/019tgvf94", - "https://ror.org/05f82e368", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0546jt497": { - "ancestors": [ - "https://ror.org/03z6jp965", - "https://ror.org/02feahw73", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bzdp563": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02nwvxz07", - "https://ror.org/02feahw73", - "https://ror.org/05ggc9x40", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/008e1sp22": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/05f82e368" - ], - "descendants": [ - "https://ror.org/00d82rk36" - ] - }, - "https://ror.org/032582s48": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yrrdj53": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03edms940": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z4c6358": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/03fd77x13", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e85d463": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y85ge33": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/028brk668": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nmctw71": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cbrk226": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gdjt538": { - "ancestors": [ - "https://ror.org/00awd9g61", - "https://ror.org/00453a208" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xbn6x09": { - "ancestors": [ - "https://ror.org/050zdnc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fhvf194": { - "ancestors": [ - "https://ror.org/05hy3tk52", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gjxds17": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/045r56524": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/002t25c44", - "https://ror.org/04wez5e68", - "https://ror.org/013bkhk48", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mg6n827": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - "https://ror.org/00fwjkb59", - "https://ror.org/036zswm25" - ] - }, - "https://ror.org/02vt68k07": { - "ancestors": [ - "https://ror.org/057q6n778" - ], - "descendants": [ - "https://ror.org/055135t18", - "https://ror.org/01222g256", - "https://ror.org/0173p1x79", - "https://ror.org/03tekc442", - "https://ror.org/01nwsar36" - ] - }, - "https://ror.org/003y0kg83": { - "ancestors": [ - "https://ror.org/00dcrfk74", - "https://ror.org/04y8cs423", - "https://ror.org/00mz87608", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83", - "https://ror.org/01naq7912", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02", - "https://ror.org/025vp2923", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qa1x782": { - "ancestors": [ - "https://ror.org/010q4q527" - ], - "descendants": [ - "https://ror.org/01dbm1232", - "https://ror.org/01fkg1209", - "https://ror.org/01yzs6492" - ] - }, - "https://ror.org/00ph8tk69": { - "ancestors": [ - "https://ror.org/02v5bgz72", - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ej53908": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/023zg8w32", - "https://ror.org/05q3vnk25", - "https://ror.org/03rth4p18", - "https://ror.org/03pbgwk21", - "https://ror.org/03z6jp965", - "https://ror.org/04wez5e68", - "https://ror.org/02d9dg697", - "https://ror.org/01frn9647", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/01rk35k63", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cypx016": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gnnx384": { - "ancestors": [ - "https://ror.org/04zc7p361" - ], - "descendants": [ - - ] - }, - "https://ror.org/055s8hs34": { - "ancestors": [ - "https://ror.org/008kn4z11", - "https://ror.org/007x3c094", - "https://ror.org/0321g0743", - "https://ror.org/028rypz17", - "https://ror.org/02feahw73", - "https://ror.org/03yz3tz18", - "https://ror.org/03yz3tz18" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bcqbv56": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/059n54003": { - "ancestors": [ - "https://ror.org/0309cs235", - "https://ror.org/042tfbd02" - ], - "descendants": [ - "https://ror.org/05k9wmt43", - "https://ror.org/03011gg73", - "https://ror.org/0266kfd37" - ] - }, - "https://ror.org/0443jbw36": { - "ancestors": [ - "https://ror.org/03qg6r976", - "https://ror.org/01fpnj063" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c1p7750": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yc0ew57": { - "ancestors": [ - "https://ror.org/00bw5n526", - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wzw4r89": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/0015h8611": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/05f82e368", - "https://ror.org/00jjx8s55", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/049yaph28": { - "ancestors": [ - "https://ror.org/02nwvxz07", - "https://ror.org/03wb8xz10", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/006626m33": { - "ancestors": [ - "https://ror.org/008kn4z11", - "https://ror.org/02vjkv261", - "https://ror.org/05f82e368", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j9kq242": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f7ht509": { - "ancestors": [ - "https://ror.org/0117jxy09" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qmmxm27": { - "ancestors": [ - "https://ror.org/04xjkmz40" - ], - "descendants": [ - - ] - }, - "https://ror.org/009g8rq41": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/02chzeh21", - "https://ror.org/044eq7773", - "https://ror.org/025mxgc68", - "https://ror.org/00vn4ec76", - "https://ror.org/03xs9yg50", - "https://ror.org/040ybh559", - "https://ror.org/011rp3b19" - ] - }, - "https://ror.org/02cc2hs63": { - "ancestors": [ - "https://ror.org/02w4gwv87" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q1vy171": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261", - "https://ror.org/02feahw73", - "https://ror.org/00pg5jh14", - "https://ror.org/0199hds37" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r83qv57": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261", - "https://ror.org/02cnsac56", - "https://ror.org/03xjwb503", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gcxpk23": { - "ancestors": [ - "https://ror.org/03qvtpc38" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kjer521": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hfet039": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/01ckass20", - "https://ror.org/01em4e880", - "https://ror.org/04bjg9m96", - "https://ror.org/05fhe0r85", - "https://ror.org/05f1c3n42" - ] - }, - "https://ror.org/03fd77x13": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/03tnjrr49", - "https://ror.org/00fw8bp86", - "https://ror.org/034a4bk84", - "https://ror.org/04dcc3438", - "https://ror.org/01g3mb532", - "https://ror.org/00nrbzg90", - "https://ror.org/049nhh297", - "https://ror.org/022txr781", - "https://ror.org/01hg8p552", - "https://ror.org/01kxesq83", - "https://ror.org/03gc1p724", - "https://ror.org/00w1qvp54", - "https://ror.org/03f0apy98", - "https://ror.org/042dc0x18", - "https://ror.org/02avf8f85", - "https://ror.org/00j50jx72", - "https://ror.org/01mbkbh33" - ] - }, - "https://ror.org/01hg8p552": { - "ancestors": [ - "https://ror.org/03fd77x13", - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bynmm24": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/0223bz716": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nqy7n35": { - "ancestors": [ - "https://ror.org/05ggc9x40", - "https://ror.org/02nwvxz07", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04afed728": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/001br4864": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q183h73": { - "ancestors": [ - "https://ror.org/02fp10z94" - ], - "descendants": [ - - ] - }, - "https://ror.org/058t6p923": { - "ancestors": [ - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/038yp4g21": { - "ancestors": [ - "https://ror.org/05hy3tk52", - "https://ror.org/00mz87608", - "https://ror.org/042tfbd02", - "https://ror.org/01naq7912", - "https://ror.org/04y8cs423", - "https://ror.org/02feahw73", - "https://ror.org/025vp2923", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bjg9m96": { - "ancestors": [ - "https://ror.org/05hfet039", - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/05fhe0r85", - "https://ror.org/05f1c3n42" - ] - }, - "https://ror.org/04nrmrg07": { - "ancestors": [ - "https://ror.org/04xmt0833" - ], - "descendants": [ - "https://ror.org/043zvrs33" - ] - }, - "https://ror.org/00bbtde36": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/029nkcm90", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/041baww89": { - "ancestors": [ - "https://ror.org/01an57a31" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xvk4r52": { - "ancestors": [ - "https://ror.org/042tfbd02", - "https://ror.org/025vp2923" - ], - "descendants": [ - "https://ror.org/05d29yv45" - ] - }, - "https://ror.org/04xt5aa77": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/02qz16y57", - "https://ror.org/00mt8kb26", - "https://ror.org/001610k88", - "https://ror.org/03ccwte70", - "https://ror.org/00jt2mw14", - "https://ror.org/0544z6x19", - "https://ror.org/027286m03", - "https://ror.org/05j3rwq14" - ] - }, - "https://ror.org/01z4nnt86": { - "ancestors": [ - "https://ror.org/04h9pn542" - ], - "descendants": [ - "https://ror.org/014xqzt56", - "https://ror.org/00cb3km46", - "https://ror.org/05rwxjy27", - "https://ror.org/01j6bah27", - "https://ror.org/00xx85724", - "https://ror.org/01ks0bt75" - ] - }, - "https://ror.org/00a8p0m24": { - "ancestors": [ - "https://ror.org/00dcrfk74", - "https://ror.org/00hy22508", - "https://ror.org/04y8cs423", - "https://ror.org/00mz87608", - "https://ror.org/03yz3tz18", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83", - "https://ror.org/01naq7912", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02", - "https://ror.org/025vp2923", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sd8tv96": { - "ancestors": [ - "https://ror.org/03mb6wj31" - ], - "descendants": [ - - ] - }, - "https://ror.org/05745n787": { - "ancestors": [ - "https://ror.org/01y9bpm73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wcaw014": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/03z6jp965", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e9m1r40": { - "ancestors": [ - "https://ror.org/01v676463", - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/014ndnr76": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qdqrj31": { - "ancestors": [ - "https://ror.org/00bw5n526", - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/004nnf780": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nswdr94": { - "ancestors": [ - "https://ror.org/0581em797", - "https://ror.org/00e3ns026" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dbsav41": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z0jq636": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/052jxdr90": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/05hy3tk52", - "https://ror.org/05q65zh81", - "https://ror.org/02cte4b68", - "https://ror.org/042tfbd02", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/036w0tz95": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/0366b1491": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368", - "https://ror.org/046b3cj80", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c9ks061": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/002t25c44", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k37h274": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/013cjyk83", - "https://ror.org/04t0gwh46", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c241w53": { - "ancestors": [ - "https://ror.org/05gqaka33" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kcgdd35": { - "ancestors": [ - "https://ror.org/00dfd1509", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rmk5x23": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02617e391": { - "ancestors": [ - "https://ror.org/00bw5n526", - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rd22143": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/05f82e368", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/05yqfzf35": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03czns913": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/0106ccb15", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02", - "https://ror.org/0309cs235" - ], - "descendants": [ - - ] - }, - "https://ror.org/03exgrk66": { - "ancestors": [ - "https://ror.org/053fp5c05" - ], - "descendants": [ - "https://ror.org/00ypk0v12", - "https://ror.org/029kezw11", - "https://ror.org/059k49c26", - "https://ror.org/0132rxg34", - "https://ror.org/053hz0f96", - "https://ror.org/036bvfx36", - "https://ror.org/03vxc6h80", - "https://ror.org/0432dt133" - ] - }, - "https://ror.org/051sk4035": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cf97417": { - "ancestors": [ - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n29xb21": { - "ancestors": [ - "https://ror.org/05hy3tk52", - "https://ror.org/04emwm605", - "https://ror.org/00jjx8s55", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s6rc685": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k9wmt43": { - "ancestors": [ - "https://ror.org/0175hh227", - "https://ror.org/059n54003", - "https://ror.org/03zek0r74", - "https://ror.org/042949r55", - "https://ror.org/0309cs235", - "https://ror.org/01dkyve95", - "https://ror.org/042tfbd02", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/044kjp413": { - "ancestors": [ - "https://ror.org/04sze3c15", - "https://ror.org/01wjejq96" - ], - "descendants": [ - "https://ror.org/04pme8x11", - "https://ror.org/0005vby86" - ] - }, - "https://ror.org/00a8cnz80": { - "ancestors": [ - "https://ror.org/016pnwd02", - "https://ror.org/00jjx8s55", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dmms154": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368" - ], - "descendants": [ - "https://ror.org/03cqwn895" - ] - }, - "https://ror.org/02jp0cd74": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v676463": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - "https://ror.org/02e9m1r40", - "https://ror.org/016vx5156", - "https://ror.org/05tr67282", - "https://ror.org/023km2z79", - "https://ror.org/009p5nb11" - ] - }, - "https://ror.org/057er4c39": { - "ancestors": [ - "https://ror.org/01naq7912", - "https://ror.org/042tfbd02", - "https://ror.org/025vp2923" - ], - "descendants": [ - - ] - }, - "https://ror.org/01abd0t80": { - "ancestors": [ - "https://ror.org/0309cs235", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s147322": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/0106ccb15": { - "ancestors": [ - "https://ror.org/0309cs235", - "https://ror.org/042tfbd02" - ], - "descendants": [ - "https://ror.org/00nbx9b54", - "https://ror.org/00xd1ek73", - "https://ror.org/03czns913", - "https://ror.org/04qgfge56" - ] - }, - "https://ror.org/00nvjgv40": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rq3rb55": { - "ancestors": [ - "https://ror.org/0162y2387", - "https://ror.org/02vjkv261", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t4gr691": { - "ancestors": [ - "https://ror.org/05grdyy37" - ], - "descendants": [ - "https://ror.org/022gvqh28" - ] - }, - "https://ror.org/049am9t04": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e7p5n27": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - "https://ror.org/00earpg61" - ] - }, - "https://ror.org/02haar591": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d29yv45": { - "ancestors": [ - "https://ror.org/05xvk4r52", - "https://ror.org/042tfbd02", - "https://ror.org/025vp2923" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hdncs36": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01df9hd73": { - "ancestors": [ - "https://ror.org/00jmfr291" - ], - "descendants": [ - "https://ror.org/02q7mkh03" - ] - }, - "https://ror.org/00pbqgm18": { - "ancestors": [ - "https://ror.org/04z22qz54", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t220m45": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/02snf8m58", - "https://ror.org/03wt8n129", - "https://ror.org/01gamk045" - ] - }, - "https://ror.org/00gbcc509": { - "ancestors": [ - "https://ror.org/00saywf64" - ], - "descendants": [ - "https://ror.org/01jj61460", - "https://ror.org/05bskz173" - ] - }, - "https://ror.org/010w12y08": { - "ancestors": [ - "https://ror.org/030reqw53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bw5n526": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - "https://ror.org/048cbmc89", - "https://ror.org/01qdqrj31", - "https://ror.org/04hzkx672", - "https://ror.org/02617e391" - ] - }, - "https://ror.org/04g2pxh42": { - "ancestors": [ - "https://ror.org/03khw1425", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zx68e15": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yavcg77": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/002t25c44", - "https://ror.org/02d9dg697", - "https://ror.org/00mfpxb84", - "https://ror.org/05f82e368", - "https://ror.org/00e96v939", - "https://ror.org/046b3cj80", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f9avj37": { - "ancestors": [ - "https://ror.org/05tn05n57", - "https://ror.org/046865y68" - ], - "descendants": [ - - ] - }, - "https://ror.org/046p9e825": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/006gzge74": { - "ancestors": [ - "https://ror.org/04ex24z53", - "https://ror.org/046b3cj80", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/05f82e368", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wct8w46": { - "ancestors": [ - "https://ror.org/02nwvxz07", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/0343q4c37": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hcn4061": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/00hx6zz33", - "https://ror.org/035x96431", - "https://ror.org/039c2j878", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fjdfm19": { - "ancestors": [ - "https://ror.org/04jymbd90", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ye64x65": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g40zn06": { - "ancestors": [ - "https://ror.org/0589k3111", - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pnk9016": { - "ancestors": [ - "https://ror.org/023zg8w32", - "https://ror.org/05q3vnk25", - "https://ror.org/05f82e368", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/055wjj883": { - "ancestors": [ - "https://ror.org/00byxdz40", - "https://ror.org/02feahw73", - "https://ror.org/00jjx8s55", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cxnr816": { - "ancestors": [ - "https://ror.org/01r024a98" - ], - "descendants": [ - "https://ror.org/0582v6g41", - "https://ror.org/04gr4mh63" - ] - }, - "https://ror.org/00f200z37": { - "ancestors": [ - "https://ror.org/05kzjxq56" - ], - "descendants": [ - "https://ror.org/049weex04", - "https://ror.org/021py7g65", - "https://ror.org/03a35w771", - "https://ror.org/054gh2b75" - ] - }, - "https://ror.org/046sqxa62": { - "ancestors": [ - "https://ror.org/04wkdwp52", - "https://ror.org/01bg62x04" - ], - "descendants": [ - - ] - }, - "https://ror.org/000p29f53": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00z54nq84", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/026pjf520": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dcefd69": { - "ancestors": [ - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/015dy5p63": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/039k65f65": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/05739xz97": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wzabs02": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01m11mf96": { - "ancestors": [ - "https://ror.org/02v5bgz72", - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hvr8395": { - "ancestors": [ - "https://ror.org/04xjkmz40" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fj7ar22": { - "ancestors": [ - "https://ror.org/0187kwz08" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qgfge56": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/0106ccb15", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02", - "https://ror.org/0309cs235" - ], - "descendants": [ - - ] - }, - "https://ror.org/0160gc229": { - "ancestors": [ - "https://ror.org/01wjejq96" - ], - "descendants": [ - "https://ror.org/01b346b72" - ] - }, - "https://ror.org/01az7b475": { - "ancestors": [ - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/046as0q24": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xb4fs50": { - "ancestors": [ - "https://ror.org/013aysd81", - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/055ggwx94": { - "ancestors": [ - "https://ror.org/059qg2m13" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sdmps70": { - "ancestors": [ - "https://ror.org/04a5szx83" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fp59e94": { - "ancestors": [ - "https://ror.org/01qrts582" - ], - "descendants": [ - - ] - }, - "https://ror.org/02krdtz55": { - "ancestors": [ - "https://ror.org/008kn4z11", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/03yz3tz18" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fdnmv92": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q7mkh03": { - "ancestors": [ - "https://ror.org/00jmfr291", - "https://ror.org/01df9hd73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tmzec49": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mf0wv34": { - "ancestors": [ - "https://ror.org/02ggzyd20", - "https://ror.org/00jjx8s55", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tr67282": { - "ancestors": [ - "https://ror.org/01v676463", - "https://ror.org/00pg5jh14" - ], - "descendants": [ - "https://ror.org/009p5nb11" - ] - }, - "https://ror.org/03x0yny97": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/03wkt5x30", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/049jtt335": { - "ancestors": [ - "https://ror.org/010gxg263" - ], - "descendants": [ - "https://ror.org/01q8ytn75", - "https://ror.org/05wn3mp32" - ] - }, - "https://ror.org/05v0qpv28": { - "ancestors": [ - "https://ror.org/058pdbn81" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fd9sj13": { - "ancestors": [ - "https://ror.org/04fxknd68" - ], - "descendants": [ - "https://ror.org/03yj40c58" - ] - }, - "https://ror.org/02kn1p956": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fk87k11": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hqep952": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bbf9m56": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kr24y60": { - "ancestors": [ - "https://ror.org/02e0y6e06", - "https://ror.org/03zx86w41", - "https://ror.org/02vjkv261", - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/013cjyk83", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/013yz9b19": { - "ancestors": [ - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w69g525": { - "ancestors": [ - "https://ror.org/013v7ga69" - ], - "descendants": [ - - ] - }, - "https://ror.org/023f9y602": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a4enz31": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/05prqcv46": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/0570qwq18": { - "ancestors": [ - "https://ror.org/043mz5j54", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c5gc203": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s0je147": { - "ancestors": [ - "https://ror.org/054pv6659" - ], - "descendants": [ - - ] - }, - "https://ror.org/0446hjy70": { - "ancestors": [ - "https://ror.org/03d0tpz61" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sq8xk75": { - "ancestors": [ - "https://ror.org/05e7p5n27", - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cg5md32": { - "ancestors": [ - "https://ror.org/040scgh75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n15ch10": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/03xjwb503" - ], - "descendants": [ - "https://ror.org/04dy97z61", - "https://ror.org/01fv25t22", - "https://ror.org/01ydb3330", - "https://ror.org/010j2gw05" - ] - }, - "https://ror.org/023kqz006": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/05f82e368", - "https://ror.org/051kpcy16", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q3vnk25": { - "ancestors": [ - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/01sjmsj73", - "https://ror.org/01tp1c480", - "https://ror.org/020nks034", - "https://ror.org/03pnk9016", - "https://ror.org/008rywf59", - "https://ror.org/01225hq90", - "https://ror.org/05h7ddb14", - "https://ror.org/02banhz78", - "https://ror.org/0508wny29", - "https://ror.org/04pfr1b11", - "https://ror.org/00b80ez59", - "https://ror.org/05xtktk35", - "https://ror.org/020g0rw41", - "https://ror.org/01h4rra97", - "https://ror.org/05k0qmv73", - "https://ror.org/00f945z63", - "https://ror.org/05kf9jb93", - "https://ror.org/051ykjw41", - "https://ror.org/044vzpb64", - "https://ror.org/015q23935", - "https://ror.org/01j4h9t83", - "https://ror.org/00bnthp71", - "https://ror.org/03xx98n35", - "https://ror.org/032qezt74", - "https://ror.org/02qprbz18", - "https://ror.org/01cah1n37", - "https://ror.org/01cf2sz15", - "https://ror.org/02s56xp85", - "https://ror.org/01wwcfa26", - "https://ror.org/05abgg682", - "https://ror.org/003n95695", - "https://ror.org/02vnq7240", - "https://ror.org/05j3atf73", - "https://ror.org/05h929866", - "https://ror.org/02chvqy57", - "https://ror.org/00aycez97", - "https://ror.org/03rtw5049", - "https://ror.org/00357kh21", - "https://ror.org/049dk3691", - "https://ror.org/0409c3995", - "https://ror.org/05258q350", - "https://ror.org/00rd22143", - "https://ror.org/03p7xrr08", - "https://ror.org/017qtjx43", - "https://ror.org/002yg6s88", - "https://ror.org/05fnxds15", - "https://ror.org/002v3cy83", - "https://ror.org/04ej53908", - "https://ror.org/053kxkj53", - "https://ror.org/05kxt4539", - "https://ror.org/011abem59", - "https://ror.org/05deqk823", - "https://ror.org/01nfvkq89", - "https://ror.org/00mryrd39", - "https://ror.org/02844qe97", - "https://ror.org/00cesps27", - "https://ror.org/01z485314", - "https://ror.org/014sj8802", - "https://ror.org/023h4a821", - "https://ror.org/001j26r80", - "https://ror.org/05ye29x39", - "https://ror.org/00waz9262", - "https://ror.org/047rqcm40", - "https://ror.org/04gpe6h67", - "https://ror.org/04fgntk96", - "https://ror.org/01365h357", - "https://ror.org/05y5s3h28", - "https://ror.org/05mv3tj33", - "https://ror.org/05s6hm275", - "https://ror.org/01pa4h393", - "https://ror.org/0585hkk81", - "https://ror.org/01hg13988", - "https://ror.org/04av83c71", - "https://ror.org/01gtjxz83", - "https://ror.org/05258q350", - "https://ror.org/01pa4h393", - "https://ror.org/03r5d5c48", - "https://ror.org/0518tra10", - "https://ror.org/011xg1225", - "https://ror.org/03vte9x46", - "https://ror.org/03v2c3v44", - "https://ror.org/03wsemq03", - "https://ror.org/01kcrnc96" - ] - }, - "https://ror.org/027zf7h57": { - "ancestors": [ - "https://ror.org/01an57a31" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v2jyq75": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/04b0z7q78", - "https://ror.org/02d9dg697", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xrw9r68": { - "ancestors": [ - "https://ror.org/010gxg263" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gn50d10": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wc0kq10": { - "ancestors": [ - "https://ror.org/04jsz6e67" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mqtne57": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fgakj19": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/009e3jw43": { - "ancestors": [ - "https://ror.org/05gg0gh87" - ], - "descendants": [ - - ] - }, - "https://ror.org/012e1xn46": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/050jcm728", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02" - ], - "descendants": [ - "https://ror.org/04fvec703", - "https://ror.org/003m5dy43", - "https://ror.org/025n6m978", - "https://ror.org/04wgfew19", - "https://ror.org/02e6ym289" - ] - }, - "https://ror.org/00cb3km46": { - "ancestors": [ - "https://ror.org/01z4nnt86", - "https://ror.org/04h9pn542" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ep77119": { - "ancestors": [ - "https://ror.org/00pkvys92" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d34fg54": { - "ancestors": [ - "https://ror.org/02eg1qz05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tj21473": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qfph657": { - "ancestors": [ - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vnd0e65": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gvnh520": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01y8j9r24": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/052ahj806", - "https://ror.org/006je8v76", - "https://ror.org/01xpreq28", - "https://ror.org/0378sf364", - "https://ror.org/0452rtt80", - "https://ror.org/01dz5cg19", - "https://ror.org/00enct420" - ] - }, - "https://ror.org/020tdv696": { - "ancestors": [ - "https://ror.org/00ppaw753" - ], - "descendants": [ - - ] - }, - "https://ror.org/043n69j88": { - "ancestors": [ - "https://ror.org/03rmrcq20" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wpjm123": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/03tjeg502", - "https://ror.org/04r6shn89", - "https://ror.org/01g0hqq23", - "https://ror.org/047v1x836", - "https://ror.org/020r4p198", - "https://ror.org/04hmt0j25", - "https://ror.org/02ntw5v16", - "https://ror.org/01qcq9d74", - "https://ror.org/00p45d091", - "https://ror.org/02gntzb40", - "https://ror.org/03khw1425", - "https://ror.org/058rymf81", - "https://ror.org/013aysd81", - "https://ror.org/00gmryg88", - "https://ror.org/022a2kb82", - "https://ror.org/037pqnq23", - "https://ror.org/04g2pxh42", - "https://ror.org/01k4yrm29", - "https://ror.org/03g03dn68", - "https://ror.org/05kzfa883", - "https://ror.org/0417sdw47", - "https://ror.org/028jp5z02", - "https://ror.org/03ep23f07", - "https://ror.org/005rpmt10", - "https://ror.org/04gzcxt97", - "https://ror.org/03ysstz10", - "https://ror.org/01rg5mm74", - "https://ror.org/01rwkhb30", - "https://ror.org/01dcefd69", - "https://ror.org/04qfph657", - "https://ror.org/035enhp47", - "https://ror.org/013yz9b19", - "https://ror.org/01az7b475", - "https://ror.org/0298pes53", - "https://ror.org/01xb4fs50", - "https://ror.org/05kzfa883", - "https://ror.org/01xb4fs50", - "https://ror.org/00cs28a13", - "https://ror.org/020wfwe51", - "https://ror.org/03ynzzx94", - "https://ror.org/00p3ce068" - ] - }, - "https://ror.org/04hjc7403": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fbd1w03": { - "ancestors": [ - "https://ror.org/02nwvxz07", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xmteb38": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/050jcm728", - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s5aag36": { - "ancestors": [ - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jmjy508": { - "ancestors": [ - "https://ror.org/02v5bgz72", - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/04apk3g44": { - "ancestors": [ - "https://ror.org/05n486907" - ], - "descendants": [ - - ] - }, - "https://ror.org/013095052": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0131gn249": { - "ancestors": [ - "https://ror.org/01zt9a375" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gh2v067": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03by16w37": { - "ancestors": [ - "https://ror.org/05q92br09" - ], - "descendants": [ - "https://ror.org/034bxst58" - ] - }, - "https://ror.org/00mz87608": { - "ancestors": [ - "https://ror.org/01naq7912", - "https://ror.org/04y8cs423", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02", - "https://ror.org/025vp2923", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83", - "https://ror.org/042tfbd02" - ], - "descendants": [ - "https://ror.org/038yp4g21", - "https://ror.org/02yv0b554", - "https://ror.org/003y0kg83", - "https://ror.org/00a8p0m24" - ] - }, - "https://ror.org/01zx5ww52": { - "ancestors": [ - "https://ror.org/015471y74", - "https://ror.org/04xqwq985" - ], - "descendants": [ - - ] - }, - "https://ror.org/03atapr58": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/002yg6s88": { - "ancestors": [ - "https://ror.org/008kn4z11", - "https://ror.org/05q3vnk25", - "https://ror.org/05f82e368", - "https://ror.org/03yz3tz18", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/015471y74": { - "ancestors": [ - "https://ror.org/04xqwq985" - ], - "descendants": [ - "https://ror.org/019641589", - "https://ror.org/027j9rp38", - "https://ror.org/01pzf6r50", - "https://ror.org/01zx5ww52" - ] - }, - "https://ror.org/00t9egj41": { - "ancestors": [ - "https://ror.org/0199hds37", - "https://ror.org/02vjkv261", - "https://ror.org/05f82e368", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/028qedy27": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02djzje70": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02d9dg697", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fz7mn40": { - "ancestors": [ - "https://ror.org/01p6yxw64", - "https://ror.org/042tfbd02" - ], - "descendants": [ - "https://ror.org/0449khs19", - "https://ror.org/05eedav07" - ] - }, - "https://ror.org/05kt43w73": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k5bcn60": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cte4b68": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/05jw85995", - "https://ror.org/01gan4k05", - "https://ror.org/0003ege03", - "https://ror.org/04nd4kk51", - "https://ror.org/04ysg2a58", - "https://ror.org/028ta1f94", - "https://ror.org/03jtzcc30", - "https://ror.org/010rs2a38", - "https://ror.org/04c3cen15", - "https://ror.org/058z3vf87", - "https://ror.org/028wq3277", - "https://ror.org/05whrjc31", - "https://ror.org/04agqs597", - "https://ror.org/04nmj9827", - "https://ror.org/02mnw9q71", - "https://ror.org/05k1smh27", - "https://ror.org/05mzd8v39", - "https://ror.org/04qwfwm19", - "https://ror.org/04g26vc28", - "https://ror.org/000d5zy28", - "https://ror.org/000pvc513", - "https://ror.org/00se7bf12", - "https://ror.org/01nw6qk38", - "https://ror.org/001n7ee52", - "https://ror.org/00gj33s30", - "https://ror.org/02s6m8n84", - "https://ror.org/00xts7d02", - "https://ror.org/012wxdw12", - "https://ror.org/05d1e6v30", - "https://ror.org/00cqpd580", - "https://ror.org/03a9gd656", - "https://ror.org/00222yk13", - "https://ror.org/00adwkx90", - "https://ror.org/05xr3b330", - "https://ror.org/039yyx623", - "https://ror.org/04fr7pd94", - "https://ror.org/03s5z5x70", - "https://ror.org/02tn0tm63", - "https://ror.org/045qszf23", - "https://ror.org/03c0nx407", - "https://ror.org/00r8jkk54", - "https://ror.org/03ywn7d79", - "https://ror.org/04fy20a51", - "https://ror.org/03edms940", - "https://ror.org/03xhggy77", - "https://ror.org/00wwxk695", - "https://ror.org/02bhhaf78", - "https://ror.org/02pr0xw82", - "https://ror.org/01racwh88", - "https://ror.org/02v2svk17", - "https://ror.org/00jb20a14", - "https://ror.org/007sc9r91", - "https://ror.org/03atapr58", - "https://ror.org/03q7p3t30", - "https://ror.org/03z20vp15", - "https://ror.org/03nknpw16", - "https://ror.org/00tmb7y09", - "https://ror.org/01rtzw447", - "https://ror.org/056n05x05", - "https://ror.org/02fv42846", - "https://ror.org/028qedy27", - "https://ror.org/02dd25k08", - "https://ror.org/056g7f250", - "https://ror.org/04310tc15", - "https://ror.org/03r7eh527", - "https://ror.org/04vthwx70", - "https://ror.org/02m9cs548", - "https://ror.org/01tv2ca73", - "https://ror.org/02n2h9t24", - "https://ror.org/0171mae58", - "https://ror.org/03cfem402", - "https://ror.org/04qq0qp34", - "https://ror.org/02ctqqq48", - "https://ror.org/04axb9j69", - "https://ror.org/01gje7n16", - "https://ror.org/02g4mxc89", - "https://ror.org/04vrqzz54", - "https://ror.org/00rh71z37", - "https://ror.org/04qgfge56", - "https://ror.org/02160my55", - "https://ror.org/00nvjgv40", - "https://ror.org/014n97s28", - "https://ror.org/02s4dmd79", - "https://ror.org/02jkg8m11", - "https://ror.org/00b4q1853", - "https://ror.org/04vg26t07", - "https://ror.org/04e8pda19", - "https://ror.org/043a21x04", - "https://ror.org/046htjf88", - "https://ror.org/04hd6wf14", - "https://ror.org/00m7zca23", - "https://ror.org/044qpwz88", - "https://ror.org/03f0z1g15", - "https://ror.org/05pchb838", - "https://ror.org/03q99v794", - "https://ror.org/03k1e4r14", - "https://ror.org/02dpqcy73", - "https://ror.org/01z5d0q66", - "https://ror.org/02w2x8s90", - "https://ror.org/052jxdr90", - "https://ror.org/01wy0hc37", - "https://ror.org/01xpreq28", - "https://ror.org/0378sf364" - ] - }, - "https://ror.org/05eedav07": { - "ancestors": [ - "https://ror.org/052bz7812", - "https://ror.org/0449khs19", - "https://ror.org/013cjyk83", - "https://ror.org/01p6yxw64", - "https://ror.org/04b0z7q78", - "https://ror.org/01fz7mn40", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sze3c15": { - "ancestors": [ - "https://ror.org/01wjejq96" - ], - "descendants": [ - "https://ror.org/02fzwdc59", - "https://ror.org/0357msq30", - "https://ror.org/04ajwkn20", - "https://ror.org/044kjp413", - "https://ror.org/04pme8x11", - "https://ror.org/0005vby86" - ] - }, - "https://ror.org/01pzf6r50": { - "ancestors": [ - "https://ror.org/015471y74", - "https://ror.org/04xqwq985" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rs3t968": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - "https://ror.org/03acp3c91" - ] - }, - "https://ror.org/03k1e4r14": { - "ancestors": [ - "https://ror.org/05q65zh81", - "https://ror.org/02vjkv261", - "https://ror.org/02cte4b68", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/05c2qg481", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yr1er70": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nwsar36": { - "ancestors": [ - "https://ror.org/02vt68k07", - "https://ror.org/057q6n778" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fmy9v62": { - "ancestors": [ - "https://ror.org/023v4bd62" - ], - "descendants": [ - - ] - }, - "https://ror.org/056vbnz12": { - "ancestors": [ - "https://ror.org/03x42jk29", - "https://ror.org/02nwvxz07", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/059fa3x42": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xqpda80": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/012j2vh13": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t5n2z26": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0213qq237": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/058rymf81": { - "ancestors": [ - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/01k4yrm29", - "https://ror.org/03g03dn68", - "https://ror.org/05kzfa883", - "https://ror.org/0417sdw47", - "https://ror.org/028jp5z02", - "https://ror.org/03ep23f07", - "https://ror.org/005rpmt10", - "https://ror.org/04gzcxt97", - "https://ror.org/03ysstz10", - "https://ror.org/01rg5mm74", - "https://ror.org/01qcq9d74", - "https://ror.org/01rwkhb30", - "https://ror.org/01dcefd69", - "https://ror.org/04qfph657", - "https://ror.org/035enhp47", - "https://ror.org/013yz9b19", - "https://ror.org/01az7b475", - "https://ror.org/0298pes53", - "https://ror.org/01xb4fs50", - "https://ror.org/00cs28a13", - "https://ror.org/020wfwe51", - "https://ror.org/03ynzzx94", - "https://ror.org/00p3ce068" - ] - }, - "https://ror.org/01ddqfh11": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/02eptjh02": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/029nkcm90", - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ggjh491": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/03011gg73": { - "ancestors": [ - "https://ror.org/02ypw0a72", - "https://ror.org/04ed7fw48", - "https://ror.org/0372th171", - "https://ror.org/02feahw73", - "https://ror.org/059n54003", - "https://ror.org/00s19x989", - "https://ror.org/0309cs235", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/048cbmc89": { - "ancestors": [ - "https://ror.org/00bw5n526", - "https://ror.org/00fh58138", - "https://ror.org/00ezvft90", - "https://ror.org/05f82e368", - "https://ror.org/005ypkf75", - "https://ror.org/02ryfmr77", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n8sc212": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w87rc74": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t9v8r67": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/016vx5156": { - "ancestors": [ - "https://ror.org/01v676463", - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w2x8s90": { - "ancestors": [ - "https://ror.org/05hy3tk52", - "https://ror.org/02cte4b68", - "https://ror.org/042tfbd02", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/000nhq538": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hy3tk52": { - "ancestors": [ - "https://ror.org/042tfbd02" - ], - "descendants": [ - "https://ror.org/01c6vgf77", - "https://ror.org/0449khs19", - "https://ror.org/02bsd9p69", - "https://ror.org/012e1xn46", - "https://ror.org/04afed728", - "https://ror.org/015x8rz21", - "https://ror.org/018b0x874", - "https://ror.org/03czns913", - "https://ror.org/000ehr937", - "https://ror.org/05c95bg36", - "https://ror.org/002ty1h48", - "https://ror.org/000p29f53", - "https://ror.org/04qgfge56", - "https://ror.org/023f9y602", - "https://ror.org/00b7djk73", - "https://ror.org/058t6p923", - "https://ror.org/00xd1ek73", - "https://ror.org/01mbkbh33", - "https://ror.org/05hvqzx20", - "https://ror.org/01z5d0q66", - "https://ror.org/038yp4g21", - "https://ror.org/00mz87608", - "https://ror.org/036czkg67", - "https://ror.org/02w2x8s90", - "https://ror.org/052jxdr90", - "https://ror.org/05eedav07", - "https://ror.org/04fvec703", - "https://ror.org/003m5dy43", - "https://ror.org/025n6m978", - "https://ror.org/04wgfew19", - "https://ror.org/02e6ym289", - "https://ror.org/02yv0b554", - "https://ror.org/003y0kg83", - "https://ror.org/00a8p0m24" - ] - }, - "https://ror.org/04gr4mh63": { - "ancestors": [ - "https://ror.org/05cxnr816", - "https://ror.org/01r024a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w482q29": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/00adasd53": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kr50w79": { - "ancestors": [ - "https://ror.org/03zx86w41", - "https://ror.org/00s19x989", - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/05c2qg481", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/016bv0j42": { - "ancestors": [ - "https://ror.org/0309cs235", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s56xp85": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/01q76b368", - "https://ror.org/003vg9w96", - "https://ror.org/05ggc9x40", - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wa61d03": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fzwdc59": { - "ancestors": [ - "https://ror.org/04sze3c15", - "https://ror.org/01wjejq96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03q7r5x87": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/05f82e368", - "https://ror.org/04k031t90", - "https://ror.org/02vjkv261", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/020z28a80": { - "ancestors": [ - "https://ror.org/042aqky30" - ], - "descendants": [ - - ] - }, - "https://ror.org/0309cs235": { - "ancestors": [ - "https://ror.org/042tfbd02" - ], - "descendants": [ - "https://ror.org/01abd0t80", - "https://ror.org/016bv0j42", - "https://ror.org/046gd5814", - "https://ror.org/03b0w5c07", - "https://ror.org/01v48vz24", - "https://ror.org/0106ccb15", - "https://ror.org/059n54003", - "https://ror.org/03gvm2667", - "https://ror.org/00nbx9b54", - "https://ror.org/00xd1ek73", - "https://ror.org/03czns913", - "https://ror.org/04qgfge56", - "https://ror.org/05k9wmt43", - "https://ror.org/03011gg73", - "https://ror.org/0266kfd37" - ] - }, - "https://ror.org/00ajjta07": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/05f82e368", - "https://ror.org/00e96v939", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k1akk19": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kvhnf06": { - "ancestors": [ - "https://ror.org/022c4zk48", - "https://ror.org/008nkqk13", - "https://ror.org/019xm3p48", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wg74v35": { - "ancestors": [ - "https://ror.org/008nkqk13", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tyznx60": { - "ancestors": [ - "https://ror.org/03rt48n94", - "https://ror.org/001z21q04", - "https://ror.org/05f82e368", - "https://ror.org/03xjwb503", - "https://ror.org/028rypz17", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/034bxst58": { - "ancestors": [ - "https://ror.org/03by16w37", - "https://ror.org/05q92br09" - ], - "descendants": [ - - ] - }, - "https://ror.org/04abv6630": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p3et738": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bnnrk48": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ngq1v76": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/023zg8w32", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zay3w86": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ss0kx69": { - "ancestors": [ - "https://ror.org/01vbmek33", - "https://ror.org/00jnds476", - "https://ror.org/01zqcg218" - ], - "descendants": [ - - ] - }, - "https://ror.org/035enhp47": { - "ancestors": [ - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0218kns11": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b346b72": { - "ancestors": [ - "https://ror.org/0160gc229", - "https://ror.org/01wjejq96" - ], - "descendants": [ - - ] - }, - "https://ror.org/021ryxk89": { - "ancestors": [ - "https://ror.org/02e0y6e06", - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/032q95r88": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/0199hds37", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n2h9t24": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/02cte4b68", - "https://ror.org/05sqf9v67", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/01d5pah27", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yv0b554": { - "ancestors": [ - "https://ror.org/04y8cs423", - "https://ror.org/02feahw73", - "https://ror.org/00mz87608", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83", - "https://ror.org/01naq7912", - "https://ror.org/05hy3tk52", - "https://ror.org/042tfbd02", - "https://ror.org/025vp2923", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dcqy320": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ghmzn75": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03b0w5c07": { - "ancestors": [ - "https://ror.org/0309cs235", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s80ef73": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/023km2z79": { - "ancestors": [ - "https://ror.org/01v676463", - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/043mz5j54": { - "ancestors": [ - "https://ror.org/00pjdza24" - ], - "descendants": [ - "https://ror.org/01r4tcq81", - "https://ror.org/05yndxy10", - "https://ror.org/00knt4f32", - "https://ror.org/04n1n3n22", - "https://ror.org/0570qwq18" - ] - }, - "https://ror.org/05tn05n57": { - "ancestors": [ - "https://ror.org/046865y68" - ], - "descendants": [ - "https://ror.org/02dd1bz43", - "https://ror.org/00v6w5255", - "https://ror.org/04n76mm80", - "https://ror.org/02f9avj37" - ] - }, - "https://ror.org/008nkqk13": { - "ancestors": [ - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/039k6f508", - "https://ror.org/03z9cwa38", - "https://ror.org/022c4zk48", - "https://ror.org/05cfy3e91", - "https://ror.org/00qbxky68", - "https://ror.org/02wg74v35", - "https://ror.org/03kvhnf06" - ] - }, - "https://ror.org/05x9xyq11": { - "ancestors": [ - "https://ror.org/00jnds476", - "https://ror.org/01zqcg218" - ], - "descendants": [ - - ] - }, - "https://ror.org/044dv9p07": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nbx9b54": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00jjx8s55", - "https://ror.org/03wb8xz10", - "https://ror.org/0106ccb15", - "https://ror.org/00s19x989", - "https://ror.org/0309cs235", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jem5q45": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x6qqf62": { - "ancestors": [ - "https://ror.org/00kj4ev13" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v48vz24": { - "ancestors": [ - "https://ror.org/0309cs235", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jyzk483": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z54nq84": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/055ymkj32", - "https://ror.org/02bsd9p69", - "https://ror.org/02910d597", - "https://ror.org/052bbtn31", - "https://ror.org/03y8mpv07", - "https://ror.org/02y0gk295", - "https://ror.org/03kwnqq69", - "https://ror.org/045ktmd28", - "https://ror.org/01wrng808", - "https://ror.org/03c2k2909", - "https://ror.org/0323bey33", - "https://ror.org/04dbzz632", - "https://ror.org/058rvd314", - "https://ror.org/022b0h879", - "https://ror.org/02za18p66", - "https://ror.org/0238zyh04", - "https://ror.org/05abgg682", - "https://ror.org/008h1f725", - "https://ror.org/01h14ww21", - "https://ror.org/02ftce284", - "https://ror.org/0416g8z79", - "https://ror.org/01ghvgs84", - "https://ror.org/029rmm934", - "https://ror.org/05qsp5m64", - "https://ror.org/03vdg7e33", - "https://ror.org/03czns913", - "https://ror.org/03nqvpf75", - "https://ror.org/04310tc15", - "https://ror.org/01w0hda30", - "https://ror.org/04e89s906", - "https://ror.org/042xmz674", - "https://ror.org/02mc6qk71", - "https://ror.org/02p3et738", - "https://ror.org/000p29f53", - "https://ror.org/017je3b10", - "https://ror.org/00a72jq18", - "https://ror.org/04zaaa143", - "https://ror.org/02mph9k76", - "https://ror.org/03vyzg221", - "https://ror.org/03t2f0a12", - "https://ror.org/0247p4w70", - "https://ror.org/03e044190", - "https://ror.org/04kadgz77", - "https://ror.org/015x8rz21" - ] - }, - "https://ror.org/03yw66316": { - "ancestors": [ - "https://ror.org/00kj4ev13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03acp3c91": { - "ancestors": [ - "https://ror.org/04rs3t968", - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03saykv37": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mbkbh33": { - "ancestors": [ - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/03fd77x13", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nr8xh07": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0057kwj95": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q65zh81": { - "ancestors": [ - "https://ror.org/05c2qg481" - ], - "descendants": [ - "https://ror.org/059fn5f50", - "https://ror.org/02s6m8n84", - "https://ror.org/03k1e4r14", - "https://ror.org/04ef65y11", - "https://ror.org/052jxdr90" - ] - }, - "https://ror.org/0113xme87": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k0nvr25": { - "ancestors": [ - "https://ror.org/00g8rx069", - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/00tjzq647", - "https://ror.org/04rdbcq08" - ] - }, - "https://ror.org/0572pak88": { - "ancestors": [ - "https://ror.org/03x42jk29", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a84yw54": { - "ancestors": [ - "https://ror.org/02nwvxz07", - "https://ror.org/03wb8xz10", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/015cqax60": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qg6r976": { - "ancestors": [ - "https://ror.org/01fpnj063" - ], - "descendants": [ - "https://ror.org/02z7ccn69", - "https://ror.org/00msb1w96", - "https://ror.org/0229xaa13", - "https://ror.org/056cn0e37", - "https://ror.org/017gxrm85", - "https://ror.org/0443jbw36", - "https://ror.org/01tck1990", - "https://ror.org/02ezaf703" - ] - }, - "https://ror.org/02ezaf703": { - "ancestors": [ - "https://ror.org/03qg6r976", - "https://ror.org/01fpnj063" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hvqzx20": { - "ancestors": [ - "https://ror.org/05hy3tk52", - "https://ror.org/0495fxg12", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qtp1053": { - "ancestors": [ - "https://ror.org/02nwvxz07", - "https://ror.org/02feahw73", - "https://ror.org/02d9dg697", - "https://ror.org/05a0dhs15", - "https://ror.org/003vg9w96", - "https://ror.org/002t25c44", - "https://ror.org/042tfbd02", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g0hqq23": { - "ancestors": [ - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/002v3cy83": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/05q3vnk25", - "https://ror.org/002t25c44", - "https://ror.org/05f82e368", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kbmgc12": { - "ancestors": [ - "https://ror.org/03xjwb503" - ], - "descendants": [ - "https://ror.org/04q9vef57", - "https://ror.org/01z6yh944", - "https://ror.org/020g0rw41", - "https://ror.org/03rkgeb39", - "https://ror.org/012fqzm33", - "https://ror.org/01wqd6v19", - "https://ror.org/01b436806", - "https://ror.org/0471cyx86", - "https://ror.org/043f5vc59", - "https://ror.org/002v3cy83", - "https://ror.org/01d5v2p67", - "https://ror.org/026tc4g97", - "https://ror.org/00kk89y84", - "https://ror.org/02cptmd52", - "https://ror.org/0050cbz19", - "https://ror.org/01cmdgj85", - "https://ror.org/0458hw939", - "https://ror.org/00780az30", - "https://ror.org/03gmkya61", - "https://ror.org/01jrr7w21", - "https://ror.org/029n7d640", - "https://ror.org/05em8ne27", - "https://ror.org/05deqk823", - "https://ror.org/01p9mtd45" - ] - }, - "https://ror.org/01vbmek33": { - "ancestors": [ - "https://ror.org/00jnds476", - "https://ror.org/01zqcg218" - ], - "descendants": [ - "https://ror.org/02f33kj63", - "https://ror.org/036ktj817", - "https://ror.org/02ss0kx69" - ] - }, - "https://ror.org/02g4eyf83": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gc1p724": { - "ancestors": [ - "https://ror.org/03fd77x13", - "https://ror.org/03xjwb503", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/002fxfq97": { - "ancestors": [ - "https://ror.org/04ex24z53", - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zkyzz15": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v5bgz72": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - "https://ror.org/01m11mf96", - "https://ror.org/00ph8tk69", - "https://ror.org/03jmjy508" - ] - }, - "https://ror.org/032w6q449": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pf27s53": { - "ancestors": [ - "https://ror.org/0174skq71", - "https://ror.org/04cdzx077" - ], - "descendants": [ - - ] - }, - "https://ror.org/0146pps37": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/0298pes53": { - "ancestors": [ - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0494zgc81": { - "ancestors": [ - "https://ror.org/04h9pn542" - ], - "descendants": [ - "https://ror.org/033vecp71" - ] - }, - "https://ror.org/03cfem402": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02cte4b68", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mg3nk07": { - "ancestors": [ - "https://ror.org/0168r3w48", - "https://ror.org/00pjdza24" - ], - "descendants": [ - "https://ror.org/01m10e879" - ] - }, - "https://ror.org/015meej47": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/024yfzm72", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bz47575": { - "ancestors": [ - "https://ror.org/053x9s498", - "https://ror.org/04b0z7q78", - "https://ror.org/02kzqn938", - "https://ror.org/025s1b152", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/019df2r84": { - "ancestors": [ - "https://ror.org/023zg8w32", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vb8fc53": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bnma344": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ja6ps71": { - "ancestors": [ - "https://ror.org/03cv38k47" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q6fa122": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/04t0gwh46", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bwcre44": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c6fdf96": { - "ancestors": [ - "https://ror.org/036x5ad56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s0gj002": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/052bz7812", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y0gk295": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/00z54nq84", - "https://ror.org/051kpcy16", - "https://ror.org/01fpqqe90", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0534xv275": { - "ancestors": [ - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jdg7625": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/013bkhk48", - "https://ror.org/00hx6zz33", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q4sx826": { - "ancestors": [ - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02caytj08", - "https://ror.org/02nbjdt61", - "https://ror.org/001yrmh12", - "https://ror.org/049zppa02", - "https://ror.org/01zqyhk59", - "https://ror.org/059ja6e58", - "https://ror.org/04tz64554", - "https://ror.org/024z17f57", - "https://ror.org/04eekkg41", - "https://ror.org/04n07f274", - "https://ror.org/034krhd70" - ] - }, - "https://ror.org/03x8fem72": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0537w4188": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/02d19mr69": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vd6h165": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/02cte4b68", - "https://ror.org/02en5vm52", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/041ctrc20": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/058z3vf87": { - "ancestors": [ - "https://ror.org/03zx86w41", - "https://ror.org/02cte4b68", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/05c2qg481", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/036j0y719": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/04yrqp957", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p74y353": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vcext89": { - "ancestors": [ - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/04916qv51": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xrayj16": { - "ancestors": [ - "https://ror.org/01frn9647" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p7gsa29": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ywn4q28": { - "ancestors": [ - "https://ror.org/0157tcg24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ahza989": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/04andmq85", - "https://ror.org/04b0z7q78", - "https://ror.org/02feahw73", - "https://ror.org/017rnyz40", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/008p7mq56" - ] - }, - "https://ror.org/03dx11k66": { - "ancestors": [ - "https://ror.org/044wq1q96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02m0hy518": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02en5vm52", - "https://ror.org/046b3cj80", - "https://ror.org/030bahv93", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/033d95m27": { - "ancestors": [ - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a795p68": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vrxpt40": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/040baw385", - "https://ror.org/00s19x989", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xq0x374": { - "ancestors": [ - "https://ror.org/020jynt45", - "https://ror.org/04yrqp957", - "https://ror.org/01s3fs709", - "https://ror.org/003vg9w96", - "https://ror.org/003vg9w96", - "https://ror.org/01dkyve95", - "https://ror.org/029m96t80" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hke8425": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02en5vm52", - "https://ror.org/05jpad840", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tck1990": { - "ancestors": [ - "https://ror.org/03qg6r976", - "https://ror.org/01fpnj063" - ], - "descendants": [ - - ] - }, - "https://ror.org/041hj9n89": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/02m9cs548": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/01gyxrk03", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/01wy0hc37" - ] - }, - "https://ror.org/05hqp1023": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/025bzyx94": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pck1v11": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e835785": { - "ancestors": [ - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05svbdb13": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wp0qa11": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qm1tk92": { - "ancestors": [ - "https://ror.org/043htjv09", - "https://ror.org/04b0z7q78", - "https://ror.org/02ggnyt49", - "https://ror.org/03mkjjy25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/0530svb92": { - "ancestors": [ - "https://ror.org/02cp04407" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gezhp66": { - "ancestors": [ - "https://ror.org/057qpr032", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dbzz632": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/00z54nq84", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jb20a14": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rqwc876": { - "ancestors": [ - "https://ror.org/02ppyfa04", - "https://ror.org/04b0z7q78", - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sad8321": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/03wkt5x30", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g66yt05": { - "ancestors": [ - "https://ror.org/02m698855" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ja5aj48": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/04andmq85", - "https://ror.org/017rnyz40", - "https://ror.org/017rnyz40", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/032j53342": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vb5nm66": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/049dv9r08": { - "ancestors": [ - "https://ror.org/00zjprf31", - "https://ror.org/056g0b798" - ], - "descendants": [ - - ] - }, - "https://ror.org/009a00p22": { - "ancestors": [ - "https://ror.org/04asdee31" - ], - "descendants": [ - - ] - }, - "https://ror.org/026p10446": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/029tse032": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/0402nwp88": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sp9jb48": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xg8m734": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/04b0z7q78", - "https://ror.org/0199hds37", - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pfr1b11": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/04kdfz702", - "https://ror.org/0372th171", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/04av83c71" - ] - }, - "https://ror.org/000ehr937": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/02en5vm52", - "https://ror.org/05a0dhs15", - "https://ror.org/05hy3tk52", - "https://ror.org/02nwvxz07", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/042tfbd02", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tb4mb78": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g3mb532": { - "ancestors": [ - "https://ror.org/03fd77x13", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rrzfd14": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/05ggc9x40", - "https://ror.org/03x42jk29", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0538k6829": { - "ancestors": [ - "https://ror.org/04asdee31" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w0a9c02": { - "ancestors": [ - "https://ror.org/03k1bsr36", - "https://ror.org/02dn7x778" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z0af360": { - "ancestors": [ - "https://ror.org/002t25c44", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ae7xs76": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a6c8567": { - "ancestors": [ - "https://ror.org/0081fs513" - ], - "descendants": [ - - ] - }, - "https://ror.org/031xg0236": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/00bjjqs38", - "https://ror.org/0530j9m17", - "https://ror.org/01502ca60", - "https://ror.org/059sz6q14", - "https://ror.org/04zmssz18", - "https://ror.org/01rk35k63", - "https://ror.org/03yz3tz18", - "https://ror.org/02vjkv261", - "https://ror.org/02vjkv261", - "https://ror.org/04zmssz18", - "https://ror.org/02feahw73", - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0511qfq70": { - "ancestors": [ - "https://ror.org/04asdee31" - ], - "descendants": [ - - ] - }, - "https://ror.org/033eqsk67": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t1cke57": { - "ancestors": [ - "https://ror.org/04k8k6n84" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pm2xt51": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k9kg969": { - "ancestors": [ - "https://ror.org/01m84wm78" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dta2x54": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/054v0s666": { - "ancestors": [ - "https://ror.org/04andmq85", - "https://ror.org/01q76b368", - "https://ror.org/002t25c44", - "https://ror.org/05ggc9x40", - "https://ror.org/02feahw73", - "https://ror.org/017rnyz40", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cwzta72": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - "https://ror.org/01mbz8562", - "https://ror.org/04fr7pd94" - ] - }, - "https://ror.org/01v81ky11": { - "ancestors": [ - "https://ror.org/04yyr1g80" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n4s8180": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gg6ne93": { - "ancestors": [ - "https://ror.org/02sxjwh33", - "https://ror.org/03tpcfk14", - "https://ror.org/029xmsm82", - "https://ror.org/03m3gzv89", - "https://ror.org/033p9g875", - "https://ror.org/03d5w9863", - "https://ror.org/003vg9w96", - "https://ror.org/003vg9w96", - "https://ror.org/003vg9w96", - "https://ror.org/029m96t80", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bc1rm89": { - "ancestors": [ - "https://ror.org/01srpnj69" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mbz8562": { - "ancestors": [ - "https://ror.org/03cwzta72", - "https://ror.org/00jjx8s55", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ppr9618": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cmez398": { - "ancestors": [ - "https://ror.org/047g7f905" - ], - "descendants": [ - - ] - }, - "https://ror.org/0402h6198": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cmdgj85": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/03xjwb503", - "https://ror.org/003vg9w96", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/007a90f76": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wy3s959": { - "ancestors": [ - "https://ror.org/019tcpt25", - "https://ror.org/00s19x989", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/010rs2a38": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0476zq753": { - "ancestors": [ - "https://ror.org/03rth4p18", - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0389fzc60": { - "ancestors": [ - "https://ror.org/04wez5e68", - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ggzyd20": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - "https://ror.org/04mf0wv34", - "https://ror.org/000dbcc61" - ] - }, - "https://ror.org/01hajqb31": { - "ancestors": [ - "https://ror.org/01frn9647" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ktbzt22": { - "ancestors": [ - "https://ror.org/018xens77" - ], - "descendants": [ - - ] - }, - "https://ror.org/00se7bf12": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gy4cq52": { - "ancestors": [ - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a26ag16": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02km70587": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tfp1c72": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05601z471": { - "ancestors": [ - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ycf0k71": { - "ancestors": [ - "https://ror.org/0442zbe52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05hwvf758": { - "ancestors": [ - "https://ror.org/01frn9647" - ], - "descendants": [ - - ] - }, - "https://ror.org/01x6z5t49": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gwvad41": { - "ancestors": [ - "https://ror.org/00zjprf31", - "https://ror.org/056g0b798" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gjqcd42": { - "ancestors": [ - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vqw4d96": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wx08c65": { - "ancestors": [ - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/02avf8f85": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/03fd77x13", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/00w1qvp54" - ] - }, - "https://ror.org/002v40q27": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0121yvq70": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/002t25c44", - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/049513r96": { - "ancestors": [ - "https://ror.org/00pg6eq24", - "https://ror.org/02btqjz37" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tn0tm63": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w6m7e50": { - "ancestors": [ - "https://ror.org/03vzbgh69" - ], - "descendants": [ - - ] - }, - "https://ror.org/039jbf905": { - "ancestors": [ - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/042fmc481": { - "ancestors": [ - "https://ror.org/03rth4p18", - "https://ror.org/009gmrj52", - "https://ror.org/030bahv93", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a78xy24": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/043106b95": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/021n2yg11": { - "ancestors": [ - "https://ror.org/03qc8vh97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pwapm65": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ybd2c79": { - "ancestors": [ - "https://ror.org/04ed7fw48", - "https://ror.org/0372th171" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dedze85": { - "ancestors": [ - "https://ror.org/01qa4rf46", - "https://ror.org/04yrqp957", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/00skw9v43": { - "ancestors": [ - "https://ror.org/019tcpt25", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/00721wn77": { - "ancestors": [ - "https://ror.org/01b5nw197", - "https://ror.org/04b0z7q78", - "https://ror.org/03pbgwk21", - "https://ror.org/057qpr032", - "https://ror.org/01frn9647", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zemh668": { - "ancestors": [ - "https://ror.org/05pc6yw33" - ], - "descendants": [ - - ] - }, - "https://ror.org/052k52s41": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nsvn336": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/05a0dhs15", - "https://ror.org/046b3cj80", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/026ma2c10": { - "ancestors": [ - "https://ror.org/00kn4eb29", - "https://ror.org/01d5pah27", - "https://ror.org/01d5pah27", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tznxc41": { - "ancestors": [ - "https://ror.org/02kzqn938" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gwskq53": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rnz7p05": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/037kpn189": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g32ep81": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/009rwsd77": { - "ancestors": [ - "https://ror.org/020ws7586", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p6sn362": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/04vfs2w97", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/003ckn545": { - "ancestors": [ - "https://ror.org/008kn4z11", - "https://ror.org/04qb2qm38", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/04kwqat20" - ] - }, - "https://ror.org/03j33f065": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kgf6p94": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/00s19x989", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m8ekn10": { - "ancestors": [ - "https://ror.org/023zg8w32", - "https://ror.org/04b0z7q78", - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n9eyw42": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/017rnyz40", - "https://ror.org/05pbb8783", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/012b7c704": { - "ancestors": [ - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tv2ca73": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/043f5vc59": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/03xjwb503", - "https://ror.org/003vg9w96", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j82q602": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/03wkt5x30", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02za18p66": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02j4j8p35": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/013bkhk48", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k0aef63": { - "ancestors": [ - "https://ror.org/02rv3w387" - ], - "descendants": [ - - ] - }, - "https://ror.org/012bp0978": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rd81916": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - "https://ror.org/01z2f0n71", - "https://ror.org/037zfay27", - "https://ror.org/00jy6y646", - "https://ror.org/031y5kf09" - ] - }, - "https://ror.org/0186z1m53": { - "ancestors": [ - "https://ror.org/018pp1107", - "https://ror.org/0185jey51", - "https://ror.org/02kzqn938", - "https://ror.org/01x441g73", - "https://ror.org/042949r55", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/051tk8772": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/041tgdz97": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/03wkt5x30", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04team556": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/04t0gwh46", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dpqcy73": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02cte4b68", - "https://ror.org/014zrew76", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e4tg734": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z5d0q66": { - "ancestors": [ - "https://ror.org/05hy3tk52", - "https://ror.org/02cte4b68", - "https://ror.org/042tfbd02", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x6a1n79": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/013bkhk48", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/037qt0706": { - "ancestors": [ - "https://ror.org/015cafh73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tgdcv71": { - "ancestors": [ - "https://ror.org/0442zbe52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03753r186": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h4pdn80": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ap27310": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/05b5c0584", - "https://ror.org/03rth4p18", - "https://ror.org/04zmssz18", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nxezb95": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gan4k05": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/051kpcy16", - "https://ror.org/01fpqqe90", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vr07e24": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/008qsjm14": { - "ancestors": [ - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z0xsq42": { - "ancestors": [ - "https://ror.org/05r63mf91", - "https://ror.org/003vg9w96", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wzg8t73": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/051escj72", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05afnvy09": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kga7j50": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pnhtk88": { - "ancestors": [ - "https://ror.org/02k40bc56", - "https://ror.org/01kg8sb98" - ], - "descendants": [ - - ] - }, - "https://ror.org/003nvpm64": { - "ancestors": [ - "https://ror.org/01jvwvd85" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c6vgf77": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/0495mzm65": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bj0v820": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/03pbgwk21", - "https://ror.org/01frn9647", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00190j002": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bfzg972": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/05n4nmn13": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xr3b330": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/040baw385", - "https://ror.org/02cte4b68", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/054b6pr16": { - "ancestors": [ - "https://ror.org/036x5ad56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h7r2364": { - "ancestors": [ - "https://ror.org/00zjprf31", - "https://ror.org/056g0b798" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b7djk73": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/013yean28": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/051escj72", - "https://ror.org/03am2jy38", - "https://ror.org/05pbb8783", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j65n394": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/02v6kpv12", - "https://ror.org/03am2jy38", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jqdyp62": { - "ancestors": [ - "https://ror.org/05b5c0584", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nmqyx36": { - "ancestors": [ - "https://ror.org/02cpgaz56", - "https://ror.org/05xxfer42" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p2fdn46": { - "ancestors": [ - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y4eg947": { - "ancestors": [ - "https://ror.org/02nmynt66" - ], - "descendants": [ - - ] - }, - "https://ror.org/059fn5f50": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/05q65zh81", - "https://ror.org/00s19x989", - "https://ror.org/03gnr7b55", - "https://ror.org/00pg6eq24", - "https://ror.org/03mkjjy25", - "https://ror.org/03wb8xz10", - "https://ror.org/05c2qg481", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rtzw447": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02feahw73", - "https://ror.org/033p9g875", - "https://ror.org/013948m30", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/02st4q439": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c8gax70": { - "ancestors": [ - "https://ror.org/016gd3115", - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/03t2f0a12": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a19vs18": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vnf0c38": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/04vfs2w97", - "https://ror.org/019tcpt25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - "https://ror.org/05rv46r52", - "https://ror.org/02xc7ww16", - "https://ror.org/0440j7g03", - "https://ror.org/03w9t3v76", - "https://ror.org/02n848x19", - "https://ror.org/0005fxe59", - "https://ror.org/02m9pkf41", - "https://ror.org/034kszc22", - "https://ror.org/02mv3qy73", - "https://ror.org/019yhsq25", - "https://ror.org/048c8c312", - "https://ror.org/034zjpe43", - "https://ror.org/03kdymn35", - "https://ror.org/00vk6my81" - ] - }, - "https://ror.org/03jc88607": { - "ancestors": [ - "https://ror.org/02m9kbe37" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tdef037": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/01ph39d13", - "https://ror.org/029nkcm90", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nmj9827": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/051escj72", - "https://ror.org/03sgyqj04", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0072qdx63": { - "ancestors": [ - "https://ror.org/03zee5r16" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ze07515": { - "ancestors": [ - "https://ror.org/00kn4eb29", - "https://ror.org/01d5pah27", - "https://ror.org/01d5pah27", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/011hdpx94": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/017rnyz40", - "https://ror.org/00g700j37", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/053p8kg34": { - "ancestors": [ - "https://ror.org/043htjv09", - "https://ror.org/05ggc9x40", - "https://ror.org/05f82e368", - "https://ror.org/03nhjew95", - "https://ror.org/02kzqn938", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ks4c961": { - "ancestors": [ - "https://ror.org/018pp1107", - "https://ror.org/042949r55", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/029rmm934": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/00z54nq84", - "https://ror.org/00cch2r34", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cwd3655": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/029cj5595": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/03pbgwk21", - "https://ror.org/04ezk3x31", - "https://ror.org/046b3cj80", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/011gea244": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/01q76b368", - "https://ror.org/017rnyz40", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ssxvy26": { - "ancestors": [ - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ywn7d79": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/02cte4b68", - "https://ror.org/014zrew76", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00je63m83": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/059v8sw69": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cw28e72": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/04andmq85", - "https://ror.org/04b0z7q78", - "https://ror.org/03pbgwk21", - "https://ror.org/017rnyz40", - "https://ror.org/014zrew76", - "https://ror.org/05bn3m307", - "https://ror.org/02feahw73", - "https://ror.org/017rnyz40", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02skbsp27": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/042765079": { - "ancestors": [ - "https://ror.org/003vet424", - "https://ror.org/00pt8r998", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xtktk35": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/05q3vnk25", - "https://ror.org/039fj2469", - "https://ror.org/02en5vm52", - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/019tgvf94", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/055d6gv91": { - "ancestors": [ - "https://ror.org/01jvwvd85" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pcqj134": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yc7td35": { - "ancestors": [ - "https://ror.org/051kpcy16", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n6j6456": { - "ancestors": [ - "https://ror.org/00dbd8b73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cgac405": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bhhaf78": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/0372th171", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g7gad22": { - "ancestors": [ - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dfgh554": { - "ancestors": [ - "https://ror.org/056a6x975", - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c4ps936": { - "ancestors": [ - "https://ror.org/0442zbe52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sktda64": { - "ancestors": [ - "https://ror.org/04y651b34" - ], - "descendants": [ - - ] - }, - "https://ror.org/005hw9085": { - "ancestors": [ - "https://ror.org/04xhy8q59", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0198g6d77": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tme4g53": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cs0m088": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jca6281": { - "ancestors": [ - "https://ror.org/00e96v939", - "https://ror.org/02feahw73", - "https://ror.org/00tx98v53", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/051f3f740": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/04xhy8q59", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xbczw40": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/050jn9y42", - "https://ror.org/00s19x989", - "https://ror.org/05s6rge65", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/045f3jn20": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02h7vzs32": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - "https://ror.org/035g89j34" - ] - }, - "https://ror.org/05wzh1m37": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pchb838": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/02cte4b68", - "https://ror.org/03wkt5x30", - "https://ror.org/02feahw73", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0266kfd37": { - "ancestors": [ - "https://ror.org/02ypw0a72", - "https://ror.org/030hj3061", - "https://ror.org/04z22qz54", - "https://ror.org/04ed7fw48", - "https://ror.org/0372th171", - "https://ror.org/02feahw73", - "https://ror.org/059n54003", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73", - "https://ror.org/0309cs235", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vw8fh89": { - "ancestors": [ - "https://ror.org/00hpz7z43" - ], - "descendants": [ - - ] - }, - "https://ror.org/038a20b58": { - "ancestors": [ - "https://ror.org/02m9kbe37" - ], - "descendants": [ - - ] - }, - "https://ror.org/057et8d07": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/04140y156": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yr0r787": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01aqxgr98": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/00e96v939" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wrme198": { - "ancestors": [ - "https://ror.org/05sbt2524", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s4wx134": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/050h0vm43": { - "ancestors": [ - "https://ror.org/00q4vv597" - ], - "descendants": [ - - ] - }, - "https://ror.org/03116sx88": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vrs3189": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/01x441g73", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/012wxdw12": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/04k8k6n84", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qq88z54": { - "ancestors": [ - "https://ror.org/044wq1q96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rfccx09": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/003vg9w96", - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rnpdm14": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ctqqq48": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/039aqbp11": { - "ancestors": [ - "https://ror.org/01fdvj254", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dm87055": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mmgvh45": { - "ancestors": [ - "https://ror.org/051escj72" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w9m8m13": { - "ancestors": [ - "https://ror.org/0115n5160" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hp31992": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/02kvxyf05", - "https://ror.org/015m7wh34" - ], - "descendants": [ - - ] - }, - "https://ror.org/02baj6743": { - "ancestors": [ - "https://ror.org/05qec5a53", - "https://ror.org/01qa4rf46", - "https://ror.org/015m7wh34", - "https://ror.org/02vjkv261", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y6fxd73": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/002t25c44", - "https://ror.org/013bkhk48", - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00yg5k213": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dg47v24": { - "ancestors": [ - "https://ror.org/01frn9647", - "https://ror.org/02feahw73", - "https://ror.org/04sk34n56" - ], - "descendants": [ - - ] - }, - "https://ror.org/0238k3s54": { - "ancestors": [ - "https://ror.org/00pt8r998" - ], - "descendants": [ - - ] - }, - "https://ror.org/0003ege03": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/016z31q49": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ck8hg96": { - "ancestors": [ - "https://ror.org/0157tcg24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sz8cn84": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/05pbb8783", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/018d4rr63": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/020yw9113": { - "ancestors": [ - "https://ror.org/01frn9647" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ek9wp67": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/040baw385", - "https://ror.org/04b0z7q78", - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03txr3336": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/014zrew76", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rxdng69": { - "ancestors": [ - "https://ror.org/01gyxrk03", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fdv8735": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/039fj2469", - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05cx7ek10": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/015m7wh34", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/010kha811": { - "ancestors": [ - "https://ror.org/01a8ajp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/05wfw4946": { - "ancestors": [ - "https://ror.org/033p9g875", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - "https://ror.org/025nmxp11", - "https://ror.org/01rx4qw44", - "https://ror.org/03vcm6439", - "https://ror.org/02w5mvk98" - ] - }, - "https://ror.org/0393cer54": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02r6xw279": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xz4xc25": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k2sd416": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x05ds80": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pfm5x27": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/017rnyz40", - "https://ror.org/02d9dg697", - "https://ror.org/04ezk3x31", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ceg4t15": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/00jjx8s55", - "https://ror.org/01q76b368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0586n4j57": { - "ancestors": [ - "https://ror.org/02bv3c993" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w6r1881": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mtpz628": { - "ancestors": [ - "https://ror.org/0199hds37", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xh8h870": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/028zzeg76": { - "ancestors": [ - "https://ror.org/04k7cwk28", - "https://ror.org/051qxpt90" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w9qrp28": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/04kcjtk03": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/05v509s40", - "https://ror.org/03nhjew95", - "https://ror.org/051kpcy16", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rwrfh97": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b436806": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/05kpkpg04", - "https://ror.org/02nwvxz07", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/02d9dg697", - "https://ror.org/04b0z7q78", - "https://ror.org/03xjwb503", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/025gc2882": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c363p94": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k0drf78": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/03wkt5x30", - "https://ror.org/02feahw73", - "https://ror.org/017rnyz40", - "https://ror.org/03xjwb503", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/029hkd614": { - "ancestors": [ - "https://ror.org/03x42jk29", - "https://ror.org/02nwvxz07", - "https://ror.org/02feahw73", - "https://ror.org/00s19x989", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sgmr115": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yknsj87": { - "ancestors": [ - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t2hg116": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/014zrew76", - "https://ror.org/05hnb7x64", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/057bjmy35": { - "ancestors": [ - "https://ror.org/0081fs513" - ], - "descendants": [ - - ] - }, - "https://ror.org/018z38380": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/04szabx38": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/00rydyx93", - "https://ror.org/02rx3b187", - "https://ror.org/00byxdz40", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b57z061": { - "ancestors": [ - "https://ror.org/0168r3w48", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rzzcx32": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/03rth4p18", - "https://ror.org/030bahv93", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0293jn610": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00j8epd55": { - "ancestors": [ - "https://ror.org/00kn4eb29", - "https://ror.org/01d5pah27", - "https://ror.org/01d5pah27", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ssy9q55": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/04kdfz702", - "https://ror.org/04h1h0y33", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kysxr05": { - "ancestors": [ - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05abgg682": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/05q3vnk25", - "https://ror.org/03wkt5x30", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/025nmxp11": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/033p9g875", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/05wfw4946", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/04shvqs44": { - "ancestors": [ - "https://ror.org/02cpgaz56", - "https://ror.org/05xxfer42" - ], - "descendants": [ - - ] - }, - "https://ror.org/005xkwy83": { - "ancestors": [ - "https://ror.org/03ntccx93" - ], - "descendants": [ - - ] - }, - "https://ror.org/0546daj73": { - "ancestors": [ - "https://ror.org/05ggc9x40", - "https://ror.org/03x42jk29" - ], - "descendants": [ - - ] - }, - "https://ror.org/038ymyw44": { - "ancestors": [ - "https://ror.org/02rg1r889" - ], - "descendants": [ - "https://ror.org/00bzk5h02" - ] - }, - "https://ror.org/056a6x975": { - "ancestors": [ - "https://ror.org/045vgz384" - ], - "descendants": [ - "https://ror.org/052x1hs80", - "https://ror.org/05dfgh554", - "https://ror.org/0355ahf06", - "https://ror.org/038fyf011" - ] - }, - "https://ror.org/00dgdgj39": { - "ancestors": [ - "https://ror.org/03jczk481", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/0445pp755": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/010jktr86": { - "ancestors": [ - "https://ror.org/02j2d2g70", - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mvyk241": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yqx2d54": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wx1mx58": { - "ancestors": [ - "https://ror.org/013bkhk48", - "https://ror.org/02feahw73", - "https://ror.org/002t25c44" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yvcww04": { - "ancestors": [ - "https://ror.org/01jvwvd85" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vsk8523": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/046htjf88": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05836q555": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/0502mw613": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/028e6rb32" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w8bdr46": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m14rs93": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/02kzqn938", - "https://ror.org/02gdcg342", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d1e6v30": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/051escj72", - "https://ror.org/03sgyqj04", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04871v221": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/052wpc865": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/014net767": { - "ancestors": [ - "https://ror.org/04cxsn644", - "https://ror.org/02gdcg342", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0349y2q65": { - "ancestors": [ - "https://ror.org/01ahyrz84" - ], - "descendants": [ - "https://ror.org/05tcnbj64" - ] - }, - "https://ror.org/05fkhqk36": { - "ancestors": [ - "https://ror.org/02fv52296" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mc6qk71": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0019x5d05": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/00rydyx93", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a9mrq41": { - "ancestors": [ - "https://ror.org/01gyxrk03", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/0065jf269": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/04t50yk91": { - "ancestors": [ - "https://ror.org/04z22qz54", - "https://ror.org/03x42jk29", - "https://ror.org/02nwvxz07", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/030d91z44": { - "ancestors": [ - "https://ror.org/01nqeyn25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02m26fm05": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/004rej139": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/0233st365", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zjprf31": { - "ancestors": [ - "https://ror.org/056g0b798" - ], - "descendants": [ - "https://ror.org/022hk8s78", - "https://ror.org/049dv9r08", - "https://ror.org/02hw9fh16", - "https://ror.org/01h7r2364", - "https://ror.org/03gwvad41" - ] - }, - "https://ror.org/00rj8cd91": { - "ancestors": [ - "https://ror.org/03xsqa235", - "https://ror.org/03rth4p18", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fa8tk41": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f99ad09": { - "ancestors": [ - "https://ror.org/014g34x36" - ], - "descendants": [ - - ] - }, - "https://ror.org/0052nmr57": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vtz2g46": { - "ancestors": [ - "https://ror.org/012zp9903" - ], - "descendants": [ - - ] - }, - "https://ror.org/001aevc89": { - "ancestors": [ - "https://ror.org/01mtcc283", - "https://ror.org/02feahw73", - "https://ror.org/04nx9ps90" - ], - "descendants": [ - - ] - }, - "https://ror.org/034a4bk84": { - "ancestors": [ - "https://ror.org/03fd77x13", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nk54s89": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/04hdhz511", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ha87a98": { - "ancestors": [ - "https://ror.org/05ggc9x40", - "https://ror.org/0268ecp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/0111s2360": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/001c8pb03": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02en5vm52", - "https://ror.org/03s0pzj56", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01q76b368" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w0yf696": { - "ancestors": [ - "https://ror.org/01ryrwk91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w50ns22": { - "ancestors": [ - "https://ror.org/02bv3c993" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wdggh03": { - "ancestors": [ - "https://ror.org/03pbgwk21", - "https://ror.org/02feahw73", - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j4pfa30": { - "ancestors": [ - "https://ror.org/00d2ka202" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bn7hs48": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/022bnxw24": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fke9256": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/051escj72", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/049kkt456": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/03gnr7b55", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/009g2rt34": { - "ancestors": [ - "https://ror.org/01frn9647" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yn1nr06": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/0168r3w48", - "https://ror.org/04chq2495", - "https://ror.org/00pjdza24", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pqh8144": { - "ancestors": [ - "https://ror.org/042c8nz45", - "https://ror.org/01epcny94", - "https://ror.org/00wqdbc63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0525jbb43": { - "ancestors": [ - "https://ror.org/03nf36p02" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mxktp47": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kbvd578": { - "ancestors": [ - "https://ror.org/01frn9647" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e0n5141": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ej51688": { - "ancestors": [ - "https://ror.org/057qpr032", - "https://ror.org/03pbgwk21", - "https://ror.org/02feahw73", - "https://ror.org/017rnyz40", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01sjmsj73": { - "ancestors": [ - "https://ror.org/01e7wth34", - "https://ror.org/05q3vnk25", - "https://ror.org/033p9g875", - "https://ror.org/03d5w9863", - "https://ror.org/003vg9w96", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/01ahyrz84", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0409c3995": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/05q3vnk25", - "https://ror.org/01q76b368", - "https://ror.org/00mfpxb84", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/003jnac13": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/033p9g875", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/03d5w9863", - "https://ror.org/013948m30", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y91dy23": { - "ancestors": [ - "https://ror.org/04cxsn644", - "https://ror.org/02kzqn938", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0171mae58": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/028wq3277": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/051escj72", - "https://ror.org/03sgyqj04", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fv42846": { - "ancestors": [ - "https://ror.org/04ex24z53", - "https://ror.org/02cte4b68", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zbqp516": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a0gpy77": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/00g700j37", - "https://ror.org/04asdee31", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00p7v1s94": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/051gvfp41": { - "ancestors": [ - "https://ror.org/04ex24z53", - "https://ror.org/04b0z7q78", - "https://ror.org/002t25c44", - "https://ror.org/02en5vm52", - "https://ror.org/046b3cj80", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rx4qw44": { - "ancestors": [ - "https://ror.org/033p9g875", - "https://ror.org/02feahw73", - "https://ror.org/05wfw4946", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/053p5te48": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ap6k638": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pfe1v37": { - "ancestors": [ - "https://ror.org/048zgak80" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f5hap04": { - "ancestors": [ - "https://ror.org/05kpkpg04", - "https://ror.org/04b0z7q78", - "https://ror.org/051escj72", - "https://ror.org/03am2jy38", - "https://ror.org/05pbb8783", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qfab443": { - "ancestors": [ - "https://ror.org/04tnvnq52", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/03yz3tz18", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/021sh3243": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bzk5h02": { - "ancestors": [ - "https://ror.org/038ymyw44", - "https://ror.org/02rg1r889" - ], - "descendants": [ - - ] - }, - "https://ror.org/047z5as19": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/033p9g875", - "https://ror.org/03d5w9863", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c3cen15": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/05ggc9x40", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ys0ah18": { - "ancestors": [ - "https://ror.org/01hhn8329" - ], - "descendants": [ - - ] - }, - "https://ror.org/043wmc583": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/051escj72", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/00ts9pr54" - ] - }, - "https://ror.org/03787ar02": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/040baw385", - "https://ror.org/00s19x989", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gawx214": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/025esck76": { - "ancestors": [ - "https://ror.org/03z6jp965", - "https://ror.org/023zg8w32", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tmb7y09": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wrnm709": { - "ancestors": [ - "https://ror.org/018pp1107", - "https://ror.org/02feahw73", - "https://ror.org/054qv7y42", - "https://ror.org/00s19x989", - "https://ror.org/003vg9w96", - "https://ror.org/057qpr032", - "https://ror.org/042949r55", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/0213f8g15": { - "ancestors": [ - "https://ror.org/01frn9647", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03f0z1g15": { - "ancestors": [ - "https://ror.org/03zx86w41", - "https://ror.org/02cte4b68", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/05c2qg481", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ee10k25": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/051escj72", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/00ts9pr54" - ] - }, - "https://ror.org/004yecm09": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dqsxz11": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/03wkt5x30", - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/038fyf011": { - "ancestors": [ - "https://ror.org/056a6x975", - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ejp3f31": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20" - ], - "descendants": [ - - ] - }, - "https://ror.org/032v56e13": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/017vc0d35": { - "ancestors": [ - "https://ror.org/0081fs513" - ], - "descendants": [ - - ] - }, - "https://ror.org/014g71345": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xd0ys45": { - "ancestors": [ - "https://ror.org/018pp1107", - "https://ror.org/04vfs2w97", - "https://ror.org/042949r55", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nhcdk38": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/043htjv09" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cew3973": { - "ancestors": [ - "https://ror.org/021sy4w91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zjb4t38": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/002t25c44", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/017wkmv97": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pntgn87": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ym2w748": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/05pbb8783" - ], - "descendants": [ - - ] - }, - "https://ror.org/05etkex69": { - "ancestors": [ - "https://ror.org/0495fxg12", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/026exgg05": { - "ancestors": [ - "https://ror.org/052bz7812", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/016cx2z26": { - "ancestors": [ - "https://ror.org/04asdee31" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cv31q28": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/04b0z7q78", - "https://ror.org/017rnyz40", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/017jp7t31": { - "ancestors": [ - "https://ror.org/018pp1107", - "https://ror.org/0175hh227", - "https://ror.org/00s19x989", - "https://ror.org/02feahw73", - "https://ror.org/042949r55", - "https://ror.org/05c2qg481", - "https://ror.org/042949r55", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k4e5n71": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/001nta019", - "https://ror.org/04z22qz54", - "https://ror.org/00s19x989", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/018g8cj68": { - "ancestors": [ - "https://ror.org/0157tcg24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02125p091": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/02feahw73", - "https://ror.org/03rth4p18", - "https://ror.org/02d9dg697", - "https://ror.org/00mfpxb84", - "https://ror.org/04zmssz18", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qcqf034": { - "ancestors": [ - "https://ror.org/05v509s40", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/055ss7a31": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/04t0gwh46", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/017c9f638": { - "ancestors": [ - "https://ror.org/01jvwvd85" - ], - "descendants": [ - - ] - }, - "https://ror.org/047rmr210": { - "ancestors": [ - "https://ror.org/04ex24z53", - "https://ror.org/04b0z7q78", - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pr0xw82": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/02cte4b68", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/049k66y27": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/014zrew76", - "https://ror.org/04h1h0y33", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fw8bp86": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/03fd77x13", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/027k65916": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/05dxps055", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05xkke381" - ] - }, - "https://ror.org/018sx6595": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/017rnyz40", - "https://ror.org/002t25c44", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ksv6230": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/0570kre10": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/014n97s28": { - "ancestors": [ - "https://ror.org/05sbt2524", - "https://ror.org/02cte4b68", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04r5fge26": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s40r567": { - "ancestors": [ - "https://ror.org/03pbgwk21", - "https://ror.org/02feahw73", - "https://ror.org/05576mm83", - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h4x5z90": { - "ancestors": [ - "https://ror.org/04qxsrb28" - ], - "descendants": [ - - ] - }, - "https://ror.org/024mt9310": { - "ancestors": [ - "https://ror.org/023zg8w32", - "https://ror.org/04b0z7q78", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05afmzm11": { - "ancestors": [ - "https://ror.org/05sbt2524", - "https://ror.org/04z22qz54", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/006shqv80": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/002t25c44", - "https://ror.org/00hx6zz33", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kjgf606": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wpdcq98": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dz3w425": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/016gd3115", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/050gdsq06": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20" - ], - "descendants": [ - - ] - }, - "https://ror.org/004wefe19": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02feahw73", - "https://ror.org/04zmssz18", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/039gr1229": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y26d095": { - "ancestors": [ - "https://ror.org/04h8e7606" - ], - "descendants": [ - - ] - }, - "https://ror.org/04q2ax456": { - "ancestors": [ - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xrb2850": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/058rvd314": { - "ancestors": [ - "https://ror.org/01yvj5k91", - "https://ror.org/00z54nq84", - "https://ror.org/02feahw73", - "https://ror.org/00jjx8s55", - "https://ror.org/00jjx8s55", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/005yfhm28": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/00jjx8s55", - "https://ror.org/02feahw73", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n1yyc49": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/0513ed054": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n5cwc87": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sg8gh54": { - "ancestors": [ - "https://ror.org/02m9kbe37" - ], - "descendants": [ - - ] - }, - "https://ror.org/02whbag62": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nfq1309": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503", - "https://ror.org/013cjyk83", - "https://ror.org/04t0gwh46" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ms1y683": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/03z6jp965", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k1ngp50": { - "ancestors": [ - "https://ror.org/020ws7586", - "https://ror.org/00s19x989", - "https://ror.org/03nhjew95", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p76m698": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/002t25c44", - "https://ror.org/04wez5e68", - "https://ror.org/013bkhk48", - "https://ror.org/00e96v939", - "https://ror.org/00hx6zz33", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e8jge82": { - "ancestors": [ - "https://ror.org/01jvwvd85" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dz6bn35": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g5pq328": { - "ancestors": [ - "https://ror.org/043htjv09", - "https://ror.org/04kdfz702", - "https://ror.org/029nkcm90", - "https://ror.org/02en5vm52", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/05079x435": { - "ancestors": [ - "https://ror.org/0199hds37", - "https://ror.org/04wez5e68", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00awwz417": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tncyc93": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0501adx40": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ghqgy32": { - "ancestors": [ - "https://ror.org/006wm7015" - ], - "descendants": [ - "https://ror.org/02gfzp482" - ] - }, - "https://ror.org/00xd1ek73": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/0106ccb15", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02", - "https://ror.org/0309cs235" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y50ps96": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00222yk13": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/01frn9647", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0302qeq32": { - "ancestors": [ - "https://ror.org/03z6jp965", - "https://ror.org/023zg8w32", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ex3jm11": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503", - "https://ror.org/05f82e368", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/018n13n96": { - "ancestors": [ - "https://ror.org/01m84wm78" - ], - "descendants": [ - - ] - }, - "https://ror.org/022nbkh73": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/059xs3104": { - "ancestors": [ - "https://ror.org/03rth4p18", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/043pfpy19": { - "ancestors": [ - "https://ror.org/05sbt2524", - "https://ror.org/00s19x989", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p2rk609": { - "ancestors": [ - "https://ror.org/04xhy8q59", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dy3ee97": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/03rth4p18", - "https://ror.org/002t25c44", - "https://ror.org/03k1bsr36", - "https://ror.org/04vfs2w97", - "https://ror.org/02495e989", - "https://ror.org/051kpcy16", - "https://ror.org/03mkjjy25", - "https://ror.org/01rk35k63", - "https://ror.org/01k40cz91", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zfr6d18": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xkvz448": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05529q263": { - "ancestors": [ - "https://ror.org/02wnxgj78" - ], - "descendants": [ - - ] - }, - "https://ror.org/0227md814": { - "ancestors": [ - "https://ror.org/05b5c0584", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02160my55": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/050jn9y42", - "https://ror.org/02cte4b68", - "https://ror.org/030bahv93", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yc2e502": { - "ancestors": [ - "https://ror.org/016ncsr12", - "https://ror.org/00s19x989", - "https://ror.org/04vfs2w97", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pny1q12": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/05r0ccb59", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a58kk42": { - "ancestors": [ - "https://ror.org/00nkks409" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vg26t07": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/02cte4b68", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/01xpreq28", - "https://ror.org/0378sf364" - ] - }, - "https://ror.org/007z4h433": { - "ancestors": [ - "https://ror.org/05b5c0584", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g4mxc89": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/025w03e38": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y7p5s85": { - "ancestors": [ - "https://ror.org/04asdee31" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k5h2q42": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02vjkv261", - "https://ror.org/02feahw73", - "https://ror.org/05k9skc85", - "https://ror.org/02ppyfa04", - "https://ror.org/05n2c8735" - ], - "descendants": [ - - ] - }, - "https://ror.org/0244zj488": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/04eekkg41": { - "ancestors": [ - "https://ror.org/00q4sx826", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/034krhd70" - ] - }, - "https://ror.org/03q99v794": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/003vg9w96", - "https://ror.org/02kzqn938", - "https://ror.org/041yg4h55", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01x441g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zxjvf21": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qq0qp34": { - "ancestors": [ - "https://ror.org/054qv7y42", - "https://ror.org/02cte4b68", - "https://ror.org/01jyh4590", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01g8djv19" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vrqzz54": { - "ancestors": [ - "https://ror.org/053x9s498", - "https://ror.org/02cte4b68", - "https://ror.org/02kzqn938", - "https://ror.org/01x441g73", - "https://ror.org/041yg4h55", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zzbzq91": { - "ancestors": [ - "https://ror.org/01a8ajp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/03949e763": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/053j74t32": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/022r5hc56": { - "ancestors": [ - "https://ror.org/016ncsr12", - "https://ror.org/00yphhr71", - "https://ror.org/04z22qz54", - "https://ror.org/04vfs2w97", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ght4n58": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/04ed7fw48", - "https://ror.org/0372th171", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0323bey33": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/00z54nq84", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04795e365": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/002t25c44", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/026m1rk14": { - "ancestors": [ - "https://ror.org/01m84wm78", - "https://ror.org/03rxtdc22", - "https://ror.org/015m7wh34" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ng6qz27": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/044kxby82": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/051escj72", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00srrcb42": { - "ancestors": [ - "https://ror.org/02ryfmr77", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/002zf4a56": { - "ancestors": [ - "https://ror.org/01jvwvd85" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b9znm90": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/015x8rz21": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/00z54nq84", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qsp5m64": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/052y55j77": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/00da5hk39": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/05eb0k586": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c95bg36": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/029nkcm90", - "https://ror.org/02en5vm52", - "https://ror.org/05hy3tk52", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/04prq1595": { - "ancestors": [ - "https://ror.org/001040111" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h7mcc28": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/05wgkzg12", - "https://ror.org/02dz2hb46", - "https://ror.org/0445wmv88", - "https://ror.org/02a65dj82", - "https://ror.org/034m1ez10" - ] - }, - "https://ror.org/02qdgbw61": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/0233st365", - "https://ror.org/01bn93e28", - "https://ror.org/04h1h0y33" - ], - "descendants": [ - - ] - }, - "https://ror.org/029frk090": { - "ancestors": [ - "https://ror.org/02rv3w387" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hbpef95": { - "ancestors": [ - "https://ror.org/0442zbe52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dadvw90": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/03wkt5x30", - "https://ror.org/02en5vm52", - "https://ror.org/046b3cj80", - "https://ror.org/02ryfmr77", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/018b0x874": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ygj8248": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w01dm88": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cpgaz56": { - "ancestors": [ - "https://ror.org/05xxfer42" - ], - "descendants": [ - "https://ror.org/04shvqs44", - "https://ror.org/02nmqyx36" - ] - }, - "https://ror.org/04bz7jh43": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/033e5bj62": { - "ancestors": [ - "https://ror.org/01frn9647" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ba0qf36": { - "ancestors": [ - "https://ror.org/020j5zv28" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qprbz18": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/05q3vnk25", - "https://ror.org/002t25c44", - "https://ror.org/02d9dg697", - "https://ror.org/046b3cj80", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/013cjyk83", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nyrrx14": { - "ancestors": [ - "https://ror.org/018pp1107", - "https://ror.org/00s19x989", - "https://ror.org/04vfs2w97", - "https://ror.org/05bhtvt77", - "https://ror.org/02feahw73", - "https://ror.org/042949r55", - "https://ror.org/05c2qg481", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03aw5sn18": { - "ancestors": [ - "https://ror.org/01kbfgm16" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mx55f96": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nthwg11": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/017rnyz40": { - "ancestors": [ - "https://ror.org/0172v8z89" - ], - "descendants": [ - "https://ror.org/0157t2j08", - "https://ror.org/018sx6595", - "https://ror.org/007xqmx73", - "https://ror.org/04wz9m339", - "https://ror.org/03jqm0b89", - "https://ror.org/050sat078", - "https://ror.org/03cv31q28", - "https://ror.org/028cef883", - "https://ror.org/04n9van71", - "https://ror.org/027mnq498", - "https://ror.org/00a5z9122", - "https://ror.org/04andmq85", - "https://ror.org/02s6m8n84", - "https://ror.org/01cw28e72", - "https://ror.org/00yzbmy59", - "https://ror.org/011gea244", - "https://ror.org/01dqmj897", - "https://ror.org/04pfm5x27", - "https://ror.org/01dn7gg32", - "https://ror.org/01ja5aj48", - "https://ror.org/02wgtm643", - "https://ror.org/05wy2cj05", - "https://ror.org/048289s82", - "https://ror.org/04n9eyw42", - "https://ror.org/05q3pap39", - "https://ror.org/05j8sgr10", - "https://ror.org/04gf9wd48", - "https://ror.org/025xvn046", - "https://ror.org/04k0drf78", - "https://ror.org/011hdpx94", - "https://ror.org/05hz99a17", - "https://ror.org/02wrd4e19", - "https://ror.org/050a1gn71", - "https://ror.org/00t3njy04", - "https://ror.org/00604k137", - "https://ror.org/00ej51688", - "https://ror.org/04ahza989", - "https://ror.org/01cw28e72", - "https://ror.org/054v0s666", - "https://ror.org/01ja5aj48", - "https://ror.org/02wgtm643", - "https://ror.org/03r0cdk24", - "https://ror.org/008p7mq56" - ] - }, - "https://ror.org/02hbzmb19": { - "ancestors": [ - "https://ror.org/042t83k43", - "https://ror.org/02v6kpv12", - "https://ror.org/04ezk3x31", - "https://ror.org/02feahw73", - "https://ror.org/03yz3tz18", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k7w0p97": { - "ancestors": [ - "https://ror.org/01b5nw197", - "https://ror.org/02feahw73", - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kf82e36": { - "ancestors": [ - "https://ror.org/042pgcv68" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h0vpf51": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gapzp55": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02en5vm52", - "https://ror.org/046b3cj80", - "https://ror.org/013cjyk83", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/05p7fmf80": { - "ancestors": [ - "https://ror.org/015m7wh34", - "https://ror.org/02vjkv261", - "https://ror.org/037hby126" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xxb2f26": { - "ancestors": [ - "https://ror.org/03evbwn87", - "https://ror.org/01qa4rf46", - "https://ror.org/037hby126", - "https://ror.org/0372th171", - "https://ror.org/05mqemx33", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xez3q03": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/035dgzp41": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zvnhs84": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hw9fh16": { - "ancestors": [ - "https://ror.org/00zjprf31", - "https://ror.org/056g0b798" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bq56641": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/03rth4p18", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yjw7g33": { - "ancestors": [ - "https://ror.org/03jpkw355" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xgast28": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fvx3s14": { - "ancestors": [ - "https://ror.org/03rth4p18", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/033p9g875": { - "ancestors": [ - "https://ror.org/01ahyrz84" - ], - "descendants": [ - "https://ror.org/01sjmsj73", - "https://ror.org/025nmxp11", - "https://ror.org/03xhggy77", - "https://ror.org/003jnac13", - "https://ror.org/03vcm6439", - "https://ror.org/02w5mvk98", - "https://ror.org/05wfw4946", - "https://ror.org/04wa4se75", - "https://ror.org/03tvs6n06", - "https://ror.org/02k7ask46", - "https://ror.org/03v2c3v44", - "https://ror.org/035emn182", - "https://ror.org/01rx4qw44", - "https://ror.org/04gg6ne93", - "https://ror.org/013948m30", - "https://ror.org/03d5w9863", - "https://ror.org/01rtzw447", - "https://ror.org/047z5as19", - "https://ror.org/01rx4qw44", - "https://ror.org/01rtzw447", - "https://ror.org/047z5as19" - ] - }, - "https://ror.org/04ett5b41": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187" - ], - "descendants": [ - "https://ror.org/013f2p073", - "https://ror.org/00wvtes77", - "https://ror.org/03v4jvx71", - "https://ror.org/01nc10f70", - "https://ror.org/02s3b7375", - "https://ror.org/03ctyg534", - "https://ror.org/02j7awn61", - "https://ror.org/02zws8w42", - "https://ror.org/02a2awp29" - ] - }, - "https://ror.org/036zswm25": { - "ancestors": [ - "https://ror.org/02mg6n827", - "https://ror.org/00s19x989", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/00jjx8s55", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w67e447": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/014tr1k14": { - "ancestors": [ - "https://ror.org/016gd3115", - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j3atf73": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/05q3vnk25", - "https://ror.org/03wkt5x30", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gf9wd48": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/017rnyz40", - "https://ror.org/02en5vm52", - "https://ror.org/04v1bf639", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01km8f434": { - "ancestors": [ - "https://ror.org/05v509s40", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d9wv909": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00erb9339": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w3vvc59": { - "ancestors": [ - "https://ror.org/04asdee31", - "https://ror.org/02vjkv261", - "https://ror.org/037hby126" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y6rqs46": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/0274zdr66": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sv5r538": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/0339jw085": { - "ancestors": [ - "https://ror.org/01m84wm78" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dsn0w74": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z1mvq22": { - "ancestors": [ - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k4rde50": { - "ancestors": [ - "https://ror.org/04h8e7606" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x6jg419": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dsd0g48": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/04kdfz702", - "https://ror.org/03mkjjy25", - "https://ror.org/02feahw73", - "https://ror.org/01yvj5k91", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cccec37": { - "ancestors": [ - "https://ror.org/03rth4p18", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mqmap12": { - "ancestors": [ - "https://ror.org/01j1w4v71" - ], - "descendants": [ - - ] - }, - "https://ror.org/053kxkj53": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/02en5vm52", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/028ta1f94": { - "ancestors": [ - "https://ror.org/04ex24z53", - "https://ror.org/02cte4b68", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rgyc156": { - "ancestors": [ - "https://ror.org/04asdee31" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vrz7264": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/013cjyk83", - "https://ror.org/04t0gwh46", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/028s4q594": { - "ancestors": [ - "https://ror.org/044wq1q96" - ], - "descendants": [ - - ] - }, - "https://ror.org/046xby895": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w0bpf20": { - "ancestors": [ - "https://ror.org/00pg6eq24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tfx6r65": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/02cd98b83": { - "ancestors": [ - "https://ror.org/023zg8w32", - "https://ror.org/02d9dg697", - "https://ror.org/00fmnpw63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rny4b03": { - "ancestors": [ - "https://ror.org/01a8ajp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/045jdy577": { - "ancestors": [ - "https://ror.org/05b5c0584", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01d5pah27": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - "https://ror.org/002ty1h48", - "https://ror.org/02910d597", - "https://ror.org/02n2h9t24", - "https://ror.org/00kn4eb29", - "https://ror.org/01hjhm267", - "https://ror.org/03ze07515", - "https://ror.org/026ma2c10", - "https://ror.org/00j8epd55", - "https://ror.org/00j8epd55", - "https://ror.org/01hjhm267", - "https://ror.org/03ze07515", - "https://ror.org/026ma2c10" - ] - }, - "https://ror.org/02bm29j41": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/015vtcw98": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/05s6rge65", - "https://ror.org/017cfeh02", - "https://ror.org/05r0ccb59", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vcm6439": { - "ancestors": [ - "https://ror.org/01h8pf755", - "https://ror.org/04z22qz54", - "https://ror.org/00s19x989", - "https://ror.org/033p9g875", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/05wfw4946", - "https://ror.org/01ahyrz84", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/026w56128": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d9egb29": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gje7n16": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/01gyxrk03", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/012h8gy04": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00waz9262": { - "ancestors": [ - "https://ror.org/002t25c44", - "https://ror.org/05q3vnk25", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/017vnhv07": { - "ancestors": [ - "https://ror.org/05v509s40", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rv5x925": { - "ancestors": [ - "https://ror.org/05sbt2524", - "https://ror.org/04z22qz54", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rvwhn52": { - "ancestors": [ - "https://ror.org/02m9kbe37" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fc1hn07": { - "ancestors": [ - "https://ror.org/02nwvxz07", - "https://ror.org/03x42jk29", - "https://ror.org/02feahw73", - "https://ror.org/04b0z7q78", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/037b3he73": { - "ancestors": [ - "https://ror.org/01rk35k63", - "https://ror.org/030bahv93" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s6q2813": { - "ancestors": [ - "https://ror.org/03qeacd72", - "https://ror.org/04dtfqt68" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rs1gy10": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/049va0671": { - "ancestors": [ - "https://ror.org/001040111" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bxfc994": { - "ancestors": [ - "https://ror.org/04ezk3x31", - "https://ror.org/02v6kpv12", - "https://ror.org/05pbb8783", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/04smxbm79": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/01gyxrk03", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/011cdfy08": { - "ancestors": [ - "https://ror.org/00htwgm11", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/045p8nc06": { - "ancestors": [ - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b5rtm37": { - "ancestors": [ - "https://ror.org/04t0gwh46", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z2bca79": { - "ancestors": [ - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j9ztm78": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/05w4vzs78": { - "ancestors": [ - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/031y0x195": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/015m7wh34" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wwcfa26": { - "ancestors": [ - "https://ror.org/04px4e658", - "https://ror.org/02rx3b187", - "https://ror.org/05sbt2524", - "https://ror.org/04kdfz702", - "https://ror.org/05q3vnk25", - "https://ror.org/02feahw73", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ca65425": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/03z6jp965", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kn4eb29": { - "ancestors": [ - "https://ror.org/01d5pah27", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - "https://ror.org/00j8epd55", - "https://ror.org/01hjhm267", - "https://ror.org/03ze07515", - "https://ror.org/026ma2c10" - ] - }, - "https://ror.org/04zaaa143": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03985kf35": { - "ancestors": [ - "https://ror.org/05sbt2524", - "https://ror.org/04z22qz54", - "https://ror.org/00s19x989", - "https://ror.org/01c7wz417", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wba0b02": { - "ancestors": [ - "https://ror.org/01b7zva12" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vbhze72": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/01409jp78": { - "ancestors": [ - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wm8ce51": { - "ancestors": [ - "https://ror.org/012m8gv78" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mmb0d82": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/055zfvr13": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z51kw68": { - "ancestors": [ - "https://ror.org/01frn9647" - ], - "descendants": [ - - ] - }, - "https://ror.org/04yb7z140": { - "ancestors": [ - "https://ror.org/04y5kwa70", - "https://ror.org/02j530k95" - ], - "descendants": [ - - ] - }, - "https://ror.org/053t9n429": { - "ancestors": [ - "https://ror.org/043htjv09", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0111a5077": { - "ancestors": [ - "https://ror.org/02sxjwh33", - "https://ror.org/02v6kpv12", - "https://ror.org/003vg9w96", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/0015ws592": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zxx1774": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/0355ahf06": { - "ancestors": [ - "https://ror.org/056a6x975", - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/05acdb150": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xhqj302": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/029c7fh08": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/007n45g27": { - "ancestors": [ - "https://ror.org/01jvwvd85" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b1crx81": { - "ancestors": [ - "https://ror.org/01mtcc283", - "https://ror.org/03gnr7b55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00665bd58": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/04knxqr47": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gg57z81": { - "ancestors": [ - "https://ror.org/03ge1nb22" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s5dp671": { - "ancestors": [ - "https://ror.org/02ep7nq58" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ka93g66": { - "ancestors": [ - "https://ror.org/026ctmx57" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jt24b73": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/0211r2z47": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g177w29": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/02sb3b652": { - "ancestors": [ - "https://ror.org/05v509s40", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f04tm31": { - "ancestors": [ - "https://ror.org/01y9bpm73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hffat62": { - "ancestors": [ - "https://ror.org/01yvj5k91", - "https://ror.org/00jjx8s55", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dfn9z13": { - "ancestors": [ - "https://ror.org/02gyps716" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dcc3438": { - "ancestors": [ - "https://ror.org/03fd77x13", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04arx1b97": { - "ancestors": [ - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h1pdj54": { - "ancestors": [ - "https://ror.org/046qcse71" - ], - "descendants": [ - "https://ror.org/02qqjk369", - "https://ror.org/049z73212", - "https://ror.org/047agv396", - "https://ror.org/056reh520", - "https://ror.org/02rdthx75", - "https://ror.org/02bv1h546" - ] - }, - "https://ror.org/026j45x50": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/03c7zyj82", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00abqs885": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/04qb2qm38", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bgjpg77": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cms1b08": { - "ancestors": [ - "https://ror.org/01frn9647", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vd0cp84": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/02qav7c04": { - "ancestors": [ - "https://ror.org/036x5ad56" - ], - "descendants": [ - - ] - }, - "https://ror.org/010hz2d37": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/04gqg1a07" - ], - "descendants": [ - - ] - }, - "https://ror.org/043zrmk48": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vthwx70": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0371yc337": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/02785qs39": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/051escj72", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f4afr28": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/006p6tf90": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a72jq18": { - "ancestors": [ - "https://ror.org/03zx86w41", - "https://ror.org/00z54nq84", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/05c2qg481", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gcc7w19": { - "ancestors": [ - "https://ror.org/04h8e7606" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fdvj254": { - "ancestors": [ - "https://ror.org/01ahyrz84" - ], - "descendants": [ - "https://ror.org/039aqbp11" - ] - }, - "https://ror.org/02nxy1d86": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w8awt17": { - "ancestors": [ - "https://ror.org/018pp1107", - "https://ror.org/02feahw73", - "https://ror.org/005y2ap84", - "https://ror.org/02kzqn938", - "https://ror.org/01x441g73", - "https://ror.org/042949r55", - "https://ror.org/05c2qg481" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xts7d02": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wsemq03": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/0233st365", - "https://ror.org/005ypkf75", - "https://ror.org/05mv3tj33", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/05q3vnk25", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0169v5w06": { - "ancestors": [ - "https://ror.org/0157tcg24" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qwfwm19": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hrxxd90": { - "ancestors": [ - "https://ror.org/002t25c44", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yt0vw44": { - "ancestors": [ - "https://ror.org/02t274463", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yaydt41": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/04y5kwa70", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sgmwg65": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kzsxx38": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02armrd08": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/031e64r08": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/028mw1j46": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s0pzj56": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/001c8pb03" - ] - }, - "https://ror.org/037ptrs19": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/011907q25": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/01cbtr271", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01c8rcg82": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/05sbt2524", - "https://ror.org/04z22qz54", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/056hxch81", - "https://ror.org/045ff8v85", - "https://ror.org/02t6zvp46", - "https://ror.org/01pgzvb06", - "https://ror.org/02cksep19", - "https://ror.org/01zn4dj88", - "https://ror.org/0381pta47", - "https://ror.org/056th3f83", - "https://ror.org/024cwyh09" - ] - }, - "https://ror.org/03ky0f827": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b5m4232": { - "ancestors": [ - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fm0sh33": { - "ancestors": [ - "https://ror.org/04h1h0y33", - "https://ror.org/04kdfz702", - "https://ror.org/03gnr7b55", - "https://ror.org/04yrqp957", - "https://ror.org/01mtcc283", - "https://ror.org/02w0vb190", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/030hj3061", - "https://ror.org/0175hh227", - "https://ror.org/025vp2923", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/0432d2f64": { - "ancestors": [ - "https://ror.org/04asdee31" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xkfnd03": { - "ancestors": [ - "https://ror.org/03hypw319", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/010bhn875": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jsk0b74": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/050jn9y42", - "https://ror.org/00s19x989", - "https://ror.org/05s6rge65", - "https://ror.org/01cbtr271", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/019d5sd14": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p96ke84": { - "ancestors": [ - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/020mkze41": { - "ancestors": [ - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jxe7243": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/00rydyx93", - "https://ror.org/003vg9w96", - "https://ror.org/02rx3b187", - "https://ror.org/00byxdz40", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00byxdz40": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - "https://ror.org/039j4x695", - "https://ror.org/009ps2x93", - "https://ror.org/0557vhy43", - "https://ror.org/02dd25k08", - "https://ror.org/00jxe7243", - "https://ror.org/01kbr1737", - "https://ror.org/0535cbn94", - "https://ror.org/04szabx38", - "https://ror.org/03e044190" - ] - }, - "https://ror.org/01cynbx67": { - "ancestors": [ - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/021f0sa24": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ekw7f87": { - "ancestors": [ - "https://ror.org/030bahv93", - "https://ror.org/02feahw73", - "https://ror.org/05s6rge65", - "https://ror.org/050jn9y42", - "https://ror.org/029brtt94", - "https://ror.org/02kvxyf05", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03xhggy77": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/033p9g875", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/013948m30", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/0300s5145": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nvdxw11": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ssekj71": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/01177bb84": { - "ancestors": [ - "https://ror.org/04pwzyv45", - "https://ror.org/01frn9647", - "https://ror.org/02m9kbe37", - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rnk9665": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bcdsr62": { - "ancestors": [ - "https://ror.org/05sbt2524", - "https://ror.org/00s19x989", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mhd9b84": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/014zrew76", - "https://ror.org/04yvax419", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/010gh8f20": { - "ancestors": [ - "https://ror.org/03ths8210" - ], - "descendants": [ - - ] - }, - "https://ror.org/05whq8x35": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/04b0z7q78", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/009kpbt47": { - "ancestors": [ - "https://ror.org/0175hh227", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v812296": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/043we9s22": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k5jw363": { - "ancestors": [ - "https://ror.org/03mkjjy25", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k7dar27": { - "ancestors": [ - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05neq8668": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/04z22qz54", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hwc1z56": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k4h9k07": { - "ancestors": [ - "https://ror.org/05bhsww40" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v837171": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/03gnr7b55", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/004fmxv66": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/05bn3m307", - "https://ror.org/05813w841", - "https://ror.org/04asdee31", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nbw4v90": { - "ancestors": [ - "https://ror.org/01frn9647" - ], - "descendants": [ - - ] - }, - "https://ror.org/031ah7413": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/039fj2469", - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/009gp5h03": { - "ancestors": [ - "https://ror.org/02rv3w387" - ], - "descendants": [ - - ] - }, - "https://ror.org/01q5ge486": { - "ancestors": [ - "https://ror.org/00dcrfk74", - "https://ror.org/00s19x989", - "https://ror.org/04y8cs423", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/015cf0x85": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mccny28": { - "ancestors": [ - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bsd9p69": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/040smqw14": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/01h8pf755", - "https://ror.org/04gyj6s21", - "https://ror.org/02v6kpv12", - "https://ror.org/00bq8vv83", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84", - "https://ror.org/00dcrfk74", - "https://ror.org/025vp2923", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ffhwq07": { - "ancestors": [ - "https://ror.org/027ka1x80", - "https://ror.org/0168r3w48", - "https://ror.org/02rcrvv70", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jj62164": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/049xh5y45": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/02en5vm52", - "https://ror.org/05gz4kr37", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ex43f61": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01f1fwk48": { - "ancestors": [ - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dxeze48": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/050jn9y42", - "https://ror.org/00s19x989", - "https://ror.org/05s6rge65", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fdf4056": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/04vfs2w97", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/013948m30": { - "ancestors": [ - "https://ror.org/033p9g875", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - "https://ror.org/035emn182", - "https://ror.org/03xhggy77", - "https://ror.org/01rtzw447", - "https://ror.org/003jnac13" - ] - }, - "https://ror.org/01na0pb61": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ddhrn22": { - "ancestors": [ - "https://ror.org/037aak578" - ], - "descendants": [ - - ] - }, - "https://ror.org/01225hq90": { - "ancestors": [ - "https://ror.org/04h1h0y33", - "https://ror.org/04kdfz702", - "https://ror.org/05q3vnk25", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/003vg9w96", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/01ahyrz84", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/042yv0n82": { - "ancestors": [ - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e65z464": { - "ancestors": [ - "https://ror.org/0157tcg24" - ], - "descendants": [ - - ] - }, - "https://ror.org/007jzpa85": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/02a26ft70": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f38c676": { - "ancestors": [ - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/024a76r57": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/04n9van71": { - "ancestors": [ - "https://ror.org/04andmq85", - "https://ror.org/01q76b368", - "https://ror.org/017rnyz40", - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73", - "https://ror.org/017rnyz40", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mzqjs78": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/046b3cj80", - "https://ror.org/00g700j37", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/053sj3y70": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03s25n537": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/055eghv78": { - "ancestors": [ - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01b2epx09": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/04mv1z119", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/031j52y75": { - "ancestors": [ - "https://ror.org/057qpr032", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ng6qj84": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/040110q42": { - "ancestors": [ - "https://ror.org/05v509s40", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dthb180": { - "ancestors": [ - "https://ror.org/03hypw319", - "https://ror.org/03nhjew95", - "https://ror.org/0471kz689", - "https://ror.org/01k40cz91", - "https://ror.org/03bz5pb92" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yqes018": { - "ancestors": [ - "https://ror.org/05v509s40", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/009ay5m23": { - "ancestors": [ - "https://ror.org/016pnwd02", - "https://ror.org/00rydyx93", - "https://ror.org/028rypz17", - "https://ror.org/00jjx8s55", - "https://ror.org/01yvj5k91", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tcnbj64": { - "ancestors": [ - "https://ror.org/02v6kpv12", - "https://ror.org/0349y2q65", - "https://ror.org/04ezk3x31", - "https://ror.org/027ankh97", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gxn9h90": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00syfc790": { - "ancestors": [ - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c3ktd57": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jm8zw14": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/00rydyx93", - "https://ror.org/003vg9w96", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rkgeb39": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/003vg9w96", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tp7mm44": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/03am2jy38", - "https://ror.org/046b3cj80", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/017k05f91": { - "ancestors": [ - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/039gvet66": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0499b1120": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/046cjf283": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/05ggc9x40", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hjhm267": { - "ancestors": [ - "https://ror.org/00kn4eb29", - "https://ror.org/01d5pah27", - "https://ror.org/01d5pah27", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/01az1jj42": { - "ancestors": [ - "https://ror.org/01frn9647" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ntvnd36": { - "ancestors": [ - "https://ror.org/01frn9647" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dx32582": { - "ancestors": [ - "https://ror.org/04vfs2w97", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/045qszf23": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/01a8ajp46", - "https://ror.org/02feahw73", - "https://ror.org/02tcf7a68", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02brsbg31": { - "ancestors": [ - "https://ror.org/01frn9647", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/048d5xq24": { - "ancestors": [ - "https://ror.org/00hx6zz33", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/0431hh004": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/051escj72", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/007p4nf03": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/03z6jp965", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g94x362": { - "ancestors": [ - "https://ror.org/04qxsrb28" - ], - "descendants": [ - - ] - }, - "https://ror.org/044zx7719": { - "ancestors": [ - "https://ror.org/02gyps716" - ], - "descendants": [ - - ] - }, - "https://ror.org/0307crw42": { - "ancestors": [ - "https://ror.org/02m698855" - ], - "descendants": [ - - ] - }, - "https://ror.org/058xqms97": { - "ancestors": [ - "https://ror.org/003vet424", - "https://ror.org/00pt8r998", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/042ds2135": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/014zrew76", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/042dc0x18": { - "ancestors": [ - "https://ror.org/01yvj5k91", - "https://ror.org/03fd77x13", - "https://ror.org/00jjx8s55", - "https://ror.org/00jjx8s55", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h929866": { - "ancestors": [ - "https://ror.org/044jxhp58", - "https://ror.org/05q3vnk25", - "https://ror.org/02feahw73", - "https://ror.org/0372th171", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02faghm73": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z20vp15": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sy36a97": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rb31945": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jway472": { - "ancestors": [ - "https://ror.org/04b6chq95" - ], - "descendants": [ - - ] - }, - "https://ror.org/0041am420": { - "ancestors": [ - "https://ror.org/002t25c44", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00wcvf151": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/04b0z7q78", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/034krhd70": { - "ancestors": [ - "https://ror.org/04eekkg41", - "https://ror.org/00q4sx826", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kneq391": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/0449khs19": { - "ancestors": [ - "https://ror.org/01p6yxw64", - "https://ror.org/04b0z7q78", - "https://ror.org/01fz7mn40", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02", - "https://ror.org/042tfbd02" - ], - "descendants": [ - "https://ror.org/05eedav07" - ] - }, - "https://ror.org/04av83c71": { - "ancestors": [ - "https://ror.org/0372th171", - "https://ror.org/044jxhp58", - "https://ror.org/04pfr1b11", - "https://ror.org/05q3vnk25", - "https://ror.org/04kdfz702", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e8pda19": { - "ancestors": [ - "https://ror.org/020ws7586", - "https://ror.org/02cte4b68", - "https://ror.org/03nhjew95", - "https://ror.org/01k40cz91", - "https://ror.org/02feahw73", - "https://ror.org/01k40cz91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00eq2sn47": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fhvpc68": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tv0az53": { - "ancestors": [ - "https://ror.org/01nqeyn25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hr3zx73": { - "ancestors": [ - "https://ror.org/01gyxrk03" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rh71z37": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/00pg6eq24", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/027rbaq21": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/003vg9w96", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dv4he91": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02feahw73", - "https://ror.org/050jn9y42", - "https://ror.org/05s6rge65", - "https://ror.org/03rth4p18", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/017p6sq53": { - "ancestors": [ - "https://ror.org/03hypw319", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ax2x637": { - "ancestors": [ - "https://ror.org/03wkt5x30", - "https://ror.org/02feahw73", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pfter31": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/04vfs2w97", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jqm0b89": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/017rnyz40", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gg0js59": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/00bq8vv83": { - "ancestors": [ - "https://ror.org/00dcrfk74", - "https://ror.org/025vp2923", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - "https://ror.org/040smqw14", - "https://ror.org/03cxnrt47", - "https://ror.org/012x47023" - ] - }, - "https://ror.org/04n07f274": { - "ancestors": [ - "https://ror.org/00za53h95", - "https://ror.org/04tz64554", - "https://ror.org/00q4sx826", - "https://ror.org/0447fe631", - "https://ror.org/0447fe631", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fr7pd94": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/02cte4b68", - "https://ror.org/051escj72", - "https://ror.org/03sgyqj04", - "https://ror.org/02feahw73", - "https://ror.org/01yvj5k91", - "https://ror.org/03cwzta72", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pmdbw58": { - "ancestors": [ - "https://ror.org/05b5c0584", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02vnq7240": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/05q3vnk25", - "https://ror.org/01a8ajp46", - "https://ror.org/01bch8q67", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/00twjye57": { - "ancestors": [ - "https://ror.org/01nqeyn25" - ], - "descendants": [ - - ] - }, - "https://ror.org/001r32c80": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s6f1186": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/014zrew76", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0165fyq28": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/006jv0w93": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05r5y6641": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ntgv723": { - "ancestors": [ - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nr3p279": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t7axd27": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/0168r3w48", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y9krv25": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/007xqmx73": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/017rnyz40", - "https://ror.org/00pg6eq24", - "https://ror.org/04k8k6n84", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/03thp2a78": { - "ancestors": [ - "https://ror.org/02y7p0749" - ], - "descendants": [ - - ] - }, - "https://ror.org/016r2hq43": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0585hkk81": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/03z6jp965", - "https://ror.org/05q3vnk25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/0514zp273": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f5rw142": { - "ancestors": [ - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/01x441g73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kwwh635": { - "ancestors": [ - "https://ror.org/003vet424", - "https://ror.org/00pt8r998", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x0g1010": { - "ancestors": [ - "https://ror.org/015m7wh34", - "https://ror.org/04xaa4j22" - ], - "descendants": [ - - ] - }, - "https://ror.org/017vyhs10": { - "ancestors": [ - "https://ror.org/039kwqk96", - "https://ror.org/02t274463", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cet5v54": { - "ancestors": [ - "https://ror.org/04276xd64" - ], - "descendants": [ - - ] - }, - "https://ror.org/021hb4c69": { - "ancestors": [ - "https://ror.org/04ezk3x31", - "https://ror.org/05pbb8783", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/059jx7q58": { - "ancestors": [ - "https://ror.org/018pp1107", - "https://ror.org/0175hh227", - "https://ror.org/042949r55", - "https://ror.org/05c2qg481", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03capj968": { - "ancestors": [ - "https://ror.org/051escj72", - "https://ror.org/02vjkv261", - "https://ror.org/02693j602", - "https://ror.org/04vhgtv41" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ceg1205": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/00s19x989", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/042h2y225": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/040baw385", - "https://ror.org/050jcm728", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s6m8n84": { - "ancestors": [ - "https://ror.org/05q65zh81", - "https://ror.org/02cte4b68", - "https://ror.org/017rnyz40", - "https://ror.org/02feahw73", - "https://ror.org/05c2qg481", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bg5j190": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/013bkhk48", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - "https://ror.org/059z28h12" - ] - }, - "https://ror.org/03dhnnd96": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/00znqwq11": { - "ancestors": [ - "https://ror.org/031qpfn56", - "https://ror.org/05eq41471", - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/0266c5p67": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/0321g0743", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/052cnt662": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20", - "https://ror.org/019tgvf94", - "https://ror.org/00mfpxb84" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w2krx65": { - "ancestors": [ - "https://ror.org/016gd3115", - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - "https://ror.org/0082dha77" - ] - }, - "https://ror.org/00nrbzg90": { - "ancestors": [ - "https://ror.org/03fd77x13", - "https://ror.org/051escj72", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05fyyyx53": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e4fz088": { - "ancestors": [ - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/002ty1h48": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/02en5vm52", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/01d5pah27", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/029b7h395": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04mg8wm74", - "https://ror.org/01ar8dr59", - "https://ror.org/01pc7k308", - "https://ror.org/051fftw81", - "https://ror.org/04ap5x931", - "https://ror.org/01sharn77", - "https://ror.org/033zy4a51", - "https://ror.org/02h8v7m77" - ] - }, - "https://ror.org/013ge8k52": { - "ancestors": [ - "https://ror.org/04276xd64" - ], - "descendants": [ - - ] - }, - "https://ror.org/019aa9n69": { - "ancestors": [ - "https://ror.org/01nrxwf90" - ], - "descendants": [ - - ] - }, - "https://ror.org/005e8fd26": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v0fms67": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20" - ], - "descendants": [ - - ] - }, - "https://ror.org/027rkpb34": { - "ancestors": [ - "https://ror.org/01nqeyn25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02p1s8a61": { - "ancestors": [ - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/0497rkw71": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wcn8b34": { - "ancestors": [ - "https://ror.org/03b9snr86" - ], - "descendants": [ - - ] - }, - "https://ror.org/04v7hvq31": { - "ancestors": [ - "https://ror.org/0168r3w48", - "https://ror.org/00pjdza24" - ], - "descendants": [ - "https://ror.org/010dcp921", - "https://ror.org/04c3j6v84" - ] - }, - "https://ror.org/04yx2rq03": { - "ancestors": [ - "https://ror.org/04qb2qm38" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nrhwg12": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/04asdee31" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cah1n37": { - "ancestors": [ - "https://ror.org/05kpkpg04", - "https://ror.org/05q3vnk25", - "https://ror.org/01q76b368", - "https://ror.org/051escj72", - "https://ror.org/046b3cj80", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02erddr56": { - "ancestors": [ - "https://ror.org/04emwm605", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/043n4fm24": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/050jcm728", - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/056swcy54": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/013bkhk48", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mph9k76": { - "ancestors": [ - "https://ror.org/00z54nq84", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02910d597": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/00z54nq84", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/01d5pah27", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gy9rx06": { - "ancestors": [ - "https://ror.org/04asdee31" - ], - "descendants": [ - - ] - }, - "https://ror.org/00g669j87": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/050jcm728", - "https://ror.org/01frn9647", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00psjjr22": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02tphfq59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ktpad22": { - "ancestors": [ - "https://ror.org/00e96v939", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/0247p4w70": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/00z54nq84", - "https://ror.org/00cch2r34", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01xx2ne27": { - "ancestors": [ - "https://ror.org/0495fxg12", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/030przz70": { - "ancestors": [ - "https://ror.org/00pg6eq24", - "https://ror.org/05qpmg879", - "https://ror.org/02vjkv261", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tkf5j20": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/02chvqy57": { - "ancestors": [ - "https://ror.org/04h1h0y33", - "https://ror.org/05q3vnk25", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/01ahyrz84", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mqb0968": { - "ancestors": [ - "https://ror.org/016gd3115", - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sv7ks13": { - "ancestors": [ - "https://ror.org/02ep7nq58" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t3fpp34": { - "ancestors": [ - "https://ror.org/04z22qz54", - "https://ror.org/05a1dws80", - "https://ror.org/02n5evf44", - "https://ror.org/01a8ajp46", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/025vp2923", - "https://ror.org/001f39w38" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fcvz316": { - "ancestors": [ - "https://ror.org/00mzz1w90" - ], - "descendants": [ - - ] - }, - "https://ror.org/0189yvq06": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/051escj72", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/050a1gn71": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/017rnyz40", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04aq4ab28": { - "ancestors": [ - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t05f005": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/019tcpt25", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/0219m1e13": { - "ancestors": [ - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/03zq0xc17": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/040baw385", - "https://ror.org/00s19x989", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/016nwev19": { - "ancestors": [ - "https://ror.org/050ra0n32", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01racwh88": { - "ancestors": [ - "https://ror.org/04h1h0y33", - "https://ror.org/029brtt94", - "https://ror.org/02cte4b68", - "https://ror.org/05sqf9v67", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c39hw83": { - "ancestors": [ - "https://ror.org/059bevx75" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nknpw16": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/04vfs2w97", - "https://ror.org/046b3cj80", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jkg8m11": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r5wky88": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/052bbtn31": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/00z54nq84", - "https://ror.org/02m9kbe37", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/026h43663": { - "ancestors": [ - "https://ror.org/023zg8w32", - "https://ror.org/04b0z7q78", - "https://ror.org/02d9dg697", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kwnqq69": { - "ancestors": [ - "https://ror.org/01h8pf755", - "https://ror.org/00z54nq84", - "https://ror.org/02wq1s711", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/02feahw73", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/030bahv93": { - "ancestors": [ - "https://ror.org/01rk35k63" - ], - "descendants": [ - "https://ror.org/037b3he73", - "https://ror.org/026tf7535", - "https://ror.org/01rzzcx32", - "https://ror.org/0476zq753", - "https://ror.org/037xc1874", - "https://ror.org/0256r1e04", - "https://ror.org/042fmc481", - "https://ror.org/01yx7av22", - "https://ror.org/02wmc6m46", - "https://ror.org/0028p8r67", - "https://ror.org/02m0hy518", - "https://ror.org/01j6cta96", - "https://ror.org/02160my55", - "https://ror.org/00pdd0432", - "https://ror.org/00rawf147", - "https://ror.org/04x9a0q46", - "https://ror.org/044dp1584", - "https://ror.org/04t89f389", - "https://ror.org/03sc1p174", - "https://ror.org/03smk3872", - "https://ror.org/00a2a1y63", - "https://ror.org/049g6ah05", - "https://ror.org/02xfrv514", - "https://ror.org/037dep095", - "https://ror.org/02zggdn05", - "https://ror.org/01ekw7f87", - "https://ror.org/059sz6q14", - "https://ror.org/031xg0236" - ] - }, - "https://ror.org/01mvzn566": { - "ancestors": [ - "https://ror.org/04ex24z53", - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04pwzyv45": { - "ancestors": [ - "https://ror.org/01frn9647", - "https://ror.org/02m9kbe37", - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20" - ], - "descendants": [ - "https://ror.org/01177bb84" - ] - }, - "https://ror.org/0558gww53": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jpcpm59": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/039ywxz78": { - "ancestors": [ - "https://ror.org/01tjs6929", - "https://ror.org/03cqe8w59", - "https://ror.org/02s7sax82", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dsacc67": { - "ancestors": [ - "https://ror.org/05nfypp21", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/03yz3tz18" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ygkva69": { - "ancestors": [ - "https://ror.org/037wpkx04" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y82bt96": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/00envkz24": { - "ancestors": [ - "https://ror.org/01jvwvd85" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kcrnc96": { - "ancestors": [ - "https://ror.org/03vte9x46", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/04kdfz702", - "https://ror.org/02feahw73", - "https://ror.org/003vg9w96", - "https://ror.org/015q23935", - "https://ror.org/02rx3b187", - "https://ror.org/05q3vnk25", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k9z2963": { - "ancestors": [ - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/011abem59": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ngj3k57": { - "ancestors": [ - "https://ror.org/00za53h95" - ], - "descendants": [ - - ] - }, - "https://ror.org/0041aya12": { - "ancestors": [ - "https://ror.org/003vet424", - "https://ror.org/00pt8r998", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/049nhh297": { - "ancestors": [ - "https://ror.org/03fd77x13", - "https://ror.org/04gqg1a07", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0595x5h51": { - "ancestors": [ - "https://ror.org/01m84wm78" - ], - "descendants": [ - - ] - }, - "https://ror.org/054xxne07": { - "ancestors": [ - "https://ror.org/017rhna63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ww2r127": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05krcen59": { - "ancestors": [ - "https://ror.org/04z22qz54", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0075hvk77": { - "ancestors": [ - "https://ror.org/04z22qz54", - "https://ror.org/04y5kwa70", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qgt2624": { - "ancestors": [ - "https://ror.org/043htjv09", - "https://ror.org/050jcm728", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/057915t59": { - "ancestors": [ - "https://ror.org/003vet424", - "https://ror.org/00pt8r998", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g50ac66": { - "ancestors": [ - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/037f3ga09": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/035xkbk20" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mghmd60": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w11tv37": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/04t0gwh46", - "https://ror.org/013cjyk83", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bm2y510": { - "ancestors": [ - "https://ror.org/04z8k9a98" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nhye957": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/018nzqy79": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/0199hds37", - "https://ror.org/04wez5e68", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01kv3wg35": { - "ancestors": [ - "https://ror.org/05qbk4x57", - "https://ror.org/034t30j35" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m3r1b84": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/050jcm728", - "https://ror.org/054qv7y42", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v83q278": { - "ancestors": [ - "https://ror.org/027arzy69", - "https://ror.org/04q1kbj36", - "https://ror.org/04vhgtv41", - "https://ror.org/051kpcy16", - "https://ror.org/03yz3tz18", - "https://ror.org/01k40cz91", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02dd25k08": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/02cte4b68", - "https://ror.org/02rx3b187", - "https://ror.org/00byxdz40", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e6bgb38": { - "ancestors": [ - "https://ror.org/05ggc9x40" - ], - "descendants": [ - - ] - }, - "https://ror.org/0157h5t87": { - "ancestors": [ - "https://ror.org/04gqg1a07" - ], - "descendants": [ - - ] - }, - "https://ror.org/00x1d4q78": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/04xhy8q59", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ag91m47": { - "ancestors": [ - "https://ror.org/052bz7812", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/0581g8849": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/05ggc9x40", - "https://ror.org/03x42jk29", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ezpxa16": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/0427jdz87": { - "ancestors": [ - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nn3k690": { - "ancestors": [ - "https://ror.org/042dnf796" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wdvc711": { - "ancestors": [ - "https://ror.org/02m9kbe37" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cqhc152": { - "ancestors": [ - "https://ror.org/036x5ad56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03adqg323": { - "ancestors": [ - "https://ror.org/054qv7y42", - "https://ror.org/04z22qz54", - "https://ror.org/057qpr032", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04j8jrf09": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yw97595": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/03rth4p18", - "https://ror.org/05r0ccb59", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03actwe44": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/0535cbn94": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/00jjx8s55", - "https://ror.org/02feahw73", - "https://ror.org/00byxdz40", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01551d523": { - "ancestors": [ - "https://ror.org/0442zbe52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v2c3v44": { - "ancestors": [ - "https://ror.org/033p9g875", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/032qezt74", - "https://ror.org/03d5w9863", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84", - "https://ror.org/05q3vnk25", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cnttr74": { - "ancestors": [ - "https://ror.org/03hypw319" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qhwn476": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02d9dg697", - "https://ror.org/046b3cj80", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/036yvb369": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/027ankh97", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/00avmbz91": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/01zkghx44", - "https://ror.org/02m5dy175", - "https://ror.org/00s19x989", - "https://ror.org/04vfs2w97", - "https://ror.org/04asdee31", - "https://ror.org/017wcm924" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cww2r92": { - "ancestors": [ - "https://ror.org/0157tcg24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q7hmt63": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/014p6mg26": { - "ancestors": [ - "https://ror.org/04gqg1a07", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z0sw756": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/01215r597": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/019tgvf94", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/023n9q531": { - "ancestors": [ - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/040y9br29": { - "ancestors": [ - "https://ror.org/04c4bm785" - ], - "descendants": [ - - ] - }, - "https://ror.org/050sat078": { - "ancestors": [ - "https://ror.org/035xkbk20", - "https://ror.org/04b0z7q78", - "https://ror.org/017rnyz40", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/040r8ry56": { - "ancestors": [ - "https://ror.org/050ra0n32", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ced3r45": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/003fs1j49": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/056g7f250": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02v6kpv12", - "https://ror.org/02wq1s711", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/01h8pf755", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0082dha77": { - "ancestors": [ - "https://ror.org/02w2krx65", - "https://ror.org/016gd3115", - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/050c3pq49": { - "ancestors": [ - "https://ror.org/00pg5jh14", - "https://ror.org/02vjkv261", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/01dqmj897": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/017rnyz40", - "https://ror.org/04wez5e68", - "https://ror.org/013bkhk48", - "https://ror.org/03vdjbj89", - "https://ror.org/03e2r1r87", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03z28c516": { - "ancestors": [ - "https://ror.org/05m7zw681" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e2ndp15": { - "ancestors": [ - "https://ror.org/02rx3b187" - ], - "descendants": [ - - ] - }, - "https://ror.org/02w5mvk98": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/033p9g875", - "https://ror.org/02v6kpv12", - "https://ror.org/02feahw73", - "https://ror.org/05wfw4946", - "https://ror.org/02feahw73", - "https://ror.org/01ahyrz84", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/036b75x65": { - "ancestors": [ - "https://ror.org/00pg5jh14" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qbxr381": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/03r9r2649": { - "ancestors": [ - "https://ror.org/02cp04407" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gd28g81": { - "ancestors": [ - "https://ror.org/05xxfer42" - ], - "descendants": [ - - ] - }, - "https://ror.org/033t7vz72": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02en5vm52", - "https://ror.org/05a0dhs15", - "https://ror.org/02feahw73", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/021wgs783": { - "ancestors": [ - "https://ror.org/00tebkv94", - "https://ror.org/01frn9647", - "https://ror.org/003vg9w96", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/052x1hs80": { - "ancestors": [ - "https://ror.org/056a6x975", - "https://ror.org/045vgz384" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cht3g41": { - "ancestors": [ - "https://ror.org/0199hds37", - "https://ror.org/05f82e368" - ], - "descendants": [ - - ] - }, - "https://ror.org/03x1z2w73": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/04gqg1a07", - "https://ror.org/02rx3b187", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dnsak29": { - "ancestors": [ - "https://ror.org/01c27hj86" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b1z1d65": { - "ancestors": [ - "https://ror.org/01gf00k84" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ysg2a58": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/03gnr7b55", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cch2r34": { - "ancestors": [ - "https://ror.org/01yvj5k91", - "https://ror.org/00jjx8s55", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - "https://ror.org/04dy97z61", - "https://ror.org/029rmm934", - "https://ror.org/0247p4w70" - ] - }, - "https://ror.org/05v10js27": { - "ancestors": [ - "https://ror.org/03z6jp965" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v6t2982": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/015h41091": { - "ancestors": [ - "https://ror.org/019yg0716" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c1dt378": { - "ancestors": [ - "https://ror.org/037405308" - ], - "descendants": [ - "https://ror.org/029s9j634", - "https://ror.org/05eq01d13", - "https://ror.org/04dz3w425", - "https://ror.org/010g47133", - "https://ror.org/021x6km63", - "https://ror.org/04frfb960", - "https://ror.org/04wbsx459", - "https://ror.org/000qjjz95", - "https://ror.org/02cetwy62", - "https://ror.org/017zhda45", - "https://ror.org/0257s2812", - "https://ror.org/05p52kj31", - "https://ror.org/01ftvnv05", - "https://ror.org/017ay4a94", - "https://ror.org/048xxxv92", - "https://ror.org/021zqhw10", - "https://ror.org/004edqb24", - "https://ror.org/01w2yhe61", - "https://ror.org/016gd3115", - "https://ror.org/00c8gax70", - "https://ror.org/014tr1k14", - "https://ror.org/04mqb0968", - "https://ror.org/02w2krx65", - "https://ror.org/03jb5sg38", - "https://ror.org/00s894y88", - "https://ror.org/0082dha77" - ] - }, - "https://ror.org/032eckg27": { - "ancestors": [ - "https://ror.org/04eg47h42" - ], - "descendants": [ - - ] - }, - "https://ror.org/00sse7z02": { - "ancestors": [ - "https://ror.org/025vp2923" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yhj4v17": { - "ancestors": [ - "https://ror.org/053avzc18" - ], - "descendants": [ - "https://ror.org/05cn0b378", - "https://ror.org/020vvqg79", - "https://ror.org/02mebaz96", - "https://ror.org/004fpq690", - "https://ror.org/01b1h1f72", - "https://ror.org/01t0a1151", - "https://ror.org/013zggc82" - ] - }, - "https://ror.org/02dpnb389": { - "ancestors": [ - "https://ror.org/014cxe167" - ], - "descendants": [ - - ] - }, - "https://ror.org/01027m165": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/02rx3b187", - "https://ror.org/014cxe167" - ], - "descendants": [ - - ] - }, - "https://ror.org/005zh0d53": { - "ancestors": [ - "https://ror.org/0561n6946" - ], - "descendants": [ - - ] - }, - "https://ror.org/00awd9g61": { - "ancestors": [ - "https://ror.org/00453a208" - ], - "descendants": [ - "https://ror.org/01gdjt538" - ] - }, - "https://ror.org/04dk1kp26": { - "ancestors": [ - "https://ror.org/01vqqp163" - ], - "descendants": [ - - ] - }, - "https://ror.org/001zf8v27": { - "ancestors": [ - "https://ror.org/05q9m0937" - ], - "descendants": [ - - ] - }, - "https://ror.org/01naq7912": { - "ancestors": [ - "https://ror.org/042tfbd02", - "https://ror.org/025vp2923" - ], - "descendants": [ - "https://ror.org/057er4c39", - "https://ror.org/00mz87608", - "https://ror.org/038yp4g21", - "https://ror.org/02yv0b554", - "https://ror.org/003y0kg83", - "https://ror.org/00a8p0m24" - ] - }, - "https://ror.org/02xey9634": { - "ancestors": [ - "https://ror.org/04mv4n011" - ], - "descendants": [ - - ] - }, - "https://ror.org/00heh5r55": { - "ancestors": [ - "https://ror.org/04bhfmv97", - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/049mjq378": { - "ancestors": [ - "https://ror.org/03sjk9a61", - "https://ror.org/03v6yxf25" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xx07v13": { - "ancestors": [ - "https://ror.org/057qpr032", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jdskm89": { - "ancestors": [ - "https://ror.org/04j0gge90" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bxcqt73": { - "ancestors": [ - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w2z6524": { - "ancestors": [ - "https://ror.org/01mv9t934", - "https://ror.org/02fzqav45" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ka4j351": { - "ancestors": [ - "https://ror.org/019ya6433", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nkg1w23": { - "ancestors": [ - "https://ror.org/01jem9c82" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a1dws80": { - "ancestors": [ - "https://ror.org/01rk35k63", - "https://ror.org/025vp2923" - ], - "descendants": [ - "https://ror.org/0256r1e04", - "https://ror.org/01prxdf57", - "https://ror.org/00t3fpp34" - ] - }, - "https://ror.org/0034k2773": { - "ancestors": [ - "https://ror.org/0085d9t86", - "https://ror.org/04vmvtb21" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k1qja49": { - "ancestors": [ - "https://ror.org/01bkbaq61", - "https://ror.org/052g8jq94", - "https://ror.org/02gfc7t72", - "https://ror.org/03kpps236" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kk89y84": { - "ancestors": [ - "https://ror.org/02kbmgc12", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/015rsn094": { - "ancestors": [ - "https://ror.org/0561n6946" - ], - "descendants": [ - "https://ror.org/054w8cm30" - ] - }, - "https://ror.org/01z83jn29": { - "ancestors": [ - "https://ror.org/013ckk937" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xe2fg96": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nddf786": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/0361bwx64": { - "ancestors": [ - "https://ror.org/01s5a4v70", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/05nmyph15", - "https://ror.org/0019h1k84" - ] - }, - "https://ror.org/02v5jxh60": { - "ancestors": [ - "https://ror.org/0460jpj73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tns0030": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/017n8df75": { - "ancestors": [ - "https://ror.org/05rcfc739" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zjc6908": { - "ancestors": [ - "https://ror.org/03mstc592" - ], - "descendants": [ - - ] - }, - "https://ror.org/044qpwz88": { - "ancestors": [ - "https://ror.org/02cte4b68", - "https://ror.org/02cp04407", - "https://ror.org/00ysecr35", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/057k9q466": { - "ancestors": [ - "https://ror.org/04w6pnc49" - ], - "descendants": [ - "https://ror.org/05y1qcf54", - "https://ror.org/036eftk49", - "https://ror.org/052t9a145" - ] - }, - "https://ror.org/051ea1411": { - "ancestors": [ - "https://ror.org/01jsq2704" - ], - "descendants": [ - "https://ror.org/01xghct51", - "https://ror.org/05ng8e884", - "https://ror.org/05e7k4575" - ] - }, - "https://ror.org/03jb5sg38": { - "ancestors": [ - "https://ror.org/016gd3115", - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/030tdpg67": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/02fvybm75" - ] - }, - "https://ror.org/03at7w331": { - "ancestors": [ - "https://ror.org/05xp2yp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00t0n9020": { - "ancestors": [ - "https://ror.org/04zjvnp94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pttbw34": { - "ancestors": [ - "https://ror.org/04m8z4n60" - ], - "descendants": [ - "https://ror.org/04hfg7v94", - "https://ror.org/02nre0x31" - ] - }, - "https://ror.org/0011qv509": { - "ancestors": [ - "https://ror.org/00xzqjh13" - ], - "descendants": [ - - ] - }, - "https://ror.org/020yc1y85": { - "ancestors": [ - "https://ror.org/04vx9dd09" - ], - "descendants": [ - - ] - }, - "https://ror.org/00r348449": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/047nxs434" - ] - }, - "https://ror.org/028z36n30": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/051sgbe98" - ] - }, - "https://ror.org/0405gx254": { - "ancestors": [ - "https://ror.org/01vqqp163" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jsgmp44": { - "ancestors": [ - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k4n6c32": { - "ancestors": [ - "https://ror.org/019w4f821" - ], - "descendants": [ - "https://ror.org/00w9hey63", - "https://ror.org/04j5wtv36", - "https://ror.org/020v07z27", - "https://ror.org/0481qb682", - "https://ror.org/04gkw9q47", - "https://ror.org/0399w1j22", - "https://ror.org/050zqsm78", - "https://ror.org/03728bb41", - "https://ror.org/046epvs68", - "https://ror.org/04m4a9x26", - "https://ror.org/00941sb79", - "https://ror.org/01ef4as46", - "https://ror.org/026rh8977", - "https://ror.org/04h8m0888", - "https://ror.org/0472cxd90", - "https://ror.org/033d3q980", - "https://ror.org/00r7apq26", - "https://ror.org/02qc43v06", - "https://ror.org/01qanyf14", - "https://ror.org/03fcabp80", - "https://ror.org/05cx8cy07", - "https://ror.org/03xxypa75", - "https://ror.org/024fg8t29", - "https://ror.org/05mkt9r11", - "https://ror.org/05a4nj078", - "https://ror.org/02ef88m96", - "https://ror.org/02qezmz13", - "https://ror.org/05wzskb47", - "https://ror.org/02ptz5951", - "https://ror.org/04crk2m06", - "https://ror.org/032gggv33", - "https://ror.org/05s4nk876", - "https://ror.org/0214h3370", - "https://ror.org/04x2ddb07", - "https://ror.org/05a27za87", - "https://ror.org/02h9n4675", - "https://ror.org/0279ntc65", - "https://ror.org/0446wcg70", - "https://ror.org/01rq5e797", - "https://ror.org/04dng8q18", - "https://ror.org/00y7tet25", - "https://ror.org/04x3ta798", - "https://ror.org/029nm1m14", - "https://ror.org/03pbpa834", - "https://ror.org/03va0yq34", - "https://ror.org/00xdsr520", - "https://ror.org/02dk8t214", - "https://ror.org/036e61f39", - "https://ror.org/04069k268", - "https://ror.org/0208ges23", - "https://ror.org/04rr75245", - "https://ror.org/005pygq66" - ] - }, - "https://ror.org/050589e39": { - "ancestors": [ - "https://ror.org/03mstc592" - ], - "descendants": [ - "https://ror.org/04fhwda97" - ] - }, - "https://ror.org/04y8cs423": { - "ancestors": [ - "https://ror.org/05c2qg481", - "https://ror.org/013cjyk83" - ], - "descendants": [ - "https://ror.org/00a8p0m24", - "https://ror.org/003y0kg83", - "https://ror.org/020cdve92", - "https://ror.org/01q5ge486", - "https://ror.org/00qm1ye08", - "https://ror.org/01ydp2x12", - "https://ror.org/03kc13263", - "https://ror.org/0095dt357", - "https://ror.org/0180r7w69", - "https://ror.org/054fae424", - "https://ror.org/05p7zpp88", - "https://ror.org/013pnfx92", - "https://ror.org/02yv0b554", - "https://ror.org/00dxbgs74", - "https://ror.org/0579t4s85", - "https://ror.org/04t3sm733", - "https://ror.org/05yd19040", - "https://ror.org/00c00ys31", - "https://ror.org/018786988", - "https://ror.org/00mz87608", - "https://ror.org/038yp4g21" - ] - }, - "https://ror.org/0413bc824": { - "ancestors": [ - "https://ror.org/05ghs6f64" - ], - "descendants": [ - - ] - }, - "https://ror.org/04baade76": { - "ancestors": [ - "https://ror.org/05h4vvj02" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yr73893": { - "ancestors": [ - "https://ror.org/03mstc592" - ], - "descendants": [ - - ] - }, - "https://ror.org/028bsh698": { - "ancestors": [ - "https://ror.org/03anc3s24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hab3x36": { - "ancestors": [ - "https://ror.org/01yp9g959" - ], - "descendants": [ - - ] - }, - "https://ror.org/017zz7s54": { - "ancestors": [ - "https://ror.org/029nkcm90", - "https://ror.org/02en5vm52", - "https://ror.org/02feahw73", - "https://ror.org/05f82e368", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bgmsb44": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f09cx53": { - "ancestors": [ - "https://ror.org/01zp6xd43" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cf6vz60": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/019ya6433": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/00qnxjg67", - "https://ror.org/01ka4j351", - "https://ror.org/0361bwx64", - "https://ror.org/051sgbe98", - "https://ror.org/02fvybm75", - "https://ror.org/05nmyph15", - "https://ror.org/0019h1k84" - ] - }, - "https://ror.org/05kd5e468": { - "ancestors": [ - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yc19841": { - "ancestors": [ - "https://ror.org/05m7pjf47", - "https://ror.org/00shsf120" - ], - "descendants": [ - - ] - }, - "https://ror.org/0449kf092": { - "ancestors": [ - "https://ror.org/0034eay46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w0fba55": { - "ancestors": [ - "https://ror.org/051j1ed22" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rsv9s98": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01dbbht76", - "https://ror.org/04s3dsz85", - "https://ror.org/0155sw530", - "https://ror.org/05eq41471", - "https://ror.org/027w0yp05", - "https://ror.org/0442kw503", - "https://ror.org/03ydjzz16", - "https://ror.org/04thxh256", - "https://ror.org/00eg0bk82", - "https://ror.org/0083hz885", - "https://ror.org/02hd1sz82", - "https://ror.org/01g77mv66", - "https://ror.org/038eh4b79", - "https://ror.org/03cdz5d08", - "https://ror.org/02z5aj645", - "https://ror.org/01rybzk66", - "https://ror.org/031qpfn56", - "https://ror.org/02hqqcn82", - "https://ror.org/023w6y044", - "https://ror.org/02z5d2h92", - "https://ror.org/04fhxp168", - "https://ror.org/0527v1v90", - "https://ror.org/05kcj6c10", - "https://ror.org/054w3nm73", - "https://ror.org/025yjfh46", - "https://ror.org/02f2rgc17", - "https://ror.org/00s61s029", - "https://ror.org/041sxnd36", - "https://ror.org/04m453044", - "https://ror.org/011qyt180", - "https://ror.org/054484h93", - "https://ror.org/01x6zzb23", - "https://ror.org/030j39b93", - "https://ror.org/03mzbnj03", - "https://ror.org/02g8ke488", - "https://ror.org/04b7web15", - "https://ror.org/04c1v2b17", - "https://ror.org/04xv0vq46", - "https://ror.org/01hv1yg09", - "https://ror.org/01rpj9v06", - "https://ror.org/03114vz20", - "https://ror.org/02c8hpe74", - "https://ror.org/01xtpc441", - "https://ror.org/0332k3m42", - "https://ror.org/01rkxdk30", - "https://ror.org/01dt1nn03", - "https://ror.org/03s5r4e84", - "https://ror.org/003g0xf19", - "https://ror.org/00a1c5n07", - "https://ror.org/03t7gqr04", - "https://ror.org/01s5r6w32", - "https://ror.org/040qrra89", - "https://ror.org/052qqbc08", - "https://ror.org/03n92bt27", - "https://ror.org/03jg6a761", - "https://ror.org/01wexqy53", - "https://ror.org/01s8b3v69", - "https://ror.org/04p162q02", - "https://ror.org/0218d9s98", - "https://ror.org/020xhpf63", - "https://ror.org/05ax3zh38", - "https://ror.org/050fz5z96", - "https://ror.org/04n9z8z70", - "https://ror.org/05t4ef339", - "https://ror.org/024b7e967", - "https://ror.org/00xb4cb83", - "https://ror.org/05xcarb80", - "https://ror.org/03z6z3n38", - "https://ror.org/058p1kn93", - "https://ror.org/00znqwq11", - "https://ror.org/03b7nc883", - "https://ror.org/03jb9b006", - "https://ror.org/04x41ba23", - "https://ror.org/02223wv31", - "https://ror.org/049qtwc86", - "https://ror.org/0176arq92", - "https://ror.org/00acjv878", - "https://ror.org/03mxm6g77", - "https://ror.org/00kan1k39", - "https://ror.org/037xafn82", - "https://ror.org/03p46dh90", - "https://ror.org/02mc5ry07", - "https://ror.org/05ee7tr34", - "https://ror.org/045r80n66", - "https://ror.org/03qjk6p58", - "https://ror.org/0057s8s52", - "https://ror.org/01vrybr67", - "https://ror.org/01zpmbk67", - "https://ror.org/018txrr13", - "https://ror.org/04qbg9n81", - "https://ror.org/04dgj3g22", - "https://ror.org/021rk6547", - "https://ror.org/0385asg54", - "https://ror.org/00ft0j474", - "https://ror.org/03j05zz84", - "https://ror.org/03wtmb115", - "https://ror.org/02qm18h86", - "https://ror.org/00wzysf74", - "https://ror.org/04q4pp553", - "https://ror.org/034c6s521", - "https://ror.org/02dcp1550", - "https://ror.org/035vbzz28", - "https://ror.org/03n2ay196", - "https://ror.org/01nzxq896", - "https://ror.org/022kt1284", - "https://ror.org/01a4gqp27", - "https://ror.org/037nrh939", - "https://ror.org/050mdr969", - "https://ror.org/04zkam251", - "https://ror.org/052d8ge54", - "https://ror.org/04qmkfe11", - "https://ror.org/01r2s5391", - "https://ror.org/03vwf8m18", - "https://ror.org/034adnw64", - "https://ror.org/00yfsq027", - "https://ror.org/02x9bj444", - "https://ror.org/04fp78s33", - "https://ror.org/04hgm3062", - "https://ror.org/027mz0g68", - "https://ror.org/01bqvph43", - "https://ror.org/01dm04760", - "https://ror.org/01zd7yk57", - "https://ror.org/000vjzq57", - "https://ror.org/02z87mf86", - "https://ror.org/01c9rqr26", - "https://ror.org/03d0nge43", - "https://ror.org/02ry60714", - "https://ror.org/02vjn2106", - "https://ror.org/02q1nnh04", - "https://ror.org/03pcamk69", - "https://ror.org/049yzyv96", - "https://ror.org/0594ske86", - "https://ror.org/015nymp25", - "https://ror.org/00fzfzc37", - "https://ror.org/041m0cc93", - "https://ror.org/020ajpe42", - "https://ror.org/04v00sg98", - "https://ror.org/01e0dz978", - "https://ror.org/000rgm762", - "https://ror.org/02et65004", - "https://ror.org/00mz0c648", - "https://ror.org/00rtdgr72", - "https://ror.org/00ky3az31", - "https://ror.org/059nam179", - "https://ror.org/008qp6e21", - "https://ror.org/039g7zn40", - "https://ror.org/02v3txv81", - "https://ror.org/04dp0f897", - "https://ror.org/03tm9zz81", - "https://ror.org/03k6yxq48", - "https://ror.org/02943gv98", - "https://ror.org/04d7ez939", - "https://ror.org/01np3r452", - "https://ror.org/007fyq698", - "https://ror.org/04g9q2h37", - "https://ror.org/03wjr6873", - "https://ror.org/05ts0bd12", - "https://ror.org/028zspe92", - "https://ror.org/00nr17z89", - "https://ror.org/03cfvmk82", - "https://ror.org/02xpk4806", - "https://ror.org/041t78y98", - "https://ror.org/0242qs713", - "https://ror.org/025cs2j58", - "https://ror.org/041fffy58", - "https://ror.org/01ng1yh19", - "https://ror.org/030ma0n95", - "https://ror.org/040e0d212", - "https://ror.org/04b7web15", - "https://ror.org/00paq4p43", - "https://ror.org/006xyf785", - "https://ror.org/05myvb614", - "https://ror.org/02r7md321", - "https://ror.org/0428ha587", - "https://ror.org/03tjwy964", - "https://ror.org/03ghnvz91", - "https://ror.org/01d4n7s11", - "https://ror.org/00m8atr56", - "https://ror.org/01shhkn05", - "https://ror.org/00jbkk316", - "https://ror.org/044kgk540", - "https://ror.org/036a0e562", - "https://ror.org/027yknb66", - "https://ror.org/036adbz09", - "https://ror.org/01z1n5c47", - "https://ror.org/0493tt883", - "https://ror.org/04qjnvx31", - "https://ror.org/04zdeh149", - "https://ror.org/01xfgtq85", - "https://ror.org/02bqrry13", - "https://ror.org/01z2gz488", - "https://ror.org/039n0s143", - "https://ror.org/02arm0y30", - "https://ror.org/01nh3sx96", - "https://ror.org/01b3ys956", - "https://ror.org/02d6kc626", - "https://ror.org/00afc8732", - "https://ror.org/035xhk118", - "https://ror.org/03c46dy37", - "https://ror.org/034pdr896", - "https://ror.org/01nmm5m33", - "https://ror.org/02s723j51", - "https://ror.org/05sxtdc16", - "https://ror.org/03jt5gp45", - "https://ror.org/014c68a74", - "https://ror.org/03r9k1585", - "https://ror.org/0246m8g89", - "https://ror.org/028rr8292", - "https://ror.org/024xyyq03", - "https://ror.org/032b8d361", - "https://ror.org/00nsz0a92", - "https://ror.org/05n0dm186", - "https://ror.org/010md9d18", - "https://ror.org/018hk2b97", - "https://ror.org/05n5drh21", - "https://ror.org/049peqw80", - "https://ror.org/03hvanq85", - "https://ror.org/01g7pk335", - "https://ror.org/04ztqy570", - "https://ror.org/008e03r59", - "https://ror.org/03vay2m05", - "https://ror.org/04z89xx32", - "https://ror.org/03k352971", - "https://ror.org/01rjj8a34", - "https://ror.org/00nvney28", - "https://ror.org/01ew49p77" - ] - }, - "https://ror.org/051sgbe98": { - "ancestors": [ - "https://ror.org/028z36n30", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cwqze88": { - "ancestors": [ - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03jh5a977", - "https://ror.org/04r5s4b52", - "https://ror.org/04byxyr05", - "https://ror.org/02xey9a22", - "https://ror.org/040gcmg81", - "https://ror.org/04pw6fb54", - "https://ror.org/00190t495", - "https://ror.org/03wkg3b53", - "https://ror.org/012pb6c26", - "https://ror.org/00baak391", - "https://ror.org/043z4tv69", - "https://ror.org/006zn3t30", - "https://ror.org/00372qc85", - "https://ror.org/004a2wv92", - "https://ror.org/00adh9b73", - "https://ror.org/00j4k1h63", - "https://ror.org/04q48ey07", - "https://ror.org/04xeg9z08", - "https://ror.org/01s5ya894", - "https://ror.org/01y3zfr79", - "https://ror.org/049v75w11", - "https://ror.org/02jzrsm59", - "https://ror.org/04mhx6838", - "https://ror.org/00fq5cm18", - "https://ror.org/0493hgw16", - "https://ror.org/04vfsmv21", - "https://ror.org/00fj8a872", - "https://ror.org/0060t0j89", - "https://ror.org/01jdyfj45", - "https://ror.org/05bjen692", - "https://ror.org/03v6m3209", - "https://ror.org/05n6zrm60", - "https://ror.org/00vkwep27", - "https://ror.org/031grv205", - "https://ror.org/023ny1p48", - "https://ror.org/00pjnm784", - "https://ror.org/00x19de83", - "https://ror.org/026dax180", - "https://ror.org/00fyrp007", - "https://ror.org/00d7wvm38", - "https://ror.org/02e3wq066", - "https://ror.org/054j5yq82", - "https://ror.org/01wtjyf13", - "https://ror.org/046zezr58", - "https://ror.org/05aq6yn88", - "https://ror.org/02yrzyf97", - "https://ror.org/031gy6182", - "https://ror.org/02meqm098", - "https://ror.org/04g4sf283", - "https://ror.org/001d55x84" - ] - }, - "https://ror.org/04ac0qk71": { - "ancestors": [ - "https://ror.org/004svx814" - ], - "descendants": [ - "https://ror.org/0335n2618" - ] - }, - "https://ror.org/05m7pjf47": { - "ancestors": [ - "https://ror.org/00shsf120" - ], - "descendants": [ - "https://ror.org/041vb4f30", - "https://ror.org/02010jg37", - "https://ror.org/02yc19841" - ] - }, - "https://ror.org/01mv9t934": { - "ancestors": [ - "https://ror.org/02fzqav45" - ], - "descendants": [ - "https://ror.org/002e3sm06", - "https://ror.org/04xv2pc41", - "https://ror.org/00nbyv331", - "https://ror.org/0466nq257", - "https://ror.org/04atp4p48", - "https://ror.org/01dfm1a30", - "https://ror.org/04c154n61", - "https://ror.org/03w2z6524" - ] - }, - "https://ror.org/02f0jdn75": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/04c14rw28": { - "ancestors": [ - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f6s9e70": { - "ancestors": [ - "https://ror.org/04et59085", - "https://ror.org/021adze67", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gds6c39": { - "ancestors": [ - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yr91f43": { - "ancestors": [ - "https://ror.org/04nm1xm49" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qnxjg67": { - "ancestors": [ - "https://ror.org/019ya6433", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/018wfhg78": { - "ancestors": [ - "https://ror.org/03cqd2v24", - "https://ror.org/05fp08r12" - ], - "descendants": [ - - ] - }, - "https://ror.org/04twxam07": { - "ancestors": [ - "https://ror.org/01gek1696" - ], - "descendants": [ - - ] - }, - "https://ror.org/032jvkt14": { - "ancestors": [ - "https://ror.org/02916qm60", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03znw6w55": { - "ancestors": [ - "https://ror.org/059ex5q34" - ], - "descendants": [ - - ] - }, - "https://ror.org/016gd3115": { - "ancestors": [ - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - "https://ror.org/00c8gax70", - "https://ror.org/014tr1k14", - "https://ror.org/04dz3w425", - "https://ror.org/04mqb0968", - "https://ror.org/02w2krx65", - "https://ror.org/03jb5sg38", - "https://ror.org/00s894y88", - "https://ror.org/0082dha77" - ] - }, - "https://ror.org/05ntqn068": { - "ancestors": [ - "https://ror.org/02ckm0r33" - ], - "descendants": [ - - ] - }, - "https://ror.org/021nxhr62": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02a0fwv66", - "https://ror.org/00k551w06", - "https://ror.org/001xhss06", - "https://ror.org/025kzpk63", - "https://ror.org/014bj5w56", - "https://ror.org/00b6sbb32", - "https://ror.org/05p847d66", - "https://ror.org/029b7h395", - "https://ror.org/03h7mcc28", - "https://ror.org/03w1s3j27", - "https://ror.org/01qa5ep47", - "https://ror.org/03zmsge54", - "https://ror.org/04vj69e88", - "https://ror.org/00apvva27", - "https://ror.org/00qerpb33", - "https://ror.org/01hh6s351", - "https://ror.org/01rcfpa16", - "https://ror.org/01gmp5538", - "https://ror.org/02ch5q898", - "https://ror.org/04h67aa53", - "https://ror.org/04nseet23", - "https://ror.org/020fhsn68", - "https://ror.org/01shctp43", - "https://ror.org/05sk14837", - "https://ror.org/01v6d0b34", - "https://ror.org/01dy3j343", - "https://ror.org/01ghfgz70", - "https://ror.org/02shwmm76", - "https://ror.org/04pw1zg89", - "https://ror.org/04j43p132", - "https://ror.org/03s53g630", - "https://ror.org/01xf8ec44", - "https://ror.org/04knth696", - "https://ror.org/04qn9mx93", - "https://ror.org/03g87he71", - "https://ror.org/01rvays47", - "https://ror.org/002jdaq33", - "https://ror.org/01tnvpc68", - "https://ror.org/04nh1dc89", - "https://ror.org/02rdzmk74", - "https://ror.org/01mng8331", - "https://ror.org/053a2cp42", - "https://ror.org/054ydxh33", - "https://ror.org/00whkrf32", - "https://ror.org/03mamvh39", - "https://ror.org/05s7cqk18", - "https://ror.org/02kd4km72", - "https://ror.org/0471zv972", - "https://ror.org/028yd4c30", - "https://ror.org/01krpsy48", - "https://ror.org/050rnw378", - "https://ror.org/03xyg3m20", - "https://ror.org/0388pet74", - "https://ror.org/03z9hh605", - "https://ror.org/037gd6g64", - "https://ror.org/05v01mk25", - "https://ror.org/05wqqhv83", - "https://ror.org/05nwjp114", - "https://ror.org/04ya3kq71", - "https://ror.org/04mg8wm74", - "https://ror.org/01ar8dr59", - "https://ror.org/01pc7k308", - "https://ror.org/051fftw81", - "https://ror.org/04ap5x931", - "https://ror.org/01sharn77", - "https://ror.org/05wgkzg12", - "https://ror.org/02dz2hb46", - "https://ror.org/0445wmv88", - "https://ror.org/02a65dj82", - "https://ror.org/034m1ez10", - "https://ror.org/03w6nzd18", - "https://ror.org/0492g1k39", - "https://ror.org/0135fch82", - "https://ror.org/048g3cy84", - "https://ror.org/0424mzx13", - "https://ror.org/058tw4f12", - "https://ror.org/04evh7y43", - "https://ror.org/014eweh95", - "https://ror.org/025dabr11", - "https://ror.org/04vw0kz07", - "https://ror.org/01vnjbg30", - "https://ror.org/04k9mqs78", - "https://ror.org/01k638r21", - "https://ror.org/02whst089", - "https://ror.org/001zwgm84", - "https://ror.org/05cvfcr44", - "https://ror.org/03c1c5b19", - "https://ror.org/057py8t43", - "https://ror.org/049an7s37", - "https://ror.org/05fnzca26", - "https://ror.org/02trddg58", - "https://ror.org/033zy4a51", - "https://ror.org/02h8v7m77", - "https://ror.org/03qrb1j36", - "https://ror.org/00hhjz250", - "https://ror.org/05xc0qp17", - "https://ror.org/02b5sc606", - "https://ror.org/02exh3e86", - "https://ror.org/05detrt70", - "https://ror.org/03773p874" - ] - }, - "https://ror.org/03ve4rt72": { - "ancestors": [ - "https://ror.org/047hk9367" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xesw687": { - "ancestors": [ - "https://ror.org/00he80998" - ], - "descendants": [ - - ] - }, - "https://ror.org/047nxs434": { - "ancestors": [ - "https://ror.org/00r348449", - "https://ror.org/033jnv181", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/028jp5z02": { - "ancestors": [ - "https://ror.org/058rymf81", - "https://ror.org/01wpjm123", - "https://ror.org/019xm3p48" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pw3x387": { - "ancestors": [ - "https://ror.org/05pa68763" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rx3tw33": { - "ancestors": [ - "https://ror.org/02xankh89" - ], - "descendants": [ - - ] - }, - "https://ror.org/04krc7206": { - "ancestors": [ - "https://ror.org/047426m28", - "https://ror.org/05e94g991" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mx3rc36": { - "ancestors": [ - "https://ror.org/018v9ga43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jnmn720": { - "ancestors": [ - "https://ror.org/03z6jp965", - "https://ror.org/013bkhk48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00971b260": { - "ancestors": [ - "https://ror.org/02e9yx751" - ], - "descendants": [ - - ] - }, - "https://ror.org/04chq2495": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03b17a012", - "https://ror.org/0486x5a41", - "https://ror.org/02an13226", - "https://ror.org/05xpvk416", - "https://ror.org/02z5nhe81", - "https://ror.org/01p92hb48", - "https://ror.org/00tgqzw13", - "https://ror.org/01qn7cs15", - "https://ror.org/0114yjq47", - "https://ror.org/032241511", - "https://ror.org/05kd5e468", - "https://ror.org/043fjtb89", - "https://ror.org/00tbs6p91", - "https://ror.org/015xey021", - "https://ror.org/03v61g875", - "https://ror.org/0440c3437", - "https://ror.org/02048n894", - "https://ror.org/008hybe55", - "https://ror.org/04xz38214", - "https://ror.org/04a0y3b96", - "https://ror.org/05qgcra83", - "https://ror.org/016s8vs02", - "https://ror.org/02zs3hb12", - "https://ror.org/01gdv4d86", - "https://ror.org/04wzf4f82", - "https://ror.org/04j23ff69", - "https://ror.org/02yn1nr06", - "https://ror.org/01ksx6c70", - "https://ror.org/038rzmb16", - "https://ror.org/01j5kpq29", - "https://ror.org/0014w1417", - "https://ror.org/01rrxb840", - "https://ror.org/00vg14f79", - "https://ror.org/05k70qf45", - "https://ror.org/045by4v54", - "https://ror.org/03fg5ns40", - "https://ror.org/04g3ykc66", - "https://ror.org/03db51w68", - "https://ror.org/015tnsz82", - "https://ror.org/01n6agm35", - "https://ror.org/04vzsq290", - "https://ror.org/04r0wrp59", - "https://ror.org/007qwym43", - "https://ror.org/02k4h0334", - "https://ror.org/033mqx355", - "https://ror.org/00h8b7583", - "https://ror.org/00tgqzw13", - "https://ror.org/037f7zx95", - "https://ror.org/04haaft31", - "https://ror.org/031m8s392", - "https://ror.org/01kgxxx41", - "https://ror.org/018qsef31", - "https://ror.org/032h87485", - "https://ror.org/04ggd2r74", - "https://ror.org/05xqpda80", - "https://ror.org/02kgve346", - "https://ror.org/00xfvky15", - "https://ror.org/046107075", - "https://ror.org/033r52n02", - "https://ror.org/05t7fg049", - "https://ror.org/018nbcn37", - "https://ror.org/03zzjgp12", - "https://ror.org/01ds51411", - "https://ror.org/053598c22", - "https://ror.org/0444fnd49", - "https://ror.org/05c6y9623", - "https://ror.org/047fr0y29", - "https://ror.org/035hx7715", - "https://ror.org/05370mv03", - "https://ror.org/03yn06t56", - "https://ror.org/052pywd95", - "https://ror.org/054bfvp24", - "https://ror.org/04c3j6v84", - "https://ror.org/01z3tfx80", - "https://ror.org/017z8h955", - "https://ror.org/0432dh318", - "https://ror.org/03m2f9j08", - "https://ror.org/00cg22c97", - "https://ror.org/04ypd8a97", - "https://ror.org/02jb34965", - "https://ror.org/02pkedj80", - "https://ror.org/0312jvg82", - "https://ror.org/02c23kc81", - "https://ror.org/00ndyev54", - "https://ror.org/02qy3wv98", - "https://ror.org/0235zh559", - "https://ror.org/038hf8q48", - "https://ror.org/014kxm163", - "https://ror.org/013ew2c19", - "https://ror.org/02x0wxr53", - "https://ror.org/03hmhdm29", - "https://ror.org/04b222d59", - "https://ror.org/02txa8h30", - "https://ror.org/04kfq3e26", - "https://ror.org/054y3ya26", - "https://ror.org/002pscq53", - "https://ror.org/01fmhrb91", - "https://ror.org/02891nv36", - "https://ror.org/00mj5bc69", - "https://ror.org/03yn06t56", - "https://ror.org/023sgdn25", - "https://ror.org/04qaf2y58", - "https://ror.org/005sm0w71", - "https://ror.org/02rcakp17", - "https://ror.org/017z8h955", - "https://ror.org/0432dh318", - "https://ror.org/03m2f9j08", - "https://ror.org/00cg22c97", - "https://ror.org/04ypd8a97", - "https://ror.org/02jb34965", - "https://ror.org/02pkedj80", - "https://ror.org/0312jvg82", - "https://ror.org/02f762h70", - "https://ror.org/05v14bq57", - "https://ror.org/04bgwn153", - "https://ror.org/03g5tqa50", - "https://ror.org/05evek152", - "https://ror.org/05vcng590", - "https://ror.org/01yvark48", - "https://ror.org/05ba43f71", - "https://ror.org/0042xzm63", - "https://ror.org/02nc0ck44", - "https://ror.org/05r7z1k40", - "https://ror.org/02apffz65", - "https://ror.org/0396y0w87", - "https://ror.org/01h7fye62", - "https://ror.org/022d75229", - "https://ror.org/04950b532", - "https://ror.org/04gsgxx86", - "https://ror.org/03fy33a80", - "https://ror.org/03cskqs60", - "https://ror.org/002shdh75", - "https://ror.org/024crf014", - "https://ror.org/02jwb0b65", - "https://ror.org/01pctw149", - "https://ror.org/02bypky31", - "https://ror.org/02v4wmf32", - "https://ror.org/05gxje444", - "https://ror.org/00p9by667", - "https://ror.org/02jb98t16", - "https://ror.org/0061q5f61", - "https://ror.org/00mmmy130", - "https://ror.org/00bdqav06", - "https://ror.org/052pywd95", - "https://ror.org/042r9xb17", - "https://ror.org/03vmn1898", - "https://ror.org/03crn0n59", - "https://ror.org/033tt8e33", - "https://ror.org/01jeee804", - "https://ror.org/00gd1f947", - "https://ror.org/012sz6c52", - "https://ror.org/02mnd0039", - "https://ror.org/03pmw0n81", - "https://ror.org/02bfn4816", - "https://ror.org/037bamf06", - "https://ror.org/01q70bz83", - "https://ror.org/02c23kc81", - "https://ror.org/02c23kc81", - "https://ror.org/02rcakp17", - "https://ror.org/02295tc31", - "https://ror.org/005sm0w71", - "https://ror.org/023sgdn25", - "https://ror.org/006p4kh13", - "https://ror.org/006ha1k08", - "https://ror.org/04p3r3e35", - "https://ror.org/0454wth52", - "https://ror.org/00ejqxs53", - "https://ror.org/040933v44", - "https://ror.org/00kct2d35", - "https://ror.org/00f7rb209", - "https://ror.org/01j6j9107", - "https://ror.org/03hmhdm29", - "https://ror.org/028paz341", - "https://ror.org/0042xzm63", - "https://ror.org/04kw44c30", - "https://ror.org/00bxr0z07", - "https://ror.org/03f4jbs89", - "https://ror.org/030ea6w47", - "https://ror.org/006ddyp05", - "https://ror.org/01232eg66", - "https://ror.org/04xgzv028" - ] - }, - "https://ror.org/04d636x33": { - "ancestors": [ - "https://ror.org/04gzb2213" - ], - "descendants": [ - - ] - }, - "https://ror.org/037hnxh06": { - "ancestors": [ - "https://ror.org/00dqsbj20" - ], - "descendants": [ - - ] - }, - "https://ror.org/04x9ra670": { - "ancestors": [ - "https://ror.org/04dkp9463" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a8ds888": { - "ancestors": [ - "https://ror.org/008s23110" - ], - "descendants": [ - - ] - }, - "https://ror.org/04et59085": { - "ancestors": [ - "https://ror.org/021adze67", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04f6s9e70" - ] - }, - "https://ror.org/017bddy38": { - "ancestors": [ - "https://ror.org/01vqqp163" - ], - "descendants": [ - - ] - }, - "https://ror.org/010jaxs89": { - "ancestors": [ - "https://ror.org/03mstc592" - ], - "descendants": [ - - ] - }, - "https://ror.org/04cymm537": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tjzgn92": { - "ancestors": [ - "https://ror.org/050m0b055" - ], - "descendants": [ - - ] - }, - "https://ror.org/003g6b432": { - "ancestors": [ - "https://ror.org/00n8pjn35" - ], - "descendants": [ - - ] - }, - "https://ror.org/040qff210": { - "ancestors": [ - "https://ror.org/00p8msr48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04gp5yv64": { - "ancestors": [ - "https://ror.org/01vqqp163" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k6njn28": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/020ps3a34": { - "ancestors": [ - "https://ror.org/010jbqd54" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kn9f350": { - "ancestors": [ - "https://ror.org/004v5tb85" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e8rf594": { - "ancestors": [ - "https://ror.org/025vp2923" - ], - "descendants": [ - "https://ror.org/054b22910" - ] - }, - "https://ror.org/02d01az19": { - "ancestors": [ - "https://ror.org/01kpzv902" - ], - "descendants": [ - - ] - }, - "https://ror.org/01s5a4v70": { - "ancestors": [ - "https://ror.org/05wnh3t63" - ], - "descendants": [ - "https://ror.org/0361bwx64", - "https://ror.org/05nmyph15", - "https://ror.org/0019h1k84" - ] - }, - "https://ror.org/04z45pv75": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fvybm75": { - "ancestors": [ - "https://ror.org/030tdpg67", - "https://ror.org/05wnh3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00v97ad02": { - "ancestors": [ - "https://ror.org/03qbxj466" - ], - "descendants": [ - - ] - }, - "https://ror.org/036wvs663": { - "ancestors": [ - "https://ror.org/04w6pnc49" - ], - "descendants": [ - "https://ror.org/02j8vpa07", - "https://ror.org/01r4hwz76", - "https://ror.org/039jmcx36" - ] - }, - "https://ror.org/01rq3ht76": { - "ancestors": [ - "https://ror.org/01an7q238", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/05dsmqn98": { - "ancestors": [ - "https://ror.org/00grd1h17" - ], - "descendants": [ - - ] - }, - "https://ror.org/024ye7w89": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bhfmv97": { - "ancestors": [ - "https://ror.org/04w6pnc49" - ], - "descendants": [ - "https://ror.org/02xywr964", - "https://ror.org/00mneww03", - "https://ror.org/00heh5r55" - ] - }, - "https://ror.org/02pc3jd49": { - "ancestors": [ - "https://ror.org/036f4sz05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mkt9r11": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/04eqgej32": { - "ancestors": [ - "https://ror.org/012a91z28" - ], - "descendants": [ - - ] - }, - "https://ror.org/012jp3q29": { - "ancestors": [ - "https://ror.org/01gwm7a05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pan3838": { - "ancestors": [ - "https://ror.org/059d8kr95" - ], - "descendants": [ - - ] - }, - "https://ror.org/022c4zk48": { - "ancestors": [ - "https://ror.org/008nkqk13", - "https://ror.org/019xm3p48", - "https://ror.org/019xm3p48" - ], - "descendants": [ - "https://ror.org/03kvhnf06" - ] - }, - "https://ror.org/00a2gj556": { - "ancestors": [ - "https://ror.org/03wgsrq67" - ], - "descendants": [ - - ] - }, - "https://ror.org/036epwb08": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rs0fg31": { - "ancestors": [ - "https://ror.org/03qn8fb07", - "https://ror.org/021z9m619", - "https://ror.org/0314h5y94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02rn72456": { - "ancestors": [ - "https://ror.org/03e0v4s75" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qanyf14": { - "ancestors": [ - "https://ror.org/00k4n6c32", - "https://ror.org/019w4f821" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gpaz870": { - "ancestors": [ - "https://ror.org/05a4cm665" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zgjrf98": { - "ancestors": [ - "https://ror.org/052bz7812", - "https://ror.org/05a0dhs15", - "https://ror.org/04ex24z53", - "https://ror.org/02feahw73", - "https://ror.org/02en5vm52", - "https://ror.org/013cjyk83", - "https://ror.org/013cjyk83", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xsxqp89": { - "ancestors": [ - "https://ror.org/04c4bm785" - ], - "descendants": [ - "https://ror.org/01a15g348" - ] - }, - "https://ror.org/01ayw7119": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r3ztp10": { - "ancestors": [ - "https://ror.org/0292p9y97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vvynj75": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/01nbmrk54", - "https://ror.org/05hb6w248", - "https://ror.org/05mc17455", - "https://ror.org/01k32vr40", - "https://ror.org/014geb094" - ] - }, - "https://ror.org/02g9y9404": { - "ancestors": [ - "https://ror.org/0292p9y97" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y00b460": { - "ancestors": [ - "https://ror.org/012a91z28" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m5t2b63": { - "ancestors": [ - "https://ror.org/03cqd2v24", - "https://ror.org/05fp08r12" - ], - "descendants": [ - - ] - }, - "https://ror.org/022k0py62": { - "ancestors": [ - "https://ror.org/00g700j37" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wex6338": { - "ancestors": [ - "https://ror.org/057q4rt57" - ], - "descendants": [ - - ] - }, - "https://ror.org/003bxzv61": { - "ancestors": [ - "https://ror.org/02f009v59" - ], - "descendants": [ - - ] - }, - "https://ror.org/054w8cm30": { - "ancestors": [ - "https://ror.org/015rsn094", - "https://ror.org/0561n6946" - ], - "descendants": [ - - ] - }, - "https://ror.org/05abmv045": { - "ancestors": [ - "https://ror.org/036f4sz05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s894y88": { - "ancestors": [ - "https://ror.org/016gd3115", - "https://ror.org/00c1dt378", - "https://ror.org/037405308" - ], - "descendants": [ - - ] - }, - "https://ror.org/04anxv382": { - "ancestors": [ - "https://ror.org/052ay8m85" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pnhwp93": { - "ancestors": [ - "https://ror.org/04w6pnc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hs54263": { - "ancestors": [ - "https://ror.org/05qwgg493" - ], - "descendants": [ - - ] - }, - "https://ror.org/00b9ktm87": { - "ancestors": [ - "https://ror.org/04mv4n011" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h37g806": { - "ancestors": [ - "https://ror.org/006b2g567" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hv7q333": { - "ancestors": [ - "https://ror.org/00jmfr291" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ydjzz16": { - "ancestors": [ - "https://ror.org/05rsv9s98", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cqe8w59": { - "ancestors": [ - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - "https://ror.org/00jxb8k91", - "https://ror.org/04c5b8z55", - "https://ror.org/03efzvv60", - "https://ror.org/03vxkne37", - "https://ror.org/03qan4b12", - "https://ror.org/055wmc747", - "https://ror.org/01ktqem13", - "https://ror.org/038n0qb29", - "https://ror.org/00kwm3d29", - "https://ror.org/02r8b4p12", - "https://ror.org/003vet424", - "https://ror.org/00veegj02", - "https://ror.org/03w8cva37", - "https://ror.org/05yqfsf29", - "https://ror.org/049xnr573", - "https://ror.org/04tpkqz22", - "https://ror.org/01qkxb782", - "https://ror.org/01d67x059", - "https://ror.org/03hnwy706", - "https://ror.org/036a3f271", - "https://ror.org/03rq94151", - "https://ror.org/05k07f122", - "https://ror.org/00568z619", - "https://ror.org/04vhn6x78", - "https://ror.org/04qzr9r50", - "https://ror.org/0594de127", - "https://ror.org/014pzm971", - "https://ror.org/0348f6e47", - "https://ror.org/01m444286", - "https://ror.org/0469ejq24", - "https://ror.org/048f36m54", - "https://ror.org/04n143x36", - "https://ror.org/019ptgs60", - "https://ror.org/05de0bv95", - "https://ror.org/02skrr217", - "https://ror.org/036rry744", - "https://ror.org/04ssjv946", - "https://ror.org/025ae7a15", - "https://ror.org/05et1xd41", - "https://ror.org/021rr7t48", - "https://ror.org/00822yn93", - "https://ror.org/033xgn512", - "https://ror.org/01d4y0s98", - "https://ror.org/03erw8p58", - "https://ror.org/02raxsg56", - "https://ror.org/049hngf66", - "https://ror.org/03vdg0553", - "https://ror.org/01pcb8y44", - "https://ror.org/03zt5y861", - "https://ror.org/04tje1v24", - "https://ror.org/00t10t971", - "https://ror.org/0288c3494", - "https://ror.org/04magv453", - "https://ror.org/04h50g296", - "https://ror.org/03r89qc03", - "https://ror.org/04azj1350", - "https://ror.org/011cdfy08", - "https://ror.org/00psjjr22", - "https://ror.org/015meej47", - "https://ror.org/039ywxz78", - "https://ror.org/02xar8d89", - "https://ror.org/003vcnv80", - "https://ror.org/00g04a530", - "https://ror.org/00xpayr72", - "https://ror.org/041ttmq60", - "https://ror.org/029sqvy31", - "https://ror.org/00vsnbn30", - "https://ror.org/04nh79216", - "https://ror.org/01h6ezd77", - "https://ror.org/023dgw813", - "https://ror.org/013gkdy87", - "https://ror.org/018gb4016", - "https://ror.org/04ebzxq58", - "https://ror.org/0117z7d66", - "https://ror.org/04v30e006", - "https://ror.org/05p6vdy67", - "https://ror.org/057zmmf60", - "https://ror.org/030qxdf23", - "https://ror.org/00k3smk02", - "https://ror.org/01pmtm379", - "https://ror.org/05fvszr38", - "https://ror.org/02t6gq889", - "https://ror.org/04sw7nr96", - "https://ror.org/04f5aam04", - "https://ror.org/05q52xn14", - "https://ror.org/04jdqdr13", - "https://ror.org/01sas2f78", - "https://ror.org/0041aya12", - "https://ror.org/042765079", - "https://ror.org/057915t59", - "https://ror.org/01kwwh635", - "https://ror.org/058xqms97", - "https://ror.org/05et1xd41", - "https://ror.org/00bv27459", - "https://ror.org/02e2v3e15", - "https://ror.org/02w0rjw17", - "https://ror.org/03h0e2s88", - "https://ror.org/009d3ws08", - "https://ror.org/034s8ev31", - "https://ror.org/02m19wv39", - "https://ror.org/040me2j46", - "https://ror.org/03v7tny92", - "https://ror.org/04x0n3178", - "https://ror.org/02s040f34" - ] - }, - "https://ror.org/04tj63d06": { - "ancestors": [ - "https://ror.org/0566a8c54" - ], - "descendants": [ - "https://ror.org/04nv7tt16", - "https://ror.org/01kgxxx41", - "https://ror.org/058465397", - "https://ror.org/03hakdk41", - "https://ror.org/02yjqwr70", - "https://ror.org/009hmnr85", - "https://ror.org/01s91ey96", - "https://ror.org/0568g2481", - "https://ror.org/03mpd4h52", - "https://ror.org/03784zd57", - "https://ror.org/04k7cvz88", - "https://ror.org/001zwgm84" - ] - }, - "https://ror.org/02vyf1d37": { - "ancestors": [ - "https://ror.org/02rg1r889" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dez2856": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/03c1c5b19": { - "ancestors": [ - "https://ror.org/05v01mk25", - "https://ror.org/04danrt76", - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dgwx119": { - "ancestors": [ - "https://ror.org/006m4q736" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a81sk89": { - "ancestors": [ - "https://ror.org/001040111" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jsmws86": { - "ancestors": [ - "https://ror.org/04ybvje46" - ], - "descendants": [ - - ] - }, - "https://ror.org/04dyeh227": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kr42612": { - "ancestors": [ - "https://ror.org/03jdj4y14" - ], - "descendants": [ - - ] - }, - "https://ror.org/02nfy5246": { - "ancestors": [ - "https://ror.org/05fp08r12" - ], - "descendants": [ - "https://ror.org/027rw9342", - "https://ror.org/042pbz202", - "https://ror.org/01zz2zk94" - ] - }, - "https://ror.org/02kgve346": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/0061q5f61", - "https://ror.org/00mmmy130", - "https://ror.org/00bdqav06", - "https://ror.org/052pywd95", - "https://ror.org/042r9xb17", - "https://ror.org/03vmn1898", - "https://ror.org/03crn0n59", - "https://ror.org/033tt8e33", - "https://ror.org/01jeee804", - "https://ror.org/00gd1f947", - "https://ror.org/012sz6c52", - "https://ror.org/02mnd0039", - "https://ror.org/03pmw0n81", - "https://ror.org/02bfn4816", - "https://ror.org/037bamf06", - "https://ror.org/01q70bz83", - "https://ror.org/02c23kc81", - "https://ror.org/00bxr0z07", - "https://ror.org/02c23kc81", - "https://ror.org/03f4jbs89", - "https://ror.org/030ea6w47", - "https://ror.org/006ddyp05", - "https://ror.org/01232eg66", - "https://ror.org/04xgzv028" - ] - }, - "https://ror.org/02nwvxz07": { - "ancestors": [ - "https://ror.org/042tfbd02" - ], - "descendants": [ - "https://ror.org/03wct8w46", - "https://ror.org/03a84yw54", - "https://ror.org/04fbd1w03", - "https://ror.org/01b436806", - "https://ror.org/029hkd614", - "https://ror.org/05fc1hn07", - "https://ror.org/056vbnz12", - "https://ror.org/04t50yk91", - "https://ror.org/000ehr937", - "https://ror.org/049yaph28", - "https://ror.org/02nqy7n35", - "https://ror.org/03vtagt31", - "https://ror.org/01qtp1053", - "https://ror.org/01bzdp563", - "https://ror.org/013h6a491" - ] - }, - "https://ror.org/05twhbr06": { - "ancestors": [ - "https://ror.org/015m7wh34", - "https://ror.org/05qec5a53", - "https://ror.org/02kvxyf05", - "https://ror.org/02feahw73", - "https://ror.org/01yezas83", - "https://ror.org/05510z802", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ndxem43": { - "ancestors": [ - "https://ror.org/030sa3819" - ], - "descendants": [ - - ] - }, - "https://ror.org/0054avq17": { - "ancestors": [ - "https://ror.org/033f7da12" - ], - "descendants": [ - - ] - }, - "https://ror.org/003zecf96": { - "ancestors": [ - "https://ror.org/00kj4ev13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v85ar63": { - "ancestors": [ - "https://ror.org/00kj4ev13" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ydk3604": { - "ancestors": [ - "https://ror.org/05sw4wc49" - ], - "descendants": [ - - ] - }, - "https://ror.org/01qv3r395": { - "ancestors": [ - "https://ror.org/03q4c3e69" - ], - "descendants": [ - "https://ror.org/05sqaff46" - ] - }, - "https://ror.org/013h6a491": { - "ancestors": [ - "https://ror.org/050jn9y42", - "https://ror.org/02nwvxz07", - "https://ror.org/01rk35k63", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/01hy5r632": { - "ancestors": [ - "https://ror.org/01ejfgc23" - ], - "descendants": [ - - ] - }, - "https://ror.org/02db0kh50": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vdhyk55": { - "ancestors": [ - "https://ror.org/02jrgcx64" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g0wme11": { - "ancestors": [ - "https://ror.org/00mv6sv71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wvg5605": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cpw2v62": { - "ancestors": [ - "https://ror.org/021v2ka51" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sqaff46": { - "ancestors": [ - "https://ror.org/01qv3r395", - "https://ror.org/03q4c3e69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qscbg47": { - "ancestors": [ - "https://ror.org/05bnh6r87" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dnave42": { - "ancestors": [ - "https://ror.org/04rswrd78" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jygec53": { - "ancestors": [ - "https://ror.org/00vpq6g39" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qbg0c93": { - "ancestors": [ - "https://ror.org/050khh066", - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05x6psc41": { - "ancestors": [ - "https://ror.org/04pznsd21" - ], - "descendants": [ - - ] - }, - "https://ror.org/01r062739": { - "ancestors": [ - "https://ror.org/02vymnc26" - ], - "descendants": [ - - ] - }, - "https://ror.org/045yn2z02": { - "ancestors": [ - "https://ror.org/02rg1r889" - ], - "descendants": [ - - ] - }, - "https://ror.org/0525bj441": { - "ancestors": [ - "https://ror.org/0052svj16" - ], - "descendants": [ - - ] - }, - "https://ror.org/046rm7j60": { - "ancestors": [ - "https://ror.org/00pjdza24" - ], - "descendants": [ - "https://ror.org/00q7fqf35", - "https://ror.org/04kpwcf85", - "https://ror.org/0424mzx13" - ] - }, - "https://ror.org/01mcm8749": { - "ancestors": [ - "https://ror.org/03vdcy552" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qt95144": { - "ancestors": [ - "https://ror.org/04dqx5p57" - ], - "descendants": [ - - ] - }, - "https://ror.org/020ye1821": { - "ancestors": [ - "https://ror.org/01zbnvs85" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gttbr75": { - "ancestors": [ - "https://ror.org/05gqaka33" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gck1z22": { - "ancestors": [ - "https://ror.org/00jga9g46" - ], - "descendants": [ - - ] - }, - "https://ror.org/03qbdej90": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/02d898a89", - "https://ror.org/021x7r354", - "https://ror.org/03kk92g72", - "https://ror.org/01xdxaz62", - "https://ror.org/02gg8z294", - "https://ror.org/05jr56v21" - ] - }, - "https://ror.org/05w4mb976": { - "ancestors": [ - "https://ror.org/04dqx5p57" - ], - "descendants": [ - - ] - }, - "https://ror.org/02y384f44": { - "ancestors": [ - "https://ror.org/046ffzj20" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pptx217": { - "ancestors": [ - "https://ror.org/00mv6sv71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ye9d912": { - "ancestors": [ - "https://ror.org/048rj2z13" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ccpdp17": { - "ancestors": [ - "https://ror.org/00tebkv94", - "https://ror.org/057qpr032", - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/020dmyn61" - ] - }, - "https://ror.org/046qksq74": { - "ancestors": [ - "https://ror.org/033f7da12" - ], - "descendants": [ - - ] - }, - "https://ror.org/02z5nhe81": { - "ancestors": [ - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04j23ff69", - "https://ror.org/02yn1nr06", - "https://ror.org/01ksx6c70", - "https://ror.org/038rzmb16", - "https://ror.org/01j5kpq29", - "https://ror.org/0014w1417", - "https://ror.org/01rrxb840", - "https://ror.org/00vg14f79", - "https://ror.org/05k70qf45", - "https://ror.org/045by4v54", - "https://ror.org/03fg5ns40", - "https://ror.org/04g3ykc66", - "https://ror.org/03db51w68", - "https://ror.org/015tnsz82", - "https://ror.org/01n6agm35", - "https://ror.org/04vzsq290", - "https://ror.org/04r0wrp59", - "https://ror.org/007qwym43", - "https://ror.org/02k4h0334", - "https://ror.org/033mqx355", - "https://ror.org/00h8b7583", - "https://ror.org/00tgqzw13", - "https://ror.org/037f7zx95", - "https://ror.org/04haaft31", - "https://ror.org/031m8s392", - "https://ror.org/01kgxxx41", - "https://ror.org/018qsef31", - "https://ror.org/032h87485", - "https://ror.org/04ggd2r74", - "https://ror.org/05xqpda80", - "https://ror.org/02kgve346", - "https://ror.org/00xfvky15", - "https://ror.org/046107075", - "https://ror.org/033r52n02", - "https://ror.org/05t7fg049", - "https://ror.org/018nbcn37", - "https://ror.org/03zzjgp12", - "https://ror.org/01ds51411", - "https://ror.org/053598c22", - "https://ror.org/0444fnd49", - "https://ror.org/05c6y9623", - "https://ror.org/047fr0y29", - "https://ror.org/035hx7715", - "https://ror.org/05370mv03", - "https://ror.org/03yn06t56", - "https://ror.org/052pywd95", - "https://ror.org/054bfvp24", - "https://ror.org/04c3j6v84", - "https://ror.org/01z3tfx80", - "https://ror.org/017z8h955", - "https://ror.org/0432dh318", - "https://ror.org/03m2f9j08", - "https://ror.org/00cg22c97", - "https://ror.org/04ypd8a97", - "https://ror.org/02jb34965", - "https://ror.org/02pkedj80", - "https://ror.org/0312jvg82", - "https://ror.org/02c23kc81", - "https://ror.org/03yn06t56", - "https://ror.org/023sgdn25", - "https://ror.org/04qaf2y58", - "https://ror.org/005sm0w71", - "https://ror.org/02rcakp17", - "https://ror.org/017z8h955", - "https://ror.org/0432dh318", - "https://ror.org/03m2f9j08", - "https://ror.org/00cg22c97", - "https://ror.org/04ypd8a97", - "https://ror.org/02jb34965", - "https://ror.org/02pkedj80", - "https://ror.org/0312jvg82", - "https://ror.org/02f762h70", - "https://ror.org/05v14bq57", - "https://ror.org/04bgwn153", - "https://ror.org/03g5tqa50", - "https://ror.org/05evek152", - "https://ror.org/05vcng590", - "https://ror.org/01yvark48", - "https://ror.org/05ba43f71", - "https://ror.org/0042xzm63", - "https://ror.org/02nc0ck44", - "https://ror.org/05r7z1k40", - "https://ror.org/02apffz65", - "https://ror.org/0396y0w87", - "https://ror.org/01h7fye62", - "https://ror.org/022d75229", - "https://ror.org/04950b532", - "https://ror.org/04gsgxx86", - "https://ror.org/03fy33a80", - "https://ror.org/03cskqs60", - "https://ror.org/002shdh75", - "https://ror.org/024crf014", - "https://ror.org/02jwb0b65", - "https://ror.org/01pctw149", - "https://ror.org/02bypky31", - "https://ror.org/02v4wmf32", - "https://ror.org/05gxje444", - "https://ror.org/00p9by667", - "https://ror.org/00ndyev54", - "https://ror.org/02qy3wv98", - "https://ror.org/0235zh559", - "https://ror.org/038hf8q48", - "https://ror.org/014kxm163", - "https://ror.org/013ew2c19", - "https://ror.org/02x0wxr53", - "https://ror.org/03hmhdm29", - "https://ror.org/04b222d59", - "https://ror.org/02txa8h30", - "https://ror.org/04kfq3e26", - "https://ror.org/054y3ya26", - "https://ror.org/002pscq53", - "https://ror.org/01fmhrb91", - "https://ror.org/02891nv36", - "https://ror.org/02jb98t16", - "https://ror.org/0061q5f61", - "https://ror.org/00mmmy130", - "https://ror.org/00bdqav06", - "https://ror.org/052pywd95", - "https://ror.org/042r9xb17", - "https://ror.org/03vmn1898", - "https://ror.org/03crn0n59", - "https://ror.org/033tt8e33", - "https://ror.org/01jeee804", - "https://ror.org/00gd1f947", - "https://ror.org/012sz6c52", - "https://ror.org/02mnd0039", - "https://ror.org/03pmw0n81", - "https://ror.org/02bfn4816", - "https://ror.org/037bamf06", - "https://ror.org/01q70bz83", - "https://ror.org/02c23kc81", - "https://ror.org/02c23kc81", - "https://ror.org/02rcakp17", - "https://ror.org/02295tc31", - "https://ror.org/005sm0w71", - "https://ror.org/023sgdn25", - "https://ror.org/006p4kh13", - "https://ror.org/028paz341", - "https://ror.org/0042xzm63", - "https://ror.org/04kw44c30", - "https://ror.org/006ha1k08", - "https://ror.org/04p3r3e35", - "https://ror.org/0454wth52", - "https://ror.org/00ejqxs53", - "https://ror.org/040933v44", - "https://ror.org/00kct2d35", - "https://ror.org/00f7rb209", - "https://ror.org/01j6j9107", - "https://ror.org/03hmhdm29", - "https://ror.org/00bxr0z07", - "https://ror.org/03f4jbs89", - "https://ror.org/030ea6w47", - "https://ror.org/006ddyp05", - "https://ror.org/01232eg66", - "https://ror.org/04xgzv028" - ] - }, - "https://ror.org/00wevv562": { - "ancestors": [ - "https://ror.org/00w1baj53" - ], - "descendants": [ - - ] - }, - "https://ror.org/01450d509": { - "ancestors": [ - "https://ror.org/03qjge715" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jg3a168": { - "ancestors": [ - "https://ror.org/0423z3467", - "https://ror.org/03tb4gf50", - "https://ror.org/0067dvq63" - ], - "descendants": [ - - ] - }, - "https://ror.org/047td8p12": { - "ancestors": [ - "https://ror.org/04j14t006", - "https://ror.org/02xankh89", - "https://ror.org/043pwc612", - "https://ror.org/00nt41z93" - ], - "descendants": [ - - ] - }, - "https://ror.org/05jr56v21": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/0455v8x20", - "https://ror.org/03qbdej90" - ], - "descendants": [ - - ] - }, - "https://ror.org/048zn2n32": { - "ancestors": [ - "https://ror.org/03qjge715" - ], - "descendants": [ - - ] - }, - "https://ror.org/0425xqc10": { - "ancestors": [ - "https://ror.org/05r8dqr10" - ], - "descendants": [ - - ] - }, - "https://ror.org/057py8t43": { - "ancestors": [ - "https://ror.org/05v01mk25", - "https://ror.org/04danrt76", - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/029sr0q57": { - "ancestors": [ - "https://ror.org/02jv91m18" - ], - "descendants": [ - - ] - }, - "https://ror.org/013dngs07": { - "ancestors": [ - "https://ror.org/02cp04407", - "https://ror.org/02vjkv261", - "https://ror.org/01tc2d264" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v01mk25": { - "ancestors": [ - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/03c1c5b19", - "https://ror.org/057py8t43", - "https://ror.org/049an7s37" - ] - }, - "https://ror.org/03vjnqy43": { - "ancestors": [ - "https://ror.org/008d1xp69" - ], - "descendants": [ - - ] - }, - "https://ror.org/0455v8x20": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - "https://ror.org/02v87rg62", - "https://ror.org/05jr56v21" - ] - }, - "https://ror.org/01rnwnt93": { - "ancestors": [ - "https://ror.org/02wwzvj46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02388em19": { - "ancestors": [ - "https://ror.org/01zbnvs85" - ], - "descendants": [ - - ] - }, - "https://ror.org/014vz2d20": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/020xth197": { - "ancestors": [ - "https://ror.org/042dnf796" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c23kc81": { - "ancestors": [ - "https://ror.org/02z5nhe81", - "https://ror.org/02kgve346", - "https://ror.org/052pywd95", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/033gfj842": { - "ancestors": [ - "https://ror.org/0425pg203" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nsf1h45": { - "ancestors": [ - "https://ror.org/025vp2923" - ], - "descendants": [ - "https://ror.org/04d5x5x34" - ] - }, - "https://ror.org/052zr0n46": { - "ancestors": [ - "https://ror.org/03d04qg82", - "https://ror.org/0507etz14" - ], - "descendants": [ - - ] - }, - "https://ror.org/021nszj63": { - "ancestors": [ - "https://ror.org/04zvb9t44" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c53qb74": { - "ancestors": [ - "https://ror.org/02b207r52" - ], - "descendants": [ - - ] - }, - "https://ror.org/049an7s37": { - "ancestors": [ - "https://ror.org/05v01mk25", - "https://ror.org/04danrt76", - "https://ror.org/05p847d66", - "https://ror.org/021nxhr62", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/049761w59": { - "ancestors": [ - "https://ror.org/05ty9g711" - ], - "descendants": [ - - ] - }, - "https://ror.org/019hjw009": { - "ancestors": [ - "https://ror.org/05hkkdn48" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zk46w34": { - "ancestors": [ - "https://ror.org/03hj50651" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y7bzk92": { - "ancestors": [ - "https://ror.org/05t43vz03", - "https://ror.org/05qrfxd25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04vssaz54": { - "ancestors": [ - "https://ror.org/00njsd438", - "https://ror.org/02e9yx751" - ], - "descendants": [ - - ] - }, - "https://ror.org/02zc6c986": { - "ancestors": [ - "https://ror.org/015803449" - ], - "descendants": [ - - ] - }, - "https://ror.org/00pdd0432": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/030bahv93", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63", - "https://ror.org/02feahw73", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/0001j6c19": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cqd2v24": { - "ancestors": [ - "https://ror.org/05fp08r12" - ], - "descendants": [ - "https://ror.org/018wfhg78", - "https://ror.org/05m5t2b63" - ] - }, - "https://ror.org/03wvvht30": { - "ancestors": [ - "https://ror.org/001040111" - ], - "descendants": [ - - ] - }, - "https://ror.org/03mfyme49": { - "ancestors": [ - "https://ror.org/01bkbaq61" - ], - "descendants": [ - - ] - }, - "https://ror.org/04w94d148": { - "ancestors": [ - "https://ror.org/02jmfj006" - ], - "descendants": [ - - ] - }, - "https://ror.org/02catss52": { - "ancestors": [ - "https://ror.org/03mstc592" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zhrg102": { - "ancestors": [ - "https://ror.org/02jrgcx64" - ], - "descendants": [ - - ] - }, - "https://ror.org/049t65d67": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/00jpq0w62", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rrcem69": { - "ancestors": [ - "https://ror.org/00pjdza24" - ], - "descendants": [ - "https://ror.org/00fyrp007", - "https://ror.org/00xcmeq33" - ] - }, - "https://ror.org/052pywd95": { - "ancestors": [ - "https://ror.org/02kgve346", - "https://ror.org/02z5nhe81", - "https://ror.org/02z5nhe81", - "https://ror.org/04chq2495", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02c23kc81" - ] - }, - "https://ror.org/01x9a3s25": { - "ancestors": [ - "https://ror.org/00kj4ev13" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nzphv03": { - "ancestors": [ - "https://ror.org/03rmrcq20" - ], - "descendants": [ - - ] - }, - "https://ror.org/01a5y6f48": { - "ancestors": [ - "https://ror.org/0327sr118", - "https://ror.org/01n6r0e97" - ], - "descendants": [ - - ] - }, - "https://ror.org/042k5q325": { - "ancestors": [ - "https://ror.org/03csrq586" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tkfw097": { - "ancestors": [ - "https://ror.org/044wq1q96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c2b8r84": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t7nr346": { - "ancestors": [ - "https://ror.org/026ksq202" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xar8d89": { - "ancestors": [ - "https://ror.org/0002pcv65", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k42s837": { - "ancestors": [ - "https://ror.org/02rg1r889" - ], - "descendants": [ - - ] - }, - "https://ror.org/00frst980": { - "ancestors": [ - "https://ror.org/03bd8jh67", - "https://ror.org/05p83my93", - "https://ror.org/03rmrcq20" - ], - "descendants": [ - - ] - }, - "https://ror.org/05g47k202": { - "ancestors": [ - "https://ror.org/00mv6sv71" - ], - "descendants": [ - - ] - }, - "https://ror.org/01e85r662": { - "ancestors": [ - "https://ror.org/042nb2s44" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cbgsf04": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pkr3e32": { - "ancestors": [ - "https://ror.org/04dqx5p57" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ckrg061": { - "ancestors": [ - "https://ror.org/03rmrcq20" - ], - "descendants": [ - - ] - }, - "https://ror.org/003vcnv80": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/0081fs513", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/04570b518": { - "ancestors": [ - "https://ror.org/015z29x25", - "https://ror.org/006kxhp52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ehe8t08": { - "ancestors": [ - "https://ror.org/05q8kyc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/04d5x5x34": { - "ancestors": [ - "https://ror.org/00e96v939", - "https://ror.org/00nsf1h45", - "https://ror.org/03xjwb503", - "https://ror.org/025vp2923" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t6gpm70": { - "ancestors": [ - "https://ror.org/05q8kyc69" - ], - "descendants": [ - - ] - }, - "https://ror.org/01evjjx71": { - "ancestors": [ - "https://ror.org/04vfs2w97" - ], - "descendants": [ - - ] - }, - "https://ror.org/04k7cvz88": { - "ancestors": [ - "https://ror.org/04tj63d06", - "https://ror.org/0566a8c54" - ], - "descendants": [ - - ] - }, - "https://ror.org/046c1g807": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/023vkeb66": { - "ancestors": [ - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/008h1f725", - "https://ror.org/03hp7bq97", - "https://ror.org/02b5vq778" - ] - }, - "https://ror.org/03e0fmc37": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/04ykpca33" - ], - "descendants": [ - - ] - }, - "https://ror.org/03h7g7t47": { - "ancestors": [ - "https://ror.org/05ejpqr48" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wgfew19": { - "ancestors": [ - "https://ror.org/012e1xn46", - "https://ror.org/0315e5x55", - "https://ror.org/026839t73", - "https://ror.org/02kvxyf05", - "https://ror.org/050jcm728", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/035fwjk44": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0144fat78": { - "ancestors": [ - "https://ror.org/03r8z3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/026839t73": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - "https://ror.org/05xtj5718", - "https://ror.org/016sv6m22", - "https://ror.org/04fvec703", - "https://ror.org/038tm0s98", - "https://ror.org/05b2jnz57", - "https://ror.org/007h9pt55", - "https://ror.org/05nyav747", - "https://ror.org/01vxs7536", - "https://ror.org/003m5dy43", - "https://ror.org/054a4nn03", - "https://ror.org/03jqma326", - "https://ror.org/04pkmtd21", - "https://ror.org/025n6m978", - "https://ror.org/04wgfew19", - "https://ror.org/02e6ym289", - "https://ror.org/03gvm2667" - ] - }, - "https://ror.org/05sk9zb20": { - "ancestors": [ - "https://ror.org/04eej9726", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05naveh50": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v2df654": { - "ancestors": [ - "https://ror.org/00cfy0294" - ], - "descendants": [ - - ] - }, - "https://ror.org/034kszc22": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02vnf0c38", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/04vfs2w97", - "https://ror.org/019tcpt25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/04zja0e38": { - "ancestors": [ - "https://ror.org/04eej9726", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/019txxw85": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wxsga24": { - "ancestors": [ - "https://ror.org/02y9nww90" - ], - "descendants": [ - - ] - }, - "https://ror.org/00cwrns71": { - "ancestors": [ - "https://ror.org/000kjq947" - ], - "descendants": [ - "https://ror.org/02xqs5h32", - "https://ror.org/00a14tf81", - "https://ror.org/04a39s417", - "https://ror.org/0491y3t26", - "https://ror.org/002dyaa55" - ] - }, - "https://ror.org/00vk6my81": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02vnf0c38", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/04vfs2w97", - "https://ror.org/019tcpt25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kxt4539": { - "ancestors": [ - "https://ror.org/05q3vnk25", - "https://ror.org/01q76b368", - "https://ror.org/005ypkf75", - "https://ror.org/044jxhp58", - "https://ror.org/02jrgcx64", - "https://ror.org/00dfd1509", - "https://ror.org/03sjk9a61", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fw3g688": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/050vhfh57": { - "ancestors": [ - "https://ror.org/05pbb8783" - ], - "descendants": [ - - ] - }, - "https://ror.org/005wyj849": { - "ancestors": [ - "https://ror.org/05m1y4204" - ], - "descendants": [ - - ] - }, - "https://ror.org/059213d70": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/040753f36", - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/042f4ww95": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/044843a98": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/04ykpca33" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e7ec781": { - "ancestors": [ - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/024q3f615" - ] - }, - "https://ror.org/02dg7ky20": { - "ancestors": [ - "https://ror.org/05pbb8783" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ghpfq38": { - "ancestors": [ - "https://ror.org/02setav13" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xkg0532": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/016vzeb02": { - "ancestors": [ - "https://ror.org/01a8ajp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zzgef46": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xqz5k24": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m3czb09": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/040753f36", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dd4fz34": { - "ancestors": [ - "https://ror.org/024d6js02", - "https://ror.org/040t43x18", - "https://ror.org/01912nj27", - "https://ror.org/03tybc759", - "https://ror.org/01hyg6578", - "https://ror.org/028sgmw18", - "https://ror.org/03nvfe914", - "https://ror.org/02j46qs45", - "https://ror.org/03f239z63", - "https://ror.org/03cykd395", - "https://ror.org/051316d77", - "https://ror.org/00qd5p471", - "https://ror.org/038agj363", - "https://ror.org/0437w5765", - "https://ror.org/04phre941", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/0483s2h18": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z4sqq49": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/00n8d6z93", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/018m9h666": { - "ancestors": [ - "https://ror.org/02jrgcx64" - ], - "descendants": [ - - ] - }, - "https://ror.org/052d1cv78": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/00rydyx93", - "https://ror.org/01a8ajp46", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ef91678": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - "https://ror.org/019w82839", - "https://ror.org/02vbhxm52", - "https://ror.org/03d07zf92", - "https://ror.org/0152dat82" - ] - }, - "https://ror.org/03v581z64": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/00jjx8s55", - "https://ror.org/01s29vd38", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/0315e5x55": { - "ancestors": [ - "https://ror.org/02kvxyf05" - ], - "descendants": [ - "https://ror.org/026839t73", - "https://ror.org/040753f36", - "https://ror.org/059213d70", - "https://ror.org/01z2f0n71", - "https://ror.org/0305gxg06", - "https://ror.org/030627c87", - "https://ror.org/037zfay27", - "https://ror.org/00jy6y646", - "https://ror.org/00dfknt61", - "https://ror.org/02yyddy74", - "https://ror.org/02akzv132", - "https://ror.org/031y5kf09", - "https://ror.org/028m5h544", - "https://ror.org/05d35hp70", - "https://ror.org/03m3czb09", - "https://ror.org/042s1r231", - "https://ror.org/00tpxnv37", - "https://ror.org/05xtj5718", - "https://ror.org/016sv6m22", - "https://ror.org/04fvec703", - "https://ror.org/038tm0s98", - "https://ror.org/05b2jnz57", - "https://ror.org/007h9pt55", - "https://ror.org/05nyav747", - "https://ror.org/01vxs7536", - "https://ror.org/003m5dy43", - "https://ror.org/054a4nn03", - "https://ror.org/03jqma326", - "https://ror.org/04pkmtd21", - "https://ror.org/025n6m978", - "https://ror.org/04wgfew19", - "https://ror.org/02e6ym289", - "https://ror.org/030zn8d06", - "https://ror.org/02fh7gz32", - "https://ror.org/0406xq039", - "https://ror.org/0483s2h18", - "https://ror.org/01z0e7y08", - "https://ror.org/00xv6bg25", - "https://ror.org/039v8sa14", - "https://ror.org/03gvm2667", - "https://ror.org/014atn455", - "https://ror.org/05xtj5718", - "https://ror.org/016sv6m22", - "https://ror.org/04fvec703", - "https://ror.org/038tm0s98", - "https://ror.org/05b2jnz57", - "https://ror.org/007h9pt55", - "https://ror.org/05nyav747", - "https://ror.org/01vxs7536", - "https://ror.org/003m5dy43", - "https://ror.org/054a4nn03", - "https://ror.org/03jqma326", - "https://ror.org/04pkmtd21", - "https://ror.org/025n6m978", - "https://ror.org/04wgfew19", - "https://ror.org/02e6ym289", - "https://ror.org/03gvm2667", - "https://ror.org/059213d70", - "https://ror.org/01z2f0n71", - "https://ror.org/0305gxg06", - "https://ror.org/030627c87", - "https://ror.org/037zfay27", - "https://ror.org/00jy6y646", - "https://ror.org/00dfknt61", - "https://ror.org/02yyddy74", - "https://ror.org/02akzv132", - "https://ror.org/031y5kf09", - "https://ror.org/028m5h544", - "https://ror.org/05d35hp70", - "https://ror.org/03m3czb09", - "https://ror.org/042s1r231", - "https://ror.org/00tpxnv37", - "https://ror.org/014atn455" - ] - }, - "https://ror.org/05eyd5d35": { - "ancestors": [ - "https://ror.org/02kvxyf05" - ], - "descendants": [ - "https://ror.org/03cjm2544", - "https://ror.org/04dpcfm57", - "https://ror.org/051dcvw72", - "https://ror.org/02wpx0e31", - "https://ror.org/05fg1yv24", - "https://ror.org/04t1xhf26", - "https://ror.org/04e2h0037", - "https://ror.org/05rnwy495", - "https://ror.org/01nryz461", - "https://ror.org/00e5h1370", - "https://ror.org/033f87p02", - "https://ror.org/02jpms184", - "https://ror.org/00rzkah64", - "https://ror.org/05pp95825", - "https://ror.org/04881ht90", - "https://ror.org/013c4e161", - "https://ror.org/024tnzs33", - "https://ror.org/01qemch77", - "https://ror.org/055gkws08", - "https://ror.org/02jkb9r34", - "https://ror.org/03ppjg142", - "https://ror.org/05a6hqa33", - "https://ror.org/02wakmj41", - "https://ror.org/04zpj8n12", - "https://ror.org/04c96ng72", - "https://ror.org/00xn8xq53", - "https://ror.org/02njc8q57", - "https://ror.org/0485z7y90", - "https://ror.org/05089qr23", - "https://ror.org/02tnfe688", - "https://ror.org/05pv6tc14", - "https://ror.org/016z8nq35", - "https://ror.org/00my0j309", - "https://ror.org/01tnxwc41", - "https://ror.org/04dpcfm57", - "https://ror.org/051dcvw72", - "https://ror.org/02wpx0e31", - "https://ror.org/05fg1yv24", - "https://ror.org/04t1xhf26", - "https://ror.org/04e2h0037" - ] - }, - "https://ror.org/01fftxe08": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y0qz640": { - "ancestors": [ - "https://ror.org/02wwzvj46" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n2qjy25": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03856b930": { - "ancestors": [ - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04akdr244": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/00jjx8s55", - "https://ror.org/016pnwd02", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nmjep87": { - "ancestors": [ - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fdrg150": { - "ancestors": [ - "https://ror.org/04jw21793" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gz4y884": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/01a8ajp46", - "https://ror.org/01bch8q67", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kxjkv05": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qacnn14": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fvec703": { - "ancestors": [ - "https://ror.org/012e1xn46", - "https://ror.org/0315e5x55", - "https://ror.org/026839t73", - "https://ror.org/02kvxyf05", - "https://ror.org/050jcm728", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c6e6w24": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xc55v17": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/00rydyx93", - "https://ror.org/00e96v939", - "https://ror.org/02feahw73", - "https://ror.org/01yvj5k91", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/00w25wb51": { - "ancestors": [ - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y9vv765": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0331z0d02": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n9yr226": { - "ancestors": [ - "https://ror.org/02wwzvj46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02m9pkf41": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02vnf0c38", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/04vfs2w97", - "https://ror.org/019tcpt25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/019w82839": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/00jjx8s55", - "https://ror.org/04ef91678" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nyav747": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/026839t73", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jqma326": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/026839t73", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/0305gxg06": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/00gdtta79", - "https://ror.org/040753f36", - "https://ror.org/02kvxyf05", - "https://ror.org/00hx6zz33", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/0133xxx15": { - "ancestors": [ - "https://ror.org/05pbb8783" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nf46858": { - "ancestors": [ - "https://ror.org/01a8ajp46", - "https://ror.org/02141gz69" - ], - "descendants": [ - - ] - }, - "https://ror.org/0159yvt51": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yvemy54": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/01c7wz417" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mv3qy73": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02vnf0c38", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/04vfs2w97", - "https://ror.org/019tcpt25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/035xy2s54": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/05k705z76", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03w9t3v76": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02vnf0c38", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/04vfs2w97", - "https://ror.org/019tcpt25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h3s9v09": { - "ancestors": [ - "https://ror.org/05pbb8783" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gwakv46": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/038mncb54": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0394www40": { - "ancestors": [ - "https://ror.org/01a8ajp46", - "https://ror.org/04dw8vw47" - ], - "descendants": [ - - ] - }, - "https://ror.org/02916qm60": { - "ancestors": [ - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/0568dpm54", - "https://ror.org/00ta5r839", - "https://ror.org/00v8p7w89", - "https://ror.org/05335sh79", - "https://ror.org/0006s4z66", - "https://ror.org/032jvkt14", - "https://ror.org/04sqfaq74" - ] - }, - "https://ror.org/04t7c7a05": { - "ancestors": [ - "https://ror.org/00s2qq515" - ], - "descendants": [ - - ] - }, - "https://ror.org/010h8d806": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/0286qer95": { - "ancestors": [ - "https://ror.org/04nfjn472", - "https://ror.org/05pq4yn02", - "https://ror.org/050dkka69", - "https://ror.org/024d6js02", - "https://ror.org/03kqpb082", - "https://ror.org/00wzqmx94", - "https://ror.org/02p1jz666", - "https://ror.org/045syc608", - "https://ror.org/02j46qs45", - "https://ror.org/04qxnmv42", - "https://ror.org/049bjee35", - "https://ror.org/05ggn0a85", - "https://ror.org/033n3pw66", - "https://ror.org/040t43x18", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bkj6835": { - "ancestors": [ - "https://ror.org/036f4sz05" - ], - "descendants": [ - - ] - }, - "https://ror.org/059wd2y60": { - "ancestors": [ - "https://ror.org/01a8ajp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ygx5k49": { - "ancestors": [ - "https://ror.org/05pbb8783" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d35hp70": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/040753f36", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/0406xq039": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00077hj81": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0119axx58": { - "ancestors": [ - "https://ror.org/02wwzvj46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02jnv7t64": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v519z54": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/046s64z12": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/00jjx8s55", - "https://ror.org/003vg9w96", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00az7j379": { - "ancestors": [ - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503", - "https://ror.org/00jjx8s55", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02whst089": { - "ancestors": [ - "https://ror.org/0168r3w48", - "https://ror.org/00cvxb145", - "https://ror.org/01an7q238", - "https://ror.org/01v6d0b34", - "https://ror.org/00pjdza24", - "https://ror.org/00pjdza24", - "https://ror.org/021nxhr62", - "https://ror.org/05x2bcf33", - "https://ror.org/02ttsq026", - "https://ror.org/047426m28", - "https://ror.org/01y64my43", - "https://ror.org/02rcrvv70", - "https://ror.org/00jc20583", - "https://ror.org/05e94g991", - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/007w39b04": { - "ancestors": [ - "https://ror.org/04fw54a43" - ], - "descendants": [ - - ] - }, - "https://ror.org/04czapd40": { - "ancestors": [ - "https://ror.org/05pbb8783", - "https://ror.org/03am2jy38" - ], - "descendants": [ - - ] - }, - "https://ror.org/0576vz251": { - "ancestors": [ - "https://ror.org/02wwzvj46" - ], - "descendants": [ - - ] - }, - "https://ror.org/007k1sp19": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gamk045": { - "ancestors": [ - "https://ror.org/04040yw90", - "https://ror.org/02snf8m58", - "https://ror.org/02kvxyf05", - "https://ror.org/02t220m45", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/03gnr7b55", - "https://ror.org/03nh7d505", - "https://ror.org/02feahw73", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73", - "https://ror.org/025vp2923" - ], - "descendants": [ - - ] - }, - "https://ror.org/05xfe3w07": { - "ancestors": [ - "https://ror.org/01v1jam04" - ], - "descendants": [ - - ] - }, - "https://ror.org/04abbt041": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xcapc45": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d5w9863": { - "ancestors": [ - "https://ror.org/033p9g875", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - "https://ror.org/03v2c3v44", - "https://ror.org/047z5as19", - "https://ror.org/04gg6ne93", - "https://ror.org/01sjmsj73", - "https://ror.org/003jnac13", - "https://ror.org/04wa4se75" - ] - }, - "https://ror.org/0168r3w48": { - "ancestors": [ - "https://ror.org/00pjdza24" - ], - "descendants": [ - "https://ror.org/02yn1nr06", - "https://ror.org/05ffhwq07", - "https://ror.org/04mg3nk07", - "https://ror.org/04v7hvq31", - "https://ror.org/00t7axd27", - "https://ror.org/04b57z061", - "https://ror.org/02whst089", - "https://ror.org/01m10e879", - "https://ror.org/010dcp921", - "https://ror.org/04c3j6v84" - ] - }, - "https://ror.org/02vbhxm52": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/00jjx8s55", - "https://ror.org/04ef91678" - ], - "descendants": [ - - ] - }, - "https://ror.org/01g4zf651": { - "ancestors": [ - "https://ror.org/057qpr032", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01svd5660": { - "ancestors": [ - "https://ror.org/04qw24q55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c9pnr51": { - "ancestors": [ - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01an7q238": { - "ancestors": [ - "https://ror.org/00pjdza24" - ], - "descendants": [ - "https://ror.org/03djjyk45", - "https://ror.org/04sk0et52", - "https://ror.org/01r4tcq81", - "https://ror.org/03rafms67", - "https://ror.org/02hhwwz98", - "https://ror.org/00knt4f32", - "https://ror.org/04n1n3n22", - "https://ror.org/02cq2e244", - "https://ror.org/048400679", - "https://ror.org/01rq3ht76", - "https://ror.org/02whst089" - ] - }, - "https://ror.org/02ya78342": { - "ancestors": [ - "https://ror.org/01xtthb56" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m2x1q45": { - "ancestors": [ - "https://ror.org/0054f1w39" - ], - "descendants": [ - "https://ror.org/054zw2979", - "https://ror.org/053sq3902", - "https://ror.org/023drta67", - "https://ror.org/02drhvq25" - ] - }, - "https://ror.org/044zqqy65": { - "ancestors": [ - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/04rw5yk74", - "https://ror.org/00vpxf870", - "https://ror.org/02pbyft41", - "https://ror.org/04cbgjc24", - "https://ror.org/0411d8q28", - "https://ror.org/05f685734", - "https://ror.org/0445j8v47", - "https://ror.org/0095bgs14", - "https://ror.org/05jnvkm15", - "https://ror.org/04hh72v06", - "https://ror.org/04cq7sd97", - "https://ror.org/00fc2ss05", - "https://ror.org/02xyazb71", - "https://ror.org/046tzsh56", - "https://ror.org/04xfvq521", - "https://ror.org/012j2vh13", - "https://ror.org/013095052", - "https://ror.org/055zfvr13", - "https://ror.org/03cf6vz60", - "https://ror.org/00c2b8r84", - "https://ror.org/037zfpn66" - ] - }, - "https://ror.org/01s29vd38": { - "ancestors": [ - "https://ror.org/01yvj5k91", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - "https://ror.org/004yvsb77", - "https://ror.org/012bkhy33", - "https://ror.org/03v581z64" - ] - }, - "https://ror.org/00rttk466": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gvm2667": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/02feahw73", - "https://ror.org/046gd5814", - "https://ror.org/0315e5x55", - "https://ror.org/026839t73", - "https://ror.org/02feahw73", - "https://ror.org/0309cs235", - "https://ror.org/02kvxyf05", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/02t274463": { - "ancestors": [ - "https://ror.org/00pjdza24" - ], - "descendants": [ - "https://ror.org/00q7fqf35", - "https://ror.org/0146z4r19", - "https://ror.org/017vyhs10", - "https://ror.org/05hnkta08", - "https://ror.org/04kz4p343", - "https://ror.org/02yt0vw44", - "https://ror.org/03d5jvw89" - ] - }, - "https://ror.org/015b80x98": { - "ancestors": [ - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/022gakr41": { - "ancestors": [ - "https://ror.org/02kvxyf05" - ], - "descendants": [ - "https://ror.org/02s3zbq77", - "https://ror.org/02b3vs478", - "https://ror.org/04z4sqq49", - "https://ror.org/016w2y923", - "https://ror.org/0233qcv12", - "https://ror.org/02ejmm326", - "https://ror.org/0571jty83", - "https://ror.org/0241sry50", - "https://ror.org/035k61372", - "https://ror.org/03fm6kj16", - "https://ror.org/02gqj2v09", - "https://ror.org/05vaf4569", - "https://ror.org/010h8d806", - "https://ror.org/0282csf50", - "https://ror.org/03k192506", - "https://ror.org/022pm4x73", - "https://ror.org/00xaax174", - "https://ror.org/00fk7fp57", - "https://ror.org/01cka1x81", - "https://ror.org/019txxw85" - ] - }, - "https://ror.org/0421ngv68": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01atqpz53": { - "ancestors": [ - "https://ror.org/01ph39d13", - "https://ror.org/0175hh227", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/003cnsp62": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/04ykpca33" - ], - "descendants": [ - - ] - }, - "https://ror.org/01me4zv93": { - "ancestors": [ - "https://ror.org/02wwzvj46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02f5j5k52": { - "ancestors": [ - "https://ror.org/00kj4ev13" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hxn0m30": { - "ancestors": [ - "https://ror.org/04eej9726", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ey66512": { - "ancestors": [ - "https://ror.org/02jrgcx64" - ], - "descendants": [ - - ] - }, - "https://ror.org/01526pb12": { - "ancestors": [ - "https://ror.org/04jw21793" - ], - "descendants": [ - - ] - }, - "https://ror.org/0109gxs86": { - "ancestors": [ - "https://ror.org/02wwzvj46" - ], - "descendants": [ - - ] - }, - "https://ror.org/041hae580": { - "ancestors": [ - "https://ror.org/0149cpy58" - ], - "descendants": [ - - ] - }, - "https://ror.org/056z2b508": { - "ancestors": [ - "https://ror.org/008axfh28" - ], - "descendants": [ - - ] - }, - "https://ror.org/012bkhy33": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/00jjx8s55", - "https://ror.org/01s29vd38", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/005ksrc76": { - "ancestors": [ - "https://ror.org/057qpr032" - ], - "descendants": [ - - ] - }, - "https://ror.org/0081d5r66": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/051npad76": { - "ancestors": [ - "https://ror.org/04zaypm56" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mf47c71": { - "ancestors": [ - "https://ror.org/00p991c53" - ], - "descendants": [ - - ] - }, - "https://ror.org/002dyaa55": { - "ancestors": [ - "https://ror.org/00cwrns71", - "https://ror.org/000kjq947" - ], - "descendants": [ - - ] - }, - "https://ror.org/00my0j309": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02vjkv261", - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/040cxgs87": { - "ancestors": [ - "https://ror.org/05rhak080" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bcn3f20": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02vjkv261", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gygcg63": { - "ancestors": [ - "https://ror.org/02rrh1r89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01bch8q67": { - "ancestors": [ - "https://ror.org/04kdfz702", - "https://ror.org/01a8ajp46", - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/03gz4y884", - "https://ror.org/02vnq7240" - ] - }, - "https://ror.org/01m10e879": { - "ancestors": [ - "https://ror.org/04mg3nk07", - "https://ror.org/04danrt76", - "https://ror.org/03efmqc40", - "https://ror.org/0168r3w48", - "https://ror.org/0054f1w39", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/03tjcj052": { - "ancestors": [ - "https://ror.org/02kvxyf05" - ], - "descendants": [ - "https://ror.org/03pfm1t26", - "https://ror.org/00c174c31", - "https://ror.org/03e9yxc42", - "https://ror.org/04m5zyp18", - "https://ror.org/034j91g93", - "https://ror.org/05qacnn14", - "https://ror.org/04gy3ks39", - "https://ror.org/02kxjkv05", - "https://ror.org/026t7px13", - "https://ror.org/046c1g807", - "https://ror.org/05k49tq53", - "https://ror.org/04af4y522", - "https://ror.org/05v519z54", - "https://ror.org/046fmsw47", - "https://ror.org/04tb95541", - "https://ror.org/04881e359", - "https://ror.org/00zzgef46", - "https://ror.org/01zpdyq44", - "https://ror.org/001vjcf44", - "https://ror.org/039zcz976", - "https://ror.org/02pkbtk91" - ] - }, - "https://ror.org/00wf3sn74": { - "ancestors": [ - "https://ror.org/04jw21793" - ], - "descendants": [ - - ] - }, - "https://ror.org/024q3f615": { - "ancestors": [ - "https://ror.org/00e7ec781", - "https://ror.org/01na82s61", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/02akzv132": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/040753f36", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05a0dhs15": { - "ancestors": [ - "https://ror.org/013cjyk83" - ], - "descendants": [ - "https://ror.org/05nsvn336", - "https://ror.org/01paa1e42", - "https://ror.org/04bg5j190", - "https://ror.org/05j6qf006", - "https://ror.org/03k9z2963", - "https://ror.org/05y6rqs46", - "https://ror.org/01qfab443", - "https://ror.org/04795e365", - "https://ror.org/03mxktp47", - "https://ror.org/00x1d4q78", - "https://ror.org/02nnpw434", - "https://ror.org/01h14ww21", - "https://ror.org/05vg9cw43", - "https://ror.org/000ehr937", - "https://ror.org/05fvhm231", - "https://ror.org/030za3c40", - "https://ror.org/03ms1y683", - "https://ror.org/04f9rh541", - "https://ror.org/00ca65425", - "https://ror.org/03vtagt31", - "https://ror.org/01e8w0016", - "https://ror.org/04ved1v49", - "https://ror.org/03j7mz841", - "https://ror.org/04v668f18", - "https://ror.org/02fcsjn79", - "https://ror.org/01w1erp60", - "https://ror.org/04fgntk96", - "https://ror.org/01r19bq53", - "https://ror.org/02zgjrf98", - "https://ror.org/04ef65y11", - "https://ror.org/01qtp1053", - "https://ror.org/05ebxsr90", - "https://ror.org/03a26mh11", - "https://ror.org/059z28h12" - ] - }, - "https://ror.org/05w1kdn42": { - "ancestors": [ - "https://ror.org/03cdgfs84", - "https://ror.org/03zcpvf19" - ], - "descendants": [ - - ] - }, - "https://ror.org/02xc7ww16": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02vnf0c38", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/04vfs2w97", - "https://ror.org/019tcpt25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/00y7vs922": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04z5j4a93": { - "ancestors": [ - "https://ror.org/04eej9726", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/0005fxe59": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02vnf0c38", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/04vfs2w97", - "https://ror.org/019tcpt25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n8d6z93": { - "ancestors": [ - "https://ror.org/02kvxyf05" - ], - "descendants": [ - "https://ror.org/02s3zbq77", - "https://ror.org/02b3vs478", - "https://ror.org/04z4sqq49", - "https://ror.org/013f2p073", - "https://ror.org/00wvtes77", - "https://ror.org/04x550321", - "https://ror.org/03v4jvx71", - "https://ror.org/01nc10f70", - "https://ror.org/02s3b7375", - "https://ror.org/05hq7wc19", - "https://ror.org/032j1fw45", - "https://ror.org/03ctyg534", - "https://ror.org/02j7awn61", - "https://ror.org/02zws8w42", - "https://ror.org/02a2awp29", - "https://ror.org/056hxch81", - "https://ror.org/045ff8v85", - "https://ror.org/02t6zvp46", - "https://ror.org/01pgzvb06", - "https://ror.org/02cksep19", - "https://ror.org/01zn4dj88", - "https://ror.org/0381pta47", - "https://ror.org/056th3f83", - "https://ror.org/024cwyh09" - ] - }, - "https://ror.org/016pnwd02": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - "https://ror.org/00a8cnz80", - "https://ror.org/04akdr244" - ] - }, - "https://ror.org/03g8e5x44": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/00z75hn32": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/04ykpca33" - ], - "descendants": [ - - ] - }, - "https://ror.org/025fw7a54": { - "ancestors": [ - "https://ror.org/04jw21793" - ], - "descendants": [ - - ] - }, - "https://ror.org/04y9y5354": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/04ykpca33" - ], - "descendants": [ - - ] - }, - "https://ror.org/045gmmg53": { - "ancestors": [ - "https://ror.org/04jw21793" - ], - "descendants": [ - - ] - }, - "https://ror.org/0440j7g03": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02vnf0c38", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/04vfs2w97", - "https://ror.org/019tcpt25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/02744fy59": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k705z76": { - "ancestors": [ - "https://ror.org/01yvj5k91", - "https://ror.org/00jjx8s55", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - "https://ror.org/05e5ch838", - "https://ror.org/0266cgx57", - "https://ror.org/035xy2s54", - "https://ror.org/00ern2s92", - "https://ror.org/05q5cyp41", - "https://ror.org/03yz9dq27" - ] - }, - "https://ror.org/04ge2hn26": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/02vjkv261", - "https://ror.org/00jjx8s55", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04xnkqg56": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h6jac11": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mg48a35": { - "ancestors": [ - "https://ror.org/037y7xs42" - ], - "descendants": [ - - ] - }, - "https://ror.org/05mdm7050": { - "ancestors": [ - "https://ror.org/03ydkyb10" - ], - "descendants": [ - "https://ror.org/02kj3rm24" - ] - }, - "https://ror.org/01yvm5309": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/035vnpg93": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sd5r855": { - "ancestors": [ - "https://ror.org/050jcm728", - "https://ror.org/01a8ajp46", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n51g238": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/026839t73", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/0152dat82": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/00jjx8s55", - "https://ror.org/04ef91678" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bjjq434": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/04ykpca33" - ], - "descendants": [ - - ] - }, - "https://ror.org/022d5qt08": { - "ancestors": [ - "https://ror.org/04jw21793" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d07zf92": { - "ancestors": [ - "https://ror.org/03xjwb503", - "https://ror.org/00jjx8s55", - "https://ror.org/04ef91678" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v3j0m29": { - "ancestors": [ - "https://ror.org/05pbb8783" - ], - "descendants": [ - - ] - }, - "https://ror.org/00k1pqk92": { - "ancestors": [ - "https://ror.org/011wymc20" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d0rdy88": { - "ancestors": [ - "https://ror.org/01a8ajp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/02drhvq25": { - "ancestors": [ - "https://ror.org/03m2x1q45", - "https://ror.org/0054f1w39" - ], - "descendants": [ - - ] - }, - "https://ror.org/019yhsq25": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02vnf0c38", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/04vfs2w97", - "https://ror.org/019tcpt25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/00c174c31": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03gq8fr08": { - "ancestors": [ - "https://ror.org/057g20z61", - "https://ror.org/001aqnf71" - ], - "descendants": [ - - ] - }, - "https://ror.org/02pkbtk91": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05v2cwj11": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sgy3p75": { - "ancestors": [ - "https://ror.org/02setav13" - ], - "descendants": [ - - ] - }, - "https://ror.org/03pfm1t26": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/0233qcv12": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/028jaxr51": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/03n4whq22": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03bj6gc92": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03dkzb165": { - "ancestors": [ - "https://ror.org/03r8z3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bjvdf85": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04241wz75": { - "ancestors": [ - "https://ror.org/03rmrcq20" - ], - "descendants": [ - - ] - }, - "https://ror.org/0530j9m17": { - "ancestors": [ - "https://ror.org/02vjkv261" - ], - "descendants": [ - "https://ror.org/04z4fen17", - "https://ror.org/01273vs09", - "https://ror.org/059eam965", - "https://ror.org/02hmsgf06", - "https://ror.org/00n1qg914", - "https://ror.org/02q7f3j18", - "https://ror.org/028m9sy08", - "https://ror.org/040zr6b15", - "https://ror.org/031xg0236" - ] - }, - "https://ror.org/001kjn539": { - "ancestors": [ - "https://ror.org/012nkbb42" - ], - "descendants": [ - - ] - }, - "https://ror.org/0105ejf19": { - "ancestors": [ - "https://ror.org/05pbb8783" - ], - "descendants": [ - - ] - }, - "https://ror.org/040753f36": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - "https://ror.org/059213d70", - "https://ror.org/01z2f0n71", - "https://ror.org/0305gxg06", - "https://ror.org/030627c87", - "https://ror.org/037zfay27", - "https://ror.org/00jy6y646", - "https://ror.org/00dfknt61", - "https://ror.org/02yyddy74", - "https://ror.org/02akzv132", - "https://ror.org/031y5kf09", - "https://ror.org/028m5h544", - "https://ror.org/05d35hp70", - "https://ror.org/03m3czb09", - "https://ror.org/042s1r231", - "https://ror.org/00tpxnv37", - "https://ror.org/014atn455" - ] - }, - "https://ror.org/025n6m978": { - "ancestors": [ - "https://ror.org/012e1xn46", - "https://ror.org/0315e5x55", - "https://ror.org/026839t73", - "https://ror.org/02kvxyf05", - "https://ror.org/050jcm728", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/048c8c312": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02vnf0c38", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/04vfs2w97", - "https://ror.org/019tcpt25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/05y7vpk19": { - "ancestors": [ - "https://ror.org/02jrgcx64" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jy6y646": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/00rd81916", - "https://ror.org/040753f36", - "https://ror.org/02kvxyf05", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j1f8t74": { - "ancestors": [ - "https://ror.org/0561n6946" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c9cqe66": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/040f08y74": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mgd1d10": { - "ancestors": [ - "https://ror.org/04wez5e68" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dmfq477": { - "ancestors": [ - "https://ror.org/00pjdza24" - ], - "descendants": [ - "https://ror.org/03yrm5c26", - "https://ror.org/02agj4404" - ] - }, - "https://ror.org/05xtj5718": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/026839t73", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fcjvn64": { - "ancestors": [ - "https://ror.org/02kvxyf05" - ], - "descendants": [ - "https://ror.org/0325tbk69", - "https://ror.org/04e835403", - "https://ror.org/05c6e6w24", - "https://ror.org/008kj1d63", - "https://ror.org/03de2ht59", - "https://ror.org/03bj6gc92", - "https://ror.org/05rv46r52", - "https://ror.org/02xc7ww16", - "https://ror.org/0440j7g03", - "https://ror.org/03w9t3v76", - "https://ror.org/02n848x19", - "https://ror.org/0005fxe59", - "https://ror.org/02m9pkf41", - "https://ror.org/034kszc22", - "https://ror.org/02mv3qy73", - "https://ror.org/019yhsq25", - "https://ror.org/048c8c312", - "https://ror.org/034zjpe43", - "https://ror.org/03kdymn35", - "https://ror.org/00vk6my81" - ] - }, - "https://ror.org/04bfbht55": { - "ancestors": [ - "https://ror.org/04mmq3h75" - ], - "descendants": [ - - ] - }, - "https://ror.org/0473r3056": { - "ancestors": [ - "https://ror.org/010842375" - ], - "descendants": [ - - ] - }, - "https://ror.org/030627c87": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/040753f36", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/026t7px13": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00e4pqm50": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/01a8ajp46", - "https://ror.org/02cp04407", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05h4ccq74": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vxs7536": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/026839t73", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01pajwc40": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04af4y522": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/056ntzw90": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02wvp9t50": { - "ancestors": [ - "https://ror.org/02wwzvj46" - ], - "descendants": [ - - ] - }, - "https://ror.org/012wk3x67": { - "ancestors": [ - "https://ror.org/05tyd0241" - ], - "descendants": [ - - ] - }, - "https://ror.org/05j95bh22": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/009bc7242": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04a11tk94": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/056wdpc91": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/02vjkv261", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/020eh9934": { - "ancestors": [ - "https://ror.org/0174skq71", - "https://ror.org/04cdzx077" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vaf4569": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00q8gze35": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04nkkrh90": { - "ancestors": [ - "https://ror.org/03cdgfs84", - "https://ror.org/03zcpvf19" - ], - "descendants": [ - - ] - }, - "https://ror.org/053wq2p27": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0296s8h59": { - "ancestors": [ - "https://ror.org/05m1y4204" - ], - "descendants": [ - - ] - }, - "https://ror.org/02yyddy74": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/040753f36", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05s6rge65": { - "ancestors": [ - "https://ror.org/01rk35k63" - ], - "descendants": [ - "https://ror.org/05v3w8223", - "https://ror.org/054f5fc35", - "https://ror.org/04jsk0b74", - "https://ror.org/04xbczw40", - "https://ror.org/04dv4he91", - "https://ror.org/04dxeze48", - "https://ror.org/015vtcw98", - "https://ror.org/026m44z54", - "https://ror.org/01w1erp60", - "https://ror.org/01ekw7f87", - "https://ror.org/023d00661" - ] - }, - "https://ror.org/03k192506": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/022jb9a19": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01jc9hv70": { - "ancestors": [ - "https://ror.org/04eej9726", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/0266cgx57": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/05k705z76", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02b3vs478": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/00n8d6z93", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01nzkaw91": { - "ancestors": [ - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - "https://ror.org/059213d70", - "https://ror.org/05bjvdf85", - "https://ror.org/02c7vb662", - "https://ror.org/0165kg211", - "https://ror.org/00gwm8q58", - "https://ror.org/039bszh67", - "https://ror.org/010yn8j22", - "https://ror.org/00y7vs922", - "https://ror.org/05j95bh22", - "https://ror.org/05sxdf220", - "https://ror.org/02gap9590", - "https://ror.org/056ntzw90", - "https://ror.org/02mab7455", - "https://ror.org/0331z0d02", - "https://ror.org/04a11tk94", - "https://ror.org/037a7q098", - "https://ror.org/03ad2mf95", - "https://ror.org/05h4ccq74", - "https://ror.org/02tpkcv11", - "https://ror.org/02c9cqe66", - "https://ror.org/01yvm5309", - "https://ror.org/009bc7242", - "https://ror.org/02tnenk24", - "https://ror.org/024wx0b20", - "https://ror.org/00xcapc45", - "https://ror.org/04fqa0d17", - "https://ror.org/00ynfac79", - "https://ror.org/03rh4zb49", - "https://ror.org/04hsaft65", - "https://ror.org/01svbzm77", - "https://ror.org/02fw3g688", - "https://ror.org/035fwjk44", - "https://ror.org/03n2qjy25", - "https://ror.org/04y9vv765", - "https://ror.org/03n4whq22", - "https://ror.org/03gwakv46", - "https://ror.org/00xk87z93", - "https://ror.org/050y2w676", - "https://ror.org/046v7pr94", - "https://ror.org/042f4ww95" - ] - }, - "https://ror.org/043ja9593": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/003qhrc72": { - "ancestors": [ - "https://ror.org/003vg9w96", - "https://ror.org/01a8ajp46" - ], - "descendants": [ - - ] - }, - "https://ror.org/044qb8j46": { - "ancestors": [ - "https://ror.org/05cf5b117" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g5env92": { - "ancestors": [ - "https://ror.org/01tv5y993" - ], - "descendants": [ - - ] - }, - "https://ror.org/03rh4zb49": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dfknt61": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/040753f36", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03d5jvw89": { - "ancestors": [ - "https://ror.org/02t274463", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/02603xz34": { - "ancestors": [ - "https://ror.org/03r8z3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fedwt95": { - "ancestors": [ - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04489at23": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/034j91g93": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tnfe688": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01svbzm77": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02fh7gz32": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03de2ht59": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hf69k85": { - "ancestors": [ - "https://ror.org/008s67533" - ], - "descendants": [ - "https://ror.org/01rfnpk52", - "https://ror.org/026mgjd21", - "https://ror.org/02gwxj243", - "https://ror.org/032gdk894" - ] - }, - "https://ror.org/04dpcfm57": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/03cjm2544", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tnxwc41": { - "ancestors": [ - "https://ror.org/0495fxg12", - "https://ror.org/05eyd5d35", - "https://ror.org/05f82e368", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05c4ttx26": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/04ykpca33" - ], - "descendants": [ - - ] - }, - "https://ror.org/050jcm728": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/03qgt2624", - "https://ror.org/012e1xn46", - "https://ror.org/03s0gj002", - "https://ror.org/05dfxeg46", - "https://ror.org/05rwrfh97", - "https://ror.org/044kxby82", - "https://ror.org/05m3r1b84", - "https://ror.org/03fk87k11", - "https://ror.org/02hwgty18", - "https://ror.org/04rvw8791", - "https://ror.org/04smxbm79", - "https://ror.org/018nzqy79", - "https://ror.org/036j0y719", - "https://ror.org/04xmteb38", - "https://ror.org/0274zdr66", - "https://ror.org/043n4fm24", - "https://ror.org/05sd5r855", - "https://ror.org/04g1hjn96", - "https://ror.org/01k1v7590", - "https://ror.org/02ght4n58", - "https://ror.org/0581g8849", - "https://ror.org/00g669j87", - "https://ror.org/00b7djk73", - "https://ror.org/05y76vp22", - "https://ror.org/014vp6c30", - "https://ror.org/042h2y225", - "https://ror.org/04fvec703", - "https://ror.org/003m5dy43", - "https://ror.org/025n6m978", - "https://ror.org/04wgfew19", - "https://ror.org/02e6ym289" - ] - }, - "https://ror.org/03cjm2544": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - "https://ror.org/04dpcfm57", - "https://ror.org/051dcvw72", - "https://ror.org/02wpx0e31", - "https://ror.org/05fg1yv24", - "https://ror.org/04t1xhf26", - "https://ror.org/04e2h0037" - ] - }, - "https://ror.org/007h9pt55": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/026839t73", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02c7vb662": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/03fm6kj16": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e0qa028": { - "ancestors": [ - "https://ror.org/02xvc5r05" - ], - "descendants": [ - "https://ror.org/01z7m4762" - ] - }, - "https://ror.org/0325tbk69": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/046fmsw47": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02v0g3b09": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/006bxqs05": { - "ancestors": [ - "https://ror.org/01vyjqw07", - "https://ror.org/01c27hj86", - "https://ror.org/04z8k9a98", - "https://ror.org/043pwc612" - ], - "descendants": [ - - ] - }, - "https://ror.org/029brtt94": { - "ancestors": [ - "https://ror.org/01rk35k63" - ], - "descendants": [ - "https://ror.org/02bq56641", - "https://ror.org/03kfjwy31", - "https://ror.org/048yvwh14", - "https://ror.org/03d1jma17", - "https://ror.org/04fqvqs63", - "https://ror.org/02awy7178", - "https://ror.org/03skt0t88", - "https://ror.org/02mgw3155", - "https://ror.org/03smk3872", - "https://ror.org/02he5dz58", - "https://ror.org/01k383v05", - "https://ror.org/02stf8w13", - "https://ror.org/009frb846", - "https://ror.org/04y24xj84", - "https://ror.org/05v3w8223", - "https://ror.org/054f5fc35", - "https://ror.org/0323bey33", - "https://ror.org/0322sf130", - "https://ror.org/0019x5d05", - "https://ror.org/00gj33s30", - "https://ror.org/038fcbc74", - "https://ror.org/04jsk0b74", - "https://ror.org/058hz8544", - "https://ror.org/03s5z5x70", - "https://ror.org/04fy20a51", - "https://ror.org/059sz6q14", - "https://ror.org/04xbczw40", - "https://ror.org/03bbjky47", - "https://ror.org/01racwh88", - "https://ror.org/04dv4he91", - "https://ror.org/01bj4fd12", - "https://ror.org/02gaw1s20", - "https://ror.org/04dxeze48", - "https://ror.org/04w61vh47", - "https://ror.org/04b9q5f39", - "https://ror.org/04msnz457", - "https://ror.org/03cfem402", - "https://ror.org/02160my55", - "https://ror.org/059eam965", - "https://ror.org/00pdd0432", - "https://ror.org/01rnfhz46", - "https://ror.org/053vv7851", - "https://ror.org/03p3f6k20", - "https://ror.org/03m0zs870", - "https://ror.org/00jv0wy06", - "https://ror.org/031xg0236", - "https://ror.org/02avf8f85", - "https://ror.org/00rawf147", - "https://ror.org/015a85k79", - "https://ror.org/05pny1q12", - "https://ror.org/00gd5av19", - "https://ror.org/04cre2h49", - "https://ror.org/052yj6c27", - "https://ror.org/03vmza063", - "https://ror.org/02ncy5p18", - "https://ror.org/004wefe19", - "https://ror.org/013nhg483", - "https://ror.org/02f6tst70", - "https://ror.org/0084x3h80", - "https://ror.org/04t89f389", - "https://ror.org/03j307b25", - "https://ror.org/05dh21g53", - "https://ror.org/008e8k888", - "https://ror.org/00prvqp73", - "https://ror.org/01ekw7f87", - "https://ror.org/01138xk88", - "https://ror.org/01bcn3f20", - "https://ror.org/04h6jac11", - "https://ror.org/02744fy59", - "https://ror.org/032gdk894", - "https://ror.org/01tdw5x85", - "https://ror.org/03g8e5x44", - "https://ror.org/023d00661", - "https://ror.org/01srwvs52", - "https://ror.org/031xg0236", - "https://ror.org/00w1qvp54" - ] - }, - "https://ror.org/0571jty83": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04rq2jb11": { - "ancestors": [ - "https://ror.org/039a2re55" - ], - "descendants": [ - - ] - }, - "https://ror.org/003m5dy43": { - "ancestors": [ - "https://ror.org/012e1xn46", - "https://ror.org/0315e5x55", - "https://ror.org/026839t73", - "https://ror.org/02kvxyf05", - "https://ror.org/050jcm728", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/01zpdyq44": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/031y5kf09": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/00rd81916", - "https://ror.org/040753f36", - "https://ror.org/02kvxyf05", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/039bszh67": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q5cyp41": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/05k705z76", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01h67hk15": { - "ancestors": [ - "https://ror.org/04xhy8q59", - "https://ror.org/02cp04407" - ], - "descendants": [ - - ] - }, - "https://ror.org/05b2jnz57": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/026839t73", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p28de55": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/028cef883": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/01tz1zp46", - "https://ror.org/04andmq85", - "https://ror.org/05y503v71", - "https://ror.org/01q76b368", - "https://ror.org/017rnyz40", - "https://ror.org/04asdee31", - "https://ror.org/02feahw73", - "https://ror.org/03yz3tz18", - "https://ror.org/017rnyz40", - "https://ror.org/02feahw73", - "https://ror.org/0172v8z89" - ], - "descendants": [ - - ] - }, - "https://ror.org/01138xk88": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02feahw73", - "https://ror.org/02vjkv261", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/039zcz976": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xaax174": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04f7aqa58": { - "ancestors": [ - "https://ror.org/04jw21793" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mab7455": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/042s1r231": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/00gdtta79", - "https://ror.org/040753f36", - "https://ror.org/02kvxyf05", - "https://ror.org/00hx6zz33", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/02agj4404": { - "ancestors": [ - "https://ror.org/00dmfq477", - "https://ror.org/00pjdza24" - ], - "descendants": [ - - ] - }, - "https://ror.org/0282csf50": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01femje42": { - "ancestors": [ - "https://ror.org/03bnmw459" - ], - "descendants": [ - - ] - }, - "https://ror.org/03v4gsj38": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/014zrew76", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/040mc9528": { - "ancestors": [ - "https://ror.org/0358yps07" - ], - "descendants": [ - - ] - }, - "https://ror.org/04hsaft65": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z2f0n71": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/00rd81916", - "https://ror.org/040753f36", - "https://ror.org/02kvxyf05", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gqj2v09": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01t0a1151": { - "ancestors": [ - "https://ror.org/02yhj4v17", - "https://ror.org/024d6js02", - "https://ror.org/03kqpb082", - "https://ror.org/04jymbd90", - "https://ror.org/04qxnmv42", - "https://ror.org/02jtk7k02", - "https://ror.org/040t43x18", - "https://ror.org/053avzc18", - "https://ror.org/053avzc18" - ], - "descendants": [ - - ] - }, - "https://ror.org/050jn9y42": { - "ancestors": [ - "https://ror.org/01rk35k63" - ], - "descendants": [ - "https://ror.org/03d1jma17", - "https://ror.org/03smk3872", - "https://ror.org/01k383v05", - "https://ror.org/05s608j53", - "https://ror.org/02stf8w13", - "https://ror.org/0256r1e04", - "https://ror.org/05v3w8223", - "https://ror.org/054f5fc35", - "https://ror.org/00gj33s30", - "https://ror.org/04jsk0b74", - "https://ror.org/04xbczw40", - "https://ror.org/03bbjky47", - "https://ror.org/04dv4he91", - "https://ror.org/04dxeze48", - "https://ror.org/02160my55", - "https://ror.org/01rnfhz46", - "https://ror.org/03p3f6k20", - "https://ror.org/026m44z54", - "https://ror.org/00prvqp73", - "https://ror.org/013h6a491", - "https://ror.org/01ekw7f87", - "https://ror.org/023d00661" - ] - }, - "https://ror.org/00xvd0z96": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/00zm0ea22": { - "ancestors": [ - "https://ror.org/04eej9726", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01rrvyp50": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02kvxyf05", - "https://ror.org/02feahw73", - "https://ror.org/02en5vm52" - ], - "descendants": [ - - ] - }, - "https://ror.org/05e5ch838": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/05k705z76", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/04397qy32": { - "ancestors": [ - "https://ror.org/04aqtsh50", - "https://ror.org/01a8ajp46", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/025wa0q37": { - "ancestors": [ - "https://ror.org/04eej9726", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/000dbcc61": { - "ancestors": [ - "https://ror.org/02ggzyd20", - "https://ror.org/00jjx8s55", - "https://ror.org/03xjwb503", - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/0240qp408": { - "ancestors": [ - "https://ror.org/04eej9726", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03p3amd86": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/049s68q83": { - "ancestors": [ - "https://ror.org/008t1c044" - ], - "descendants": [ - - ] - }, - "https://ror.org/02gap9590": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/02mdnkg28": { - "ancestors": [ - "https://ror.org/04h1h0y33", - "https://ror.org/04kdfz702", - "https://ror.org/02kzqn938", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/017vwpy33": { - "ancestors": [ - "https://ror.org/05f82e368", - "https://ror.org/02kvxyf05", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/03wt8n129": { - "ancestors": [ - "https://ror.org/04040yw90", - "https://ror.org/02snf8m58", - "https://ror.org/02kvxyf05", - "https://ror.org/02t220m45", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/03gnr7b55", - "https://ror.org/03nh7d505", - "https://ror.org/02feahw73", - "https://ror.org/03yz3tz18", - "https://ror.org/02feahw73", - "https://ror.org/025vp2923" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z7m4762": { - "ancestors": [ - "https://ror.org/00ftv3450" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e6ym289": { - "ancestors": [ - "https://ror.org/012e1xn46", - "https://ror.org/0315e5x55", - "https://ror.org/026839t73", - "https://ror.org/02kvxyf05", - "https://ror.org/050jcm728", - "https://ror.org/05hy3tk52", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/02feahw73", - "https://ror.org/042tfbd02" - ], - "descendants": [ - - ] - }, - "https://ror.org/021kpzg59": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/04bct7p84": { - "ancestors": [ - "https://ror.org/03njmea73", - "https://ror.org/03wfqwh68", - "https://ror.org/03wfqwh68" - ], - "descendants": [ - - ] - }, - "https://ror.org/05k49tq53": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ern2s92": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/05k705z76", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/05nqng710": { - "ancestors": [ - "https://ror.org/04eej9726", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00hr9sq71": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0096p2190": { - "ancestors": [ - "https://ror.org/018a8yy17" - ], - "descendants": [ - - ] - }, - "https://ror.org/029g70m06": { - "ancestors": [ - "https://ror.org/03r8z3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/05rv46r52": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02vnf0c38", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/04vfs2w97", - "https://ror.org/019tcpt25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/01te88z78": { - "ancestors": [ - "https://ror.org/05pbb8783" - ], - "descendants": [ - - ] - }, - "https://ror.org/004yvsb77": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/01s29vd38", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/00psvvh49": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/04sqfaq74": { - "ancestors": [ - "https://ror.org/02916qm60", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/050y2w676": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/040dpfz92": { - "ancestors": [ - "https://ror.org/04eej9726", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02ejmm326": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/037zfay27": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/00rd81916", - "https://ror.org/040753f36", - "https://ror.org/02kvxyf05", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qgc7m36": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00nvvw130": { - "ancestors": [ - "https://ror.org/02vjkv261", - "https://ror.org/03xjwb503", - "https://ror.org/05f82e368", - "https://ror.org/00jjx8s55", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n848x19": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02vnf0c38", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/04vfs2w97", - "https://ror.org/019tcpt25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/04jrf5w40": { - "ancestors": [ - "https://ror.org/001040111" - ], - "descendants": [ - - ] - }, - "https://ror.org/030zn8d06": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00s19x989": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/030p0rb34", - "https://ror.org/031ah7413", - "https://ror.org/03kfjwy31", - "https://ror.org/03yaydt41", - "https://ror.org/04ceg1205", - "https://ror.org/016crzw98", - "https://ror.org/03smk3872", - "https://ror.org/01q5ge486", - "https://ror.org/01k383v05", - "https://ror.org/00qm1ye08", - "https://ror.org/01k1ngp50", - "https://ror.org/05s608j53", - "https://ror.org/03yn94905", - "https://ror.org/004fmxv66", - "https://ror.org/01kvxx237", - "https://ror.org/059fn5f50", - "https://ror.org/01prxdf57", - "https://ror.org/00avmbz91", - "https://ror.org/042ds2135", - "https://ror.org/04yc2e502", - "https://ror.org/03br1wy20", - "https://ror.org/043we9s22", - "https://ror.org/03vgfxd91", - "https://ror.org/05vjdsn22", - "https://ror.org/04bgbbh33", - "https://ror.org/0431hh004", - "https://ror.org/03txr3336", - "https://ror.org/03taa9n66", - "https://ror.org/03x30hb31", - "https://ror.org/03zq0xc17", - "https://ror.org/04jsk0b74", - "https://ror.org/013q33h79", - "https://ror.org/02q4res37", - "https://ror.org/025nmxp11", - "https://ror.org/00wrnm709", - "https://ror.org/04xbczw40", - "https://ror.org/0028p8r67", - "https://ror.org/032w6q449", - "https://ror.org/04rrzfd14", - "https://ror.org/015gaxx73", - "https://ror.org/05thdk431", - "https://ror.org/044ggyg50", - "https://ror.org/023ffhx15", - "https://ror.org/00p6sn362", - "https://ror.org/01pfter31", - "https://ror.org/018b0x874", - "https://ror.org/01yypjb30", - "https://ror.org/00ah32k04", - "https://ror.org/02wy3s959", - "https://ror.org/003jnac13", - "https://ror.org/05hyx5a17", - "https://ror.org/04dxeze48", - "https://ror.org/02fke9256", - "https://ror.org/01vrxpt40", - "https://ror.org/05c95bg36", - "https://ror.org/057axh226", - "https://ror.org/015vtcw98", - "https://ror.org/04nabhy78", - "https://ror.org/01b2epx09", - "https://ror.org/00k4e5n71", - "https://ror.org/01yr0r787", - "https://ror.org/036zswm25", - "https://ror.org/043pfpy19", - "https://ror.org/03vcm6439", - "https://ror.org/0059vr703", - "https://ror.org/03787ar02", - "https://ror.org/01nyrrx14", - "https://ror.org/023f9y602", - "https://ror.org/02z8yps18", - "https://ror.org/01bn5c048", - "https://ror.org/03f0apy98", - "https://ror.org/021fdyt09", - "https://ror.org/02w5mvk98", - "https://ror.org/01rnfhz46", - "https://ror.org/03q7r5x87", - "https://ror.org/03k9wer31", - "https://ror.org/04kgf6p94", - "https://ror.org/03kr50w79", - "https://ror.org/05ngxmx20", - "https://ror.org/017jp7t31", - "https://ror.org/00xd1ek73", - "https://ror.org/03bcdsr62", - "https://ror.org/03985kf35", - "https://ror.org/03gvm2667", - "https://ror.org/00f7srh09", - "https://ror.org/00nbx9b54", - "https://ror.org/03011gg73", - "https://ror.org/029hkd614" - ] - }, - "https://ror.org/02jgwy703": { - "ancestors": [ - "https://ror.org/05pbb8783" - ], - "descendants": [ - - ] - }, - "https://ror.org/032gdk894": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/01502ca60", - "https://ror.org/03hf69k85", - "https://ror.org/01rk35k63", - "https://ror.org/008s67533" - ], - "descendants": [ - - ] - }, - "https://ror.org/01trzbr20": { - "ancestors": [ - "https://ror.org/03r8z3t63" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tpkcv11": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/016w2y923": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/038tm0s98": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/026839t73", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qgdxq75": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pj0t051": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05vjwz959": { - "ancestors": [ - "https://ror.org/02cp04407", - "https://ror.org/04xhy8q59", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ghgkk68": { - "ancestors": [ - "https://ror.org/04eej9726", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04881e359": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/046v7pr94": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0137dsz97": { - "ancestors": [ - "https://ror.org/04jw21793" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fmavj37": { - "ancestors": [ - "https://ror.org/0175hh227", - "https://ror.org/042949r55" - ], - "descendants": [ - - ] - }, - "https://ror.org/028m9sy08": { - "ancestors": [ - "https://ror.org/0530j9m17", - "https://ror.org/01a8ajp46", - "https://ror.org/02vjkv261" - ], - "descendants": [ - - ] - }, - "https://ror.org/01cka1x81": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qbk4x57": { - "ancestors": [ - "https://ror.org/034t30j35" - ], - "descendants": [ - "https://ror.org/01z2px678", - "https://ror.org/01kv3wg35", - "https://ror.org/01apc5d07" - ] - }, - "https://ror.org/02vvp2k82": { - "ancestors": [ - "https://ror.org/02xqkcw08" - ], - "descendants": [ - - ] - }, - "https://ror.org/03e9yxc42": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/010yn8j22": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04040yw90": { - "ancestors": [ - "https://ror.org/02kvxyf05" - ], - "descendants": [ - "https://ror.org/007k1sp19", - "https://ror.org/02v0g3b09", - "https://ror.org/002sjzb46", - "https://ror.org/03p28de55", - "https://ror.org/04abbt041", - "https://ror.org/00q8gze35", - "https://ror.org/0421ngv68", - "https://ror.org/0159yvt51", - "https://ror.org/00xkg0532", - "https://ror.org/03g7tsb60", - "https://ror.org/038mncb54", - "https://ror.org/04xnkqg56", - "https://ror.org/00077hj81", - "https://ror.org/05pj0t051", - "https://ror.org/00w25wb51", - "https://ror.org/03fedwt95", - "https://ror.org/059z1ye11", - "https://ror.org/03856b930", - "https://ror.org/015b80x98", - "https://ror.org/03p3amd86", - "https://ror.org/03wt8n129", - "https://ror.org/05v2cwj11", - "https://ror.org/00c9pnr51", - "https://ror.org/05qgc7m36", - "https://ror.org/022jb9a19", - "https://ror.org/035vnpg93", - "https://ror.org/053wq2p27", - "https://ror.org/0194hft57", - "https://ror.org/043ja9593", - "https://ror.org/01gamk045", - "https://ror.org/00rttk466", - "https://ror.org/04qgdxq75", - "https://ror.org/005g9fg60", - "https://ror.org/00hr9sq71" - ] - }, - "https://ror.org/04bqw6g80": { - "ancestors": [ - "https://ror.org/04z64b609" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xk87z93": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/0027txx50": { - "ancestors": [ - "https://ror.org/00cv9y106" - ], - "descendants": [ - - ] - }, - "https://ror.org/03kdymn35": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02vnf0c38", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/04vfs2w97", - "https://ror.org/019tcpt25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wa4se75": { - "ancestors": [ - "https://ror.org/033p9g875", - "https://ror.org/003vg9w96", - "https://ror.org/03d5w9863", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/00mr84n67": { - "ancestors": [ - "https://ror.org/04jw21793" - ], - "descendants": [ - - ] - }, - "https://ror.org/021vn9c61": { - "ancestors": [ - "https://ror.org/01x8hew03", - "https://ror.org/02tawe219" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gdtta79": { - "ancestors": [ - "https://ror.org/00hx6zz33", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - "https://ror.org/0305gxg06", - "https://ror.org/028m5h544", - "https://ror.org/042s1r231" - ] - }, - "https://ror.org/02y3mfk39": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/0175hh227": { - "ancestors": [ - "https://ror.org/042949r55" - ], - "descendants": [ - "https://ror.org/00awn3k11", - "https://ror.org/01b8mj511", - "https://ror.org/059jx7q58", - "https://ror.org/03vam5b06", - "https://ror.org/04hzkx672", - "https://ror.org/017jp7t31", - "https://ror.org/01m83bk32", - "https://ror.org/00wyh7698", - "https://ror.org/05wrsh961", - "https://ror.org/05k9wmt43", - "https://ror.org/02w0vb190", - "https://ror.org/05b793h63", - "https://ror.org/015d72457", - "https://ror.org/05mdg8117", - "https://ror.org/05xe12881", - "https://ror.org/05hv3c612", - "https://ror.org/027z2pe53", - "https://ror.org/00kzn1s88", - "https://ror.org/009kpbt47", - "https://ror.org/00fmavj37", - "https://ror.org/01atqpz53", - "https://ror.org/04fm0sh33" - ] - }, - "https://ror.org/00pwqz914": { - "ancestors": [ - "https://ror.org/05gzmn429", - "https://ror.org/00f54p054", - "https://ror.org/00mmn6b08", - "https://ror.org/00f54p054", - "https://ror.org/01bj3aw27", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ad2mf95": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yvj5k91": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - "https://ror.org/00cch2r34", - "https://ror.org/058rvd314", - "https://ror.org/03hffat62", - "https://ror.org/05k705z76", - "https://ror.org/042dc0x18", - "https://ror.org/01s29vd38", - "https://ror.org/04fr7pd94", - "https://ror.org/03dsd0g48", - "https://ror.org/016pnwd02", - "https://ror.org/005yfhm28", - "https://ror.org/00byxdz40", - "https://ror.org/0327z0p26", - "https://ror.org/01mxn9q79", - "https://ror.org/046s64z12", - "https://ror.org/04ge2hn26", - "https://ror.org/03m5vq622", - "https://ror.org/00xc55v17", - "https://ror.org/01fftxe08", - "https://ror.org/00az7j379", - "https://ror.org/03jv6w209", - "https://ror.org/056wdpc91", - "https://ror.org/00nvvw130", - "https://ror.org/04dy97z61", - "https://ror.org/029rmm934", - "https://ror.org/0247p4w70", - "https://ror.org/05e5ch838", - "https://ror.org/0266cgx57", - "https://ror.org/035xy2s54", - "https://ror.org/00ern2s92", - "https://ror.org/05q5cyp41", - "https://ror.org/03yz9dq27", - "https://ror.org/004yvsb77", - "https://ror.org/012bkhy33", - "https://ror.org/03v581z64", - "https://ror.org/00a8cnz80", - "https://ror.org/04akdr244", - "https://ror.org/039j4x695", - "https://ror.org/009ps2x93", - "https://ror.org/0557vhy43", - "https://ror.org/02dd25k08", - "https://ror.org/00jxe7243", - "https://ror.org/01kbr1737", - "https://ror.org/0535cbn94", - "https://ror.org/04szabx38", - "https://ror.org/03e044190" - ] - }, - "https://ror.org/023d00661": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/02feahw73", - "https://ror.org/05s6rge65", - "https://ror.org/050jn9y42", - "https://ror.org/01dq60k83", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03yz9dq27": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/05k705z76", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/02q0p6x28": { - "ancestors": [ - "https://ror.org/01dr6c206" - ], - "descendants": [ - - ] - }, - "https://ror.org/046gd5814": { - "ancestors": [ - "https://ror.org/0309cs235", - "https://ror.org/042tfbd02" - ], - "descendants": [ - "https://ror.org/03gvm2667" - ] - }, - "https://ror.org/01t4k8953": { - "ancestors": [ - "https://ror.org/00rydyx93", - "https://ror.org/01a8ajp46", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00rydyx93": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/04jm8zw14", - "https://ror.org/03xmjtz19", - "https://ror.org/01c6vgf77", - "https://ror.org/05r332y60", - "https://ror.org/03wg93s13", - "https://ror.org/04fqvqs63", - "https://ror.org/02b9znm90", - "https://ror.org/047fwb937", - "https://ror.org/0060xzr04", - "https://ror.org/03padqz24", - "https://ror.org/04fhrs205", - "https://ror.org/02mgw3155", - "https://ror.org/00dyt5s15", - "https://ror.org/01mvzn566", - "https://ror.org/02gn50d10", - "https://ror.org/0375b8f90", - "https://ror.org/02dpqcy73", - "https://ror.org/003g1aw90", - "https://ror.org/0494jpz02", - "https://ror.org/01mts2g59", - "https://ror.org/05s1rff82", - "https://ror.org/03vyjkj45", - "https://ror.org/01xpc6869", - "https://ror.org/02he5dz58", - "https://ror.org/02zh2vx86", - "https://ror.org/05etkex69", - "https://ror.org/01xx2ne27", - "https://ror.org/02me5cy06", - "https://ror.org/027atwb90", - "https://ror.org/02q6fa122", - "https://ror.org/03dbsav41", - "https://ror.org/03bpcga21", - "https://ror.org/05t5n2z26", - "https://ror.org/052d1cv78", - "https://ror.org/00xc55v17", - "https://ror.org/05n4nmn13", - "https://ror.org/01mhd9b84", - "https://ror.org/041v2hk34", - "https://ror.org/051sk4035", - "https://ror.org/02c5gc203", - "https://ror.org/000nhq538", - "https://ror.org/0322sf130", - "https://ror.org/04vj6zn89", - "https://ror.org/048xwe611", - "https://ror.org/01jm8fn98", - "https://ror.org/01c2cjg59", - "https://ror.org/01na0pb61", - "https://ror.org/04szabx38", - "https://ror.org/03mxktp47", - "https://ror.org/0019x5d05", - "https://ror.org/043wmc583", - "https://ror.org/02785qs39", - "https://ror.org/012t91r40", - "https://ror.org/00w2q5j98", - "https://ror.org/01a6zh966", - "https://ror.org/043hw6336", - "https://ror.org/05k4ema52", - "https://ror.org/03tncyc93", - "https://ror.org/03aqj2f62", - "https://ror.org/050gn5214", - "https://ror.org/049kkt456", - "https://ror.org/03bnma344", - "https://ror.org/025mhd687", - "https://ror.org/036xhtv26", - "https://ror.org/0015ws592", - "https://ror.org/05ee10k25", - "https://ror.org/0270xt841", - "https://ror.org/016zvc994", - "https://ror.org/01td3kv81", - "https://ror.org/0300mzg60", - "https://ror.org/032j53342", - "https://ror.org/00jxe7243", - "https://ror.org/00j1y9t40", - "https://ror.org/02nthwg11", - "https://ror.org/04hke8425", - "https://ror.org/03njrcx45", - "https://ror.org/057zme681", - "https://ror.org/04rrj3a80", - "https://ror.org/01m71e459", - "https://ror.org/00c3ktd57", - "https://ror.org/01rf5x574", - "https://ror.org/01t4k8953", - "https://ror.org/047z5as19", - "https://ror.org/04w61vh47", - "https://ror.org/05fvhm231", - "https://ror.org/02gwt2810", - "https://ror.org/053qdb191", - "https://ror.org/030za3c40", - "https://ror.org/04mp4zc06", - "https://ror.org/00pcqj134", - "https://ror.org/001c8pb03", - "https://ror.org/05mx55f96", - "https://ror.org/03nr8xh07", - "https://ror.org/00pdd0432", - "https://ror.org/0366b1491", - "https://ror.org/03p3f6k20", - "https://ror.org/056mmjd70", - "https://ror.org/001695n52", - "https://ror.org/04team556", - "https://ror.org/002fxfq97", - "https://ror.org/055ss7a31", - "https://ror.org/001r32c80", - "https://ror.org/02c6p9834", - "https://ror.org/003sscq03", - "https://ror.org/038207k30", - "https://ror.org/0111s2360", - "https://ror.org/01sdp1y98", - "https://ror.org/00jv0wy06", - "https://ror.org/05cx7ek10", - "https://ror.org/04w11tv37", - "https://ror.org/02z0jq636", - "https://ror.org/02g6y2720", - "https://ror.org/04r5nwv94", - "https://ror.org/00ts9pr54", - "https://ror.org/00ts9pr54" - ] - }, - "https://ror.org/04pkmtd21": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/026839t73", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ynfac79": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/014atn455": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/040753f36", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vgfxd91": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/01a8ajp46", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/0114r0003": { - "ancestors": [ - "https://ror.org/0449t3a80" - ], - "descendants": [ - - ] - }, - "https://ror.org/02bn0ev09": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/05tn1ej10": { - "ancestors": [ - "https://ror.org/02wwzvj46" - ], - "descendants": [ - - ] - }, - "https://ror.org/019xah196": { - "ancestors": [ - "https://ror.org/05m1y4204" - ], - "descendants": [ - - ] - }, - "https://ror.org/0110mcx69": { - "ancestors": [ - "https://ror.org/04eej9726", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wrcmd18": { - "ancestors": [ - "https://ror.org/02xdzy536" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ns8gk42": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - - ] - }, - "https://ror.org/00xv6bg25": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01z0e7y08": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02m8aq428": { - "ancestors": [ - "https://ror.org/04eej9726", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/00f7srh09": { - "ancestors": [ - "https://ror.org/00s19x989", - "https://ror.org/02cp04407", - "https://ror.org/04xhy8q59", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02s3zbq77": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/00n8d6z93", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a26mh11": { - "ancestors": [ - "https://ror.org/02en5vm52", - "https://ror.org/05f82e368", - "https://ror.org/02feahw73", - "https://ror.org/05a0dhs15", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/001vjcf44": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/0327z0p26": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/03xjwb503", - "https://ror.org/02feahw73", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/03m5vq622": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/02vjkv261", - "https://ror.org/04eej9726", - "https://ror.org/01yvj5k91", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vcx5m72": { - "ancestors": [ - "https://ror.org/04cxm4j25" - ], - "descendants": [ - - ] - }, - "https://ror.org/01tdw5x85": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/011j9ed60": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/03a3qmd39": { - "ancestors": [ - "https://ror.org/05pbb8783" - ], - "descendants": [ - - ] - }, - "https://ror.org/03jv6w209": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/03mkjjy25", - "https://ror.org/03xjwb503", - "https://ror.org/01yvj5k91", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/05qph7t17": { - "ancestors": [ - "https://ror.org/04k1f6611" - ], - "descendants": [ - - ] - }, - "https://ror.org/039v8sa14": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03nzegx43": { - "ancestors": [ - "https://ror.org/02g7qcb42" - ], - "descendants": [ - - ] - }, - "https://ror.org/04fqa0d17": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/00fk7fp57": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04p4fte18": { - "ancestors": [ - "https://ror.org/04a496k07" - ], - "descendants": [ - - ] - }, - "https://ror.org/00njsd438": { - "ancestors": [ - "https://ror.org/02e9yx751" - ], - "descendants": [ - "https://ror.org/04d06q394", - "https://ror.org/03nmefy27", - "https://ror.org/02c20ys54", - "https://ror.org/014f9c269", - "https://ror.org/024bc3e07", - "https://ror.org/03weg0b71", - "https://ror.org/04vssaz54" - ] - }, - "https://ror.org/002sjzb46": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01mxn9q79": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/03xjwb503", - "https://ror.org/02vjkv261", - "https://ror.org/01yvj5k91" - ], - "descendants": [ - - ] - }, - "https://ror.org/01srwvs52": { - "ancestors": [ - "https://ror.org/029brtt94", - "https://ror.org/01rk35k63" - ], - "descendants": [ - - ] - }, - "https://ror.org/054a4nn03": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/026839t73", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/02tnenk24": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/047ybhc09": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/037a7q098": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/01vyjqw07": { - "ancestors": [ - "https://ror.org/043pwc612" - ], - "descendants": [ - "https://ror.org/006bxqs05" - ] - }, - "https://ror.org/04gjfdj81": { - "ancestors": [ - "https://ror.org/0040r6f76" - ], - "descendants": [ - - ] - }, - "https://ror.org/059z1ye11": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00dn4t376": { - "ancestors": [ - "https://ror.org/04cw6st05" - ], - "descendants": [ - - ] - }, - "https://ror.org/03g7tsb60": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/02agdqs91": { - "ancestors": [ - "https://ror.org/001040111" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eyty988": { - "ancestors": [ - "https://ror.org/04eej9726", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/0165kg211": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/020ahr442": { - "ancestors": [ - "https://ror.org/01q76b368", - "https://ror.org/01a8ajp46", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/027dm8e31": { - "ancestors": [ - "https://ror.org/024weye46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00n7ba848": { - "ancestors": [ - "https://ror.org/04eej9726", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/024wx0b20": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04eej9726": { - "ancestors": [ - "https://ror.org/02kvxyf05" - ], - "descendants": [ - "https://ror.org/05nqng710", - "https://ror.org/05ghgkk68", - "https://ror.org/01jc9hv70", - "https://ror.org/04z5j4a93", - "https://ror.org/02m8aq428", - "https://ror.org/0110mcx69", - "https://ror.org/00zm0ea22", - "https://ror.org/0240qp408", - "https://ror.org/03eyty988", - "https://ror.org/04zja0e38", - "https://ror.org/05sk9zb20", - "https://ror.org/00hxn0m30", - "https://ror.org/040dpfz92", - "https://ror.org/00n7ba848", - "https://ror.org/025wa0q37", - "https://ror.org/03m5vq622" - ] - }, - "https://ror.org/04gy3ks39": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05sxdf220": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/010wkqn50": { - "ancestors": [ - "https://ror.org/00d0nc645" - ], - "descendants": [ - - ] - }, - "https://ror.org/035k61372": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/005g9fg60": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00kv63439": { - "ancestors": [ - "https://ror.org/046r13h33", - "https://ror.org/05waa5295" - ], - "descendants": [ - - ] - }, - "https://ror.org/037zfpn66": { - "ancestors": [ - "https://ror.org/044zqqy65", - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ra54594": { - "ancestors": [ - "https://ror.org/040ek4035" - ], - "descendants": [ - - ] - }, - "https://ror.org/0194hft57": { - "ancestors": [ - "https://ror.org/00myn0z94", - "https://ror.org/04040yw90", - "https://ror.org/02kvxyf05", - "https://ror.org/030hj3061", - "https://ror.org/04xaa4j22", - "https://ror.org/04z22qz54", - "https://ror.org/015m7wh34", - "https://ror.org/04ed7fw48", - "https://ror.org/02feahw73", - "https://ror.org/02kvxyf05", - "https://ror.org/025vp2923", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00gwm8q58": { - "ancestors": [ - "https://ror.org/01nzkaw91", - "https://ror.org/02kvxyf05", - "https://ror.org/019tgvf94" - ], - "descendants": [ - - ] - }, - "https://ror.org/04m5zyp18": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/035qh5653": { - "ancestors": [ - "https://ror.org/00je4t102" - ], - "descendants": [ - - ] - }, - "https://ror.org/034zjpe43": { - "ancestors": [ - "https://ror.org/03fcjvn64", - "https://ror.org/02vnf0c38", - "https://ror.org/02kvxyf05", - "https://ror.org/02kvxyf05", - "https://ror.org/04z22qz54", - "https://ror.org/04vfs2w97", - "https://ror.org/019tcpt25", - "https://ror.org/02feahw73", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/02kj3rm24": { - "ancestors": [ - "https://ror.org/01y2jtd41", - "https://ror.org/03ydkyb10" - ], - "descendants": [ - - ] - }, - "https://ror.org/04mr3tx26": { - "ancestors": [ - "https://ror.org/05m1y4204" - ], - "descendants": [ - - ] - }, - "https://ror.org/04e2fhx97": { - "ancestors": [ - "https://ror.org/02wwzvj46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00tpxnv37": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/040753f36", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/016sv6m22": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/026839t73", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/04tb95541": { - "ancestors": [ - "https://ror.org/03tjcj052", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/0241sry50": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/022pm4x73": { - "ancestors": [ - "https://ror.org/022gakr41", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/05pv6tc14": { - "ancestors": [ - "https://ror.org/05eyd5d35", - "https://ror.org/02kvxyf05" - ], - "descendants": [ - - ] - }, - "https://ror.org/028m5h544": { - "ancestors": [ - "https://ror.org/0315e5x55", - "https://ror.org/00gdtta79", - "https://ror.org/040753f36", - "https://ror.org/02kvxyf05", - "https://ror.org/00hx6zz33", - "https://ror.org/02feahw73", - "https://ror.org/03xjwb503", - "https://ror.org/03xjwb503" - ], - "descendants": [ - - ] - }, - "https://ror.org/03k3ky186": { - "ancestors": [ - "https://ror.org/04jw21793" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v6d0b34": { - "ancestors": [ - "https://ror.org/021nxhr62", - "https://ror.org/05x2bcf33", - "https://ror.org/02ttsq026", - "https://ror.org/047426m28", - "https://ror.org/01y64my43", - "https://ror.org/02rcrvv70", - "https://ror.org/00jc20583", - "https://ror.org/05e94g991", - "https://ror.org/01q1z8k08" - ], - "descendants": [ - "https://ror.org/02whst089" - ] - }, - "https://ror.org/00fdbgx35": { - "ancestors": [ - "https://ror.org/042fqyp44" - ], - "descendants": [ - - ] - }, - "https://ror.org/0482ksk80": { - "ancestors": [ - "https://ror.org/02dqehb95", - "https://ror.org/05p8z3f47" - ], - "descendants": [ - - ] - }, - "https://ror.org/00vd0rf02": { - "ancestors": [ - "https://ror.org/03gp5b411" - ], - "descendants": [ - - ] - }, - "https://ror.org/05t0bww53": { - "ancestors": [ - "https://ror.org/042few790" - ], - "descendants": [ - - ] - }, - "https://ror.org/00h533452": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/03cbvt511": { - "ancestors": [ - "https://ror.org/058cjye32" - ], - "descendants": [ - - ] - }, - "https://ror.org/0468m5s46": { - "ancestors": [ - "https://ror.org/0081fs513" - ], - "descendants": [ - - ] - }, - "https://ror.org/02g8zgp32": { - "ancestors": [ - "https://ror.org/00qv0tw17", - "https://ror.org/01q1z8k08", - "https://ror.org/01q1z8k08" - ], - "descendants": [ - - ] - }, - "https://ror.org/003mvv560": { - "ancestors": [ - "https://ror.org/03afd8w19", - "https://ror.org/04wpbw410", - "https://ror.org/04pnpc024" - ], - "descendants": [ - - ] - }, - "https://ror.org/02e2g9z06": { - "ancestors": [ - "https://ror.org/040ejvh72" - ], - "descendants": [ - - ] - }, - "https://ror.org/055hzkr52": { - "ancestors": [ - "https://ror.org/0237c2m81" - ], - "descendants": [ - - ] - }, - "https://ror.org/05d9pjk75": { - "ancestors": [ - "https://ror.org/052bz7812", - "https://ror.org/013cjyk83" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ykpca33": { - "ancestors": [ - "https://ror.org/00jjx8s55" - ], - "descendants": [ - "https://ror.org/05bjjq434", - "https://ror.org/05c4ttx26", - "https://ror.org/04y9y5354", - "https://ror.org/044843a98", - "https://ror.org/03e0fmc37", - "https://ror.org/003cnsp62", - "https://ror.org/00z75hn32", - "https://ror.org/00seqzr32" - ] - }, - "https://ror.org/003bd9j39": { - "ancestors": [ - "https://ror.org/059bgad73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01n6d5s08": { - "ancestors": [ - "https://ror.org/010w37e28" - ], - "descendants": [ - - ] - }, - "https://ror.org/027ankh97": { - "ancestors": [ - "https://ror.org/01ahyrz84" - ], - "descendants": [ - "https://ror.org/036yvb369", - "https://ror.org/05ev54a13", - "https://ror.org/05tcnbj64", - "https://ror.org/014vp6c30", - "https://ror.org/0511xx539" - ] - }, - "https://ror.org/0511xx539": { - "ancestors": [ - "https://ror.org/027ankh97", - "https://ror.org/01ahyrz84" - ], - "descendants": [ - - ] - }, - "https://ror.org/01ra13635": { - "ancestors": [ - "https://ror.org/04tsk2644" - ], - "descendants": [ - - ] - }, - "https://ror.org/00a8v8w71": { - "ancestors": [ - "https://ror.org/05591te55" - ], - "descendants": [ - - ] - }, - "https://ror.org/03sg03b15": { - "ancestors": [ - "https://ror.org/04988re48", - "https://ror.org/05nx14188" - ], - "descendants": [ - - ] - }, - "https://ror.org/02n5m2450": { - "ancestors": [ - "https://ror.org/001040111" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s6fbg51": { - "ancestors": [ - "https://ror.org/01hvx5h04" - ], - "descendants": [ - - ] - }, - "https://ror.org/043mer456": { - "ancestors": [ - "https://ror.org/0238rvs44" - ], - "descendants": [ - "https://ror.org/05mqqqg72", - "https://ror.org/04xkhhw36" - ] - }, - "https://ror.org/01zkndt15": { - "ancestors": [ - "https://ror.org/03pptns37" - ], - "descendants": [ - - ] - }, - "https://ror.org/0539xgm86": { - "ancestors": [ - "https://ror.org/04wpbw410", - "https://ror.org/04pnpc024" - ], - "descendants": [ - - ] - }, - "https://ror.org/00ettmm05": { - "ancestors": [ - "https://ror.org/00m31ft63" - ], - "descendants": [ - - ] - }, - "https://ror.org/051qnm298": { - "ancestors": [ - "https://ror.org/02wwzvj46", - "https://ror.org/03y0qc033", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/00davry38": { - "ancestors": [ - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - "https://ror.org/0302jbz39", - "https://ror.org/05p299b07", - "https://ror.org/0460tzy11", - "https://ror.org/04w0a0617", - "https://ror.org/00xbw4a70", - "https://ror.org/01nq33970", - "https://ror.org/03dgrff29", - "https://ror.org/01brjce02", - "https://ror.org/03t5a9538", - "https://ror.org/04zjhw235", - "https://ror.org/01d6p8r58", - "https://ror.org/02sftkh09", - "https://ror.org/01da06998", - "https://ror.org/01hjh7h09", - "https://ror.org/01w8zj169", - "https://ror.org/0336f3190", - "https://ror.org/00dds0202", - "https://ror.org/0248dkz36", - "https://ror.org/03bmwyk24", - "https://ror.org/033xr5946", - "https://ror.org/02zv2b697", - "https://ror.org/02kj53224", - "https://ror.org/00965mv68", - "https://ror.org/05qqb8y62", - "https://ror.org/019kjfs29", - "https://ror.org/00e59cf80", - "https://ror.org/03k3t2d52", - "https://ror.org/046ee4w71", - "https://ror.org/008eg1b26", - "https://ror.org/04bjtbt12", - "https://ror.org/00dbv4g17", - "https://ror.org/02mgmvf72", - "https://ror.org/05wc2hs84", - "https://ror.org/02kry3y94", - "https://ror.org/03m66j484", - "https://ror.org/04xyf9e18", - "https://ror.org/054w40x57", - "https://ror.org/04m28hd07", - "https://ror.org/04f6z5785", - "https://ror.org/056rez340", - "https://ror.org/001gedw60", - "https://ror.org/0526kmt93", - "https://ror.org/00gcaxc92", - "https://ror.org/02yy6gj83", - "https://ror.org/05bpk5567", - "https://ror.org/00yt2gw85", - "https://ror.org/00edcak12", - "https://ror.org/0433s0254", - "https://ror.org/04cymm537", - "https://ror.org/036epwb08", - "https://ror.org/02jnv7t64", - "https://ror.org/04hxjrb09" - ] - }, - "https://ror.org/03efmqc40": { - "ancestors": [ - "https://ror.org/0054f1w39" - ], - "descendants": [ - "https://ror.org/020zjmd13", - "https://ror.org/01m10e879", - "https://ror.org/03j5p4b58" - ] - }, - "https://ror.org/048jjcz87": { - "ancestors": [ - "https://ror.org/02wwzvj46" - ], - "descendants": [ - - ] - }, - "https://ror.org/00avfvp71": { - "ancestors": [ - "https://ror.org/05sjrb944" - ], - "descendants": [ - - ] - }, - "https://ror.org/05kp6mq50": { - "ancestors": [ - "https://ror.org/030fy4q75" - ], - "descendants": [ - - ] - }, - "https://ror.org/046bpyp15": { - "ancestors": [ - "https://ror.org/038b8e254" - ], - "descendants": [ - - ] - }, - "https://ror.org/01wctk517": { - "ancestors": [ - "https://ror.org/042dnf796" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wdffz43": { - "ancestors": [ - "https://ror.org/05ect4e57", - "https://ror.org/022gnbj15" - ], - "descendants": [ - - ] - }, - "https://ror.org/05m3b2090": { - "ancestors": [ - "https://ror.org/03dk6td20" - ], - "descendants": [ - - ] - }, - "https://ror.org/05bs32x30": { - "ancestors": [ - "https://ror.org/05cd7jh29" - ], - "descendants": [ - - ] - }, - "https://ror.org/03hhshb57": { - "ancestors": [ - "https://ror.org/00mv6sv71" - ], - "descendants": [ - - ] - }, - "https://ror.org/022jvp574": { - "ancestors": [ - "https://ror.org/010w37e28" - ], - "descendants": [ - - ] - }, - "https://ror.org/0174skq71": { - "ancestors": [ - "https://ror.org/04cdzx077" - ], - "descendants": [ - "https://ror.org/008sahv08", - "https://ror.org/05pf27s53", - "https://ror.org/020eh9934", - "https://ror.org/056f75089" - ] - }, - "https://ror.org/0279hm646": { - "ancestors": [ - "https://ror.org/05bznkw77" - ], - "descendants": [ - - ] - }, - "https://ror.org/04s1a2p79": { - "ancestors": [ - "https://ror.org/0352aer08" - ], - "descendants": [ - - ] - }, - "https://ror.org/059w5gg54": { - "ancestors": [ - "https://ror.org/04w49p241" - ], - "descendants": [ - - ] - }, - "https://ror.org/05q0y0j38": { - "ancestors": [ - "https://ror.org/02xfw2e90", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/043e04s74" - ] - }, - "https://ror.org/052bz7812": { - "ancestors": [ - "https://ror.org/013cjyk83" - ], - "descendants": [ - "https://ror.org/03s0gj002", - "https://ror.org/01mzxgm71", - "https://ror.org/05mmjvv12", - "https://ror.org/03pnp1a74", - "https://ror.org/026exgg05", - "https://ror.org/02zgjrf98", - "https://ror.org/01ag91m47", - "https://ror.org/05eedav07", - "https://ror.org/05d9pjk75" - ] - }, - "https://ror.org/04xkhhw36": { - "ancestors": [ - "https://ror.org/043mer456", - "https://ror.org/0238rvs44" - ], - "descendants": [ - - ] - }, - "https://ror.org/01gpt0r18": { - "ancestors": [ - "https://ror.org/004xmd305" - ], - "descendants": [ - - ] - }, - "https://ror.org/01k79ja28": { - "ancestors": [ - "https://ror.org/04wpbw410", - "https://ror.org/04pnpc024" - ], - "descendants": [ - - ] - }, - "https://ror.org/01fhg5j51": { - "ancestors": [ - "https://ror.org/03qzmxn42" - ], - "descendants": [ - - ] - }, - "https://ror.org/0438t2p07": { - "ancestors": [ - "https://ror.org/047426m28", - "https://ror.org/05e94g991" - ], - "descendants": [ - - ] - }, - "https://ror.org/03y3v2a89": { - "ancestors": [ - "https://ror.org/02aqsxs83" - ], - "descendants": [ - - ] - }, - "https://ror.org/042xmab38": { - "ancestors": [ - "https://ror.org/0492nfe34" - ], - "descendants": [ - - ] - }, - "https://ror.org/03eftgw80": { - "ancestors": [ - "https://ror.org/01kg8sb98" - ], - "descendants": [ - "https://ror.org/04d54np47", - "https://ror.org/01aaptx40", - "https://ror.org/05rbkcx47", - "https://ror.org/04pa22x51", - "https://ror.org/00g635h87", - "https://ror.org/01zpmbk67", - "https://ror.org/03vzvbw58", - "https://ror.org/05rbkcx47", - "https://ror.org/00a06kx42", - "https://ror.org/00g635h87", - "https://ror.org/03vzvbw58" - ] - }, - "https://ror.org/040eafj92": { - "ancestors": [ - "https://ror.org/0237c2m81" - ], - "descendants": [ - - ] - }, - "https://ror.org/00jx5gc25": { - "ancestors": [ - "https://ror.org/039fm7e11" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f71q776": { - "ancestors": [ - "https://ror.org/031chmq77" - ], - "descendants": [ - - ] - }, - "https://ror.org/04h5w0x22": { - "ancestors": [ - "https://ror.org/00mv6sv71" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gxnyn08": { - "ancestors": [ - "https://ror.org/01kg8sb98", - "https://ror.org/05p8z3f47" - ], - "descendants": [ - - ] - }, - "https://ror.org/03ttqt747": { - "ancestors": [ - "https://ror.org/052msxy68" - ], - "descendants": [ - "https://ror.org/03db6jy14" - ] - }, - "https://ror.org/00seqzr32": { - "ancestors": [ - "https://ror.org/00jjx8s55", - "https://ror.org/04ykpca33" - ], - "descendants": [ - - ] - }, - "https://ror.org/0320vkk33": { - "ancestors": [ - "https://ror.org/043cdzb63" - ], - "descendants": [ - - ] - }, - "https://ror.org/03efzvv60": { - "ancestors": [ - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - "https://ror.org/00g04a530", - "https://ror.org/00xpayr72", - "https://ror.org/041ttmq60", - "https://ror.org/029sqvy31" - ] - }, - "https://ror.org/04hxjrb09": { - "ancestors": [ - "https://ror.org/00davry38", - "https://ror.org/02e1c4h55", - "https://ror.org/011tppt04" - ], - "descendants": [ - - ] - }, - "https://ror.org/05f0azc76": { - "ancestors": [ - "https://ror.org/03ba1t516" - ], - "descendants": [ - - ] - }, - "https://ror.org/01yj99h06": { - "ancestors": [ - "https://ror.org/01ja0g918" - ], - "descendants": [ - - ] - }, - "https://ror.org/04b0z7q78": { - "ancestors": [ - "https://ror.org/02feahw73" - ], - "descendants": [ - "https://ror.org/00f5hap04", - "https://ror.org/04yavcg77", - "https://ror.org/0157t2j08", - "https://ror.org/02fdf4056", - "https://ror.org/018sx6595", - "https://ror.org/007xqmx73", - "https://ror.org/05nsvn336", - "https://ror.org/04wz9m339", - "https://ror.org/05jm22562", - "https://ror.org/03mmb0d82", - "https://ror.org/04ahza989", - "https://ror.org/05tfp1c72", - "https://ror.org/045qk7v62", - "https://ror.org/0449khs19", - "https://ror.org/036yvb369", - "https://ror.org/02v2jyq75", - "https://ror.org/04jb47e97", - "https://ror.org/035mqrn57", - "https://ror.org/02dqsxz11", - "https://ror.org/03jqm0b89", - "https://ror.org/050sat078", - "https://ror.org/04qhwn476", - "https://ror.org/00mghmd60", - "https://ror.org/01paa1e42", - "https://ror.org/04v837171", - "https://ror.org/028ycv057", - "https://ror.org/00wcvf151", - "https://ror.org/00vb8fc53", - "https://ror.org/03cv31q28", - "https://ror.org/04zjb4t38", - "https://ror.org/006shqv80", - "https://ror.org/059v8sw69", - "https://ror.org/00gd2w119", - "https://ror.org/047rmr210", - "https://ror.org/0047rmf80", - "https://ror.org/0585hkk81", - "https://ror.org/03bj0v820", - "https://ror.org/01wcaw014", - "https://ror.org/026h43663", - "https://ror.org/0266y7j75", - "https://ror.org/01qm1tk92", - "https://ror.org/02d19mr69", - "https://ror.org/025bzyx94", - "https://ror.org/04bg5j190", - "https://ror.org/00abqs885", - "https://ror.org/052wpc865", - "https://ror.org/056swcy54", - "https://ror.org/02cy9g557", - "https://ror.org/01mzxgm71", - "https://ror.org/014nzh720", - "https://ror.org/02j4j8p35", - "https://ror.org/0121yvq70", - "https://ror.org/01wk35t67", - "https://ror.org/00kzsxx38", - "https://ror.org/00rfccx09", - "https://ror.org/02ek9wp67", - "https://ror.org/01y766z47", - "https://ror.org/01yx7av22", - "https://ror.org/04kcjtk03", - "https://ror.org/00a5z9122", - "https://ror.org/02c5gbd66", - "https://ror.org/04795e365", - "https://ror.org/04s0b8n66", - "https://ror.org/05mmjvv12", - "https://ror.org/03xg8m734", - "https://ror.org/05evznf71", - "https://ror.org/02sz8cn84", - "https://ror.org/01cw28e72", - "https://ror.org/021ddkf20", - "https://ror.org/03jdg7625", - "https://ror.org/00x1d4q78", - "https://ror.org/02nnpw434", - "https://ror.org/043xjcd49", - "https://ror.org/03p76m698", - "https://ror.org/029cj5595", - "https://ror.org/045r56524", - "https://ror.org/04m5rvb18", - "https://ror.org/00m43ek07", - "https://ror.org/01b8mj511", - "https://ror.org/05whq8x35", - "https://ror.org/00mdx2x22", - "https://ror.org/05pm8ec76", - "https://ror.org/02m0hy518", - "https://ror.org/0223bz716", - "https://ror.org/007p4nf03", - "https://ror.org/023kqz006", - "https://ror.org/024mt9310", - "https://ror.org/03ms1y683", - "https://ror.org/01dqmj897", - "https://ror.org/00721wn77", - "https://ror.org/03n91q085", - "https://ror.org/05bz47575", - "https://ror.org/00m090414", - "https://ror.org/02jm89840", - "https://ror.org/04ejcwb57", - "https://ror.org/03azy3k91", - "https://ror.org/04w8f9k94", - "https://ror.org/03sv5kk82", - "https://ror.org/03x6a1n79", - "https://ror.org/02y6fxd73", - "https://ror.org/051gvfp41", - "https://ror.org/04f9rh541", - "https://ror.org/030jm0n16", - "https://ror.org/003fs1j49", - "https://ror.org/05rqwc876", - "https://ror.org/05c9ks061", - "https://ror.org/00g7vvf64", - "https://ror.org/00bhwwh42", - "https://ror.org/03ae8w006", - "https://ror.org/02wzg8t73", - "https://ror.org/00nrven85", - "https://ror.org/02djzje70", - "https://ror.org/00ca65425", - "https://ror.org/00vctdx48", - "https://ror.org/01a0gpy77", - "https://ror.org/030ewzw66", - "https://ror.org/03aef3108", - "https://ror.org/02wgtm643", - "https://ror.org/05pwkex33", - "https://ror.org/01b436806", - "https://ror.org/05fc1hn07", - "https://ror.org/01jwwzm25", - "https://ror.org/008p7mq56", - "https://ror.org/05eedav07", - "https://ror.org/059z28h12", - "https://ror.org/005fjj927", - "https://ror.org/00vn0zc62" - ] - }, - "https://ror.org/04wpbw410": { - "ancestors": [ - "https://ror.org/04pnpc024" - ], - "descendants": [ - "https://ror.org/0539xgm86", - "https://ror.org/003mvv560", - "https://ror.org/01k79ja28" - ] - }, - "https://ror.org/01eewth24": { - "ancestors": [ - "https://ror.org/04j198w64", - "https://ror.org/03sy3av50" - ], - "descendants": [ - - ] - }, - "https://ror.org/00m8k1p34": { - "ancestors": [ - "https://ror.org/01jbzz330" - ], - "descendants": [ - - ] - }, - "https://ror.org/03vwt8p73": { - "ancestors": [ - "https://ror.org/021ft0n22" - ], - "descendants": [ - - ] - }, - "https://ror.org/0072zz521": { - "ancestors": [ - "https://ror.org/0260j1g46" - ], - "descendants": [ - "https://ror.org/04wdrdw47" - ] - }, - "https://ror.org/01jwwzm25": { - "ancestors": [ - "https://ror.org/04b0z7q78", - "https://ror.org/01m84wm78", - "https://ror.org/015m7wh34", - "https://ror.org/01sc83v92", - "https://ror.org/04ed7fw48", - "https://ror.org/0372th171", - "https://ror.org/02feahw73" - ], - "descendants": [ - - ] - }, - "https://ror.org/01v2b7f40": { - "ancestors": [ - "https://ror.org/02k3smh20" - ], - "descendants": [ - - ] - }, - "https://ror.org/04wdrdw47": { - "ancestors": [ - "https://ror.org/0072zz521", - "https://ror.org/0260j1g46" - ], - "descendants": [ - - ] - }, - "https://ror.org/023t3yx44": { - "ancestors": [ - "https://ror.org/059mq0909" - ], - "descendants": [ - - ] - }, - "https://ror.org/0170kjy29": { - "ancestors": [ - "https://ror.org/058aw2d25" - ], - "descendants": [ - - ] - }, - "https://ror.org/04qya2777": { - "ancestors": [ - "https://ror.org/03s24wa94" - ], - "descendants": [ - - ] - }, - "https://ror.org/029sqvy31": { - "ancestors": [ - "https://ror.org/03efzvv60", - "https://ror.org/028crwz56", - "https://ror.org/03cqe8w59", - "https://ror.org/02h503d38", - "https://ror.org/03j517g53" - ], - "descendants": [ - - ] - }, - "https://ror.org/05ect4e57": { - "ancestors": [ - "https://ror.org/022gnbj15" - ], - "descendants": [ - "https://ror.org/045by4v54", - "https://ror.org/04wdffz43" - ] - }, - "https://ror.org/0056bae70": { - "ancestors": [ - "https://ror.org/0022qva30" - ], - "descendants": [ - - ] - }, - "https://ror.org/046q6xz26": { - "ancestors": [ - "https://ror.org/03v76x132" - ], - "descendants": [ - - ] - }, - "https://ror.org/05gky6m26": { - "ancestors": [ - "https://ror.org/04w2eb864" - ], - "descendants": [ - - ] - }, - "https://ror.org/03j5p4b58": { - "ancestors": [ - "https://ror.org/03efmqc40", - "https://ror.org/0054f1w39" - ], - "descendants": [ - - ] - }, - "https://ror.org/00qv0tw17": { - "ancestors": [ - "https://ror.org/01q1z8k08" - ], - "descendants": [ - "https://ror.org/024tqtx80", - "https://ror.org/02g8zgp32" - ] - }, - "https://ror.org/05nx14188": { - "ancestors": [ - "https://ror.org/04988re48" - ], - "descendants": [ - "https://ror.org/03sg03b15" - ] - }, - "https://ror.org/047426m28": { - "ancestors": [ - "https://ror.org/05e94g991" - ], - "descendants": [ - "https://ror.org/017mjs592", - "https://ror.org/03r10zj06", - "https://ror.org/01v6d0b34", - "https://ror.org/014nxkk19", - "https://ror.org/02zvy6a06", - "https://ror.org/04krc7206", - "https://ror.org/0438t2p07", - "https://ror.org/02whst089" - ] - }, - "https://ror.org/01f38w959": { - "ancestors": [ - "https://ror.org/051a9ap09" - ], - "descendants": [ - - ] - }, - "https://ror.org/02hr2bm48": { - "ancestors": [ - "https://ror.org/042v2q176" - ], - "descendants": [ - - ] - }, - "https://ror.org/035a68863": { - "ancestors": [ - "https://ror.org/03v0pmy70", - "https://ror.org/02rcrvv70" - ], - "descendants": [ - "https://ror.org/02623eb90", - "https://ror.org/04qcn4c26", - "https://ror.org/038d10y34", - "https://ror.org/05sk14837", - "https://ror.org/02pv64t29", - "https://ror.org/01qrbys32", - "https://ror.org/05qtybq80", - "https://ror.org/051g31x14", - "https://ror.org/00y4zmh56", - "https://ror.org/05ehhzx21", - "https://ror.org/03eg83y24", - "https://ror.org/00ffy1726", - "https://ror.org/039gq4j49", - "https://ror.org/03wmjs517", - "https://ror.org/00nqpc320", - "https://ror.org/04yv9ex91", - "https://ror.org/01cfnbk63", - "https://ror.org/023czga33", - "https://ror.org/02tdxcj66", - "https://ror.org/05xt1d182", - "https://ror.org/051n8xp08", - "https://ror.org/00dcq6866", - "https://ror.org/04s1zep84", - "https://ror.org/058afx839", - "https://ror.org/00zf0nh29", - "https://ror.org/01x8cht46", - "https://ror.org/00brpm077", - "https://ror.org/041hkjs21", - "https://ror.org/019yx3c32", - "https://ror.org/02w3nfa37", - "https://ror.org/033d34573", - "https://ror.org/04wp8v119", - "https://ror.org/02tbkgn21", - "https://ror.org/021jr9c59", - "https://ror.org/00heqy247", - "https://ror.org/02s2kph56", - "https://ror.org/00r1f3009", - "https://ror.org/019s68r62", - "https://ror.org/026f1w290", - "https://ror.org/029grsj96", - "https://ror.org/01rg4e096", - "https://ror.org/03a9ssm23", - "https://ror.org/02feagj05", - "https://ror.org/038t8ze69", - "https://ror.org/03d3nry68", - "https://ror.org/00zrq4606", - "https://ror.org/0307c8498", - "https://ror.org/04eqg3754", - "https://ror.org/04jya6a65", - "https://ror.org/02j0x4n73", - "https://ror.org/04v8m4033", - "https://ror.org/019q26a60", - "https://ror.org/05qms6x58", - "https://ror.org/0135q5q22", - "https://ror.org/04zytdm29", - "https://ror.org/00ep91e20", - "https://ror.org/03sjf7w71", - "https://ror.org/05hh31546", - "https://ror.org/03a470182", - "https://ror.org/05ey8y521", - "https://ror.org/04ec7mt05", - "https://ror.org/035jpr562", - "https://ror.org/03x5agy13", - "https://ror.org/047cwsy20", - "https://ror.org/02skqwf47", - "https://ror.org/04e41m429", - "https://ror.org/05qx1va48", - "https://ror.org/006xfsx34", - "https://ror.org/038x5dh11", - "https://ror.org/03e1t2x83", - "https://ror.org/02pjsf822", - "https://ror.org/007q8dx38" - ] - }, - "https://ror.org/02py6hx98": { - "ancestors": [ - "https://ror.org/04tydb537" - ], - "descendants": [ - - ] - }, - "https://ror.org/042cm9p56": { - "ancestors": [ - "https://ror.org/03c4mmv16" - ], - "descendants": [ - - ] - }, - "https://ror.org/03db6jy14": { - "ancestors": [ - "https://ror.org/03ttqt747", - "https://ror.org/052msxy68" - ], - "descendants": [ - - ] - }, - "https://ror.org/023z0r493": { - "ancestors": [ - "https://ror.org/04bangx95" - ], - "descendants": [ - - ] - }, - "https://ror.org/056f75089": { - "ancestors": [ - "https://ror.org/0174skq71", - "https://ror.org/04cdzx077" - ], - "descendants": [ - - ] - }, - "https://ror.org/023yg3m94": { - "ancestors": [ - "https://ror.org/02y9nww90" - ], - "descendants": [ - - ] - }, - "https://ror.org/04svhf137": { - "ancestors": [ - "https://ror.org/003vg9w96" - ], - "descendants": [ - - ] - }, - "https://ror.org/050xxna91": { - "ancestors": [ - "https://ror.org/031chmq77" - ], - "descendants": [ - - ] - }, - "https://ror.org/04ttjf776": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/039p7nx39", - "https://ror.org/03m3ca021", - "https://ror.org/004axh929" - ] - }, - "https://ror.org/05m7zw681": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03z28c516", - "https://ror.org/00mv4xe50", - "https://ror.org/01gykgk63", - "https://ror.org/01z3j2f47", - "https://ror.org/02vhqqh86" - ] - }, - "https://ror.org/00kv9pj15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01xzpd518", - "https://ror.org/03308db07" - ] - }, - "https://ror.org/03mjtdk61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05wqhv079", - "https://ror.org/04mxrtj31", - "https://ror.org/01k4cfw02", - "https://ror.org/03j4rdg62", - "https://ror.org/03w94w157" - ] - }, - "https://ror.org/050b31k83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045tkmf79", - "https://ror.org/00w1xt505", - "https://ror.org/048sjbt91", - "https://ror.org/0187t0j49", - "https://ror.org/02f53md90" - ] - }, - "https://ror.org/01q8f6705": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qwmjc96", - "https://ror.org/01jk97k74", - "https://ror.org/04t6d6d70", - "https://ror.org/03an0wj74", - "https://ror.org/00sgajx84", - "https://ror.org/03ccpe393", - "https://ror.org/03g6j6055", - "https://ror.org/059zcg682", - "https://ror.org/002yzpx87" - ] - }, - "https://ror.org/037m6e306": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044pe5q70" - ] - }, - "https://ror.org/04v98kq37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qxec746" - ] - }, - "https://ror.org/008x57b05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00hm4a331", - "https://ror.org/041x7eh14" - ] - }, - "https://ror.org/031bsb921": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0010cp777", - "https://ror.org/02n94hw85", - "https://ror.org/003xvvt95", - "https://ror.org/05bv91d86" - ] - }, - "https://ror.org/05b6ypc36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02d0esb25", - "https://ror.org/003snev59", - "https://ror.org/03e7zen21", - "https://ror.org/00mkdan60" - ] - }, - "https://ror.org/02vbxt202": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00akjja53", - "https://ror.org/04y0ypp13", - "https://ror.org/0034dyb91", - "https://ror.org/01zbqc597", - "https://ror.org/026kmj910", - "https://ror.org/03w3b4f85", - "https://ror.org/01hcney72", - "https://ror.org/021swj028" - ] - }, - "https://ror.org/01jm19r53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013e7et93" - ] - }, - "https://ror.org/006rhxn50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03whc3s66", - "https://ror.org/04rccsv84" - ] - }, - "https://ror.org/052fdp564": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055j3vp97" - ] - }, - "https://ror.org/04vtx5s55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045z18t19", - "https://ror.org/03tebt685" - ] - }, - "https://ror.org/04xraxn18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00f7kfd14", - "https://ror.org/036jn4298" - ] - }, - "https://ror.org/02fv8hj62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03rf31e64" - ] - }, - "https://ror.org/04kgqpx54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00tgp6q68", - "https://ror.org/02jwef888", - "https://ror.org/044267y73" - ] - }, - "https://ror.org/02npppw10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/048pv7j43", - "https://ror.org/05c2mz691", - "https://ror.org/01fr3an09", - "https://ror.org/0272gsy54" - ] - }, - "https://ror.org/006k2kk72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01dc7nx94" - ] - }, - "https://ror.org/01xnwqx93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04f2wf871", - "https://ror.org/03941w909" - ] - }, - "https://ror.org/03dsc8d33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04c2m5174", - "https://ror.org/025jhd967", - "https://ror.org/036z4j470", - "https://ror.org/04k7gd586", - "https://ror.org/01gbhv690", - "https://ror.org/02xsf1j07" - ] - }, - "https://ror.org/051qv3667": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00k5yxn79", - "https://ror.org/04c4wb253" - ] - }, - "https://ror.org/04hp86393": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04vdxde73" - ] - }, - "https://ror.org/00ae33288": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042nfvn15" - ] - }, - "https://ror.org/02jk5qe80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ttqn045" - ] - }, - "https://ror.org/00m8prc86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00bx90590", - "https://ror.org/05dz4gs85", - "https://ror.org/04vsqr388", - "https://ror.org/02mbv4339", - "https://ror.org/019xzz882", - "https://ror.org/05xjjbz05", - "https://ror.org/04ffrf281", - "https://ror.org/01qkn1y38", - "https://ror.org/00qxrgg46" - ] - }, - "https://ror.org/05bxb3784": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zkdcw61", - "https://ror.org/040bb7493", - "https://ror.org/01whq1k34", - "https://ror.org/002mmyt85", - "https://ror.org/01hfpy566", - "https://ror.org/03haqsp75", - "https://ror.org/00jt3dw39", - "https://ror.org/00tk6s776", - "https://ror.org/048evbw70", - "https://ror.org/04xjjma71", - "https://ror.org/01mvkrv07", - "https://ror.org/03c4nqn69", - "https://ror.org/01y8gzr79", - "https://ror.org/01tvy6411", - "https://ror.org/0140nwe11", - "https://ror.org/01bdefj47", - "https://ror.org/00z83z196", - "https://ror.org/05r183591", - "https://ror.org/0120q3031", - "https://ror.org/04bq1zr90", - "https://ror.org/047sbcx71", - "https://ror.org/01tpvdq80", - "https://ror.org/00jj3h083", - "https://ror.org/001agqs13", - "https://ror.org/00nf7ms20", - "https://ror.org/044gv5910", - "https://ror.org/02vf41z82", - "https://ror.org/0565h3a31", - "https://ror.org/00ex2js61", - "https://ror.org/050qpg053", - "https://ror.org/05n4swm55", - "https://ror.org/000zgvm20" - ] - }, - "https://ror.org/01nr6fy72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05y7rdz72" - ] - }, - "https://ror.org/00f2z7n96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037pk1914" - ] - }, - "https://ror.org/015803449": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02zc6c986", - "https://ror.org/00cepga67", - "https://ror.org/028vg3q27", - "https://ror.org/02788t795", - "https://ror.org/03yr99j48" - ] - }, - "https://ror.org/03mmk1j33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03rx9np38", - "https://ror.org/017afst72" - ] - }, - "https://ror.org/02xyqwh78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01gzrtw66" - ] - }, - "https://ror.org/02pf50490": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04x0f8p22" - ] - }, - "https://ror.org/002hsbm82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ze5w302" - ] - }, - "https://ror.org/055546q82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01teg2k73", - "https://ror.org/05gtere25" - ] - }, - "https://ror.org/035j0tq82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03k3dgs02", - "https://ror.org/05dt0hn88" - ] - }, - "https://ror.org/01m1pv723": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03kwyfa97", - "https://ror.org/03grgv984" - ] - }, - "https://ror.org/054zv1w86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00kdbj440", - "https://ror.org/05a8p8995" - ] - }, - "https://ror.org/040r8fr65": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ttqn045", - "https://ror.org/00hzbxp35" - ] - }, - "https://ror.org/00184ca40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/016kx7a84", - "https://ror.org/0593wzx95" - ] - }, - "https://ror.org/040vwpm13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/048sx0r50", - "https://ror.org/01t817z14", - "https://ror.org/05mj6fy81", - "https://ror.org/01khwek78", - "https://ror.org/04hfg7v94" - ] - }, - "https://ror.org/01703db54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02wzg6d13" - ] - }, - "https://ror.org/02q291e51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05pcyqv21" - ] - }, - "https://ror.org/04qpegs24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pdj1108" - ] - }, - "https://ror.org/028v4fg64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04xgpdk57", - "https://ror.org/05b1dm808", - "https://ror.org/019jqyn65" - ] - }, - "https://ror.org/00j0z5m32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/029bpx402" - ] - }, - "https://ror.org/01gst4g14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01b2wv937", - "https://ror.org/041hmmv49", - "https://ror.org/04vqtes97" - ] - }, - "https://ror.org/04zn9qp70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02dc6j928" - ] - }, - "https://ror.org/04drvxt59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03hj6c016", - "https://ror.org/04wsv7966" - ] - }, - "https://ror.org/059c3mv67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03r6qg857", - "https://ror.org/023pf5e38", - "https://ror.org/0464f7620" - ] - }, - "https://ror.org/04zfmcq84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0169kb131" - ] - }, - "https://ror.org/03xjacd83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0155k7414", - "https://ror.org/02x4b0932" - ] - }, - "https://ror.org/008zj0x80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04dzvew28", - "https://ror.org/040s7at76" - ] - }, - "https://ror.org/01kta7d96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zxw0v05" - ] - }, - "https://ror.org/03ekzka28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00nzje529" - ] - }, - "https://ror.org/046ekqm80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03w9z9x42", - "https://ror.org/0129nkm21", - "https://ror.org/021dwa633", - "https://ror.org/00x11zg33", - "https://ror.org/013rsnt52", - "https://ror.org/00vzha967", - "https://ror.org/036vdb341", - "https://ror.org/03zrmej96", - "https://ror.org/039mh4d88", - "https://ror.org/01tx99335", - "https://ror.org/02z493v75", - "https://ror.org/01dzc7q23", - "https://ror.org/04yyexg79", - "https://ror.org/04t4ty441", - "https://ror.org/0352dma55" - ] - }, - "https://ror.org/05sqd3t97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00c4wc133", - "https://ror.org/05p8w6387", - "https://ror.org/05tc5bm31", - "https://ror.org/02napvw46", - "https://ror.org/02gz6gg07", - "https://ror.org/01e5mdj42", - "https://ror.org/05g3dte14", - "https://ror.org/01cbya385", - "https://ror.org/036nfer12", - "https://ror.org/02y3ad647", - "https://ror.org/01j903a45", - "https://ror.org/032db5x82", - "https://ror.org/0062skg93", - "https://ror.org/016gp6x28", - "https://ror.org/002w4zy91", - "https://ror.org/01v4tq883", - "https://ror.org/05gzqyx59", - "https://ror.org/03davk141", - "https://ror.org/01v4tq883", - "https://ror.org/03k9hrc16", - "https://ror.org/03s53g630", - "https://ror.org/00j8x3x80", - "https://ror.org/02jy9d058", - "https://ror.org/02x2kaq51", - "https://ror.org/01j5kpq29", - "https://ror.org/03s53g630", - "https://ror.org/056pdzs28", - "https://ror.org/02pjdv450" - ] - }, - "https://ror.org/02tvcev59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02cmz8k74" - ] - }, - "https://ror.org/04scfb908": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01fcxf261", - "https://ror.org/013fdz725", - "https://ror.org/048t93218", - "https://ror.org/01wddqe20" - ] - }, - "https://ror.org/009sa0g06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03f7qhc68", - "https://ror.org/00ke0d331", - "https://ror.org/0298hp073", - "https://ror.org/01ycr6b80" - ] - }, - "https://ror.org/02dqqj223": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03gr30s78", - "https://ror.org/02p23ar50", - "https://ror.org/039tzxh97", - "https://ror.org/05gyj2g50", - "https://ror.org/02tre1223" - ] - }, - "https://ror.org/04ywg3445": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03nb3ch98", - "https://ror.org/0177mph94" - ] - }, - "https://ror.org/04npy5k94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02zn9x324", - "https://ror.org/017ddyz63", - "https://ror.org/0027v6s71" - ] - }, - "https://ror.org/01q2y2d42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02jn27q49" - ] - }, - "https://ror.org/045rcvm30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05a33s425" - ] - }, - "https://ror.org/044fz2011": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003mb7998" - ] - }, - "https://ror.org/03ndmsg87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02w2qw090", - "https://ror.org/01tasya06", - "https://ror.org/00q2mch05" - ] - }, - "https://ror.org/0305ndp35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00cqzm681" - ] - }, - "https://ror.org/027970q43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03g7wzf21", - "https://ror.org/007nce146" - ] - }, - "https://ror.org/03fbkqs26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/023k1pq97", - "https://ror.org/03k5bgb88", - "https://ror.org/030c07a62", - "https://ror.org/02ec4x178", - "https://ror.org/05h7zf334" - ] - }, - "https://ror.org/0493caa98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/014cdjz51", - "https://ror.org/02hyrh851" - ] - }, - "https://ror.org/017wcm924": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04089t965", - "https://ror.org/0368f8s77", - "https://ror.org/012mef835", - "https://ror.org/00t47w971", - "https://ror.org/01pnp3p28", - "https://ror.org/01ym21515", - "https://ror.org/023fgmp71", - "https://ror.org/05mpwj415", - "https://ror.org/05vkmhj10", - "https://ror.org/04d8byx33", - "https://ror.org/01zkghx44", - "https://ror.org/02wwz7n17", - "https://ror.org/04agmb972", - "https://ror.org/044pfy487", - "https://ror.org/03qt6ba18", - "https://ror.org/004gk0w56", - "https://ror.org/00jeqjx33", - "https://ror.org/00cckeg37", - "https://ror.org/00te3t702", - "https://ror.org/001pe5g24", - "https://ror.org/01cqxk816", - "https://ror.org/02qx6zf82", - "https://ror.org/013b2jw60", - "https://ror.org/00avmbz91", - "https://ror.org/02j15s898", - "https://ror.org/04qfrh333", - "https://ror.org/02qx6zf82", - "https://ror.org/0014w1417", - "https://ror.org/04sqkw483", - "https://ror.org/03hjqxp26" - ] - }, - "https://ror.org/004kyan19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/040zw0170", - "https://ror.org/05cy9p581", - "https://ror.org/00z6n3z58", - "https://ror.org/03e8e5846", - "https://ror.org/02rgx8605", - "https://ror.org/01vja6y50" - ] - }, - "https://ror.org/02j8pe645": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wfx2g43", - "https://ror.org/014tv7j22", - "https://ror.org/05dte6685", - "https://ror.org/03bh65t82", - "https://ror.org/02xk7ft96", - "https://ror.org/049c9xv68", - "https://ror.org/01y1re497", - "https://ror.org/023sm4k53", - "https://ror.org/01vf0ya40", - "https://ror.org/04twsjs66", - "https://ror.org/02sd7jn56", - "https://ror.org/00rbyp854", - "https://ror.org/01tqdyq91", - "https://ror.org/016e3th47", - "https://ror.org/00vbdjc22", - "https://ror.org/0327c2165", - "https://ror.org/04g70yg97", - "https://ror.org/016fr7d87", - "https://ror.org/00zrb8z36", - "https://ror.org/00q3psk33", - "https://ror.org/00yd0p282", - "https://ror.org/03r493e52", - "https://ror.org/00xq2zb07", - "https://ror.org/04v074446", - "https://ror.org/00nwdkz22", - "https://ror.org/0276n9116", - "https://ror.org/02pfhsd84", - "https://ror.org/05djstx53", - "https://ror.org/0037rj917", - "https://ror.org/00ayxy168", - "https://ror.org/019taje90", - "https://ror.org/03rkhvv36", - "https://ror.org/02c900574", - "https://ror.org/043qcaa25", - "https://ror.org/00qsm3z32", - "https://ror.org/00vsg3p53", - "https://ror.org/01ccbsb07", - "https://ror.org/00qgtny50" - ] - }, - "https://ror.org/01gd3da15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01n5p4z29" - ] - }, - "https://ror.org/0408cp281": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/012zkqp76" - ] - }, - "https://ror.org/01381hr71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01vq6my12", - "https://ror.org/00k255b93", - "https://ror.org/05fafcp48", - "https://ror.org/01qpq3w78" - ] - }, - "https://ror.org/0293qmt12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02sxpcf54" - ] - }, - "https://ror.org/0184p1881": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04s1s3432" - ] - }, - "https://ror.org/01b5d7p48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ydfc370", - "https://ror.org/0572j2882", - "https://ror.org/01mcc7007", - "https://ror.org/03daw3m97", - "https://ror.org/03m9gpr25", - "https://ror.org/03q6ms497", - "https://ror.org/009m79n22", - "https://ror.org/02nax7140" - ] - }, - "https://ror.org/022gnbj15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ect4e57", - "https://ror.org/01b8rza40", - "https://ror.org/01qv8fp92", - "https://ror.org/03151rh82", - "https://ror.org/04pf12f40", - "https://ror.org/02c4cbt39", - "https://ror.org/043z25g17", - "https://ror.org/040cnym54", - "https://ror.org/045by4v54", - "https://ror.org/04wdffz43", - "https://ror.org/02zrb2v54" - ] - }, - "https://ror.org/05ehe6278": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/059e0mb30" - ] - }, - "https://ror.org/05hh8d621": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bjbem32", - "https://ror.org/05thm6q88", - "https://ror.org/025sxka56", - "https://ror.org/04dzqh472", - "https://ror.org/043ncwv78", - "https://ror.org/04zpt4h82", - "https://ror.org/02wnbr922", - "https://ror.org/00pm7rm97", - "https://ror.org/034ahpr11", - "https://ror.org/0146h2h75", - "https://ror.org/02nc81e13", - "https://ror.org/055yb9v95", - "https://ror.org/03kv3z486", - "https://ror.org/055c63105", - "https://ror.org/04wam6707", - "https://ror.org/02wat9f69", - "https://ror.org/0265w5591", - "https://ror.org/05c0m9m16", - "https://ror.org/005w8dd04", - "https://ror.org/05gjbbg60", - "https://ror.org/027r3nx49", - "https://ror.org/01fxqdx25", - "https://ror.org/05rw9t746", - "https://ror.org/014wt7r80", - "https://ror.org/04jnxr720", - "https://ror.org/04915qk43", - "https://ror.org/01hpqfn25", - "https://ror.org/02js37d36" - ] - }, - "https://ror.org/02df8t483": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0137xgw27", - "https://ror.org/03gx8w417" - ] - }, - "https://ror.org/01qd3xc93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05aspc753" - ] - }, - "https://ror.org/05rejmm18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/012x04f41" - ] - }, - "https://ror.org/03h2bh287": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05kgg0s20", - "https://ror.org/009vheq40", - "https://ror.org/02pj4bp80", - "https://ror.org/03zeg3732", - "https://ror.org/0080acb59", - "https://ror.org/00aps1a34", - "https://ror.org/0036ate90", - "https://ror.org/03myafa32" - ] - }, - "https://ror.org/009k7c907": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05mjmsc11" - ] - }, - "https://ror.org/05crbcr45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04abdh096" - ] - }, - "https://ror.org/044s9gr80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/043h2w593", - "https://ror.org/0093xcb35", - "https://ror.org/0549ak978", - "https://ror.org/047s1ww61", - "https://ror.org/04mhtp952", - "https://ror.org/037m3rm63", - "https://ror.org/022mjvt30", - "https://ror.org/04fr3ga66", - "https://ror.org/04fyc4m54", - "https://ror.org/02z7dnx86", - "https://ror.org/01qd25655", - "https://ror.org/03f918r09", - "https://ror.org/043pqsk20", - "https://ror.org/04xesg978", - "https://ror.org/05ajyt645", - "https://ror.org/0460s9920", - "https://ror.org/00kfr4659", - "https://ror.org/05bz4s011", - "https://ror.org/041mcya16", - "https://ror.org/02tsjqn73", - "https://ror.org/00jvf9d33", - "https://ror.org/05h4q5j46", - "https://ror.org/033647p67", - "https://ror.org/05j40pq70", - "https://ror.org/004106086", - "https://ror.org/05t626n88", - "https://ror.org/00n3egs77", - "https://ror.org/02wpa5731", - "https://ror.org/053zey189", - "https://ror.org/03384k835", - "https://ror.org/03c3s0k29", - "https://ror.org/04krwby50" - ] - }, - "https://ror.org/0098kke80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04bsz5816" - ] - }, - "https://ror.org/021m54z79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032wrwd21", - "https://ror.org/020g75c03", - "https://ror.org/02js6ft04" - ] - }, - "https://ror.org/011tm7n37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05sqbw136", - "https://ror.org/0235qjz17", - "https://ror.org/000en4h24", - "https://ror.org/02heqf923", - "https://ror.org/03se9cq71", - "https://ror.org/00pvgrv63" - ] - }, - "https://ror.org/038ckz871": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03a1e0438", - "https://ror.org/00bm3g510" - ] - }, - "https://ror.org/0493bmq37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ktr8190", - "https://ror.org/05b6fta51", - "https://ror.org/04xnk9j36", - "https://ror.org/04bq7yh11", - "https://ror.org/017fwsj06" - ] - }, - "https://ror.org/02zme4e72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01tz5yb12", - "https://ror.org/0080fc349", - "https://ror.org/0057m5255" - ] - }, - "https://ror.org/03pwcc270": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02v80fc35", - "https://ror.org/05eynd241" - ] - }, - "https://ror.org/03rtgjq94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02b6qw903", - "https://ror.org/02d9k9g58", - "https://ror.org/05ked8481", - "https://ror.org/04m6dqx50", - "https://ror.org/04nk82x68", - "https://ror.org/00t9hhv14" - ] - }, - "https://ror.org/05vz28418": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049kefs16", - "https://ror.org/04cqs5j56", - "https://ror.org/0232r4451" - ] - }, - "https://ror.org/03b6sp482": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04r3m2882", - "https://ror.org/05q8e6988", - "https://ror.org/04y71bh49" - ] - }, - "https://ror.org/03aam9155": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01a4d6k20", - "https://ror.org/03ph7q594" - ] - }, - "https://ror.org/0084te143": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03n6qxm88", - "https://ror.org/00n1qg914" - ] - }, - "https://ror.org/04vy5s568": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/016qd7r37" - ] - }, - "https://ror.org/028hv5492": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02sy3xj90", - "https://ror.org/03cr5e788", - "https://ror.org/04gpj3340", - "https://ror.org/020f8h126" - ] - }, - "https://ror.org/02s7et124": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00z0xmg52" - ] - }, - "https://ror.org/0213f0637": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00nrgkr20" - ] - }, - "https://ror.org/04cdn2797": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04y75dx46" - ] - }, - "https://ror.org/03m04df46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ezw9n40", - "https://ror.org/0137q5a72", - "https://ror.org/01vzx5p25", - "https://ror.org/04rr26086", - "https://ror.org/037tkh273", - "https://ror.org/05c06xk76", - "https://ror.org/02w0smy45" - ] - }, - "https://ror.org/0313f3w77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0086skx40", - "https://ror.org/04tp7cf63" - ] - }, - "https://ror.org/00pw0pp06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02d9e4911" - ] - }, - "https://ror.org/00nvxt968": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02dqsp291" - ] - }, - "https://ror.org/02797hn66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04e57v876" - ] - }, - "https://ror.org/000ywep40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ybj8n97", - "https://ror.org/004cj7n30", - "https://ror.org/039c6rk82", - "https://ror.org/05nstty25", - "https://ror.org/020eynm41" - ] - }, - "https://ror.org/05weahn72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02j3bag68" - ] - }, - "https://ror.org/00c01js51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020yh1f96" - ] - }, - "https://ror.org/01apvbh93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00f378f80" - ] - }, - "https://ror.org/044p01n12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010t80406", - "https://ror.org/01jv6d279", - "https://ror.org/00bxj7497" - ] - }, - "https://ror.org/00wn7d965": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01krywm46", - "https://ror.org/02f588d44", - "https://ror.org/046kb4y45" - ] - }, - "https://ror.org/059jq5127": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0394z0v14" - ] - }, - "https://ror.org/05v823t63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02e5pwb51", - "https://ror.org/01q5d1g38" - ] - }, - "https://ror.org/02wtdvm35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ykbvr48", - "https://ror.org/00wg2b048", - "https://ror.org/0390t1205", - "https://ror.org/04d0rfg41" - ] - }, - "https://ror.org/050113w36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037skf023" - ] - }, - "https://ror.org/03vamsh08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0457avm18", - "https://ror.org/01j9fyk40", - "https://ror.org/00vwfb160", - "https://ror.org/051s9as34", - "https://ror.org/02pc4ce72", - "https://ror.org/01d97fd71", - "https://ror.org/02q97rh88", - "https://ror.org/04qgcgz06" - ] - }, - "https://ror.org/00yx91b22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05b8yvg40" - ] - }, - "https://ror.org/031nbgr73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045s3rx57" - ] - }, - "https://ror.org/02tdmfk69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02405mj67", - "https://ror.org/050batv17", - "https://ror.org/01zyevp23", - "https://ror.org/01cv0eh48", - "https://ror.org/02wp0er57", - "https://ror.org/03rq50d77", - "https://ror.org/030xykx52" - ] - }, - "https://ror.org/02y0es528": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/025ny1854" - ] - }, - "https://ror.org/05xh7ac43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032kmqj66" - ] - }, - "https://ror.org/058xqe166": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ar23e02", - "https://ror.org/0554vw273" - ] - }, - "https://ror.org/01qbebb31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05mqgrb58" - ] - }, - "https://ror.org/03bs2yy11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ywpxj09" - ] - }, - "https://ror.org/049zedh07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/030mbcp39" - ] - }, - "https://ror.org/026xdcm93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/043kgww95", - "https://ror.org/00cfdk448", - "https://ror.org/046wsbf61", - "https://ror.org/022jsgk59" - ] - }, - "https://ror.org/03dx46b94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/043j9bc42" - ] - }, - "https://ror.org/050bd8661": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03c4aza49", - "https://ror.org/00m1cca61", - "https://ror.org/02w7x5c08" - ] - }, - "https://ror.org/04fbnx371": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/005535379" - ] - }, - "https://ror.org/02s6h0431": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02112mb03" - ] - }, - "https://ror.org/05vvzn852": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03r8nx235", - "https://ror.org/01dhvva97" - ] - }, - "https://ror.org/058x7dy48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05f9e0404", - "https://ror.org/05va5gy74", - "https://ror.org/00a858n67" - ] - }, - "https://ror.org/0586bt104": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05d9zj517", - "https://ror.org/04qbdwc31" - ] - }, - "https://ror.org/01t8svj65": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05yndxy10" - ] - }, - "https://ror.org/0419bgt07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03kvbr153", - "https://ror.org/049wsgv73", - "https://ror.org/0136m5z53" - ] - }, - "https://ror.org/05gehxw18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0429x9p85", - "https://ror.org/00682eh61", - "https://ror.org/00sxe0e68", - "https://ror.org/02paek818", - "https://ror.org/00hysg385" - ] - }, - "https://ror.org/04mf6js28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03v6a2j28" - ] - }, - "https://ror.org/00k1xr956": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/009hj8759" - ] - }, - "https://ror.org/05g2amy04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0457yg222" - ] - }, - "https://ror.org/05pfdp204": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/038vg5g56" - ] - }, - "https://ror.org/003k75717": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044v7v886", - "https://ror.org/05xdxc763", - "https://ror.org/04gw0wg65", - "https://ror.org/00ep78v21", - "https://ror.org/05syxk111", - "https://ror.org/036vtmj33", - "https://ror.org/04c8vnp90", - "https://ror.org/03t1snc02", - "https://ror.org/00xvfm661", - "https://ror.org/01yhc9w15", - "https://ror.org/04219vz71" - ] - }, - "https://ror.org/00qz24g20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0355zfr67", - "https://ror.org/03qx1c439" - ] - }, - "https://ror.org/001xq1j98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/036mbxj57", - "https://ror.org/00wpte173", - "https://ror.org/02rsydb28", - "https://ror.org/05e247w35" - ] - }, - "https://ror.org/000c39f30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/016bjqk65" - ] - }, - "https://ror.org/02rn83489": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/016bjqk65" - ] - }, - "https://ror.org/04hcg0q34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/058sgvn64", - "https://ror.org/00wtgx181" - ] - }, - "https://ror.org/02zwb6n98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02d4f9f51" - ] - }, - "https://ror.org/04esegk75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01fzm0693", - "https://ror.org/02g4b4t25", - "https://ror.org/03s477z20", - "https://ror.org/00q2zja93", - "https://ror.org/02hc70w10" - ] - }, - "https://ror.org/04m8z4n60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02pttbw34", - "https://ror.org/042ze4p12", - "https://ror.org/03mt09h51", - "https://ror.org/04hfg7v94", - "https://ror.org/02nre0x31" - ] - }, - "https://ror.org/02jz99c72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0153wm704", - "https://ror.org/03m6tev69", - "https://ror.org/05resfq34" - ] - }, - "https://ror.org/04d5w7479": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056nn5n22", - "https://ror.org/02kak3e04", - "https://ror.org/007vvce33", - "https://ror.org/006p1hv79", - "https://ror.org/03kgjaz64", - "https://ror.org/01efeew70", - "https://ror.org/01736k933" - ] - }, - "https://ror.org/02s8znz42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04d45ra64" - ] - }, - "https://ror.org/02mby1820": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mgzgr95", - "https://ror.org/05fz2yc38", - "https://ror.org/010tmdc88" - ] - }, - "https://ror.org/05nter171": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0205d0r45", - "https://ror.org/04rw83w19" - ] - }, - "https://ror.org/01dcrt245": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04czxss33", - "https://ror.org/05n56ba96", - "https://ror.org/04b2pvs09" - ] - }, - "https://ror.org/02h905004": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01gxs7p86" - ] - }, - "https://ror.org/00vyyx863": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0484pjq71" - ] - }, - "https://ror.org/05sn8t512": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01g171x08", - "https://ror.org/01zqztb27", - "https://ror.org/05w7tpg32", - "https://ror.org/006f92m60", - "https://ror.org/01t54q348", - "https://ror.org/03fttgk04", - "https://ror.org/01b1r6152", - "https://ror.org/05kz7bw59", - "https://ror.org/03s9jrm13", - "https://ror.org/00rh36007", - "https://ror.org/009s7a550", - "https://ror.org/02827ca86", - "https://ror.org/03jrxta72", - "https://ror.org/05ee2qy47", - "https://ror.org/02xkx3e48", - "https://ror.org/01a1x1d92", - "https://ror.org/037s3ck33", - "https://ror.org/057vc9k50", - "https://ror.org/01nt95841", - "https://ror.org/03kjtb134", - "https://ror.org/045m3df12", - "https://ror.org/018nkky79", - "https://ror.org/02fwe2f11", - "https://ror.org/05pc9cb65", - "https://ror.org/02vhmfv49" - ] - }, - "https://ror.org/02z9g9j20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wyvkr12", - "https://ror.org/044ww3909", - "https://ror.org/0067dx910", - "https://ror.org/00qw1qw03", - "https://ror.org/03jrmgg47", - "https://ror.org/02swjdp46" - ] - }, - "https://ror.org/04zjvnp94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00yfjxy10", - "https://ror.org/02b988t02", - "https://ror.org/03tp0ty93", - "https://ror.org/00t0n9020", - "https://ror.org/00b0m1444", - "https://ror.org/01vjtf564", - "https://ror.org/05e1xz016", - "https://ror.org/003sphj24" - ] - }, - "https://ror.org/02j4j5k41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mch1v74" - ] - }, - "https://ror.org/01kvtm035": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03yg7hz06" - ] - }, - "https://ror.org/02k0t9a94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00vvz3k68" - ] - }, - "https://ror.org/02g01ht84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/033tc5r37" - ] - }, - "https://ror.org/02sb3pg33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ngv0f69", - "https://ror.org/01ska0k70" - ] - }, - "https://ror.org/02n1cyj49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03gj9g134" - ] - }, - "https://ror.org/05atemp08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ja1ak26", - "https://ror.org/03kzpyr73", - "https://ror.org/0405m4551", - "https://ror.org/03q3gmk48", - "https://ror.org/05ry42w04", - "https://ror.org/00vbnvy39" - ] - }, - "https://ror.org/02ycvrx49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0150cj610" - ] - }, - "https://ror.org/008xr7e22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04fefzq80", - "https://ror.org/01k05jx47" - ] - }, - "https://ror.org/02kexp407": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02bt3yy91" - ] - }, - "https://ror.org/03gd1jf50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/016bjqk65" - ] - }, - "https://ror.org/00dwz8y55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03gfmry48" - ] - }, - "https://ror.org/00mrhvv69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01xkzjp97", - "https://ror.org/02ybkn114", - "https://ror.org/04x3cxs03" - ] - }, - "https://ror.org/0362za439": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02h5h0a06", - "https://ror.org/03cht9689" - ] - }, - "https://ror.org/03r419717": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mkwcf87" - ] - }, - "https://ror.org/0357r2107": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045z18t19" - ] - }, - "https://ror.org/057n8mx64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04461gd92" - ] - }, - "https://ror.org/018k7fz65": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ct8rs42" - ] - }, - "https://ror.org/049840423": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/046mhfn38", - "https://ror.org/04scnfc98" - ] - }, - "https://ror.org/01rs0ht88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ptbrd12", - "https://ror.org/03vmxkp39", - "https://ror.org/04sexa105" - ] - }, - "https://ror.org/03mwa7s65": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01e3mhx02", - "https://ror.org/04s629c33", - "https://ror.org/001ggbx22" - ] - }, - "https://ror.org/01x2t4526": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01rdvwx15" - ] - }, - "https://ror.org/04g9xj393": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03hkffh19", - "https://ror.org/05msy3z48", - "https://ror.org/05kwbcj56", - "https://ror.org/011d4mb30", - "https://ror.org/05jfknj25", - "https://ror.org/00x2q5f89" - ] - }, - "https://ror.org/00sf92s91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03h4fx826", - "https://ror.org/009qqcw96", - "https://ror.org/01w09ak35" - ] - }, - "https://ror.org/01sxtx626": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02q1v5813", - "https://ror.org/04zjdjw13", - "https://ror.org/032xa9n69" - ] - }, - "https://ror.org/05b01nv96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00g0aq541" - ] - }, - "https://ror.org/05j8naw58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/019jr0130", - "https://ror.org/01sm75b57" - ] - }, - "https://ror.org/00v4dac24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ng6k310", - "https://ror.org/05we8km13", - "https://ror.org/04hrjej96", - "https://ror.org/035f5f914", - "https://ror.org/00vmr1p37", - "https://ror.org/013s89d74", - "https://ror.org/002yssj28" - ] - }, - "https://ror.org/024zq6d87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0260x4r86", - "https://ror.org/002r82k07", - "https://ror.org/00w1a0259", - "https://ror.org/02sxmkm79", - "https://ror.org/05qye4525", - "https://ror.org/00w440229", - "https://ror.org/00rdsgd78", - "https://ror.org/004fmny49" - ] - }, - "https://ror.org/03jeg4p28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01t2rqa20", - "https://ror.org/045m9y072", - "https://ror.org/0522mgp14" - ] - }, - "https://ror.org/05xjxp170": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02y4qch95" - ] - }, - "https://ror.org/03wzyp716": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/046z18h28", - "https://ror.org/04pgck314" - ] - }, - "https://ror.org/03zkja782": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05b81av32" - ] - }, - "https://ror.org/04g0bt697": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/029t3me68", - "https://ror.org/04p3m1723", - "https://ror.org/02cagam23", - "https://ror.org/00a0pt066", - "https://ror.org/05k0zr802" - ] - }, - "https://ror.org/056pg9759": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jq51013", - "https://ror.org/01v49sd11", - "https://ror.org/05xnecb03" - ] - }, - "https://ror.org/0077pzv34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0117s0n37" - ] - }, - "https://ror.org/03acrxj66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010ns0q29" - ] - }, - "https://ror.org/04j71m034": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02pjd1n70", - "https://ror.org/00cde8652", - "https://ror.org/00z0ne711", - "https://ror.org/054c8sq43" - ] - }, - "https://ror.org/00b4emx12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00rfgpg89" - ] - }, - "https://ror.org/02e1t6r96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ng63712" - ] - }, - "https://ror.org/05kx1ke03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/018vx9t46", - "https://ror.org/02h8pgc47", - "https://ror.org/00xbas612", - "https://ror.org/05hg1ny67" - ] - }, - "https://ror.org/01g63ab19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05jtv2231" - ] - }, - "https://ror.org/03t995d97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04vcxwm16", - "https://ror.org/02pv2je48", - "https://ror.org/03eydna48", - "https://ror.org/04f2pye70" - ] - }, - "https://ror.org/03p6fpw74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01xb3t395", - "https://ror.org/02hp4jd32", - "https://ror.org/039v2y730" - ] - }, - "https://ror.org/023v4bd62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03w4gz080", - "https://ror.org/011kc9d11", - "https://ror.org/02f62sy66", - "https://ror.org/04hmq8q19", - "https://ror.org/04pq1cd03", - "https://ror.org/00by9f077", - "https://ror.org/01m69r865", - "https://ror.org/02bkd7d61", - "https://ror.org/021a66733", - "https://ror.org/03d0gny34", - "https://ror.org/01786mp71", - "https://ror.org/053g6zg46", - "https://ror.org/02fmy9v62", - "https://ror.org/009j32424", - "https://ror.org/047kkxp41", - "https://ror.org/02890ms09", - "https://ror.org/023kfg220", - "https://ror.org/051ppg660", - "https://ror.org/00pnc3s81", - "https://ror.org/00vgm4247", - "https://ror.org/05n9nqv74" - ] - }, - "https://ror.org/0488cct49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0086ms749", - "https://ror.org/01j9pph68", - "https://ror.org/03b5xce19" - ] - }, - "https://ror.org/007a5h107": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/016bjqk65" - ] - }, - "https://ror.org/00pq96s96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/053v00853" - ] - }, - "https://ror.org/03fcgva33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01gkp6p31", - "https://ror.org/00nfc4433" - ] - }, - "https://ror.org/011htkb76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ehecz88", - "https://ror.org/03763ep67", - "https://ror.org/01as10d06", - "https://ror.org/01fbdn283", - "https://ror.org/04js6xx21", - "https://ror.org/00b4wat71", - "https://ror.org/01mkye871", - "https://ror.org/00sdedd93", - "https://ror.org/038fqcc39", - "https://ror.org/0365sd121", - "https://ror.org/03bzbh797", - "https://ror.org/024vfsp92", - "https://ror.org/0079qbp72", - "https://ror.org/02r2pcs39" - ] - }, - "https://ror.org/03364yv75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0403w5x31" - ] - }, - "https://ror.org/04rt7ps04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0208r0146" - ] - }, - "https://ror.org/04cnj4456": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04e10fw49" - ] - }, - "https://ror.org/01tay0360": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02k674x39", - "https://ror.org/033rjjc73" - ] - }, - "https://ror.org/05bk0hn37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/030pk6463" - ] - }, - "https://ror.org/01hbes477": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/018x1j412", - "https://ror.org/02yzgv231", - "https://ror.org/028a0s046" - ] - }, - "https://ror.org/02hhsqf45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/048b5ng26", - "https://ror.org/02phsd572", - "https://ror.org/01zfjxa58", - "https://ror.org/059vag305" - ] - }, - "https://ror.org/001yedb91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03572ah39", - "https://ror.org/053xq8k96", - "https://ror.org/02k8k3617", - "https://ror.org/00qjbvq93" - ] - }, - "https://ror.org/025s1b152": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05bz47575" - ] - }, - "https://ror.org/01b11x021": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042asnw05", - "https://ror.org/02njpkz73" - ] - }, - "https://ror.org/04sapgw72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04vwbmb32" - ] - }, - "https://ror.org/01xdq1k91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04f5ks076", - "https://ror.org/053qwyf63" - ] - }, - "https://ror.org/02sn8xp43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03rzr6095" - ] - }, - "https://ror.org/02tfv4t78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02e1bds08", - "https://ror.org/01xs70477", - "https://ror.org/04asmh688" - ] - }, - "https://ror.org/00p18zw56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04z61sd03" - ] - }, - "https://ror.org/056ffv270": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02gcp3110", - "https://ror.org/05jg8yp15", - "https://ror.org/03af1tj71", - "https://ror.org/01aysdw42", - "https://ror.org/04g0t2d47" - ] - }, - "https://ror.org/00g2tkw06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00v84va72", - "https://ror.org/02vf5zz47", - "https://ror.org/018mdm506", - "https://ror.org/00t00te02" - ] - }, - "https://ror.org/03b2h3x98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05q4r1796", - "https://ror.org/00xv9sn23" - ] - }, - "https://ror.org/053f3rt53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02x5wzm46" - ] - }, - "https://ror.org/02mp2w060": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05jbnbs36" - ] - }, - "https://ror.org/030mgn080": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qeabs35" - ] - }, - "https://ror.org/03eykgw84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003dqcp70", - "https://ror.org/020k5bg95" - ] - }, - "https://ror.org/02dy9y553": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03v08em34" - ] - }, - "https://ror.org/03ddan440": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03mv07c21" - ] - }, - "https://ror.org/0453c4485": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qyzam39" - ] - }, - "https://ror.org/05addee68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04vd6qx78", - "https://ror.org/018qep702", - "https://ror.org/05g5nrw43", - "https://ror.org/03n3nz506" - ] - }, - "https://ror.org/00v47pv90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/000pfrh90" - ] - }, - "https://ror.org/02d6ew870": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054bf3454", - "https://ror.org/013xmn143", - "https://ror.org/040dw4657", - "https://ror.org/02a9kts05", - "https://ror.org/01mgtdr23", - "https://ror.org/05jgtkc28", - "https://ror.org/02kf9ya90", - "https://ror.org/05d088546", - "https://ror.org/00y1hj465", - "https://ror.org/05mw5ed57", - "https://ror.org/052wab383" - ] - }, - "https://ror.org/02ed5f444": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027p78k86" - ] - }, - "https://ror.org/04jpa5e08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03eaw8c11", - "https://ror.org/03rj2a342" - ] - }, - "https://ror.org/05r8vsn81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03964hc96" - ] - }, - "https://ror.org/01dk89r22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01a3vkf51", - "https://ror.org/053v5zb41", - "https://ror.org/048d6j696", - "https://ror.org/01azf6k87", - "https://ror.org/01wsre374", - "https://ror.org/00xz8jv85", - "https://ror.org/030zy2k76" - ] - }, - "https://ror.org/05gekvn04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ck0pr88", - "https://ror.org/041mj3y24", - "https://ror.org/02ajrkx50", - "https://ror.org/05e4e0g07" - ] - }, - "https://ror.org/04fjkxc67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0010c1z81", - "https://ror.org/04ncnj403", - "https://ror.org/02av38n71", - "https://ror.org/00dvqrz49", - "https://ror.org/03kxagd85", - "https://ror.org/040gtvq30", - "https://ror.org/028v8ft65", - "https://ror.org/05hgh1g19", - "https://ror.org/018gc9r78", - "https://ror.org/00jp3t114", - "https://ror.org/019wxyf39", - "https://ror.org/00g63xj11", - "https://ror.org/04sr0hc76", - "https://ror.org/00td6v066", - "https://ror.org/04y18m106", - "https://ror.org/01be19w37", - "https://ror.org/02q7ym472", - "https://ror.org/05ktfmr66", - "https://ror.org/029cqm867", - "https://ror.org/02kj91m96" - ] - }, - "https://ror.org/03vypx625": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02hvxe361" - ] - }, - "https://ror.org/019wssg97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05tgveb11" - ] - }, - "https://ror.org/03fag5224": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05nmzkr23", - "https://ror.org/02e2dtd78", - "https://ror.org/00ysvbp68", - "https://ror.org/01d00rw04", - "https://ror.org/021nb2v44", - "https://ror.org/04zpy9a42", - "https://ror.org/05fyf7995" - ] - }, - "https://ror.org/059rn9488": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00h446q73", - "https://ror.org/01wt6rn90", - "https://ror.org/0333dtq15", - "https://ror.org/00497h462", - "https://ror.org/04pb97k73", - "https://ror.org/02ffkja82", - "https://ror.org/05ckpfd66", - "https://ror.org/01r4g9k61", - "https://ror.org/04f0kxe59", - "https://ror.org/020fcst87", - "https://ror.org/05g4mtv59" - ] - }, - "https://ror.org/00j83wy46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003js0r95", - "https://ror.org/02q2m1930", - "https://ror.org/01qzva589", - "https://ror.org/04yyrj242" - ] - }, - "https://ror.org/03e04g978": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04yy0dd12", - "https://ror.org/04js17g72", - "https://ror.org/03ddtra52", - "https://ror.org/05fjs7w98", - "https://ror.org/00xgy0333" - ] - }, - "https://ror.org/01btmdt42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04pc85e11" - ] - }, - "https://ror.org/00zw6et16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05hyj7861" - ] - }, - "https://ror.org/04x2tmv91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05azzyk65", - "https://ror.org/0008s4w86", - "https://ror.org/00yfewz72" - ] - }, - "https://ror.org/04rn3ph18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/025x0cj89", - "https://ror.org/03wrvmn80", - "https://ror.org/02zy2ka61", - "https://ror.org/019pzpd68", - "https://ror.org/00tee0349", - "https://ror.org/03qvxap92" - ] - }, - "https://ror.org/030mbxz29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01fdhrh83" - ] - }, - "https://ror.org/01qhm7e49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/026pdc066", - "https://ror.org/047z4ys07", - "https://ror.org/01tnj0473", - "https://ror.org/01hadm580" - ] - }, - "https://ror.org/05n8ah907": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01hpfvd96", - "https://ror.org/00p2jsg72", - "https://ror.org/01b0cs606", - "https://ror.org/04stw6a08", - "https://ror.org/02bcp9s34", - "https://ror.org/023ha6621", - "https://ror.org/043smqe02", - "https://ror.org/01dt03b80", - "https://ror.org/02436cs38", - "https://ror.org/005qnwq38", - "https://ror.org/00ejs3f24", - "https://ror.org/00n3fv874", - "https://ror.org/04nq8gx07" - ] - }, - "https://ror.org/0203rjz92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031fyj528" - ] - }, - "https://ror.org/03q50jp21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/015vve507", - "https://ror.org/04etgav66" - ] - }, - "https://ror.org/04dkns738": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027f7xa47", - "https://ror.org/04rcgpb63", - "https://ror.org/04p972q78", - "https://ror.org/02t2pyr24", - "https://ror.org/01bnchp17", - "https://ror.org/01tdcdz60", - "https://ror.org/01sf6dn24", - "https://ror.org/04djzg510", - "https://ror.org/02a8cv967" - ] - }, - "https://ror.org/04vvh7p27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04cjrna85", - "https://ror.org/01t10vs30", - "https://ror.org/05xrwhp03", - "https://ror.org/02z4faz68", - "https://ror.org/03qv0rv36", - "https://ror.org/054j7wb83", - "https://ror.org/0469x1750" - ] - }, - "https://ror.org/013t2n957": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04f919z92", - "https://ror.org/0044gqz05", - "https://ror.org/03geggj88", - "https://ror.org/00qr9d796", - "https://ror.org/03qt57y19", - "https://ror.org/034x48g49", - "https://ror.org/03swh5660", - "https://ror.org/035n6ph62" - ] - }, - "https://ror.org/03yp8z857": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05jadkj46", - "https://ror.org/00cafxy65" - ] - }, - "https://ror.org/01pewsd85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xdb6745", - "https://ror.org/04mc23283", - "https://ror.org/04nsrjg86" - ] - }, - "https://ror.org/0385es521": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007qm1691", - "https://ror.org/01s361a76", - "https://ror.org/01rfvvq43", - "https://ror.org/021bvd011" - ] - }, - "https://ror.org/03xddgg98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vz80y09", - "https://ror.org/004vn8r55", - "https://ror.org/01zhtdv64" - ] - }, - "https://ror.org/01v3bqg10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ww26h70" - ] - }, - "https://ror.org/0289ggs32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017qzdd52" - ] - }, - "https://ror.org/02vxngq63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03hvvks39", - "https://ror.org/04r837x41", - "https://ror.org/05bsp2531", - "https://ror.org/0281y1011", - "https://ror.org/01a92vw29" - ] - }, - "https://ror.org/01xgfaw76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04b76w231", - "https://ror.org/01g853f75", - "https://ror.org/01136x372", - "https://ror.org/0428j9521", - "https://ror.org/04g8kt609", - "https://ror.org/01avs2k90", - "https://ror.org/05515rj28" - ] - }, - "https://ror.org/034nvrd87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00vhr7p75", - "https://ror.org/019f36t97", - "https://ror.org/021qf1j15", - "https://ror.org/036p7xd52" - ] - }, - "https://ror.org/021a7d287": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05s86pb97" - ] - }, - "https://ror.org/00ja2ye75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00w9tyd30", - "https://ror.org/041geh851", - "https://ror.org/05bx2yj81", - "https://ror.org/0272v4z91", - "https://ror.org/02t83f864" - ] - }, - "https://ror.org/00xkqe770": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ffwnd85", - "https://ror.org/020vke347", - "https://ror.org/019hb9542", - "https://ror.org/00zdr6w59" - ] - }, - "https://ror.org/032msy923": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01mhc8r12", - "https://ror.org/00z4cj158", - "https://ror.org/038kcjb09", - "https://ror.org/0108v8438" - ] - }, - "https://ror.org/03pfshj32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011x7hd11", - "https://ror.org/03a7e0x93", - "https://ror.org/05rwdv390", - "https://ror.org/002bjfj29" - ] - }, - "https://ror.org/00f1vw968": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037zkt843", - "https://ror.org/027rtfv09", - "https://ror.org/008dhsm98", - "https://ror.org/034q4hd34" - ] - }, - "https://ror.org/0248zc213": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020wka979", - "https://ror.org/02dg8v926", - "https://ror.org/05trqa150", - "https://ror.org/01zpsbf45", - "https://ror.org/04xg79b82", - "https://ror.org/02pg06c63", - "https://ror.org/04b0ys521", - "https://ror.org/00t30f389", - "https://ror.org/01j3ge177", - "https://ror.org/045wp1309" - ] - }, - "https://ror.org/03qmsrr79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013j2ff86", - "https://ror.org/04fzah020" - ] - }, - "https://ror.org/01mtp2k51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/024dzge57", - "https://ror.org/00memet03" - ] - }, - "https://ror.org/03afd8w19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003mvv560", - "https://ror.org/03xm57x75" - ] - }, - "https://ror.org/05bhsww40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05kwjwj05", - "https://ror.org/01hv74g78", - "https://ror.org/0509zzg37", - "https://ror.org/01dpw6893", - "https://ror.org/04k4h9k07", - "https://ror.org/0422q5a32" - ] - }, - "https://ror.org/0586k5242": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jkda953" - ] - }, - "https://ror.org/030zc7t66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03sh4z743" - ] - }, - "https://ror.org/02zdz1m23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02sxnp368", - "https://ror.org/044bma518" - ] - }, - "https://ror.org/00berct97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045vwce28", - "https://ror.org/00d9y2633", - "https://ror.org/004cn7092", - "https://ror.org/04qae1p49" - ] - }, - "https://ror.org/059jfth35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002n0by50", - "https://ror.org/01xet8208" - ] - }, - "https://ror.org/038kxkq33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007yv1g81" - ] - }, - "https://ror.org/033w59g46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011n4tk56" - ] - }, - "https://ror.org/052qet256": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03j2wmd98" - ] - }, - "https://ror.org/05xq19q44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00z4nbg03", - "https://ror.org/04ecck436" - ] - }, - "https://ror.org/016d8zs37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02nds3w86" - ] - }, - "https://ror.org/02tmx5588": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037fqd482", - "https://ror.org/01zgmhv16", - "https://ror.org/0396rhp27", - "https://ror.org/02n72nx11", - "https://ror.org/032tfbg84", - "https://ror.org/01farpt19", - "https://ror.org/00t1wrw35", - "https://ror.org/02j572e46", - "https://ror.org/0365ahw46", - "https://ror.org/028wsx658", - "https://ror.org/02dwv3218", - "https://ror.org/05t7fez51", - "https://ror.org/02m7dbt89", - "https://ror.org/00485s352" - ] - }, - "https://ror.org/0296s4x19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ny43313" - ] - }, - "https://ror.org/057jpj338": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05hfcd350", - "https://ror.org/04hw9y579" - ] - }, - "https://ror.org/01qjmkr85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00cr5zh57", - "https://ror.org/02x909r11" - ] - }, - "https://ror.org/05p40t847": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00cdwy346", - "https://ror.org/0483p1w82", - "https://ror.org/00wpr8n40", - "https://ror.org/02kss3272", - "https://ror.org/051qy7v07", - "https://ror.org/01p19k166" - ] - }, - "https://ror.org/0100f3q33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/026w1gw23", - "https://ror.org/02rpxbs81" - ] - }, - "https://ror.org/0266h1q26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01xxd6b82", - "https://ror.org/03jhxhg55", - "https://ror.org/03t518x65" - ] - }, - "https://ror.org/03jwzwq24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0529fxt39", - "https://ror.org/04z9w5078", - "https://ror.org/033q0mv79", - "https://ror.org/03c922h13" - ] - }, - "https://ror.org/01h95gp06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03eypca36" - ] - }, - "https://ror.org/02r96rf44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03d5p6p20", - "https://ror.org/00233x252", - "https://ror.org/035eg8817", - "https://ror.org/05j88yh83", - "https://ror.org/02qyqxk84", - "https://ror.org/01ccnft78", - "https://ror.org/03h3r1n96", - "https://ror.org/04hyg4h58", - "https://ror.org/04s4jww20" - ] - }, - "https://ror.org/0232mk144": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05701yq92" - ] - }, - "https://ror.org/02xmjm585": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04083zv18" - ] - }, - "https://ror.org/01f7dp456": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027k9sa32" - ] - }, - "https://ror.org/00ks5vt51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02twn9v08", - "https://ror.org/05mg79n26", - "https://ror.org/03faeab35", - "https://ror.org/05yeg2858", - "https://ror.org/0461kck49", - "https://ror.org/05mwscs77", - "https://ror.org/02krcbc65", - "https://ror.org/05qjkay50", - "https://ror.org/03dn6qp98", - "https://ror.org/0033n4009", - "https://ror.org/04waktx26", - "https://ror.org/00cb06v13", - "https://ror.org/02pz5h498" - ] - }, - "https://ror.org/05wzrja17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02e1wjw63" - ] - }, - "https://ror.org/05g2n4m79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022r80268" - ] - }, - "https://ror.org/00dhe8f29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007b0pc67", - "https://ror.org/04yncke10" - ] - }, - "https://ror.org/00wkay776": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ae2ng62" - ] - }, - "https://ror.org/00j161312": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04p861642", - "https://ror.org/058pgtg13", - "https://ror.org/04r33pf22", - "https://ror.org/054gk2851" - ] - }, - "https://ror.org/054q9r058": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03p1zz409", - "https://ror.org/0117j0167" - ] - }, - "https://ror.org/04tjehp55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/033zgjc96" - ] - }, - "https://ror.org/02gr2sm80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/030trv569", - "https://ror.org/021t53m47", - "https://ror.org/030p6ep86" - ] - }, - "https://ror.org/00wqtx630": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wk6zs95", - "https://ror.org/01scq3556", - "https://ror.org/00aqm2347", - "https://ror.org/040ztay26", - "https://ror.org/04mfr9y95", - "https://ror.org/0484fme70", - "https://ror.org/01pxzvy69", - "https://ror.org/039y7c549", - "https://ror.org/03jqk9681", - "https://ror.org/03w6f4808", - "https://ror.org/037asfw97", - "https://ror.org/052yz6z95", - "https://ror.org/00cdkww69", - "https://ror.org/05teaww98" - ] - }, - "https://ror.org/01zdgf096": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055ahdj14" - ] - }, - "https://ror.org/0156f0c06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05r1dd276" - ] - }, - "https://ror.org/03w69rv70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0186tjy74", - "https://ror.org/05b2mj890" - ] - }, - "https://ror.org/035wemy73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01jaw9d22" - ] - }, - "https://ror.org/00n83m850": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05hm2f981" - ] - }, - "https://ror.org/045wcpc71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02bsvz023", - "https://ror.org/02c18bt40", - "https://ror.org/03pkrx282", - "https://ror.org/019rfn866" - ] - }, - "https://ror.org/01ssv2r52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jb2qs89" - ] - }, - "https://ror.org/02qgx4h83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03kbjzx15" - ] - }, - "https://ror.org/03xm51a29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02bcmhv69" - ] - }, - "https://ror.org/02dw7ch21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ec38531", - "https://ror.org/04w2a0822", - "https://ror.org/03p5mga34", - "https://ror.org/04s1pd637", - "https://ror.org/03z6tkz58" - ] - }, - "https://ror.org/05qzbtg69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zd6tj24", - "https://ror.org/0140bnh63", - "https://ror.org/0385e5n50", - "https://ror.org/00h6s5242", - "https://ror.org/026txtp63" - ] - }, - "https://ror.org/059j9s184": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ht9zz88", - "https://ror.org/0297egf66", - "https://ror.org/0278s3c19" - ] - }, - "https://ror.org/058aed112": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00qs2ka20", - "https://ror.org/03pmg8447", - "https://ror.org/01stcbz02", - "https://ror.org/0170m4k80", - "https://ror.org/00wr6qv54", - "https://ror.org/0272wvz49", - "https://ror.org/00xqebk56" - ] - }, - "https://ror.org/03bs18y54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03gxcr347" - ] - }, - "https://ror.org/03fef0h61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02f1dqm79" - ] - }, - "https://ror.org/051fq1m45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05hgx8167", - "https://ror.org/050c9qp51", - "https://ror.org/023844j81" - ] - }, - "https://ror.org/0558q2529": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01902pd86" - ] - }, - "https://ror.org/01zt0tq34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02z45mp76", - "https://ror.org/046ry7m83", - "https://ror.org/05pbhjp46", - "https://ror.org/03ms9ra30", - "https://ror.org/005qgvp74" - ] - }, - "https://ror.org/03yt1ez60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02af0qw97", - "https://ror.org/02qy75381", - "https://ror.org/04dg1g218", - "https://ror.org/058es3q19", - "https://ror.org/03yz6x113", - "https://ror.org/0106nz743", - "https://ror.org/03ytgj055", - "https://ror.org/04wfsv479" - ] - }, - "https://ror.org/01ada6a49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02hn5m148" - ] - }, - "https://ror.org/02v81r985": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02fwcwt37", - "https://ror.org/05qteks55" - ] - }, - "https://ror.org/01z6vd941": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/008p7sp64" - ] - }, - "https://ror.org/02h2t4g21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/038arpa11" - ] - }, - "https://ror.org/03vwrbq09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00yt9z408" - ] - }, - "https://ror.org/056nm0533": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007evha27", - "https://ror.org/049wjac82" - ] - }, - "https://ror.org/05q07rr84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03nbbc502", - "https://ror.org/05spr2d45", - "https://ror.org/00862c839" - ] - }, - "https://ror.org/05w44gx91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04yr0ey26" - ] - }, - "https://ror.org/053ef7v72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004hxvm93" - ] - }, - "https://ror.org/03qz04022": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03e1kgt76" - ] - }, - "https://ror.org/020nzw227": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0119z9797" - ] - }, - "https://ror.org/034pm2g80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04z1g6718", - "https://ror.org/012sa7x09", - "https://ror.org/02ahpq120", - "https://ror.org/04fh8an03", - "https://ror.org/01v3sxv43", - "https://ror.org/0417r6n29" - ] - }, - "https://ror.org/00qxqw753": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03r2s9s41" - ] - }, - "https://ror.org/02a4gss26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04k59vn11", - "https://ror.org/00s4n9v76" - ] - }, - "https://ror.org/028fd8812": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05s52c121", - "https://ror.org/02v7qv571" - ] - }, - "https://ror.org/03791d618": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0318teb82" - ] - }, - "https://ror.org/052ay3140": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007422545" - ] - }, - "https://ror.org/033ssdc55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03yff7e55" - ] - }, - "https://ror.org/03wgxjb31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01a904q54" - ] - }, - "https://ror.org/04c5xat66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05tawrz57" - ] - }, - "https://ror.org/05pp7s587": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00gdxq105" - ] - }, - "https://ror.org/003pdcw24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04f0w3t91", - "https://ror.org/04vgzny65" - ] - }, - "https://ror.org/04dmca004": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03rfn7203", - "https://ror.org/01e3p0233", - "https://ror.org/0317tcf14" - ] - }, - "https://ror.org/03y76pe29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/012p2hd37", - "https://ror.org/03fmc9y65" - ] - }, - "https://ror.org/031ywxc85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01hbz7518" - ] - }, - "https://ror.org/0428qnk54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jb89v85", - "https://ror.org/00cnk1752", - "https://ror.org/04nzw6768" - ] - }, - "https://ror.org/02hk0xz87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03t67hw32" - ] - }, - "https://ror.org/05450eg98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04jg63q12", - "https://ror.org/05sgnj165", - "https://ror.org/01hdk3d05", - "https://ror.org/04v6cz278" - ] - }, - "https://ror.org/00dmrtm29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ky34z31", - "https://ror.org/03atxgt72", - "https://ror.org/02emy8e21", - "https://ror.org/035a72598", - "https://ror.org/005h65c20", - "https://ror.org/011tz3351", - "https://ror.org/01jtcg420" - ] - }, - "https://ror.org/02tryst02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04t3phk92", - "https://ror.org/02kmywe48", - "https://ror.org/012bn4v93", - "https://ror.org/031exbw60", - "https://ror.org/050t9mr22", - "https://ror.org/0355p2e87", - "https://ror.org/01jdv2a57", - "https://ror.org/01xqtwj78", - "https://ror.org/02v82mn77", - "https://ror.org/01xtpxr95", - "https://ror.org/05cjqhm25", - "https://ror.org/05gkt5054", - "https://ror.org/03dfzxf19" - ] - }, - "https://ror.org/04p8w0f39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03pwzr890", - "https://ror.org/05h40ds73", - "https://ror.org/03htten57" - ] - }, - "https://ror.org/05pkhhn92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01rhc0n38" - ] - }, - "https://ror.org/04za2st18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vyddc91", - "https://ror.org/023wh8b50", - "https://ror.org/0187psc61", - "https://ror.org/04zgkpa58" - ] - }, - "https://ror.org/013by2m91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02g4h7104", - "https://ror.org/021ztkr23", - "https://ror.org/03mb54f81" - ] - }, - "https://ror.org/05q3e5911": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qyk0172" - ] - }, - "https://ror.org/04qce9v53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04rz1y359", - "https://ror.org/03ybwam46", - "https://ror.org/05wpf8f91", - "https://ror.org/04t8qhn97" - ] - }, - "https://ror.org/03fmvqd28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05rka3d36", - "https://ror.org/007y18z84", - "https://ror.org/0103q2z38" - ] - }, - "https://ror.org/02pnxn245": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05nf32076" - ] - }, - "https://ror.org/01x653j15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ag5ed62" - ] - }, - "https://ror.org/00qcr4910": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/036r3bf08", - "https://ror.org/05df6vn84" - ] - }, - "https://ror.org/03v861t80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04q92cj22", - "https://ror.org/019cs7136" - ] - }, - "https://ror.org/04dm6ed68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00gh58f75" - ] - }, - "https://ror.org/04a839673": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00shfde47" - ] - }, - "https://ror.org/059xksf83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03j79f182" - ] - }, - "https://ror.org/05twxmr11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02f3pgg92" - ] - }, - "https://ror.org/054spa083": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/023afa504" - ] - }, - "https://ror.org/04r739x86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0518mdr56", - "https://ror.org/05d8s8843", - "https://ror.org/01qt4dq02", - "https://ror.org/00pe39y85", - "https://ror.org/04excst21", - "https://ror.org/01rab9670", - "https://ror.org/04hqnrz12", - "https://ror.org/03ty9nf77" - ] - }, - "https://ror.org/05yab6874": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0153e3n79", - "https://ror.org/02anmpm17", - "https://ror.org/049tb1q96", - "https://ror.org/00g8m1t29" - ] - }, - "https://ror.org/02qjtm453": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bb8wr45" - ] - }, - "https://ror.org/0114c6692": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03yz3w307" - ] - }, - "https://ror.org/049zatd98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05j0wr821", - "https://ror.org/02qkrgf06", - "https://ror.org/01age2z78" - ] - }, - "https://ror.org/04hmrvg91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03zxsvn45", - "https://ror.org/02hbm4s94", - "https://ror.org/02vkk3485", - "https://ror.org/00jrevc54" - ] - }, - "https://ror.org/0016z8240": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00vvx9s89" - ] - }, - "https://ror.org/01mb01m85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mytnc41" - ] - }, - "https://ror.org/05434fs92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ex6cf31", - "https://ror.org/05db1vq90", - "https://ror.org/01q47ea17", - "https://ror.org/0580dnq61", - "https://ror.org/035xqz322", - "https://ror.org/02kjy2z57", - "https://ror.org/002h4ry72" - ] - }, - "https://ror.org/05rex1605": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/025bepc78", - "https://ror.org/03xg8x064", - "https://ror.org/05jg70019" - ] - }, - "https://ror.org/0359s0245": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02jkzvy92", - "https://ror.org/05p2jqf06", - "https://ror.org/00nahqd12", - "https://ror.org/017f0cd82", - "https://ror.org/05yhca997", - "https://ror.org/04zxf4256" - ] - }, - "https://ror.org/055kr0e44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qjh7r74" - ] - }, - "https://ror.org/01m260238": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054z5aj03", - "https://ror.org/02zwppv60" - ] - }, - "https://ror.org/015w2wb33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03mw0t712", - "https://ror.org/0521fzc39", - "https://ror.org/04z1wkk88", - "https://ror.org/04ve2jr14", - "https://ror.org/00pph5857", - "https://ror.org/01kxqsy59", - "https://ror.org/0394awa03", - "https://ror.org/05vjgy768", - "https://ror.org/02m0v4a06" - ] - }, - "https://ror.org/045072k07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01595ga64" - ] - }, - "https://ror.org/01jy49h31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bvw9k90", - "https://ror.org/02s39fg77", - "https://ror.org/053cetp63", - "https://ror.org/02rc7rz93" - ] - }, - "https://ror.org/015bz4634": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044ddr125", - "https://ror.org/01vaekj86", - "https://ror.org/03ceqgg02" - ] - }, - "https://ror.org/04z3mgg43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0328rvw59" - ] - }, - "https://ror.org/0290x3782": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05kvda021" - ] - }, - "https://ror.org/0431b2v07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05vab6055", - "https://ror.org/017sx9325", - "https://ror.org/02paapn48", - "https://ror.org/02ptcjs87" - ] - }, - "https://ror.org/01cfgbq85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/053vhdz56" - ] - }, - "https://ror.org/02adgag39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05p81fj60" - ] - }, - "https://ror.org/017ctmv39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00p3k1n22", - "https://ror.org/02y4q0y44", - "https://ror.org/04achrx04", - "https://ror.org/003rpah63", - "https://ror.org/05br4cc69", - "https://ror.org/0579kbh86" - ] - }, - "https://ror.org/029fngx98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wfedj41" - ] - }, - "https://ror.org/05njyag92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056xtp403", - "https://ror.org/01qc33y56", - "https://ror.org/04fvg7665", - "https://ror.org/03s2yse38", - "https://ror.org/01x24z916", - "https://ror.org/02mwnfc70", - "https://ror.org/03m5h1s11", - "https://ror.org/00e936y53", - "https://ror.org/05ebt7533", - "https://ror.org/0149y8a98" - ] - }, - "https://ror.org/039pgdx28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004hb4039", - "https://ror.org/03cbf2j49", - "https://ror.org/049jgef55" - ] - }, - "https://ror.org/00nkkkz19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051qqsf31" - ] - }, - "https://ror.org/05gcat543": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00fb2p217", - "https://ror.org/017vj1d34", - "https://ror.org/05gawss62", - "https://ror.org/027m81w73" - ] - }, - "https://ror.org/02as34v38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0371j5q71" - ] - }, - "https://ror.org/0385nmy68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01skt4w74", - "https://ror.org/038dte259", - "https://ror.org/01mbbxx50", - "https://ror.org/05hxrpj87", - "https://ror.org/011t9p927", - "https://ror.org/041100z65" - ] - }, - "https://ror.org/03vz6gs79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05c4twb82", - "https://ror.org/031h48w98", - "https://ror.org/008hf2578", - "https://ror.org/033eygk88", - "https://ror.org/013acqk67" - ] - }, - "https://ror.org/04z69s492": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00x8a1s60", - "https://ror.org/00fpmfs44", - "https://ror.org/058w9hg07", - "https://ror.org/04qcrp855", - "https://ror.org/008hq2e16", - "https://ror.org/03p05j480" - ] - }, - "https://ror.org/04w5tkp91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/012v3yp34" - ] - }, - "https://ror.org/03m91y692": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02raw4k91", - "https://ror.org/047eytq20", - "https://ror.org/037mzh527" - ] - }, - "https://ror.org/02bez8p50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wgsss62", - "https://ror.org/042any649", - "https://ror.org/02c97ng92", - "https://ror.org/04304vh75", - "https://ror.org/024xs2z82", - "https://ror.org/039ft6244", - "https://ror.org/00ppxc472", - "https://ror.org/02j3enb93", - "https://ror.org/03ycssf34" - ] - }, - "https://ror.org/03end3932": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04q4re318" - ] - }, - "https://ror.org/03e278q38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04p5w4d81", - "https://ror.org/01bshdg19", - "https://ror.org/00z299818" - ] - }, - "https://ror.org/053cqar38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05kjm8921" - ] - }, - "https://ror.org/04831wp37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01q61vc37" - ] - }, - "https://ror.org/01wen3r86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02wnznw20" - ] - }, - "https://ror.org/05qe3gd58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qtc5416", - "https://ror.org/04k5pc475" - ] - }, - "https://ror.org/02r30yj10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/000mza046" - ] - }, - "https://ror.org/03hs0j596": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04as3by48" - ] - }, - "https://ror.org/013gjg633": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02x5exm81", - "https://ror.org/03yr8h660", - "https://ror.org/035wk0p43" - ] - }, - "https://ror.org/004np0e76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/000va8z45" - ] - }, - "https://ror.org/005jham19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04fnnnw43" - ] - }, - "https://ror.org/038es7c44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04k8qhz96" - ] - }, - "https://ror.org/05en24r36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00fvw4t71" - ] - }, - "https://ror.org/03qx9tc91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00c6b1k17", - "https://ror.org/05nrca761", - "https://ror.org/03amxdk57", - "https://ror.org/02d3w1b29", - "https://ror.org/01nb27779", - "https://ror.org/01mge3v08" - ] - }, - "https://ror.org/03zydm450": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00zn2c847", - "https://ror.org/033rx1153" - ] - }, - "https://ror.org/01j39zs89": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01f15gz68" - ] - }, - "https://ror.org/020cpqb94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dqfzf20", - "https://ror.org/02e8hzf44", - "https://ror.org/03kpa7r53", - "https://ror.org/03y1rev40", - "https://ror.org/05fscjm95", - "https://ror.org/03a1rt493", - "https://ror.org/003qr7703", - "https://ror.org/058ma0d84", - "https://ror.org/03kpa7r53", - "https://ror.org/03y1rev40", - "https://ror.org/05fscjm95", - "https://ror.org/03ee58b76", - "https://ror.org/03a1rt493", - "https://ror.org/003qr7703", - "https://ror.org/058ma0d84" - ] - }, - "https://ror.org/05474q779": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/039t7ab07" - ] - }, - "https://ror.org/02vmgn461": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02fwpc710" - ] - }, - "https://ror.org/03spsm219": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01chs2347" - ] - }, - "https://ror.org/03azrqe31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0117s3e61" - ] - }, - "https://ror.org/02ybv7q93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00c97z041", - "https://ror.org/00g0b5e28", - "https://ror.org/03n8fxy07", - "https://ror.org/0475zhg63", - "https://ror.org/00rw7g836", - "https://ror.org/0336f9q30", - "https://ror.org/0111g6367" - ] - }, - "https://ror.org/04zvb9t44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04yeh8h63", - "https://ror.org/03skdv165", - "https://ror.org/021nszj63" - ] - }, - "https://ror.org/02cm8kt07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052xw2c95" - ] - }, - "https://ror.org/043bgf219": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03j4rrt43", - "https://ror.org/001575385" - ] - }, - "https://ror.org/04cmxh670": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03grn3q81" - ] - }, - "https://ror.org/053d55q96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/001yh3598", - "https://ror.org/003mewa18", - "https://ror.org/052v1zn95", - "https://ror.org/05er00a75" - ] - }, - "https://ror.org/00pgy3a44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0323hgh72", - "https://ror.org/00qszmz13" - ] - }, - "https://ror.org/03f4vp463": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031zv7121" - ] - }, - "https://ror.org/00bh09051": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ppzqx84" - ] - }, - "https://ror.org/002adfz67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01044pa52", - "https://ror.org/00yqk5t74", - "https://ror.org/04cgfe294", - "https://ror.org/04g4p0a45" - ] - }, - "https://ror.org/05hkma334": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/053qp6k29" - ] - }, - "https://ror.org/03xxx9y67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ghyw285", - "https://ror.org/05j3vdc31" - ] - }, - "https://ror.org/0288vq897": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04y5qg507" - ] - }, - "https://ror.org/00r254y42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04sbdyg82" - ] - }, - "https://ror.org/00tc93763": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00c4q9a37", - "https://ror.org/02q3acz97", - "https://ror.org/0288rsm64" - ] - }, - "https://ror.org/00wtmxk58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01j1bxw34" - ] - }, - "https://ror.org/02qp62108": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/057vybt25" - ] - }, - "https://ror.org/01bv1r935": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05nz79105", - "https://ror.org/00afj9w65" - ] - }, - "https://ror.org/05s0g1g46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02zehhs18", - "https://ror.org/041j42q70", - "https://ror.org/00bfgxv06", - "https://ror.org/022j2n646", - "https://ror.org/002kje223" - ] - }, - "https://ror.org/01vetdz59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ykkkr84" - ] - }, - "https://ror.org/0044vax59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04e55pr56" - ] - }, - "https://ror.org/03bxx2b53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04fpmef97", - "https://ror.org/00w4q6f22" - ] - }, - "https://ror.org/02y22dj89": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047m1md22", - "https://ror.org/02kv9s375" - ] - }, - "https://ror.org/020dxsp50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03xw8f892" - ] - }, - "https://ror.org/029e6xb19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00y22s337" - ] - }, - "https://ror.org/05kcy9z49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04sd5y079" - ] - }, - "https://ror.org/047yd6g50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0487grk59" - ] - }, - "https://ror.org/002z0cd60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/019znhj20", - "https://ror.org/02hj7hh93", - "https://ror.org/007q1v885", - "https://ror.org/01w8n3n62", - "https://ror.org/01wan7431", - "https://ror.org/00racmn62", - "https://ror.org/00x39dd97" - ] - }, - "https://ror.org/00hqdve77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/016sgt720" - ] - }, - "https://ror.org/00gsbmb44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/036gc1b60" - ] - }, - "https://ror.org/00wm3b005": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02km85a12", - "https://ror.org/01qcf5s69", - "https://ror.org/0348bpw87", - "https://ror.org/03c7ss521", - "https://ror.org/01c74sd89", - "https://ror.org/05hh7s019", - "https://ror.org/00ft7bw25", - "https://ror.org/053bqv655", - "https://ror.org/053t12b24", - "https://ror.org/00ba1ja72", - "https://ror.org/030c4gr60", - "https://ror.org/0442wxc77", - "https://ror.org/01f8c3y78", - "https://ror.org/01p4rys65" - ] - }, - "https://ror.org/01vs9w702": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0588ktq11", - "https://ror.org/01thwj886" - ] - }, - "https://ror.org/05h8dpx23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04n50f417" - ] - }, - "https://ror.org/000714v43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05myb9s25" - ] - }, - "https://ror.org/01jpp1g73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01vvkvt81", - "https://ror.org/02admgw40", - "https://ror.org/01b6ear34", - "https://ror.org/02x7pye76" - ] - }, - "https://ror.org/000etmf12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00wjam130" - ] - }, - "https://ror.org/04etsch95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ww0ej05", - "https://ror.org/01nf9fw76", - "https://ror.org/05h72ek27", - "https://ror.org/03xn8jx42", - "https://ror.org/059s01p87" - ] - }, - "https://ror.org/035jeda71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/034c9fe80", - "https://ror.org/026b2vr33" - ] - }, - "https://ror.org/048j11q41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04w7p1s44" - ] - }, - "https://ror.org/00maqzy82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05qcvcp08" - ] - }, - "https://ror.org/02th50f93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/016mr6c68" - ] - }, - "https://ror.org/00ansy136": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00p9rsf63" - ] - }, - "https://ror.org/00zbvyk98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055bwqk39" - ] - }, - "https://ror.org/03jcesj83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017n5tt56" - ] - }, - "https://ror.org/01c0x3431": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00hfjx819", - "https://ror.org/045d0h266" - ] - }, - "https://ror.org/01k9hhd91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01hzjbc83", - "https://ror.org/021tea790", - "https://ror.org/049zsmy36" - ] - }, - "https://ror.org/026meq292": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0048he143" - ] - }, - "https://ror.org/04d8haw14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02f3d5q63" - ] - }, - "https://ror.org/04as6y835": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/059n14w82", - "https://ror.org/02pvy4b66" - ] - }, - "https://ror.org/007tnc411": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0564jxa35", - "https://ror.org/02yq51g52" - ] - }, - "https://ror.org/01ffb7n67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00y0kp964", - "https://ror.org/03nnn1t12" - ] - }, - "https://ror.org/057d3rj91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04dxh1n93", - "https://ror.org/03awtex73" - ] - }, - "https://ror.org/05tqy0n53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05f6pr134" - ] - }, - "https://ror.org/05kfq2558": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05npdkv31" - ] - }, - "https://ror.org/004g36n56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ethns06" - ] - }, - "https://ror.org/04w9kkr77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01h4kpz66", - "https://ror.org/017k52s24", - "https://ror.org/02g99an58" - ] - }, - "https://ror.org/01pww5j30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02gktfy53" - ] - }, - "https://ror.org/03j4eb467": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04kwb2d55" - ] - }, - "https://ror.org/03mcwam86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05echw708", - "https://ror.org/00v7z6m55", - "https://ror.org/056v1sx90" - ] - }, - "https://ror.org/021wbbm64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049dr2b41", - "https://ror.org/04hqvm002" - ] - }, - "https://ror.org/04qav7246": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04515fs89" - ] - }, - "https://ror.org/01r23yy10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wjh4t84" - ] - }, - "https://ror.org/049e6hd13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/024xst005", - "https://ror.org/003tbr369" - ] - }, - "https://ror.org/0108txz43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031n13782" - ] - }, - "https://ror.org/04ryqpf83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03kx9nw13", - "https://ror.org/05rbqz184", - "https://ror.org/01zkeq752", - "https://ror.org/031sgpn76", - "https://ror.org/03z3d5x54", - "https://ror.org/05nqd9f14", - "https://ror.org/05x7wqc91" - ] - }, - "https://ror.org/03mwypp50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042b06z11", - "https://ror.org/00meg4816", - "https://ror.org/006h87a74", - "https://ror.org/04kq05542", - "https://ror.org/02wg88z59", - "https://ror.org/03ym6b665", - "https://ror.org/00n2d9253", - "https://ror.org/0582rgx13", - "https://ror.org/05c11kf69" - ] - }, - "https://ror.org/02xstv633": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031rbfd73", - "https://ror.org/033a14h05", - "https://ror.org/02w60ja15", - "https://ror.org/057vt6455" - ] - }, - "https://ror.org/03dewsa74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04yhya597" - ] - }, - "https://ror.org/04qparf31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/034r0b090" - ] - }, - "https://ror.org/02e36tk84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04y65f081" - ] - }, - "https://ror.org/058mdz444": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0584ana26" - ] - }, - "https://ror.org/03zgv2124": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01d22jf15", - "https://ror.org/00bsqmj12" - ] - }, - "https://ror.org/0126jpc81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03dtf6g75" - ] - }, - "https://ror.org/003j7nn34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zq68n70", - "https://ror.org/00rrtbd20" - ] - }, - "https://ror.org/03fk8t087": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02y0fdf18", - "https://ror.org/05y6c0296" - ] - }, - "https://ror.org/0082ybm03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04n34rm95", - "https://ror.org/0405mnx93", - "https://ror.org/033ztpr93", - "https://ror.org/001zwgm84" - ] - }, - "https://ror.org/00baer621": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00tqpxw66", - "https://ror.org/029pazr57", - "https://ror.org/0130rew69", - "https://ror.org/0197t7j38", - "https://ror.org/05evjvn31", - "https://ror.org/03ckvbj98", - "https://ror.org/053wha491", - "https://ror.org/00fj3a809", - "https://ror.org/02vfd3q08", - "https://ror.org/04a105t20" - ] - }, - "https://ror.org/0594s0e67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0483mr804", - "https://ror.org/0174nh398", - "https://ror.org/03032jm09" - ] - }, - "https://ror.org/02gxz0343": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dyr0c82" - ] - }, - "https://ror.org/03ycv1b86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00evgsc59", - "https://ror.org/00ms70536" - ] - }, - "https://ror.org/0427e1040": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04w5z8h61", - "https://ror.org/018cmez05", - "https://ror.org/05h3wd214", - "https://ror.org/03pfyd630", - "https://ror.org/05tcd6p82", - "https://ror.org/01r5r0r56" - ] - }, - "https://ror.org/04fy6j421": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027327e78" - ] - }, - "https://ror.org/0328xw886": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05n451y37" - ] - }, - "https://ror.org/04kz5k469": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05jse4442" - ] - }, - "https://ror.org/01fx4eg39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03rppfx49", - "https://ror.org/04znqn582" - ] - }, - "https://ror.org/04pq0yg77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04yd6pw26", - "https://ror.org/017cmyy42" - ] - }, - "https://ror.org/04qvzh720": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05fk0de79" - ] - }, - "https://ror.org/0076zct58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01mwqr173" - ] - }, - "https://ror.org/02gd18467": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/038zxea36", - "https://ror.org/05vgg2c14" - ] - }, - "https://ror.org/04079cq52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02byvsq24" - ] - }, - "https://ror.org/03d3v3e93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00rmh4k73", - "https://ror.org/04qvy9k41", - "https://ror.org/01j538c21" - ] - }, - "https://ror.org/04t99fj98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02nkqtg17", - "https://ror.org/024sym234" - ] - }, - "https://ror.org/058gs5s26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011nx7d79" - ] - }, - "https://ror.org/057xaw849": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04b787h29", - "https://ror.org/00bm58p15" - ] - }, - "https://ror.org/03cew4h50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05gx19t11" - ] - }, - "https://ror.org/02pbsj156": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/043qn6y55", - "https://ror.org/02kd16s45", - "https://ror.org/04jskgv42" - ] - }, - "https://ror.org/01ynvwr63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02a5q3y73", - "https://ror.org/04jep6391" - ] - }, - "https://ror.org/010ypq317": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dt08z19", - "https://ror.org/004p7xa79", - "https://ror.org/02akjg578", - "https://ror.org/05apdps44" - ] - }, - "https://ror.org/03kr0f697": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/019thgp94" - ] - }, - "https://ror.org/03821ge86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/008dmmd16" - ] - }, - "https://ror.org/04r1s2546": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zskeg15", - "https://ror.org/03eq22881", - "https://ror.org/03k31z678", - "https://ror.org/05dqm7k77" - ] - }, - "https://ror.org/057csh885": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02hm5wz09", - "https://ror.org/054dsb308", - "https://ror.org/02p6pjw94" - ] - }, - "https://ror.org/018dcfg43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05cb6kb05" - ] - }, - "https://ror.org/054bs2v13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ysdg006", - "https://ror.org/05csn7t20", - "https://ror.org/01h2jcs31", - "https://ror.org/016nh4b93", - "https://ror.org/00ngea848", - "https://ror.org/01cbjg783", - "https://ror.org/01t63bj13", - "https://ror.org/01jrr6c68", - "https://ror.org/02c944e82", - "https://ror.org/03f6gnd82", - "https://ror.org/0230wyg61" - ] - }, - "https://ror.org/04sz0rs34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00qy8yz42" - ] - }, - "https://ror.org/019ssje31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05qydhq49", - "https://ror.org/046nba540" - ] - }, - "https://ror.org/002czwf36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04esh0d76" - ] - }, - "https://ror.org/05y2vby93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wnz4487", - "https://ror.org/05k07p323", - "https://ror.org/02yrcx115", - "https://ror.org/03gqc7y13" - ] - }, - "https://ror.org/029255j70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045czjy48" - ] - }, - "https://ror.org/05ckqx151": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007sp7t15", - "https://ror.org/0125xqd86" - ] - }, - "https://ror.org/00fd6f737": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004zjze34" - ] - }, - "https://ror.org/00kmz4377": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01stsya15", - "https://ror.org/00r520291" - ] - }, - "https://ror.org/00pfg3v73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04bjbc484", - "https://ror.org/03t0ndf94" - ] - }, - "https://ror.org/02vdjrg05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00e7r7m66" - ] - }, - "https://ror.org/04zmjp854": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03mzsqd80" - ] - }, - "https://ror.org/047dyfk64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/023vqza20" - ] - }, - "https://ror.org/01d1vqp66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/038v5dr76" - ] - }, - "https://ror.org/049d9a475": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05393h285", - "https://ror.org/02n80qr18", - "https://ror.org/01wsvqq22", - "https://ror.org/047225g28" - ] - }, - "https://ror.org/0107w4315": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05jhpk184", - "https://ror.org/038c5sp60", - "https://ror.org/02nxw7t86", - "https://ror.org/006jjmw19" - ] - }, - "https://ror.org/05v6eh043": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027t58004", - "https://ror.org/01bt82v32" - ] - }, - "https://ror.org/017xncd55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/034c1gc25", - "https://ror.org/04pd4jr17", - "https://ror.org/03d1wq758" - ] - }, - "https://ror.org/01csgpy33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04fdkjq44" - ] - }, - "https://ror.org/034m9g361": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0032hsp73" - ] - }, - "https://ror.org/05tn2bq24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00p6q5476", - "https://ror.org/04vgz8j88" - ] - }, - "https://ror.org/05g35d951": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01eycqy43", - "https://ror.org/052ra0j05" - ] - }, - "https://ror.org/05acrxx45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01jj2sr90" - ] - }, - "https://ror.org/02g802m02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/026jj6489" - ] - }, - "https://ror.org/04q0ja294": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01p0xth29", - "https://ror.org/026mp1041" - ] - }, - "https://ror.org/028gm7992": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zhhva53", - "https://ror.org/05km9hp38", - "https://ror.org/02c1c4p76" - ] - }, - "https://ror.org/00n4nbp68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05404pa79", - "https://ror.org/03qrwy954", - "https://ror.org/045wd8a95", - "https://ror.org/05b1whg73" - ] - }, - "https://ror.org/00w205b62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/008qy0g71", - "https://ror.org/02xjx7622", - "https://ror.org/0381d4058" - ] - }, - "https://ror.org/012e9j548": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01smmxq73", - "https://ror.org/04sxdc114", - "https://ror.org/02hsexy86" - ] - }, - "https://ror.org/01avjet51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mtbrk18", - "https://ror.org/02rg9ze43" - ] - }, - "https://ror.org/05scg1q91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044qh7c61", - "https://ror.org/051cacg72", - "https://ror.org/04yc38g92", - "https://ror.org/00gpwad22", - "https://ror.org/05pwyzq32" - ] - }, - "https://ror.org/05r9by079": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/015mn5k65" - ] - }, - "https://ror.org/00dpx2d03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02atdvd89" - ] - }, - "https://ror.org/00en6p903": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02y070a55", - "https://ror.org/05cpqsp49" - ] - }, - "https://ror.org/054xyc945": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0148s0r28", - "https://ror.org/02w4b7q15" - ] - }, - "https://ror.org/039479p46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01q11am17" - ] - }, - "https://ror.org/02bbana41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/058peea52", - "https://ror.org/02zwxrr04" - ] - }, - "https://ror.org/002zrf773": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ae31880", - "https://ror.org/04d3djg48" - ] - }, - "https://ror.org/04d87y574": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02tj04e91" - ] - }, - "https://ror.org/0485axj58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xnck737", - "https://ror.org/04q5w0t20", - "https://ror.org/05bfg0961", - "https://ror.org/01qqpzg67", - "https://ror.org/01yg3ff09", - "https://ror.org/046xy0k58", - "https://ror.org/02yjksy18", - "https://ror.org/01zbzxe52", - "https://ror.org/029d98p07", - "https://ror.org/011cztj49" - ] - }, - "https://ror.org/04r49a107": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02084tv33", - "https://ror.org/00vwet919" - ] - }, - "https://ror.org/05ntqke24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vtstx21", - "https://ror.org/04749sq68", - "https://ror.org/03h6d4166", - "https://ror.org/045dgap26", - "https://ror.org/01w756144", - "https://ror.org/01t45et45", - "https://ror.org/00w8p4b22", - "https://ror.org/03txk6b49", - "https://ror.org/04ep6k202" - ] - }, - "https://ror.org/05eq12k28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/025yf4572" - ] - }, - "https://ror.org/030zsh764": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027q9k466", - "https://ror.org/049d3ch40", - "https://ror.org/01d6tbx77" - ] - }, - "https://ror.org/02jfsex62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04yk5p402" - ] - }, - "https://ror.org/059pjy887": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049bgw803", - "https://ror.org/030jh8c52" - ] - }, - "https://ror.org/01nknep14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04td0zn33", - "https://ror.org/04r67yj20" - ] - }, - "https://ror.org/01kaqt385": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004wdwb09", - "https://ror.org/03zvd4s03" - ] - }, - "https://ror.org/055xrn550": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00frzd868", - "https://ror.org/01wnzxq37", - "https://ror.org/04kzhn079", - "https://ror.org/00mrcjr06", - "https://ror.org/013s9ta35" - ] - }, - "https://ror.org/058az4744": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0252twa85", - "https://ror.org/00gy3sh45" - ] - }, - "https://ror.org/00ntmzg98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00vdy5891", - "https://ror.org/05wg45912", - "https://ror.org/01ba6zt09", - "https://ror.org/051vnys61" - ] - }, - "https://ror.org/05w72d176": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052963a64" - ] - }, - "https://ror.org/008g9p546": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02abmp507" - ] - }, - "https://ror.org/0369thf37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055x7ey06" - ] - }, - "https://ror.org/046b74p91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/015vhyq37" - ] - }, - "https://ror.org/03xaz7s88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0157pnt69", - "https://ror.org/04n1me355", - "https://ror.org/025ecfn45", - "https://ror.org/00f4jdp82", - "https://ror.org/0197n2v40", - "https://ror.org/0074grg94", - "https://ror.org/00p55jd14", - "https://ror.org/05sy8gb82", - "https://ror.org/05sy8gb82", - "https://ror.org/05sy8gb82" - ] - }, - "https://ror.org/04jwsnw10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03egbv816" - ] - }, - "https://ror.org/034d0qf45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/026zvyv64", - "https://ror.org/04dkqr510", - "https://ror.org/01433ep44" - ] - }, - "https://ror.org/02bbd5539": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01mycfe72", - "https://ror.org/02efxmp95", - "https://ror.org/01784jw84", - "https://ror.org/00k551w06" - ] - }, - "https://ror.org/02hwey921": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0366tzh77" - ] - }, - "https://ror.org/012jkjf69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01h0jwd72", - "https://ror.org/03d11xx07" - ] - }, - "https://ror.org/01k4bzh19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00n19h079" - ] - }, - "https://ror.org/02vxa5545": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01bcv2838" - ] - }, - "https://ror.org/05xcney74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00edt5124" - ] - }, - "https://ror.org/001f7a930": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010d4kb47" - ] - }, - "https://ror.org/01znsh139": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01d71b291", - "https://ror.org/042rb3y95", - "https://ror.org/03j0njm34" - ] - }, - "https://ror.org/01fqg5k81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01nkx9v56", - "https://ror.org/00np0kv70", - "https://ror.org/05s0ee237", - "https://ror.org/059k3db98", - "https://ror.org/05r3pfn29", - "https://ror.org/03k6c3c61", - "https://ror.org/03j7t7330", - "https://ror.org/01fpjqs91", - "https://ror.org/03drznb24" - ] - }, - "https://ror.org/0125p4c40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03kfw6k71" - ] - }, - "https://ror.org/04tp44r29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ag4vf25", - "https://ror.org/037tmrg70", - "https://ror.org/05ts5ga89" - ] - }, - "https://ror.org/00awr5166": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qs9kr26", - "https://ror.org/01gymhc20", - "https://ror.org/036wf7b34" - ] - }, - "https://ror.org/043fjaj52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05299tt38" - ] - }, - "https://ror.org/05vp4ka74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054c9y537" - ] - }, - "https://ror.org/056h1w707": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/006psag97" - ] - }, - "https://ror.org/01n04jf21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01gw9ve49" - ] - }, - "https://ror.org/04rtc8031": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052j6vb86", - "https://ror.org/032tkjf28" - ] - }, - "https://ror.org/009a9gs26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qw2v147" - ] - }, - "https://ror.org/002atrf55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03z222993", - "https://ror.org/027sxqf09" - ] - }, - "https://ror.org/03q5mqx63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02q70n095", - "https://ror.org/011cc8156" - ] - }, - "https://ror.org/05939ef94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00vj7a915", - "https://ror.org/05ncq9g28" - ] - }, - "https://ror.org/00q4gxb20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wsdn138", - "https://ror.org/02gdc0c96", - "https://ror.org/02vdhzt47" - ] - }, - "https://ror.org/01at47r33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056gaxr94" - ] - }, - "https://ror.org/017sazg79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ww6xe24" - ] - }, - "https://ror.org/027q99w81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05jddt560" - ] - }, - "https://ror.org/00aj77a24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ffpww43", - "https://ror.org/0515efc31", - "https://ror.org/00b8vr735", - "https://ror.org/04kvtp152", - "https://ror.org/022dg8423", - "https://ror.org/01c5aqt35", - "https://ror.org/03w8f2q69" - ] - }, - "https://ror.org/00a45e114": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ehy3369", - "https://ror.org/04c2j1p40", - "https://ror.org/04xbyac61", - "https://ror.org/03dgxrg98", - "https://ror.org/05eqkxh55", - "https://ror.org/04wzh0d51", - "https://ror.org/02sf8e546", - "https://ror.org/05v556078", - "https://ror.org/05wf9ss90" - ] - }, - "https://ror.org/016j39z10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0181yrz32" - ] - }, - "https://ror.org/02b3ny291": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/016mnyy39" - ] - }, - "https://ror.org/02azyxf26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03eydf751", - "https://ror.org/01g4ze844", - "https://ror.org/04y0g6r28", - "https://ror.org/038ajj330", - "https://ror.org/03td08d28" - ] - }, - "https://ror.org/0415p9s42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003kp3v47", - "https://ror.org/02r7w5t06", - "https://ror.org/03f1m2f12", - "https://ror.org/0401v0x80" - ] - }, - "https://ror.org/01h8xv021": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013c4m264", - "https://ror.org/048wd7x80" - ] - }, - "https://ror.org/0377kyv52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00b43q041", - "https://ror.org/00kgv1q58", - "https://ror.org/03p30f964", - "https://ror.org/04h74qb21" - ] - }, - "https://ror.org/05ntqkc30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049sr1d03" - ] - }, - "https://ror.org/02p5tqh12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/029aeh759" - ] - }, - "https://ror.org/043affe91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05t0zzz08", - "https://ror.org/05rxrqv32", - "https://ror.org/05mmp2p33", - "https://ror.org/00cg4a205", - "https://ror.org/01an04p26", - "https://ror.org/02p2ybt36", - "https://ror.org/02nwyam20", - "https://ror.org/04t7jet59", - "https://ror.org/019pmpn80" - ] - }, - "https://ror.org/05e0mbv58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01vqcjq29" - ] - }, - "https://ror.org/05thqfz72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0010ry587", - "https://ror.org/01t7act74" - ] - }, - "https://ror.org/04tqgg260": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ej9s373" - ] - }, - "https://ror.org/00gy17c75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022h9xz52" - ] - }, - "https://ror.org/04hsn8391": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0033y0972", - "https://ror.org/03xxy5a58", - "https://ror.org/02vzyrj94", - "https://ror.org/05jc5ee02", - "https://ror.org/038a3nh93", - "https://ror.org/03e1ayz78" - ] - }, - "https://ror.org/03s48cw66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02952et24" - ] - }, - "https://ror.org/039pwme76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mkscs58" - ] - }, - "https://ror.org/004zaxy19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04q4ktw86", - "https://ror.org/009dxjw45", - "https://ror.org/010brrt54" - ] - }, - "https://ror.org/02v6nd536": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05j78sg27", - "https://ror.org/05sjgdh57" - ] - }, - "https://ror.org/04fbd2g40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052htmq47" - ] - }, - "https://ror.org/04mw34986": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05xdd0k85", - "https://ror.org/056ct0w58", - "https://ror.org/05gh5ar80", - "https://ror.org/02xex0f63" - ] - }, - "https://ror.org/042fpk261": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00c7qwq82" - ] - }, - "https://ror.org/01yhxf067": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042q91e23" - ] - }, - "https://ror.org/0295epx19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qf21777" - ] - }, - "https://ror.org/016x3qj75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007emtd94" - ] - }, - "https://ror.org/01m2sr579": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/008mypn13", - "https://ror.org/01ptsgx95" - ] - }, - "https://ror.org/03rf62a76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/001z7yr93" - ] - }, - "https://ror.org/03s68kq02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01nzgtr23" - ] - }, - "https://ror.org/01qek4j34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02g9gg448" - ] - }, - "https://ror.org/04xybmk80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05wge1d25" - ] - }, - "https://ror.org/01kv9ne32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04b4jcw62" - ] - }, - "https://ror.org/03xq46679": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03tz15v17", - "https://ror.org/00hhh2m32" - ] - }, - "https://ror.org/02rkwhb32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052q0wb68" - ] - }, - "https://ror.org/03459qp74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05e6atz65", - "https://ror.org/02prj1520", - "https://ror.org/04h1pxn55" - ] - }, - "https://ror.org/05740ft58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02j3h8a82" - ] - }, - "https://ror.org/01ctnwa22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02zfaen51" - ] - }, - "https://ror.org/018fdr531": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/039hegs97", - "https://ror.org/0047ad446" - ] - }, - "https://ror.org/024dbdr63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0584fw805", - "https://ror.org/00gc37a46" - ] - }, - "https://ror.org/05s5kq870": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05etjgx39" - ] - }, - "https://ror.org/04hsqns05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010fbtk71" - ] - }, - "https://ror.org/05f2srq42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042hp4645" - ] - }, - "https://ror.org/02tk2gv85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02rffwf78" - ] - }, - "https://ror.org/0393dce17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04cv1dy58" - ] - }, - "https://ror.org/050pc9c24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01e7k1548" - ] - }, - "https://ror.org/0190rg629": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/059cchq73" - ] - }, - "https://ror.org/010c9nr19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01r1v8s38", - "https://ror.org/049gvsd25", - "https://ror.org/02em6e271", - "https://ror.org/05g6qd913", - "https://ror.org/01mx6gt82" - ] - }, - "https://ror.org/04z572642": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0286eck14" - ] - }, - "https://ror.org/03ve07f57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04gbnqd17" - ] - }, - "https://ror.org/0060zp422": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03t4qcg79" - ] - }, - "https://ror.org/02dnajs12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/033pzck63" - ] - }, - "https://ror.org/05y20sz16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013spkf41" - ] - }, - "https://ror.org/037n8p820": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017pbda46" - ] - }, - "https://ror.org/01hdcyq69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04vcmzn19", - "https://ror.org/05ppcbv70", - "https://ror.org/022059r74", - "https://ror.org/059cy3h71" - ] - }, - "https://ror.org/03tmjzy81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02he8hw70" - ] - }, - "https://ror.org/00fgmmg43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01mrzcs29" - ] - }, - "https://ror.org/003g29k51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05y07xr60" - ] - }, - "https://ror.org/05khkqa44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01pd36221" - ] - }, - "https://ror.org/00r9rdf15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05hppb561", - "https://ror.org/00hef7f20", - "https://ror.org/027ymyq71" - ] - }, - "https://ror.org/02zb8tm77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ffzw118", - "https://ror.org/03vemr371" - ] - }, - "https://ror.org/03vtyzs10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ssgxk51", - "https://ror.org/000kfx178", - "https://ror.org/05yd3zv45", - "https://ror.org/031swr525", - "https://ror.org/03jjx5w61" - ] - }, - "https://ror.org/0227qpa16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03pghek18" - ] - }, - "https://ror.org/006s85q77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02zqq5p14", - "https://ror.org/00nhwjb64", - "https://ror.org/05byphg89", - "https://ror.org/045j7j567", - "https://ror.org/03517qf88" - ] - }, - "https://ror.org/05yede386": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00hevc163" - ] - }, - "https://ror.org/03zaddr67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017hm5p20", - "https://ror.org/03tb37539", - "https://ror.org/004hydx84" - ] - }, - "https://ror.org/031tysd23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0325p1j31", - "https://ror.org/00c3ee991" - ] - }, - "https://ror.org/03zj6v943": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01pbz1b98" - ] - }, - "https://ror.org/05xjh4a29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05bhe6d02" - ] - }, - "https://ror.org/04vck0k59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052wtvs60", - "https://ror.org/04ak1vs79" - ] - }, - "https://ror.org/0586wsk08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wwajd53" - ] - }, - "https://ror.org/05qd85289": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020bmkg54" - ] - }, - "https://ror.org/022283x63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03hsngx15", - "https://ror.org/01n3xc149" - ] - }, - "https://ror.org/00w3adw05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bsv7x15", - "https://ror.org/01ftjhs10", - "https://ror.org/02w96wv37", - "https://ror.org/01z9k3j07" - ] - }, - "https://ror.org/04z7k0065": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04sxzk018", - "https://ror.org/02av1as94" - ] - }, - "https://ror.org/01ep0vp31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04f5yeh75", - "https://ror.org/03ceayq64" - ] - }, - "https://ror.org/04t6erm02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00cp8tk34", - "https://ror.org/05wgrpp48" - ] - }, - "https://ror.org/01kh3en48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03967py46", - "https://ror.org/035vrvw61", - "https://ror.org/02znknb21", - "https://ror.org/04s6bs470" - ] - }, - "https://ror.org/01je02926": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/000849h34" - ] - }, - "https://ror.org/04kpzy923": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0154ejv33", - "https://ror.org/05chwyh56", - "https://ror.org/03pqmqc37" - ] - }, - "https://ror.org/03ge13j80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055sayf44" - ] - }, - "https://ror.org/040ppgc54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044g7e667" - ] - }, - "https://ror.org/019r04q09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05kb6er29" - ] - }, - "https://ror.org/01s5zad14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05erxm859", - "https://ror.org/04rmgk816", - "https://ror.org/049r42y35" - ] - }, - "https://ror.org/03rnv3v52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vrea996" - ] - }, - "https://ror.org/03agge938": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/005nnp672", - "https://ror.org/034a28j20", - "https://ror.org/00reyx053" - ] - }, - "https://ror.org/01e9c5p79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00831g358" - ] - }, - "https://ror.org/03rb80v65": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01xa11r83" - ] - }, - "https://ror.org/02rna7j18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ax3zs14" - ] - }, - "https://ror.org/04j539t95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ajfdb10" - ] - }, - "https://ror.org/0178yne88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ca54t29" - ] - }, - "https://ror.org/02141x466": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mg9ng87" - ] - }, - "https://ror.org/00z4t3785": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04dj8vz80", - "https://ror.org/00gw6hy83" - ] - }, - "https://ror.org/01wnnzc43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vact186" - ] - }, - "https://ror.org/02h7txh22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02bm6g618", - "https://ror.org/035dpw102" - ] - }, - "https://ror.org/0231mbz86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/000p6bx44", - "https://ror.org/03nvc8x46" - ] - }, - "https://ror.org/01093z329": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02rkjsq72", - "https://ror.org/04bwvvd57", - "https://ror.org/054446c79" - ] - }, - "https://ror.org/04rtgz764": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/043j17q40" - ] - }, - "https://ror.org/02b1nt179": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05x88b790" - ] - }, - "https://ror.org/01jzgmh92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04p89va55", - "https://ror.org/02j8awh30", - "https://ror.org/05m0yjz71" - ] - }, - "https://ror.org/05yhgzh28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0033hxy10" - ] - }, - "https://ror.org/02f7sfa33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00bfxmt28" - ] - }, - "https://ror.org/051tn6h07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qz5d088", - "https://ror.org/02tm5n709", - "https://ror.org/049e8me77", - "https://ror.org/05fesrm20" - ] - }, - "https://ror.org/01brx0y03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00w8f3q52" - ] - }, - "https://ror.org/00pew5z05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03b0bkp29" - ] - }, - "https://ror.org/003s4cb46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03g5wg622" - ] - }, - "https://ror.org/0280r7h11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03m3n7e70", - "https://ror.org/00hn92440", - "https://ror.org/038n73266", - "https://ror.org/04amyvf24" - ] - }, - "https://ror.org/05g23q746": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03z2mza16", - "https://ror.org/04tbm0m52" - ] - }, - "https://ror.org/01btzfj32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ddxpg37", - "https://ror.org/03jytqt55", - "https://ror.org/04atxr455", - "https://ror.org/03pq34j38", - "https://ror.org/04py01q17", - "https://ror.org/02n6vx076", - "https://ror.org/0103jrh39", - "https://ror.org/04dq5k727", - "https://ror.org/0513sfw33", - "https://ror.org/022ejqa41", - "https://ror.org/02e3jby32", - "https://ror.org/0410akr80", - "https://ror.org/041gzn235", - "https://ror.org/01ty9p111", - "https://ror.org/04evvaq96", - "https://ror.org/02ync6318", - "https://ror.org/045yxgc38", - "https://ror.org/058gc3944", - "https://ror.org/04dmzp333", - "https://ror.org/007bv1h22", - "https://ror.org/034w9e597", - "https://ror.org/03z02dh69", - "https://ror.org/008t9c882", - "https://ror.org/051dv4419" - ] - }, - "https://ror.org/0057f6x09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zygv656", - "https://ror.org/013wphc16" - ] - }, - "https://ror.org/00xkkpn05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032kn8622", - "https://ror.org/049q27a79", - "https://ror.org/02f622w49", - "https://ror.org/02jtgw663", - "https://ror.org/03zd4p313", - "https://ror.org/053gqad93" - ] - }, - "https://ror.org/04shzs249": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013qbng65", - "https://ror.org/01bbyhp53", - "https://ror.org/00hhwej14" - ] - }, - "https://ror.org/048919h66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00eph4903" - ] - }, - "https://ror.org/02d5d0r05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02se1sp19" - ] - }, - "https://ror.org/04ehjk122": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05e1n7415", - "https://ror.org/01wgb4d05", - "https://ror.org/03t8gvx47", - "https://ror.org/04xg7ga92" - ] - }, - "https://ror.org/047feaw16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05nnz2423" - ] - }, - "https://ror.org/0379k6g72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ckzhz90", - "https://ror.org/01zhzx806", - "https://ror.org/01xqpsp32", - "https://ror.org/01yssfs05", - "https://ror.org/053xzd705" - ] - }, - "https://ror.org/03xnr5143": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04tpqnr72", - "https://ror.org/00qp1n828", - "https://ror.org/02rnep118" - ] - }, - "https://ror.org/00d2v4e22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05nw3yr55", - "https://ror.org/03xj60w92" - ] - }, - "https://ror.org/003pb1s55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05tfkwc03", - "https://ror.org/04389kb95", - "https://ror.org/02606ke74", - "https://ror.org/05j49wk85", - "https://ror.org/00knds943", - "https://ror.org/00gfqxe82" - ] - }, - "https://ror.org/03t542436": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01m6agm53", - "https://ror.org/0423jvm15", - "https://ror.org/03cej9w90" - ] - }, - "https://ror.org/02e6wxz44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0319d2e87", - "https://ror.org/053vvhn22" - ] - }, - "https://ror.org/04r10g051": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01xhmje49", - "https://ror.org/037fz4341", - "https://ror.org/04pt7tz26" - ] - }, - "https://ror.org/00sh7p618": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04e2jep17", - "https://ror.org/010nb2b07" - ] - }, - "https://ror.org/02b27c547": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/001m5qg34", - "https://ror.org/026cn0061" - ] - }, - "https://ror.org/04fkxrb51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vpjdc07", - "https://ror.org/01wx7k245" - ] - }, - "https://ror.org/013sryf19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0174ygc67", - "https://ror.org/01cbxe745" - ] - }, - "https://ror.org/04s03zf45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05vhbmg11", - "https://ror.org/05jn5y837", - "https://ror.org/041dcxd16", - "https://ror.org/043tekr24", - "https://ror.org/0368bwa14", - "https://ror.org/00f574b02" - ] - }, - "https://ror.org/0220rp185": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02dvgss50" - ] - }, - "https://ror.org/02ryc4y44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01txftm96", - "https://ror.org/05hrg0j24", - "https://ror.org/01wwv4x50", - "https://ror.org/03s32c292" - ] - }, - "https://ror.org/01j64ar73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05s293m17", - "https://ror.org/00pf6z250", - "https://ror.org/03zwf0j41" - ] - }, - "https://ror.org/00f83h470": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03gdfyp04", - "https://ror.org/04fham916" - ] - }, - "https://ror.org/0480vrj36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04q1zdg40", - "https://ror.org/02vh6gg23", - "https://ror.org/028vv3s82" - ] - }, - "https://ror.org/002pa9318": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01j3wmr10", - "https://ror.org/05g5v7496", - "https://ror.org/02tk9ek40", - "https://ror.org/0142g0j16", - "https://ror.org/05261sq16" - ] - }, - "https://ror.org/04tvjvp97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0279qd249", - "https://ror.org/02s4j2a36", - "https://ror.org/01pjjvq50", - "https://ror.org/05fsnfd13", - "https://ror.org/01nefj689" - ] - }, - "https://ror.org/037f2xv36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ahq3q81", - "https://ror.org/016sj4q14", - "https://ror.org/00r6gb998", - "https://ror.org/00h1cg828", - "https://ror.org/00npj8037", - "https://ror.org/0524j1g61", - "https://ror.org/04ze4qf38", - "https://ror.org/02nw0wb75" - ] - }, - "https://ror.org/05pjd0m90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022brwp40", - "https://ror.org/05w3e4z48" - ] - }, - "https://ror.org/03e4g1593": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011c78869", - "https://ror.org/051ar9e27", - "https://ror.org/01v13p275" - ] - }, - "https://ror.org/05fgy3p67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00d5ng337", - "https://ror.org/013veys68" - ] - }, - "https://ror.org/02ckk6855": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/036tx2n48", - "https://ror.org/0325v0r75", - "https://ror.org/01zfccs95", - "https://ror.org/015swn341", - "https://ror.org/05b6t0504", - "https://ror.org/055vv6n72", - "https://ror.org/02gyrfm31", - "https://ror.org/03snwcw72", - "https://ror.org/00c7sr793", - "https://ror.org/02x5def49" - ] - }, - "https://ror.org/041q37h40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/006jqh454" - ] - }, - "https://ror.org/03zefc030": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02htksw11" - ] - }, - "https://ror.org/03g47g866": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xphqm22", - "https://ror.org/01dx1mr58" - ] - }, - "https://ror.org/03khznd17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05dfkf260", - "https://ror.org/03d8xva75", - "https://ror.org/05xhfc919", - "https://ror.org/03ms5t516", - "https://ror.org/025s2ay93", - "https://ror.org/054wcm905", - "https://ror.org/026v6r221", - "https://ror.org/00swtqd36", - "https://ror.org/030p4ph45" - ] - }, - "https://ror.org/04jzrvb03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04bmgpj29" - ] - }, - "https://ror.org/04cntmc13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03mq8zc85", - "https://ror.org/05a90fj07", - "https://ror.org/030j6qm79", - "https://ror.org/05am5g719", - "https://ror.org/05h9ysj75" - ] - }, - "https://ror.org/02yq33n72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ne4t757", - "https://ror.org/047v2cv91", - "https://ror.org/03v330a52" - ] - }, - "https://ror.org/03yk2q786": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055wnve73", - "https://ror.org/039se3q37", - "https://ror.org/039sdwk42", - "https://ror.org/04hvez104" - ] - }, - "https://ror.org/027e4g787": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00a8ct372", - "https://ror.org/05smxxj12", - "https://ror.org/05535qr20", - "https://ror.org/01xnhkz22", - "https://ror.org/01y9fq553", - "https://ror.org/0003ccc38", - "https://ror.org/05dktpm65", - "https://ror.org/0003zy991" - ] - }, - "https://ror.org/05ha03268": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02pt8pf90", - "https://ror.org/04k34dm23", - "https://ror.org/01pggea98", - "https://ror.org/0240exq58" - ] - }, - "https://ror.org/01q8pr365": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05s23vf58", - "https://ror.org/00yverh79", - "https://ror.org/02mh8f163", - "https://ror.org/01sdzh977", - "https://ror.org/035a07q19", - "https://ror.org/00wrafe19", - "https://ror.org/012fqf756", - "https://ror.org/01bqwab81", - "https://ror.org/037pt1459", - "https://ror.org/00cbr6959", - "https://ror.org/04b5p3125", - "https://ror.org/020qywr37", - "https://ror.org/02ss4n480", - "https://ror.org/0207xnr07", - "https://ror.org/00vh6hg12", - "https://ror.org/014c2qb55", - "https://ror.org/000yyt861", - "https://ror.org/01mtzfx31", - "https://ror.org/05vqpm153" - ] - }, - "https://ror.org/051p4rr20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0436f0775", - "https://ror.org/0159cmf83" - ] - }, - "https://ror.org/03444yt49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00qx46v42", - "https://ror.org/01r9ea713", - "https://ror.org/05ktb0281", - "https://ror.org/05x6t5z92", - "https://ror.org/01b0pvj98" - ] - }, - "https://ror.org/04nckd528": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04fc1dc24", - "https://ror.org/043dmbr88" - ] - }, - "https://ror.org/04g6v3637": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044t6xx36", - "https://ror.org/04xfhjr27", - "https://ror.org/0210zq234", - "https://ror.org/05ymj3g35" - ] - }, - "https://ror.org/03r1qk590": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05jt1df44" - ] - }, - "https://ror.org/01ep18d71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03b2b5383", - "https://ror.org/043djj103", - "https://ror.org/050th9p79" - ] - }, - "https://ror.org/02js17r36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01k2edc04", - "https://ror.org/03t9xp890", - "https://ror.org/03k6ngg59", - "https://ror.org/04vndy634", - "https://ror.org/017cs0m08", - "https://ror.org/02vqh3346", - "https://ror.org/02tg3d712", - "https://ror.org/01en9z723" - ] - }, - "https://ror.org/03k95y741": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0411fwb51", - "https://ror.org/017bt7t72", - "https://ror.org/04g3zjj79", - "https://ror.org/02z6cxz02" - ] - }, - "https://ror.org/04v0as660": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jpae132", - "https://ror.org/04am5a125" - ] - }, - "https://ror.org/016kj2436": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01egwg173" - ] - }, - "https://ror.org/05fa42p74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05f4fmq20", - "https://ror.org/00p2x3741" - ] - }, - "https://ror.org/007h7f935": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02g236n66" - ] - }, - "https://ror.org/01w17ks16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/006y63v75" - ] - }, - "https://ror.org/01gbfax37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04bjzcz61" - ] - }, - "https://ror.org/045rztm55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02zy6dj62", - "https://ror.org/05s21y527" - ] - }, - "https://ror.org/016fjr533": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0354gjj39" - ] - }, - "https://ror.org/0560jvm78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/008aa2j83" - ] - }, - "https://ror.org/05bbh2585": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04hfxwy37", - "https://ror.org/00fkjwd61", - "https://ror.org/05w387x59" - ] - }, - "https://ror.org/03s5p4g14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0310e9d31" - ] - }, - "https://ror.org/01ewxsd47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05hkks026" - ] - }, - "https://ror.org/05at4t633": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01pewms44" - ] - }, - "https://ror.org/03syp9w72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05rnb7025", - "https://ror.org/04jwyfm91" - ] - }, - "https://ror.org/055pc7h14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0457r1112" - ] - }, - "https://ror.org/05y9wk989": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ntmy339" - ] - }, - "https://ror.org/03dj8sp02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00zerva91", - "https://ror.org/00emm5t38" - ] - }, - "https://ror.org/02y676g76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qef3650" - ] - }, - "https://ror.org/01x3sga45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ahwzz27", - "https://ror.org/00v2ecp17" - ] - }, - "https://ror.org/004fm2e78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/041wbg141" - ] - }, - "https://ror.org/02tb9dy59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0571c2151" - ] - }, - "https://ror.org/02jb0mk52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/059pfgk41" - ] - }, - "https://ror.org/0459j6s55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00yascf89", - "https://ror.org/019xkjn34", - "https://ror.org/055fsxq56", - "https://ror.org/007whsh62" - ] - }, - "https://ror.org/04rry3397": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020stct92", - "https://ror.org/03wjj7779", - "https://ror.org/04spf1k23", - "https://ror.org/05v8e1c02", - "https://ror.org/05ych8012" - ] - }, - "https://ror.org/01zpp3d44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00x444s43" - ] - }, - "https://ror.org/02890tv09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mm8q321" - ] - }, - "https://ror.org/04f8x5b20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/024e1fw78" - ] - }, - "https://ror.org/05cv4zg26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mp5cm68", - "https://ror.org/01dqhdd78", - "https://ror.org/03b5r4s12", - "https://ror.org/003xxrm77" - ] - }, - "https://ror.org/0561zqn56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051v7cd19", - "https://ror.org/00ay7va13", - "https://ror.org/03gbfvb23", - "https://ror.org/03xhrps63", - "https://ror.org/01g5qva43", - "https://ror.org/02k16sh85", - "https://ror.org/002tx1f22", - "https://ror.org/02s8rep32", - "https://ror.org/01sgx5h42", - "https://ror.org/04a5h3b47", - "https://ror.org/0182rkr07", - "https://ror.org/01tpw6659", - "https://ror.org/049pfb863", - "https://ror.org/005d5fb76", - "https://ror.org/05az7em54", - "https://ror.org/016e0xz09", - "https://ror.org/00gxmhc57", - "https://ror.org/03a5bb278", - "https://ror.org/023ag6d08", - "https://ror.org/035aej353", - "https://ror.org/05rmmzm29", - "https://ror.org/05nbqxr67", - "https://ror.org/04b6b6f76", - "https://ror.org/04q9qf557", - "https://ror.org/05ecqm310", - "https://ror.org/01jr3y717", - "https://ror.org/04cx8ae47", - "https://ror.org/03a9d3647", - "https://ror.org/0095r2297", - "https://ror.org/00pczg388", - "https://ror.org/02xaxz408", - "https://ror.org/05q9ht188", - "https://ror.org/03xr60403", - "https://ror.org/00rs6vg23", - "https://ror.org/02kyckx55", - "https://ror.org/01e3m7079", - "https://ror.org/02sghbs34", - "https://ror.org/01pbdzh19", - "https://ror.org/03mbgzm57", - "https://ror.org/04qk6pt94", - "https://ror.org/038zf2n28", - "https://ror.org/01j9bf827", - "https://ror.org/006hbbw23", - "https://ror.org/05fxqx152", - "https://ror.org/039eaqm23", - "https://ror.org/03kf4rc21", - "https://ror.org/05qv7ha25", - "https://ror.org/00n9sps80", - "https://ror.org/01r8m0a35", - "https://ror.org/00qa31321", - "https://ror.org/05h8s0v03", - "https://ror.org/03646q924", - "https://ror.org/030e1gk87", - "https://ror.org/01xf8ec44", - "https://ror.org/002weee54" - ] - }, - "https://ror.org/02yk12g97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/035w01f39" - ] - }, - "https://ror.org/04p1set31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03n2my419" - ] - }, - "https://ror.org/01pcq0j68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04e116f14", - "https://ror.org/0532ef257", - "https://ror.org/05f624153", - "https://ror.org/040aqz944", - "https://ror.org/00ya5k859" - ] - }, - "https://ror.org/05sydm958": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04xya2p21" - ] - }, - "https://ror.org/00cjeg736": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/048sa9h54" - ] - }, - "https://ror.org/00b60bj84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05b8hvw73" - ] - }, - "https://ror.org/04x5rgv88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03p8km392" - ] - }, - "https://ror.org/040ch0e11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05w3scj59", - "https://ror.org/01ym47j46", - "https://ror.org/02jxcp012", - "https://ror.org/01h4zj733" - ] - }, - "https://ror.org/03ekq2173": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/025bx6p27" - ] - }, - "https://ror.org/05drfg619": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00g3ea624", - "https://ror.org/056hsfz11", - "https://ror.org/00n974j89", - "https://ror.org/0200b5370" - ] - }, - "https://ror.org/02jfa8730": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0324q6b35", - "https://ror.org/020r9sg22", - "https://ror.org/045g15j06", - "https://ror.org/053k40h13", - "https://ror.org/00pvegc36", - "https://ror.org/05w5shm69" - ] - }, - "https://ror.org/04hvmsy06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00zhfb561", - "https://ror.org/0078ww552", - "https://ror.org/01ga31z69" - ] - }, - "https://ror.org/0537cvg39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00zb4pn27", - "https://ror.org/01gk2j051", - "https://ror.org/034zsq795" - ] - }, - "https://ror.org/01q0vs094": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01fpdz014" - ] - }, - "https://ror.org/02wx5p869": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03epajw45" - ] - }, - "https://ror.org/014xzez86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00czwhy51" - ] - }, - "https://ror.org/0128dmh12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0127drs35" - ] - }, - "https://ror.org/00gvcmw36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03df6me86" - ] - }, - "https://ror.org/023e5m798": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00hwjda20", - "https://ror.org/00x0j8257", - "https://ror.org/058tjhm78" - ] - }, - "https://ror.org/01gfeyd95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04nx23795", - "https://ror.org/004046r88", - "https://ror.org/053f59471", - "https://ror.org/04jyr6737", - "https://ror.org/01zy11s57", - "https://ror.org/055sezq52", - "https://ror.org/00z9hsx23", - "https://ror.org/04mb3yn31" - ] - }, - "https://ror.org/03kq24308": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05aqcx827", - "https://ror.org/02vwzhc72", - "https://ror.org/01dsy9055", - "https://ror.org/041f0qb31" - ] - }, - "https://ror.org/049prb569": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0488ndr53", - "https://ror.org/05m64xs77", - "https://ror.org/037egvh70" - ] - }, - "https://ror.org/03400ft78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/001t6ze16", - "https://ror.org/01k322j33", - "https://ror.org/04kw8a006", - "https://ror.org/01vh0ja39", - "https://ror.org/01bpk4154", - "https://ror.org/02h43kn72" - ] - }, - "https://ror.org/00hjkzk85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00rvgp591" - ] - }, - "https://ror.org/00rvf1k93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01mf0t386" - ] - }, - "https://ror.org/03t61s708": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02pvnr704" - ] - }, - "https://ror.org/04ch2gv47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04g5g7m78", - "https://ror.org/05m2a2x14", - "https://ror.org/02g5xq267" - ] - }, - "https://ror.org/03smbm342": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013hwwd10" - ] - }, - "https://ror.org/01fjfh042": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02yzb7x61", - "https://ror.org/0469d4m84" - ] - }, - "https://ror.org/00yt9y116": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01p4fde84" - ] - }, - "https://ror.org/02ayh6y70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01d474d81", - "https://ror.org/01zswhd24" - ] - }, - "https://ror.org/01rckyv04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04j47vk14" - ] - }, - "https://ror.org/010ees266": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0491xby87", - "https://ror.org/03j9wjf80", - "https://ror.org/01pfm3094" - ] - }, - "https://ror.org/02h67vt10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/008j59125" - ] - }, - "https://ror.org/038djf877": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0276bkt19" - ] - }, - "https://ror.org/00n8pjn35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ewdps05", - "https://ror.org/010p50m34", - "https://ror.org/003g6b432", - "https://ror.org/01qq34m02", - "https://ror.org/04bz45c46", - "https://ror.org/03kfnwp54" - ] - }, - "https://ror.org/05m38qe70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02rvm6b03" - ] - }, - "https://ror.org/01skhd946": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05fcqx592" - ] - }, - "https://ror.org/0068xq694": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pk1yr39", - "https://ror.org/05yn9cj95" - ] - }, - "https://ror.org/00s8p6c75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ms7ap07" - ] - }, - "https://ror.org/05pf1p208": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02c6p9834" - ] - }, - "https://ror.org/01k0xxh86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00qcpjx94" - ] - }, - "https://ror.org/047yqrk88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02g4e1v18" - ] - }, - "https://ror.org/05dtvab05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03zv4kd57" - ] - }, - "https://ror.org/04p0nk708": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01t409e13", - "https://ror.org/02ckh3s34", - "https://ror.org/00ttqn045" - ] - }, - "https://ror.org/005r3tp02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05q4jz828" - ] - }, - "https://ror.org/01z8tr155": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/025397a59", - "https://ror.org/050qhwt21" - ] - }, - "https://ror.org/01wfv3m53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02wtsha51", - "https://ror.org/01c6k3h93", - "https://ror.org/054v7pb78", - "https://ror.org/02c01q628", - "https://ror.org/03xa4xh46", - "https://ror.org/03xjfns22", - "https://ror.org/059tq0w82", - "https://ror.org/02s6t9r74", - "https://ror.org/05tja9q19", - "https://ror.org/0136jw687", - "https://ror.org/01dvqbh84", - "https://ror.org/03etg4523" - ] - }, - "https://ror.org/01pwgd096": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ydnew86", - "https://ror.org/01wtjj434" - ] - }, - "https://ror.org/04wtq2305": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jaxam28", - "https://ror.org/02aybg366" - ] - }, - "https://ror.org/01kcva023": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04af7ga89" - ] - }, - "https://ror.org/012mzw131": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04tym5d37" - ] - }, - "https://ror.org/03jc1ps31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04kxasy49", - "https://ror.org/05fsqxg82", - "https://ror.org/00w3cxa42", - "https://ror.org/0213syy24" - ] - }, - "https://ror.org/012s3r374": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02339nw55", - "https://ror.org/029dygd35" - ] - }, - "https://ror.org/00y6khe77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00w93dg44", - "https://ror.org/04ftj7e51" - ] - }, - "https://ror.org/00xcd7y72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00hd92c69", - "https://ror.org/01hj51r83" - ] - }, - "https://ror.org/035rrps97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/001c9fg13", - "https://ror.org/01q7jq182" - ] - }, - "https://ror.org/00r6akf90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02y9p0566" - ] - }, - "https://ror.org/031wq1t38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05gfwht30", - "https://ror.org/0335kqk33", - "https://ror.org/018ha0a04" - ] - }, - "https://ror.org/023wx0t90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ns3vy48", - "https://ror.org/05ap9rf45", - "https://ror.org/042k2b411" - ] - }, - "https://ror.org/043bpky34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05nzc1r88" - ] - }, - "https://ror.org/05bqzfg94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04jcwf484" - ] - }, - "https://ror.org/05ev3vr27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00hwty226" - ] - }, - "https://ror.org/0172fj584": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01eeqch44", - "https://ror.org/05hxzkx81" - ] - }, - "https://ror.org/02htdjb57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05b75nt23" - ] - }, - "https://ror.org/00rgzpv08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00f5sa326" - ] - }, - "https://ror.org/048xjjh50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0329af416", - "https://ror.org/0218hya98", - "https://ror.org/01wf0xv67", - "https://ror.org/0198sv425", - "https://ror.org/032twef21", - "https://ror.org/01nc8zs04", - "https://ror.org/056wyhh33", - "https://ror.org/03sfwvw54", - "https://ror.org/03mj1nk45", - "https://ror.org/03s3x9r14" - ] - }, - "https://ror.org/029xgej46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/014xkfq18" - ] - }, - "https://ror.org/03rybxa06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00d8hgw93" - ] - }, - "https://ror.org/009axkg17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02dteh969", - "https://ror.org/04ch3q361", - "https://ror.org/04jzegn30", - "https://ror.org/008seds41", - "https://ror.org/00g7qtt96", - "https://ror.org/04kvfjw03" - ] - }, - "https://ror.org/03qh32912": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/030jqbn26" - ] - }, - "https://ror.org/008vgd385": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00rqtg495" - ] - }, - "https://ror.org/04hadnb81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/028aqvb72", - "https://ror.org/04npze968", - "https://ror.org/041hy4p77", - "https://ror.org/04dabqh73" - ] - }, - "https://ror.org/01es9dw61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01yfx8049" - ] - }, - "https://ror.org/04gk5xv95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01j043w21" - ] - }, - "https://ror.org/02sba6v14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04g9yb321" - ] - }, - "https://ror.org/04t838f48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05czzgv88" - ] - }, - "https://ror.org/03pbzwf28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051gaae98" - ] - }, - "https://ror.org/015vnk029": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02nmt8y10", - "https://ror.org/03mdyrb51" - ] - }, - "https://ror.org/03s9h8898": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mzdpf71" - ] - }, - "https://ror.org/04gvcex51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04afrdx88", - "https://ror.org/046qg1023" - ] - }, - "https://ror.org/02wx79d08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02s0wcj29", - "https://ror.org/02rvfjx92" - ] - }, - "https://ror.org/031zfq432": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054nzx465", - "https://ror.org/03m7mhz19", - "https://ror.org/04x8zs855", - "https://ror.org/03vrwsp35", - "https://ror.org/05hjk6729", - "https://ror.org/03spzq317", - "https://ror.org/03e9kb581", - "https://ror.org/02ytn5d60" - ] - }, - "https://ror.org/054kvr030": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00944ve71", - "https://ror.org/00zdnkx70", - "https://ror.org/00se2k293", - "https://ror.org/01e7m5196" - ] - }, - "https://ror.org/02qx2s478": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02kn5wf75", - "https://ror.org/02fafrk51", - "https://ror.org/04wpcxa25" - ] - }, - "https://ror.org/01ydrx675": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ktc0f44", - "https://ror.org/05ke08a35", - "https://ror.org/0132fct87" - ] - }, - "https://ror.org/02gp2h315": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01p7aam65" - ] - }, - "https://ror.org/03kmh7v63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010rmp704" - ] - }, - "https://ror.org/03y315f21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01mfdfm52", - "https://ror.org/05q25dx05" - ] - }, - "https://ror.org/00e6nys21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dh5gw98", - "https://ror.org/045z49291", - "https://ror.org/005m99512", - "https://ror.org/03mc0m715" - ] - }, - "https://ror.org/03ypap427": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/035n7q728", - "https://ror.org/04k820v98", - "https://ror.org/03pjj1n42" - ] - }, - "https://ror.org/03e2zdg56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05k7znz17" - ] - }, - "https://ror.org/04h1q4c89": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ejpyv46", - "https://ror.org/01425vp67", - "https://ror.org/01c4r0z03", - "https://ror.org/006471y50" - ] - }, - "https://ror.org/03h6x6x11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05xeczx11", - "https://ror.org/01fykt827" - ] - }, - "https://ror.org/03ck8xc11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01xaj4023" - ] - }, - "https://ror.org/015r6y659": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051hq3021" - ] - }, - "https://ror.org/051b2q112": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/028kj2697", - "https://ror.org/053y02f02" - ] - }, - "https://ror.org/03bd0by56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01169zb17", - "https://ror.org/01a99rs65" - ] - }, - "https://ror.org/03jn2ja08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01kd5wn07" - ] - }, - "https://ror.org/04ehcx813": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05v8rqa59" - ] - }, - "https://ror.org/03n8zwa93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03dq1ad60" - ] - }, - "https://ror.org/02g55p177": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01chnvp81" - ] - }, - "https://ror.org/004cdt922": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/005d42743", - "https://ror.org/05f6p1h60", - "https://ror.org/047ajv266", - "https://ror.org/00j8cdz25", - "https://ror.org/02b4eje67" - ] - }, - "https://ror.org/00kkt6q96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/028n6av57" - ] - }, - "https://ror.org/04d96be50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02krq1637", - "https://ror.org/05d6n5j65", - "https://ror.org/02cdhc958" - ] - }, - "https://ror.org/03qqbvj08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01kvhrk82", - "https://ror.org/008yw1q74", - "https://ror.org/00v1x5b81" - ] - }, - "https://ror.org/00ghhyx51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05r52vr82" - ] - }, - "https://ror.org/00r1rs707": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wwpjn37" - ] - }, - "https://ror.org/04wf6rg14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05wqk8p58", - "https://ror.org/03ckxvj81" - ] - }, - "https://ror.org/02my4g447": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00zzaq393" - ] - }, - "https://ror.org/012j0vk40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052mh6j19" - ] - }, - "https://ror.org/042dp4138": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010ezwq65" - ] - }, - "https://ror.org/011gv1m09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020vpzw85" - ] - }, - "https://ror.org/03s918289": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01jn7ba52" - ] - }, - "https://ror.org/05b497x63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/053bn9w04" - ] - }, - "https://ror.org/0481xe004": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02p4cdb03" - ] - }, - "https://ror.org/02p65v128": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/057040g82", - "https://ror.org/036v1zd35" - ] - }, - "https://ror.org/01mvkzj41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/038xm7148", - "https://ror.org/00g9ma558", - "https://ror.org/02a7ztw78" - ] - }, - "https://ror.org/03a3xs663": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03m4ve365" - ] - }, - "https://ror.org/00pd69702": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02y2rfe31" - ] - }, - "https://ror.org/037afsz69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/006806c04", - "https://ror.org/01e1f1387" - ] - }, - "https://ror.org/05569xx10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0386zd719" - ] - }, - "https://ror.org/04m91d487": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04safzk84" - ] - }, - "https://ror.org/00g8k7g33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05rbhea42" - ] - }, - "https://ror.org/0186a6222": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/025q90g47" - ] - }, - "https://ror.org/01z00ad02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vva9s75" - ] - }, - "https://ror.org/02p932s29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05snkc171" - ] - }, - "https://ror.org/05ka2ew29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00k5vcj72", - "https://ror.org/00mpvas76" - ] - }, - "https://ror.org/05vyesa56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03h68ys54" - ] - }, - "https://ror.org/00aphdz18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03csd5507" - ] - }, - "https://ror.org/010h5fs55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/005x7q366" - ] - }, - "https://ror.org/01480s295": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02naadr48" - ] - }, - "https://ror.org/03s6yf189": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00n3ezc34" - ] - }, - "https://ror.org/03w5nvk39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00by76g53" - ] - }, - "https://ror.org/01zmty518": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/014yket62" - ] - }, - "https://ror.org/01hmp0h76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04s3xvj56" - ] - }, - "https://ror.org/05nkrhe64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/033q3j448" - ] - }, - "https://ror.org/05xe0se54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wqmmj05", - "https://ror.org/018mj7168", - "https://ror.org/022xahy44", - "https://ror.org/00bg52247", - "https://ror.org/03c0wvm84", - "https://ror.org/03098ta78" - ] - }, - "https://ror.org/00t4w1v80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0008xqs48" - ] - }, - "https://ror.org/02f5aec20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04fjdwh53" - ] - }, - "https://ror.org/01kmxkx53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032wr9623" - ] - }, - "https://ror.org/01c7p3v19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ta62x83" - ] - }, - "https://ror.org/02903cd17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/036y1an55", - "https://ror.org/01155gk87", - "https://ror.org/04g81mm64" - ] - }, - "https://ror.org/03nyxmy82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03fjxe887", - "https://ror.org/05bnfx215" - ] - }, - "https://ror.org/04eh3ca90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027jt8826" - ] - }, - "https://ror.org/05c6gff39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03nsmq393" - ] - }, - "https://ror.org/02kzvnr24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04kn1c182" - ] - }, - "https://ror.org/02cfg8q88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/035b18p12" - ] - }, - "https://ror.org/01q1nqh97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qrhd488" - ] - }, - "https://ror.org/01qbm4443": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02de7mm40", - "https://ror.org/024zgsn52", - "https://ror.org/00dqxgc74" - ] - }, - "https://ror.org/02h9b8h17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02wxcj895" - ] - }, - "https://ror.org/05k5t2r42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01z1z7017", - "https://ror.org/01mxnn839", - "https://ror.org/046vare28", - "https://ror.org/04rwyp244" - ] - }, - "https://ror.org/03hxbk195": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qv69876" - ] - }, - "https://ror.org/014wzed86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04pm6wp87", - "https://ror.org/03v1e0p66", - "https://ror.org/03wjfkr41", - "https://ror.org/04bn2q369", - "https://ror.org/04fc1p069" - ] - }, - "https://ror.org/00k9r5g94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/000ge9g13", - "https://ror.org/01s3vfp47", - "https://ror.org/059esw871", - "https://ror.org/05sfx8f21", - "https://ror.org/05remtc15", - "https://ror.org/05r7dwa03", - "https://ror.org/03163vt79", - "https://ror.org/00gm3kb02", - "https://ror.org/04kxhvh23", - "https://ror.org/02yjrq169", - "https://ror.org/02gvasz77", - "https://ror.org/020kb9915", - "https://ror.org/01cyx8116", - "https://ror.org/03pvm4464" - ] - }, - "https://ror.org/036bcm133": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04p4ws960" - ] - }, - "https://ror.org/04nxj7050": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/041swdb02", - "https://ror.org/05y8ktr97", - "https://ror.org/03nx7mw09", - "https://ror.org/04sdeyq07", - "https://ror.org/0552cbh05", - "https://ror.org/039x3s865" - ] - }, - "https://ror.org/01rkxa860": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022fkpc23", - "https://ror.org/01dn4wg45", - "https://ror.org/05wg5bj23", - "https://ror.org/01t8cv576", - "https://ror.org/02g8p3m28", - "https://ror.org/05x7k6a83" - ] - }, - "https://ror.org/05y3c0716": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03044am22", - "https://ror.org/04d78jp86" - ] - }, - "https://ror.org/0185jey51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0186z1m53" - ] - }, - "https://ror.org/05gjbhz21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032tz4q83" - ] - }, - "https://ror.org/04nv2wh79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01yj0ps95", - "https://ror.org/04mm17p39", - "https://ror.org/03fgkzb55", - "https://ror.org/02r3e0967", - "https://ror.org/03rx10x31" - ] - }, - "https://ror.org/057fg2a35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/000f32327" - ] - }, - "https://ror.org/02sqt9870": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05mnb6484", - "https://ror.org/04q9esz89", - "https://ror.org/00h04da97", - "https://ror.org/04pq5x672", - "https://ror.org/049ams583", - "https://ror.org/0531xck41", - "https://ror.org/01x8rc503", - "https://ror.org/02qeh3c90", - "https://ror.org/034mtvk83" - ] - }, - "https://ror.org/05m4ewg24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042x9qq51" - ] - }, - "https://ror.org/01g9qbv95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03gbx5482" - ] - }, - "https://ror.org/02b90d314": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0270k0c71" - ] - }, - "https://ror.org/04c4jf131": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/023s8ys65" - ] - }, - "https://ror.org/00ezwn594": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04sv7km52" - ] - }, - "https://ror.org/03wb61205": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03m033p80" - ] - }, - "https://ror.org/05f5ttq44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05dank931" - ] - }, - "https://ror.org/02m5dy175": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00avmbz91" - ] - }, - "https://ror.org/03af82z38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/030vz3726" - ] - }, - "https://ror.org/028q7hc55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04m7h9q42", - "https://ror.org/01met4463", - "https://ror.org/0440rnc27" - ] - }, - "https://ror.org/0437zex07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/057zb9e55" - ] - }, - "https://ror.org/05r2f2383": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00texw081" - ] - }, - "https://ror.org/059hsy938": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01b4hqa77", - "https://ror.org/01gtvm746", - "https://ror.org/05xa8mk74" - ] - }, - "https://ror.org/014hmqv77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00f147v33", - "https://ror.org/02mgaej21", - "https://ror.org/04qs81248" - ] - }, - "https://ror.org/02kr3gj55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04mx3cr06" - ] - }, - "https://ror.org/04ce87537": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02bwd6p34", - "https://ror.org/05wyncb52", - "https://ror.org/04t83hz09", - "https://ror.org/03s1cky33" - ] - }, - "https://ror.org/02fq16441": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00enahz60", - "https://ror.org/00fmck729" - ] - }, - "https://ror.org/047kynf18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049h4jd15", - "https://ror.org/03vd9m155" - ] - }, - "https://ror.org/04ajtb593": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05cx69s52" - ] - }, - "https://ror.org/02nbb5780": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0201da008" - ] - }, - "https://ror.org/045mrnd19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xr5ws27" - ] - }, - "https://ror.org/035dsh769": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01e6kag67" - ] - }, - "https://ror.org/057ykey20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0465gqv59", - "https://ror.org/03tpxt335" - ] - }, - "https://ror.org/013hg1t45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qbta562" - ] - }, - "https://ror.org/044jr0f96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03k93wc57" - ] - }, - "https://ror.org/02yj8av48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05jaz3369" - ] - }, - "https://ror.org/00vj60w13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02yzpv617", - "https://ror.org/01w45kn29", - "https://ror.org/04q81mh44", - "https://ror.org/02jwva135" - ] - }, - "https://ror.org/04j6cfb03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jfs8131" - ] - }, - "https://ror.org/05mxsz225": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01c5dd102", - "https://ror.org/02p87ey03" - ] - }, - "https://ror.org/03bq96v15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04xegkb78" - ] - }, - "https://ror.org/02fxe3b78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ckgfr29" - ] - }, - "https://ror.org/00wm8m174": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049g0ca30" - ] - }, - "https://ror.org/01j1yd225": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05yd61k38", - "https://ror.org/00s9rtw68" - ] - }, - "https://ror.org/05c3kvr55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02dpmge29" - ] - }, - "https://ror.org/03y28aj90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03stcpv37" - ] - }, - "https://ror.org/05a99n355": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045h8gy65", - "https://ror.org/05dp2c867" - ] - }, - "https://ror.org/0246qj146": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003zfh275" - ] - }, - "https://ror.org/03qwqnb95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04tpxn918" - ] - }, - "https://ror.org/019tc7185": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02x5wxx17" - ] - }, - "https://ror.org/023th6c34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05sam1g35" - ] - }, - "https://ror.org/05gjrwv72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05tsb3a74" - ] - }, - "https://ror.org/02s9tm513": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04m3mhq27" - ] - }, - "https://ror.org/01851c371": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03pnrt678" - ] - }, - "https://ror.org/05256fm24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05xkzd182" - ] - }, - "https://ror.org/04yt1rh21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mx8nz45", - "https://ror.org/01xq02v66", - "https://ror.org/01kakjy62", - "https://ror.org/01aw9fv09" - ] - }, - "https://ror.org/01nks1c62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ekj9t27", - "https://ror.org/009e19j97", - "https://ror.org/016ykaq31" - ] - }, - "https://ror.org/044j2cm68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05d10zv92", - "https://ror.org/03g16s487", - "https://ror.org/015xhb971", - "https://ror.org/00q75av54", - "https://ror.org/008vp0c43", - "https://ror.org/02s0dm484" - ] - }, - "https://ror.org/0312xab44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04cbm7s05" - ] - }, - "https://ror.org/03qesm017": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wx3s220", - "https://ror.org/00p5pgq41", - "https://ror.org/03774pf85", - "https://ror.org/04rxffs27", - "https://ror.org/05be09h62", - "https://ror.org/055qs4r72", - "https://ror.org/05pvtn103", - "https://ror.org/035xbae69", - "https://ror.org/02jb7ng92", - "https://ror.org/01bnxkh93", - "https://ror.org/05myvnr67", - "https://ror.org/03qc71575" - ] - }, - "https://ror.org/02nys7898": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04g9ryv67", - "https://ror.org/00c879s84", - "https://ror.org/03mvv8049", - "https://ror.org/04d6eav07", - "https://ror.org/050jgsv04", - "https://ror.org/01hs8x754", - "https://ror.org/0374eby90" - ] - }, - "https://ror.org/04vxpm374": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042dm9855" - ] - }, - "https://ror.org/01vd19x80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0504sy495" - ] - }, - "https://ror.org/004nr3476": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02prt1r25", - "https://ror.org/05wk0jx96", - "https://ror.org/00792x745", - "https://ror.org/00cdhs571", - "https://ror.org/03yw95n57", - "https://ror.org/01mfgkr43" - ] - }, - "https://ror.org/01ngwgb14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051860q83" - ] - }, - "https://ror.org/05ts6js78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05vpf1q78", - "https://ror.org/04z8wqp73", - "https://ror.org/01jy8d602", - "https://ror.org/05h78k766" - ] - }, - "https://ror.org/041vyyf82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ye7b264", - "https://ror.org/05bvn1m61", - "https://ror.org/04yytzs50", - "https://ror.org/00hh8pd76" - ] - }, - "https://ror.org/01zrkhb76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0492qzy66", - "https://ror.org/05v3gb133", - "https://ror.org/00qtbt108", - "https://ror.org/05kpyvj64", - "https://ror.org/00y1n0k33" - ] - }, - "https://ror.org/04w8xa018": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00d9ep044", - "https://ror.org/027qdw603", - "https://ror.org/023pvcn20" - ] - }, - "https://ror.org/02v616z87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qzz9528", - "https://ror.org/02nncgd63" - ] - }, - "https://ror.org/014mx8j54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05vfxqe03" - ] - }, - "https://ror.org/03bfyaa19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03sdd1k49", - "https://ror.org/03tvt3c62" - ] - }, - "https://ror.org/036s7bw54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01x51st25", - "https://ror.org/00qd48t56" - ] - }, - "https://ror.org/02029yx61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03h13e556", - "https://ror.org/0572qa274", - "https://ror.org/03d9a6q43" - ] - }, - "https://ror.org/020kg3x12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049kt3f30", - "https://ror.org/02c00bp33" - ] - }, - "https://ror.org/04jhyte11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/012fexm34", - "https://ror.org/027jc1q11" - ] - }, - "https://ror.org/05g9jck81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05xvgy636", - "https://ror.org/031y85330" - ] - }, - "https://ror.org/00t625d81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xc43e34", - "https://ror.org/00dsdst25" - ] - }, - "https://ror.org/02ky6c719": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02b0cb113", - "https://ror.org/050332k40", - "https://ror.org/02dddyz58", - "https://ror.org/02wakr002", - "https://ror.org/0184jv876", - "https://ror.org/026jg0516", - "https://ror.org/00hcj0e04", - "https://ror.org/01ftbyb35" - ] - }, - "https://ror.org/00x7b5g69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007c37917", - "https://ror.org/01rtxd659", - "https://ror.org/0093xx764" - ] - }, - "https://ror.org/01hafxd32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047zhzq42", - "https://ror.org/05m34fq04", - "https://ror.org/045193y93", - "https://ror.org/00chw7248", - "https://ror.org/00y09zk14", - "https://ror.org/0396gxt62" - ] - }, - "https://ror.org/01b2bzj52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02y751y19", - "https://ror.org/01tjwm845", - "https://ror.org/04488aw82" - ] - }, - "https://ror.org/00s7bz409": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03zna3e03", - "https://ror.org/01rqzkn19", - "https://ror.org/03htdje54", - "https://ror.org/04g918p03" - ] - }, - "https://ror.org/04nvtmr42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05fenky51" - ] - }, - "https://ror.org/043cxr310": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wer7646", - "https://ror.org/05nabdh22" - ] - }, - "https://ror.org/01gr09x64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wyxrk96" - ] - }, - "https://ror.org/04gecbm52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05d2rrs40" - ] - }, - "https://ror.org/03fs66f88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01vp4kx90", - "https://ror.org/0228gqj17", - "https://ror.org/00jd8yr11" - ] - }, - "https://ror.org/05mkyac79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04kmxp840" - ] - }, - "https://ror.org/03nqwhd11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ra3cs69", - "https://ror.org/05k25vk24" - ] - }, - "https://ror.org/025pp6560": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0272m3153" - ] - }, - "https://ror.org/012rn8104": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/040y85z67" - ] - }, - "https://ror.org/01aqjb686": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ypwtb83" - ] - }, - "https://ror.org/02gfwng46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05mrw0a87", - "https://ror.org/002qjv549", - "https://ror.org/05syv4032", - "https://ror.org/026xnjn61", - "https://ror.org/023bna168" - ] - }, - "https://ror.org/0185z7g17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00daeq584", - "https://ror.org/01hfdsp13", - "https://ror.org/05rajhp84" - ] - }, - "https://ror.org/00cty0112": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02jtr7413" - ] - }, - "https://ror.org/03ck0h361": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ptpr676" - ] - }, - "https://ror.org/03cbzve16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/012ewnz96" - ] - }, - "https://ror.org/04p181a07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03f61zm76" - ] - }, - "https://ror.org/046gt4s87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00q3w5456" - ] - }, - "https://ror.org/03wejsv15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05k37v296", - "https://ror.org/03vsxz193", - "https://ror.org/02a61vy29", - "https://ror.org/0179ktw44", - "https://ror.org/05583vn45", - "https://ror.org/005e5y372", - "https://ror.org/04mnkdm02", - "https://ror.org/01j511762", - "https://ror.org/020dm9j49", - "https://ror.org/00ewyxm56", - "https://ror.org/01xnbq218", - "https://ror.org/0500v6t47", - "https://ror.org/035mr2h79", - "https://ror.org/00e1em465", - "https://ror.org/055fwv607", - "https://ror.org/01q1fj824", - "https://ror.org/02k1mww18", - "https://ror.org/00kc5p198", - "https://ror.org/04qk3kg25", - "https://ror.org/00wftwn37", - "https://ror.org/03prr0814", - "https://ror.org/02ydkfh68", - "https://ror.org/00b0mey76", - "https://ror.org/04fzbxp95", - "https://ror.org/02a8pvy33", - "https://ror.org/012dywt31", - "https://ror.org/0297zwz89", - "https://ror.org/00jp1zb22", - "https://ror.org/046yyq968", - "https://ror.org/04sm60f26", - "https://ror.org/01teejf37", - "https://ror.org/02sfaqg86", - "https://ror.org/01yjnjk05", - "https://ror.org/0028eeh32", - "https://ror.org/05ckan018", - "https://ror.org/03zeqmc64", - "https://ror.org/05t826259", - "https://ror.org/029g42942", - "https://ror.org/03c4qaa56", - "https://ror.org/03jy6ar87", - "https://ror.org/02gvtkt16", - "https://ror.org/004tnhr10", - "https://ror.org/04meft248", - "https://ror.org/02tbgn381", - "https://ror.org/04n881142", - "https://ror.org/017kv7q60", - "https://ror.org/01a2pr469", - "https://ror.org/02szjr188", - "https://ror.org/04wcs7k46", - "https://ror.org/020kdtk66", - "https://ror.org/00wethk75", - "https://ror.org/03mw5zj47", - "https://ror.org/02rpzt041", - "https://ror.org/003e1fb38", - "https://ror.org/03efa9j76", - "https://ror.org/00c20xw32", - "https://ror.org/00vhhsw45" - ] - }, - "https://ror.org/00drv3378": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jn6x547" - ] - }, - "https://ror.org/031a9h652": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02tsh5b53", - "https://ror.org/046rj3t65" - ] - }, - "https://ror.org/02fn8ac40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00f21s284" - ] - }, - "https://ror.org/00kw0f604": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wy2a142" - ] - }, - "https://ror.org/05kxbax75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04r17y386" - ] - }, - "https://ror.org/03tpyg842": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01x3y4k69" - ] - }, - "https://ror.org/05j137f13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04h7nbn38" - ] - }, - "https://ror.org/049ygtv97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qp8ma69" - ] - }, - "https://ror.org/00p9p2506": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02c51sy34" - ] - }, - "https://ror.org/01bcwyc86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00kmq0020" - ] - }, - "https://ror.org/02rppq041": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xss3674" - ] - }, - "https://ror.org/05f6c0c45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wjd1a07", - "https://ror.org/030v5kp38", - "https://ror.org/00vbqcv97" - ] - }, - "https://ror.org/04mw0df78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04a5x3y83", - "https://ror.org/02qz3vf90", - "https://ror.org/03fm7wh60", - "https://ror.org/01hr9q823", - "https://ror.org/040ykgb05", - "https://ror.org/05y92qc28", - "https://ror.org/02fs6pb13", - "https://ror.org/03bwbnb24", - "https://ror.org/01t0hvx23", - "https://ror.org/04sdh5f05" - ] - }, - "https://ror.org/04rhvbz32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jce1v14", - "https://ror.org/03wzvrw53", - "https://ror.org/00y0xzp63", - "https://ror.org/006dtpb58", - "https://ror.org/03wxx8465", - "https://ror.org/00b5ztt43", - "https://ror.org/05eca5w86", - "https://ror.org/03wbrqz31", - "https://ror.org/046j50r07", - "https://ror.org/00p0jh392", - "https://ror.org/00ekjkp43", - "https://ror.org/051gp9n72", - "https://ror.org/01zzpyg63", - "https://ror.org/000cnwx98", - "https://ror.org/03x6axv89" - ] - }, - "https://ror.org/03q2wez45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00zbzej19", - "https://ror.org/04gpgk389", - "https://ror.org/043bqfp86" - ] - }, - "https://ror.org/02cbhvc53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02718ec78", - "https://ror.org/02tggj648" - ] - }, - "https://ror.org/011ts7939": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jqa2c59" - ] - }, - "https://ror.org/05k6zrs81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02pk6rm23", - "https://ror.org/01ne6ew22" - ] - }, - "https://ror.org/04fctr677": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ah8rj19" - ] - }, - "https://ror.org/01m6k8878": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03npxtg86" - ] - }, - "https://ror.org/01ktvbq32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/009z5t729" - ] - }, - "https://ror.org/00541hg31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05x45y691" - ] - }, - "https://ror.org/00fp9k450": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vfnky71", - "https://ror.org/02yyxkw16", - "https://ror.org/00d260p98", - "https://ror.org/037bdd431", - "https://ror.org/04dqhen73", - "https://ror.org/02asgt557" - ] - }, - "https://ror.org/01q1dy966": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/024dc0f12", - "https://ror.org/05rn7n590", - "https://ror.org/00mcdb425", - "https://ror.org/05deh3d91", - "https://ror.org/02t08m694", - "https://ror.org/04d8f4804" - ] - }, - "https://ror.org/04p5eag18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zs69903" - ] - }, - "https://ror.org/027bhx472": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037gt0k77" - ] - }, - "https://ror.org/047mk7b09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002mban83" - ] - }, - "https://ror.org/00hmyb194": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0262ezr32", - "https://ror.org/00v8f0m76", - "https://ror.org/04yaf9a96", - "https://ror.org/04wcc2q98", - "https://ror.org/04xcr6k92", - "https://ror.org/041r3e346", - "https://ror.org/05h202h75", - "https://ror.org/013g16z83" - ] - }, - "https://ror.org/05cnabr44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02b00s810", - "https://ror.org/01149dp52" - ] - }, - "https://ror.org/03xajsx66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00xvxdy42" - ] - }, - "https://ror.org/044r0st32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ete9c40", - "https://ror.org/01kg4f866" - ] - }, - "https://ror.org/01v3aym70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02hyvpg31", - "https://ror.org/00jb92367", - "https://ror.org/02bcf5b42", - "https://ror.org/030xy3q54", - "https://ror.org/043xc2b47" - ] - }, - "https://ror.org/01bvpmp82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04dyk5z88" - ] - }, - "https://ror.org/03jzay846": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022c1xk47", - "https://ror.org/04vdmc602" - ] - }, - "https://ror.org/02eqd9a40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02h376w15", - "https://ror.org/03n4y8m86" - ] - }, - "https://ror.org/027sr5070": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/050btbx23" - ] - }, - "https://ror.org/02hwyte29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032g1nc88", - "https://ror.org/04kz8hh27", - "https://ror.org/045cwqd08" - ] - }, - "https://ror.org/02a8zpt37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01jbchh45", - "https://ror.org/01j4vgr28" - ] - }, - "https://ror.org/02njhsx22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qr6ev44" - ] - }, - "https://ror.org/00g702m33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05758j740" - ] - }, - "https://ror.org/05daj2k82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vd4tk35" - ] - }, - "https://ror.org/00hjm9t74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wmff902", - "https://ror.org/01484hw40", - "https://ror.org/0177d4e55" - ] - }, - "https://ror.org/05t96az61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03q73zg62" - ] - }, - "https://ror.org/056c8b450": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017z4ep79", - "https://ror.org/004b7jc50" - ] - }, - "https://ror.org/05evsnd79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02c6c1603" - ] - }, - "https://ror.org/00bxkz165": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/030cs0206" - ] - }, - "https://ror.org/01jqh6j63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/059g9tt96", - "https://ror.org/00t3nnr25", - "https://ror.org/03fbb4j63" - ] - }, - "https://ror.org/02nma1c30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03esh6f70" - ] - }, - "https://ror.org/03de5n431": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03f5vkk69", - "https://ror.org/057b93w27", - "https://ror.org/00xpxz171" - ] - }, - "https://ror.org/03r46a684": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/041s2fp12" - ] - }, - "https://ror.org/00kvz1558": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05bqd9t64" - ] - }, - "https://ror.org/01kmf8n06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04vppzx17" - ] - }, - "https://ror.org/04gkxrj12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0197y4k63" - ] - }, - "https://ror.org/000ycsz94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05mspvn40" - ] - }, - "https://ror.org/0123ma395": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00qpbjw91" - ] - }, - "https://ror.org/025y1g718": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0465ecz69", - "https://ror.org/03qyybc26", - "https://ror.org/05wdyxj97" - ] - }, - "https://ror.org/04jy08y75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027e1a103" - ] - }, - "https://ror.org/00w91z143": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04n3fbh55", - "https://ror.org/041t5sq72" - ] - }, - "https://ror.org/02pwct569": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/015sh1j12" - ] - }, - "https://ror.org/02c6kb837": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/005fe1k46", - "https://ror.org/05w362f32", - "https://ror.org/043hpt843", - "https://ror.org/01cntn905" - ] - }, - "https://ror.org/043epsf53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01004y747" - ] - }, - "https://ror.org/04trbvb35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vyhtd35", - "https://ror.org/03wpppw84" - ] - }, - "https://ror.org/013p9v583": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05kk1a757" - ] - }, - "https://ror.org/0288c6p43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/057cmsp85", - "https://ror.org/05vmcgv71", - "https://ror.org/04hpp8k10" - ] - }, - "https://ror.org/03n2emr48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03amme506", - "https://ror.org/02jht7h37", - "https://ror.org/00cqgv790" - ] - }, - "https://ror.org/00pscny09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00p287g25", - "https://ror.org/042cj6q83" - ] - }, - "https://ror.org/03k4vk194": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0101kca69" - ] - }, - "https://ror.org/04hd8bd67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01thjgt98", - "https://ror.org/001rww263", - "https://ror.org/01rz5qz78" - ] - }, - "https://ror.org/04ecrg623": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03zzs9b68", - "https://ror.org/04j65hp39", - "https://ror.org/04zp8dw64" - ] - }, - "https://ror.org/00c93aj32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0046pcp30" - ] - }, - "https://ror.org/03t94kt09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/024nrkt38" - ] - }, - "https://ror.org/01kq4az79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05fr4xz54" - ] - }, - "https://ror.org/05km1vk92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/015z1mm31", - "https://ror.org/01s1v1s13", - "https://ror.org/000bmd472" - ] - }, - "https://ror.org/02vq92e47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03m1q4162", - "https://ror.org/017zzp047" - ] - }, - "https://ror.org/05nm3qe34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02bwmj336", - "https://ror.org/027qba521" - ] - }, - "https://ror.org/04htqgq60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04w2f6891", - "https://ror.org/04knb0h51" - ] - }, - "https://ror.org/05xmzbk80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0133m4g32", - "https://ror.org/02prth598", - "https://ror.org/035fxx726", - "https://ror.org/02sdrd464" - ] - }, - "https://ror.org/01eyenr26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qaymn86", - "https://ror.org/02kb3q578", - "https://ror.org/00gqs6306" - ] - }, - "https://ror.org/01j88m682": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/038scr081" - ] - }, - "https://ror.org/01bvqg661": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042j06y04", - "https://ror.org/0280y9h11" - ] - }, - "https://ror.org/02dyqfb80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05rmtav82" - ] - }, - "https://ror.org/03amcs261": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03d6nx810" - ] - }, - "https://ror.org/02h4myp42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017q93w69" - ] - }, - "https://ror.org/03brafa64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05h3vzz10" - ] - }, - "https://ror.org/02jymes45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02hzfe323", - "https://ror.org/00qasm074" - ] - }, - "https://ror.org/03fevzd03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05xjn4769", - "https://ror.org/02qrpm067" - ] - }, - "https://ror.org/014kzp326": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05jke7315" - ] - }, - "https://ror.org/02wpc5d77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/059tqws22", - "https://ror.org/03vjb5959", - "https://ror.org/0561ky130" - ] - }, - "https://ror.org/02zwv8f48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03n9g7g16" - ] - }, - "https://ror.org/0370d1z23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04v71zy84" - ] - }, - "https://ror.org/00qabvy28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04n36vx38", - "https://ror.org/056zfc440" - ] - }, - "https://ror.org/00pn5a327": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04z6j1174" - ] - }, - "https://ror.org/041h6pr97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/016qz7879", - "https://ror.org/0566s9y93" - ] - }, - "https://ror.org/03ncs3316": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/025tf9d31", - "https://ror.org/0414wmq03", - "https://ror.org/05sm4gx39" - ] - }, - "https://ror.org/04qy22d94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01tk5k162" - ] - }, - "https://ror.org/00ker7c87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02jszzb89", - "https://ror.org/035t0dt07", - "https://ror.org/00esacy80", - "https://ror.org/0250wyd34" - ] - }, - "https://ror.org/03nw6pt28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0212gej90", - "https://ror.org/023fm1q80", - "https://ror.org/00b285s97", - "https://ror.org/02jywrv14", - "https://ror.org/0012b2h06", - "https://ror.org/05nd09v89", - "https://ror.org/045qqby88", - "https://ror.org/01bxp3g94", - "https://ror.org/002qxpg72" - ] - }, - "https://ror.org/040dkzz12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03gq8sg42", - "https://ror.org/038p3gq39" - ] - }, - "https://ror.org/03tf9y485": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bxq3a59" - ] - }, - "https://ror.org/05s7fvh27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xd7yj05", - "https://ror.org/050mv4p70" - ] - }, - "https://ror.org/0580qje17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00vrhw316" - ] - }, - "https://ror.org/04dgpsg75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/036kf9x78", - "https://ror.org/02jwcy839", - "https://ror.org/01hc8k527" - ] - }, - "https://ror.org/04rb4b520": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0382m9t69", - "https://ror.org/02yb4t415" - ] - }, - "https://ror.org/04ftb9f20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031hb1d69" - ] - }, - "https://ror.org/042nxhq59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pgwrm68" - ] - }, - "https://ror.org/037rrfx42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0282p8n44", - "https://ror.org/00bkzza76", - "https://ror.org/05kjy5h23", - "https://ror.org/02zbycv67", - "https://ror.org/031pw2y57", - "https://ror.org/025wz5n41", - "https://ror.org/04qzk5f10", - "https://ror.org/04zv7sm47", - "https://ror.org/01g3szs55", - "https://ror.org/0359zqq03", - "https://ror.org/02emtct55" - ] - }, - "https://ror.org/02mejn521": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/026s89d26" - ] - }, - "https://ror.org/019njds38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00f6qhc93", - "https://ror.org/02evj4e11" - ] - }, - "https://ror.org/02bj0an55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05n7j1m63" - ] - }, - "https://ror.org/009sp3d14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/057devs37" - ] - }, - "https://ror.org/00kdez258": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03sarta97" - ] - }, - "https://ror.org/01md3zk31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0271pk470" - ] - }, - "https://ror.org/04sn6y446": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00wyj1j88" - ] - }, - "https://ror.org/01bjtb363": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01g9fy909" - ] - }, - "https://ror.org/005jw9139": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05nvxe113", - "https://ror.org/02ncc5r18", - "https://ror.org/04nn86d34", - "https://ror.org/026sfkz12", - "https://ror.org/001s88f97" - ] - }, - "https://ror.org/05ebwnx39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01gz5rq53" - ] - }, - "https://ror.org/046esz437": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04rk35v57" - ] - }, - "https://ror.org/05tdzsq49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05wxraw41", - "https://ror.org/0515mqy80" - ] - }, - "https://ror.org/022wcve15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02s971a50", - "https://ror.org/04946aj33" - ] - }, - "https://ror.org/03d6z8b09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05m15kh47" - ] - }, - "https://ror.org/0274wgp76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05dmw9n70" - ] - }, - "https://ror.org/058ryjm64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02c3f7x68", - "https://ror.org/01gxyxc07" - ] - }, - "https://ror.org/03bfapt22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04h80zb52", - "https://ror.org/01gjjxa05", - "https://ror.org/01hf9n917" - ] - }, - "https://ror.org/04kz0fx24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ar2j538" - ] - }, - "https://ror.org/05xck0p20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05516nt33" - ] - }, - "https://ror.org/05kt82m30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/005ypgw33" - ] - }, - "https://ror.org/05fzz0q30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01q8wz079" - ] - }, - "https://ror.org/018zm7341": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03b1cg663" - ] - }, - "https://ror.org/04rcfgv74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03nas4306" - ] - }, - "https://ror.org/04krkan79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04n143x36" - ] - }, - "https://ror.org/00k01hv15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05scpew87" - ] - }, - "https://ror.org/01bb7mj11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03aervg81" - ] - }, - "https://ror.org/027acbb13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wk76v17" - ] - }, - "https://ror.org/05pawpb90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wekt990" - ] - }, - "https://ror.org/05gk8hj18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017w8ej57" - ] - }, - "https://ror.org/029evds51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04mmbzv77" - ] - }, - "https://ror.org/051yxm544": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/006ewqz20", - "https://ror.org/05e4cgj50" - ] - }, - "https://ror.org/02afhmq71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03v4x1p30" - ] - }, - "https://ror.org/05y846g09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0268fey62" - ] - }, - "https://ror.org/01b606g91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01rxwxv45" - ] - }, - "https://ror.org/00dmed338": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02spn2261", - "https://ror.org/0005rqp26" - ] - }, - "https://ror.org/00eqgtd35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04excha61", - "https://ror.org/0483xzg81" - ] - }, - "https://ror.org/00gf6rd21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/019ejf125" - ] - }, - "https://ror.org/02wwrgv75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00t12nc24" - ] - }, - "https://ror.org/0126q1y69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0309hgk38" - ] - }, - "https://ror.org/05n6b2q68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05vs3ac92" - ] - }, - "https://ror.org/031fvch84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03q27nw68" - ] - }, - "https://ror.org/02zy9xx44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03p94a441", - "https://ror.org/01wbz2121" - ] - }, - "https://ror.org/037ngs497": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/053tj6993" - ] - }, - "https://ror.org/03z19e593": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qws0q96" - ] - }, - "https://ror.org/02pvszw76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03xjasx48", - "https://ror.org/05s9c0w76" - ] - }, - "https://ror.org/0063wfd54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01hy5h819" - ] - }, - "https://ror.org/055mvz558": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vj25186" - ] - }, - "https://ror.org/00w32k615": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04v1xq350", - "https://ror.org/050d1hk46" - ] - }, - "https://ror.org/04kw5s604": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/023mbkk92", - "https://ror.org/02zkwry50", - "https://ror.org/04v7gxe28", - "https://ror.org/00kheej15" - ] - }, - "https://ror.org/01vs7pm87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/025ajkx98", - "https://ror.org/0103a0295", - "https://ror.org/052sehq92", - "https://ror.org/03x26x505" - ] - }, - "https://ror.org/02q83n633": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02k45v753", - "https://ror.org/032j67572" - ] - }, - "https://ror.org/007st8028": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04hdhsf72" - ] - }, - "https://ror.org/000cytz87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00r2mkt64", - "https://ror.org/020h5rq76", - "https://ror.org/03td4yf75" - ] - }, - "https://ror.org/018pwv131": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04w6x9t25", - "https://ror.org/03f511537" - ] - }, - "https://ror.org/0525kzq59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mda8974" - ] - }, - "https://ror.org/05ms7st28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04nagxm86" - ] - }, - "https://ror.org/001aem118": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05jtrhd14", - "https://ror.org/02tab1h96", - "https://ror.org/03wgq5m90" - ] - }, - "https://ror.org/04qy3pa58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02jj1w915", - "https://ror.org/02t3wzq80" - ] - }, - "https://ror.org/03ftb9350": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00vs1pz50" - ] - }, - "https://ror.org/05qraqp26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02jnvb825" - ] - }, - "https://ror.org/03b7ffd73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03sh73423" - ] - }, - "https://ror.org/055wmq758": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02gh3wa58" - ] - }, - "https://ror.org/01pgead21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04f5a5m96", - "https://ror.org/00kw4g054" - ] - }, - "https://ror.org/04r0bh641": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03q1gvb68", - "https://ror.org/01spess76" - ] - }, - "https://ror.org/020yp9q46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02dq5y823" - ] - }, - "https://ror.org/01rqq3d62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00g6kte47", - "https://ror.org/02bste653" - ] - }, - "https://ror.org/01239b432": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00j9f7w81" - ] - }, - "https://ror.org/01exnk557": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ashvr51" - ] - }, - "https://ror.org/01eqy8607": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051yjgn28" - ] - }, - "https://ror.org/057pe1087": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ajp8153", - "https://ror.org/05258cy55" - ] - }, - "https://ror.org/05t2zwp43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002kffq59", - "https://ror.org/0209zky62" - ] - }, - "https://ror.org/03wj3v998": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01a70q325" - ] - }, - "https://ror.org/01aye5y64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/046rmzh87", - "https://ror.org/0010vn771", - "https://ror.org/015dyrs73" - ] - }, - "https://ror.org/03245e858": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/048kn1p59" - ] - }, - "https://ror.org/04eyqwn57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00bhf5527" - ] - }, - "https://ror.org/05pwxq352": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0288z4m73", - "https://ror.org/03p5v7r13" - ] - }, - "https://ror.org/02k5eqb88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pw1cb61" - ] - }, - "https://ror.org/007ztdc30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04fr6kc62", - "https://ror.org/057schw20", - "https://ror.org/00pz61m54", - "https://ror.org/009xejr53", - "https://ror.org/03h8wam21", - "https://ror.org/02devh349", - "https://ror.org/04nqf3887", - "https://ror.org/005y23t65" - ] - }, - "https://ror.org/03ekprg18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03frk0780", - "https://ror.org/02nb4b562", - "https://ror.org/038qye345" - ] - }, - "https://ror.org/01ft7jz29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04r3yqx69" - ] - }, - "https://ror.org/056brkm80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020r55g68", - "https://ror.org/008cz4337", - "https://ror.org/00wk9vd23" - ] - }, - "https://ror.org/05hw2m351": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00a8d7d55" - ] - }, - "https://ror.org/000ydq217": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00en8sz04" - ] - }, - "https://ror.org/04zzq8d03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04r000b45", - "https://ror.org/01599jv46", - "https://ror.org/03m1gem82", - "https://ror.org/0479btw97", - "https://ror.org/04zrd1t35" - ] - }, - "https://ror.org/045ns1x37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0019k3g62", - "https://ror.org/00gjahp83", - "https://ror.org/04nevn997" - ] - }, - "https://ror.org/0360x1161": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/046msyg33" - ] - }, - "https://ror.org/01gtvsc36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0491h6661", - "https://ror.org/03paq3x39" - ] - }, - "https://ror.org/035jrer59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ma9m113" - ] - }, - "https://ror.org/04rgsag55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02tse0z86", - "https://ror.org/01qdp7m73", - "https://ror.org/00fqdgv63", - "https://ror.org/00f2gwr16", - "https://ror.org/0345pts96", - "https://ror.org/02csqjc22" - ] - }, - "https://ror.org/05f0w5759": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/035rm0c83" - ] - }, - "https://ror.org/03n09s827": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0138k6z33", - "https://ror.org/046rga183", - "https://ror.org/028pcv110" - ] - }, - "https://ror.org/030ph1y13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01z40a451", - "https://ror.org/02tbtsz30" - ] - }, - "https://ror.org/05w2bg876": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04pmdg365" - ] - }, - "https://ror.org/00sb42p15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05xxmnm27", - "https://ror.org/039xsf007" - ] - }, - "https://ror.org/05eat3g39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/019qdfq91" - ] - }, - "https://ror.org/052s8wv93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02gcfcp23" - ] - }, - "https://ror.org/03jvfq589": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05fwp8t64" - ] - }, - "https://ror.org/04cy3qv12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05gxeae76" - ] - }, - "https://ror.org/012sh1702": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wtazd67", - "https://ror.org/02av6zw72", - "https://ror.org/020m6x732", - "https://ror.org/01b40r146", - "https://ror.org/04cz2sw33" - ] - }, - "https://ror.org/002vm7324": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03sb1fv32" - ] - }, - "https://ror.org/03m1g2s55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03gj9g134" - ] - }, - "https://ror.org/00b75tt95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00za55k91" - ] - }, - "https://ror.org/02mzerg05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pfa9y72" - ] - }, - "https://ror.org/01s49js04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022d46z41", - "https://ror.org/04v9w1q77", - "https://ror.org/00nngxj80" - ] - }, - "https://ror.org/0152qkr29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/006pyvd89", - "https://ror.org/0215jzs21" - ] - }, - "https://ror.org/02x2h0d07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00xsh4698", - "https://ror.org/0076k6d95", - "https://ror.org/03ek4e159", - "https://ror.org/056xbkp48", - "https://ror.org/02968zb41" - ] - }, - "https://ror.org/05r8wy666": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01z63c948" - ] - }, - "https://ror.org/02hy2v836": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zeqh491", - "https://ror.org/04e8gf053", - "https://ror.org/048kt6872" - ] - }, - "https://ror.org/00atq5220": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04yvxfz47" - ] - }, - "https://ror.org/03sbjcp06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/059gc9059" - ] - }, - "https://ror.org/02eatcc42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03frwhf70", - "https://ror.org/05vv53n36", - "https://ror.org/021wep716", - "https://ror.org/01tccxd76" - ] - }, - "https://ror.org/04gte0y44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05fc83474", - "https://ror.org/02vff8922" - ] - }, - "https://ror.org/03rbf8960": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/025maj953", - "https://ror.org/02dte5569" - ] - }, - "https://ror.org/00pex3x41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02nyatx59" - ] - }, - "https://ror.org/051mth390": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01rgj1337" - ] - }, - "https://ror.org/01e00z659": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01chd1z63", - "https://ror.org/00mht5s60" - ] - }, - "https://ror.org/050k26q88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/041c1w327", - "https://ror.org/05tyymd87", - "https://ror.org/00gream49" - ] - }, - "https://ror.org/058qcpv96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055s23s22", - "https://ror.org/02nxm3e56", - "https://ror.org/03thg1m49", - "https://ror.org/01mwx9v75", - "https://ror.org/01xjvwt10", - "https://ror.org/02b4by704" - ] - }, - "https://ror.org/05xf13p94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02za67k40" - ] - }, - "https://ror.org/01jcaat98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02decpv84" - ] - }, - "https://ror.org/02vtxt818": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05c3vdm18" - ] - }, - "https://ror.org/05w425588": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05agqdk49", - "https://ror.org/03yme5333" - ] - }, - "https://ror.org/030qsdn71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wjt3437", - "https://ror.org/023kawg24", - "https://ror.org/03bq9hz14", - "https://ror.org/002qtbf65", - "https://ror.org/04qg98577" - ] - }, - "https://ror.org/03wjwyj98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0431y1695" - ] - }, - "https://ror.org/03q7jt003": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04kfz7522", - "https://ror.org/01ffhf815", - "https://ror.org/00xttnp21", - "https://ror.org/049tk1906" - ] - }, - "https://ror.org/012jvtn24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01mz6aw81", - "https://ror.org/01g7nky19" - ] - }, - "https://ror.org/00w1gss13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00gga3b91" - ] - }, - "https://ror.org/03n4yr938": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04jpd4145" - ] - }, - "https://ror.org/033z8qs97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00gt7fk38" - ] - }, - "https://ror.org/012ddpd05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013c7pz75", - "https://ror.org/012yyz739", - "https://ror.org/001pxkx91" - ] - }, - "https://ror.org/01jxvhp27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02sqp6x70" - ] - }, - "https://ror.org/05gyvs118": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04s6a9w47", - "https://ror.org/0163qy924" - ] - }, - "https://ror.org/02dxby369": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0015kev18" - ] - }, - "https://ror.org/01mrh1227": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01yg7sq26", - "https://ror.org/04ar4b407" - ] - }, - "https://ror.org/052gr6m21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05cetd543" - ] - }, - "https://ror.org/022m5tt98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05amv9q86" - ] - }, - "https://ror.org/03h7zc707": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qqapf71", - "https://ror.org/03gqy2z96" - ] - }, - "https://ror.org/002h3mc90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00h8ny829", - "https://ror.org/01qysf282" - ] - }, - "https://ror.org/05bntm267": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003ns5237", - "https://ror.org/01j7j0055" - ] - }, - "https://ror.org/01y7ny159": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/046q8mv93", - "https://ror.org/033bbg733" - ] - }, - "https://ror.org/00nqjkj48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qgxr245" - ] - }, - "https://ror.org/025zfqq91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03rwraz38" - ] - }, - "https://ror.org/02r3ht216": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01vxsq455", - "https://ror.org/01p5m7j86" - ] - }, - "https://ror.org/00xn3j339": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017r9vm74" - ] - }, - "https://ror.org/01pvzsz53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01y6s7h62", - "https://ror.org/00by51808" - ] - }, - "https://ror.org/03s6cj295": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0003gmg65" - ] - }, - "https://ror.org/03tp9c748": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05kcspq23", - "https://ror.org/028xy2x79" - ] - }, - "https://ror.org/02n211843": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05aytwf55", - "https://ror.org/05kt4a843", - "https://ror.org/05jpxcv08" - ] - }, - "https://ror.org/00qmxzb41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013j55h69" - ] - }, - "https://ror.org/03s68nt92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04vyqcg16", - "https://ror.org/00ch15449" - ] - }, - "https://ror.org/02zhsgx35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04whxwq65" - ] - }, - "https://ror.org/01t1aqm70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qwf0633", - "https://ror.org/00j8b8469" - ] - }, - "https://ror.org/031tq8403": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05x3e5221" - ] - }, - "https://ror.org/043a53k35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01g0b8d40" - ] - }, - "https://ror.org/03zp5py62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0282m9c08" - ] - }, - "https://ror.org/04jpbn971": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/028a35p56" - ] - }, - "https://ror.org/00d8znk88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05be7xx76" - ] - }, - "https://ror.org/010fjvp93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00p3e1n56", - "https://ror.org/02zd56905" - ] - }, - "https://ror.org/04vkkat38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00gze1672" - ] - }, - "https://ror.org/01nc0cp29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zzqcq74" - ] - }, - "https://ror.org/051pbge72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00c4zcv51" - ] - }, - "https://ror.org/040eybd64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wps7b22" - ] - }, - "https://ror.org/01v6fb724": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05r8zkn09", - "https://ror.org/05gkz0v31", - "https://ror.org/00znqyv98" - ] - }, - "https://ror.org/03j353w33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020qgqz48", - "https://ror.org/00zw0jt22" - ] - }, - "https://ror.org/040h0fj31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02g8ybs83" - ] - }, - "https://ror.org/01dy84y11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01hn5j140", - "https://ror.org/04hww2965", - "https://ror.org/039wjmj68", - "https://ror.org/03zwkpt70", - "https://ror.org/004wrwd64", - "https://ror.org/04xw8f995" - ] - }, - "https://ror.org/05spb8741": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00gjtdf30", - "https://ror.org/01fafrd63" - ] - }, - "https://ror.org/01kcjb027": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04sjj9841", - "https://ror.org/0063zxz13" - ] - }, - "https://ror.org/04j971w37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0116d7s79" - ] - }, - "https://ror.org/01p9w4124": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01bwxpz44" - ] - }, - "https://ror.org/011kvxd26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04a3e3p04", - "https://ror.org/04pd9b824", - "https://ror.org/04hh34543" - ] - }, - "https://ror.org/03jjhm649": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0239yvq05", - "https://ror.org/04jrd4q87" - ] - }, - "https://ror.org/0270n9q14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ngeps21", - "https://ror.org/050yczr54", - "https://ror.org/014tew554" - ] - }, - "https://ror.org/03bw04561": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03gwmtg18", - "https://ror.org/00thz8j39" - ] - }, - "https://ror.org/024x5f906": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022fxd079" - ] - }, - "https://ror.org/01mvxm016": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04brghb67", - "https://ror.org/05e0gpk62", - "https://ror.org/05gaz1x25" - ] - }, - "https://ror.org/01ftnmh36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03b0x6m16" - ] - }, - "https://ror.org/04s6h1250": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02y8qpa51" - ] - }, - "https://ror.org/04k1dvq14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003p0bk22", - "https://ror.org/01zr7w027" - ] - }, - "https://ror.org/03hdb6676": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04cj8sj38" - ] - }, - "https://ror.org/01g1xae87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mww6988" - ] - }, - "https://ror.org/00d3r7025": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047406z28", - "https://ror.org/0222m3049" - ] - }, - "https://ror.org/01ry0hm85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01sxbnv57" - ] - }, - "https://ror.org/04n2d2p10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04y2cjj38", - "https://ror.org/04e5zt867", - "https://ror.org/04aqd7928" - ] - }, - "https://ror.org/04q5m8a14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03rk04a05", - "https://ror.org/030v8r787" - ] - }, - "https://ror.org/00ney4p16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/014t9bz90", - "https://ror.org/03nj49q02" - ] - }, - "https://ror.org/01gswc231": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05g777x71" - ] - }, - "https://ror.org/01a8wgs29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00gh98d15" - ] - }, - "https://ror.org/01y24f494": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045ns6h78", - "https://ror.org/013pwk504" - ] - }, - "https://ror.org/055c6bd74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031rhf983" - ] - }, - "https://ror.org/030bh9196": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03n0yn137" - ] - }, - "https://ror.org/04na7ry54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03m233w73" - ] - }, - "https://ror.org/02gx53y06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00v0x8839" - ] - }, - "https://ror.org/04hydf024": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052c3cf27" - ] - }, - "https://ror.org/042edgv29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/015jj1011" - ] - }, - "https://ror.org/00bg9m975": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01jkd3546" - ] - }, - "https://ror.org/059jy0w68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05r0csf60" - ] - }, - "https://ror.org/0161tv133": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05kv62m20" - ] - }, - "https://ror.org/01w4ggt72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02820xq34" - ] - }, - "https://ror.org/01f67ew21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02jc9yx83", - "https://ror.org/00vj8hy88" - ] - }, - "https://ror.org/03fxrgb29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05rga6m50", - "https://ror.org/024e1pj18" - ] - }, - "https://ror.org/00w26fm43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jkpa835" - ] - }, - "https://ror.org/05ne9z340": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05smnbn20" - ] - }, - "https://ror.org/05tywyy79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044ahzg50" - ] - }, - "https://ror.org/04m8jz025": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031sr2181" - ] - }, - "https://ror.org/05j242h88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04gqmrb58" - ] - }, - "https://ror.org/03qvjzj64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04z7fc725" - ] - }, - "https://ror.org/040d4nb67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ntr9f13" - ] - }, - "https://ror.org/044kkbh92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05vs9tj88" - ] - }, - "https://ror.org/05tstvt45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00y221604" - ] - }, - "https://ror.org/022hhet17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00q1sca35" - ] - }, - "https://ror.org/02sevrz47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qe7f394", - "https://ror.org/00t0z3q71", - "https://ror.org/0080ttk76" - ] - }, - "https://ror.org/000kjq947": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00cwrns71", - "https://ror.org/02xqs5h32", - "https://ror.org/00a14tf81", - "https://ror.org/04a39s417", - "https://ror.org/0491y3t26", - "https://ror.org/002dyaa55" - ] - }, - "https://ror.org/03n0fvd12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05p4evs57" - ] - }, - "https://ror.org/05cjrnv40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01rm2sw78" - ] - }, - "https://ror.org/014jtt019": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04951hq16", - "https://ror.org/03k6fqn53", - "https://ror.org/00pqj0a35", - "https://ror.org/021pght82", - "https://ror.org/01tn4vp83", - "https://ror.org/04zke5364", - "https://ror.org/04m2j3740", - "https://ror.org/002bjj765", - "https://ror.org/031fazd56", - "https://ror.org/03h5v7z82", - "https://ror.org/03a23ch04", - "https://ror.org/012b0w593", - "https://ror.org/03jzya593", - "https://ror.org/04s2yen12", - "https://ror.org/00keqx598", - "https://ror.org/00c9syb98", - "https://ror.org/03z526x05", - "https://ror.org/043mnf671", - "https://ror.org/03df3zw56", - "https://ror.org/00r5kgd36", - "https://ror.org/029sr1j73", - "https://ror.org/034afnt37", - "https://ror.org/045exnh37", - "https://ror.org/04hh2kn75", - "https://ror.org/04avk7z79", - "https://ror.org/03w2xw870", - "https://ror.org/02dhjed84", - "https://ror.org/01tm0s838", - "https://ror.org/00e60hf45", - "https://ror.org/00sgprf31", - "https://ror.org/035r9vd46", - "https://ror.org/05p668j08", - "https://ror.org/03gth6e91", - "https://ror.org/04y3ze847", - "https://ror.org/007pvy114", - "https://ror.org/04jgrem26", - "https://ror.org/00bbdze26", - "https://ror.org/02z8t9146", - "https://ror.org/03ke5zk82", - "https://ror.org/04scgfz75", - "https://ror.org/007pvy114" - ] - }, - "https://ror.org/04ne34794": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05crx6z12" - ] - }, - "https://ror.org/05tte3254": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01g53pj53" - ] - }, - "https://ror.org/02md09461": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ae7jd04", - "https://ror.org/046j7pv84" - ] - }, - "https://ror.org/034eg5a26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02zsyv822" - ] - }, - "https://ror.org/01pm3bs44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04w7knf95" - ] - }, - "https://ror.org/0403nr398": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00n2w1t65", - "https://ror.org/01mn8sk35", - "https://ror.org/03s1pms78" - ] - }, - "https://ror.org/04x7s4297": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02yvt1b82" - ] - }, - "https://ror.org/02n9shp96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/043mdy139" - ] - }, - "https://ror.org/02fyj2e56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mzn3c26", - "https://ror.org/00806hw79", - "https://ror.org/0193wvd18" - ] - }, - "https://ror.org/00qe6gb33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/029tvtf63" - ] - }, - "https://ror.org/013aa1717": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qyvw759" - ] - }, - "https://ror.org/00y3snf11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03pshcc38", - "https://ror.org/01hk5ha98", - "https://ror.org/00rzjv003", - "https://ror.org/0255fcy13" - ] - }, - "https://ror.org/04zzrht05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05j2jar38", - "https://ror.org/00z1y4j19", - "https://ror.org/058rxv392" - ] - }, - "https://ror.org/05n07wm39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0100fcb78", - "https://ror.org/02qwxva96", - "https://ror.org/007xs6t35", - "https://ror.org/05n9fqb27", - "https://ror.org/02f2p8175", - "https://ror.org/02r321f54", - "https://ror.org/045155251", - "https://ror.org/00xp6a578", - "https://ror.org/03hqc7279", - "https://ror.org/038z1c623", - "https://ror.org/01w9gvv59", - "https://ror.org/00996xv77", - "https://ror.org/055afmj54" - ] - }, - "https://ror.org/05rpe4a45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04mmv7r89", - "https://ror.org/031vg5s58", - "https://ror.org/02cntrd02" - ] - }, - "https://ror.org/03rjzr314": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02gwsx029" - ] - }, - "https://ror.org/04jszep51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007k75451" - ] - }, - "https://ror.org/01p9emh29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ebvq193" - ] - }, - "https://ror.org/05mz4e808": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0397v4g85" - ] - }, - "https://ror.org/04pp96p75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ts8g112" - ] - }, - "https://ror.org/01k7ze855": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01tqjep44" - ] - }, - "https://ror.org/00t52h563": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04apy5543", - "https://ror.org/02qbaz641" - ] - }, - "https://ror.org/02bh05k02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05f157f34" - ] - }, - "https://ror.org/02emvpp12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04mgp5b41" - ] - }, - "https://ror.org/041b8s785": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0277dxs53", - "https://ror.org/03w12qr69", - "https://ror.org/05wf9r455" - ] - }, - "https://ror.org/02z7tpb72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05hrhxs64", - "https://ror.org/04n2fyr96", - "https://ror.org/04kvh1910", - "https://ror.org/029dttz57", - "https://ror.org/02ttsvs52", - "https://ror.org/002sqnt54", - "https://ror.org/01ed3w678" - ] - }, - "https://ror.org/01yqwf941": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04z5qv209" - ] - }, - "https://ror.org/010h4w402": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00qbrqy09" - ] - }, - "https://ror.org/01tr7z120": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002nf6q61" - ] - }, - "https://ror.org/032y5sx52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qw37741" - ] - }, - "https://ror.org/03rzd8715": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xa0er70" - ] - }, - "https://ror.org/039zvcc43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qk4yf71" - ] - }, - "https://ror.org/053gtbc96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01w7r8m15", - "https://ror.org/05p9zq845", - "https://ror.org/02asacd21" - ] - }, - "https://ror.org/05d7dmk69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05eqcca29", - "https://ror.org/01yn60017" - ] - }, - "https://ror.org/03fgher32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00cm8nm15" - ] - }, - "https://ror.org/003smky23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02b6wm085", - "https://ror.org/050cc0966", - "https://ror.org/05sw8nz16", - "https://ror.org/037xpb040", - "https://ror.org/03byzcq48", - "https://ror.org/00sfn8y78", - "https://ror.org/04wrfcw61" - ] - }, - "https://ror.org/05grhsk96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05dq2gs74", - "https://ror.org/00y64dx33", - "https://ror.org/0118bqm57", - "https://ror.org/02rjj2m04" - ] - }, - "https://ror.org/02mwqcj16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05k9bck94" - ] - }, - "https://ror.org/04nyjea81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bq83s83" - ] - }, - "https://ror.org/00r8ksq80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00z18yv90" - ] - }, - "https://ror.org/029p55913": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ceh5s45" - ] - }, - "https://ror.org/057kybq87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02canyd30" - ] - }, - "https://ror.org/05c9r4685": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04dr0x243", - "https://ror.org/0092pe568", - "https://ror.org/05rmxkq05", - "https://ror.org/01rje5224", - "https://ror.org/04bt00m07", - "https://ror.org/0057da036", - "https://ror.org/01r5p9y80", - "https://ror.org/0082w0p19", - "https://ror.org/05h29d328", - "https://ror.org/04tr09862", - "https://ror.org/000nw5c60", - "https://ror.org/00m72wv30", - "https://ror.org/0466fwq98", - "https://ror.org/03k6q9261", - "https://ror.org/04sqfs158", - "https://ror.org/02rsszy23", - "https://ror.org/01fwrsq33" - ] - }, - "https://ror.org/01ej30k87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01j811c15" - ] - }, - "https://ror.org/01b4gqk18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zj3zq12", - "https://ror.org/0494d5694" - ] - }, - "https://ror.org/045axgc25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/015ad1e56" - ] - }, - "https://ror.org/002jry571": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01m5aac17" - ] - }, - "https://ror.org/00p41ea31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00kgeb982" - ] - }, - "https://ror.org/039d9wk42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00q10wd18" - ] - }, - "https://ror.org/05m074r21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/016c4a879" - ] - }, - "https://ror.org/05x1ves75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054ekwz94", - "https://ror.org/03g2j2c90", - "https://ror.org/04jkbm032", - "https://ror.org/02stzb903", - "https://ror.org/014x2ky39" - ] - }, - "https://ror.org/03emyr182": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05av82888" - ] - }, - "https://ror.org/0102aw075": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01twwfv38" - ] - }, - "https://ror.org/00jemq805": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01s0tbj55" - ] - }, - "https://ror.org/03bsery98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055xb4311" - ] - }, - "https://ror.org/007dnkv23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00xx5qr89", - "https://ror.org/05gxnjj05" - ] - }, - "https://ror.org/02cme9q04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01nd9hr79" - ] - }, - "https://ror.org/04c3g7r30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05vpwgn30", - "https://ror.org/009ayk582", - "https://ror.org/017sz1f45", - "https://ror.org/01srayt58" - ] - }, - "https://ror.org/00809fn97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04md6sf54" - ] - }, - "https://ror.org/052w5r042": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05s41sf03", - "https://ror.org/00k4dpj65", - "https://ror.org/02qsexb35", - "https://ror.org/02mgbdx19" - ] - }, - "https://ror.org/01zvw4x71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/035q1h929" - ] - }, - "https://ror.org/04nars592": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/009mwch30" - ] - }, - "https://ror.org/03jswvp59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ynw0r73" - ] - }, - "https://ror.org/00yjk3k17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0376fv627" - ] - }, - "https://ror.org/033z65h39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049qy6v50" - ] - }, - "https://ror.org/05tq31x39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04t8zgm64" - ] - }, - "https://ror.org/02bfrg439": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01fr0xv11" - ] - }, - "https://ror.org/04dwb2s30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04t41ec74" - ] - }, - "https://ror.org/01apnjb23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0574dvv95" - ] - }, - "https://ror.org/00fycd487": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qaypf21", - "https://ror.org/00xkz3n79" - ] - }, - "https://ror.org/04172zb59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04w3zk015", - "https://ror.org/054vdfx15" - ] - }, - "https://ror.org/04rt77q92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011nyg256", - "https://ror.org/039mm4q57", - "https://ror.org/03r33km95", - "https://ror.org/02pspay39", - "https://ror.org/0334rzs32", - "https://ror.org/01v23xq73", - "https://ror.org/01rgzab50", - "https://ror.org/00czndn44" - ] - }, - "https://ror.org/023es3c27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/035bjd142" - ] - }, - "https://ror.org/04fkpdv59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05hpbxg82" - ] - }, - "https://ror.org/0269t5q92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055arfx13", - "https://ror.org/001te2382" - ] - }, - "https://ror.org/02ew2ks20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02msvh720" - ] - }, - "https://ror.org/01v6p2g18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mc4x834" - ] - }, - "https://ror.org/01j0jk666": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04dvebt78", - "https://ror.org/04p43ja26", - "https://ror.org/001hc9y40" - ] - }, - "https://ror.org/022352x20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/014903n70", - "https://ror.org/05pwp0t27" - ] - }, - "https://ror.org/00m61xx36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05np4h792", - "https://ror.org/046xmah45" - ] - }, - "https://ror.org/009a2jy80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00k9s8x90", - "https://ror.org/00h4vp021", - "https://ror.org/05jrmm111", - "https://ror.org/00b9ph040", - "https://ror.org/01wqp7c62", - "https://ror.org/05kpczz35", - "https://ror.org/0358rk857" - ] - }, - "https://ror.org/013b8tn87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00tptkt39" - ] - }, - "https://ror.org/002a2eq29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04p2nj039" - ] - }, - "https://ror.org/03knd6b36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02rrq9749", - "https://ror.org/03agg4249", - "https://ror.org/053bgz920" - ] - }, - "https://ror.org/029ma5383": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01gg7p150", - "https://ror.org/01hsm6g97", - "https://ror.org/038espn32" - ] - }, - "https://ror.org/027g9mf44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/038wwg650", - "https://ror.org/029705428", - "https://ror.org/03zn9nd89" - ] - }, - "https://ror.org/0381np041": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04jr90994" - ] - }, - "https://ror.org/01sxvbm95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01w32vs69" - ] - }, - "https://ror.org/04jstcr77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010eqta40" - ] - }, - "https://ror.org/05jdqs103": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/009xa9473", - "https://ror.org/01j25h453", - "https://ror.org/02g83kd39", - "https://ror.org/02c1pgm26", - "https://ror.org/05pw47n55" - ] - }, - "https://ror.org/03bd8jh67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02d4smc03", - "https://ror.org/02pyp8h55", - "https://ror.org/01wm3xb93", - "https://ror.org/00frst980", - "https://ror.org/04htzww22", - "https://ror.org/02zg69r60", - "https://ror.org/05p83my93" - ] - }, - "https://ror.org/03d1xjg58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01q9kjc87", - "https://ror.org/02xd7fn78" - ] - }, - "https://ror.org/04c7bhp05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01bya3q34" - ] - }, - "https://ror.org/0151zbe59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03d7gms38" - ] - }, - "https://ror.org/01k6zmz35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qqz2g41" - ] - }, - "https://ror.org/02dv7rd88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vbg8350" - ] - }, - "https://ror.org/010rh0d62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qqz2g41" - ] - }, - "https://ror.org/02m7qex15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bnqh738", - "https://ror.org/05vkg6y29", - "https://ror.org/024epr358" - ] - }, - "https://ror.org/02cyn4444": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qe2w544", - "https://ror.org/05jn35f24" - ] - }, - "https://ror.org/028yxzq51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04gbz7s91" - ] - }, - "https://ror.org/02zfxwc21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/033wn7604", - "https://ror.org/00jw4j947", - "https://ror.org/043zhb260", - "https://ror.org/01gnx5040", - "https://ror.org/00n293x32", - "https://ror.org/04xamr707", - "https://ror.org/04scsxq13", - "https://ror.org/05n1t5q87", - "https://ror.org/00dee9m47", - "https://ror.org/00gk22h75", - "https://ror.org/04ygf3832" - ] - }, - "https://ror.org/02awzpt50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/040z4nv21", - "https://ror.org/04hd04g86" - ] - }, - "https://ror.org/0517ad239": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02q2vkv24", - "https://ror.org/03rhw7p81", - "https://ror.org/01m4ay116", - "https://ror.org/02kkv7f68", - "https://ror.org/01my6jy29", - "https://ror.org/057jy1g44", - "https://ror.org/00yb46674", - "https://ror.org/05m58vw43", - "https://ror.org/012g3p565", - "https://ror.org/04h6jt451" - ] - }, - "https://ror.org/01apxt611": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02380m508" - ] - }, - "https://ror.org/01xvefs70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04hr13565" - ] - }, - "https://ror.org/02sgk6k14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01w4x2p98" - ] - }, - "https://ror.org/00d6gc809": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03rfbyn37" - ] - }, - "https://ror.org/033t2dn25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04n6z1w07" - ] - }, - "https://ror.org/01vf6n447": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/024v03d05", - "https://ror.org/00ak30749", - "https://ror.org/01xqed412", - "https://ror.org/05641j286", - "https://ror.org/03vbb1674", - "https://ror.org/02r8zc629", - "https://ror.org/02507sy82" - ] - }, - "https://ror.org/03nkk3987": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04b3gg905", - "https://ror.org/01ar9ff23", - "https://ror.org/027wvv544", - "https://ror.org/05mxhk636", - "https://ror.org/03kce8684" - ] - }, - "https://ror.org/03g26ah87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020nbej04" - ] - }, - "https://ror.org/031v20w81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/024gr5317" - ] - }, - "https://ror.org/058hheg54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0221z8061" - ] - }, - "https://ror.org/02tgy3j57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0461q1s51" - ] - }, - "https://ror.org/03ab9ve27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00epfzn27" - ] - }, - "https://ror.org/01g8p7e44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/058e2jz50", - "https://ror.org/05evc8s02", - "https://ror.org/0514ew608" - ] - }, - "https://ror.org/039r16z31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01syn7y20", - "https://ror.org/00c5kj875" - ] - }, - "https://ror.org/017kp0447": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02v388x60" - ] - }, - "https://ror.org/01gh80505": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05fnsjm04" - ] - }, - "https://ror.org/03k4hy467": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04t3wh438", - "https://ror.org/03srdnd02", - "https://ror.org/05f9e0404", - "https://ror.org/00h2car28", - "https://ror.org/05d4aam89" - ] - }, - "https://ror.org/0443s9p82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049dqrc28", - "https://ror.org/0389pw608" - ] - }, - "https://ror.org/04drzaz56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05hqmp950" - ] - }, - "https://ror.org/00sj73q02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01vtcxa47", - "https://ror.org/0414r2h69", - "https://ror.org/0030apy05", - "https://ror.org/04c4y1k56" - ] - }, - "https://ror.org/00yd8np83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/008a9hf75", - "https://ror.org/050p9wj26", - "https://ror.org/01zjrck77", - "https://ror.org/04xf6c905", - "https://ror.org/00jjdh985" - ] - }, - "https://ror.org/024kstn81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04why9q78" - ] - }, - "https://ror.org/03k5dfv06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/029djbz77" - ] - }, - "https://ror.org/05n6np283": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056gmd082", - "https://ror.org/00jprdp28" - ] - }, - "https://ror.org/04ttja383": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05pb19q07" - ] - }, - "https://ror.org/0125qer46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037hxym60", - "https://ror.org/053z9ab73" - ] - }, - "https://ror.org/02qfef581": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vv9p907" - ] - }, - "https://ror.org/05fk5tr28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05qg1tz58", - "https://ror.org/01djrhs97", - "https://ror.org/03n7scr80", - "https://ror.org/01wxdvj03", - "https://ror.org/05ks2fq79", - "https://ror.org/015h21b91", - "https://ror.org/0380n5h16", - "https://ror.org/05hwvzg47", - "https://ror.org/02gsb6172", - "https://ror.org/058pmah25", - "https://ror.org/05p5xsx92", - "https://ror.org/02skhjj30", - "https://ror.org/00v448643" - ] - }, - "https://ror.org/046y50921": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qr7kk14" - ] - }, - "https://ror.org/00v1nkq94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01srjfc50" - ] - }, - "https://ror.org/01knk7v72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04d713p41" - ] - }, - "https://ror.org/02vg92y09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ckbq028" - ] - }, - "https://ror.org/04s7e3d74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00nm7k655", - "https://ror.org/01fsf9j67" - ] - }, - "https://ror.org/003hq9m95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01z5z6p69", - "https://ror.org/01pyd3y08", - "https://ror.org/00tgz5618", - "https://ror.org/05xwfa541", - "https://ror.org/02d0hr347", - "https://ror.org/02fpcgg22", - "https://ror.org/04c5em741", - "https://ror.org/02s1b7x83" - ] - }, - "https://ror.org/01jfre984": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05qm04q50", - "https://ror.org/039sb8791", - "https://ror.org/0409nay36", - "https://ror.org/03cax2885", - "https://ror.org/02vvm5369", - "https://ror.org/02967gp58" - ] - }, - "https://ror.org/017rhna63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020rf1w57", - "https://ror.org/007qfc639", - "https://ror.org/01t2e5682", - "https://ror.org/01ry8n211", - "https://ror.org/00sjbw709", - "https://ror.org/047gams58", - "https://ror.org/00hk9tb32", - "https://ror.org/054xxne07", - "https://ror.org/040vg0k95" - ] - }, - "https://ror.org/00me6gs45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wrbfs36", - "https://ror.org/059nmw410", - "https://ror.org/00whma289", - "https://ror.org/00m4vn742" - ] - }, - "https://ror.org/010584e10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05f9h4q47", - "https://ror.org/00qa68036" - ] - }, - "https://ror.org/0129qsy61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wk3qv94", - "https://ror.org/03ptrx272", - "https://ror.org/041dnb131", - "https://ror.org/028nqyn57" - ] - }, - "https://ror.org/00p64v472": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03hawtg60", - "https://ror.org/01p3zag48", - "https://ror.org/05g9srn20" - ] - }, - "https://ror.org/019g08z42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ketq791", - "https://ror.org/05tfp2303", - "https://ror.org/023dma244", - "https://ror.org/00k4nrj32", - "https://ror.org/03dw0z746", - "https://ror.org/05m3qrs33" - ] - }, - "https://ror.org/027etx825": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/057nzpd74", - "https://ror.org/02v26hv54", - "https://ror.org/050c2ya64", - "https://ror.org/05b88kk95", - "https://ror.org/05jff7p65" - ] - }, - "https://ror.org/00w6car46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ag1vy72", - "https://ror.org/014a5cc29", - "https://ror.org/023f9bb65" - ] - }, - "https://ror.org/02gz79h29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00cants75", - "https://ror.org/02gfnab20", - "https://ror.org/000ttz716", - "https://ror.org/0026b6z69" - ] - }, - "https://ror.org/03rs32p96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03n678n37", - "https://ror.org/00n4f0h74", - "https://ror.org/02zf97m15", - "https://ror.org/04v35sm20" - ] - }, - "https://ror.org/03hqjqp33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00bq8y167", - "https://ror.org/05qkzsf63", - "https://ror.org/000gzpv52", - "https://ror.org/00d2q3517", - "https://ror.org/01wrnz920" - ] - }, - "https://ror.org/01tpbbf75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05f5ss468", - "https://ror.org/0150aaa23", - "https://ror.org/00mc0t412" - ] - }, - "https://ror.org/05sb89p83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/050j7sq19" - ] - }, - "https://ror.org/016bnqk64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02846rb74", - "https://ror.org/021wnqb35" - ] - }, - "https://ror.org/013cg0x56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04mj0c261", - "https://ror.org/03d5rrp05" - ] - }, - "https://ror.org/05vcgwf09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/043fdq347" - ] - }, - "https://ror.org/05dy5ab02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05v558c44", - "https://ror.org/0025g8755", - "https://ror.org/044ycg712" - ] - }, - "https://ror.org/036nvwz98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0106sdn14" - ] - }, - "https://ror.org/02srfgm34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01npwa559" - ] - }, - "https://ror.org/05qbj3p45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01f3njc68", - "https://ror.org/03ez0zf69" - ] - }, - "https://ror.org/019yx9f29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02r1e6089", - "https://ror.org/03mnq7x91" - ] - }, - "https://ror.org/05abbvq76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04kd0pe74", - "https://ror.org/05mxb6722" - ] - }, - "https://ror.org/04tms6279": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/008y34898" - ] - }, - "https://ror.org/002bpzx43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00an0xj57", - "https://ror.org/015b22965" - ] - }, - "https://ror.org/03z9xj602": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05q0wnh95", - "https://ror.org/01bkjr271" - ] - }, - "https://ror.org/02t1hg644": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dkszm12", - "https://ror.org/00x9vvs05" - ] - }, - "https://ror.org/03r9jkk29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05q43r729", - "https://ror.org/0103ezj12" - ] - }, - "https://ror.org/03jc5ts66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0255r2t12", - "https://ror.org/00td9nh08" - ] - }, - "https://ror.org/02e8jz218": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0090z5g12", - "https://ror.org/00m5yvh71" - ] - }, - "https://ror.org/02me45833": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03t2yqt79", - "https://ror.org/02knph556" - ] - }, - "https://ror.org/020v32r42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05bqtq669", - "https://ror.org/0098qsx72" - ] - }, - "https://ror.org/02gv1pt92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01f0q1x96", - "https://ror.org/01989c577", - "https://ror.org/05n7hc005" - ] - }, - "https://ror.org/02fzm7221": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0281q7a54", - "https://ror.org/056154p75" - ] - }, - "https://ror.org/047dnad80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04fe4pq10", - "https://ror.org/01nvq0b44", - "https://ror.org/051hm2r46" - ] - }, - "https://ror.org/0075t0c68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ha1m790", - "https://ror.org/01x9cep12" - ] - }, - "https://ror.org/014cg2q58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/000y1tz34", - "https://ror.org/02bskft61" - ] - }, - "https://ror.org/05d236h53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05j4xxv23", - "https://ror.org/01fwpma03" - ] - }, - "https://ror.org/01dj88q67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04fvvze29", - "https://ror.org/00bmh2944" - ] - }, - "https://ror.org/02vt89g81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00acq4045", - "https://ror.org/046zgtw08" - ] - }, - "https://ror.org/05hj93b82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/021kzz686", - "https://ror.org/02zhmsp02" - ] - }, - "https://ror.org/04q3t9f84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04mc4tx89", - "https://ror.org/05dhb9591" - ] - }, - "https://ror.org/04w8sxm43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03mccxv57", - "https://ror.org/008gfj249", - "https://ror.org/005r9p256", - "https://ror.org/05k21nx54", - "https://ror.org/05xekmj63" - ] - }, - "https://ror.org/00xr96s24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03v6fak96" - ] - }, - "https://ror.org/01qw4g764": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05tm9j755", - "https://ror.org/03q8prw02", - "https://ror.org/05wh5fw51", - "https://ror.org/027kpf759", - "https://ror.org/00nj0fk68", - "https://ror.org/04vb0yp97" - ] - }, - "https://ror.org/040ep5714": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/015b5md70", - "https://ror.org/03d01nv48" - ] - }, - "https://ror.org/03mp7ed76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05eexsd91", - "https://ror.org/05ekw4q84", - "https://ror.org/056tqe525" - ] - }, - "https://ror.org/02bh93636": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ktfc112", - "https://ror.org/056fndr85", - "https://ror.org/02ntsjr39", - "https://ror.org/020h4b682", - "https://ror.org/052s9kd61" - ] - }, - "https://ror.org/006jfnq36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02w94dx49", - "https://ror.org/013dthz53" - ] - }, - "https://ror.org/0217dn713": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01pk4vy23" - ] - }, - "https://ror.org/00xbvdz81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0366qxk70" - ] - }, - "https://ror.org/01swx2932": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02jj4jf83", - "https://ror.org/04155vc40" - ] - }, - "https://ror.org/056gwgh96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vqknm77", - "https://ror.org/02ja8nd79", - "https://ror.org/010spvh97", - "https://ror.org/035ze0n48", - "https://ror.org/04bm3fw61", - "https://ror.org/03cys3p26", - "https://ror.org/02tspge21", - "https://ror.org/04fqpw856", - "https://ror.org/04qyar702", - "https://ror.org/000s8jb40" - ] - }, - "https://ror.org/04jb5a756": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/008cpgt80" - ] - }, - "https://ror.org/00vwbk234": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02rs30x67" - ] - }, - "https://ror.org/04ktbjv18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mxd1a54" - ] - }, - "https://ror.org/02e5fdp70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qwja739" - ] - }, - "https://ror.org/01gzkj661": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02gfbg321" - ] - }, - "https://ror.org/02esp3r97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03tzxa223" - ] - }, - "https://ror.org/05a2ass35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02csvyc65" - ] - }, - "https://ror.org/023s2h905": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0018afc35" - ] - }, - "https://ror.org/05mg74j30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wadq306" - ] - }, - "https://ror.org/03e8tm275": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02g397b52", - "https://ror.org/01z1dtf94", - "https://ror.org/033fn9j44", - "https://ror.org/01aeq1t78", - "https://ror.org/02gffk937", - "https://ror.org/01v95tx09", - "https://ror.org/00trhvv58", - "https://ror.org/03jg6sy07", - "https://ror.org/037dvnz29", - "https://ror.org/01450df76", - "https://ror.org/01dmyj570", - "https://ror.org/036z11b33", - "https://ror.org/00snwj435", - "https://ror.org/04zzepa29", - "https://ror.org/00z9sw951", - "https://ror.org/01t6qh616", - "https://ror.org/00w824191", - "https://ror.org/049mpkx27", - "https://ror.org/02w8sz675", - "https://ror.org/02qvjf193", - "https://ror.org/05k7z2b58", - "https://ror.org/03pjgt842" - ] - }, - "https://ror.org/042b03f56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0140krp16" - ] - }, - "https://ror.org/00qc6xh17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01xs14k38" - ] - }, - "https://ror.org/0569qgz98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00m2evs52" - ] - }, - "https://ror.org/0358p7h51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00feczr54" - ] - }, - "https://ror.org/02y8ft411": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ansvf21" - ] - }, - "https://ror.org/01zzqts64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03nxzws18" - ] - }, - "https://ror.org/04b7m4c37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022qrts95" - ] - }, - "https://ror.org/038mj2660": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03mg0ce08", - "https://ror.org/02g821610", - "https://ror.org/049bwzr51" - ] - }, - "https://ror.org/05g5rgx31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01nb9ks67", - "https://ror.org/00kjw1h22" - ] - }, - "https://ror.org/055zxs822": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ysfrm12" - ] - }, - "https://ror.org/032f13a22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jy1b467" - ] - }, - "https://ror.org/03wvsyq85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05fsnfd13", - "https://ror.org/0573ts924", - "https://ror.org/05xc56p63", - "https://ror.org/05fe2n505", - "https://ror.org/00ncdw424", - "https://ror.org/023gt0394", - "https://ror.org/030637x68", - "https://ror.org/00yn4km03" - ] - }, - "https://ror.org/03nn3w026": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/009yp5907" - ] - }, - "https://ror.org/01bkmbx41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/023pvpj39" - ] - }, - "https://ror.org/05knsbt04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049244588" - ] - }, - "https://ror.org/04r1mej53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00qmezm19" - ] - }, - "https://ror.org/01w2zd907": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ywnqg74", - "https://ror.org/05a5dkj17", - "https://ror.org/01nbpkh22", - "https://ror.org/01bc2jm91", - "https://ror.org/05sq6ae13", - "https://ror.org/02w91w637", - "https://ror.org/01xew6m16", - "https://ror.org/00qjry581", - "https://ror.org/04d7nv189" - ] - }, - "https://ror.org/04qnzk495": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05yabwx33", - "https://ror.org/02c28a074" - ] - }, - "https://ror.org/02d29d188": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/034adnw64" - ] - }, - "https://ror.org/028mpsh75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vnkza15", - "https://ror.org/03t8x2c04", - "https://ror.org/03zbfp751", - "https://ror.org/03gd0dm95", - "https://ror.org/009cyv989", - "https://ror.org/048b0ns33", - "https://ror.org/00d3ws365", - "https://ror.org/05xcx0k58", - "https://ror.org/01zv98a09", - "https://ror.org/04m2z2476", - "https://ror.org/03z1ps729", - "https://ror.org/038y3xt87", - "https://ror.org/01y3fwb07", - "https://ror.org/03rppv730" - ] - }, - "https://ror.org/03nk1j814": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05hamyn96", - "https://ror.org/019yny421" - ] - }, - "https://ror.org/00156kt95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01stwpk76" - ] - }, - "https://ror.org/04j270809": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03k0pmz17" - ] - }, - "https://ror.org/00be8mn93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02t3p7e85", - "https://ror.org/03g60bf21" - ] - }, - "https://ror.org/02hv6yw42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ts2sn48" - ] - }, - "https://ror.org/04py2rh25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04b6nzv94", - "https://ror.org/002pd6e78", - "https://ror.org/00jhqgj32", - "https://ror.org/011dvr318", - "https://ror.org/00z2tp793", - "https://ror.org/05rgrbr06", - "https://ror.org/005m2at17", - "https://ror.org/00wtrxf04", - "https://ror.org/032q5ym94", - "https://ror.org/02kvhs631", - "https://ror.org/04zxw0v05", - "https://ror.org/05r3dyn47", - "https://ror.org/004y4rj95", - "https://ror.org/005m2at17", - "https://ror.org/053r20n13" - ] - }, - "https://ror.org/0257nzs56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0599mab02" - ] - }, - "https://ror.org/01c5bsw63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031gkqq69", - "https://ror.org/0099tem44", - "https://ror.org/02fwgk331" - ] - }, - "https://ror.org/04hqtn844": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zy7yh11" - ] - }, - "https://ror.org/04q6a0352": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0364tzz24" - ] - }, - "https://ror.org/0018wmh19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03y8xh662" - ] - }, - "https://ror.org/02ngbsn37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04nxqr324", - "https://ror.org/02nephp76" - ] - }, - "https://ror.org/02mp31p96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01cc1db63", - "https://ror.org/03q4q6w91", - "https://ror.org/02bwhc913", - "https://ror.org/03xha5352", - "https://ror.org/01xk5xs43" - ] - }, - "https://ror.org/01eav8h49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ge59n23" - ] - }, - "https://ror.org/05q6wv670": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002qh8m50", - "https://ror.org/02js45493", - "https://ror.org/009yrnm54" - ] - }, - "https://ror.org/041c2wa38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0549xxn78" - ] - }, - "https://ror.org/0523vvf33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02c8ctc21" - ] - }, - "https://ror.org/000vekr11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022p86748" - ] - }, - "https://ror.org/05cxz0w58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/019nq5750", - "https://ror.org/010vett18" - ] - }, - "https://ror.org/039swsa61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05aq38y40" - ] - }, - "https://ror.org/00vyp4f52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05jrxre70" - ] - }, - "https://ror.org/03ad6kn10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011kpjv07" - ] - }, - "https://ror.org/05374b979": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017b62a57", - "https://ror.org/01ngyvd83", - "https://ror.org/036dpa939", - "https://ror.org/00n2vs911", - "https://ror.org/04vb14m12", - "https://ror.org/0098w0b67", - "https://ror.org/01vv3y523", - "https://ror.org/05x1mdb86" - ] - }, - "https://ror.org/04mvr1r74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01hhq6g52", - "https://ror.org/04e4aky44", - "https://ror.org/02sp8bz52", - "https://ror.org/009c06z12", - "https://ror.org/0360cq027", - "https://ror.org/01f3dz928", - "https://ror.org/00f93yb19", - "https://ror.org/04pb6gq71", - "https://ror.org/053hkmn05", - "https://ror.org/04nz0rp18", - "https://ror.org/019n8y489" - ] - }, - "https://ror.org/02kmc2r95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ej0z861" - ] - }, - "https://ror.org/0149cpy58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/041hae580", - "https://ror.org/003e62q52" - ] - }, - "https://ror.org/0582y1e41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01a0jnf88" - ] - }, - "https://ror.org/027xkck76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/029kfxt47" - ] - }, - "https://ror.org/05xrcj819": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mc91w09" - ] - }, - "https://ror.org/041q2mm12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05d5cn472" - ] - }, - "https://ror.org/04y8d6y55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003gy5515", - "https://ror.org/00ndnb620", - "https://ror.org/00qdtba35", - "https://ror.org/04s8x9847", - "https://ror.org/03t4zvk50" - ] - }, - "https://ror.org/00as45r68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027nn6b17" - ] - }, - "https://ror.org/05510vn56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00m0k5p91", - "https://ror.org/00rbe2516" - ] - }, - "https://ror.org/01dhcyx48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mkh7345" - ] - }, - "https://ror.org/02ecs6h97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01fyz1w35" - ] - }, - "https://ror.org/021p8a188": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00errak20" - ] - }, - "https://ror.org/02mv6r745": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04dx66682", - "https://ror.org/029z7h505", - "https://ror.org/04azdj983", - "https://ror.org/04gfeaw48", - "https://ror.org/03r0ha626", - "https://ror.org/006jnja70", - "https://ror.org/00h6set76", - "https://ror.org/058v42s42", - "https://ror.org/02rxpxc98", - "https://ror.org/01epn2q93", - "https://ror.org/0028hgc48", - "https://ror.org/001zwgm84", - "https://ror.org/0424mzx13", - "https://ror.org/01vpg0r82", - "https://ror.org/02w403h65", - "https://ror.org/02d5zdh33" - ] - }, - "https://ror.org/01vvnn702": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027cwk965", - "https://ror.org/031x5nm39", - "https://ror.org/0408a5x16", - "https://ror.org/055c4qx71" - ] - }, - "https://ror.org/03v25yt44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00te3yw40", - "https://ror.org/0322mf940" - ] - }, - "https://ror.org/03k79cn98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03zgm5t19" - ] - }, - "https://ror.org/04ev01y75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/009a03q22" - ] - }, - "https://ror.org/00m7gt169": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03smr8g19", - "https://ror.org/02kh7ez55", - "https://ror.org/008krtd86" - ] - }, - "https://ror.org/0326knt82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027nn6b17" - ] - }, - "https://ror.org/01c080z51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013kx8n09", - "https://ror.org/03rnptb60", - "https://ror.org/00rbe2516" - ] - }, - "https://ror.org/05d1z6q04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0003xeg87" - ] - }, - "https://ror.org/0410a8y51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01w7qz648", - "https://ror.org/04xk8j027", - "https://ror.org/0468gx405" - ] - }, - "https://ror.org/00vn06n10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04w4hwt37", - "https://ror.org/04xtarr15", - "https://ror.org/052gr5r08", - "https://ror.org/05kmggt55" - ] - }, - "https://ror.org/05f950310": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04sc67422", - "https://ror.org/045c7t348", - "https://ror.org/00eyng893", - "https://ror.org/02bpp8r91" - ] - }, - "https://ror.org/05yekbx03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00q7wcf52" - ] - }, - "https://ror.org/048bdy921": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03dz0k314" - ] - }, - "https://ror.org/05smbmp94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/014579w63", - "https://ror.org/057xs4529", - "https://ror.org/01jvd8304", - "https://ror.org/04g5g7m78", - "https://ror.org/05ymyxj51", - "https://ror.org/02sp8x745", - "https://ror.org/02n73hp60", - "https://ror.org/05jyzx602" - ] - }, - "https://ror.org/04b12x653": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01cjny980" - ] - }, - "https://ror.org/03xyjdy64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05h4zj272", - "https://ror.org/04xzj3x20", - "https://ror.org/03apjks92", - "https://ror.org/03b66rp04", - "https://ror.org/03t3q6164" - ] - }, - "https://ror.org/03am4ny08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04e4qaj02", - "https://ror.org/04hpxzg72", - "https://ror.org/00vxbe865", - "https://ror.org/01aywcp58", - "https://ror.org/01mtwad75", - "https://ror.org/006j5kw87" - ] - }, - "https://ror.org/04mghma93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ab8zv57", - "https://ror.org/02tsqtg57" - ] - }, - "https://ror.org/02m51qp09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03rk9kh93" - ] - }, - "https://ror.org/00r2p7t19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031c2cm83" - ] - }, - "https://ror.org/04chzd762": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00bv27459", - "https://ror.org/02e2v3e15" - ] - }, - "https://ror.org/02wv1rw66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wyyby64" - ] - }, - "https://ror.org/01x0e6k76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05cf8a891", - "https://ror.org/04dnsc767", - "https://ror.org/0378zg266", - "https://ror.org/031wwqy14", - "https://ror.org/014ktjg17", - "https://ror.org/00cea8r21" - ] - }, - "https://ror.org/03arwv312": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/050s4mf29" - ] - }, - "https://ror.org/05qdwtz81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vh2pt65", - "https://ror.org/01e473h50", - "https://ror.org/05923xh51", - "https://ror.org/02cn3rm21", - "https://ror.org/03gvptg28" - ] - }, - "https://ror.org/04brn0b16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/001eahy16", - "https://ror.org/00em2ph88" - ] - }, - "https://ror.org/05cxwhm03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01d261e32", - "https://ror.org/014x14082", - "https://ror.org/056nq0726", - "https://ror.org/02pgzvy52" - ] - }, - "https://ror.org/05ep8g269": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013355g38" - ] - }, - "https://ror.org/046wdn896": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00reds669" - ] - }, - "https://ror.org/0358tcd02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03zbds496", - "https://ror.org/01g96h026", - "https://ror.org/003dyzj34", - "https://ror.org/03hcgzj74", - "https://ror.org/0080acb59", - "https://ror.org/03rfbyn37", - "https://ror.org/02jv2qv86" - ] - }, - "https://ror.org/027bh9e22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01yx4wq53", - "https://ror.org/03es66g06" - ] - }, - "https://ror.org/00n4k4n97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qyxqf94", - "https://ror.org/00406q532", - "https://ror.org/00cenf840", - "https://ror.org/05a7hcs31", - "https://ror.org/015z2xk75", - "https://ror.org/031twcj28", - "https://ror.org/05dshav68", - "https://ror.org/01wc5x922", - "https://ror.org/04xkbx134", - "https://ror.org/05h4tg110", - "https://ror.org/05xvp5318", - "https://ror.org/01gcc9p15", - "https://ror.org/004jktf35", - "https://ror.org/04wcx2r57", - "https://ror.org/039j6d549", - "https://ror.org/00b26s419", - "https://ror.org/00wsjjq14", - "https://ror.org/015tmw922", - "https://ror.org/02dmc4h32", - "https://ror.org/05maag353" - ] - }, - "https://ror.org/013k5y296": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017f12b13", - "https://ror.org/05hy0av13", - "https://ror.org/01ambd593", - "https://ror.org/02j6s3h86", - "https://ror.org/04bx2zy40", - "https://ror.org/00ew4na22", - "https://ror.org/05fx1fs38" - ] - }, - "https://ror.org/00jtmm480": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02c93ee60" - ] - }, - "https://ror.org/00a1e9e96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00sgqf002", - "https://ror.org/05wstmm20", - "https://ror.org/056p61s65" - ] - }, - "https://ror.org/018nb9n34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02r10ma13", - "https://ror.org/02stn1573", - "https://ror.org/01cv22w67", - "https://ror.org/04185av43" - ] - }, - "https://ror.org/03q11y497": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04sgkca59", - "https://ror.org/05kgcmp18", - "https://ror.org/03j808814", - "https://ror.org/02y005z64", - "https://ror.org/059p4v436", - "https://ror.org/017j2n938", - "https://ror.org/01pnpvk61", - "https://ror.org/02wcsw791", - "https://ror.org/04vqzd428", - "https://ror.org/000vvpv33", - "https://ror.org/057edve92", - "https://ror.org/02d8ncy29" - ] - }, - "https://ror.org/01kz55g98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0399cww89", - "https://ror.org/044xdg011" - ] - }, - "https://ror.org/055tm7f07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/034e1cb35", - "https://ror.org/0480zh114", - "https://ror.org/02hgkrr64" - ] - }, - "https://ror.org/00p4am161": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02hynf559" - ] - }, - "https://ror.org/03xqveg17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ag2q384" - ] - }, - "https://ror.org/02pammg90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ct2ab72", - "https://ror.org/041vn2102" - ] - }, - "https://ror.org/04esx4891": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0262yf988", - "https://ror.org/03rm88931", - "https://ror.org/01eh8k851", - "https://ror.org/04z5n3121", - "https://ror.org/02jjcbg38", - "https://ror.org/0038dsf96", - "https://ror.org/003fj3t94", - "https://ror.org/00rqys923", - "https://ror.org/04j9g4c85", - "https://ror.org/02ndvaj90", - "https://ror.org/01brsq570" - ] - }, - "https://ror.org/04v0v0306": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05tgz4m05" - ] - }, - "https://ror.org/00anb1726": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05a8pa318", - "https://ror.org/03fs5jd74" - ] - }, - "https://ror.org/04g0aqp14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ksc2940", - "https://ror.org/03vnshb93", - "https://ror.org/01tqv6s24" - ] - }, - "https://ror.org/05fmrjg27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00r5ys630", - "https://ror.org/05shyvt50", - "https://ror.org/02wyktf69", - "https://ror.org/00n0m9p12" - ] - }, - "https://ror.org/04asvbz37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05kymnn64", - "https://ror.org/01e5m5282" - ] - }, - "https://ror.org/01fj5gf64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05j918z43" - ] - }, - "https://ror.org/014ja3n03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00k5pte35", - "https://ror.org/048emj907" - ] - }, - "https://ror.org/01wspv808": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0457fah73", - "https://ror.org/021zm6p18" - ] - }, - "https://ror.org/036bxpj43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05dbzj528", - "https://ror.org/01761e930" - ] - }, - "https://ror.org/009tnsj43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vndcn56" - ] - }, - "https://ror.org/01rkwtz72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00yt18j75", - "https://ror.org/041drfb04", - "https://ror.org/00c11v577", - "https://ror.org/054dq1w53" - ] - }, - "https://ror.org/0101kry21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02gy6qp39", - "https://ror.org/038c39g95", - "https://ror.org/004315x41", - "https://ror.org/05a55tn50", - "https://ror.org/03s54zb62" - ] - }, - "https://ror.org/01g9hkj35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/058xdps70" - ] - }, - "https://ror.org/04zet5t12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03sd8nm03", - "https://ror.org/011ac6r71", - "https://ror.org/01p830915", - "https://ror.org/04t6q1p67", - "https://ror.org/01a1mbs69", - "https://ror.org/02ab2dg68" - ] - }, - "https://ror.org/049v69k10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007evha27" - ] - }, - "https://ror.org/00b31g692": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03zhk7994", - "https://ror.org/045n1e339", - "https://ror.org/03m51nf34", - "https://ror.org/045r28721", - "https://ror.org/019my5047", - "https://ror.org/00nh9x179", - "https://ror.org/016vdk046" - ] - }, - "https://ror.org/00pjgxh97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01bavmk12", - "https://ror.org/03esvmb28", - "https://ror.org/02veq1j93" - ] - }, - "https://ror.org/02bv3zr67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02r2k1c68" - ] - }, - "https://ror.org/02fha3693": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01tnf8c58", - "https://ror.org/048a96r61", - "https://ror.org/031mc4w27", - "https://ror.org/02zg49d29", - "https://ror.org/03jkz2y73", - "https://ror.org/05xqxa525", - "https://ror.org/03ke6rf22", - "https://ror.org/04s4s0979", - "https://ror.org/01fphh031", - "https://ror.org/059c7vm29" - ] - }, - "https://ror.org/04r2bgz73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ap8h142", - "https://ror.org/00tqkxb21", - "https://ror.org/03bpsvx03", - "https://ror.org/02wcjva51", - "https://ror.org/04xs1rp67", - "https://ror.org/01j65xt21", - "https://ror.org/01v0srp85" - ] - }, - "https://ror.org/05x3jck08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00v5h4y49", - "https://ror.org/04xtpk854", - "https://ror.org/04q4vw719", - "https://ror.org/01kwj6g62" - ] - }, - "https://ror.org/042fqyp44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055jskg35", - "https://ror.org/00fdbgx35", - "https://ror.org/04ksb3515", - "https://ror.org/048b34d51", - "https://ror.org/055qatb41", - "https://ror.org/03pf5zs64", - "https://ror.org/03r9qc142", - "https://ror.org/00wrevg56", - "https://ror.org/026g3h106", - "https://ror.org/02pkrn365", - "https://ror.org/026g3h106" - ] - }, - "https://ror.org/005kw6t15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03msng824", - "https://ror.org/04hbev594", - "https://ror.org/04yh74t68", - "https://ror.org/0470e9841", - "https://ror.org/017ptvx95", - "https://ror.org/04e4db319" - ] - }, - "https://ror.org/00znvbk37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05q7jp496" - ] - }, - "https://ror.org/05y3qh794": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ppy9c89", - "https://ror.org/03f5eqm42", - "https://ror.org/046cr9566", - "https://ror.org/0022b3c04", - "https://ror.org/03ap6wx93" - ] - }, - "https://ror.org/056ajev02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017k80q27", - "https://ror.org/00xe5zs60" - ] - }, - "https://ror.org/01n0k5m85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04r33pf22", - "https://ror.org/044nptt90", - "https://ror.org/03d8mqt26", - "https://ror.org/054gk2851", - "https://ror.org/04xsrsp28", - "https://ror.org/03afd0v14" - ] - }, - "https://ror.org/0254bmq54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04t0s7x83" - ] - }, - "https://ror.org/00shsf120": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bea9k73", - "https://ror.org/048nfjm95", - "https://ror.org/03265fv13", - "https://ror.org/05m7pjf47", - "https://ror.org/01c4rxk68", - "https://ror.org/05c347015", - "https://ror.org/01c4rxk68", - "https://ror.org/00prce717", - "https://ror.org/007ecwd34", - "https://ror.org/041vb4f30", - "https://ror.org/02010jg37", - "https://ror.org/02yc19841" - ] - }, - "https://ror.org/043pgqy52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01r4eh644", - "https://ror.org/022qmyy53" - ] - }, - "https://ror.org/00tsqex91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qvj2271", - "https://ror.org/01fkw3y20", - "https://ror.org/00ct9cz38", - "https://ror.org/002r67t24", - "https://ror.org/00wykxp39", - "https://ror.org/02scvmk68", - "https://ror.org/020ekrq71", - "https://ror.org/01t2w0q86", - "https://ror.org/01px84952", - "https://ror.org/04k3aaz82", - "https://ror.org/02bjhj961", - "https://ror.org/03ycgmc41", - "https://ror.org/02cqsbv23", - "https://ror.org/05ww61844", - "https://ror.org/0528bv030", - "https://ror.org/01ngg7w55" - ] - }, - "https://ror.org/0326v3z14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00hd52462", - "https://ror.org/02mf2qw78", - "https://ror.org/035vnjr65", - "https://ror.org/02mavrn48", - "https://ror.org/031cs6d58", - "https://ror.org/054hmd463", - "https://ror.org/051vpgk97", - "https://ror.org/05p9h0d44" - ] - }, - "https://ror.org/00b0p4j69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042gfy005", - "https://ror.org/044bxz342", - "https://ror.org/03nv92q59", - "https://ror.org/03qa1nk44" - ] - }, - "https://ror.org/03gb41d27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05h0wd634" - ] - }, - "https://ror.org/05gd76j39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052vb0z63" - ] - }, - "https://ror.org/05fb2ej88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01phfda22", - "https://ror.org/00y6ymy93" - ] - }, - "https://ror.org/05rpz9q70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/033sa9s17" - ] - }, - "https://ror.org/021wyrx76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03a654521" - ] - }, - "https://ror.org/05ykg3d23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01a58n762", - "https://ror.org/02yeqtv37", - "https://ror.org/01jdhnc41", - "https://ror.org/023kvjk64", - "https://ror.org/033bbb825" - ] - }, - "https://ror.org/02pkn1m92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017spz608" - ] - }, - "https://ror.org/02319f413": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/026djmp70" - ] - }, - "https://ror.org/02w6dqa48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05cm6kv55", - "https://ror.org/03tkqz180" - ] - }, - "https://ror.org/05wrggx03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05p5z9518", - "https://ror.org/02zv3jm94" - ] - }, - "https://ror.org/044tc0x05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04nvba109", - "https://ror.org/024fpfc76", - "https://ror.org/05y55b611", - "https://ror.org/01400tq86", - "https://ror.org/05mrzft53", - "https://ror.org/01jxhxv92" - ] - }, - "https://ror.org/03ynh3q24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02msncm75" - ] - }, - "https://ror.org/01f3bhg26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/025aa9m53", - "https://ror.org/05rb06393", - "https://ror.org/04sj6pm22", - "https://ror.org/034vn4e02", - "https://ror.org/034e5n787", - "https://ror.org/01mr2n737" - ] - }, - "https://ror.org/02ac08586": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wt3vp12", - "https://ror.org/04fqvjv52" - ] - }, - "https://ror.org/00kyj9h67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003mr9q86" - ] - }, - "https://ror.org/04ps4d441": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04j2fjp47" - ] - }, - "https://ror.org/03qf09715": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zp00x83" - ] - }, - "https://ror.org/04vaq9436": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00a181f87" - ] - }, - "https://ror.org/009z2z347": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ykxax89", - "https://ror.org/03zbwg482" - ] - }, - "https://ror.org/02h1wg091": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05gja4j15", - "https://ror.org/010htnk72" - ] - }, - "https://ror.org/01rb7bk56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qn4hk51", - "https://ror.org/00pahkj72" - ] - }, - "https://ror.org/01pgswx52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00xvbmj91" - ] - }, - "https://ror.org/04srd9d93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01gfjdb18", - "https://ror.org/00mhktq57" - ] - }, - "https://ror.org/01fm2fv39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04cm10r73" - ] - }, - "https://ror.org/013mz8190": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01687hb54" - ] - }, - "https://ror.org/01bhs6g30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05qa6yx98" - ] - }, - "https://ror.org/000628g58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03b6pnq25", - "https://ror.org/01b9n8m42", - "https://ror.org/051d61326", - "https://ror.org/03dyet424", - "https://ror.org/00b1tsa05", - "https://ror.org/05e9s0v14", - "https://ror.org/001wtjx27", - "https://ror.org/01x1wr265", - "https://ror.org/018m84039", - "https://ror.org/01h0h7640", - "https://ror.org/00925cq50", - "https://ror.org/03bj8zh59", - "https://ror.org/01x1jk522" - ] - }, - "https://ror.org/05ww4z228": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ahhsr90", - "https://ror.org/02vmz1g97", - "https://ror.org/006gczr33", - "https://ror.org/026dvzy54", - "https://ror.org/04xk1b863", - "https://ror.org/0326cbt42" - ] - }, - "https://ror.org/00wthd003": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05t727p43", - "https://ror.org/036zzh557", - "https://ror.org/02zxf2242", - "https://ror.org/03w7jg970", - "https://ror.org/02s995827", - "https://ror.org/023qwjb45", - "https://ror.org/020j24g35", - "https://ror.org/040wctg56", - "https://ror.org/02va7tv42", - "https://ror.org/01c25r859", - "https://ror.org/03pfqk412" - ] - }, - "https://ror.org/017bk0e71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04hb8c581", - "https://ror.org/01cyatv27" - ] - }, - "https://ror.org/02h0ps145": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02f7yzh91", - "https://ror.org/045jad561", - "https://ror.org/03whnfd14", - "https://ror.org/054bpg497" - ] - }, - "https://ror.org/01gp83d60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zg9ry50", - "https://ror.org/059mdcg68" - ] - }, - "https://ror.org/008s67533": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01m6mfc08", - "https://ror.org/021ayzg23", - "https://ror.org/03hf69k85", - "https://ror.org/01rfnpk52", - "https://ror.org/026mgjd21", - "https://ror.org/02gwxj243", - "https://ror.org/032gdk894" - ] - }, - "https://ror.org/00zbcgj92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004zfsx81" - ] - }, - "https://ror.org/007ekx298": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ey3ab96", - "https://ror.org/026h6vx82", - "https://ror.org/004bdz679", - "https://ror.org/00rb16m44", - "https://ror.org/00pewg788", - "https://ror.org/026h0ny75", - "https://ror.org/01hygy214", - "https://ror.org/00v79jn39" - ] - }, - "https://ror.org/00zwdnt53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0151s7v18", - "https://ror.org/00wqjhh20" - ] - }, - "https://ror.org/054hq4w78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zje5g50", - "https://ror.org/00p77cm62", - "https://ror.org/00gzhq402" - ] - }, - "https://ror.org/00n635c12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03kea0d35", - "https://ror.org/00ssdam06" - ] - }, - "https://ror.org/04bn1qy53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02pbyff74", - "https://ror.org/00v13f844" - ] - }, - "https://ror.org/03c4shz64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03yj8bt58" - ] - }, - "https://ror.org/02vkbzw76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0545sd266", - "https://ror.org/01qtea582", - "https://ror.org/01nfb0t34", - "https://ror.org/03rrqwf50" - ] - }, - "https://ror.org/04hkpfa76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05xtrfa17", - "https://ror.org/02w314k38" - ] - }, - "https://ror.org/05cf5b117": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04kdd0e80", - "https://ror.org/044qb8j46", - "https://ror.org/0007cgk43", - "https://ror.org/0579hfc41" - ] - }, - "https://ror.org/05ygr1m94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00476rc02" - ] - }, - "https://ror.org/04d9v0a44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003dgzf80", - "https://ror.org/01ep09b46" - ] - }, - "https://ror.org/05sa44m96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/038hqfn26" - ] - }, - "https://ror.org/003ngne20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055ksem72", - "https://ror.org/02sptxp91", - "https://ror.org/0290qyp66" - ] - }, - "https://ror.org/04qhpqj38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0391yk308", - "https://ror.org/04xhfgr69", - "https://ror.org/016zn5019", - "https://ror.org/033hv7h54" - ] - }, - "https://ror.org/05m9vrv91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02s5qve69" - ] - }, - "https://ror.org/05xsppr58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05qvjtg77" - ] - }, - "https://ror.org/030vvs717": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/023sxys58" - ] - }, - "https://ror.org/0465c8g46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0084vrs13", - "https://ror.org/006hwbx79", - "https://ror.org/04hrt9p44" - ] - }, - "https://ror.org/01nz1p872": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05972na11" - ] - }, - "https://ror.org/02fccce66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/048frez22", - "https://ror.org/0353d6x38" - ] - }, - "https://ror.org/00d801g55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02e60zs41", - "https://ror.org/040y3df60", - "https://ror.org/04b8r4934", - "https://ror.org/026jmga48", - "https://ror.org/021jz4j66", - "https://ror.org/00gmnqd91", - "https://ror.org/03bzkqg41" - ] - }, - "https://ror.org/055kgg913": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/041554441" - ] - }, - "https://ror.org/04jewc589": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037y5zq83", - "https://ror.org/00e8ar137" - ] - }, - "https://ror.org/02srvn192": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02dpmge29" - ] - }, - "https://ror.org/02747h926": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017fdbp82", - "https://ror.org/02gc7qc02" - ] - }, - "https://ror.org/0054f1w39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03efmqc40", - "https://ror.org/0272j5188", - "https://ror.org/03m2x1q45", - "https://ror.org/020zjmd13", - "https://ror.org/01m10e879", - "https://ror.org/03j5p4b58", - "https://ror.org/01nysf027", - "https://ror.org/054zw2979", - "https://ror.org/053sq3902", - "https://ror.org/023drta67", - "https://ror.org/02drhvq25" - ] - }, - "https://ror.org/02psedk13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00x396v48", - "https://ror.org/04hbp2s71" - ] - }, - "https://ror.org/01p3c3c27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03tmy2526" - ] - }, - "https://ror.org/02hvt5f17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01vf7he45" - ] - }, - "https://ror.org/02218z997": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04fwa4t58", - "https://ror.org/01y4kmz24", - "https://ror.org/02j3q7j55", - "https://ror.org/00cv4n034" - ] - }, - "https://ror.org/01d1n9n57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04w2e0b44", - "https://ror.org/04d3x5w26", - "https://ror.org/000t17x96" - ] - }, - "https://ror.org/00bt9we26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01dkhme60", - "https://ror.org/00hvq0c10", - "https://ror.org/040nzs042", - "https://ror.org/02n2dfg29", - "https://ror.org/00jzxnz73", - "https://ror.org/03bpcr835", - "https://ror.org/05gk6fr31" - ] - }, - "https://ror.org/009fk3b63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051bw0z52", - "https://ror.org/04rha3g10", - "https://ror.org/033gfa640", - "https://ror.org/05x8xdg58" - ] - }, - "https://ror.org/020ktwj02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01d9dbd65" - ] - }, - "https://ror.org/006vs7897": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00rs6s651" - ] - }, - "https://ror.org/000wh6t45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02n1y8269" - ] - }, - "https://ror.org/02p4mwa83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0221nva21", - "https://ror.org/033abcd54", - "https://ror.org/05qv7gx64" - ] - }, - "https://ror.org/013czdx64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/005j0cx32", - "https://ror.org/05fe3fx56", - "https://ror.org/02js38076", - "https://ror.org/023m9rp24", - "https://ror.org/015wgw417", - "https://ror.org/02cypar22", - "https://ror.org/04dbahf95", - "https://ror.org/03rswdy10", - "https://ror.org/04b85d432" - ] - }, - "https://ror.org/01w885875": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qw0br74", - "https://ror.org/01sjh9112", - "https://ror.org/035t0zn40", - "https://ror.org/000rr7w48" - ] - }, - "https://ror.org/0251nbz82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01grm4y17" - ] - }, - "https://ror.org/0008wzh48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/034vb5t35", - "https://ror.org/058ne9w36" - ] - }, - "https://ror.org/02f60yb64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ddbnh33" - ] - }, - "https://ror.org/02403qw73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/012wsxz85" - ] - }, - "https://ror.org/00q08t645": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00m42s140" - ] - }, - "https://ror.org/02md8hv62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05mshxb09" - ] - }, - "https://ror.org/02v3j1y79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004jk3542", - "https://ror.org/04mtdw349" - ] - }, - "https://ror.org/01s1hsq14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/000yct867", - "https://ror.org/036qtaj98", - "https://ror.org/05q3szf80", - "https://ror.org/05tszed37", - "https://ror.org/03j7sze86", - "https://ror.org/0471xz330" - ] - }, - "https://ror.org/01t20sn94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05p4f7w60", - "https://ror.org/03fkc8c64", - "https://ror.org/003kgv736", - "https://ror.org/01aspja26" - ] - }, - "https://ror.org/00my0hg66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jrpxe15" - ] - }, - "https://ror.org/01bh2s525": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04jcetk87", - "https://ror.org/03vzpaf33", - "https://ror.org/039q6xk02" - ] - }, - "https://ror.org/00q6ynx29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002jq3415" - ] - }, - "https://ror.org/01k81gt67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02n1c7856" - ] - }, - "https://ror.org/02yw1f353": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/000bbyx17" - ] - }, - "https://ror.org/00fmnpw63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02cd98b83" - ] - }, - "https://ror.org/02309j459": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00d2zfh55" - ] - }, - "https://ror.org/017a59b72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01t2fht66", - "https://ror.org/03g5dad97" - ] - }, - "https://ror.org/022jefx64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01sdha619", - "https://ror.org/010xeam31" - ] - }, - "https://ror.org/01rvn4p91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05a28rw58", - "https://ror.org/03eh3y714", - "https://ror.org/04bs5yc70", - "https://ror.org/00pc48d59", - "https://ror.org/02x681a42", - "https://ror.org/02s376052", - "https://ror.org/00baskk38", - "https://ror.org/02hdt9m26", - "https://ror.org/04rzmms09", - "https://ror.org/00xzacp61", - "https://ror.org/05y8y6598", - "https://ror.org/04tgr1802", - "https://ror.org/047axtc96", - "https://ror.org/00m0fmt63", - "https://ror.org/0007wfz33", - "https://ror.org/01a83vw07", - "https://ror.org/01x6n3581", - "https://ror.org/04pazve79", - "https://ror.org/046egda04", - "https://ror.org/00be75x22", - "https://ror.org/03qtkxb61", - "https://ror.org/008eg3158", - "https://ror.org/003bsdh42", - "https://ror.org/051d04622", - "https://ror.org/00y1neg56", - "https://ror.org/0285j9m82", - "https://ror.org/0431s8639", - "https://ror.org/0125dpf52", - "https://ror.org/010408w50", - "https://ror.org/03f0zj759", - "https://ror.org/01gqd2r46", - "https://ror.org/04wdpa646", - "https://ror.org/00bfrk915", - "https://ror.org/05rkrf147", - "https://ror.org/00hwfrn96", - "https://ror.org/05y762451", - "https://ror.org/025en1p25", - "https://ror.org/01cgmpb23", - "https://ror.org/0342s9s13", - "https://ror.org/02q73ep21", - "https://ror.org/05fhwqj89", - "https://ror.org/04n35qp23", - "https://ror.org/01m0th787", - "https://ror.org/01rd8n845", - "https://ror.org/0556as610", - "https://ror.org/02p702482", - "https://ror.org/03j5gm982", - "https://ror.org/05q2cwx50", - "https://ror.org/02xhcf905", - "https://ror.org/02cp6jm68", - "https://ror.org/0022v1p96", - "https://ror.org/00cepxd71", - "https://ror.org/053ts2049", - "https://ror.org/04f7jrb21", - "https://ror.org/02q2nz798", - "https://ror.org/024bje446", - "https://ror.org/01yfrpn34", - "https://ror.org/05xw14184", - "https://ror.org/0565zqf96", - "https://ror.org/015txh811", - "https://ror.org/02scr7307", - "https://ror.org/033h3cg70", - "https://ror.org/010kh0a92", - "https://ror.org/03mkrhh61", - "https://ror.org/00eztte08", - "https://ror.org/014vhw898", - "https://ror.org/025em6n98", - "https://ror.org/01hs9md59", - "https://ror.org/02j3zj861", - "https://ror.org/04qghrn10", - "https://ror.org/01nt5j435", - "https://ror.org/03hq9jn34", - "https://ror.org/03pzc2n68", - "https://ror.org/04neydj61", - "https://ror.org/04ses8e30", - "https://ror.org/02zbmre89", - "https://ror.org/05e93vc61", - "https://ror.org/03zqk4w67", - "https://ror.org/04fev5t41", - "https://ror.org/04a7xee56", - "https://ror.org/04w2ds943", - "https://ror.org/032p8r578", - "https://ror.org/00bea3106", - "https://ror.org/015f9wa43", - "https://ror.org/028wqwc72", - "https://ror.org/00bbkr059", - "https://ror.org/028ew7558", - "https://ror.org/03hjcs512", - "https://ror.org/059ygsz90", - "https://ror.org/013q9v540", - "https://ror.org/05nrn5x84", - "https://ror.org/007y0wv84", - "https://ror.org/03dfqms15", - "https://ror.org/04p2fa809", - "https://ror.org/00ppz8629", - "https://ror.org/05sx2xv92", - "https://ror.org/01k0e0792", - "https://ror.org/045k2fq98", - "https://ror.org/0533nhm89", - "https://ror.org/02xcy2g83", - "https://ror.org/00m0tfg52", - "https://ror.org/057rvn534", - "https://ror.org/02hh2kw42", - "https://ror.org/05bzz1e33", - "https://ror.org/01kwjhv40", - "https://ror.org/04sm24z48", - "https://ror.org/023b7n604", - "https://ror.org/01mqnkc89", - "https://ror.org/00v171g37", - "https://ror.org/04bn5x956", - "https://ror.org/03akamm78", - "https://ror.org/021f7p178", - "https://ror.org/04xrb7c55", - "https://ror.org/021f7p178", - "https://ror.org/04pzmmv39", - "https://ror.org/021f7p178", - "https://ror.org/021f7p178", - "https://ror.org/033f9yy33", - "https://ror.org/02hdt9m26" - ] - }, - "https://ror.org/0127qs140": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03tqdk258", - "https://ror.org/04k1cm432", - "https://ror.org/029ra6018", - "https://ror.org/03ec4j852" - ] - }, - "https://ror.org/025n38288": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03tarqk49", - "https://ror.org/025821s54" - ] - }, - "https://ror.org/01q9sj412": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02k9jrs03", - "https://ror.org/01vs0xq55" - ] - }, - "https://ror.org/01faaaf77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00n0zsa28" - ] - }, - "https://ror.org/0176yqn58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02e31nc37" - ] - }, - "https://ror.org/00s3jmk58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00sp8me03", - "https://ror.org/0246a9012" - ] - }, - "https://ror.org/050fhx250": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002q1t780", - "https://ror.org/04cb32210" - ] - }, - "https://ror.org/04xnm9a92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0266qh788" - ] - }, - "https://ror.org/034e7c066": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00f1fk963", - "https://ror.org/00fan0f25", - "https://ror.org/00v3zdx13", - "https://ror.org/05wk4ae67", - "https://ror.org/043kam464", - "https://ror.org/02fbwdh31" - ] - }, - "https://ror.org/054pkye94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04tj1wy14" - ] - }, - "https://ror.org/034179816": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052p8vb75", - "https://ror.org/01h3wfb62" - ] - }, - "https://ror.org/05wevan27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/028t9cg70", - "https://ror.org/054bx8w47", - "https://ror.org/018mgzn65", - "https://ror.org/017cm6884", - "https://ror.org/03nxfhe13" - ] - }, - "https://ror.org/037fhg487": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/024s32d89" - ] - }, - "https://ror.org/05mxhda18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04f2wf871", - "https://ror.org/009nhnc47", - "https://ror.org/0101mv631", - "https://ror.org/04s3ast04", - "https://ror.org/00qqw1b44", - "https://ror.org/04zys7342", - "https://ror.org/00f180m78", - "https://ror.org/013ne8p22" - ] - }, - "https://ror.org/032v9er22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vfz9j23" - ] - }, - "https://ror.org/03d04qg82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052zr0n46", - "https://ror.org/00tqhym28" - ] - }, - "https://ror.org/05mzf3276": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02smq5q54", - "https://ror.org/01n70p029", - "https://ror.org/01v09hh66", - "https://ror.org/04wmhsz10" - ] - }, - "https://ror.org/05gt90n14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02y447m55" - ] - }, - "https://ror.org/05qbbf772": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02dpmge29" - ] - }, - "https://ror.org/050p9zb50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04mjpp490" - ] - }, - "https://ror.org/05xp2yp46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011hecd67", - "https://ror.org/03kt66j61", - "https://ror.org/00epe0j70", - "https://ror.org/04w00xm72", - "https://ror.org/04166ws88", - "https://ror.org/03at7w331", - "https://ror.org/05tewj457", - "https://ror.org/00zp3kj13" - ] - }, - "https://ror.org/04fsd0842": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zbzxe52", - "https://ror.org/001x4vz59" - ] - }, - "https://ror.org/04tpp9d61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02nh10f55", - "https://ror.org/003t0xc83", - "https://ror.org/05mzkvr65" - ] - }, - "https://ror.org/042t93s57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ez5eh91", - "https://ror.org/05bykpb13", - "https://ror.org/03mk1jb23", - "https://ror.org/04xbkmk86", - "https://ror.org/02nbgxg43", - "https://ror.org/03mwaf730", - "https://ror.org/05r0xrd27", - "https://ror.org/045yf0774", - "https://ror.org/05qp1qg36", - "https://ror.org/02nzxcb82", - "https://ror.org/0342n5p84", - "https://ror.org/044hpwe09", - "https://ror.org/01wp8zh54", - "https://ror.org/01sgfhb12", - "https://ror.org/04mmhnh95" - ] - }, - "https://ror.org/04vvzp265": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01054tt62" - ] - }, - "https://ror.org/04p5zd128": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04fcfgh72", - "https://ror.org/04xpajq87", - "https://ror.org/011qwff60" - ] - }, - "https://ror.org/03zdwsf69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04enhpe73", - "https://ror.org/0098syn68" - ] - }, - "https://ror.org/04rtdp853": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004nhy279", - "https://ror.org/04j19h351", - "https://ror.org/057trv649", - "https://ror.org/00tq70902", - "https://ror.org/01ge67z96" - ] - }, - "https://ror.org/03pm18j10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ff5td15" - ] - }, - "https://ror.org/039k11f95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05s5rh151", - "https://ror.org/00jrmky87", - "https://ror.org/027h6z252", - "https://ror.org/00pap0267", - "https://ror.org/05pfy5w65", - "https://ror.org/03jxkz251", - "https://ror.org/01ae87070", - "https://ror.org/03s18mw09", - "https://ror.org/023pc0v92", - "https://ror.org/02j5kt108", - "https://ror.org/04fvmv716", - "https://ror.org/00g0x9d29", - "https://ror.org/03nszce13" - ] - }, - "https://ror.org/04h31f025": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04e0pwy27" - ] - }, - "https://ror.org/055mhsv54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04xep6d57", - "https://ror.org/039vtmd91", - "https://ror.org/019rsbe67" - ] - }, - "https://ror.org/04jjxmt88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03kxdn807" - ] - }, - "https://ror.org/03vbz5k97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04m24yn62", - "https://ror.org/0424mzx13" - ] - }, - "https://ror.org/03kr8x191": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04jdqdr13" - ] - }, - "https://ror.org/053151j41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04x5jxk30" - ] - }, - "https://ror.org/035rzkx15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mj1v005" - ] - }, - "https://ror.org/056ja1h98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ym65z81" - ] - }, - "https://ror.org/03nrbzf14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03sk0gd87" - ] - }, - "https://ror.org/04qfh2k37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/043a1ff28", - "https://ror.org/00ypx0z29" - ] - }, - "https://ror.org/03k8der79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03tt6x206", - "https://ror.org/03ae4gt79", - "https://ror.org/051k6dd41" - ] - }, - "https://ror.org/05t1y0b59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05syhdw25" - ] - }, - "https://ror.org/058kzsd48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/023392c84" - ] - }, - "https://ror.org/03y8p5m75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02z8nwe60" - ] - }, - "https://ror.org/055n68305": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00prgcp98" - ] - }, - "https://ror.org/03n7vd314": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052dmyg58", - "https://ror.org/03fkh3x71" - ] - }, - "https://ror.org/04j7mzp05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/033sspj46" - ] - }, - "https://ror.org/0369jpd83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00h98p168" - ] - }, - "https://ror.org/03d543283": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022n6je18" - ] - }, - "https://ror.org/05exmmw78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027y4yw29" - ] - }, - "https://ror.org/017h5q109": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03471w967", - "https://ror.org/057vt8c33", - "https://ror.org/03vcx3f97", - "https://ror.org/034zn5b34", - "https://ror.org/05x8jna23", - "https://ror.org/044hb6b32" - ] - }, - "https://ror.org/03rks9355": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0000h6r91" - ] - }, - "https://ror.org/02k8zdn75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01t2k3r89" - ] - }, - "https://ror.org/02ybsz607": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00zmnkx60" - ] - }, - "https://ror.org/04c8bjx39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002ekrn29", - "https://ror.org/048knqr75", - "https://ror.org/00kaped05", - "https://ror.org/01fd10471", - "https://ror.org/0233tck35", - "https://ror.org/01y661f36", - "https://ror.org/03we1zb10", - "https://ror.org/01jmwv231" - ] - }, - "https://ror.org/02nkp4593": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01cx85066" - ] - }, - "https://ror.org/03zcpvf19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04j9bvy88", - "https://ror.org/02wndzd81", - "https://ror.org/03p371b74", - "https://ror.org/05d89kr76", - "https://ror.org/05w1kdn42", - "https://ror.org/04nkkrh90", - "https://ror.org/05vv9dr68", - "https://ror.org/046vare28", - "https://ror.org/004h6mc53", - "https://ror.org/024j3hn90", - "https://ror.org/04zzd2n41", - "https://ror.org/01c577389", - "https://ror.org/00e03sj10" - ] - }, - "https://ror.org/05qgpp431": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056mmjd70" - ] - }, - "https://ror.org/05hj3gh79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00b4wbs75", - "https://ror.org/03bhb2h72" - ] - }, - "https://ror.org/02g0rnd87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05r7wgd74", - "https://ror.org/03kgran92", - "https://ror.org/043frz513", - "https://ror.org/05t1dtb26" - ] - }, - "https://ror.org/00yx5cw48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052c7a780" - ] - }, - "https://ror.org/04ckfrk21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/041nyfq10" - ] - }, - "https://ror.org/03696td91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02axkyn34", - "https://ror.org/00qajw440", - "https://ror.org/025t9c657" - ] - }, - "https://ror.org/00qh1df20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032b8z185" - ] - }, - "https://ror.org/04d170j15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/029eqtm48", - "https://ror.org/03x705365", - "https://ror.org/033tvvz33", - "https://ror.org/00vsw8h69", - "https://ror.org/05t9zpz97", - "https://ror.org/059s09c28", - "https://ror.org/00zq01589", - "https://ror.org/04e4g6t41" - ] - }, - "https://ror.org/048sabw23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052gypd56" - ] - }, - "https://ror.org/05mktfw05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052bnvt46" - ] - }, - "https://ror.org/05he43612": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/028x0tg55", - "https://ror.org/05v88aw62", - "https://ror.org/03d1vm044", - "https://ror.org/02drbqt14", - "https://ror.org/01svrpv75", - "https://ror.org/01awkss54", - "https://ror.org/04r6h9t04", - "https://ror.org/0481z9839", - "https://ror.org/05f08j617", - "https://ror.org/03vzakk34", - "https://ror.org/050j82f52", - "https://ror.org/034frgp20" - ] - }, - "https://ror.org/006zwjq84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00gym2132" - ] - }, - "https://ror.org/00csd1970": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bd9r350", - "https://ror.org/02wvp2z28", - "https://ror.org/0321gjx92" - ] - }, - "https://ror.org/03xwbsw41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01b0dbj85" - ] - }, - "https://ror.org/00k17f049": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02620c122", - "https://ror.org/01jzg2v44", - "https://ror.org/03wfqxa90" - ] - }, - "https://ror.org/02b26z922": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vbdk750" - ] - }, - "https://ror.org/03pd82777": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/033d1rc08", - "https://ror.org/01ppyqb03", - "https://ror.org/005n1mk70" - ] - }, - "https://ror.org/02j9wvt50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01t08q012" - ] - }, - "https://ror.org/018ec2p66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04pspdc11" - ] - }, - "https://ror.org/01p2v9z14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00x5q3m40" - ] - }, - "https://ror.org/01qc17q17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01t69y763" - ] - }, - "https://ror.org/0126z4b94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02exhb815" - ] - }, - "https://ror.org/032214n64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jn9cy69" - ] - }, - "https://ror.org/03wx2rr30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04e3cb039", - "https://ror.org/03r5zvp34" - ] - }, - "https://ror.org/03gzbrs57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01skxn174", - "https://ror.org/016m8pd54", - "https://ror.org/04929s478" - ] - }, - "https://ror.org/030atj633": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00zszzj16", - "https://ror.org/01k7e4s32" - ] - }, - "https://ror.org/02yrq0923": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ke8g602" - ] - }, - "https://ror.org/030rhf128": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05p4j2138" - ] - }, - "https://ror.org/01a5v8x09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/025j82f41", - "https://ror.org/01d3ncs59", - "https://ror.org/00wz65j53" - ] - }, - "https://ror.org/04nsw4151": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05r35r527", - "https://ror.org/04fmf8z66", - "https://ror.org/039jjcy66", - "https://ror.org/04k443z34", - "https://ror.org/01gqqqf26", - "https://ror.org/03jq8sq82", - "https://ror.org/045sjkt56", - "https://ror.org/028rzxs74" - ] - }, - "https://ror.org/04br0rs05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01g1qg816" - ] - }, - "https://ror.org/02dyxwz31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01c4rxk68" - ] - }, - "https://ror.org/059a9e323": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0489rbg31" - ] - }, - "https://ror.org/01p2ej961": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04vwgk321", - "https://ror.org/01pc4rp54" - ] - }, - "https://ror.org/0060avh92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03w37n116", - "https://ror.org/05b021m32", - "https://ror.org/02bjh0167", - "https://ror.org/035trbs97", - "https://ror.org/008tsd037", - "https://ror.org/02vnyaz83", - "https://ror.org/01vzcsc16", - "https://ror.org/02qr8sv28", - "https://ror.org/03zk9v026", - "https://ror.org/025srm412", - "https://ror.org/02kvbnm84", - "https://ror.org/01bdqmr31", - "https://ror.org/04rg6e566" - ] - }, - "https://ror.org/039sbtn67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054gzqw08" - ] - }, - "https://ror.org/02j17mb51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05hrhxs64", - "https://ror.org/04kvh1910", - "https://ror.org/029dttz57", - "https://ror.org/02ttsvs52", - "https://ror.org/01ed3w678" - ] - }, - "https://ror.org/036abw928": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03re7dt17", - "https://ror.org/05qc80f88" - ] - }, - "https://ror.org/00e9zam13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05j3y0344", - "https://ror.org/04xxdqj96", - "https://ror.org/001hkv469", - "https://ror.org/052jw0990" - ] - }, - "https://ror.org/00n4jr633": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ncdw424", - "https://ror.org/023gt0394", - "https://ror.org/00yn4km03" - ] - }, - "https://ror.org/03kj6ny93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0135fch82" - ] - }, - "https://ror.org/05d8avs16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/038ehsm73" - ] - }, - "https://ror.org/01rx5dh02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04j80nh06", - "https://ror.org/024xqxd02" - ] - }, - "https://ror.org/02fnq0s83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02q11zr32", - "https://ror.org/03w4fhz38", - "https://ror.org/055qtnk39" - ] - }, - "https://ror.org/04kyt9204": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04hsvgn43" - ] - }, - "https://ror.org/021sjst25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0465gqs65", - "https://ror.org/031b6ch69", - "https://ror.org/0105jwh54", - "https://ror.org/03ptky016" - ] - }, - "https://ror.org/032837421": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00hr54p22" - ] - }, - "https://ror.org/031npzc88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0039sga55", - "https://ror.org/02m2t8v35", - "https://ror.org/03mg4e956", - "https://ror.org/01yykzy84", - "https://ror.org/01gfr8917" - ] - }, - "https://ror.org/0013ks972": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04dcagg48", - "https://ror.org/03961p817" - ] - }, - "https://ror.org/0260j1g46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ka28180", - "https://ror.org/0072zz521", - "https://ror.org/04ydmy275", - "https://ror.org/00fzmm222", - "https://ror.org/03hamhx47", - "https://ror.org/0464eyp60", - "https://ror.org/04wdrdw47", - "https://ror.org/01v2b1j25" - ] - }, - "https://ror.org/03qfmjv22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01dw3yn87", - "https://ror.org/057fshk20", - "https://ror.org/04ce08670", - "https://ror.org/02hrn9a05" - ] - }, - "https://ror.org/05e0dm506": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05c4bsk60" - ] - }, - "https://ror.org/02ntv3742": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05mpm3k87" - ] - }, - "https://ror.org/001d2bp15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04x1z3t86" - ] - }, - "https://ror.org/0098hst83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00e2sbp20" - ] - }, - "https://ror.org/052m3x230": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/057r54s29", - "https://ror.org/050af1664", - "https://ror.org/05rkgsm35", - "https://ror.org/05qc49402", - "https://ror.org/03dyemd88", - "https://ror.org/01g39s097", - "https://ror.org/03d4eey82", - "https://ror.org/00twbjb24", - "https://ror.org/05jqagv40", - "https://ror.org/05hrp0b43", - "https://ror.org/03y3dt762", - "https://ror.org/02q094x95" - ] - }, - "https://ror.org/0264zxa45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ywrrr62", - "https://ror.org/054fwx336" - ] - }, - "https://ror.org/05b7fdx35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05pae1j85", - "https://ror.org/017qkhg51" - ] - }, - "https://ror.org/01x5ywr89": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02btcwe37" - ] - }, - "https://ror.org/002yxfz10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ajjdx52", - "https://ror.org/05wsk5f87", - "https://ror.org/01vxknj13", - "https://ror.org/00gtpjy03", - "https://ror.org/04xe7ws48" - ] - }, - "https://ror.org/03d2s9h69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02sqpat83" - ] - }, - "https://ror.org/00p4k0j84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ex2fc97", - "https://ror.org/04qdbg778" - ] - }, - "https://ror.org/036x6gt55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ny9jk61", - "https://ror.org/04e0p7290", - "https://ror.org/03z8x2j90", - "https://ror.org/05d576879" - ] - }, - "https://ror.org/03ngjpk76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zptmf07" - ] - }, - "https://ror.org/00r9w3j27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00bky6e07" - ] - }, - "https://ror.org/01ktt8y73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0527hfq87" - ] - }, - "https://ror.org/03jyeb125": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0356fh556", - "https://ror.org/03xkm6e60" - ] - }, - "https://ror.org/05bhmhz54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/050t2pq94" - ] - }, - "https://ror.org/045pn2j94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01kw6jz33", - "https://ror.org/02yrqby68", - "https://ror.org/05gsxrt27", - "https://ror.org/0155ctq43", - "https://ror.org/05x3m4218", - "https://ror.org/01j5pk676" - ] - }, - "https://ror.org/03b4d6f26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/035m4wz05" - ] - }, - "https://ror.org/02h6cs343": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ztar512", - "https://ror.org/01z818z22" - ] - }, - "https://ror.org/000wej815": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/033573j20", - "https://ror.org/03bvd4t69", - "https://ror.org/017hh7b56", - "https://ror.org/024264v67" - ] - }, - "https://ror.org/03e1n9x27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00btzwk36" - ] - }, - "https://ror.org/00jsjm362": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qe65e37" - ] - }, - "https://ror.org/03nrtgs61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01q7tkf98" - ] - }, - "https://ror.org/01zgpn844": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00w6hp096", - "https://ror.org/049ncrn81", - "https://ror.org/02cpn5v29", - "https://ror.org/0560gb543", - "https://ror.org/00zdkew04" - ] - }, - "https://ror.org/01bvj3e58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02b0bmh39" - ] - }, - "https://ror.org/00qp5gr06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00386qk52", - "https://ror.org/048htbx03", - "https://ror.org/03gsjv132", - "https://ror.org/03tw2c072", - "https://ror.org/04bg5zd67", - "https://ror.org/00z290809", - "https://ror.org/02tts0b67", - "https://ror.org/00gnfkx95" - ] - }, - "https://ror.org/03natb733": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04nb6x947" - ] - }, - "https://ror.org/032m55064": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00n14a494" - ] - }, - "https://ror.org/02kbe5v55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/043vk3t22", - "https://ror.org/04hjayk14", - "https://ror.org/00r37e745", - "https://ror.org/02z8fgy02" - ] - }, - "https://ror.org/05e89k615": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xhx4j26" - ] - }, - "https://ror.org/05cv56b48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02svyk642", - "https://ror.org/00xqjsc25", - "https://ror.org/01rdex851" - ] - }, - "https://ror.org/03cjntr43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0379ygx07", - "https://ror.org/01yv86q51", - "https://ror.org/050nsn531", - "https://ror.org/00x7ptd63", - "https://ror.org/02fhcbb53" - ] - }, - "https://ror.org/01n8qtk87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04t8nza80" - ] - }, - "https://ror.org/00ne0z119": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ct3pv92", - "https://ror.org/00ht04y43" - ] - }, - "https://ror.org/04fkhbv91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01t3dsz49", - "https://ror.org/02anvmh54", - "https://ror.org/05w4k0v76" - ] - }, - "https://ror.org/02z31cn83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022abst40", - "https://ror.org/055nd7x53" - ] - }, - "https://ror.org/04jndar25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04xrcx824", - "https://ror.org/05hxss661", - "https://ror.org/005b2mc68", - "https://ror.org/01v791m31", - "https://ror.org/00k551w06" - ] - }, - "https://ror.org/03x1ewr52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00gttkw41", - "https://ror.org/05jtcqr88", - "https://ror.org/029vq3n45", - "https://ror.org/023ys3x64", - "https://ror.org/01g2j3891", - "https://ror.org/04428zn91", - "https://ror.org/05mmvmh32", - "https://ror.org/00wg75m45", - "https://ror.org/030anrr19", - "https://ror.org/01139ec29", - "https://ror.org/03x0ke992", - "https://ror.org/00nfck739", - "https://ror.org/012wakq07", - "https://ror.org/03bndes49" - ] - }, - "https://ror.org/04dwpyh46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/057b2d479", - "https://ror.org/02m9pj861" - ] - }, - "https://ror.org/02zttza43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/050pxrb04", - "https://ror.org/05a9hae73", - "https://ror.org/02m74w963", - "https://ror.org/04kgp9g48", - "https://ror.org/02jcggd50" - ] - }, - "https://ror.org/00yzwtk60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056ybqa45", - "https://ror.org/00d7t1v24", - "https://ror.org/009aftg61", - "https://ror.org/04hsbr766", - "https://ror.org/049fqhq96", - "https://ror.org/00v670451" - ] - }, - "https://ror.org/01g87hr29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00arbsy46", - "https://ror.org/00647p549", - "https://ror.org/030893n97" - ] - }, - "https://ror.org/02pecpe58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01v1wt982" - ] - }, - "https://ror.org/05k34t975": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03hqrv489", - "https://ror.org/027c2yv63" - ] - }, - "https://ror.org/03qef0j11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02kf1yd19", - "https://ror.org/050kt0y53" - ] - }, - "https://ror.org/03k2dnh74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05pzr2r67", - "https://ror.org/01m274k23", - "https://ror.org/05s6aww72" - ] - }, - "https://ror.org/00mrq3p58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03c75ky76", - "https://ror.org/041swk623", - "https://ror.org/03wf7ed39" - ] - }, - "https://ror.org/016t1kc57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ynxc274", - "https://ror.org/03826h192", - "https://ror.org/01qkmhj58" - ] - }, - "https://ror.org/04qxks937": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00p8x9d62", - "https://ror.org/007fdqr82" - ] - }, - "https://ror.org/03wfqwh68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03njmea73", - "https://ror.org/01qb1r340", - "https://ror.org/05j131828", - "https://ror.org/04bct7p84", - "https://ror.org/04bct7p84", - "https://ror.org/04vt65461" - ] - }, - "https://ror.org/03wjptj96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04x8czz63", - "https://ror.org/00yxram96", - "https://ror.org/01v9kvt79", - "https://ror.org/0168em120" - ] - }, - "https://ror.org/01mzw6m29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jyx0v10", - "https://ror.org/04hma4w69", - "https://ror.org/050hscv31", - "https://ror.org/00f76x039" - ] - }, - "https://ror.org/01b44s469": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05f5r6b93", - "https://ror.org/01545ep47" - ] - }, - "https://ror.org/025h3d465": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052r73a33" - ] - }, - "https://ror.org/01akman82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00467td76", - "https://ror.org/01gyg7015" - ] - }, - "https://ror.org/02th47404": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03460ag39" - ] - }, - "https://ror.org/0441mgk24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03mg0ce08", - "https://ror.org/02g821610", - "https://ror.org/049bwzr51" - ] - }, - "https://ror.org/032mwd808": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05g6deb76", - "https://ror.org/0506t0t42", - "https://ror.org/041qyrj45", - "https://ror.org/05xbc7p40", - "https://ror.org/03rfn9b75", - "https://ror.org/04hk5tm95", - "https://ror.org/04237en35", - "https://ror.org/045xrnk02", - "https://ror.org/01w1vg437", - "https://ror.org/02r5m5t30", - "https://ror.org/034w22c34" - ] - }, - "https://ror.org/00ff5f522": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ev54a13" - ] - }, - "https://ror.org/02hn7j889": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/009jear33", - "https://ror.org/03pabrb21" - ] - }, - "https://ror.org/04sfka033": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05n9fs062" - ] - }, - "https://ror.org/02dqrks84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05fsnfd13", - "https://ror.org/0573ts924", - "https://ror.org/05xc56p63", - "https://ror.org/05fe2n505", - "https://ror.org/030637x68" - ] - }, - "https://ror.org/01jet5b79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00y19mj60", - "https://ror.org/002njmw59" - ] - }, - "https://ror.org/041rme308": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/015hfw664", - "https://ror.org/01bd5gh54", - "https://ror.org/04gedeb17" - ] - }, - "https://ror.org/05fd1hd85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03e86d016" - ] - }, - "https://ror.org/04h03k610": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/001a7je44" - ] - }, - "https://ror.org/03za3eq42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003hg6k65" - ] - }, - "https://ror.org/04vmyq826": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031621972", - "https://ror.org/01fxzb657" - ] - }, - "https://ror.org/02cyskn39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01hh21296" - ] - }, - "https://ror.org/05f5b3h44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01v8kbt09" - ] - }, - "https://ror.org/01cjzj124": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/058karh42" - ] - }, - "https://ror.org/00kwnh405": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/026a9y278" - ] - }, - "https://ror.org/04avm2781": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02kpw7e71" - ] - }, - "https://ror.org/00376bg92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01rrxb840" - ] - }, - "https://ror.org/021atz428": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00nv2s006" - ] - }, - "https://ror.org/03g03ge92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03cky5d09", - "https://ror.org/03bhmb905", - "https://ror.org/00gvw5y42", - "https://ror.org/02ezy5072", - "https://ror.org/04k92fs76", - "https://ror.org/05hqtjm11", - "https://ror.org/045wjte67", - "https://ror.org/02gvvc992", - "https://ror.org/05wvz0b04" - ] - }, - "https://ror.org/02p3esj04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00p2fsr49" - ] - }, - "https://ror.org/032exky44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02trgd202", - "https://ror.org/04jp88086" - ] - }, - "https://ror.org/02gm5zw39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0431amh23" - ] - }, - "https://ror.org/05r3yzw86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wbt1f24" - ] - }, - "https://ror.org/00kab6t91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01xpa3123" - ] - }, - "https://ror.org/05fy2ba68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04eqf8242", - "https://ror.org/01mkrzp48", - "https://ror.org/00agrnm56", - "https://ror.org/01y13ze91", - "https://ror.org/046k0vn34" - ] - }, - "https://ror.org/03s251g81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0058xhs49" - ] - }, - "https://ror.org/041qv0h25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05wps8h17", - "https://ror.org/023md1f53", - "https://ror.org/05nqsnd28", - "https://ror.org/01fqayw81", - "https://ror.org/05q9y3f51", - "https://ror.org/04e1nss61", - "https://ror.org/04f1m4g17", - "https://ror.org/03tg3dp70", - "https://ror.org/02rspp784", - "https://ror.org/0503gdw52" - ] - }, - "https://ror.org/04e4sh030": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007f12622", - "https://ror.org/04dns5t03", - "https://ror.org/02vh6gg23", - "https://ror.org/0340p7w89", - "https://ror.org/017ah0j38", - "https://ror.org/03vn3wv31", - "https://ror.org/03ztzw430", - "https://ror.org/01fc8vj32" - ] - }, - "https://ror.org/04cm78a24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bfc4534" - ] - }, - "https://ror.org/01hq89f96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04vgc9p51", - "https://ror.org/00jsv7j98", - "https://ror.org/02bf3a828", - "https://ror.org/02x581406", - "https://ror.org/021959v84", - "https://ror.org/03d532p87", - "https://ror.org/05367a632", - "https://ror.org/000bbyx17" - ] - }, - "https://ror.org/05dwvd537": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05pwfyy15" - ] - }, - "https://ror.org/02zrae794": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00wjx1428", - "https://ror.org/04d5f4w73" - ] - }, - "https://ror.org/00a208s56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054kgce12" - ] - }, - "https://ror.org/01pnej532": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0507fk326" - ] - }, - "https://ror.org/01226dv09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05w0gx844", - "https://ror.org/02zmrd443", - "https://ror.org/01pndgw26" - ] - }, - "https://ror.org/01mtkd993": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03k3c2t50", - "https://ror.org/01j7nq853", - "https://ror.org/02y8nb297", - "https://ror.org/04j23ff69", - "https://ror.org/022nyme12", - "https://ror.org/01nysf027", - "https://ror.org/01csn4944", - "https://ror.org/02yryhg49", - "https://ror.org/00y4zmh56", - "https://ror.org/012prxm53", - "https://ror.org/00h01ex42" - ] - }, - "https://ror.org/01j5aph50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051zva233", - "https://ror.org/05qha6z89" - ] - }, - "https://ror.org/03xqffv86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04j69fe92", - "https://ror.org/01v14jr37" - ] - }, - "https://ror.org/0560q5470": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01kp4cp54", - "https://ror.org/00qb33m26" - ] - }, - "https://ror.org/02pa0cy79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ph04139", - "https://ror.org/04j69fe92", - "https://ror.org/01v14jr37" - ] - }, - "https://ror.org/02a7z5917": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0384rzm54" - ] - }, - "https://ror.org/01ajv0n48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05td7ze90", - "https://ror.org/03k6wst68", - "https://ror.org/05bmme985", - "https://ror.org/01vh0ja39", - "https://ror.org/0547wea53", - "https://ror.org/0579rm888", - "https://ror.org/03gpasn37" - ] - }, - "https://ror.org/04674kj97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03hxk2a16" - ] - }, - "https://ror.org/04v3jxv31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055qjgz33" - ] - }, - "https://ror.org/04kqgqa72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dr54257", - "https://ror.org/0326egx05", - "https://ror.org/01ecnnp60", - "https://ror.org/0432jq872", - "https://ror.org/01hs43g67", - "https://ror.org/00rz5xc38", - "https://ror.org/02ykntn67", - "https://ror.org/02teq1165", - "https://ror.org/044pcn091", - "https://ror.org/0270vfa57" - ] - }, - "https://ror.org/025f1e779": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pw9bg10" - ] - }, - "https://ror.org/0425pg203": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/033gfj842" - ] - }, - "https://ror.org/02xe89706": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/000gm1k91", - "https://ror.org/01zm94433", - "https://ror.org/03z1mhq06" - ] - }, - "https://ror.org/03kdm3q80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ph04139" - ] - }, - "https://ror.org/008sy4716": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00tprt448", - "https://ror.org/00k0g5176", - "https://ror.org/0271njn83", - "https://ror.org/04bvg0c15", - "https://ror.org/02saske07", - "https://ror.org/05rpdjf12", - "https://ror.org/0436nnc79", - "https://ror.org/0227txs74", - "https://ror.org/03mtk3r50", - "https://ror.org/019p70n30", - "https://ror.org/03tcpz740", - "https://ror.org/04xz59c49", - "https://ror.org/03rzyb874", - "https://ror.org/014ahdf17", - "https://ror.org/02ktgt837", - "https://ror.org/04rf18d16", - "https://ror.org/00nvgrx75", - "https://ror.org/002eh7j54", - "https://ror.org/02v69n451", - "https://ror.org/02de03b20", - "https://ror.org/01dpbzg35", - "https://ror.org/053940494", - "https://ror.org/05667zq45", - "https://ror.org/009667168", - "https://ror.org/01eexc772", - "https://ror.org/007scx377", - "https://ror.org/00hg3n482", - "https://ror.org/01rgky883", - "https://ror.org/02td1nn43", - "https://ror.org/03a7kkc32", - "https://ror.org/038g41092", - "https://ror.org/03xy3ra43", - "https://ror.org/05a57r951", - "https://ror.org/01qrjns53", - "https://ror.org/05knsc956", - "https://ror.org/01jkhfm44", - "https://ror.org/03gtnmh30", - "https://ror.org/00pw05h04", - "https://ror.org/028cw6449", - "https://ror.org/002jjge32", - "https://ror.org/03h7x1x60", - "https://ror.org/00epkwd79", - "https://ror.org/05qjftn62", - "https://ror.org/056a3pe54", - "https://ror.org/04zfedn93", - "https://ror.org/05aza0t21", - "https://ror.org/049dch481" - ] - }, - "https://ror.org/01sgzrz83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027b1sp84" - ] - }, - "https://ror.org/052detg56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04bcrv494", - "https://ror.org/05a0mtz36", - "https://ror.org/01202fx60" - ] - }, - "https://ror.org/04vnq7t77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01z25am55" - ] - }, - "https://ror.org/05r4t3s90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mrd0686" - ] - }, - "https://ror.org/01bh2qr63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051rhng80", - "https://ror.org/001swhm52", - "https://ror.org/0412j5e72" - ] - }, - "https://ror.org/03rzy3090": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zp6eb52" - ] - }, - "https://ror.org/04egvf158": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/012y8h312" - ] - }, - "https://ror.org/01zbnvs85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02388em19", - "https://ror.org/020ye1821" - ] - }, - "https://ror.org/01tytrg27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05m88q091", - "https://ror.org/018zj0h25" - ] - }, - "https://ror.org/02vabsf11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04f7sbz75" - ] - }, - "https://ror.org/01vwesc15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01txmfh60" - ] - }, - "https://ror.org/0082wq496": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/025q7sd17", - "https://ror.org/01php1d31", - "https://ror.org/04bzrjn90", - "https://ror.org/04z3afh10", - "https://ror.org/017fh2655", - "https://ror.org/032y0n460", - "https://ror.org/03z7zv664", - "https://ror.org/01qjckx08", - "https://ror.org/00xgvev73" - ] - }, - "https://ror.org/02jkp0740": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/018ypnc38" - ] - }, - "https://ror.org/04q881785": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05eagfs92", - "https://ror.org/0077sb385" - ] - }, - "https://ror.org/02zvw6748": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02s42x260" - ] - }, - "https://ror.org/0446d5v35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/005n5zv88" - ] - }, - "https://ror.org/00ggpsq73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05tma9m39", - "https://ror.org/04hazks31", - "https://ror.org/03d1zwe41" - ] - }, - "https://ror.org/01s0wxr22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bckkk69" - ] - }, - "https://ror.org/00epmtw64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00c7kqb82" - ] - }, - "https://ror.org/03rtq6c48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013nat269" - ] - }, - "https://ror.org/03y8mtb59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02f2g4464" - ] - }, - "https://ror.org/03j517g53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03cqe8w59", - "https://ror.org/01q6zce06", - "https://ror.org/00jxb8k91", - "https://ror.org/04c5b8z55", - "https://ror.org/03efzvv60", - "https://ror.org/03vxkne37", - "https://ror.org/03qan4b12", - "https://ror.org/055wmc747", - "https://ror.org/01ktqem13", - "https://ror.org/038n0qb29", - "https://ror.org/00kwm3d29", - "https://ror.org/02r8b4p12", - "https://ror.org/003vet424", - "https://ror.org/00veegj02", - "https://ror.org/03w8cva37", - "https://ror.org/05yqfsf29", - "https://ror.org/049xnr573", - "https://ror.org/04tpkqz22", - "https://ror.org/01qkxb782", - "https://ror.org/01d67x059", - "https://ror.org/03hnwy706", - "https://ror.org/036a3f271", - "https://ror.org/03rq94151", - "https://ror.org/05k07f122", - "https://ror.org/00568z619", - "https://ror.org/04vhn6x78", - "https://ror.org/04qzr9r50", - "https://ror.org/0594de127", - "https://ror.org/014pzm971", - "https://ror.org/0348f6e47", - "https://ror.org/01m444286", - "https://ror.org/0469ejq24", - "https://ror.org/048f36m54", - "https://ror.org/04n143x36", - "https://ror.org/019ptgs60", - "https://ror.org/05de0bv95", - "https://ror.org/02skrr217", - "https://ror.org/036rry744", - "https://ror.org/04ssjv946", - "https://ror.org/025ae7a15", - "https://ror.org/05et1xd41", - "https://ror.org/021rr7t48", - "https://ror.org/00822yn93", - "https://ror.org/033xgn512", - "https://ror.org/01d4y0s98", - "https://ror.org/03erw8p58", - "https://ror.org/02raxsg56", - "https://ror.org/049hngf66", - "https://ror.org/03vdg0553", - "https://ror.org/01pcb8y44", - "https://ror.org/03zt5y861", - "https://ror.org/04tje1v24", - "https://ror.org/00t10t971", - "https://ror.org/0288c3494", - "https://ror.org/04magv453", - "https://ror.org/04h50g296", - "https://ror.org/03r89qc03", - "https://ror.org/04azj1350", - "https://ror.org/011cdfy08", - "https://ror.org/00psjjr22", - "https://ror.org/015meej47", - "https://ror.org/039ywxz78", - "https://ror.org/02xar8d89", - "https://ror.org/003vcnv80", - "https://ror.org/00g04a530", - "https://ror.org/00xpayr72", - "https://ror.org/041ttmq60", - "https://ror.org/029sqvy31", - "https://ror.org/00vsnbn30", - "https://ror.org/04nh79216", - "https://ror.org/01h6ezd77", - "https://ror.org/023dgw813", - "https://ror.org/013gkdy87", - "https://ror.org/018gb4016", - "https://ror.org/04ebzxq58", - "https://ror.org/0117z7d66", - "https://ror.org/04v30e006", - "https://ror.org/05p6vdy67", - "https://ror.org/057zmmf60", - "https://ror.org/030qxdf23", - "https://ror.org/00k3smk02", - "https://ror.org/01pmtm379", - "https://ror.org/05fvszr38", - "https://ror.org/02t6gq889", - "https://ror.org/04sw7nr96", - "https://ror.org/04f5aam04", - "https://ror.org/05q52xn14", - "https://ror.org/04jdqdr13", - "https://ror.org/01sas2f78", - "https://ror.org/0041aya12", - "https://ror.org/042765079", - "https://ror.org/057915t59", - "https://ror.org/01kwwh635", - "https://ror.org/058xqms97", - "https://ror.org/05et1xd41", - "https://ror.org/00bv27459", - "https://ror.org/02e2v3e15", - "https://ror.org/02w0rjw17", - "https://ror.org/03h0e2s88", - "https://ror.org/009d3ws08", - "https://ror.org/034s8ev31", - "https://ror.org/02m19wv39", - "https://ror.org/040me2j46", - "https://ror.org/03v7tny92", - "https://ror.org/04x0n3178", - "https://ror.org/02s040f34" - ] - }, - "https://ror.org/0312hfy93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03200rt26" - ] - }, - "https://ror.org/05269d038": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01n1cbn15", - "https://ror.org/02awe6g05", - "https://ror.org/03shhrx95", - "https://ror.org/02j69wt57", - "https://ror.org/043r4xd27", - "https://ror.org/01z30xm65" - ] - }, - "https://ror.org/00e3ns026": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03z6hnk02", - "https://ror.org/0392kk689", - "https://ror.org/0581em797", - "https://ror.org/02frtqf06", - "https://ror.org/01ftxmw65", - "https://ror.org/007hfn712", - "https://ror.org/03135ed07", - "https://ror.org/002v5yw74", - "https://ror.org/01tfk3v06", - "https://ror.org/04h1wg685", - "https://ror.org/01y9h3t34", - "https://ror.org/03xkdy484", - "https://ror.org/04tmjzh29", - "https://ror.org/05j9kq242", - "https://ror.org/05ese7s54", - "https://ror.org/05pbd2t84", - "https://ror.org/00ezjw960", - "https://ror.org/02cd28j32", - "https://ror.org/0094aqg59", - "https://ror.org/03tme9506", - "https://ror.org/00t2xrj54", - "https://ror.org/02r67s833", - "https://ror.org/0095rxa03", - "https://ror.org/0431vax36", - "https://ror.org/05xfjq530", - "https://ror.org/01z72wf68", - "https://ror.org/05nswdr94", - "https://ror.org/05jkb5508" - ] - }, - "https://ror.org/01z3hs762": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00nsjbm45" - ] - }, - "https://ror.org/04vf9tr09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00x64e042" - ] - }, - "https://ror.org/03cpe7c52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dcv1019", - "https://ror.org/05kg6bp11", - "https://ror.org/0154kn471", - "https://ror.org/04szwah67" - ] - }, - "https://ror.org/040b34t59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01svqwd91" - ] - }, - "https://ror.org/03nh7vj77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02a0qqh56" - ] - }, - "https://ror.org/00psb5b18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02w1e0787" - ] - }, - "https://ror.org/04cxrqq60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045qszf23" - ] - }, - "https://ror.org/02exqgm79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03td1t893", - "https://ror.org/04yk3c231", - "https://ror.org/027g0hb56", - "https://ror.org/03fkhh366", - "https://ror.org/02kqmq412", - "https://ror.org/01mmh4r39", - "https://ror.org/0097wyf31", - "https://ror.org/03pwpr214", - "https://ror.org/02xcybn77", - "https://ror.org/033a1rv92", - "https://ror.org/020ns9z20" - ] - }, - "https://ror.org/040hhjv66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01r8xsy94", - "https://ror.org/036d5c397", - "https://ror.org/018d9zk51" - ] - }, - "https://ror.org/01yc93g67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0144zzh56", - "https://ror.org/02xbmha33", - "https://ror.org/04f4nzq23", - "https://ror.org/050xdz686" - ] - }, - "https://ror.org/0039pzg53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ge6fe64" - ] - }, - "https://ror.org/00n7gwn90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055swm364" - ] - }, - "https://ror.org/00v0y5771": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05h9gyn11" - ] - }, - "https://ror.org/05a4cm665": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022bzg803", - "https://ror.org/026gmbh11", - "https://ror.org/01104nk81", - "https://ror.org/01r2ecp77", - "https://ror.org/03wv1cb14", - "https://ror.org/02n9yc996", - "https://ror.org/05ykb3m36", - "https://ror.org/01gpaz870", - "https://ror.org/044qm0e47", - "https://ror.org/02j2d2g70", - "https://ror.org/01rx0vn38", - "https://ror.org/039kcn609", - "https://ror.org/01c284h11", - "https://ror.org/03ht51987", - "https://ror.org/02k1hw394", - "https://ror.org/023jta124", - "https://ror.org/05b5whm83", - "https://ror.org/01pznaa94", - "https://ror.org/00epmv149", - "https://ror.org/042s03372", - "https://ror.org/01d2cn965", - "https://ror.org/046nvst19", - "https://ror.org/02q5gf687", - "https://ror.org/01scevc62", - "https://ror.org/05vg74d16", - "https://ror.org/039xdzv43", - "https://ror.org/010jktr86", - "https://ror.org/05bkpyp72", - "https://ror.org/01y0ef124", - "https://ror.org/00nmk1536", - "https://ror.org/009kqch10", - "https://ror.org/02yq0sn95", - "https://ror.org/03sm1ej59" - ] - }, - "https://ror.org/01qq57711": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00gpq1s11", - "https://ror.org/00rbe2516" - ] - }, - "https://ror.org/02885vs25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/036x93b86" - ] - }, - "https://ror.org/00dbkrq51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05cf80b72", - "https://ror.org/02pvrbg60" - ] - }, - "https://ror.org/010gxg263": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04td37d32", - "https://ror.org/007y6q934", - "https://ror.org/002rjbv21", - "https://ror.org/02mqrrm75", - "https://ror.org/011pqxa69", - "https://ror.org/00y3hzd62", - "https://ror.org/0020snb74", - "https://ror.org/05wwfbb42", - "https://ror.org/02xrw9r68", - "https://ror.org/049jtt335", - "https://ror.org/02pkvpx84", - "https://ror.org/006h16267", - "https://ror.org/00rpphk63", - "https://ror.org/02f977s94", - "https://ror.org/00jacea03", - "https://ror.org/04zqnrt66", - "https://ror.org/04gq3m222", - "https://ror.org/02gydn715", - "https://ror.org/03td3t860", - "https://ror.org/037r9nx53", - "https://ror.org/00a2zqy78", - "https://ror.org/01bv37j55", - "https://ror.org/03vfq0c73", - "https://ror.org/013g8za07", - "https://ror.org/05977wa81", - "https://ror.org/03s3xs393", - "https://ror.org/044cgpf23", - "https://ror.org/03eeee209", - "https://ror.org/04041sd65", - "https://ror.org/0231bqc61", - "https://ror.org/01pct2123", - "https://ror.org/02bkw1m29", - "https://ror.org/01q8ytn75", - "https://ror.org/05wn3mp32" - ] - }, - "https://ror.org/05fqg8t87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00tavxp27", - "https://ror.org/055sbzs47", - "https://ror.org/05q054h21", - "https://ror.org/00hzxcy85", - "https://ror.org/000bdn450", - "https://ror.org/00shfq002", - "https://ror.org/0508qa918", - "https://ror.org/0310sdb05" - ] - }, - "https://ror.org/011ta8654": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013z99a51" - ] - }, - "https://ror.org/03mvawd68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042fn4q48", - "https://ror.org/01p0ttv97", - "https://ror.org/032knn732", - "https://ror.org/015by2x28", - "https://ror.org/020wewd22", - "https://ror.org/052zj9g72" - ] - }, - "https://ror.org/05xc20j70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02km7mb89" - ] - }, - "https://ror.org/03d0tpz61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0446hjy70" - ] - }, - "https://ror.org/05tjjsh18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/025yypj46" - ] - }, - "https://ror.org/0581esp57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02fek2d03" - ] - }, - "https://ror.org/00k01kt20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01j7tpx52", - "https://ror.org/052v1k340", - "https://ror.org/01xqxbt36", - "https://ror.org/01wtq2m33", - "https://ror.org/01vyraz80", - "https://ror.org/01fgq8278", - "https://ror.org/03j3jr069" - ] - }, - "https://ror.org/008wrw613": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04w66e730" - ] - }, - "https://ror.org/02kwnkm68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0193sb042", - "https://ror.org/0599cab37" - ] - }, - "https://ror.org/03jczk481": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dgdgj39" - ] - }, - "https://ror.org/04v1bf639": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04gf9wd48" - ] - }, - "https://ror.org/02dzbc556": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05t8ct211" - ] - }, - "https://ror.org/04q5j9b45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vmza063" - ] - }, - "https://ror.org/01xcepn55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01gpy1v41", - "https://ror.org/04jppe152", - "https://ror.org/017qypp02", - "https://ror.org/01grxsm65", - "https://ror.org/00pfnk039", - "https://ror.org/023g45t05" - ] - }, - "https://ror.org/034900433": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0124x7055", - "https://ror.org/05xx77y52", - "https://ror.org/03s0hv140", - "https://ror.org/028ev2d94", - "https://ror.org/00f3x4340" - ] - }, - "https://ror.org/0487kvf73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01s5hh873" - ] - }, - "https://ror.org/00bx3rb98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03nrtjx51", - "https://ror.org/0369eb468", - "https://ror.org/01jwsqs03", - "https://ror.org/0449jya45", - "https://ror.org/04caq8026", - "https://ror.org/01kn5gg54", - "https://ror.org/03xr30889" - ] - }, - "https://ror.org/04e74dh47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/036ak4h42" - ] - }, - "https://ror.org/04mm88136": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055k7j239" - ] - }, - "https://ror.org/026v1ze26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056cwrs58", - "https://ror.org/03qt6f440" - ] - }, - "https://ror.org/05yp7vw70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05c99vk74" - ] - }, - "https://ror.org/04nx9ps90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/001aevc89" - ] - }, - "https://ror.org/01cmst727": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04nydew61", - "https://ror.org/00sekdz59" - ] - }, - "https://ror.org/009ey6w22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/008ms5s18", - "https://ror.org/00yh3cz06", - "https://ror.org/03x7qhw59", - "https://ror.org/05h9q1g27" - ] - }, - "https://ror.org/03g3m1w62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02nwwqk69", - "https://ror.org/00k672v31", - "https://ror.org/020qgp237", - "https://ror.org/01yvg9s13", - "https://ror.org/051054y87", - "https://ror.org/02nqcmv36", - "https://ror.org/049wtgt11", - "https://ror.org/03w2zhm87", - "https://ror.org/00we3bs91", - "https://ror.org/027xf9k42", - "https://ror.org/05j9fmg63", - "https://ror.org/03ryhm704", - "https://ror.org/0394f3t90" - ] - }, - "https://ror.org/01bn93e28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qdgbw61" - ] - }, - "https://ror.org/00w6g5w60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01z1vct10", - "https://ror.org/05fazth07" - ] - }, - "https://ror.org/01ek73717": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04h3mfd12", - "https://ror.org/00m2x0g47", - "https://ror.org/04f2n1245", - "https://ror.org/02r5scg33", - "https://ror.org/027t2s119", - "https://ror.org/048jw1p35", - "https://ror.org/05bx22c71", - "https://ror.org/03gezv924", - "https://ror.org/03ytyhv33", - "https://ror.org/058cxws58" - ] - }, - "https://ror.org/00br86003": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055xb4311" - ] - }, - "https://ror.org/02fhvxj45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0567t7073", - "https://ror.org/029xz3860" - ] - }, - "https://ror.org/04vy95b61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047aswc67", - "https://ror.org/04z82ry91", - "https://ror.org/01neh8064", - "https://ror.org/02edr8z79", - "https://ror.org/041j7s452" - ] - }, - "https://ror.org/0476q9d56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04e3d6y73" - ] - }, - "https://ror.org/04hf5kq57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/059qgvg50", - "https://ror.org/050kf9c55" - ] - }, - "https://ror.org/03xj0x983": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03k1gpj17", - "https://ror.org/02gn3zg65", - "https://ror.org/03q8c8138", - "https://ror.org/021h2hc85", - "https://ror.org/01cc25b87", - "https://ror.org/03xsh7c04", - "https://ror.org/01me7wg25" - ] - }, - "https://ror.org/011e3e176": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ben6x95" - ] - }, - "https://ror.org/05w9cdf74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00hxz0s44", - "https://ror.org/05xa8nr60" - ] - }, - "https://ror.org/02t1bej08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/046gme853", - "https://ror.org/016mx5748", - "https://ror.org/036s9kg65", - "https://ror.org/033s1aj42", - "https://ror.org/032nknw13", - "https://ror.org/03q9apk85", - "https://ror.org/034hnt981" - ] - }, - "https://ror.org/02eq2w707": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02a6ztn45", - "https://ror.org/03bdhq605", - "https://ror.org/05bts0a67", - "https://ror.org/038mfx688", - "https://ror.org/02mt26r85", - "https://ror.org/016ex3g83" - ] - }, - "https://ror.org/04xa2jy35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02hb7bm88", - "https://ror.org/05kh5wx29" - ] - }, - "https://ror.org/020120f86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05yj2y557" - ] - }, - "https://ror.org/03e8mf369": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02pzme005" - ] - }, - "https://ror.org/02fdb8q57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04nd4kk51", - "https://ror.org/04ewyef80", - "https://ror.org/01aee7q96", - "https://ror.org/05txbz736", - "https://ror.org/0122ngb55", - "https://ror.org/01htp6d30", - "https://ror.org/03tsfw439", - "https://ror.org/01bedhb92", - "https://ror.org/03qt6f440" - ] - }, - "https://ror.org/00k4cwq24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03j96nc67", - "https://ror.org/0532wcf75" - ] - }, - "https://ror.org/028e6rb32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0502mw613" - ] - }, - "https://ror.org/05576mm83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00s40r567" - ] - }, - "https://ror.org/02g0awj19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03xkf7525" - ] - }, - "https://ror.org/00m8d6786": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dgqhm63" - ] - }, - "https://ror.org/05pk8mf19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01d29cd45" - ] - }, - "https://ror.org/051rcp357": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04nnnz708" - ] - }, - "https://ror.org/00a4x6777": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/035tz7392" - ] - }, - "https://ror.org/002wh3v03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/029pyqp16" - ] - }, - "https://ror.org/01p7k1986": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/009nz6031" - ] - }, - "https://ror.org/02f7d6n92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00fkqvh14" - ] - }, - "https://ror.org/04jjb9549": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ahkm330" - ] - }, - "https://ror.org/05th1v540": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04rekk491", - "https://ror.org/05mgwem27" - ] - }, - "https://ror.org/00ygxqz19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05j1qss59" - ] - }, - "https://ror.org/03b38v557": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05qx54k29" - ] - }, - "https://ror.org/05pczfw42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/053g4km55" - ] - }, - "https://ror.org/01qfer487": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05bqtky90" - ] - }, - "https://ror.org/04enqng64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011sqtf19" - ] - }, - "https://ror.org/059v3b755": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03engbs88" - ] - }, - "https://ror.org/00wqdbc63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00thhss72", - "https://ror.org/00420et70", - "https://ror.org/02jq36h12", - "https://ror.org/04abk6t05", - "https://ror.org/03dmtvy82", - "https://ror.org/02yf3ey12", - "https://ror.org/0508kew31", - "https://ror.org/02nfbzg04", - "https://ror.org/01awp2978", - "https://ror.org/00ew5at92", - "https://ror.org/01epcny94", - "https://ror.org/01b98w967", - "https://ror.org/043vdcr39", - "https://ror.org/00es6pb19", - "https://ror.org/02ma46909", - "https://ror.org/0321v8618", - "https://ror.org/032ckra69", - "https://ror.org/030p9nw74", - "https://ror.org/04mr78v45", - "https://ror.org/00cv9q002", - "https://ror.org/009axtj18", - "https://ror.org/030fs7375", - "https://ror.org/043rdsw72", - "https://ror.org/042c8nz45", - "https://ror.org/02baa5g50", - "https://ror.org/05h2dda38", - "https://ror.org/04b17kf79", - "https://ror.org/00b9ahn78", - "https://ror.org/03xba7c91", - "https://ror.org/04j413049", - "https://ror.org/01pqh8144", - "https://ror.org/00zc2xc51", - "https://ror.org/01nkdyf86", - "https://ror.org/02mft8527", - "https://ror.org/04qkrdj06", - "https://ror.org/05dzwvx76", - "https://ror.org/01hhqsm59", - "https://ror.org/04v8sjw26", - "https://ror.org/027p0bm56", - "https://ror.org/03yxgmm62", - "https://ror.org/02dj4ny34", - "https://ror.org/02mx98f15", - "https://ror.org/05w62hv45", - "https://ror.org/01c17pa61", - "https://ror.org/00pebsc23", - "https://ror.org/014xaa570" - ] - }, - "https://ror.org/01gek1696": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03gds6c39", - "https://ror.org/02f6dcw23", - "https://ror.org/01sps7q28", - "https://ror.org/04twxam07", - "https://ror.org/016tfm930", - "https://ror.org/02p5xjf12", - "https://ror.org/05byvp690", - "https://ror.org/019kgqr73", - "https://ror.org/00hj54h04", - "https://ror.org/049emcs32", - "https://ror.org/04d5vba33", - "https://ror.org/01kd65564", - "https://ror.org/01azfw069", - "https://ror.org/051smbs96", - "https://ror.org/00hq0e369", - "https://ror.org/04aysmc18", - "https://ror.org/03gqc7y13", - "https://ror.org/05k07p323", - "https://ror.org/03cbz4r60", - "https://ror.org/05k1jx057", - "https://ror.org/055a54548", - "https://ror.org/05v0sks95", - "https://ror.org/053wph561", - "https://ror.org/00xg4bh43", - "https://ror.org/034bxn811", - "https://ror.org/0424mzx13", - "https://ror.org/015yf2b46", - "https://ror.org/05mtvr411" - ] - }, - "https://ror.org/018c4gh22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04n3mpk26" - ] - }, - "https://ror.org/00qps9a02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049412q44", - "https://ror.org/03z92nm69", - "https://ror.org/00khsxp79", - "https://ror.org/03vrtgf80", - "https://ror.org/00vfbgd72", - "https://ror.org/029w2re51", - "https://ror.org/00vfm5970", - "https://ror.org/012s4fy16", - "https://ror.org/02gsny710", - "https://ror.org/055vn7m78", - "https://ror.org/029rr4k19", - "https://ror.org/04q2cht42" - ] - }, - "https://ror.org/01m6as704": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003g1aw90" - ] - }, - "https://ror.org/0391w8d97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0046t1019", - "https://ror.org/02fj1x097" - ] - }, - "https://ror.org/05gypvt76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05g2cmx71" - ] - }, - "https://ror.org/05sgw3s08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01bnkr993" - ] - }, - "https://ror.org/03qjq6543": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02hdgdd22" - ] - }, - "https://ror.org/05x022254": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/015yf2b46", - "https://ror.org/052sw9d77", - "https://ror.org/00dez5550", - "https://ror.org/05mtvr411" - ] - }, - "https://ror.org/02yjy0144": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00zskr649", - "https://ror.org/0046t1019", - "https://ror.org/02fj1x097" - ] - }, - "https://ror.org/01f677e56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004wre089", - "https://ror.org/0590dbq33", - "https://ror.org/01mrcse49", - "https://ror.org/0422tvz87", - "https://ror.org/028m52w57", - "https://ror.org/01zj15q98" - ] - }, - "https://ror.org/02akpm128": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03n6z5186" - ] - }, - "https://ror.org/02dqdxm48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/023ac3y20", - "https://ror.org/05q8mwj81", - "https://ror.org/02cwjh447", - "https://ror.org/00njz5525", - "https://ror.org/03cegwq60", - "https://ror.org/05jyrng31", - "https://ror.org/01khsr243" - ] - }, - "https://ror.org/01n54ed02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02c23zs54", - "https://ror.org/011b3r412", - "https://ror.org/04w3ts152", - "https://ror.org/03tam1j96" - ] - }, - "https://ror.org/03kv8xc26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02q69x434" - ] - }, - "https://ror.org/0311h6702": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ggpbw68", - "https://ror.org/01zcb7j14", - "https://ror.org/01pshz178", - "https://ror.org/038333j82", - "https://ror.org/03ae66d75" - ] - }, - "https://ror.org/03w04rv71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00g41ma48" - ] - }, - "https://ror.org/02772kk97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044sckz61", - "https://ror.org/031gqrq04" - ] - }, - "https://ror.org/02h503d38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03stxzb56", - "https://ror.org/03cqe8w59", - "https://ror.org/00jxb8k91", - "https://ror.org/04c5b8z55", - "https://ror.org/03efzvv60", - "https://ror.org/03vxkne37", - "https://ror.org/03qan4b12", - "https://ror.org/055wmc747", - "https://ror.org/01ktqem13", - "https://ror.org/038n0qb29", - "https://ror.org/00kwm3d29", - "https://ror.org/02r8b4p12", - "https://ror.org/003vet424", - "https://ror.org/00veegj02", - "https://ror.org/03w8cva37", - "https://ror.org/05yqfsf29", - "https://ror.org/049xnr573", - "https://ror.org/04tpkqz22", - "https://ror.org/01qkxb782", - "https://ror.org/01d67x059", - "https://ror.org/03hnwy706", - "https://ror.org/036a3f271", - "https://ror.org/03rq94151", - "https://ror.org/05k07f122", - "https://ror.org/00568z619", - "https://ror.org/04vhn6x78", - "https://ror.org/04qzr9r50", - "https://ror.org/0594de127", - "https://ror.org/014pzm971", - "https://ror.org/0348f6e47", - "https://ror.org/01m444286", - "https://ror.org/0469ejq24", - "https://ror.org/048f36m54", - "https://ror.org/04n143x36", - "https://ror.org/019ptgs60", - "https://ror.org/05de0bv95", - "https://ror.org/02skrr217", - "https://ror.org/036rry744", - "https://ror.org/04ssjv946", - "https://ror.org/025ae7a15", - "https://ror.org/05et1xd41", - "https://ror.org/021rr7t48", - "https://ror.org/00822yn93", - "https://ror.org/033xgn512", - "https://ror.org/01d4y0s98", - "https://ror.org/03erw8p58", - "https://ror.org/02raxsg56", - "https://ror.org/049hngf66", - "https://ror.org/03vdg0553", - "https://ror.org/01pcb8y44", - "https://ror.org/03zt5y861", - "https://ror.org/04tje1v24", - "https://ror.org/00t10t971", - "https://ror.org/0288c3494", - "https://ror.org/04magv453", - "https://ror.org/04h50g296", - "https://ror.org/03r89qc03", - "https://ror.org/04azj1350", - "https://ror.org/011cdfy08", - "https://ror.org/00psjjr22", - "https://ror.org/015meej47", - "https://ror.org/039ywxz78", - "https://ror.org/02xar8d89", - "https://ror.org/003vcnv80", - "https://ror.org/00g04a530", - "https://ror.org/00xpayr72", - "https://ror.org/041ttmq60", - "https://ror.org/029sqvy31", - "https://ror.org/00vsnbn30", - "https://ror.org/04nh79216", - "https://ror.org/01h6ezd77", - "https://ror.org/023dgw813", - "https://ror.org/013gkdy87", - "https://ror.org/018gb4016", - "https://ror.org/04ebzxq58", - "https://ror.org/0117z7d66", - "https://ror.org/04v30e006", - "https://ror.org/05p6vdy67", - "https://ror.org/057zmmf60", - "https://ror.org/030qxdf23", - "https://ror.org/00k3smk02", - "https://ror.org/01pmtm379", - "https://ror.org/05fvszr38", - "https://ror.org/02t6gq889", - "https://ror.org/04sw7nr96", - "https://ror.org/04f5aam04", - "https://ror.org/05q52xn14", - "https://ror.org/04jdqdr13", - "https://ror.org/01sas2f78", - "https://ror.org/0041aya12", - "https://ror.org/042765079", - "https://ror.org/057915t59", - "https://ror.org/01kwwh635", - "https://ror.org/058xqms97", - "https://ror.org/05et1xd41", - "https://ror.org/00bv27459", - "https://ror.org/02e2v3e15", - "https://ror.org/02w0rjw17", - "https://ror.org/03h0e2s88", - "https://ror.org/009d3ws08", - "https://ror.org/034s8ev31", - "https://ror.org/02m19wv39", - "https://ror.org/040me2j46", - "https://ror.org/03v7tny92", - "https://ror.org/04x0n3178", - "https://ror.org/02s040f34" - ] - }, - "https://ror.org/004mzjh28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01v9cv612", - "https://ror.org/02h2qwk37" - ] - }, - "https://ror.org/05n2c8735": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04k5h2q42", - "https://ror.org/03pbmtd68" - ] - }, - "https://ror.org/006z80t96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05xcyt367", - "https://ror.org/03bcvxv20", - "https://ror.org/01w8eym62", - "https://ror.org/05na1sz60", - "https://ror.org/00er56532", - "https://ror.org/0077rd258", - "https://ror.org/041w4x997", - "https://ror.org/01g0b5g28" - ] - }, - "https://ror.org/04sk34n56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032mp1e77", - "https://ror.org/03pngmk68", - "https://ror.org/041d7vh36", - "https://ror.org/0344nnn17", - "https://ror.org/03tz7dc68", - "https://ror.org/0356p2h35", - "https://ror.org/05q16h268", - "https://ror.org/01ajr8702", - "https://ror.org/03dg47v24" - ] - }, - "https://ror.org/01g4rg913": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02g702008" - ] - }, - "https://ror.org/02knte584": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ts7ew79" - ] - }, - "https://ror.org/04vhgtv41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pjqzf38", - "https://ror.org/03xfq7a50", - "https://ror.org/05dm3m993", - "https://ror.org/02693j602", - "https://ror.org/00whhby07", - "https://ror.org/05x9zmx47", - "https://ror.org/03capj968" - ] - }, - "https://ror.org/036wvzt09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/059yjzn93", - "https://ror.org/01pz9tv63", - "https://ror.org/02rfzns68", - "https://ror.org/03xy0wx88", - "https://ror.org/05mh8rb60", - "https://ror.org/03k5xes38", - "https://ror.org/00zgdb249", - "https://ror.org/015p9va32", - "https://ror.org/044w3nw43", - "https://ror.org/049fnxe71", - "https://ror.org/03kx02w94", - "https://ror.org/05k8wg936", - "https://ror.org/022xyn875", - "https://ror.org/04frzv033", - "https://ror.org/04xpsrn94", - "https://ror.org/046rtjc87", - "https://ror.org/03vmmgg57", - "https://ror.org/053rfa017", - "https://ror.org/01cbwn720", - "https://ror.org/02n0ejh50", - "https://ror.org/02sepg748", - "https://ror.org/009rw8n36", - "https://ror.org/035gbps25", - "https://ror.org/00f44np30", - "https://ror.org/044hmkx85", - "https://ror.org/04kbbt849" - ] - }, - "https://ror.org/05010mv24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01nj4ek07" - ] - }, - "https://ror.org/001aqnf71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0505m1554", - "https://ror.org/00cwqg982", - "https://ror.org/03n0ht308", - "https://ror.org/0439y7842", - "https://ror.org/05ar5fy68", - "https://ror.org/03x94j517", - "https://ror.org/02b5d8509", - "https://ror.org/02wxr8x18", - "https://ror.org/057g20z61", - "https://ror.org/01wp2jz98", - "https://ror.org/01d5qpn59", - "https://ror.org/018cxtf62", - "https://ror.org/051wgfj58", - "https://ror.org/055zmrh94", - "https://ror.org/04td3ys19", - "https://ror.org/01920rj20", - "https://ror.org/0347fy350", - "https://ror.org/00yyp2526", - "https://ror.org/04xv01a59", - "https://ror.org/03r42r570", - "https://ror.org/04s9kfd63", - "https://ror.org/011hz4254", - "https://ror.org/05wcr1b38", - "https://ror.org/05p21nq18", - "https://ror.org/01ajt3179", - "https://ror.org/046vje122", - "https://ror.org/01tfjyv98", - "https://ror.org/015nth639", - "https://ror.org/01x802g65", - "https://ror.org/02f4tsf92", - "https://ror.org/001mm6w73", - "https://ror.org/055bpw879", - "https://ror.org/052578691", - "https://ror.org/0001h1y25", - "https://ror.org/02kcpr174", - "https://ror.org/050pqs331", - "https://ror.org/05hygey35", - "https://ror.org/04gycm791", - "https://ror.org/00fv61j67", - "https://ror.org/00tw3jy02", - "https://ror.org/04j4a6x59", - "https://ror.org/01vdt8f48", - "https://ror.org/043j90n04", - "https://ror.org/01zg1tt02", - "https://ror.org/05362x394", - "https://ror.org/03kpvby98", - "https://ror.org/025wfj672", - "https://ror.org/03vaer060", - "https://ror.org/01q496a73", - "https://ror.org/02v3sdn51", - "https://ror.org/05x7p8987", - "https://ror.org/05nz0zp31", - "https://ror.org/0264dxb48", - "https://ror.org/011jsc803", - "https://ror.org/030qtrs05", - "https://ror.org/01p4s0142", - "https://ror.org/02khxwt12", - "https://ror.org/00vbzva31", - "https://ror.org/037a8w620", - "https://ror.org/01vw4c203", - "https://ror.org/01rhff309", - "https://ror.org/04a7gbp98", - "https://ror.org/03102fn17", - "https://ror.org/047d2d387", - "https://ror.org/04xw4m193", - "https://ror.org/01wwwe276", - "https://ror.org/0375jbm11", - "https://ror.org/036g3b009", - "https://ror.org/0089bg420", - "https://ror.org/054tmk179", - "https://ror.org/03gq8fr08", - "https://ror.org/01egwg173", - "https://ror.org/01t8fg661", - "https://ror.org/05efe5r97", - "https://ror.org/020wkc787", - "https://ror.org/015nth639", - "https://ror.org/02khxwt12", - "https://ror.org/047d2d387" - ] - }, - "https://ror.org/02z57sg23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vwm7722" - ] - }, - "https://ror.org/007ww2d15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05nqkay65", - "https://ror.org/013w1n936" - ] - }, - "https://ror.org/00n1nz186": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wp2jz98" - ] - }, - "https://ror.org/044gwpv05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wp2jz98" - ] - }, - "https://ror.org/00nzsxq20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wp2jz98" - ] - }, - "https://ror.org/04pkc8m17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05f2ewd15", - "https://ror.org/05pgmcc48", - "https://ror.org/04xze1462", - "https://ror.org/008s0t457", - "https://ror.org/01607kg94", - "https://ror.org/04kwfkk85", - "https://ror.org/05nh5td39", - "https://ror.org/01dcaj468", - "https://ror.org/04wsrnw24", - "https://ror.org/01resg468", - "https://ror.org/02d0m4q63", - "https://ror.org/02s3g3z50", - "https://ror.org/00ngjbr32", - "https://ror.org/00zpf0626", - "https://ror.org/038km2573" - ] - }, - "https://ror.org/00mt8k932": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wp2jz98" - ] - }, - "https://ror.org/00q1fsf04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04pse2556", - "https://ror.org/01nxxp011" - ] - }, - "https://ror.org/035gna214": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05m7vf540", - "https://ror.org/02rgjy857", - "https://ror.org/02dtaqx81", - "https://ror.org/01mhbkr88", - "https://ror.org/025qrzc85", - "https://ror.org/04aq1ms94", - "https://ror.org/034mtjq62", - "https://ror.org/02dtaqx81" - ] - }, - "https://ror.org/0551hes90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dfrf681" - ] - }, - "https://ror.org/03chte209": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01c8ccc98" - ] - }, - "https://ror.org/02mfrg180": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02pt3tp10", - "https://ror.org/057a9rf33", - "https://ror.org/03svy9a26", - "https://ror.org/00hrhpx15", - "https://ror.org/04m96pa44", - "https://ror.org/03qhf8m78" - ] - }, - "https://ror.org/026er9r08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/016rz1a24", - "https://ror.org/00rs6n938", - "https://ror.org/02gnhjw76" - ] - }, - "https://ror.org/032hx4q18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01337fb30", - "https://ror.org/04a0vqv69", - "https://ror.org/031g2ej16", - "https://ror.org/04f1r9295", - "https://ror.org/03f504c84", - "https://ror.org/02qh8xh72", - "https://ror.org/041y80p71", - "https://ror.org/049px0x49", - "https://ror.org/00xmngc47", - "https://ror.org/028heaq12", - "https://ror.org/04hj96d73" - ] - }, - "https://ror.org/03490as77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/036f2ks50", - "https://ror.org/005cybj21", - "https://ror.org/051xsx468" - ] - }, - "https://ror.org/05sdke129": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00j7dz696" - ] - }, - "https://ror.org/00ynnr806": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0358r4163" - ] - }, - "https://ror.org/01v0pgv63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/041b40q78", - "https://ror.org/00zw8r556", - "https://ror.org/009cq8s89", - "https://ror.org/010s5m858", - "https://ror.org/02vcdte90", - "https://ror.org/03rcpts17" - ] - }, - "https://ror.org/05tbp9v13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bbhv598" - ] - }, - "https://ror.org/04bqqa360": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vadg117" - ] - }, - "https://ror.org/00ch7yk27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0169ypx19" - ] - }, - "https://ror.org/01ftg8r37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qhydd02" - ] - }, - "https://ror.org/042xt5161": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00kx97841", - "https://ror.org/03zayce58", - "https://ror.org/00cgnj660", - "https://ror.org/026pg9j08", - "https://ror.org/00mxe0976", - "https://ror.org/03qv8yq19", - "https://ror.org/01f6jys10", - "https://ror.org/01vtjgg14", - "https://ror.org/04cvxk565", - "https://ror.org/04cm2y595", - "https://ror.org/0055b3j94", - "https://ror.org/00tfsm290", - "https://ror.org/00ctsa544", - "https://ror.org/037dt7852", - "https://ror.org/04cm2y595", - "https://ror.org/0055b3j94", - "https://ror.org/01f6jys10", - "https://ror.org/05r3bjq62", - "https://ror.org/03ex4ek60", - "https://ror.org/037dt7852" - ] - }, - "https://ror.org/04tec8z30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/008kdr741" - ] - }, - "https://ror.org/00097mb19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056cwrs58" - ] - }, - "https://ror.org/00ysy1705": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05b50ej63", - "https://ror.org/05eghha10", - "https://ror.org/00jkr8r49" - ] - }, - "https://ror.org/03d2qmz71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mdznj53" - ] - }, - "https://ror.org/04sm5zn07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0346ase89", - "https://ror.org/03bmxpp39", - "https://ror.org/02qya6g42", - "https://ror.org/00fxnmt68", - "https://ror.org/00pp5xc73" - ] - }, - "https://ror.org/04p8ejq70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00yewjk07", - "https://ror.org/02fctgp09" - ] - }, - "https://ror.org/05fyj0w30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bp30y45" - ] - }, - "https://ror.org/05kewds18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02083pn15", - "https://ror.org/043wc6127", - "https://ror.org/02sr8z564", - "https://ror.org/02qjwrc97" - ] - }, - "https://ror.org/0190e1q31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ypcm768" - ] - }, - "https://ror.org/02t71h845": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01e4dyg78", - "https://ror.org/04cjgh922", - "https://ror.org/0297sbd31", - "https://ror.org/01ymvpb42", - "https://ror.org/00vfz8743", - "https://ror.org/017eb5121", - "https://ror.org/01yxf2e18", - "https://ror.org/04yycxd24", - "https://ror.org/05av0zp13", - "https://ror.org/0120jh079" - ] - }, - "https://ror.org/05e6hcm17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/041fzsr16" - ] - }, - "https://ror.org/05r9v2c42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01agkhd16", - "https://ror.org/037gty358" - ] - }, - "https://ror.org/053mfvp43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017c2y429", - "https://ror.org/04yt64d76", - "https://ror.org/04bd6je18", - "https://ror.org/00c7rx184" - ] - }, - "https://ror.org/02nt5es71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02h4hqt24", - "https://ror.org/02f5z8140", - "https://ror.org/03nw9hs25", - "https://ror.org/00g6ztp19", - "https://ror.org/04dbasv67", - "https://ror.org/04me72w78", - "https://ror.org/00d5e0a67", - "https://ror.org/014has228", - "https://ror.org/02n2n9a06", - "https://ror.org/03yn2qz25", - "https://ror.org/04zg8gg70", - "https://ror.org/040pmw620", - "https://ror.org/04f7crx66", - "https://ror.org/05tg8p317", - "https://ror.org/00wyx7h61", - "https://ror.org/04pfbqx48", - "https://ror.org/05w90nk74", - "https://ror.org/02mtj1m22", - "https://ror.org/00169ff80", - "https://ror.org/013e81n30" - ] - }, - "https://ror.org/048rj2z13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ye9d912", - "https://ror.org/01g5y5k24", - "https://ror.org/00hhkn466", - "https://ror.org/0182n4f20", - "https://ror.org/007h0zf03", - "https://ror.org/00kbjsx88", - "https://ror.org/02ewp2621", - "https://ror.org/031dp5151", - "https://ror.org/040xx6p34", - "https://ror.org/055n47h92", - "https://ror.org/04p4e8t29", - "https://ror.org/02vck8g64", - "https://ror.org/008td3p62", - "https://ror.org/053xn4v04", - "https://ror.org/01948cb05", - "https://ror.org/0327y7e25", - "https://ror.org/01qradn92", - "https://ror.org/00nwp9g54", - "https://ror.org/008yfsh88", - "https://ror.org/01464wm64", - "https://ror.org/02caqc891", - "https://ror.org/04861vz74", - "https://ror.org/05kkfq345", - "https://ror.org/00tzzfp14", - "https://ror.org/028z8qe34", - "https://ror.org/04wqh5h97", - "https://ror.org/052rrw050", - "https://ror.org/05q8wtt20", - "https://ror.org/01t3wyv61", - "https://ror.org/048v13307", - "https://ror.org/005t7z309", - "https://ror.org/05k6m5t95", - "https://ror.org/04ksd4g47", - "https://ror.org/03jcejr58", - "https://ror.org/02xg1m795", - "https://ror.org/018q2r417", - "https://ror.org/033tx3651", - "https://ror.org/056cwrs58", - "https://ror.org/04djymq25", - "https://ror.org/00h761y79" - ] - }, - "https://ror.org/04zvj8c18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02car4a12", - "https://ror.org/01ffqaw45", - "https://ror.org/00kj76376", - "https://ror.org/04jfcs144", - "https://ror.org/05h5x3r78", - "https://ror.org/00gkzs980", - "https://ror.org/03zexf287", - "https://ror.org/04zck7a21", - "https://ror.org/04ybswa04", - "https://ror.org/02vt3a358", - "https://ror.org/031d6d035", - "https://ror.org/04wgnd003", - "https://ror.org/03ppt4w11", - "https://ror.org/01y2yb643", - "https://ror.org/0503qew83", - "https://ror.org/02wd6rd97", - "https://ror.org/02qr0r046", - "https://ror.org/01car3s57" - ] - }, - "https://ror.org/02jkpm469": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05eev2q71" - ] - }, - "https://ror.org/04n60ga54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055n47h92", - "https://ror.org/028z8qe34", - "https://ror.org/04wqh5h97", - "https://ror.org/052rrw050", - "https://ror.org/05q8wtt20", - "https://ror.org/01t3wyv61", - "https://ror.org/048v13307", - "https://ror.org/005t7z309", - "https://ror.org/008td3p62", - "https://ror.org/033tx3651", - "https://ror.org/04djymq25", - "https://ror.org/00h761y79" - ] - }, - "https://ror.org/03wa2q724": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0291jv411" - ] - }, - "https://ror.org/03f6n9m15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xss3674", - "https://ror.org/00syyqa87" - ] - }, - "https://ror.org/03r9y0p94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04dpwfd08" - ] - }, - "https://ror.org/03t879f74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00fyvtf62", - "https://ror.org/00744wk93" - ] - }, - "https://ror.org/03bczw616": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01w15bh65" - ] - }, - "https://ror.org/042rvyb12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05wd3f534" - ] - }, - "https://ror.org/046e0mt33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045ba4x87" - ] - }, - "https://ror.org/00s1szh94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0135b1w07", - "https://ror.org/0207smp78", - "https://ror.org/034dwy508", - "https://ror.org/04nxw7p13", - "https://ror.org/006yjsn14", - "https://ror.org/01ddxaa25", - "https://ror.org/04kd28k12", - "https://ror.org/0123meh57", - "https://ror.org/01sdn5x73", - "https://ror.org/057hhqd90", - "https://ror.org/04y40x506", - "https://ror.org/04mynmf89", - "https://ror.org/04sac7215", - "https://ror.org/05dxwqx61", - "https://ror.org/02frf8h21", - "https://ror.org/054f0d685", - "https://ror.org/006vx3924", - "https://ror.org/015yf2b46", - "https://ror.org/052sw9d77", - "https://ror.org/00dez5550", - "https://ror.org/00d110q75", - "https://ror.org/04n4kxk55", - "https://ror.org/01znj1w09", - "https://ror.org/03f1ecr94", - "https://ror.org/04bg1hy68", - "https://ror.org/05mtvr411" - ] - }, - "https://ror.org/02tmabg35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01e41cf67", - "https://ror.org/031yh0y38", - "https://ror.org/03s53g630" - ] - }, - "https://ror.org/00habjq51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vt7q796", - "https://ror.org/009vrtv70" - ] - }, - "https://ror.org/05c92t973": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ch1rj44", - "https://ror.org/01aq5nn23", - "https://ror.org/05d2nrb83" - ] - }, - "https://ror.org/051fvmk98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03xrrjk67", - "https://ror.org/008s83205", - "https://ror.org/02zsxwr40", - "https://ror.org/036554539", - "https://ror.org/02rj8cx55", - "https://ror.org/01s3dpm97", - "https://ror.org/02abb9a79", - "https://ror.org/03j18km61" - ] - }, - "https://ror.org/03tzaeb71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00vpw9h05", - "https://ror.org/002yfn631", - "https://ror.org/05wd11c32", - "https://ror.org/02rhspt79", - "https://ror.org/02mp2av58", - "https://ror.org/01wspgy28", - "https://ror.org/05radvt19", - "https://ror.org/046s2rf49", - "https://ror.org/00kt3nk56", - "https://ror.org/02z0qe787", - "https://ror.org/053598c22" - ] - }, - "https://ror.org/007ps6h72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00wdsp051" - ] - }, - "https://ror.org/00yksxf10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00tb5pg67", - "https://ror.org/00hr6kp69", - "https://ror.org/02sfkc120", - "https://ror.org/05dm4ck87", - "https://ror.org/02aknh966", - "https://ror.org/05bn46e89", - "https://ror.org/00m72p590", - "https://ror.org/02gars961" - ] - }, - "https://ror.org/04d3kxm45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02fanfn34" - ] - }, - "https://ror.org/005dvqh91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ky34z31", - "https://ror.org/05d789537", - "https://ror.org/05bk0c386", - "https://ror.org/02gkddr41", - "https://ror.org/01jtcg420", - "https://ror.org/00sa8g751" - ] - }, - "https://ror.org/0076kfe04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042wftp98" - ] - }, - "https://ror.org/04tk2gy88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03kvbr153", - "https://ror.org/049wsgv73", - "https://ror.org/044vhe029", - "https://ror.org/0136m5z53" - ] - }, - "https://ror.org/03z21mf61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/041nk4h53", - "https://ror.org/035cj2961", - "https://ror.org/02k3nmd98" - ] - }, - "https://ror.org/04krpx645": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013t96v18" - ] - }, - "https://ror.org/04fkqna53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01h2p4517", - "https://ror.org/052vt9742", - "https://ror.org/00jyqx898", - "https://ror.org/00hncq557", - "https://ror.org/00sde4n60", - "https://ror.org/03k0fhh26", - "https://ror.org/01041e172", - "https://ror.org/028658z74", - "https://ror.org/01vft3j45" - ] - }, - "https://ror.org/02j58f715": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020hgte69", - "https://ror.org/0415p6x27" - ] - }, - "https://ror.org/04h81rw26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00d08ne02", - "https://ror.org/0116mdr21", - "https://ror.org/02917wp91", - "https://ror.org/00swv7d52", - "https://ror.org/03mvdc478", - "https://ror.org/01hvpjq66" - ] - }, - "https://ror.org/013kv6j49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042ekhp43", - "https://ror.org/01tsr2j53" - ] - }, - "https://ror.org/017mte255": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04gtbbw62", - "https://ror.org/00xa9v334" - ] - }, - "https://ror.org/01v1m2411": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0197nmd03", - "https://ror.org/03ynn1n59" - ] - }, - "https://ror.org/04d836q62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01cbw5x35", - "https://ror.org/014cpn338" - ] - }, - "https://ror.org/00t4db855": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0432qbr75", - "https://ror.org/059xraf34", - "https://ror.org/00stexf29", - "https://ror.org/05k4hm954", - "https://ror.org/00rffka72", - "https://ror.org/05863t818", - "https://ror.org/017977v32", - "https://ror.org/02qsqdv65", - "https://ror.org/0569b7y96" - ] - }, - "https://ror.org/04d139241": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04chrp450", - "https://ror.org/024exxj48" - ] - }, - "https://ror.org/02ap3w078": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00m0k5p91" - ] - }, - "https://ror.org/0029jxk29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02pry0c91" - ] - }, - "https://ror.org/01rq8ck58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01nmyfr60" - ] - }, - "https://ror.org/01h5tnr73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ty2a548", - "https://ror.org/05h992307", - "https://ror.org/03c7p2r39", - "https://ror.org/058cmd703", - "https://ror.org/04rc0xn13", - "https://ror.org/03wpv8896", - "https://ror.org/039fx6g98", - "https://ror.org/014vdsh37" - ] - }, - "https://ror.org/03hkzcg46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05geg6f02" - ] - }, - "https://ror.org/01fapfv42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01phtp995" - ] - }, - "https://ror.org/02j2cf778": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00212dq27", - "https://ror.org/04t7ypr69", - "https://ror.org/03me50s15" - ] - }, - "https://ror.org/0380k9k47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04g9rt435" - ] - }, - "https://ror.org/04p977q83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022j85822", - "https://ror.org/02nfy1824", - "https://ror.org/0493xxf64", - "https://ror.org/04mdycw91", - "https://ror.org/03v8pzh67", - "https://ror.org/04bc14p57", - "https://ror.org/01fx1d378", - "https://ror.org/001s2e926", - "https://ror.org/041q4rp74", - "https://ror.org/03gmmtm59", - "https://ror.org/05sy37k83" - ] - }, - "https://ror.org/05pyq8e17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0113m2308", - "https://ror.org/04k0jj762" - ] - }, - "https://ror.org/05tjan294": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ee40h97", - "https://ror.org/045zcth28", - "https://ror.org/00rhtct89", - "https://ror.org/01vvfz714", - "https://ror.org/01cpcy908" - ] - }, - "https://ror.org/005rxfw29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022jdjx35", - "https://ror.org/03z9zz970" - ] - }, - "https://ror.org/02wt5sv47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02nckqd02", - "https://ror.org/05ajv1r64" - ] - }, - "https://ror.org/02qrm2a52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0301gv806" - ] - }, - "https://ror.org/02jzgtq86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05k11pb55", - "https://ror.org/05rgrbr06", - "https://ror.org/03pvyf116", - "https://ror.org/00z2tp793" - ] - }, - "https://ror.org/00nhtcg76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01nr6ek07", - "https://ror.org/037hcdr69", - "https://ror.org/045yr8682" - ] - }, - "https://ror.org/04nza6677": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qz5mb56", - "https://ror.org/05277x335", - "https://ror.org/01dvj3d25", - "https://ror.org/01wass480", - "https://ror.org/02xn1ny06", - "https://ror.org/05p915b28", - "https://ror.org/00q6v6102" - ] - }, - "https://ror.org/05ddxe180": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044ybef51", - "https://ror.org/045p44t13" - ] - }, - "https://ror.org/01df4mv68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02a6ezh03" - ] - }, - "https://ror.org/001nb5b83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01dwp8348" - ] - }, - "https://ror.org/04jg3v591": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04rn6hj09" - ] - }, - "https://ror.org/02qz8b764": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wrawj44" - ] - }, - "https://ror.org/0001w5c47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ajzj063", - "https://ror.org/0280gjv27" - ] - }, - "https://ror.org/011kd6273": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05kph6k12", - "https://ror.org/01x8bpc61", - "https://ror.org/01yemzx31", - "https://ror.org/052vt9742", - "https://ror.org/02wyf1c22", - "https://ror.org/02r1wpw81", - "https://ror.org/03w45gf56", - "https://ror.org/03z1w3b90", - "https://ror.org/00znk2w36", - "https://ror.org/02kms8a74", - "https://ror.org/05n9txz34", - "https://ror.org/01srwze89", - "https://ror.org/01vvxdp11", - "https://ror.org/05kkc4t55", - "https://ror.org/04yw9h429", - "https://ror.org/015p17h26", - "https://ror.org/05h149207", - "https://ror.org/02pr3qd23", - "https://ror.org/04h76v219", - "https://ror.org/05544cm43", - "https://ror.org/02teymm57", - "https://ror.org/05658wt11", - "https://ror.org/03try4356", - "https://ror.org/02exrkh26", - "https://ror.org/05fb1yp60", - "https://ror.org/00cm2cb35", - "https://ror.org/04yghvt66", - "https://ror.org/05516t795", - "https://ror.org/056q8ze52", - "https://ror.org/01f6ney75", - "https://ror.org/00jvtsq80", - "https://ror.org/04bewah80", - "https://ror.org/02xkqnf65", - "https://ror.org/03x7xkt65", - "https://ror.org/04j9rp686" - ] - }, - "https://ror.org/05bxbmy32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010h4ee55", - "https://ror.org/05rnyty77", - "https://ror.org/04v31xa23", - "https://ror.org/01sengv47", - "https://ror.org/05qs80z63", - "https://ror.org/02apff255", - "https://ror.org/03ad74s15", - "https://ror.org/03swddy62", - "https://ror.org/054r35483", - "https://ror.org/02mrea437", - "https://ror.org/007d4jn78", - "https://ror.org/03sn26h43", - "https://ror.org/02nf1ky18", - "https://ror.org/02mkq9q94", - "https://ror.org/033mdyr61", - "https://ror.org/033ca2d23", - "https://ror.org/04wtra345", - "https://ror.org/02p3rg563" - ] - }, - "https://ror.org/025tyf168": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02zhe7k92" - ] - }, - "https://ror.org/051wv2j09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zcc4v34", - "https://ror.org/00vjqt667" - ] - }, - "https://ror.org/03p16v381": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00862pt92" - ] - }, - "https://ror.org/00z3td547": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01t2m0x06" - ] - }, - "https://ror.org/03wefcv03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0289r4642", - "https://ror.org/008kn1a71", - "https://ror.org/05n0tzs53" - ] - }, - "https://ror.org/000r80389": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00t7sjs72" - ] - }, - "https://ror.org/041qf4r12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/006rwj939", - "https://ror.org/00cvv0r95" - ] - }, - "https://ror.org/04r3bvt56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00v4p4h97" - ] - }, - "https://ror.org/053zdpn86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0017qt444" - ] - }, - "https://ror.org/02y5rmj89": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01anzhw43" - ] - }, - "https://ror.org/00e17m144": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044y9x435" - ] - }, - "https://ror.org/04gw3ra78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00s577731" - ] - }, - "https://ror.org/00awq8a10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wsxqp04" - ] - }, - "https://ror.org/05b0t0374": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03fxr9g07" - ] - }, - "https://ror.org/05hm1yf46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/012mp1p41" - ] - }, - "https://ror.org/03qd7mz70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04yzcpd71", - "https://ror.org/0048j1p96", - "https://ror.org/038rd9v60", - "https://ror.org/05py8xn22", - "https://ror.org/04a35vw13", - "https://ror.org/01dcg9845", - "https://ror.org/05sdrja69", - "https://ror.org/04cxegr21", - "https://ror.org/01y2qtb13", - "https://ror.org/02nw6hx08", - "https://ror.org/05af73403", - "https://ror.org/034ca4k86", - "https://ror.org/04f89zf73", - "https://ror.org/04z0qye94", - "https://ror.org/00gfjrf11", - "https://ror.org/023edjq13", - "https://ror.org/031hkyx15", - "https://ror.org/05hb5sg68", - "https://ror.org/008j2vk87", - "https://ror.org/03kzp5v39", - "https://ror.org/03zb78d54", - "https://ror.org/04vkhtf23", - "https://ror.org/020jwmq86", - "https://ror.org/00505z102", - "https://ror.org/03qwpn290", - "https://ror.org/00mjrkf94", - "https://ror.org/04w4xsz15", - "https://ror.org/02fe4h741", - "https://ror.org/04tqgqh22" - ] - }, - "https://ror.org/02bf68437": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/001y7kd61" - ] - }, - "https://ror.org/02zrmae98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01s5v9a88", - "https://ror.org/056wcaa53" - ] - }, - "https://ror.org/04a2kft13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/048xwzs68" - ] - }, - "https://ror.org/0181xnw06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03gq5rs15", - "https://ror.org/00ae13b94" - ] - }, - "https://ror.org/02avx9m34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jqs2n27", - "https://ror.org/02gwsx029" - ] - }, - "https://ror.org/02887w456": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00sxq4h60" - ] - }, - "https://ror.org/05bhjm183": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044wgz941" - ] - }, - "https://ror.org/0099d6q96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02z7b8p30" - ] - }, - "https://ror.org/00rjhhq63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0518yg160", - "https://ror.org/05cd55294" - ] - }, - "https://ror.org/00m4czf33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01jz8ma51" - ] - }, - "https://ror.org/057dddr91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01jksdf22" - ] - }, - "https://ror.org/0128par75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05pbnw832" - ] - }, - "https://ror.org/05gxmms51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00729wd66" - ] - }, - "https://ror.org/033g21894": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zcc4v34" - ] - }, - "https://ror.org/01g9y2x13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04g1mec21" - ] - }, - "https://ror.org/03gc29549": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/026wyz662" - ] - }, - "https://ror.org/03q9jj782": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05pwsnp59" - ] - }, - "https://ror.org/01jvv7h21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ky5n302" - ] - }, - "https://ror.org/00rn0n724": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0216pay70" - ] - }, - "https://ror.org/04j14t006": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047td8p12" - ] - }, - "https://ror.org/00pz2fp31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00myw9y39", - "https://ror.org/03a2pqz96", - "https://ror.org/025yj9w07", - "https://ror.org/007xj0t96", - "https://ror.org/05yfx9j20", - "https://ror.org/028z00g40" - ] - }, - "https://ror.org/05mqm5297": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010r3z169" - ] - }, - "https://ror.org/0161q6d74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04mdtvp93" - ] - }, - "https://ror.org/04tavpn47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01caehj63" - ] - }, - "https://ror.org/01j1eb875": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0008xqs48" - ] - }, - "https://ror.org/002thpc56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013sgyn36" - ] - }, - "https://ror.org/00ms48f15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01b280561" - ] - }, - "https://ror.org/04v3ywz14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01gdqm013", - "https://ror.org/02yjhrp74", - "https://ror.org/03zfa9g67" - ] - }, - "https://ror.org/05jk45963": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/012gdwx28" - ] - }, - "https://ror.org/03792qf33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0276mnx09" - ] - }, - "https://ror.org/016ks4x90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04v0hex10" - ] - }, - "https://ror.org/03x937183": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/014gmtw23" - ] - }, - "https://ror.org/01z3gk918": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05vmxhn52", - "https://ror.org/02edjvw12" - ] - }, - "https://ror.org/03n5f7689": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00z1bsd29" - ] - }, - "https://ror.org/05dy2c135": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02aazqb94" - ] - }, - "https://ror.org/034b53w38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03d2yag39" - ] - }, - "https://ror.org/00ex3dr91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04aps9p30" - ] - }, - "https://ror.org/02dzk0c85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ebfg457" - ] - }, - "https://ror.org/02s8dab97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004qj2391", - "https://ror.org/04s33wy62" - ] - }, - "https://ror.org/00q919b81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wa3dz59" - ] - }, - "https://ror.org/04sksx363": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00cjfww17" - ] - }, - "https://ror.org/05hpcth11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ff7m882" - ] - }, - "https://ror.org/00z9npm78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/009h6m484" - ] - }, - "https://ror.org/04svrh266": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jhgk465" - ] - }, - "https://ror.org/01g0gmx67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03pzgzb61" - ] - }, - "https://ror.org/05y3n1d93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01vhjs264" - ] - }, - "https://ror.org/050rf2257": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02j79dc41" - ] - }, - "https://ror.org/05svhj534": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02regzg56" - ] - }, - "https://ror.org/05mj4yh71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01azs0t89", - "https://ror.org/02cp22d42" - ] - }, - "https://ror.org/00jc20583": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ttsq026", - "https://ror.org/054spjc55", - "https://ror.org/02hh7en24", - "https://ror.org/01m9s4d25", - "https://ror.org/00bdqav06", - "https://ror.org/00924z688", - "https://ror.org/008hybe55", - "https://ror.org/01fcjzv38", - "https://ror.org/04r3s7465", - "https://ror.org/02ep77d74", - "https://ror.org/01v6d0b34", - "https://ror.org/00ctmtz16", - "https://ror.org/03xsh7c04", - "https://ror.org/00bxr0z07", - "https://ror.org/02whst089" - ] - }, - "https://ror.org/031382m70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/050as5c79" - ] - }, - "https://ror.org/05k73zm37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vtq1a86" - ] - }, - "https://ror.org/05h1bnb22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03fq30e75", - "https://ror.org/03njcec05" - ] - }, - "https://ror.org/00kvk1853": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wa9t375" - ] - }, - "https://ror.org/050wwwp73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049yyak68" - ] - }, - "https://ror.org/005dknr06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/025qq4838", - "https://ror.org/000ep5m48", - "https://ror.org/0526wrz79" - ] - }, - "https://ror.org/03qfm6382": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04tbscc54" - ] - }, - "https://ror.org/026xefd52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02t1eqa40" - ] - }, - "https://ror.org/01tkb7c15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02q9ddr54" - ] - }, - "https://ror.org/016padj08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01an1rj90", - "https://ror.org/032vsjs50" - ] - }, - "https://ror.org/00dy6h529": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0270sxy44", - "https://ror.org/01hfgpz79", - "https://ror.org/012xv2c39" - ] - }, - "https://ror.org/05b0hce56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ag0rb94" - ] - }, - "https://ror.org/04tce9s05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02zhe7k92" - ] - }, - "https://ror.org/02e42hc22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01khfgv28" - ] - }, - "https://ror.org/00zg6q231": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00wq3fc38" - ] - }, - "https://ror.org/018f7hf93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/016nafs32" - ] - }, - "https://ror.org/02etk2p60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/024nvrc84" - ] - }, - "https://ror.org/048w8zr56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01z7eb286" - ] - }, - "https://ror.org/05t8xvx87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jd9cc79" - ] - }, - "https://ror.org/03h381n69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ndw0k24" - ] - }, - "https://ror.org/048g2sh07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mj5vx34" - ] - }, - "https://ror.org/05vmfpy67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jhvev34" - ] - }, - "https://ror.org/03r1cma15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00tfmv040" - ] - }, - "https://ror.org/038jjxj40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05jr4a171", - "https://ror.org/01yc8eq25", - "https://ror.org/050qbxj48", - "https://ror.org/00mpvse27" - ] - }, - "https://ror.org/05txnrv95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05v0c3v45" - ] - }, - "https://ror.org/03j92cn97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032efk559" - ] - }, - "https://ror.org/00yyvv226": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03asszp14" - ] - }, - "https://ror.org/00jdxsj17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03cwacq26", - "https://ror.org/05k49za97" - ] - }, - "https://ror.org/049wftm75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01rrva872", - "https://ror.org/042jnea65", - "https://ror.org/03z7adb42", - "https://ror.org/05tpefp81", - "https://ror.org/03w4xck32", - "https://ror.org/038q8t720", - "https://ror.org/00ddcgv12", - "https://ror.org/01r2m8t59", - "https://ror.org/051rtqg79" - ] - }, - "https://ror.org/05w21nn13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01gynph42" - ] - }, - "https://ror.org/01b38s834": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04q78at80" - ] - }, - "https://ror.org/05b3shf88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049vabg52" - ] - }, - "https://ror.org/03d8em588": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031g3zk62", - "https://ror.org/03fxf4247" - ] - }, - "https://ror.org/01m34mw67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02v423v20" - ] - }, - "https://ror.org/01yj56c84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042mgk630" - ] - }, - "https://ror.org/0276vcd78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04a8v6p14", - "https://ror.org/04kjvqe45" - ] - }, - "https://ror.org/00b1hj613": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vw56c05" - ] - }, - "https://ror.org/025cbjw81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027bk5v43", - "https://ror.org/00pd5rv22", - "https://ror.org/02vgzrk89" - ] - }, - "https://ror.org/04e698d63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04bymxx89", - "https://ror.org/0305bn856", - "https://ror.org/04m6cjv19", - "https://ror.org/05bkrjx06", - "https://ror.org/0506q7a98", - "https://ror.org/013wv8d67", - "https://ror.org/045h6pd58" - ] - }, - "https://ror.org/01a44gd51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05k2gtm81", - "https://ror.org/02x2vs391" - ] - }, - "https://ror.org/04v2xmd71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05yapj268", - "https://ror.org/02zyhyh46", - "https://ror.org/01bw7zm61", - "https://ror.org/05b56f310", - "https://ror.org/02hrqhj53", - "https://ror.org/01613vh25" - ] - }, - "https://ror.org/0307bxz06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05mjgqe69", - "https://ror.org/0503v4y98", - "https://ror.org/02zqm6r10", - "https://ror.org/04fpkc108", - "https://ror.org/0132ebr60", - "https://ror.org/03b5tag12", - "https://ror.org/023g86t37", - "https://ror.org/05rt6q248", - "https://ror.org/03dwh7z09", - "https://ror.org/05p0pbv75", - "https://ror.org/0076knn86", - "https://ror.org/05b5jha84" - ] - }, - "https://ror.org/008fyn775": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03fqwqm07" - ] - }, - "https://ror.org/01erm0d03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04za79z50" - ] - }, - "https://ror.org/00xqkj280": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02jkm3388", - "https://ror.org/0101er145", - "https://ror.org/00789fa95", - "https://ror.org/023kmpc59", - "https://ror.org/035qedt02", - "https://ror.org/011z3ff80", - "https://ror.org/02pxbbk34", - "https://ror.org/014q7gt78", - "https://ror.org/02p3q3906", - "https://ror.org/02rc7fh29", - "https://ror.org/01ehyh486", - "https://ror.org/01ttmqc18", - "https://ror.org/01ttmqc18", - "https://ror.org/00svmjx28", - "https://ror.org/032fdft79", - "https://ror.org/058m2zy02", - "https://ror.org/01beje961", - "https://ror.org/022zv0672", - "https://ror.org/03kzgzp82", - "https://ror.org/010wgh593", - "https://ror.org/03vn1bh77", - "https://ror.org/03tq10v65" - ] - }, - "https://ror.org/00b5m4j81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01k9rsw84", - "https://ror.org/04kt6g810", - "https://ror.org/05ygse102", - "https://ror.org/00ntq6s45", - "https://ror.org/04jwy1234", - "https://ror.org/009wgy438", - "https://ror.org/022gnfx83", - "https://ror.org/05p330p21", - "https://ror.org/04wedba92", - "https://ror.org/02dd40221" - ] - }, - "https://ror.org/03eznrw16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0086bb350", - "https://ror.org/0029pc197", - "https://ror.org/023kksk09" - ] - }, - "https://ror.org/0591s4t67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04f1y4a64", - "https://ror.org/03xj2sn10", - "https://ror.org/01ybfxd46" - ] - }, - "https://ror.org/02778hg05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037tt6b65", - "https://ror.org/01z5ygt35" - ] - }, - "https://ror.org/01y04h970": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01w9dr041" - ] - }, - "https://ror.org/03vr22992": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/014a8dd26", - "https://ror.org/054gzqw08", - "https://ror.org/01mhgwt57", - "https://ror.org/041ftcz16", - "https://ror.org/039pz2z06", - "https://ror.org/03yezd949", - "https://ror.org/00ramkd50", - "https://ror.org/05kzvw994", - "https://ror.org/01565p617", - "https://ror.org/03vh04164" - ] - }, - "https://ror.org/05d2yfz11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/012ajw921", - "https://ror.org/052qsxn63", - "https://ror.org/00wv14x31" - ] - }, - "https://ror.org/012tb2g32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0225a5s12", - "https://ror.org/044hd6323", - "https://ror.org/04r1ssz88", - "https://ror.org/05nredc16" - ] - }, - "https://ror.org/01wdf5p42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zzvcj05" - ] - }, - "https://ror.org/04yv20134": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02gypyp73", - "https://ror.org/03dz8mb53" - ] - }, - "https://ror.org/0265m3333": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0555x2b41" - ] - }, - "https://ror.org/05waa5295": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qtzce31", - "https://ror.org/01g81xd76", - "https://ror.org/046r13h33", - "https://ror.org/024an9j41", - "https://ror.org/01p73k589", - "https://ror.org/03d5zgz97", - "https://ror.org/044f69t13", - "https://ror.org/00w3qhf76", - "https://ror.org/00acpf703", - "https://ror.org/008jvv944", - "https://ror.org/04e3xe586", - "https://ror.org/00kv63439", - "https://ror.org/03e0kkv22", - "https://ror.org/03qbtqz88", - "https://ror.org/037fm9770", - "https://ror.org/044sx9203", - "https://ror.org/02eqrsj93", - "https://ror.org/00b9f9778", - "https://ror.org/00shpc021" - ] - }, - "https://ror.org/04cdk4t75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00cxy0s05" - ] - }, - "https://ror.org/00qvx9r67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04jg2jk08" - ] - }, - "https://ror.org/04ev03g22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04gjptv97" - ] - }, - "https://ror.org/038sc5x72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05rqavg73", - "https://ror.org/01mw2b749", - "https://ror.org/02bymqz65", - "https://ror.org/03akq4247", - "https://ror.org/03fbqtm75", - "https://ror.org/035v3d332", - "https://ror.org/05y7kyx32" - ] - }, - "https://ror.org/01k40cz91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03g19es12", - "https://ror.org/05v509s40", - "https://ror.org/020ws7586", - "https://ror.org/00a5dxw64", - "https://ror.org/051kpcy16", - "https://ror.org/01fpqqe90", - "https://ror.org/03nhjew95", - "https://ror.org/05jw85995", - "https://ror.org/04kcjtk03", - "https://ror.org/046cwyy43", - "https://ror.org/040qadc12", - "https://ror.org/01f1vfy95", - "https://ror.org/01km8f434", - "https://ror.org/01yqes018", - "https://ror.org/04e9rea41", - "https://ror.org/03qcqf034", - "https://ror.org/046dym823", - "https://ror.org/040110q42", - "https://ror.org/017vnhv07", - "https://ror.org/02sb3b652", - "https://ror.org/01k1ngp50", - "https://ror.org/03c2k2909", - "https://ror.org/04e8pda19", - "https://ror.org/04hd6wf14", - "https://ror.org/00wdpp052", - "https://ror.org/01f1vfy95", - "https://ror.org/009rwsd77", - "https://ror.org/04s945776", - "https://ror.org/04cr3xz70", - "https://ror.org/05jw85995", - "https://ror.org/01gan4k05", - "https://ror.org/0047rmf80", - "https://ror.org/02y0gk295", - "https://ror.org/043749971", - "https://ror.org/04kcjtk03", - "https://ror.org/03q7p3t30", - "https://ror.org/04310tc15", - "https://ror.org/022txr781", - "https://ror.org/023kqz006", - "https://ror.org/00g7vvf64", - "https://ror.org/03237mt20", - "https://ror.org/02evk6c51", - "https://ror.org/040qadc12", - "https://ror.org/05k1a6w82", - "https://ror.org/01s4cye48", - "https://ror.org/03jm2hc44", - "https://ror.org/03rnz7p05", - "https://ror.org/04w7xqn11", - "https://ror.org/00vsvph51", - "https://ror.org/04f6tkx67", - "https://ror.org/028rasm92", - "https://ror.org/02sjzjp24", - "https://ror.org/03hfcy355", - "https://ror.org/0564q8x20", - "https://ror.org/01a6c6c20", - "https://ror.org/01yc7td35", - "https://ror.org/0328tc677", - "https://ror.org/02mtckd63", - "https://ror.org/012jsqx30", - "https://ror.org/03sny2w29", - "https://ror.org/02mz39b41", - "https://ror.org/04v106c48", - "https://ror.org/04b8tg719", - "https://ror.org/02bcp0f55", - "https://ror.org/05tjbhz35", - "https://ror.org/034p80033", - "https://ror.org/04mbmkb12", - "https://ror.org/04b9vs620", - "https://ror.org/024v1wz08", - "https://ror.org/005ba5y61", - "https://ror.org/00kk8cj26", - "https://ror.org/01r96cc35", - "https://ror.org/0041cxe63", - "https://ror.org/05jw85995", - "https://ror.org/01gan4k05", - "https://ror.org/02y0gk295", - "https://ror.org/043749971", - "https://ror.org/03q7p3t30", - "https://ror.org/04310tc15", - "https://ror.org/022txr781", - "https://ror.org/005ba5y61", - "https://ror.org/053p8kg34", - "https://ror.org/03467xv55", - "https://ror.org/01k1ngp50", - "https://ror.org/017ed2k28", - "https://ror.org/03c2k2909", - "https://ror.org/04kcjtk03", - "https://ror.org/01k1v7590", - "https://ror.org/04e8pda19", - "https://ror.org/04hd6wf14", - "https://ror.org/040qadc12", - "https://ror.org/05k1a6w82", - "https://ror.org/034feyf26", - "https://ror.org/04w7xqn11", - "https://ror.org/040d87505", - "https://ror.org/00wdpp052", - "https://ror.org/04m69ya83", - "https://ror.org/01f1vfy95", - "https://ror.org/03cq0jg45", - "https://ror.org/03ex43f61", - "https://ror.org/042w6m452", - "https://ror.org/026jccz16", - "https://ror.org/01a6c6c20", - "https://ror.org/02xvkz230", - "https://ror.org/017wkmv97", - "https://ror.org/0328tc677", - "https://ror.org/055eghv78", - "https://ror.org/03zpdb397", - "https://ror.org/05k71g406", - "https://ror.org/03sny2w29", - "https://ror.org/01dthb180", - "https://ror.org/00m6gtd76", - "https://ror.org/04pjn5n51", - "https://ror.org/000n9zg48", - "https://ror.org/029qa8t82", - "https://ror.org/00y3jmn59", - "https://ror.org/05b4p0g26", - "https://ror.org/007hv9f69", - "https://ror.org/02yvdat18", - "https://ror.org/0039zvd55", - "https://ror.org/05p53ep46" - ] - }, - "https://ror.org/04fzwnh64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00g1rc256", - "https://ror.org/007nfvg13", - "https://ror.org/03m5bv793", - "https://ror.org/03fhrtz10", - "https://ror.org/009543z50", - "https://ror.org/02p4far57" - ] - }, - "https://ror.org/041yk2d64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01vt9w950" - ] - }, - "https://ror.org/02ahxdd04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05x643e19", - "https://ror.org/03bk8p931", - "https://ror.org/00qy68j92", - "https://ror.org/04xcq9q51", - "https://ror.org/053jm8142" - ] - }, - "https://ror.org/04b404920": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042jh8155" - ] - }, - "https://ror.org/04nm1cv11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01w151e64", - "https://ror.org/00h3hwc05", - "https://ror.org/01qgecw57", - "https://ror.org/031p4kj21", - "https://ror.org/02mtt1z51", - "https://ror.org/03gna4510", - "https://ror.org/019rf7x86", - "https://ror.org/00pa9y269", - "https://ror.org/02hqqna27", - "https://ror.org/027a33v57" - ] - }, - "https://ror.org/006e5kg04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/040w2dm02", - "https://ror.org/03e84cm85", - "https://ror.org/05y4fay10" - ] - }, - "https://ror.org/018wp0236": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/040cmp171", - "https://ror.org/00hqnb941", - "https://ror.org/036wkjd70" - ] - }, - "https://ror.org/052gp0981": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04hh1k009" - ] - }, - "https://ror.org/00y6q9n79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02nbvj238", - "https://ror.org/043fs9135", - "https://ror.org/00v1wt879", - "https://ror.org/02qs1a797", - "https://ror.org/026z37f85" - ] - }, - "https://ror.org/00by1q217": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03cwbzb16", - "https://ror.org/00e65d634", - "https://ror.org/05c66m157", - "https://ror.org/04gbzz966", - "https://ror.org/006hrz834", - "https://ror.org/050q8cm26", - "https://ror.org/02hv5e369", - "https://ror.org/01hyc1n91", - "https://ror.org/04seaqh41", - "https://ror.org/03836m928", - "https://ror.org/013js5t03", - "https://ror.org/00awvt671", - "https://ror.org/01mqmer16", - "https://ror.org/00sh68184", - "https://ror.org/0392c7938", - "https://ror.org/02ta1jp69", - "https://ror.org/005bzjd21", - "https://ror.org/0152gf261", - "https://ror.org/05sy11p04", - "https://ror.org/01x544h30", - "https://ror.org/01vepzj85", - "https://ror.org/05cpg6260", - "https://ror.org/01gcg9888", - "https://ror.org/03jg7pr54", - "https://ror.org/05v9ym429", - "https://ror.org/04zt79h83", - "https://ror.org/04qr62034", - "https://ror.org/030nky627", - "https://ror.org/04b8zcj45", - "https://ror.org/055rf7657", - "https://ror.org/02tnr6p29", - "https://ror.org/05h9m3b45", - "https://ror.org/024tgbv41", - "https://ror.org/011qkaj49", - "https://ror.org/02ackr434", - "https://ror.org/04gndp242", - "https://ror.org/03nkpwc05" - ] - }, - "https://ror.org/00grd1h17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05dsmqn98", - "https://ror.org/03eraeg88", - "https://ror.org/05ttsqg93", - "https://ror.org/04dyhjr58", - "https://ror.org/04w6n5s59", - "https://ror.org/03yq5aa85", - "https://ror.org/04fhmmg24", - "https://ror.org/02hmjce72", - "https://ror.org/01y0zfy93", - "https://ror.org/0344txx64", - "https://ror.org/01tdsae39", - "https://ror.org/04pf17v09", - "https://ror.org/020hbh524", - "https://ror.org/031tfsa37", - "https://ror.org/01f7saf07" - ] - }, - "https://ror.org/01cdrde68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00d8hgw93", - "https://ror.org/05egrn753", - "https://ror.org/03xp99m49", - "https://ror.org/05t20pg33", - "https://ror.org/040aqvh16", - "https://ror.org/04kkx4y96", - "https://ror.org/00be0m967", - "https://ror.org/03d8jqg89", - "https://ror.org/03vmsb260", - "https://ror.org/02fa0f492", - "https://ror.org/02y0c7m95", - "https://ror.org/053zwxr79", - "https://ror.org/01y130z09", - "https://ror.org/015y1mx47", - "https://ror.org/02339sc10" - ] - }, - "https://ror.org/024z2rq82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/034waa237", - "https://ror.org/04ews3245", - "https://ror.org/015wtqn87" - ] - }, - "https://ror.org/001p3jz28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/014ctt859", - "https://ror.org/05jnbme07", - "https://ror.org/046sh6j17" - ] - }, - "https://ror.org/04yyy0y35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042vxm455" - ] - }, - "https://ror.org/028vrr082": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01b1e4b88", - "https://ror.org/01qa19b44", - "https://ror.org/02538qk16", - "https://ror.org/00p7f7z86" - ] - }, - "https://ror.org/03s4khd80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/021354321" - ] - }, - "https://ror.org/03rwgpn18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05p9w4h97" - ] - }, - "https://ror.org/03jdj4y14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02kr42612", - "https://ror.org/04z2hsy54" - ] - }, - "https://ror.org/05g2hd893": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03nr10290", - "https://ror.org/03x4pp342", - "https://ror.org/058sakv40", - "https://ror.org/03artm726", - "https://ror.org/05x9ffc66" - ] - }, - "https://ror.org/02hb5yj49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05x643e19", - "https://ror.org/03bk8p931", - "https://ror.org/00qy68j92", - "https://ror.org/04xcq9q51", - "https://ror.org/053jm8142", - "https://ror.org/03nr10290", - "https://ror.org/03x4pp342", - "https://ror.org/058sakv40", - "https://ror.org/03artm726", - "https://ror.org/05x9ffc66" - ] - }, - "https://ror.org/03k8zj440": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04a5hr295", - "https://ror.org/04q4ppz72", - "https://ror.org/00k5pj069", - "https://ror.org/02f30ff69", - "https://ror.org/01wc63152", - "https://ror.org/01zbsrk34", - "https://ror.org/04xzgfg07", - "https://ror.org/00jkz9152", - "https://ror.org/00k49k182", - "https://ror.org/01gaptw32", - "https://ror.org/055p2yz63", - "https://ror.org/00kxqbw45" - ] - }, - "https://ror.org/02r40rn49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00carf720", - "https://ror.org/00x362k69" - ] - }, - "https://ror.org/02avhnb77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031tb8x29" - ] - }, - "https://ror.org/00pnp4y96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02kyv4s47", - "https://ror.org/03jn2p430", - "https://ror.org/03rcw8h21" - ] - }, - "https://ror.org/03cn98e27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04vzm8988" - ] - }, - "https://ror.org/01v7jrq42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044qwkx83", - "https://ror.org/01cwasn33", - "https://ror.org/009hdbz24", - "https://ror.org/00y7x8f51", - "https://ror.org/02ps68973", - "https://ror.org/00wzstx67", - "https://ror.org/03thdsj80", - "https://ror.org/05ab5m237" - ] - }, - "https://ror.org/03fpf5m04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03mc19e15" - ] - }, - "https://ror.org/04jhswv08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xm1d907" - ] - }, - "https://ror.org/05r0vyz12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003x0zc53", - "https://ror.org/01wp2jz98", - "https://ror.org/00ca2c886", - "https://ror.org/05qs5k564", - "https://ror.org/05s16e423", - "https://ror.org/01dd3fd62", - "https://ror.org/00w603503", - "https://ror.org/019ytz097", - "https://ror.org/01rd4et50", - "https://ror.org/02g87qh62", - "https://ror.org/00dwgct76", - "https://ror.org/009byq155", - "https://ror.org/00g86hk06", - "https://ror.org/003xj6z62", - "https://ror.org/04zbc6m03", - "https://ror.org/00c77q313", - "https://ror.org/03gtv5v80", - "https://ror.org/01yc8eq25", - "https://ror.org/01qmm0x62", - "https://ror.org/05gqmbr12", - "https://ror.org/01wdt4y78", - "https://ror.org/04hpbsh69", - "https://ror.org/05mwdqq98", - "https://ror.org/0119pby33", - "https://ror.org/050q0kv47", - "https://ror.org/04j0sev46" - ] - }, - "https://ror.org/05hqvvq43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03b8sbf49", - "https://ror.org/046hez538", - "https://ror.org/02w3bnx54" - ] - }, - "https://ror.org/04feqxb79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05cebxq10" - ] - }, - "https://ror.org/015pzp858": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00wnpy880" - ] - }, - "https://ror.org/03jzzxg14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03mc19e15" - ] - }, - "https://ror.org/01kbfgm16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03aw5sn18", - "https://ror.org/01qkmtm61" - ] - }, - "https://ror.org/03ekpdz59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04facpy29" - ] - }, - "https://ror.org/047179s14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vc2bp93" - ] - }, - "https://ror.org/001z21q04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03saykv37", - "https://ror.org/00kneq391" - ] - }, - "https://ror.org/003yb7p17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03pqjm879", - "https://ror.org/01tgakh12", - "https://ror.org/04zdhre16", - "https://ror.org/01psj0w95", - "https://ror.org/04y2v5q05" - ] - }, - "https://ror.org/03q82t418": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wx86652", - "https://ror.org/05sqvht74", - "https://ror.org/00jz7d133", - "https://ror.org/04jxcef68", - "https://ror.org/01w7h4t60", - "https://ror.org/01hssm416", - "https://ror.org/009kr6r15", - "https://ror.org/0545we460" - ] - }, - "https://ror.org/001ycj259": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ss8rw36" - ] - }, - "https://ror.org/01gxzrh19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00q283y58" - ] - }, - "https://ror.org/057zh3y96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0059vr703", - "https://ror.org/03bbyax37", - "https://ror.org/008td3p62", - "https://ror.org/007xn7v02", - "https://ror.org/033tx3651", - "https://ror.org/04djymq25", - "https://ror.org/00h761y79" - ] - }, - "https://ror.org/0262vjy29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qbsyz51" - ] - }, - "https://ror.org/05c84j393": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0504x3693" - ] - }, - "https://ror.org/058wb7691": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ttt5a28", - "https://ror.org/00eys7z46", - "https://ror.org/014775w70" - ] - }, - "https://ror.org/035gt5s03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0137z5x77", - "https://ror.org/01addcj30", - "https://ror.org/01jsrac29", - "https://ror.org/03zvyfv67", - "https://ror.org/03wvnx995", - "https://ror.org/05fner397" - ] - }, - "https://ror.org/030eybx10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03xw5ev35", - "https://ror.org/04wx4nj18", - "https://ror.org/03jdc5495" - ] - }, - "https://ror.org/01xnsst08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mcgvm89", - "https://ror.org/01esc3z41", - "https://ror.org/04avnsc24", - "https://ror.org/00t6rqp97", - "https://ror.org/05s9cjr09", - "https://ror.org/054qw7j13", - "https://ror.org/02fjqfr36", - "https://ror.org/047f7tv05", - "https://ror.org/030nrza79", - "https://ror.org/03hxhpz06", - "https://ror.org/0391pvr85" - ] - }, - "https://ror.org/052tfza37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032nh7f71", - "https://ror.org/02qfscv73" - ] - }, - "https://ror.org/00q0mwy68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05fc0ah77" - ] - }, - "https://ror.org/0198v2949": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01g0jwx42" - ] - }, - "https://ror.org/00264zf15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04nd55p60", - "https://ror.org/027g55y50" - ] - }, - "https://ror.org/01y6swy44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02k3b8775", - "https://ror.org/01aaztb91", - "https://ror.org/02ysgg478" - ] - }, - "https://ror.org/00v29jp57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qzr9r50", - "https://ror.org/05e6n8h53", - "https://ror.org/01etg5g76" - ] - }, - "https://ror.org/04wm52x94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03h7hkg24" - ] - }, - "https://ror.org/03ba28x55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04xezgr31" - ] - }, - "https://ror.org/03t0a5k13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011gh0524", - "https://ror.org/05mg82t36" - ] - }, - "https://ror.org/03e3qgk42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mqqhj42", - "https://ror.org/01e4byj08" - ] - }, - "https://ror.org/012cvds63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00bardy64" - ] - }, - "https://ror.org/05f0zr486": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00df3z122" - ] - }, - "https://ror.org/01ekk8h85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0592v9m14" - ] - }, - "https://ror.org/0327f2m07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/029p62z73", - "https://ror.org/00z6kst31", - "https://ror.org/007bjx395", - "https://ror.org/04athv462", - "https://ror.org/03wp9yy58", - "https://ror.org/02a2fqx66", - "https://ror.org/02a2x5r26", - "https://ror.org/045380x72", - "https://ror.org/05dsxr353", - "https://ror.org/02hb07017", - "https://ror.org/04hmvwa12", - "https://ror.org/01k1y4586", - "https://ror.org/05sn5d694", - "https://ror.org/05f8dke04" - ] - }, - "https://ror.org/02y5sbr94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00zy1mb15", - "https://ror.org/05vf86811" - ] - }, - "https://ror.org/0522eh277": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/021wda575", - "https://ror.org/038taf935", - "https://ror.org/04sed8n13", - "https://ror.org/03dyg8x92", - "https://ror.org/04bb62x43", - "https://ror.org/01qymej67", - "https://ror.org/05px6z163", - "https://ror.org/0594nch39", - "https://ror.org/00vt8p712", - "https://ror.org/01hc18p32" - ] - }, - "https://ror.org/057ecva72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04mdtn250", - "https://ror.org/01d4y0s98" - ] - }, - "https://ror.org/004eyxv41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/019jywm96" - ] - }, - "https://ror.org/02t46gq94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02f4cyy89" - ] - }, - "https://ror.org/03hxmas11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0552dh385" - ] - }, - "https://ror.org/04jycch17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05f1nfh63" - ] - }, - "https://ror.org/03rsncr94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02d887280" - ] - }, - "https://ror.org/012x5xb44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04skqfp25", - "https://ror.org/00s426w44" - ] - }, - "https://ror.org/01gmtnk43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03fb0b548" - ] - }, - "https://ror.org/04374qe70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00cgnj660" - ] - }, - "https://ror.org/00r7raa16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05mq93331" - ] - }, - "https://ror.org/05x3f0345": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05wkbzn97" - ] - }, - "https://ror.org/02yy8x990": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ehp0f77", - "https://ror.org/009b9n257" - ] - }, - "https://ror.org/05nf86y53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05xrbcc66", - "https://ror.org/02vck8g64", - "https://ror.org/00e50mf91" - ] - }, - "https://ror.org/026vm4649": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04rrs1z45" - ] - }, - "https://ror.org/0192yc246": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03s9yme23" - ] - }, - "https://ror.org/04vzt1785": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00p0app75" - ] - }, - "https://ror.org/036k0fg31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/039mr5546" - ] - }, - "https://ror.org/02tjqwz24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05eq3gw79" - ] - }, - "https://ror.org/03nw3dq29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01d02zv78" - ] - }, - "https://ror.org/029m96t80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/041yk0b68", - "https://ror.org/03m3gzv89", - "https://ror.org/04f5ctv63", - "https://ror.org/056ms9a36", - "https://ror.org/01dkyve95", - "https://ror.org/034nb0f30", - "https://ror.org/04gg6ne93", - "https://ror.org/01shz5j60", - "https://ror.org/037eda396", - "https://ror.org/03rnk6m14", - "https://ror.org/03zek0r74", - "https://ror.org/01s3fs709", - "https://ror.org/0000n5x09", - "https://ror.org/05r332y60", - "https://ror.org/008rywf59", - "https://ror.org/05h7ddb14", - "https://ror.org/00b80ez59", - "https://ror.org/020g0rw41", - "https://ror.org/0262br971", - "https://ror.org/03fte3n86", - "https://ror.org/011xg1225", - "https://ror.org/01pd2sz18", - "https://ror.org/04w07sc25", - "https://ror.org/05merjr74", - "https://ror.org/05y5s3h28", - "https://ror.org/02w4exq36", - "https://ror.org/00rwjvc96", - "https://ror.org/00ftatp57", - "https://ror.org/00n2c0309", - "https://ror.org/05deqk823", - "https://ror.org/01nfvkq89", - "https://ror.org/00mkad321", - "https://ror.org/00zgas264", - "https://ror.org/0334tmt82", - "https://ror.org/04d70nb60", - "https://ror.org/05s1rff82", - "https://ror.org/05k9wmt43", - "https://ror.org/038kxsm48", - "https://ror.org/05y76vp22", - "https://ror.org/00mg8nf58", - "https://ror.org/03whgj090", - "https://ror.org/03k4s1p46", - "https://ror.org/04fa3ke77", - "https://ror.org/04byv8g40", - "https://ror.org/03237mt20", - "https://ror.org/05pwkex33", - "https://ror.org/02xq0x374", - "https://ror.org/02wgtm643", - "https://ror.org/005fjj927", - "https://ror.org/00vn0zc62" - ] - }, - "https://ror.org/05qhvy459": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05kbck686", - "https://ror.org/03xfh2n14", - "https://ror.org/01mqjeb88" - ] - }, - "https://ror.org/039fjjj43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0020fz961" - ] - }, - "https://ror.org/02egw6w85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02cm3s998", - "https://ror.org/00621wh10", - "https://ror.org/02p47pe37", - "https://ror.org/019myg640", - "https://ror.org/041jk5w53", - "https://ror.org/00qcsrr17" - ] - }, - "https://ror.org/01cbd4k69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03j1z6h17" - ] - }, - "https://ror.org/02jj0ar17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05s4t4n85", - "https://ror.org/05s056h84", - "https://ror.org/004vxz697" - ] - }, - "https://ror.org/04cpxjv19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/053wt0478", - "https://ror.org/04gbhgc79", - "https://ror.org/00arwy491" - ] - }, - "https://ror.org/00dcrfk74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00a8p0m24", - "https://ror.org/003y0kg83", - "https://ror.org/020cdve92", - "https://ror.org/01q5ge486", - "https://ror.org/00qm1ye08", - "https://ror.org/01ydp2x12", - "https://ror.org/03kc13263", - "https://ror.org/00bq8vv83", - "https://ror.org/040smqw14", - "https://ror.org/03cxnrt47", - "https://ror.org/012x47023" - ] - }, - "https://ror.org/03xsqa235": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/048yvwh14", - "https://ror.org/00rj8cd91" - ] - }, - "https://ror.org/00zh20c98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047pqfg44" - ] - }, - "https://ror.org/0112mx960": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031dp5151" - ] - }, - "https://ror.org/02aj0kh94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/030p0rb34", - "https://ror.org/010rs2a38", - "https://ror.org/045ktmd28", - "https://ror.org/01c8rcg82", - "https://ror.org/02wrme198", - "https://ror.org/04as3rk94", - "https://ror.org/05kwbf598", - "https://ror.org/05rwrfh97", - "https://ror.org/04szabx38", - "https://ror.org/04g26vc28", - "https://ror.org/03taa9n66", - "https://ror.org/05514hp74", - "https://ror.org/04ett5b41", - "https://ror.org/00jxe7243", - "https://ror.org/026j45x50", - "https://ror.org/044ggyg50", - "https://ror.org/03x1z2w73", - "https://ror.org/02dd25k08", - "https://ror.org/05hyx5a17", - "https://ror.org/02mc6qk71", - "https://ror.org/01273vs09", - "https://ror.org/00rv5x925", - "https://ror.org/036zswm25", - "https://ror.org/043pfpy19", - "https://ror.org/04axb9j69", - "https://ror.org/03f0apy98", - "https://ror.org/00m7zca23", - "https://ror.org/03bcdsr62", - "https://ror.org/00x5jmr79", - "https://ror.org/03985kf35", - "https://ror.org/000063q30", - "https://ror.org/05afmzm11", - "https://ror.org/056hxch81", - "https://ror.org/045ff8v85", - "https://ror.org/02t6zvp46", - "https://ror.org/01pgzvb06", - "https://ror.org/02cksep19", - "https://ror.org/01zn4dj88", - "https://ror.org/0381pta47", - "https://ror.org/056th3f83", - "https://ror.org/024cwyh09", - "https://ror.org/013f2p073", - "https://ror.org/00wvtes77", - "https://ror.org/03v4jvx71", - "https://ror.org/01nc10f70", - "https://ror.org/02s3b7375", - "https://ror.org/03ctyg534", - "https://ror.org/02j7awn61", - "https://ror.org/02zws8w42", - "https://ror.org/02a2awp29" - ] - }, - "https://ror.org/056atnc19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007y9b339" - ] - }, - "https://ror.org/017h2rd72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0238zyh04", - "https://ror.org/02q4res37" - ] - }, - "https://ror.org/059be4e97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031v4g827", - "https://ror.org/05h1ve754", - "https://ror.org/0268h4j55", - "https://ror.org/017m4b809", - "https://ror.org/054fc6480", - "https://ror.org/02vas3094" - ] - }, - "https://ror.org/030txnd05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01v6shv96" - ] - }, - "https://ror.org/0438wbg98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01xy6f245", - "https://ror.org/00e50mf91", - "https://ror.org/03g57ef97" - ] - }, - "https://ror.org/00ccxmy30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045hhcf06" - ] - }, - "https://ror.org/051k3eh31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/058548196" - ] - }, - "https://ror.org/02xqkcw08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00znz6a90", - "https://ror.org/02q9dpj81", - "https://ror.org/029kvcs29", - "https://ror.org/004np3m61", - "https://ror.org/009rhnd12", - "https://ror.org/025b2hx26", - "https://ror.org/04kp2z675", - "https://ror.org/000gm9x69", - "https://ror.org/04aa84x73", - "https://ror.org/00kf4vm79", - "https://ror.org/04xfwhf17", - "https://ror.org/02xm6sp43", - "https://ror.org/01c697313", - "https://ror.org/02cndcd59", - "https://ror.org/00xefvv79", - "https://ror.org/03twzfb97", - "https://ror.org/00b2e6559", - "https://ror.org/03qhht705", - "https://ror.org/04d9y9m22", - "https://ror.org/04b1np478", - "https://ror.org/02gn4kd94", - "https://ror.org/037kbz526", - "https://ror.org/040mta007", - "https://ror.org/02vvp2k82", - "https://ror.org/03pngf508", - "https://ror.org/01h7g8502", - "https://ror.org/046jx2h22", - "https://ror.org/002k06d85", - "https://ror.org/0415ygs14", - "https://ror.org/04jvka613", - "https://ror.org/01ms51d52", - "https://ror.org/0485q2d74", - "https://ror.org/00pjwdc92", - "https://ror.org/02031rv53", - "https://ror.org/008mems69", - "https://ror.org/03bjsge15", - "https://ror.org/034jd0m14" - ] - }, - "https://ror.org/04bckew43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05fkq4848", - "https://ror.org/04e1w6923" - ] - }, - "https://ror.org/01kv58h76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jtajd40", - "https://ror.org/02f9r3321" - ] - }, - "https://ror.org/05bhtvt77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01nyrrx14", - "https://ror.org/04xykxd72" - ] - }, - "https://ror.org/039wwwz66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01jjm6w53", - "https://ror.org/05ct0ag17", - "https://ror.org/01cjjjf51", - "https://ror.org/03y8jje75", - "https://ror.org/02s49nq19", - "https://ror.org/04gjkkf30", - "https://ror.org/01kqrgb09", - "https://ror.org/04mvgap27", - "https://ror.org/035dcj063", - "https://ror.org/009qfn612", - "https://ror.org/00gnrs088", - "https://ror.org/01phkkj35", - "https://ror.org/05e33tw76", - "https://ror.org/023jwkg52", - "https://ror.org/049c9q337", - "https://ror.org/01mjckp83", - "https://ror.org/00vgp1308" - ] - }, - "https://ror.org/04f6hmf16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05q3vnk25", - "https://ror.org/03rnk6m14", - "https://ror.org/051escj72", - "https://ror.org/044t4x544", - "https://ror.org/03am2jy38", - "https://ror.org/00qhdy563", - "https://ror.org/03sgyqj04", - "https://ror.org/01sjmsj73", - "https://ror.org/01tp1c480", - "https://ror.org/020nks034", - "https://ror.org/03pnk9016", - "https://ror.org/008rywf59", - "https://ror.org/01225hq90", - "https://ror.org/05h7ddb14", - "https://ror.org/02banhz78", - "https://ror.org/0508wny29", - "https://ror.org/04pfr1b11", - "https://ror.org/00b80ez59", - "https://ror.org/05xtktk35", - "https://ror.org/020g0rw41", - "https://ror.org/01h4rra97", - "https://ror.org/05k0qmv73", - "https://ror.org/00f945z63", - "https://ror.org/05kf9jb93", - "https://ror.org/051ykjw41", - "https://ror.org/044vzpb64", - "https://ror.org/015q23935", - "https://ror.org/01j4h9t83", - "https://ror.org/00bnthp71", - "https://ror.org/03xx98n35", - "https://ror.org/032qezt74", - "https://ror.org/02qprbz18", - "https://ror.org/01cah1n37", - "https://ror.org/01cf2sz15", - "https://ror.org/02s56xp85", - "https://ror.org/01wwcfa26", - "https://ror.org/05abgg682", - "https://ror.org/003n95695", - "https://ror.org/02vnq7240", - "https://ror.org/05j3atf73", - "https://ror.org/05h929866", - "https://ror.org/02chvqy57", - "https://ror.org/00aycez97", - "https://ror.org/03rtw5049", - "https://ror.org/00357kh21", - "https://ror.org/049dk3691", - "https://ror.org/0409c3995", - "https://ror.org/05258q350", - "https://ror.org/00rd22143", - "https://ror.org/03p7xrr08", - "https://ror.org/017qtjx43", - "https://ror.org/002yg6s88", - "https://ror.org/05fnxds15", - "https://ror.org/002v3cy83", - "https://ror.org/04ej53908", - "https://ror.org/053kxkj53", - "https://ror.org/05kxt4539", - "https://ror.org/011abem59", - "https://ror.org/05deqk823", - "https://ror.org/01nfvkq89", - "https://ror.org/00mryrd39", - "https://ror.org/02844qe97", - "https://ror.org/00cesps27", - "https://ror.org/01z485314", - "https://ror.org/014sj8802", - "https://ror.org/023h4a821", - "https://ror.org/001j26r80", - "https://ror.org/05ye29x39", - "https://ror.org/00waz9262", - "https://ror.org/047rqcm40", - "https://ror.org/04gpe6h67", - "https://ror.org/04fgntk96", - "https://ror.org/01365h357", - "https://ror.org/05y5s3h28", - "https://ror.org/05mv3tj33", - "https://ror.org/05s6hm275", - "https://ror.org/01pa4h393", - "https://ror.org/0585hkk81", - "https://ror.org/01hg13988", - "https://ror.org/0000n5x09", - "https://ror.org/05r332y60", - "https://ror.org/008rywf59", - "https://ror.org/05h7ddb14", - "https://ror.org/00b80ez59", - "https://ror.org/020g0rw41", - "https://ror.org/0262br971", - "https://ror.org/03fte3n86", - "https://ror.org/011xg1225", - "https://ror.org/01pd2sz18", - "https://ror.org/04w07sc25", - "https://ror.org/05merjr74", - "https://ror.org/05y5s3h28", - "https://ror.org/02w4exq36", - "https://ror.org/00rwjvc96", - "https://ror.org/00ftatp57", - "https://ror.org/00n2c0309", - "https://ror.org/05deqk823", - "https://ror.org/01nfvkq89", - "https://ror.org/00f5hap04", - "https://ror.org/0000n5x09", - "https://ror.org/05r332y60", - "https://ror.org/020nks034", - "https://ror.org/008rywf59", - "https://ror.org/0189yvq06", - "https://ror.org/01xpc6869", - "https://ror.org/02banhz78", - "https://ror.org/03q1qx424", - "https://ror.org/02pzyz439", - "https://ror.org/00b80ez59", - "https://ror.org/024gts110", - "https://ror.org/028wq3277", - "https://ror.org/04nmj9827", - "https://ror.org/0431hh004", - "https://ror.org/043wmc583", - "https://ror.org/02785qs39", - "https://ror.org/044kxby82", - "https://ror.org/036eg1q44", - "https://ror.org/05d1e6v30", - "https://ror.org/01cah1n37", - "https://ror.org/00b8mh310", - "https://ror.org/04fr7pd94", - "https://ror.org/03capj968", - "https://ror.org/05ee10k25", - "https://ror.org/02ftce284", - "https://ror.org/00nrbzg90", - "https://ror.org/03fte3n86", - "https://ror.org/02fke9256", - "https://ror.org/00aycez97", - "https://ror.org/00357kh21", - "https://ror.org/049dk3691", - "https://ror.org/013yean28", - "https://ror.org/003sscq03", - "https://ror.org/04w07sc25", - "https://ror.org/02wzg8t73", - "https://ror.org/00xffm983", - "https://ror.org/03kbarg82", - "https://ror.org/00zn13224", - "https://ror.org/008qs6838", - "https://ror.org/01nfvkq89", - "https://ror.org/00cesps27", - "https://ror.org/01z485314", - "https://ror.org/044jxv425", - "https://ror.org/014sj8802", - "https://ror.org/030vwjb30", - "https://ror.org/01f5c5978", - "https://ror.org/05d362832", - "https://ror.org/00rwjvc96", - "https://ror.org/04eeyfe07", - "https://ror.org/01w1erp60", - "https://ror.org/01r19bq53", - "https://ror.org/02r1kz177", - "https://ror.org/05y5s3h28", - "https://ror.org/02w4exq36", - "https://ror.org/01yw9jt43", - "https://ror.org/05s6hm275", - "https://ror.org/0100zmm86", - "https://ror.org/05g7gad22", - "https://ror.org/05h1c9n12", - "https://ror.org/0262z1d94", - "https://ror.org/00rt27171", - "https://ror.org/05frk8994", - "https://ror.org/03wttga88", - "https://ror.org/01dwzy755", - "https://ror.org/00mmgvh45", - "https://ror.org/045n3eg64", - "https://ror.org/013r8c450", - "https://ror.org/007bw2y16", - "https://ror.org/03e835785", - "https://ror.org/01m1tbs81", - "https://ror.org/019v7sr25", - "https://ror.org/025g2e477", - "https://ror.org/04x7ec535", - "https://ror.org/0428ctr80", - "https://ror.org/054b22910", - "https://ror.org/02nwb8925", - "https://ror.org/01jrr7w21", - "https://ror.org/03gbgw380", - "https://ror.org/02fpe6x37", - "https://ror.org/03vba6259", - "https://ror.org/020g0rw41", - "https://ror.org/05ye29x39", - "https://ror.org/03gkf0p07", - "https://ror.org/00f5hap04", - "https://ror.org/01jt5ms28", - "https://ror.org/02tp7mm44", - "https://ror.org/00c3ta789", - "https://ror.org/05thdk431", - "https://ror.org/013yean28", - "https://ror.org/038207k30", - "https://ror.org/00zn13224", - "https://ror.org/01z485314", - "https://ror.org/03j65n394", - "https://ror.org/01jrr7w21", - "https://ror.org/04czapd40", - "https://ror.org/028wq3277", - "https://ror.org/04nmj9827", - "https://ror.org/05d1e6v30", - "https://ror.org/04fr7pd94", - "https://ror.org/02fpe6x37", - "https://ror.org/04av83c71", - "https://ror.org/01gtjxz83", - "https://ror.org/05258q350", - "https://ror.org/01pa4h393", - "https://ror.org/03r5d5c48", - "https://ror.org/0518tra10", - "https://ror.org/011xg1225", - "https://ror.org/03vte9x46", - "https://ror.org/03v2c3v44", - "https://ror.org/03wsemq03", - "https://ror.org/00ts9pr54", - "https://ror.org/00ts9pr54", - "https://ror.org/01kcrnc96" - ] - }, - "https://ror.org/03btvgn05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/053x9s498", - "https://ror.org/03xfq7a50", - "https://ror.org/05339ng12", - "https://ror.org/02ezch769", - "https://ror.org/03wzth680", - "https://ror.org/02kzqn938", - "https://ror.org/02gdcg342", - "https://ror.org/041yg4h55", - "https://ror.org/0018c4h73", - "https://ror.org/04vrqzz54", - "https://ror.org/05bz47575", - "https://ror.org/00m090414", - "https://ror.org/03eq8fa86", - "https://ror.org/00fh1dw28", - "https://ror.org/05x9zmx47", - "https://ror.org/02q4res37", - "https://ror.org/006z7v557", - "https://ror.org/00m090414", - "https://ror.org/041rsh762", - "https://ror.org/00dyt5s15", - "https://ror.org/00mghmd60", - "https://ror.org/03629my43", - "https://ror.org/0018c4h73", - "https://ror.org/05gd4yq49", - "https://ror.org/021ddkf20", - "https://ror.org/02q4res37", - "https://ror.org/0300mzg60", - "https://ror.org/038sy2k93", - "https://ror.org/043n4fm24", - "https://ror.org/02mdnkg28", - "https://ror.org/0186z1m53", - "https://ror.org/01h0a3k64", - "https://ror.org/02w8awt17", - "https://ror.org/04e89s906", - "https://ror.org/01tv2ca73", - "https://ror.org/05m14rs93", - "https://ror.org/04vrqzz54", - "https://ror.org/03n91q085", - "https://ror.org/03c3m6m66", - "https://ror.org/05bz47575", - "https://ror.org/00m090414", - "https://ror.org/02s4dmd79", - "https://ror.org/03k9wer31", - "https://ror.org/05dm3m993", - "https://ror.org/05xanhp90", - "https://ror.org/003fs1j49", - "https://ror.org/05rqwc876", - "https://ror.org/04kwqat20", - "https://ror.org/03q99v794", - "https://ror.org/02g6y2720", - "https://ror.org/03eq8fa86", - "https://ror.org/04y91dy23", - "https://ror.org/053ppfe96", - "https://ror.org/032v67m28", - "https://ror.org/05x9zmx47", - "https://ror.org/00g32ep81", - "https://ror.org/04p4jgt68", - "https://ror.org/05vrs3189", - "https://ror.org/04k5h2q42", - "https://ror.org/02dvx0516", - "https://ror.org/01ja5aj48", - "https://ror.org/013z99a51", - "https://ror.org/0455vgw31", - "https://ror.org/03qy9z186", - "https://ror.org/010nk4c68", - "https://ror.org/04f5rw142", - "https://ror.org/00fh1dw28", - "https://ror.org/04p94ax69", - "https://ror.org/0086epd30", - "https://ror.org/00hz02a80", - "https://ror.org/01qygwc68", - "https://ror.org/04q29nn62", - "https://ror.org/05fjffm04", - "https://ror.org/056hav897", - "https://ror.org/03rvrjk28", - "https://ror.org/03pbmtd68", - "https://ror.org/00tt79z10", - "https://ror.org/05q5m4q74", - "https://ror.org/00bwykg15", - "https://ror.org/016w4zy25", - "https://ror.org/00ccaam24", - "https://ror.org/047y28a09", - "https://ror.org/02tznxc41", - "https://ror.org/006vqpx82", - "https://ror.org/0409gk363", - "https://ror.org/00jsgkx16", - "https://ror.org/02hkbys70", - "https://ror.org/044xe8e90", - "https://ror.org/03ya3d516", - "https://ror.org/053p8kg34", - "https://ror.org/01w1erp60", - "https://ror.org/04dsjbp13", - "https://ror.org/007wbr017", - "https://ror.org/0018c4h73", - "https://ror.org/014net767", - "https://ror.org/05m14rs93", - "https://ror.org/00m090414", - "https://ror.org/04kwqat20", - "https://ror.org/03eq8fa86", - "https://ror.org/00tm1qp20", - "https://ror.org/00hz02a80", - "https://ror.org/02q4res37", - "https://ror.org/04vrqzz54", - "https://ror.org/03q99v794" - ] - }, - "https://ror.org/01fh86n78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02e6ysw16" - ] - }, - "https://ror.org/00yh00476": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ps02017" - ] - }, - "https://ror.org/00y86zy26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05vq65d72" - ] - }, - "https://ror.org/00ysecr35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044qpwz88" - ] - }, - "https://ror.org/04mczx267": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0010mjy66", - "https://ror.org/01gpc1r56", - "https://ror.org/04a8k4p47", - "https://ror.org/0187pag34", - "https://ror.org/02af4h206", - "https://ror.org/05mpgew40", - "https://ror.org/00588h422", - "https://ror.org/03r6rhw30", - "https://ror.org/03t8mqd25", - "https://ror.org/02b7e7p97", - "https://ror.org/051jgxz75", - "https://ror.org/02gse4n09", - "https://ror.org/00t5ymp38", - "https://ror.org/01s3m0650" - ] - }, - "https://ror.org/02gdcg342": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0018c4h73", - "https://ror.org/014net767", - "https://ror.org/05m14rs93", - "https://ror.org/00m090414", - "https://ror.org/04kwqat20", - "https://ror.org/03eq8fa86", - "https://ror.org/00tm1qp20", - "https://ror.org/00hz02a80" - ] - }, - "https://ror.org/00yphhr71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022r5hc56" - ] - }, - "https://ror.org/041rhpw39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05kfvx519", - "https://ror.org/00dxw4v18", - "https://ror.org/05kwbf598" - ] - }, - "https://ror.org/05dwk8b49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01y766z47", - "https://ror.org/04x383a88", - "https://ror.org/007yrhe07" - ] - }, - "https://ror.org/0162y2387": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/008rwh029", - "https://ror.org/05rq3rb55", - "https://ror.org/04g9rt435", - "https://ror.org/0270xt841" - ] - }, - "https://ror.org/02127h732": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05qfbsy35", - "https://ror.org/02fqepy07" - ] - }, - "https://ror.org/002cp4060": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/029a4pp87", - "https://ror.org/0338wkj94", - "https://ror.org/00th3sv06", - "https://ror.org/00s7v8q53", - "https://ror.org/05jrr4320", - "https://ror.org/019kqby73" - ] - }, - "https://ror.org/03e10x626": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pfxsh56", - "https://ror.org/02e9dby02", - "https://ror.org/01p38cj84" - ] - }, - "https://ror.org/05c1qsg97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003g1aw90", - "https://ror.org/05qq96959", - "https://ror.org/008rwh029", - "https://ror.org/03navsr28", - "https://ror.org/052w2jw50", - "https://ror.org/01cqd9q31", - "https://ror.org/04r5nwv94" - ] - }, - "https://ror.org/00nb39k71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04q9vef57", - "https://ror.org/01z485314", - "https://ror.org/00gj7r351" - ] - }, - "https://ror.org/05ek91318": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04eb8df09" - ] - }, - "https://ror.org/01yekza56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04f6qd925" - ] - }, - "https://ror.org/00t9y0z13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05bt7sv47" - ] - }, - "https://ror.org/056mt4481": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01hfye903" - ] - }, - "https://ror.org/05y503v71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/028cef883", - "https://ror.org/056ms9a36" - ] - }, - "https://ror.org/02ggnyt49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qm1tk92", - "https://ror.org/02yvha224" - ] - }, - "https://ror.org/00y1ekh28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03cv2n667", - "https://ror.org/01jthvx19" - ] - }, - "https://ror.org/038k8pw28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00yczwp93" - ] - }, - "https://ror.org/027ryxs60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01j6ykv32" - ] - }, - "https://ror.org/02f9zrr09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01w8m1867", - "https://ror.org/04t24x986", - "https://ror.org/05he4e720", - "https://ror.org/05afs3z13", - "https://ror.org/00fxgea47", - "https://ror.org/027f4r073", - "https://ror.org/00geypp27", - "https://ror.org/0013shd50", - "https://ror.org/04kqbrq68", - "https://ror.org/00dhvr506", - "https://ror.org/04sgnw557", - "https://ror.org/01psm3828", - "https://ror.org/04rcxhq50", - "https://ror.org/01k1ftz35", - "https://ror.org/02dbytc62", - "https://ror.org/01a80cj23", - "https://ror.org/04qhpra63", - "https://ror.org/02v66pf20", - "https://ror.org/02hdkm455", - "https://ror.org/0504mbn59", - "https://ror.org/00jkyke88", - "https://ror.org/042e6sa59", - "https://ror.org/01msnnq69", - "https://ror.org/039s6n838", - "https://ror.org/028fhxy95", - "https://ror.org/02rse7p59", - "https://ror.org/02z899n24", - "https://ror.org/053gv2m95", - "https://ror.org/00cn3vx82", - "https://ror.org/017136v53", - "https://ror.org/02dgwnb72", - "https://ror.org/02gd4zp35" - ] - }, - "https://ror.org/057ff4y42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zec9695" - ] - }, - "https://ror.org/03m8vkq32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0050w9p71" - ] - }, - "https://ror.org/01r22mr83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00f1qr933" - ] - }, - "https://ror.org/01hxy9878": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01c4rxk68", - "https://ror.org/01h4bh480" - ] - }, - "https://ror.org/050ra0n32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/016nwev19", - "https://ror.org/00nbhg292", - "https://ror.org/040r8ry56", - "https://ror.org/044mrv955" - ] - }, - "https://ror.org/02egw5x81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01h2qr957" - ] - }, - "https://ror.org/01c98q459": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/046p5eg67" - ] - }, - "https://ror.org/00rgfaj93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01tp4m681", - "https://ror.org/04b7zk537" - ] - }, - "https://ror.org/04t5xt781": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04hfg7v94", - "https://ror.org/04pvzz946", - "https://ror.org/01ynb8e46", - "https://ror.org/03hdf3w38" - ] - }, - "https://ror.org/0268ecp52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047egvh76", - "https://ror.org/03ha87a98" - ] - }, - "https://ror.org/04h6azc67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02fw8mx86", - "https://ror.org/04y75v050" - ] - }, - "https://ror.org/04s3t1g37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0494jpz02" - ] - }, - "https://ror.org/02kpeqv85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0349bbg69", - "https://ror.org/0589kgd85", - "https://ror.org/05dfqh778" - ] - }, - "https://ror.org/05bea9918": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00b4q1853" - ] - }, - "https://ror.org/02ppyfa04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05cpv3t46", - "https://ror.org/01e8kn913", - "https://ror.org/0165ax130", - "https://ror.org/03c3m6m66", - "https://ror.org/000z46s85", - "https://ror.org/05dm3m993", - "https://ror.org/05rqwc876", - "https://ror.org/05x9zmx47", - "https://ror.org/04p4jgt68", - "https://ror.org/04k5h2q42", - "https://ror.org/02dvx0516", - "https://ror.org/0455vgw31", - "https://ror.org/03qy9z186", - "https://ror.org/04p94ax69", - "https://ror.org/00hz02a80", - "https://ror.org/01qygwc68", - "https://ror.org/04q29nn62", - "https://ror.org/056hav897", - "https://ror.org/03rvrjk28", - "https://ror.org/03pbmtd68", - "https://ror.org/006vqpx82", - "https://ror.org/03ya3d516" - ] - }, - "https://ror.org/029xh1r47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00fna1f74", - "https://ror.org/03k0cyw07" - ] - }, - "https://ror.org/0452y0518": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032k75171" - ] - }, - "https://ror.org/05k441034": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03r7e7711" - ] - }, - "https://ror.org/01fe0jt45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0231f9890", - "https://ror.org/03hrns542", - "https://ror.org/01yjxek63", - "https://ror.org/00cedkn40", - "https://ror.org/00v9m1060", - "https://ror.org/04my8ty22", - "https://ror.org/02ztkac83", - "https://ror.org/057aydj06", - "https://ror.org/03248dr08", - "https://ror.org/046as2g47", - "https://ror.org/031zzq071", - "https://ror.org/02venad53", - "https://ror.org/03xvpbd79", - "https://ror.org/02sd8rm97", - "https://ror.org/044eeh010" - ] - }, - "https://ror.org/04abkkz03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011xg1225", - "https://ror.org/0005r2j17", - "https://ror.org/00n2c0309" - ] - }, - "https://ror.org/05k9skc85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dyt5s15", - "https://ror.org/05gd4yq49", - "https://ror.org/0300mzg60", - "https://ror.org/05xanhp90", - "https://ror.org/05x9zmx47", - "https://ror.org/04k5h2q42", - "https://ror.org/0455vgw31", - "https://ror.org/0086epd30", - "https://ror.org/056hav897", - "https://ror.org/03rvrjk28", - "https://ror.org/03pbmtd68" - ] - }, - "https://ror.org/01gaw2478": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02p6v5z38" - ] - }, - "https://ror.org/01vx64p53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ktjph70", - "https://ror.org/01d6bq278", - "https://ror.org/02rnys730", - "https://ror.org/00b9dvn87" - ] - }, - "https://ror.org/04g7xjj37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049s0ch10" - ] - }, - "https://ror.org/02m9kbe37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052bbtn31", - "https://ror.org/0238zyh04", - "https://ror.org/03fd87035", - "https://ror.org/0257sgk90", - "https://ror.org/05258q350", - "https://ror.org/00c62kq26", - "https://ror.org/04pwzyv45", - "https://ror.org/04fgntk96", - "https://ror.org/038a20b58", - "https://ror.org/04wdvc711", - "https://ror.org/03jc88607", - "https://ror.org/00sg8gh54", - "https://ror.org/03rvwhn52", - "https://ror.org/05d95p271", - "https://ror.org/02gam0808", - "https://ror.org/03jqp8097", - "https://ror.org/01177bb84" - ] - }, - "https://ror.org/00390t168": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/050we9f15" - ] - }, - "https://ror.org/00gpmb873": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05h29rm85" - ] - }, - "https://ror.org/05q0ncs32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00kewvc41", - "https://ror.org/05ngxmx20", - "https://ror.org/02nzb0q40", - "https://ror.org/05vex5m10", - "https://ror.org/059h64789" - ] - }, - "https://ror.org/03c7zyj82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ndt7n58", - "https://ror.org/026j45x50" - ] - }, - "https://ror.org/047j0dn45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05frnbh40" - ] - }, - "https://ror.org/0353fsq42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wxbhc62" - ] - }, - "https://ror.org/02xhk2825": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02tvvdy44" - ] - }, - "https://ror.org/03cg93958": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04r1rhv60" - ] - }, - "https://ror.org/056g0b798": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00zjprf31", - "https://ror.org/04ehtgm24", - "https://ror.org/014q1bn90", - "https://ror.org/022hk8s78", - "https://ror.org/049dv9r08", - "https://ror.org/02hw9fh16", - "https://ror.org/01h7r2364", - "https://ror.org/03gwvad41", - "https://ror.org/03r0dz519" - ] - }, - "https://ror.org/05n8j1468": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045dq5f72" - ] - }, - "https://ror.org/052msxy68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ttqt747", - "https://ror.org/0078xmk34", - "https://ror.org/04rr0m327", - "https://ror.org/03db6jy14", - "https://ror.org/00x0rjj17" - ] - }, - "https://ror.org/03pj6ge82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04b82qh04", - "https://ror.org/01h85cx24", - "https://ror.org/03vaxkw63", - "https://ror.org/00s0yct57", - "https://ror.org/01wtxm109" - ] - }, - "https://ror.org/02v6n4042": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qs3nf63" - ] - }, - "https://ror.org/05n911h24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/014ybqb54", - "https://ror.org/04ms06f06" - ] - }, - "https://ror.org/01c1w6d29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0384rzm54", - "https://ror.org/004fa0x02" - ] - }, - "https://ror.org/02bhgkk43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/033z59547" - ] - }, - "https://ror.org/02jhjzd11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pz29t13", - "https://ror.org/0530qwm02" - ] - }, - "https://ror.org/03a1kwz48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zzwzx41", - "https://ror.org/005pfhc08", - "https://ror.org/00v34f693", - "https://ror.org/01kkkw551", - "https://ror.org/0107nyd78" - ] - }, - "https://ror.org/051kejp81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03xvvtc63" - ] - }, - "https://ror.org/00fxxw604": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01nvq4081" - ] - }, - "https://ror.org/05jt6pc28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02r609884", - "https://ror.org/04bg06z22", - "https://ror.org/01z3j1770", - "https://ror.org/02x2vzy16", - "https://ror.org/04e3sqx89", - "https://ror.org/0333vk137", - "https://ror.org/02xyv8p74", - "https://ror.org/00jz07n34", - "https://ror.org/03p8zav06", - "https://ror.org/05v5aya38", - "https://ror.org/05cwhxn91", - "https://ror.org/02dr9m704" - ] - }, - "https://ror.org/00ee9xb13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0286hg268" - ] - }, - "https://ror.org/016vzmc05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01apday90" - ] - }, - "https://ror.org/02hdxw977": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03hx2yz19", - "https://ror.org/02ebcws13" - ] - }, - "https://ror.org/038483r84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0138rdd60", - "https://ror.org/05frh7832", - "https://ror.org/05xp7y466", - "https://ror.org/02jqsa674" - ] - }, - "https://ror.org/054ys4h04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ja00s57" - ] - }, - "https://ror.org/049ahjd53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02nayd663", - "https://ror.org/02ctt0481" - ] - }, - "https://ror.org/0517rzt45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052gyqs21" - ] - }, - "https://ror.org/00v5nyn36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05dvbq272" - ] - }, - "https://ror.org/00m0j3d84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04hc84p76", - "https://ror.org/00ac5t267", - "https://ror.org/05angxc35", - "https://ror.org/048d5b075" - ] - }, - "https://ror.org/055rn2a38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00b4ram58", - "https://ror.org/03z22t144" - ] - }, - "https://ror.org/0512cxv65": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ykp4255" - ] - }, - "https://ror.org/01psx1920": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05d917r56" - ] - }, - "https://ror.org/01bvh8x83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/001rm8957" - ] - }, - "https://ror.org/00xmwgm53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01rt74q71" - ] - }, - "https://ror.org/01awjf572": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04btem923" - ] - }, - "https://ror.org/058v0cd57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qvyw596" - ] - }, - "https://ror.org/018hjpz25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05f2xwq77", - "https://ror.org/03wc8tg09", - "https://ror.org/05r409z22", - "https://ror.org/00514rc81", - "https://ror.org/042gs1a72" - ] - }, - "https://ror.org/05kyy7d06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045rgx026", - "https://ror.org/0533jxz69" - ] - }, - "https://ror.org/04v54gj93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055vbxf86", - "https://ror.org/02d2g0205", - "https://ror.org/01ncx3917", - "https://ror.org/04d87jn14", - "https://ror.org/01t881g83", - "https://ror.org/0264dxb48", - "https://ror.org/05m8dr349", - "https://ror.org/05x3amg60" - ] - }, - "https://ror.org/00vtxwp63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05wdedb75", - "https://ror.org/014t9mt17", - "https://ror.org/054d78x30" - ] - }, - "https://ror.org/02gh4kt33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00fbze943", - "https://ror.org/02fwden70", - "https://ror.org/02hnp4676", - "https://ror.org/02kx1hs47", - "https://ror.org/02ttb5s67", - "https://ror.org/0141xw169", - "https://ror.org/01jgp6d54", - "https://ror.org/03qafph14", - "https://ror.org/029st3z03", - "https://ror.org/02my7ff12", - "https://ror.org/00yrf4e35", - "https://ror.org/045dz8764", - "https://ror.org/04z3y3f62", - "https://ror.org/02txwfx92", - "https://ror.org/054y9c036", - "https://ror.org/00c9gth79", - "https://ror.org/00gqsp710", - "https://ror.org/005q1n430" - ] - }, - "https://ror.org/052qegn86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00zy6vr46" - ] - }, - "https://ror.org/01hjzeq58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05b0gpy83" - ] - }, - "https://ror.org/012f7tj07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00xfdbb04", - "https://ror.org/00v9tt762" - ] - }, - "https://ror.org/03z942k20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01rde0531", - "https://ror.org/000dfsq72" - ] - }, - "https://ror.org/05b2r4b98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011cav305", - "https://ror.org/005381c03", - "https://ror.org/05tensj89", - "https://ror.org/02shtak05", - "https://ror.org/02h21fy63", - "https://ror.org/01017e202" - ] - }, - "https://ror.org/03wd9za21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00hdhxd58", - "https://ror.org/00w3swb66", - "https://ror.org/00kw1sm04", - "https://ror.org/0541jr710", - "https://ror.org/05vt9rv16", - "https://ror.org/03h3jqn23", - "https://ror.org/05h5a7d89" - ] - }, - "https://ror.org/048vrgr14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031dsww89", - "https://ror.org/016nn9d26", - "https://ror.org/02kzqwr97", - "https://ror.org/0339vxy90", - "https://ror.org/02pdacs91", - "https://ror.org/03qdj6986", - "https://ror.org/05dwa3c44", - "https://ror.org/02h9td068" - ] - }, - "https://ror.org/01anhj553": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02yt1th11" - ] - }, - "https://ror.org/00a1gne75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ma0s885", - "https://ror.org/0335wvc55", - "https://ror.org/01h5zkn46", - "https://ror.org/049b5zq94", - "https://ror.org/00e1g8a02", - "https://ror.org/01j1gwp17", - "https://ror.org/01djnr762", - "https://ror.org/051arnj27" - ] - }, - "https://ror.org/04d996474": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00fzxtk71" - ] - }, - "https://ror.org/039zedc16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04389kb95", - "https://ror.org/0001ke483" - ] - }, - "https://ror.org/04q5r0746": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00eysw063" - ] - }, - "https://ror.org/05gsrh908": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010bvr713" - ] - }, - "https://ror.org/01cmnjq37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mgw3155", - "https://ror.org/03smk3872", - "https://ror.org/059eam965" - ] - }, - "https://ror.org/0102dvb40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03agg3g06", - "https://ror.org/02heqqj04" - ] - }, - "https://ror.org/045h9g769": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03d087w61" - ] - }, - "https://ror.org/02p2bgp27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01vxknj13", - "https://ror.org/05bsjqt55", - "https://ror.org/0326cx138", - "https://ror.org/001tk4253", - "https://ror.org/01g4jev56", - "https://ror.org/05jz46060", - "https://ror.org/05san5604", - "https://ror.org/0435vfk93", - "https://ror.org/03cb8f280", - "https://ror.org/0050s9w54", - "https://ror.org/01rswjc57", - "https://ror.org/02ykjqt50", - "https://ror.org/04ktqp584", - "https://ror.org/03kw6wr76", - "https://ror.org/00gtpjy03", - "https://ror.org/04xe7ws48" - ] - }, - "https://ror.org/047sfm294": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007ptm460" - ] - }, - "https://ror.org/01bvv5f54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02sndnx77" - ] - }, - "https://ror.org/05kxbz959": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/009z7vc79", - "https://ror.org/038b1qn73", - "https://ror.org/016kvft77", - "https://ror.org/00rzpns50", - "https://ror.org/00f5kdg89", - "https://ror.org/04c9vp017", - "https://ror.org/01s2j5a22", - "https://ror.org/028394g81" - ] - }, - "https://ror.org/04jpfrv51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00yf0rv20" - ] - }, - "https://ror.org/01tf11a61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pdj1108" - ] - }, - "https://ror.org/0234wmv40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054zwas39" - ] - }, - "https://ror.org/04wez5e68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04jb47e97", - "https://ror.org/03p76m698", - "https://ror.org/018nzqy79", - "https://ror.org/02k8f5n40", - "https://ror.org/045r56524", - "https://ror.org/01dqmj897", - "https://ror.org/00nrven85", - "https://ror.org/04ej53908", - "https://ror.org/0014xh077", - "https://ror.org/00mgd1d10", - "https://ror.org/05xrx2377", - "https://ror.org/051n2s460", - "https://ror.org/005w2mm89", - "https://ror.org/0127n6542", - "https://ror.org/0389fzc60", - "https://ror.org/05079x435", - "https://ror.org/04m69ya83" - ] - }, - "https://ror.org/02dj1mv43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049v3kt97" - ] - }, - "https://ror.org/02ya5n776": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00besvm65", - "https://ror.org/05ha8e826" - ] - }, - "https://ror.org/03p3e4237": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01hwrdv70", - "https://ror.org/05dwtb503" - ] - }, - "https://ror.org/0067dvq63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05dmpdy49", - "https://ror.org/05nne8c43", - "https://ror.org/029r1ks56", - "https://ror.org/0156h1p41", - "https://ror.org/026z8zb87", - "https://ror.org/03tb4gf50", - "https://ror.org/050khh066", - "https://ror.org/01j72sa23", - "https://ror.org/04w6y2z35", - "https://ror.org/04yhf7405", - "https://ror.org/00b6zxk24", - "https://ror.org/038pwz535", - "https://ror.org/00a7xgz80", - "https://ror.org/05kf27764", - "https://ror.org/025rgte66", - "https://ror.org/029a54f25", - "https://ror.org/0423z3467", - "https://ror.org/00x1yxe92", - "https://ror.org/00fsrd019", - "https://ror.org/02hmf0879", - "https://ror.org/05j37e495", - "https://ror.org/019y11h89", - "https://ror.org/02fqdw168", - "https://ror.org/03qbg0c93", - "https://ror.org/00ck0kh03", - "https://ror.org/01jg3a168", - "https://ror.org/00qrpt643", - "https://ror.org/04xx5ce35" - ] - }, - "https://ror.org/01411sx56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/029ve2p44", - "https://ror.org/0131hr478", - "https://ror.org/00wbcgc67", - "https://ror.org/01rkf4y25" - ] - }, - "https://ror.org/03rn0z073": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00394zv26", - "https://ror.org/03d5a9t15", - "https://ror.org/02j6cz137", - "https://ror.org/04cvt0159" - ] - }, - "https://ror.org/008stv805": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03be9n013", - "https://ror.org/001vq2a15", - "https://ror.org/01n0nt715" - ] - }, - "https://ror.org/03v9efr22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03nd63441", - "https://ror.org/033svsm10" - ] - }, - "https://ror.org/00ma0mg56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0020hse07", - "https://ror.org/02q49af68", - "https://ror.org/013b2a427", - "https://ror.org/0382m3r69", - "https://ror.org/043qb7f72", - "https://ror.org/05t8tj069", - "https://ror.org/04zympr28", - "https://ror.org/036g8b848", - "https://ror.org/04dp8fd47", - "https://ror.org/02pktej77", - "https://ror.org/012m63179", - "https://ror.org/03vxaxy97", - "https://ror.org/0264d9934", - "https://ror.org/02gaqn537", - "https://ror.org/05mg1ma72", - "https://ror.org/0560ehd58", - "https://ror.org/041dnc326", - "https://ror.org/01p3c2g14", - "https://ror.org/02j3f7p78", - "https://ror.org/02j8r0p47", - "https://ror.org/00ggs5315" - ] - }, - "https://ror.org/05hessd06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/036w79395", - "https://ror.org/02deetg88" - ] - }, - "https://ror.org/0576q1t15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02d31v873" - ] - }, - "https://ror.org/01bg6x409": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ggkbb05" - ] - }, - "https://ror.org/01bgbk171": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/005t72d47" - ] - }, - "https://ror.org/034rkw812": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04hjzsd20" - ] - }, - "https://ror.org/027rr8795": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05k0hd440" - ] - }, - "https://ror.org/05ve6g218": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03d0r5461", - "https://ror.org/020q9r015", - "https://ror.org/03fcaa436" - ] - }, - "https://ror.org/05a353079": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03egrq064", - "https://ror.org/022vd9g66", - "https://ror.org/024009532", - "https://ror.org/00vqmez57", - "https://ror.org/05d9rr978", - "https://ror.org/03kwyfa97", - "https://ror.org/03grgv984", - "https://ror.org/03ts7z477" - ] - }, - "https://ror.org/03ngg2631": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00wm96095", - "https://ror.org/03sc9rz48", - "https://ror.org/053fj3b72", - "https://ror.org/03e92b619", - "https://ror.org/00yjcvf23", - "https://ror.org/013dvfk22", - "https://ror.org/05jsss136", - "https://ror.org/05dhs6t85", - "https://ror.org/03zj4hg45", - "https://ror.org/04crchr76", - "https://ror.org/040xkwz97", - "https://ror.org/038m16120", - "https://ror.org/029jy4332", - "https://ror.org/05damwn69", - "https://ror.org/035k4m812", - "https://ror.org/05t8w9f79" - ] - }, - "https://ror.org/04mq2g308": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04fawj142" - ] - }, - "https://ror.org/02der9h97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ksx6c70" - ] - }, - "https://ror.org/04fysrj11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00vzebw12" - ] - }, - "https://ror.org/012kqkf58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054gdnq27", - "https://ror.org/034nkkr84", - "https://ror.org/02pnjnj33" - ] - }, - "https://ror.org/035x96431": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02hcn4061" - ] - }, - "https://ror.org/01p3rp369": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044khe761", - "https://ror.org/02r3ebk48", - "https://ror.org/03b1fmh33" - ] - }, - "https://ror.org/05qj6w324": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ncnzm65", - "https://ror.org/00bb4nn95" - ] - }, - "https://ror.org/01hcx6992": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0086bb350", - "https://ror.org/01j818n92" - ] - }, - "https://ror.org/03tm6pb36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03rs7bk48" - ] - }, - "https://ror.org/000xab928": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/029me2p54" - ] - }, - "https://ror.org/02wq41p38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0099j7t54" - ] - }, - "https://ror.org/0172v8z89": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017rnyz40", - "https://ror.org/00g8rx069", - "https://ror.org/00dfd1509", - "https://ror.org/04xp49e10", - "https://ror.org/01wp0c315", - "https://ror.org/025er3q23", - "https://ror.org/05m1fqs56", - "https://ror.org/0157t2j08", - "https://ror.org/018sx6595", - "https://ror.org/007xqmx73", - "https://ror.org/04wz9m339", - "https://ror.org/03jqm0b89", - "https://ror.org/050sat078", - "https://ror.org/03cv31q28", - "https://ror.org/028cef883", - "https://ror.org/04n9van71", - "https://ror.org/027mnq498", - "https://ror.org/00a5z9122", - "https://ror.org/04andmq85", - "https://ror.org/02s6m8n84", - "https://ror.org/01cw28e72", - "https://ror.org/00yzbmy59", - "https://ror.org/011gea244", - "https://ror.org/01dqmj897", - "https://ror.org/04pfm5x27", - "https://ror.org/01dn7gg32", - "https://ror.org/01ja5aj48", - "https://ror.org/02wgtm643", - "https://ror.org/05wy2cj05", - "https://ror.org/048289s82", - "https://ror.org/04n9eyw42", - "https://ror.org/05q3pap39", - "https://ror.org/05j8sgr10", - "https://ror.org/04gf9wd48", - "https://ror.org/025xvn046", - "https://ror.org/04k0drf78", - "https://ror.org/011hdpx94", - "https://ror.org/05hz99a17", - "https://ror.org/02wrd4e19", - "https://ror.org/050a1gn71", - "https://ror.org/00t3njy04", - "https://ror.org/00604k137", - "https://ror.org/00ej51688", - "https://ror.org/04qkhgw46", - "https://ror.org/05k0nvr25", - "https://ror.org/01kvhwz50", - "https://ror.org/02fsd1928", - "https://ror.org/04f5ctv63", - "https://ror.org/00zbzej19", - "https://ror.org/05q3vnk25", - "https://ror.org/00zmdjj30", - "https://ror.org/008bf9746", - "https://ror.org/022psxk94", - "https://ror.org/04ahb2147", - "https://ror.org/02t9nm044", - "https://ror.org/026t9b832", - "https://ror.org/04gxn9h90", - "https://ror.org/03kcgdd35", - "https://ror.org/03hv4y553", - "https://ror.org/055pd2p26", - "https://ror.org/037y9hb39", - "https://ror.org/03m8r7k33", - "https://ror.org/0449rap84", - "https://ror.org/011mac819", - "https://ror.org/04wsqd844", - "https://ror.org/04zx93s85", - "https://ror.org/051dhry29", - "https://ror.org/0060wr328", - "https://ror.org/016dc4c80", - "https://ror.org/04ahza989", - "https://ror.org/01cw28e72", - "https://ror.org/054v0s666", - "https://ror.org/01ja5aj48", - "https://ror.org/02wgtm643", - "https://ror.org/03r0cdk24", - "https://ror.org/01w1erp60", - "https://ror.org/00tjzq647", - "https://ror.org/04rdbcq08", - "https://ror.org/037eda396", - "https://ror.org/01sjmsj73", - "https://ror.org/01tp1c480", - "https://ror.org/020nks034", - "https://ror.org/03pnk9016", - "https://ror.org/008rywf59", - "https://ror.org/01225hq90", - "https://ror.org/05h7ddb14", - "https://ror.org/02banhz78", - "https://ror.org/0508wny29", - "https://ror.org/04pfr1b11", - "https://ror.org/00b80ez59", - "https://ror.org/05xtktk35", - "https://ror.org/020g0rw41", - "https://ror.org/01h4rra97", - "https://ror.org/05k0qmv73", - "https://ror.org/00f945z63", - "https://ror.org/05kf9jb93", - "https://ror.org/051ykjw41", - "https://ror.org/044vzpb64", - "https://ror.org/015q23935", - "https://ror.org/01j4h9t83", - "https://ror.org/00bnthp71", - "https://ror.org/03xx98n35", - "https://ror.org/032qezt74", - "https://ror.org/02qprbz18", - "https://ror.org/01cah1n37", - "https://ror.org/01cf2sz15", - "https://ror.org/02s56xp85", - "https://ror.org/01wwcfa26", - "https://ror.org/05abgg682", - "https://ror.org/003n95695", - "https://ror.org/02vnq7240", - "https://ror.org/05j3atf73", - "https://ror.org/05h929866", - "https://ror.org/02chvqy57", - "https://ror.org/00aycez97", - "https://ror.org/03rtw5049", - "https://ror.org/00357kh21", - "https://ror.org/049dk3691", - "https://ror.org/0409c3995", - "https://ror.org/05258q350", - "https://ror.org/00rd22143", - "https://ror.org/03p7xrr08", - "https://ror.org/017qtjx43", - "https://ror.org/002yg6s88", - "https://ror.org/05fnxds15", - "https://ror.org/002v3cy83", - "https://ror.org/04ej53908", - "https://ror.org/053kxkj53", - "https://ror.org/05kxt4539", - "https://ror.org/011abem59", - "https://ror.org/05deqk823", - "https://ror.org/01nfvkq89", - "https://ror.org/00mryrd39", - "https://ror.org/02844qe97", - "https://ror.org/00cesps27", - "https://ror.org/01z485314", - "https://ror.org/014sj8802", - "https://ror.org/023h4a821", - "https://ror.org/001j26r80", - "https://ror.org/05ye29x39", - "https://ror.org/00waz9262", - "https://ror.org/047rqcm40", - "https://ror.org/04gpe6h67", - "https://ror.org/04fgntk96", - "https://ror.org/01365h357", - "https://ror.org/05y5s3h28", - "https://ror.org/05mv3tj33", - "https://ror.org/05s6hm275", - "https://ror.org/01pa4h393", - "https://ror.org/0585hkk81", - "https://ror.org/01hg13988", - "https://ror.org/02q398w70", - "https://ror.org/015jj1011", - "https://ror.org/05kqgwz20", - "https://ror.org/008p7mq56", - "https://ror.org/04av83c71", - "https://ror.org/01gtjxz83", - "https://ror.org/05258q350", - "https://ror.org/01pa4h393", - "https://ror.org/03r5d5c48", - "https://ror.org/0518tra10", - "https://ror.org/011xg1225", - "https://ror.org/03vte9x46", - "https://ror.org/03v2c3v44", - "https://ror.org/03wsemq03", - "https://ror.org/01kcrnc96" - ] - }, - "https://ror.org/05tf9r976": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0585bz443", - "https://ror.org/04fxmcy40", - "https://ror.org/051exe838", - "https://ror.org/04f13ze88", - "https://ror.org/05gzn8n94", - "https://ror.org/02n6w8087" - ] - }, - "https://ror.org/039bhhz46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0335qtz31", - "https://ror.org/034sakr12", - "https://ror.org/02z9t1k38", - "https://ror.org/02p6gmn22", - "https://ror.org/000mgxg22", - "https://ror.org/01zxe8n50", - "https://ror.org/03g0mt494", - "https://ror.org/014h2x849" - ] - }, - "https://ror.org/03qw6qj17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04j6ccm70" - ] - }, - "https://ror.org/008te1449": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05y5xxp70" - ] - }, - "https://ror.org/01n3s4692": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/034akh239" - ] - }, - "https://ror.org/0470vke61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0203k1k48", - "https://ror.org/0445yn719", - "https://ror.org/00vfjqp82", - "https://ror.org/041twcm28", - "https://ror.org/05gz77z03", - "https://ror.org/02spbd534" - ] - }, - "https://ror.org/039c2j878": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02hcn4061" - ] - }, - "https://ror.org/01pp8nd67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/026t55v35", - "https://ror.org/04z4esw72", - "https://ror.org/00dkkfj04", - "https://ror.org/03c3r2d17", - "https://ror.org/03bey6t10", - "https://ror.org/0112yzy28", - "https://ror.org/00xek3458", - "https://ror.org/0148t1k76", - "https://ror.org/03n1tgd19", - "https://ror.org/03b0ygs43", - "https://ror.org/03y5vsd17", - "https://ror.org/00cz47042", - "https://ror.org/03fvnzx77", - "https://ror.org/009f78a75", - "https://ror.org/017fpfn86", - "https://ror.org/026etfb20", - "https://ror.org/01za3ap29", - "https://ror.org/04kd9w798", - "https://ror.org/03exnf371", - "https://ror.org/04hnzva96", - "https://ror.org/032a13752", - "https://ror.org/031scq885", - "https://ror.org/02xq3c453", - "https://ror.org/05mgwy297", - "https://ror.org/00ga81413", - "https://ror.org/035jbxr46", - "https://ror.org/00whzh260", - "https://ror.org/05s45j557", - "https://ror.org/01ge7v435", - "https://ror.org/007yfgf06", - "https://ror.org/05sffn795", - "https://ror.org/02jq1vf72", - "https://ror.org/02ftc8763", - "https://ror.org/02dzza612", - "https://ror.org/01mcvy510", - "https://ror.org/04mh52z70", - "https://ror.org/05b8c0r92", - "https://ror.org/04kw44c30", - "https://ror.org/02f4ya153", - "https://ror.org/02ftc8763", - "https://ror.org/05s45j557", - "https://ror.org/01ge7v435", - "https://ror.org/007yfgf06", - "https://ror.org/05sffn795", - "https://ror.org/02jq1vf72", - "https://ror.org/02dzza612" - ] - }, - "https://ror.org/05pc6yw33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zemh668" - ] - }, - "https://ror.org/02caz1f24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05m5x8198", - "https://ror.org/03hvdbf98" - ] - }, - "https://ror.org/05fhwtx59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03h7x4635", - "https://ror.org/04zypah04", - "https://ror.org/00kce5954", - "https://ror.org/05p76fn60" - ] - }, - "https://ror.org/00f6f7930": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/050y3ke75" - ] - }, - "https://ror.org/05mnej980": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02nf9ds89" - ] - }, - "https://ror.org/01k97gp34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01z1qnm06", - "https://ror.org/04s11ea33" - ] - }, - "https://ror.org/016xe6q07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05f0vmf18", - "https://ror.org/05dmq6f22" - ] - }, - "https://ror.org/02mfp0b67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04jmdbw57", - "https://ror.org/02mh1d616" - ] - }, - "https://ror.org/024242h31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ka4wq25" - ] - }, - "https://ror.org/04cq7wg91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02p34hm58" - ] - }, - "https://ror.org/01ynf4891": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/028znnm42" - ] - }, - "https://ror.org/00w7bj245": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ekbxr47", - "https://ror.org/02nxphm19" - ] - }, - "https://ror.org/03fyevk41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ad08x68" - ] - }, - "https://ror.org/02v51f717": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00s1sz824", - "https://ror.org/05kje8j93", - "https://ror.org/03jn38r85", - "https://ror.org/00sz56h79", - "https://ror.org/02zwg8g81", - "https://ror.org/021s6g098", - "https://ror.org/04vgnd506", - "https://ror.org/049mqh532", - "https://ror.org/05xbqrp21", - "https://ror.org/03mq8q210", - "https://ror.org/007nf8q70", - "https://ror.org/04km98768", - "https://ror.org/00tp8bz22", - "https://ror.org/03dz8mb53" - ] - }, - "https://ror.org/003hb2249": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05y8p4437" - ] - }, - "https://ror.org/050qj5m48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01adr0w49", - "https://ror.org/04625j688", - "https://ror.org/041gqhg24", - "https://ror.org/00ydm0027", - "https://ror.org/038s91v75", - "https://ror.org/00e9xa106", - "https://ror.org/00nk17n43", - "https://ror.org/03ke6tv85", - "https://ror.org/04g3ykc66", - "https://ror.org/03q3mt530", - "https://ror.org/02xa99s59" - ] - }, - "https://ror.org/00ayhx656": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qz7fr76" - ] - }, - "https://ror.org/01yqg2h08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03zxdkx17", - "https://ror.org/015m77g16", - "https://ror.org/05s6mpv98" - ] - }, - "https://ror.org/01p93h210": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03yg7hz06" - ] - }, - "https://ror.org/018906e22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047afsm11", - "https://ror.org/03r4m3349", - "https://ror.org/0585v6057", - "https://ror.org/00hjpwn75", - "https://ror.org/004c11w41", - "https://ror.org/02ac58f22" - ] - }, - "https://ror.org/03yghzc09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00rbqbc98", - "https://ror.org/00vbzva31" - ] - }, - "https://ror.org/04qr3zq92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01t9yse95" - ] - }, - "https://ror.org/02xe5ns62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02gwsx029", - "https://ror.org/04x2nq985" - ] - }, - "https://ror.org/04gcegc37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02q1jkh03", - "https://ror.org/04sg95s75" - ] - }, - "https://ror.org/059yhyy33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/034gcgw60" - ] - }, - "https://ror.org/02495e989": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ygek028" - ] - }, - "https://ror.org/026k5mg93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05eev2q71" - ] - }, - "https://ror.org/044j76961": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/030ykd126" - ] - }, - "https://ror.org/0220qvk04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ttadj76", - "https://ror.org/01m3vks35", - "https://ror.org/031z5jh56", - "https://ror.org/02hphne60", - "https://ror.org/04t3q5q03", - "https://ror.org/03dz8mb53", - "https://ror.org/04m0qde81" - ] - }, - "https://ror.org/00c4e7y75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03xnmzw54" - ] - }, - "https://ror.org/05trd4x28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04kcgyj43", - "https://ror.org/00nhs3j29" - ] - }, - "https://ror.org/023rhb549": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05qwajj55", - "https://ror.org/00725gb29", - "https://ror.org/054scg060" - ] - }, - "https://ror.org/05t8bcz72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03xw5ev35", - "https://ror.org/00zmnkx60" - ] - }, - "https://ror.org/04a1a1e81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01c4rxk68" - ] - }, - "https://ror.org/033vjfk17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04sr5ys16", - "https://ror.org/01z3jn402", - "https://ror.org/037am2x18", - "https://ror.org/05sqd2v93" - ] - }, - "https://ror.org/056d84691": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01pgex273", - "https://ror.org/03j0jxk49", - "https://ror.org/00dgqhm63" - ] - }, - "https://ror.org/02f40zc51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04rxrdv16", - "https://ror.org/0131vfw26", - "https://ror.org/055cmx385", - "https://ror.org/03em6xj44", - "https://ror.org/03fwfk305", - "https://ror.org/043vr8e29", - "https://ror.org/00gjnn020", - "https://ror.org/00xnj6419", - "https://ror.org/03em6xj44" - ] - }, - "https://ror.org/02btqjz37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049513r96" - ] - }, - "https://ror.org/015jmes13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00qkgfc37" - ] - }, - "https://ror.org/01mkqqe32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/036xfaa94", - "https://ror.org/050fgfc71" - ] - }, - "https://ror.org/02ypw0a72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03011gg73", - "https://ror.org/0266kfd37" - ] - }, - "https://ror.org/052rphn09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02n2yp822", - "https://ror.org/05298h560", - "https://ror.org/03e5bsk66", - "https://ror.org/02tf48g55", - "https://ror.org/02a3mhk13", - "https://ror.org/00srf2p02", - "https://ror.org/01gzszr18", - "https://ror.org/00ve2vg23" - ] - }, - "https://ror.org/023hj5876": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00adjwa30", - "https://ror.org/013x79k46", - "https://ror.org/00b6h0x02", - "https://ror.org/03j33bp92", - "https://ror.org/04ccm0n64" - ] - }, - "https://ror.org/01kj4z117": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0478phh31" - ] - }, - "https://ror.org/052g8jq94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04tz2h245", - "https://ror.org/00k1qja49" - ] - }, - "https://ror.org/02nwg5t34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020jfw620" - ] - }, - "https://ror.org/042v6xz23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zgj7914" - ] - }, - "https://ror.org/04h699437": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05xqxa525", - "https://ror.org/0323snh42" - ] - }, - "https://ror.org/05v9jqt67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049r5zb56" - ] - }, - "https://ror.org/036b2ww28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04nrv3s86" - ] - }, - "https://ror.org/027065c48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05wmvjv50" - ] - }, - "https://ror.org/0040axw97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mk53y73" - ] - }, - "https://ror.org/02c9qn167": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049r5zb56" - ] - }, - "https://ror.org/05v62cm79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047d2d387" - ] - }, - "https://ror.org/010kva064": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01d181m24" - ] - }, - "https://ror.org/02kn6nx58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bbyax37", - "https://ror.org/007xn7v02" - ] - }, - "https://ror.org/035psfh38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/048nswj43" - ] - }, - "https://ror.org/025wzwv46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00hv6g197" - ] - }, - "https://ror.org/045ntgf29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01g9vbr38", - "https://ror.org/02mfxdp77", - "https://ror.org/04eqy7d03", - "https://ror.org/003jx1781", - "https://ror.org/03y1zyv86", - "https://ror.org/045zgf584", - "https://ror.org/00a6cxf28", - "https://ror.org/02bmcqd02" - ] - }, - "https://ror.org/017d8gk22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02wjh7838" - ] - }, - "https://ror.org/03y3e3s17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/035z18f46" - ] - }, - "https://ror.org/00vya8493": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007c88108" - ] - }, - "https://ror.org/021036w13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05198a862", - "https://ror.org/00adjwa30" - ] - }, - "https://ror.org/01sfm2718": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01as92r37" - ] - }, - "https://ror.org/003xyzq10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055akgr63" - ] - }, - "https://ror.org/043atn006": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03k3rfc04", - "https://ror.org/00pn5nj90" - ] - }, - "https://ror.org/00m7gmp97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05t365n53", - "https://ror.org/01myxx963" - ] - }, - "https://ror.org/00wk2mp56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017r4dj03", - "https://ror.org/0009eea46" - ] - }, - "https://ror.org/04facbs33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0595ys057" - ] - }, - "https://ror.org/04qtj9h94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020hmha06", - "https://ror.org/01cyz3n15" - ] - }, - "https://ror.org/02tyrky19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01c4rxk68" - ] - }, - "https://ror.org/02erqft81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qrhd488" - ] - }, - "https://ror.org/02z749649": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01v5e3436" - ] - }, - "https://ror.org/04wncat98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047939x15" - ] - }, - "https://ror.org/02egmk993": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01pvjzw40", - "https://ror.org/01f29ny64" - ] - }, - "https://ror.org/059gcgy73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00cagf561" - ] - }, - "https://ror.org/03c36x865": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01d181m24" - ] - }, - "https://ror.org/02qrg5a24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05362bq16", - "https://ror.org/05s86pb97" - ] - }, - "https://ror.org/03sptdk90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/034td6c88" - ] - }, - "https://ror.org/03qbxj466": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00v97ad02", - "https://ror.org/05msxaq47", - "https://ror.org/01n51v443", - "https://ror.org/01cx85066" - ] - }, - "https://ror.org/02qtvee93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/001zdzp98" - ] - }, - "https://ror.org/0002cnv45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/038sy2k93" - ] - }, - "https://ror.org/02n96ep67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05w553v73", - "https://ror.org/04d0j0m16" - ] - }, - "https://ror.org/05h33bt13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03va7tm69" - ] - }, - "https://ror.org/02zx40v98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02s3xwp33" - ] - }, - "https://ror.org/0530pts50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04jnpk588", - "https://ror.org/020bzb737", - "https://ror.org/02gxm3r19", - "https://ror.org/03d61dw70" - ] - }, - "https://ror.org/00hn7w693": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/023as1815", - "https://ror.org/01yymex05" - ] - }, - "https://ror.org/0190ak572": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037tm7f56", - "https://ror.org/00e5k0821", - "https://ror.org/02pthyn77", - "https://ror.org/05mq03431", - "https://ror.org/01rz15025", - "https://ror.org/02vpsdb40" - ] - }, - "https://ror.org/01462r250": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/021p56f43" - ] - }, - "https://ror.org/03zttf063": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wp2jz98" - ] - }, - "https://ror.org/00tx98v53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jca6281" - ] - }, - "https://ror.org/01v5cv687": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01m870m49" - ] - }, - "https://ror.org/023zg8w32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03pnk9016", - "https://ror.org/02cd98b83", - "https://ror.org/026h43663", - "https://ror.org/024mt9310", - "https://ror.org/04ej53908", - "https://ror.org/025esck76", - "https://ror.org/019df2r84", - "https://ror.org/0302qeq32", - "https://ror.org/00ngq1v76" - ] - }, - "https://ror.org/01x6rgt30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02j5n9e16" - ] - }, - "https://ror.org/00afp2z80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00bmzhb16", - "https://ror.org/032v67m28" - ] - }, - "https://ror.org/02s6k3f65": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mrd0686" - ] - }, - "https://ror.org/01z7r7q48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047939x15" - ] - }, - "https://ror.org/02rqsa469": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03y4qb345" - ] - }, - "https://ror.org/02vh8a032": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pcrxq11" - ] - }, - "https://ror.org/03d1maw17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/038bmak92", - "https://ror.org/05ezwr821", - "https://ror.org/05r75w747", - "https://ror.org/055kfjr35", - "https://ror.org/03423gs92", - "https://ror.org/02tk7t045", - "https://ror.org/03sqxae58", - "https://ror.org/032cnwa40", - "https://ror.org/05sad4929", - "https://ror.org/02663r349", - "https://ror.org/04ggpef13" - ] - }, - "https://ror.org/01rxvg760": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ttadj76", - "https://ror.org/05ajv1r64", - "https://ror.org/00073tb80", - "https://ror.org/043ea4m21", - "https://ror.org/04xqp3a64", - "https://ror.org/01v3c6w86", - "https://ror.org/01xnz3256", - "https://ror.org/05ryc2b20", - "https://ror.org/02k59vc26" - ] - }, - "https://ror.org/03aydme10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01sgfhb12" - ] - }, - "https://ror.org/0575yy874": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05fqypv61" - ] - }, - "https://ror.org/02dga6j42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05h9gyn11", - "https://ror.org/00vctdx48" - ] - }, - "https://ror.org/03rc6as71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05pzhab84", - "https://ror.org/00073tb80", - "https://ror.org/03m2x2m55", - "https://ror.org/02r92js74", - "https://ror.org/02bxj9z30" - ] - }, - "https://ror.org/02kqnpp86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055cpj147" - ] - }, - "https://ror.org/05n3dz165": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01x2x1522" - ] - }, - "https://ror.org/022kthw22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00trqv719", - "https://ror.org/02rcfyf15", - "https://ror.org/02rcfyf15", - "https://ror.org/00z9qkg54", - "https://ror.org/0583j8v67" - ] - }, - "https://ror.org/00jzv1t04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04fke6556" - ] - }, - "https://ror.org/036trcv74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045yewh40", - "https://ror.org/01nb01b94" - ] - }, - "https://ror.org/02yxnh564": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03a1zvg88" - ] - }, - "https://ror.org/03czfpz43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qx6zf82", - "https://ror.org/00hr6kp69", - "https://ror.org/02j15s898", - "https://ror.org/01xm4tt59", - "https://ror.org/043s0sy92", - "https://ror.org/034hw7m59", - "https://ror.org/038kr2d80" - ] - }, - "https://ror.org/02m44ak47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04j5n8f24", - "https://ror.org/038szmr31" - ] - }, - "https://ror.org/00hgzve81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/058zxsr17" - ] - }, - "https://ror.org/01vy4gh70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02d5ks197", - "https://ror.org/02sx86615" - ] - }, - "https://ror.org/02hstj355": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03xxxrq06" - ] - }, - "https://ror.org/03bqmcz70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04e0v3f13" - ] - }, - "https://ror.org/009avj582": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002shna07", - "https://ror.org/00d4pqn65" - ] - }, - "https://ror.org/029pk6x14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00vy7ed73", - "https://ror.org/01761e930" - ] - }, - "https://ror.org/02tzt0b78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05hy3q009", - "https://ror.org/04s33wy62" - ] - }, - "https://ror.org/00df5yc52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04t3b2655" - ] - }, - "https://ror.org/03sd35x91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05nzc1r88", - "https://ror.org/00s0wpd42" - ] - }, - "https://ror.org/000vmwg42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/001r1xj25" - ] - }, - "https://ror.org/00h2vm590": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01edhwb26" - ] - }, - "https://ror.org/04z6gwv56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02jq72y97" - ] - }, - "https://ror.org/00kx1jb78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zzmzt85" - ] - }, - "https://ror.org/052w4zt36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00gqmdy63" - ] - }, - "https://ror.org/05wg1m734": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/024pk8k39" - ] - }, - "https://ror.org/04pp8hn57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01yx4wq53", - "https://ror.org/058kzes98" - ] - }, - "https://ror.org/03awzbc87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01h3km103", - "https://ror.org/0380ng272" - ] - }, - "https://ror.org/01yxtfe92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05hz99a17", - "https://ror.org/00genbz89", - "https://ror.org/02wrd4e19" - ] - }, - "https://ror.org/01tmqtf75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03482ps02" - ] - }, - "https://ror.org/05apxxy63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/023dqar74", - "https://ror.org/05k1va520" - ] - }, - "https://ror.org/04vg4w365": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05xqxa525" - ] - }, - "https://ror.org/01j7c0b24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0219djn76" - ] - }, - "https://ror.org/05xvt9f17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04cm10r73", - "https://ror.org/02xmm1048" - ] - }, - "https://ror.org/037b1pp87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00s1sz824" - ] - }, - "https://ror.org/00wygct11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vndcn56" - ] - }, - "https://ror.org/013q1eq08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ttadj76", - "https://ror.org/01zntxs11", - "https://ror.org/01tapk317", - "https://ror.org/00nn53y54", - "https://ror.org/01mamgv83", - "https://ror.org/01n3rg866", - "https://ror.org/03mr7c415", - "https://ror.org/000nbq540" - ] - }, - "https://ror.org/00qqv6244": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0115fxs14" - ] - }, - "https://ror.org/025r5qe02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/014trz974" - ] - }, - "https://ror.org/03qeacd72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0592ata02", - "https://ror.org/01e8etd40", - "https://ror.org/01s6q2813" - ] - }, - "https://ror.org/03t52dk35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/058xdtn86" - ] - }, - "https://ror.org/046dg4z72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052tfzs89" - ] - }, - "https://ror.org/00s7tkw17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02p34hm58" - ] - }, - "https://ror.org/04mkzax54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zgj7914" - ] - }, - "https://ror.org/0102mm775": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04c5jwj47", - "https://ror.org/05r81yb60" - ] - }, - "https://ror.org/02djqfd08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04kvstc88", - "https://ror.org/02kxw0b63" - ] - }, - "https://ror.org/04ps1r162": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qb09m39" - ] - }, - "https://ror.org/01k2y1055": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05c24ew78" - ] - }, - "https://ror.org/01scyh794": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/059nn3902" - ] - }, - "https://ror.org/0265d1010": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/057ckzt47", - "https://ror.org/050agvb10" - ] - }, - "https://ror.org/04tf6q291": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02bqzgt47" - ] - }, - "https://ror.org/05vghhr25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00vy7ed73", - "https://ror.org/01761e930", - "https://ror.org/02kjggt26" - ] - }, - "https://ror.org/02z43xh36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0085hfg56" - ] - }, - "https://ror.org/02ws1xc11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03xw5ev35" - ] - }, - "https://ror.org/03fe7t173": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05njhbf68", - "https://ror.org/03deb8c89" - ] - }, - "https://ror.org/04xysgw12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02gntzb40" - ] - }, - "https://ror.org/05s92vm98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00kysqk08" - ] - }, - "https://ror.org/02gdzyx04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010tw2j24" - ] - }, - "https://ror.org/020hwjq30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05kph4940", - "https://ror.org/01x2x1522" - ] - }, - "https://ror.org/03z9tma90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01h4kpz66" - ] - }, - "https://ror.org/012wxa772": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xse0b92" - ] - }, - "https://ror.org/03f8bz564": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ve2vg23" - ] - }, - "https://ror.org/03q8dnn23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00qfke340", - "https://ror.org/03w60rc21" - ] - }, - "https://ror.org/05td3s095": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04s23hc51" - ] - }, - "https://ror.org/03hbp5t65": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05b1jpg49" - ] - }, - "https://ror.org/01gw3d370": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qt18q04", - "https://ror.org/01nbs8061", - "https://ror.org/0579c5n38", - "https://ror.org/03eqyg336", - "https://ror.org/046jmn968" - ] - }, - "https://ror.org/04p9k2z50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02d9gec76", - "https://ror.org/04y3yya25", - "https://ror.org/03vht8z34" - ] - }, - "https://ror.org/00vasag41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/034w84t89" - ] - }, - "https://ror.org/03dmz0111": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02e6sh902" - ] - }, - "https://ror.org/00j62qv07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00q1c3610", - "https://ror.org/02z85gz67" - ] - }, - "https://ror.org/04zjtrb98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010ww9x09" - ] - }, - "https://ror.org/01qhqcj41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04damed73", - "https://ror.org/03hxp6v65", - "https://ror.org/01waxag60" - ] - }, - "https://ror.org/02s08xt61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04mzgvt54" - ] - }, - "https://ror.org/00py6z575": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05szy4c49", - "https://ror.org/014m3pp97", - "https://ror.org/01kqyam71" - ] - }, - "https://ror.org/01m8p7q42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vdh2x09" - ] - }, - "https://ror.org/00xp9wg62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0387aje64" - ] - }, - "https://ror.org/04jx68594": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05vjdsn22" - ] - }, - "https://ror.org/006gksa02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03xw5ev35", - "https://ror.org/02cp22d42" - ] - }, - "https://ror.org/01xt1w755": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02hsggv49", - "https://ror.org/00n9p1n72", - "https://ror.org/05rxnta87" - ] - }, - "https://ror.org/01vyrm377": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02hqczw19" - ] - }, - "https://ror.org/00wjc7c48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047sn6763", - "https://ror.org/0198xy071" - ] - }, - "https://ror.org/05r78ng12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03xw5ev35", - "https://ror.org/0140hpe71" - ] - }, - "https://ror.org/015m2p889": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051wgfj58" - ] - }, - "https://ror.org/01apwkd48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00y3jmn59" - ] - }, - "https://ror.org/00mcjh785": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0331wa828", - "https://ror.org/02x1xke62", - "https://ror.org/04em2sh18" - ] - }, - "https://ror.org/012a77v79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/048555y32" - ] - }, - "https://ror.org/005781934": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05nf32076" - ] - }, - "https://ror.org/02rsjh069": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02yn1ge31", - "https://ror.org/036nxkh98" - ] - }, - "https://ror.org/01y0j0j86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/024dcqa50" - ] - }, - "https://ror.org/02zbb2597": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dfpj523" - ] - }, - "https://ror.org/03z77qz90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04mc23283", - "https://ror.org/049h10h83" - ] - }, - "https://ror.org/04qr5t414": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02g5psh91", - "https://ror.org/045hfth47" - ] - }, - "https://ror.org/043nxc105": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01a631g06", - "https://ror.org/017xch102", - "https://ror.org/05jw4kp39" - ] - }, - "https://ror.org/05pejbw21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03s7w3c34" - ] - }, - "https://ror.org/01y1kjr75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0225a5s12", - "https://ror.org/032p70522", - "https://ror.org/027j6ra75" - ] - }, - "https://ror.org/01dtyv127": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0455ha759", - "https://ror.org/04cf4ba49", - "https://ror.org/04c3dhk56", - "https://ror.org/02076gf69", - "https://ror.org/00363z010", - "https://ror.org/04gs6xd08", - "https://ror.org/02cnrsw88", - "https://ror.org/011dagb24" - ] - }, - "https://ror.org/03yxnpp24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054vff263", - "https://ror.org/031zwx660", - "https://ror.org/00rafd796", - "https://ror.org/00r1wwd23", - "https://ror.org/03xw5ev35", - "https://ror.org/01mqtzm43", - "https://ror.org/03nb7bx92", - "https://ror.org/00hsc2364", - "https://ror.org/03xw5ev35" - ] - }, - "https://ror.org/04w9fbh59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02v9wg343", - "https://ror.org/00qtv5q45" - ] - }, - "https://ror.org/00g0p6g84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01edhwb26", - "https://ror.org/00nm7mw87" - ] - }, - "https://ror.org/01xt2dr21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/041818q22", - "https://ror.org/02ywpz459" - ] - }, - "https://ror.org/02jqj7156": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037130043", - "https://ror.org/04smycn12" - ] - }, - "https://ror.org/02ke8fw32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04axhqr63" - ] - }, - "https://ror.org/01r9htc13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/040w2dm02", - "https://ror.org/013ww9721" - ] - }, - "https://ror.org/02txfnf15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00g51hv48" - ] - }, - "https://ror.org/023b72294": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/053a8fn46", - "https://ror.org/003hwx626" - ] - }, - "https://ror.org/02956yf07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04br41767" - ] - }, - "https://ror.org/038jp4m40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03znpfq81", - "https://ror.org/00rhzk043", - "https://ror.org/022j9ve58", - "https://ror.org/00tq5n859", - "https://ror.org/0396t6k89" - ] - }, - "https://ror.org/02e2c7k09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wf30j82", - "https://ror.org/02hrx0m28" - ] - }, - "https://ror.org/019wvm592": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05sh7tb37", - "https://ror.org/01a1mq059", - "https://ror.org/006a4jj40", - "https://ror.org/00qtfgg81", - "https://ror.org/024jkkf40", - "https://ror.org/01s5nqv53" - ] - }, - "https://ror.org/01wd4xt90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/012wsxz85" - ] - }, - "https://ror.org/018rbtf37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00y9yvy68" - ] - }, - "https://ror.org/0553yr311": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01rm2sw78" - ] - }, - "https://ror.org/03wb8xz10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03a84yw54", - "https://ror.org/059fn5f50", - "https://ror.org/03c2k2909", - "https://ror.org/039p01270", - "https://ror.org/049yaph28", - "https://ror.org/04pq5sx96", - "https://ror.org/00vng3v16", - "https://ror.org/00nbx9b54", - "https://ror.org/01w1erp60", - "https://ror.org/02eyeq397" - ] - }, - "https://ror.org/03xk4a758": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/039baqv34" - ] - }, - "https://ror.org/02k5swt12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00kmde975" - ] - }, - "https://ror.org/00fhc9y79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03adm0793" - ] - }, - "https://ror.org/04emwm605": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/006sbr164", - "https://ror.org/00f7vya03", - "https://ror.org/02cs9t297", - "https://ror.org/017056r72", - "https://ror.org/03sss6f31", - "https://ror.org/00nnd3206", - "https://ror.org/031xjr712", - "https://ror.org/00rwwx648", - "https://ror.org/032tp7158", - "https://ror.org/05gey1s27", - "https://ror.org/051w1mx35", - "https://ror.org/03340ra78", - "https://ror.org/00r8j9489", - "https://ror.org/00ysvtr77", - "https://ror.org/02erddr56", - "https://ror.org/05gz77z03", - "https://ror.org/012p54t81", - "https://ror.org/008558y11", - "https://ror.org/0134cjh35", - "https://ror.org/03va80p69", - "https://ror.org/023qkzz98", - "https://ror.org/02spbd534" - ] - }, - "https://ror.org/00nmgny79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0309msh52", - "https://ror.org/01wept116", - "https://ror.org/04y9zrf69", - "https://ror.org/00qay8a95", - "https://ror.org/03tcq6k11", - "https://ror.org/05kkv3f82", - "https://ror.org/021ydgj53", - "https://ror.org/0061vr059", - "https://ror.org/02gfar685", - "https://ror.org/026sbm463", - "https://ror.org/01x706n97", - "https://ror.org/00qh8ef51", - "https://ror.org/005hq2w28", - "https://ror.org/01xexwj76" - ] - }, - "https://ror.org/035srj028": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05nxsdg44" - ] - }, - "https://ror.org/00zd5gr55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00nh9re35" - ] - }, - "https://ror.org/01x441g73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0186z1m53", - "https://ror.org/02w8awt17", - "https://ror.org/04vrqzz54", - "https://ror.org/05vrs3189", - "https://ror.org/04f5rw142", - "https://ror.org/00tt79z10", - "https://ror.org/041yg4h55", - "https://ror.org/02q4res37", - "https://ror.org/03q99v794" - ] - }, - "https://ror.org/010x8gc63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01sjjfh02", - "https://ror.org/04rm7h526" - ] - }, - "https://ror.org/0030ewy42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05nsxg298" - ] - }, - "https://ror.org/03hqan520": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031ggcd89" - ] - }, - "https://ror.org/0420zvk78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0397a5g27" - ] - }, - "https://ror.org/03gnr7b55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04v837171", - "https://ror.org/003g1aw90", - "https://ror.org/04ysg2a58", - "https://ror.org/014nzh720", - "https://ror.org/05qq96959", - "https://ror.org/059fn5f50", - "https://ror.org/008rwh029", - "https://ror.org/03x30hb31", - "https://ror.org/00cqpd580", - "https://ror.org/049kkt456", - "https://ror.org/013q33h79", - "https://ror.org/003n95695", - "https://ror.org/04g1hjn96", - "https://ror.org/01kxesq83", - "https://ror.org/007hrfm61", - "https://ror.org/02snf8m58", - "https://ror.org/021fdyt09", - "https://ror.org/05vb5nm66", - "https://ror.org/05ngxmx20", - "https://ror.org/00qxv3c44", - "https://ror.org/03nh7d505", - "https://ror.org/01jq57122", - "https://ror.org/02wgtm643", - "https://ror.org/03237mt20", - "https://ror.org/05sat2s07", - "https://ror.org/059ynac98", - "https://ror.org/03mcrfa90", - "https://ror.org/00b1crx81", - "https://ror.org/05ef4v550", - "https://ror.org/05481me13", - "https://ror.org/0009eec40", - "https://ror.org/0290yjn87", - "https://ror.org/05w4vzs78", - "https://ror.org/01cqd9q31", - "https://ror.org/04fgntk96", - "https://ror.org/04m69ya83", - "https://ror.org/04k51bq24", - "https://ror.org/00z2bca79", - "https://ror.org/01165k395", - "https://ror.org/018dfmm35", - "https://ror.org/04q2ax456", - "https://ror.org/05601z471", - "https://ror.org/013m8h627", - "https://ror.org/02tg88m31", - "https://ror.org/008qsjm14", - "https://ror.org/0269yh980", - "https://ror.org/02mhxg157", - "https://ror.org/058qdtv35", - "https://ror.org/01kbkse74", - "https://ror.org/04fm0sh33", - "https://ror.org/02w0vb190", - "https://ror.org/03p6ach34", - "https://ror.org/04r5nwv94", - "https://ror.org/03wt8n129", - "https://ror.org/01gamk045", - "https://ror.org/057axh226", - "https://ror.org/01w1erp60", - "https://ror.org/04fgntk96", - "https://ror.org/02mhxg157", - "https://ror.org/05hz99a17", - "https://ror.org/05hz99a17", - "https://ror.org/03p6ach34", - "https://ror.org/00avz5239" - ] - }, - "https://ror.org/01fem2359": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03egztz04" - ] - }, - "https://ror.org/01866ja76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02he3zy15" - ] - }, - "https://ror.org/02wwrqj12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049kncf73", - "https://ror.org/02a0c6v45" - ] - }, - "https://ror.org/022efad20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zp4f313" - ] - }, - "https://ror.org/04gnjpq42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01927vf62" - ] - }, - "https://ror.org/02a2kzf50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/041gvmd67" - ] - }, - "https://ror.org/02jjdwm75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00c5kmy11" - ] - }, - "https://ror.org/01r7awg59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04frvgs13", - "https://ror.org/04zsyxa30", - "https://ror.org/02stdqb15" - ] - }, - "https://ror.org/03vn0fp34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01r7qvp68", - "https://ror.org/038kghk15" - ] - }, - "https://ror.org/05p85rs79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/035cp7g76" - ] - }, - "https://ror.org/01876xy81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01chn8516" - ] - }, - "https://ror.org/005y2ap84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03nqvpf75", - "https://ror.org/02w8awt17" - ] - }, - "https://ror.org/02pns0q27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054bqyk98" - ] - }, - "https://ror.org/03gcbhc33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011xg5j78" - ] - }, - "https://ror.org/033hgcp80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wcbtz60" - ] - }, - "https://ror.org/034s44556": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04frnva71", - "https://ror.org/02cy4j108", - "https://ror.org/000fg4e24", - "https://ror.org/01tqb7m13" - ] - }, - "https://ror.org/047hdnt12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03thkvp68" - ] - }, - "https://ror.org/00r4sry34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/009axtj18", - "https://ror.org/01byxf044" - ] - }, - "https://ror.org/01cbtr271": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03kfjwy31", - "https://ror.org/00gj33s30", - "https://ror.org/04jsk0b74", - "https://ror.org/0028p8r67", - "https://ror.org/026m44z54", - "https://ror.org/02f6tst70" - ] - }, - "https://ror.org/005ta0471": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02wdzfm91", - "https://ror.org/030ws5c69", - "https://ror.org/02s8k0k61", - "https://ror.org/043qcb444", - "https://ror.org/022hq6c49", - "https://ror.org/04j0x0h93", - "https://ror.org/03paz5966", - "https://ror.org/02pq29p90", - "https://ror.org/00zs3y046", - "https://ror.org/02vv5y108", - "https://ror.org/02v89pq06", - "https://ror.org/00qrf6g60", - "https://ror.org/04w4m6z96", - "https://ror.org/03xejxm22", - "https://ror.org/015kcdd40", - "https://ror.org/00z34yn88", - "https://ror.org/01st30669", - "https://ror.org/05478fx36", - "https://ror.org/05symbg58", - "https://ror.org/05eva6s33", - "https://ror.org/025rrx658", - "https://ror.org/009wnjh50", - "https://ror.org/01vj6ck58", - "https://ror.org/05j3snm48", - "https://ror.org/02k1zhm92", - "https://ror.org/025e3ct30", - "https://ror.org/001d5wc61", - "https://ror.org/049jf1a25", - "https://ror.org/00nhs3j29", - "https://ror.org/01wp2jz98", - "https://ror.org/039epzh36", - "https://ror.org/04834zz12", - "https://ror.org/01jkemy20", - "https://ror.org/05etrbr47", - "https://ror.org/05s4gph86", - "https://ror.org/04fnmyb71", - "https://ror.org/043kfae87", - "https://ror.org/0479kf329", - "https://ror.org/04m8t3f14", - "https://ror.org/039epzh36" - ] - }, - "https://ror.org/005p9kw61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jvn6d28" - ] - }, - "https://ror.org/04vrgjp38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04xjvsa73", - "https://ror.org/03cfha585" - ] - }, - "https://ror.org/01fvbaw18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03kjyy960", - "https://ror.org/03fwfk305" - ] - }, - "https://ror.org/02emftt08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05x8v1903" - ] - }, - "https://ror.org/01537wn74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011kr2t58", - "https://ror.org/05n7q5q24", - "https://ror.org/050q16438", - "https://ror.org/000tce348", - "https://ror.org/05fe24682", - "https://ror.org/021ctjg87", - "https://ror.org/00a50j303", - "https://ror.org/05waxv440", - "https://ror.org/011y8np74" - ] - }, - "https://ror.org/04c4bm785": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/040y9br29", - "https://ror.org/04xsxqp89", - "https://ror.org/02n2syw04", - "https://ror.org/037wny167", - "https://ror.org/02g43d244", - "https://ror.org/01tapgj66", - "https://ror.org/03pxz9p87", - "https://ror.org/01a0ymj74", - "https://ror.org/01jxjwb74", - "https://ror.org/03gvhpa76", - "https://ror.org/002vr4d22", - "https://ror.org/05asvgp75", - "https://ror.org/0593p4448", - "https://ror.org/04vpcaw67", - "https://ror.org/04bd4pk40", - "https://ror.org/00va88c89", - "https://ror.org/01a15g348", - "https://ror.org/02qk18s08", - "https://ror.org/05920yd65", - "https://ror.org/04d4vcg59", - "https://ror.org/055w89263", - "https://ror.org/01yab1r94", - "https://ror.org/05a2xtt59", - "https://ror.org/048es2e39", - "https://ror.org/02qxryv39", - "https://ror.org/03kss9p24", - "https://ror.org/00ac63h31", - "https://ror.org/00dvtcv48", - "https://ror.org/05cam4g78", - "https://ror.org/0556kt608" - ] - }, - "https://ror.org/05ww3wq27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02pkvpx84" - ] - }, - "https://ror.org/05c99rg80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02b28ye70" - ] - }, - "https://ror.org/0376rfz34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ry2dq39" - ] - }, - "https://ror.org/05ggc9x40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/053p8kg34", - "https://ror.org/01ea4na26", - "https://ror.org/04c3cen15", - "https://ror.org/02s56xp85", - "https://ror.org/02k8f5n40", - "https://ror.org/046cjf283", - "https://ror.org/04rrzfd14", - "https://ror.org/017x69387", - "https://ror.org/054v0s666", - "https://ror.org/041dsyz88", - "https://ror.org/0581g8849", - "https://ror.org/02f9r3321", - "https://ror.org/02nqy7n35", - "https://ror.org/04k031t90", - "https://ror.org/0546daj73", - "https://ror.org/0389fzc60", - "https://ror.org/01htygx54", - "https://ror.org/03zffa955", - "https://ror.org/03ssp8273", - "https://ror.org/03e6bgb38", - "https://ror.org/00w0hef10", - "https://ror.org/04v85vk04", - "https://ror.org/03ha87a98", - "https://ror.org/01pjw7y38", - "https://ror.org/05bdn0q71", - "https://ror.org/05dwv1d98", - "https://ror.org/011gnc761", - "https://ror.org/042yv0n82", - "https://ror.org/01mccny28", - "https://ror.org/05f38c676", - "https://ror.org/03f3pbx54", - "https://ror.org/00syfc790", - "https://ror.org/04qe59j94", - "https://ror.org/047egvh76", - "https://ror.org/01bzdp563", - "https://ror.org/05mfwtg94", - "https://ror.org/027364b18", - "https://ror.org/03q7r5x87", - "https://ror.org/001rmv394", - "https://ror.org/0318tzh81", - "https://ror.org/01htygx54", - "https://ror.org/04qe59j94" - ] - }, - "https://ror.org/02yzgww51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01n5jbb65", - "https://ror.org/01hykfk44" - ] - }, - "https://ror.org/05r0ccb59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0256r1e04", - "https://ror.org/01yw97595", - "https://ror.org/02ahzca76", - "https://ror.org/015vtcw98", - "https://ror.org/05pny1q12" - ] - }, - "https://ror.org/020azk594": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052dxv585" - ] - }, - "https://ror.org/00n0s9w57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00b9tfp03", - "https://ror.org/00nc55f03", - "https://ror.org/029s65f92", - "https://ror.org/04196w034", - "https://ror.org/01mke9645", - "https://ror.org/04d0xx942", - "https://ror.org/04c3ged70", - "https://ror.org/024f22429", - "https://ror.org/0413f6k16", - "https://ror.org/00bkc1729", - "https://ror.org/00vwq0k57", - "https://ror.org/04qnpyg73", - "https://ror.org/02j4ss342", - "https://ror.org/0395f2d85", - "https://ror.org/02ddzfk73", - "https://ror.org/041s2dw89", - "https://ror.org/019cxby81", - "https://ror.org/02e38dy05", - "https://ror.org/00gz6rx61", - "https://ror.org/00x0ma614", - "https://ror.org/03j8tnm47", - "https://ror.org/01e49td52", - "https://ror.org/00ge23k91", - "https://ror.org/04n0d8e29", - "https://ror.org/03w24fg09", - "https://ror.org/01dv63r93", - "https://ror.org/03bk74w21", - "https://ror.org/00axehm46", - "https://ror.org/02y7zaj23", - "https://ror.org/02239nd21", - "https://ror.org/0553w5c95", - "https://ror.org/008p1v134", - "https://ror.org/03gpapx10", - "https://ror.org/02q86ra23", - "https://ror.org/01hmd1y41", - "https://ror.org/04w1y7251", - "https://ror.org/01f8vhd41", - "https://ror.org/00nya5t35", - "https://ror.org/03t7a2639" - ] - }, - "https://ror.org/05hnb7x64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05v3w8223", - "https://ror.org/01w1erp60", - "https://ror.org/02t2hg116", - "https://ror.org/020g0rw41" - ] - }, - "https://ror.org/012m9bp23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pptj576" - ] - }, - "https://ror.org/0417ye583": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002nf6q61" - ] - }, - "https://ror.org/04w0b7z78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/034jn5z48" - ] - }, - "https://ror.org/04t2ss102": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0277xgb12" - ] - }, - "https://ror.org/034gcgd08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01th7sf79" - ] - }, - "https://ror.org/05e94g991": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047426m28", - "https://ror.org/02mpq6x41", - "https://ror.org/0126qma51", - "https://ror.org/017mjs592", - "https://ror.org/03r10zj06", - "https://ror.org/01v6d0b34", - "https://ror.org/014nxkk19", - "https://ror.org/02zvy6a06", - "https://ror.org/04krc7206", - "https://ror.org/0438t2p07", - "https://ror.org/00vg14f79", - "https://ror.org/02437s643", - "https://ror.org/02qrdc062", - "https://ror.org/02whst089" - ] - }, - "https://ror.org/026441d17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01f51gm92", - "https://ror.org/00krsne85" - ] - }, - "https://ror.org/001nta019": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00k4e5n71" - ] - }, - "https://ror.org/0526p1y61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/040vxhp34" - ] - }, - "https://ror.org/00ey0ed83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vypmx38", - "https://ror.org/04ka38w49" - ] - }, - "https://ror.org/02na8dn90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05aw6p704" - ] - }, - "https://ror.org/032xfst36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00m4gxn44" - ] - }, - "https://ror.org/02qp25a50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010tw2j24" - ] - }, - "https://ror.org/05eq9h938": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04dgnw967" - ] - }, - "https://ror.org/034yrjf77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ewvzm89", - "https://ror.org/046cwyy43", - "https://ror.org/01w1erp60" - ] - }, - "https://ror.org/02evec030": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0018c4h73" - ] - }, - "https://ror.org/01nvz9x61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051de0s21", - "https://ror.org/02x4grb16" - ] - }, - "https://ror.org/04mz5ra38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003kk8e92", - "https://ror.org/04hbw4m86", - "https://ror.org/01z1qnm06", - "https://ror.org/00e8ed254", - "https://ror.org/03tx9kw79" - ] - }, - "https://ror.org/05ecg5h20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04k0yqc48", - "https://ror.org/00zcy2665" - ] - }, - "https://ror.org/059r3nh67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00vc2nm91", - "https://ror.org/05y6jfx28" - ] - }, - "https://ror.org/027b9qx26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003kk8e92" - ] - }, - "https://ror.org/00waaqh38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0138jhg57", - "https://ror.org/02c6yhw44", - "https://ror.org/003szmg30", - "https://ror.org/05jfbgm49", - "https://ror.org/04qva2324", - "https://ror.org/05kdc4973", - "https://ror.org/023pm6532", - "https://ror.org/01drx8a35", - "https://ror.org/05h7vck49" - ] - }, - "https://ror.org/002hgm057": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0266sez77" - ] - }, - "https://ror.org/05n7v5997": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ar2v535" - ] - }, - "https://ror.org/04f2nsd36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02047t867" - ] - }, - "https://ror.org/03xqtf034": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013rctf62" - ] - }, - "https://ror.org/04qj3gf68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00hbc3482" - ] - }, - "https://ror.org/01cawbq05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02d983k79", - "https://ror.org/03axtnh73", - "https://ror.org/02jv93662", - "https://ror.org/01svaqq28", - "https://ror.org/03ctqg407" - ] - }, - "https://ror.org/045b9pr88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00snfqn58", - "https://ror.org/043ft3840" - ] - }, - "https://ror.org/00874hx02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03102fn17" - ] - }, - "https://ror.org/0420db125": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04er32z07", - "https://ror.org/0263t7p64" - ] - }, - "https://ror.org/044ntvm43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02navrb60", - "https://ror.org/031wwqy14" - ] - }, - "https://ror.org/003rfsp33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00n9sps80" - ] - }, - "https://ror.org/01ckdn478": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0230wyg61" - ] - }, - "https://ror.org/00nk5y742": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00986na66" - ] - }, - "https://ror.org/04m2anh63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054zhq066" - ] - }, - "https://ror.org/05sxbyd35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05gtwra97" - ] - }, - "https://ror.org/00jma8s40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055rh9p75" - ] - }, - "https://ror.org/05k323c76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04sx39q13", - "https://ror.org/0221pcv84" - ] - }, - "https://ror.org/04xe01d27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00rbe2516" - ] - }, - "https://ror.org/05xagc088": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/050reks70", - "https://ror.org/02qzsgg04", - "https://ror.org/049z8cx69" - ] - }, - "https://ror.org/053bp9m60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01rm42p40", - "https://ror.org/03pe5z861" - ] - }, - "https://ror.org/044mkdq33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/050eja791", - "https://ror.org/031yrna52", - "https://ror.org/022194d90", - "https://ror.org/04cjrna85" - ] - }, - "https://ror.org/02msan859": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03v4vk244" - ] - }, - "https://ror.org/040baw385": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ek9wp67", - "https://ror.org/03br1wy20", - "https://ror.org/042h2y225", - "https://ror.org/03zq0xc17", - "https://ror.org/05xr3b330", - "https://ror.org/01vrxpt40", - "https://ror.org/03787ar02" - ] - }, - "https://ror.org/00j5nrv77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05cxx5e41" - ] - }, - "https://ror.org/004fze387": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ys00n93" - ] - }, - "https://ror.org/0069bkg23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/058hsp657" - ] - }, - "https://ror.org/01tezat55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020nbej04" - ] - }, - "https://ror.org/053x9s498": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0018c4h73", - "https://ror.org/04vrqzz54", - "https://ror.org/05bz47575", - "https://ror.org/00m090414", - "https://ror.org/03eq8fa86", - "https://ror.org/00fh1dw28" - ] - }, - "https://ror.org/0079jgp14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055560x25" - ] - }, - "https://ror.org/02ge27m07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/026xpx458" - ] - }, - "https://ror.org/036h8vg94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jsgkx16" - ] - }, - "https://ror.org/04kp2b655": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qz7fr76" - ] - }, - "https://ror.org/0489ggv38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049p9j193" - ] - }, - "https://ror.org/04xaa4j22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03yn94905", - "https://ror.org/00myn0z94", - "https://ror.org/00adwkx90", - "https://ror.org/013q33h79", - "https://ror.org/05y76vp22", - "https://ror.org/03x0g1010", - "https://ror.org/007k1sp19", - "https://ror.org/02v0g3b09", - "https://ror.org/002sjzb46", - "https://ror.org/03p28de55", - "https://ror.org/04abbt041", - "https://ror.org/00q8gze35", - "https://ror.org/0421ngv68", - "https://ror.org/0159yvt51", - "https://ror.org/00xkg0532", - "https://ror.org/03g7tsb60", - "https://ror.org/038mncb54", - "https://ror.org/04xnkqg56", - "https://ror.org/00077hj81", - "https://ror.org/05pj0t051", - "https://ror.org/059z1ye11", - "https://ror.org/03p3amd86", - "https://ror.org/05v2cwj11", - "https://ror.org/05qgc7m36", - "https://ror.org/022jb9a19", - "https://ror.org/035vnpg93", - "https://ror.org/053wq2p27", - "https://ror.org/0194hft57", - "https://ror.org/043ja9593", - "https://ror.org/00rttk466", - "https://ror.org/04qgdxq75", - "https://ror.org/005g9fg60", - "https://ror.org/00hr9sq71" - ] - }, - "https://ror.org/013fsnh78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05p61mv27" - ] - }, - "https://ror.org/01c4pz451": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05v2x6b69", - "https://ror.org/02fvps960", - "https://ror.org/042f28677", - "https://ror.org/02kv1d786", - "https://ror.org/04pgf7495", - "https://ror.org/00mw3br24", - "https://ror.org/02m2rj159", - "https://ror.org/0281zft76", - "https://ror.org/03wcbtz60", - "https://ror.org/04r71qh72", - "https://ror.org/0152k1537", - "https://ror.org/01mp6rr09", - "https://ror.org/04d9kk613", - "https://ror.org/00gdrb321", - "https://ror.org/05508dt35", - "https://ror.org/05g02g987", - "https://ror.org/00mvm1h40", - "https://ror.org/04admxj95", - "https://ror.org/037d7yy80", - "https://ror.org/04cs12z33", - "https://ror.org/002b8we25", - "https://ror.org/01x71m885", - "https://ror.org/05d5m0x38", - "https://ror.org/00spd2n27", - "https://ror.org/01ktv1m31", - "https://ror.org/048m8ny81", - "https://ror.org/002b8we25", - "https://ror.org/00vh46373", - "https://ror.org/05k1tzr49", - "https://ror.org/01w4ywr53", - "https://ror.org/001s04270", - "https://ror.org/028btb530", - "https://ror.org/0430z0381", - "https://ror.org/041xac353", - "https://ror.org/01r2hzx74", - "https://ror.org/04194kr83", - "https://ror.org/01evs8y88", - "https://ror.org/01nspwd23", - "https://ror.org/0235dpm25", - "https://ror.org/03154ek65", - "https://ror.org/034qe8j39", - "https://ror.org/04690an59", - "https://ror.org/02gkw1y06", - "https://ror.org/04xxk1t48" - ] - }, - "https://ror.org/03c4atk17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01dpyn972", - "https://ror.org/05gfswd81", - "https://ror.org/013355g38", - "https://ror.org/02k3baz05" - ] - }, - "https://ror.org/00sh19a92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01a3zyd02", - "https://ror.org/00gkheh82", - "https://ror.org/04fnna213", - "https://ror.org/0410gdv63", - "https://ror.org/017eabx08", - "https://ror.org/04tty5b50" - ] - }, - "https://ror.org/0250ngj72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003g1aw90" - ] - }, - "https://ror.org/05emabm63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/043yx1v14" - ] - }, - "https://ror.org/02ed64f32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00t1kaa78", - "https://ror.org/05fvbww60" - ] - }, - "https://ror.org/03fj96t64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04az3m568" - ] - }, - "https://ror.org/00jtmb277": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020g3wn65", - "https://ror.org/0447ajy94" - ] - }, - "https://ror.org/04pcw1010": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05qkpaf51" - ] - }, - "https://ror.org/043c0p156": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/008pnp284", - "https://ror.org/023qc4a07", - "https://ror.org/04x6kq749", - "https://ror.org/05dq4pp56", - "https://ror.org/05kaxyq51", - "https://ror.org/05he87q93", - "https://ror.org/04z3wz653", - "https://ror.org/05csn2x06", - "https://ror.org/01g25jp36", - "https://ror.org/04kf5kc54", - "https://ror.org/04crnd335", - "https://ror.org/01bdv4312", - "https://ror.org/030a5r161" - ] - }, - "https://ror.org/03sxdvx36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03fpzah45", - "https://ror.org/02vg22c33", - "https://ror.org/04eehbt36", - "https://ror.org/0081xr281", - "https://ror.org/04c0sqe08", - "https://ror.org/01keh0577", - "https://ror.org/0406gha72", - "https://ror.org/04vafwy12" - ] - }, - "https://ror.org/013v7ga69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02w69g525" - ] - }, - "https://ror.org/03nk5kq98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wh7p279" - ] - }, - "https://ror.org/00cmhce21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/026venb53", - "https://ror.org/02rbzf697", - "https://ror.org/038cdme44", - "https://ror.org/0500fyd17", - "https://ror.org/056gzgs71", - "https://ror.org/03jyqk712", - "https://ror.org/000190731", - "https://ror.org/007a2ta87", - "https://ror.org/00z59w514" - ] - }, - "https://ror.org/01460j859": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zdays56", - "https://ror.org/03p80e845", - "https://ror.org/038792a28", - "https://ror.org/02rgtxm82", - "https://ror.org/05859w570", - "https://ror.org/03xwwht98" - ] - }, - "https://ror.org/002t25c44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04yavcg77", - "https://ror.org/018sx6595", - "https://ror.org/04wz9m339", - "https://ror.org/04zjb4t38", - "https://ror.org/006shqv80", - "https://ror.org/02rv1bf67", - "https://ror.org/0121yvq70", - "https://ror.org/04795e365", - "https://ror.org/02qprbz18", - "https://ror.org/02nnpw434", - "https://ror.org/03p76m698", - "https://ror.org/002t9r032", - "https://ror.org/045r56524", - "https://ror.org/054v0s666", - "https://ror.org/02y6fxd73", - "https://ror.org/051gvfp41", - "https://ror.org/002v3cy83", - "https://ror.org/05c9ks061", - "https://ror.org/03ae8w006", - "https://ror.org/00wx1mx58", - "https://ror.org/03vtagt31", - "https://ror.org/00z0af360", - "https://ror.org/0041am420", - "https://ror.org/05rkv2e91", - "https://ror.org/01qdz9132", - "https://ror.org/04dqaqw31", - "https://ror.org/05hne2921", - "https://ror.org/03wdx6c48", - "https://ror.org/00waz9262", - "https://ror.org/04hrxxd90", - "https://ror.org/023ckd258", - "https://ror.org/01qtp1053", - "https://ror.org/011c8cv48" - ] - }, - "https://ror.org/017yk1e31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03k3h8z07", - "https://ror.org/058p87c41" - ] - }, - "https://ror.org/0068v6128": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05jwwpn37" - ] - }, - "https://ror.org/04tqpcm97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ytqcj07", - "https://ror.org/048byek34" - ] - }, - "https://ror.org/0025mvn63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qcn1r66" - ] - }, - "https://ror.org/05yksqt98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045hg4108", - "https://ror.org/059p3ae54", - "https://ror.org/00d1wky64" - ] - }, - "https://ror.org/03g001n57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007rd1x46" - ] - }, - "https://ror.org/02qp3tb03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jp40720", - "https://ror.org/03zzw1w08", - "https://ror.org/02zzw8g45", - "https://ror.org/012wxv498", - "https://ror.org/03660jn93", - "https://ror.org/003xpy695", - "https://ror.org/007q04248" - ] - }, - "https://ror.org/012szh196": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03871gy17" - ] - }, - "https://ror.org/02rzxtq06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/036vefa56" - ] - }, - "https://ror.org/05vtax910": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00vzywk83" - ] - }, - "https://ror.org/02bxt4m23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/028dac806", - "https://ror.org/01phhgk62", - "https://ror.org/05a2agx14", - "https://ror.org/01ff5td15", - "https://ror.org/05dnene97", - "https://ror.org/039dabd75", - "https://ror.org/02p210k88", - "https://ror.org/0231d2y50", - "https://ror.org/00c8v4891", - "https://ror.org/05m8d2x46", - "https://ror.org/05540q762", - "https://ror.org/01x29k385", - "https://ror.org/05v6s8y05", - "https://ror.org/04cap6186", - "https://ror.org/04hjn8p44", - "https://ror.org/024gbbh50", - "https://ror.org/05vh9vp33", - "https://ror.org/02rymmk58", - "https://ror.org/026n33e29", - "https://ror.org/05p9y3e72", - "https://ror.org/05g023586", - "https://ror.org/04t2rv460", - "https://ror.org/005xhc966" - ] - }, - "https://ror.org/059yx9a68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045y2nc52" - ] - }, - "https://ror.org/01n002310": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03btazg73", - "https://ror.org/02nwsdc81", - "https://ror.org/0173vvc25", - "https://ror.org/04fpxzg11", - "https://ror.org/00xrbvb54", - "https://ror.org/0220pja87", - "https://ror.org/023awsf17" - ] - }, - "https://ror.org/02anj9s22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01tqfb593" - ] - }, - "https://ror.org/04tfzc498": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02sy42d13", - "https://ror.org/04wadq306", - "https://ror.org/00md77g41", - "https://ror.org/006pq9r08", - "https://ror.org/05tzq2c96", - "https://ror.org/02davtb12", - "https://ror.org/03ks1vk59", - "https://ror.org/00n6jcj93", - "https://ror.org/02vr0ne26", - "https://ror.org/01x9zv505", - "https://ror.org/012khpt30", - "https://ror.org/016zn0y21", - "https://ror.org/05dwj7825", - "https://ror.org/009h0v784", - "https://ror.org/01e8tvg28", - "https://ror.org/05rcxtd95", - "https://ror.org/02w8ez808", - "https://ror.org/05pfy5w65", - "https://ror.org/05ynr3m75", - "https://ror.org/05d538656", - "https://ror.org/03t1jzs40", - "https://ror.org/039zxt351", - "https://ror.org/01220jp31", - "https://ror.org/04j6jb515", - "https://ror.org/033qpss18", - "https://ror.org/02b5mfy68", - "https://ror.org/0424g0k78", - "https://ror.org/0506y2b23", - "https://ror.org/00kv87w35", - "https://ror.org/05rbx8m02", - "https://ror.org/00cpb6264", - "https://ror.org/01xcjmy57", - "https://ror.org/01vyrje42", - "https://ror.org/02ycyys66", - "https://ror.org/013wkc921", - "https://ror.org/03jxkz251", - "https://ror.org/02mgzgr95", - "https://ror.org/05aspc753", - "https://ror.org/01h8ey223", - "https://ror.org/00dqmaq38", - "https://ror.org/010tmdc88", - "https://ror.org/04d7es448", - "https://ror.org/03njebb69", - "https://ror.org/05w1q1c88", - "https://ror.org/057aq1y25", - "https://ror.org/04mgfev69", - "https://ror.org/006x48140", - "https://ror.org/04yaz0z51", - "https://ror.org/047sn6763", - "https://ror.org/00mc77d93", - "https://ror.org/03n1tvb36", - "https://ror.org/036jn4298", - "https://ror.org/03zhmy467", - "https://ror.org/05m6e7d23" - ] - }, - "https://ror.org/0238rvs44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04d5mb615", - "https://ror.org/04yrkc140", - "https://ror.org/043mer456", - "https://ror.org/020r6j743", - "https://ror.org/05nrs2490", - "https://ror.org/00thqtb16", - "https://ror.org/03kd4bc94", - "https://ror.org/02w20cr42", - "https://ror.org/05mqqqg72", - "https://ror.org/04xkhhw36", - "https://ror.org/02b8e6n56" - ] - }, - "https://ror.org/05srvzs48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05qk4xh70" - ] - }, - "https://ror.org/03zbnzt98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05370mv03", - "https://ror.org/04sj20m66" - ] - }, - "https://ror.org/024qcmm72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01aa0nz04" - ] - }, - "https://ror.org/01c7wz417": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03985kf35", - "https://ror.org/026tc4g97", - "https://ror.org/03yvemy54", - "https://ror.org/01xbd2h58", - "https://ror.org/02bddg852", - "https://ror.org/03e04sg66", - "https://ror.org/02c3c9255" - ] - }, - "https://ror.org/04gey0774": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01251sa74", - "https://ror.org/01pntf040", - "https://ror.org/03wt3br81", - "https://ror.org/0035nx336", - "https://ror.org/01zavdj36", - "https://ror.org/051y11y24", - "https://ror.org/02jxgpt62", - "https://ror.org/031fw8h15", - "https://ror.org/02t64n115" - ] - }, - "https://ror.org/01cjash87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/008h8bh21", - "https://ror.org/04bdk6464", - "https://ror.org/013eh1m30", - "https://ror.org/04kyfd050", - "https://ror.org/04pchp455", - "https://ror.org/018788w33", - "https://ror.org/05pw69n24", - "https://ror.org/041repn61", - "https://ror.org/00btq2b69" - ] - }, - "https://ror.org/014qpa824": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00bmxes04", - "https://ror.org/01cf8hm38", - "https://ror.org/05eybs418", - "https://ror.org/01yjyvb35", - "https://ror.org/04rx3a489", - "https://ror.org/008hr1h38", - "https://ror.org/05a6ey653", - "https://ror.org/00b970e83", - "https://ror.org/00m41wh60", - "https://ror.org/037saaz25", - "https://ror.org/021bx9h20", - "https://ror.org/00mz09160", - "https://ror.org/03d6j2008", - "https://ror.org/01s26xz84", - "https://ror.org/056rp9e47", - "https://ror.org/0583wsb64", - "https://ror.org/01422c992", - "https://ror.org/01afz1h27", - "https://ror.org/03msdae35", - "https://ror.org/01fbwnx94", - "https://ror.org/05b58tt16", - "https://ror.org/02hfw7a32", - "https://ror.org/00jy45w85", - "https://ror.org/03taxx854", - "https://ror.org/05kwakw98", - "https://ror.org/0598gge11", - "https://ror.org/05c9nwr56", - "https://ror.org/05pvfsz50", - "https://ror.org/03tyfrs48", - "https://ror.org/037yxaz30", - "https://ror.org/005nbjh06", - "https://ror.org/016czhx14", - "https://ror.org/01awqyw81", - "https://ror.org/02c6nb222", - "https://ror.org/00kmxt141", - "https://ror.org/04att9732" - ] - }, - "https://ror.org/03h3w3289": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0441q2c30", - "https://ror.org/040fv5d16", - "https://ror.org/048cva627" - ] - }, - "https://ror.org/01jem9c82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05jt8mz33", - "https://ror.org/02w21g732", - "https://ror.org/0269h3m05", - "https://ror.org/040yga518", - "https://ror.org/03kak1729", - "https://ror.org/050cc1579", - "https://ror.org/047pymx40", - "https://ror.org/05pmk8j16", - "https://ror.org/031zwx660", - "https://ror.org/00r1wwd23", - "https://ror.org/00pptgy96", - "https://ror.org/02nkg1w23", - "https://ror.org/01v5e3436", - "https://ror.org/059t7s261", - "https://ror.org/045z30r81", - "https://ror.org/05j18t043", - "https://ror.org/00dnz3q81", - "https://ror.org/04jb37t29", - "https://ror.org/0048t7e91", - "https://ror.org/01fyp5w42" - ] - }, - "https://ror.org/04qekdn52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02p2zte22" - ] - }, - "https://ror.org/03g7eh380": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/026sbm463", - "https://ror.org/05ey71f27", - "https://ror.org/05kkv3f82" - ] - }, - "https://ror.org/05cpcfk84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/006pvs224" - ] - }, - "https://ror.org/041zkgm14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01jkemy20" - ] - }, - "https://ror.org/020v13m88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00q3c5d02" - ] - }, - "https://ror.org/04txyc737": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04sfxgz72", - "https://ror.org/0435rc536", - "https://ror.org/03ejz0s07", - "https://ror.org/0144enb05", - "https://ror.org/03nyzw632", - "https://ror.org/05dw07152", - "https://ror.org/040s9t622", - "https://ror.org/03w48ac58", - "https://ror.org/01p1t0k52", - "https://ror.org/0415cr103", - "https://ror.org/011y67d23", - "https://ror.org/03en16648", - "https://ror.org/02t0nms65", - "https://ror.org/00nat9r59", - "https://ror.org/03qkhyr66" - ] - }, - "https://ror.org/04n9sp567": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01n71w067" - ] - }, - "https://ror.org/02qjrjx09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037ez2r19" - ] - }, - "https://ror.org/05gqaka33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007y22n43", - "https://ror.org/05gttbr75", - "https://ror.org/03c241w53" - ] - }, - "https://ror.org/04t9wmk29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022nkr288" - ] - }, - "https://ror.org/035hv2v80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01bt3e159" - ] - }, - "https://ror.org/033n9gh91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00tea5y39", - "https://ror.org/025t8vx68", - "https://ror.org/0060pja03" - ] - }, - "https://ror.org/05rj7xr73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01bqsaw31", - "https://ror.org/02rkgge26" - ] - }, - "https://ror.org/05qpz1x62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0493yt138" - ] - }, - "https://ror.org/01jnc6p74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02p2zte22" - ] - }, - "https://ror.org/048tbm396": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0573ty638" - ] - }, - "https://ror.org/05g3mes96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03hvvks39", - "https://ror.org/02ck2y820", - "https://ror.org/02q2vrq41", - "https://ror.org/04a0bad71" - ] - }, - "https://ror.org/0188yz413": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027wsbc40" - ] - }, - "https://ror.org/051v5t493": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04me52195" - ] - }, - "https://ror.org/05bpbnx46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0455ha759", - "https://ror.org/04cf4ba49", - "https://ror.org/00edrn755", - "https://ror.org/00kzzgw26", - "https://ror.org/047m0fb88", - "https://ror.org/04c3dhk56", - "https://ror.org/02076gf69", - "https://ror.org/03mchdq19", - "https://ror.org/03w7awk87", - "https://ror.org/01jh2g196", - "https://ror.org/00363z010", - "https://ror.org/04gs6xd08", - "https://ror.org/04d9g9604", - "https://ror.org/04anq5q02", - "https://ror.org/05p1frt18", - "https://ror.org/03gqzdg87", - "https://ror.org/03aqyvf83" - ] - }, - "https://ror.org/04fmayc82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037y9hb39" - ] - }, - "https://ror.org/05qsjq305": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056b4pm25", - "https://ror.org/058qmst67", - "https://ror.org/02fsxgh46" - ] - }, - "https://ror.org/049qz7x77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047m0fb88", - "https://ror.org/03mchdq19", - "https://ror.org/03w7awk87", - "https://ror.org/01jh2g196", - "https://ror.org/04d9g9604", - "https://ror.org/04anq5q02", - "https://ror.org/05p1frt18", - "https://ror.org/03gqzdg87", - "https://ror.org/03aqyvf83" - ] - }, - "https://ror.org/006w34k90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013sk6x84" - ] - }, - "https://ror.org/05290cv24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055cpj147", - "https://ror.org/02jr6tp70" - ] - }, - "https://ror.org/05qn5kv73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04rgqcd02" - ] - }, - "https://ror.org/02rvr7q96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/040j99w46" - ] - }, - "https://ror.org/04jr01610": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03h4zjr91", - "https://ror.org/03bvtqh46", - "https://ror.org/02h41sr05" - ] - }, - "https://ror.org/03eg6ys02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05jthwq62" - ] - }, - "https://ror.org/004qcrr52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004zvfq85" - ] - }, - "https://ror.org/003qdfg20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01641cv78" - ] - }, - "https://ror.org/05534qc24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04gv2er37" - ] - }, - "https://ror.org/00gg87355": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022w03s59" - ] - }, - "https://ror.org/04h1h0y33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03tnjrr49", - "https://ror.org/01225hq90", - "https://ror.org/00q7mnz48", - "https://ror.org/05k0qmv73", - "https://ror.org/01racwh88", - "https://ror.org/02mdnkg28", - "https://ror.org/04fm0sh33", - "https://ror.org/02chvqy57", - "https://ror.org/05hm2ja81", - "https://ror.org/013z99a51", - "https://ror.org/02qdgbw61", - "https://ror.org/049k66y27", - "https://ror.org/05ppf7q77", - "https://ror.org/00ssy9q55", - "https://ror.org/0518tra10" - ] - }, - "https://ror.org/045t90p09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05y6sxq90" - ] - }, - "https://ror.org/04raf6v53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03chr2715" - ] - }, - "https://ror.org/00892tw58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/043t7b640" - ] - }, - "https://ror.org/02rktxt32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00nxtdr22" - ] - }, - "https://ror.org/01bxnaj63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/006vyxm49" - ] - }, - "https://ror.org/05ep65r25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ssta106", - "https://ror.org/059mgez24", - "https://ror.org/050f5ff98" - ] - }, - "https://ror.org/01q4vax14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05c30h479", - "https://ror.org/053wq6q28" - ] - }, - "https://ror.org/03k1bsr36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mkad321", - "https://ror.org/04mzqjs78", - "https://ror.org/01c2t8448", - "https://ror.org/05s1rff82", - "https://ror.org/03xe54902", - "https://ror.org/021f0sa24", - "https://ror.org/02b6c1039", - "https://ror.org/04mp4zc06", - "https://ror.org/04d70nb60", - "https://ror.org/04ejcwb57", - "https://ror.org/00zgas264", - "https://ror.org/01a0gpy77", - "https://ror.org/05yj2y557", - "https://ror.org/01ssxvy26", - "https://ror.org/02n7ax847", - "https://ror.org/017k05f91", - "https://ror.org/00j5eb891", - "https://ror.org/019qdtz78", - "https://ror.org/01rb31945", - "https://ror.org/0292fgv83", - "https://ror.org/02c01r047", - "https://ror.org/053wack18", - "https://ror.org/0250h3a52", - "https://ror.org/02v6phz91", - "https://ror.org/024tyc086", - "https://ror.org/003cgs259", - "https://ror.org/01ch21j41", - "https://ror.org/020n3gx08", - "https://ror.org/038kqx890", - "https://ror.org/011hdpx94", - "https://ror.org/011ygpb73" - ] - }, - "https://ror.org/01xz39a70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00sx0cd23", - "https://ror.org/05m802881", - "https://ror.org/048f36m54", - "https://ror.org/04nrcyx09" - ] - }, - "https://ror.org/0314h5y94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05d2pc330", - "https://ror.org/005rhrm66", - "https://ror.org/051wnqr14", - "https://ror.org/02wa0fq92", - "https://ror.org/042wrtw77", - "https://ror.org/023wsvq95", - "https://ror.org/02swcnz29", - "https://ror.org/00seaxa44", - "https://ror.org/043rbr770", - "https://ror.org/04vctsm14", - "https://ror.org/05dbx6743", - "https://ror.org/01kjdwm51", - "https://ror.org/02zbc1a16", - "https://ror.org/04w9gdv63", - "https://ror.org/01db6n192", - "https://ror.org/00jks2h96", - "https://ror.org/021z9m619", - "https://ror.org/03vb8st39", - "https://ror.org/04m1j1t24", - "https://ror.org/00y0tkz25", - "https://ror.org/01ymr0y61", - "https://ror.org/057zvdf83", - "https://ror.org/04rnenb96", - "https://ror.org/05ddrvt52", - "https://ror.org/011rpdz66", - "https://ror.org/05mmh0f86", - "https://ror.org/04wyg6495", - "https://ror.org/00ypzd005", - "https://ror.org/00bm0qt52", - "https://ror.org/00mffw377", - "https://ror.org/01972fe66", - "https://ror.org/01e4w2966", - "https://ror.org/00510tw04", - "https://ror.org/05c196m06", - "https://ror.org/011kf5r70", - "https://ror.org/02w0m4735", - "https://ror.org/01xwqek41", - "https://ror.org/04j4psb31", - "https://ror.org/05vb5av34", - "https://ror.org/048a3wm97", - "https://ror.org/02asztc31", - "https://ror.org/01x0h1806", - "https://ror.org/02gdbm217", - "https://ror.org/011j4zc17", - "https://ror.org/04yvjg468", - "https://ror.org/00j4a3b86", - "https://ror.org/05hqpps66", - "https://ror.org/04n7nyv64", - "https://ror.org/036jqev97", - "https://ror.org/00nxgpf29", - "https://ror.org/03gwaxw53", - "https://ror.org/029dswp54", - "https://ror.org/01q0r1k14", - "https://ror.org/00ve6e186", - "https://ror.org/02vbwsy79", - "https://ror.org/03cfhyx33", - "https://ror.org/01wzzs254", - "https://ror.org/00vjrcd64", - "https://ror.org/00289aa83", - "https://ror.org/03x57gn41", - "https://ror.org/05gjpam11", - "https://ror.org/00ak1t323", - "https://ror.org/05j7fep28", - "https://ror.org/03qn8fb07", - "https://ror.org/04ge02x20", - "https://ror.org/014vqg108", - "https://ror.org/03be3fb73", - "https://ror.org/04v9m3h35", - "https://ror.org/039p7nx39", - "https://ror.org/053mfxd72", - "https://ror.org/02gs3vg83", - "https://ror.org/03nk9pp38", - "https://ror.org/00cybsr61", - "https://ror.org/020g3wn65", - "https://ror.org/01nsxs283", - "https://ror.org/03rtykw43", - "https://ror.org/01k8nkc73", - "https://ror.org/04dxv8v14", - "https://ror.org/02yasb727", - "https://ror.org/02vcqg248", - "https://ror.org/01h06nz15", - "https://ror.org/058xdtn86", - "https://ror.org/05sh7tb37", - "https://ror.org/01h55za35", - "https://ror.org/051e7s436", - "https://ror.org/044b7p696", - "https://ror.org/01a1mq059", - "https://ror.org/01p2zg436", - "https://ror.org/00rnbty21", - "https://ror.org/0087v5134", - "https://ror.org/041njsz97", - "https://ror.org/04jqtny57", - "https://ror.org/015z41c35", - "https://ror.org/00nq2dx79", - "https://ror.org/03vk18a84", - "https://ror.org/05bea0b03", - "https://ror.org/02f34aa13", - "https://ror.org/02c5qvj97", - "https://ror.org/03n17ds51", - "https://ror.org/05rke7t32", - "https://ror.org/04ynn1b95", - "https://ror.org/05qajvd42", - "https://ror.org/02aseym49", - "https://ror.org/01qv3ez98", - "https://ror.org/05hdbs804", - "https://ror.org/02gkh1e90", - "https://ror.org/00c8nx045", - "https://ror.org/059mabc80", - "https://ror.org/03rzhkf33", - "https://ror.org/05p3fde54", - "https://ror.org/04ywhbc61", - "https://ror.org/03jh4jw93", - "https://ror.org/04sx9wp33", - "https://ror.org/051hpv692", - "https://ror.org/02cgy3m12", - "https://ror.org/02xhx4j26", - "https://ror.org/029pamw34", - "https://ror.org/01ew37b76", - "https://ror.org/03q397159", - "https://ror.org/02bbj5z24", - "https://ror.org/05xx7en86", - "https://ror.org/05mbqa235", - "https://ror.org/0152bt112", - "https://ror.org/034x2fx50", - "https://ror.org/01mae9353", - "https://ror.org/03rs0fg31", - "https://ror.org/039b65w79", - "https://ror.org/041v1ea26", - "https://ror.org/031ebne21", - "https://ror.org/05jg9pj51", - "https://ror.org/02jfhsn35", - "https://ror.org/00n82gt57", - "https://ror.org/00ek2rf42", - "https://ror.org/05bgxxb69" - ] - }, - "https://ror.org/04r3kq386": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ytzg339" - ] - }, - "https://ror.org/00nb3j622": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/059vyyn23", - "https://ror.org/054n84d53" - ] - }, - "https://ror.org/05jxfge78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03r3n3715", - "https://ror.org/0518tra10", - "https://ror.org/00yczwp93" - ] - }, - "https://ror.org/00s2qq515": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04t7c7a05" - ] - }, - "https://ror.org/04ysp6769": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054yran63" - ] - }, - "https://ror.org/008zs3103": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04hfg7v94", - "https://ror.org/01reat095" - ] - }, - "https://ror.org/05dbj6g52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010mv7n52", - "https://ror.org/04dhg0348" - ] - }, - "https://ror.org/00dvsyx28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04cyjwv12" - ] - }, - "https://ror.org/004gem776": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01cxqde27", - "https://ror.org/006npbt15" - ] - }, - "https://ror.org/00z9m6b57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02yvak009", - "https://ror.org/010exe056", - "https://ror.org/05epxhz73", - "https://ror.org/01h7rq191" - ] - }, - "https://ror.org/011rwyf32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056d91m78", - "https://ror.org/02cm95j49", - "https://ror.org/03vy7v919", - "https://ror.org/03hmvjq54", - "https://ror.org/05p4ndd12", - "https://ror.org/044webc45", - "https://ror.org/02kyzc549", - "https://ror.org/00a3qqg15" - ] - }, - "https://ror.org/04z4kmw33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/005bvs909", - "https://ror.org/016899r71" - ] - }, - "https://ror.org/022arna15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0126v6t20" - ] - }, - "https://ror.org/05htqpy51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05f8gg818" - ] - }, - "https://ror.org/03c86nx70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004z7y014" - ] - }, - "https://ror.org/01znkr924": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03fs9z545", - "https://ror.org/00r4taj88", - "https://ror.org/02dtmmn34", - "https://ror.org/045te9e08", - "https://ror.org/01ez37r05", - "https://ror.org/00qh9dx40" - ] - }, - "https://ror.org/02naczy15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02erxsp04" - ] - }, - "https://ror.org/05gzceg21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00r4taj88" - ] - }, - "https://ror.org/03085z545": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00vrp1e19", - "https://ror.org/037r1m174", - "https://ror.org/05tkcgz23", - "https://ror.org/05y03jg42", - "https://ror.org/00t7ph632", - "https://ror.org/0076sm922", - "https://ror.org/00d4ca571", - "https://ror.org/05txewa23", - "https://ror.org/04fcqnd54", - "https://ror.org/05t7hrn58", - "https://ror.org/03jrh3t05", - "https://ror.org/04ff7hb94", - "https://ror.org/00emta992", - "https://ror.org/0151ntc51" - ] - }, - "https://ror.org/04xkqms46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0312sjw67" - ] - }, - "https://ror.org/0233st365": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004rej139", - "https://ror.org/03wsemq03", - "https://ror.org/02qdgbw61", - "https://ror.org/05mv3tj33", - "https://ror.org/0518tra10" - ] - }, - "https://ror.org/028rypz17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/036mest28", - "https://ror.org/055s8hs34", - "https://ror.org/04bkzce69" - ] - }, - "https://ror.org/0121jnt59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/025xvn046" - ] - }, - "https://ror.org/036h6g940": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02m388s04", - "https://ror.org/05e7w0f38", - "https://ror.org/04pqetg36", - "https://ror.org/050kded90", - "https://ror.org/03emtbt60", - "https://ror.org/01v7v5m29", - "https://ror.org/052zwa538", - "https://ror.org/00gm8tg57", - "https://ror.org/04e5av293", - "https://ror.org/01w6rxw55", - "https://ror.org/00chbca67", - "https://ror.org/05w6wfp17", - "https://ror.org/057wkj006", - "https://ror.org/02qmw3e81", - "https://ror.org/05tkzma19", - "https://ror.org/01hznc410", - "https://ror.org/02378jc90", - "https://ror.org/03ht1xw27", - "https://ror.org/01v4s0f07", - "https://ror.org/05e15a779", - "https://ror.org/04qawwn42", - "https://ror.org/02h2r8882", - "https://ror.org/058t40d22", - "https://ror.org/00j49rw24", - "https://ror.org/05f3e6d47", - "https://ror.org/01ks7f963", - "https://ror.org/05gm3yv92", - "https://ror.org/00z72fs19", - "https://ror.org/02dwcqs71", - "https://ror.org/04psbxy09", - "https://ror.org/03tjsyq23", - "https://ror.org/0101xrq71", - "https://ror.org/049nrz535", - "https://ror.org/03561p598", - "https://ror.org/02927dx12", - "https://ror.org/022swbj46", - "https://ror.org/01bp81r18", - "https://ror.org/00gbrgx34", - "https://ror.org/04fhee747", - "https://ror.org/04zw11527", - "https://ror.org/05sdqd547", - "https://ror.org/01qjqvr92", - "https://ror.org/021wm7p51", - "https://ror.org/01e312d09", - "https://ror.org/01594wh23", - "https://ror.org/012q68n89", - "https://ror.org/01axfdj86", - "https://ror.org/0015qa126", - "https://ror.org/03gf8rp76", - "https://ror.org/04tbt8b85", - "https://ror.org/00dp5a155", - "https://ror.org/01dagn361", - "https://ror.org/0560xr487", - "https://ror.org/04m3mhq27", - "https://ror.org/007wpch15", - "https://ror.org/03561p598", - "https://ror.org/03780jn86", - "https://ror.org/057y6sk36", - "https://ror.org/02t4nyn12", - "https://ror.org/02n8rnw93", - "https://ror.org/00wdyp114", - "https://ror.org/05mzfgt17", - "https://ror.org/015s51n07", - "https://ror.org/0538gdx71", - "https://ror.org/04x97rq71", - "https://ror.org/03ffdsr55", - "https://ror.org/04d81ed36", - "https://ror.org/008nqzn46", - "https://ror.org/03qyr1v70", - "https://ror.org/05xc5re08", - "https://ror.org/02x351n42", - "https://ror.org/03gjr0792", - "https://ror.org/04t8qjg16", - "https://ror.org/01qek3q18", - "https://ror.org/01hh45364", - "https://ror.org/01d7fn555", - "https://ror.org/039d1mp60", - "https://ror.org/0527mfk98", - "https://ror.org/03vkfy293", - "https://ror.org/02kp7p620", - "https://ror.org/059h0ng81", - "https://ror.org/01pdb1x94", - "https://ror.org/05esh5w42", - "https://ror.org/04bfs6764", - "https://ror.org/05shq4n12", - "https://ror.org/03n73vq73", - "https://ror.org/0577j0g35", - "https://ror.org/01kh0x418", - "https://ror.org/040dky007", - "https://ror.org/01zw2nq07", - "https://ror.org/04gavx394", - "https://ror.org/01e70mw69", - "https://ror.org/05ef28661", - "https://ror.org/03xcn0p72", - "https://ror.org/055rjs771", - "https://ror.org/01g7qth32", - "https://ror.org/057wr4y62", - "https://ror.org/036568k33", - "https://ror.org/057mn3690", - "https://ror.org/021r5ns39", - "https://ror.org/03dy10t98", - "https://ror.org/05bkc5375", - "https://ror.org/01gvkyp03", - "https://ror.org/04v5nnm54", - "https://ror.org/02zm5j810", - "https://ror.org/0211zmf46", - "https://ror.org/0307k1x46", - "https://ror.org/02p8nt844", - "https://ror.org/05pvypf90", - "https://ror.org/00pyevk91", - "https://ror.org/0374spr83" - ] - }, - "https://ror.org/00p6her27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01drfa298" - ] - }, - "https://ror.org/02q1spa57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04w9mdw91", - "https://ror.org/02a6s9190" - ] - }, - "https://ror.org/00hswnk62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/019phe233" - ] - }, - "https://ror.org/04srehp09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01cdxzt16", - "https://ror.org/00c2x1j89" - ] - }, - "https://ror.org/039qa0b28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044ywxm13", - "https://ror.org/0394hvg14" - ] - }, - "https://ror.org/05bn3m307": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004fmxv66", - "https://ror.org/01kvxx237", - "https://ror.org/01cw28e72", - "https://ror.org/04w8f9k94", - "https://ror.org/01ch21j41", - "https://ror.org/0557mft23", - "https://ror.org/02b6c1039" - ] - }, - "https://ror.org/04g3scy39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bc44j62", - "https://ror.org/053gv9453", - "https://ror.org/0381t6379", - "https://ror.org/05v258z19", - "https://ror.org/01hza1144", - "https://ror.org/01tg7a346", - "https://ror.org/01s8j4r12", - "https://ror.org/042gmmd19", - "https://ror.org/03pa4y709" - ] - }, - "https://ror.org/039kwqk96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mkh7345", - "https://ror.org/055a54548", - "https://ror.org/026jqvs13", - "https://ror.org/020zjmd13", - "https://ror.org/04r3s7465", - "https://ror.org/04pk7zz41", - "https://ror.org/01nysf027", - "https://ror.org/010dcp921", - "https://ror.org/03a976s92", - "https://ror.org/03davk141", - "https://ror.org/017bfx208", - "https://ror.org/059cpzx98", - "https://ror.org/05976ta47", - "https://ror.org/02vkce854", - "https://ror.org/02wavzm11", - "https://ror.org/00krzbm55", - "https://ror.org/04sqxdt31", - "https://ror.org/017vyhs10", - "https://ror.org/02ep77d74", - "https://ror.org/04gq8q482", - "https://ror.org/04sj20m66", - "https://ror.org/01csn4944", - "https://ror.org/0139hn422", - "https://ror.org/052tfzs89", - "https://ror.org/05hnkta08", - "https://ror.org/01qcacz92", - "https://ror.org/013zder45" - ] - }, - "https://ror.org/053avzc18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ef3yq64", - "https://ror.org/03tp8z347", - "https://ror.org/05pq4yn02", - "https://ror.org/03zkxs276", - "https://ror.org/03bh94f16", - "https://ror.org/02gndyy51", - "https://ror.org/01b23gh75", - "https://ror.org/01y3ft232", - "https://ror.org/04dea3c58", - "https://ror.org/01v5hek98", - "https://ror.org/05g7knd32", - "https://ror.org/0157za327", - "https://ror.org/02bvcjw39", - "https://ror.org/0287jta43", - "https://ror.org/00913gw18", - "https://ror.org/04vtzcr32", - "https://ror.org/00angvn73", - "https://ror.org/00wzqmx94", - "https://ror.org/03qqnc658", - "https://ror.org/02acv3g39", - "https://ror.org/0496n6574", - "https://ror.org/01zghvr36", - "https://ror.org/01vr20t27", - "https://ror.org/01qj7sc02", - "https://ror.org/057br4398", - "https://ror.org/03hjekm25", - "https://ror.org/04wh80b80", - "https://ror.org/02d3n7h84", - "https://ror.org/02e8b2r87", - "https://ror.org/03tybc759", - "https://ror.org/009wryk55", - "https://ror.org/03h1hsz49", - "https://ror.org/01hsjcv06", - "https://ror.org/0143w7709", - "https://ror.org/02tv1yf50", - "https://ror.org/02p1jz666", - "https://ror.org/045syc608", - "https://ror.org/04nfjn472", - "https://ror.org/01hyg6578", - "https://ror.org/05wrbcx33", - "https://ror.org/02yhj4v17", - "https://ror.org/02d02f052", - "https://ror.org/05xw0ep96", - "https://ror.org/01h494015", - "https://ror.org/03aba6h29", - "https://ror.org/00m4pvq34", - "https://ror.org/027taah18", - "https://ror.org/018hy5194", - "https://ror.org/00hzy8397", - "https://ror.org/01hxbnq19", - "https://ror.org/03fvq2a72", - "https://ror.org/05bcgdd94", - "https://ror.org/01912nj27", - "https://ror.org/02sat5y74", - "https://ror.org/028sgmw18", - "https://ror.org/03nvfe914", - "https://ror.org/01nsk9g93", - "https://ror.org/04jymbd90", - "https://ror.org/04tr8pt83", - "https://ror.org/03qq0n189", - "https://ror.org/004542426", - "https://ror.org/05kak9m10", - "https://ror.org/01evtvs57", - "https://ror.org/013zggc82", - "https://ror.org/0286qer95", - "https://ror.org/00defv642", - "https://ror.org/01rjy2539", - "https://ror.org/0418gak31", - "https://ror.org/024zy9450", - "https://ror.org/01a7rqj69", - "https://ror.org/01a7rqj69", - "https://ror.org/024zy9450", - "https://ror.org/03h8d7859", - "https://ror.org/0286qer95", - "https://ror.org/024zy9450", - "https://ror.org/02mebaz96", - "https://ror.org/056c57m96", - "https://ror.org/00defv642", - "https://ror.org/01j84x757", - "https://ror.org/04xsmz457", - "https://ror.org/00dd4fz34", - "https://ror.org/01j84x757", - "https://ror.org/04xsmz457", - "https://ror.org/0286qer95", - "https://ror.org/04xsmz457", - "https://ror.org/0286qer95", - "https://ror.org/023jyyg30", - "https://ror.org/05m92zc22", - "https://ror.org/00defv642", - "https://ror.org/0286qer95", - "https://ror.org/04xsmz457", - "https://ror.org/00dd4fz34", - "https://ror.org/05cn0b378", - "https://ror.org/020vvqg79", - "https://ror.org/02mebaz96", - "https://ror.org/004fpq690", - "https://ror.org/01b1h1f72", - "https://ror.org/01t0a1151", - "https://ror.org/013zggc82", - "https://ror.org/00defv642", - "https://ror.org/05cn0b378", - "https://ror.org/03r547v08", - "https://ror.org/00defv642", - "https://ror.org/01snj4592", - "https://ror.org/00dd4fz34", - "https://ror.org/01j84x757", - "https://ror.org/00dd4fz34", - "https://ror.org/00dd4fz34", - "https://ror.org/02fjdfm19", - "https://ror.org/04xsmz457", - "https://ror.org/01t0a1151", - "https://ror.org/02s1c4g54", - "https://ror.org/03ahhd635", - "https://ror.org/00e7sae22" - ] - }, - "https://ror.org/0398zhb04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05rfg0242" - ] - }, - "https://ror.org/0281dp749": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032e6b942", - "https://ror.org/01js2sh04", - "https://ror.org/02nv7yv05", - "https://ror.org/02h2x0161", - "https://ror.org/02k8cbn47", - "https://ror.org/04bwf3e34", - "https://ror.org/04cdgtt98", - "https://ror.org/043j0f473", - "https://ror.org/02yvsmh51", - "https://ror.org/03wy6tp26", - "https://ror.org/02njgxr09", - "https://ror.org/04z8jg394", - "https://ror.org/000h6jb29", - "https://ror.org/03d0p2685", - "https://ror.org/01syejz95", - "https://ror.org/00cfam450", - "https://ror.org/034rhsb33", - "https://ror.org/02aj13c28", - "https://ror.org/01zy2cs03", - "https://ror.org/03qjp1d79", - "https://ror.org/04t3en479", - "https://ror.org/04p5ggc03", - "https://ror.org/04v4h0v24", - "https://ror.org/00tea5y39", - "https://ror.org/04fme8709", - "https://ror.org/02zmk8084", - "https://ror.org/04fhwda97", - "https://ror.org/01wp2jz98", - "https://ror.org/034waa237", - "https://ror.org/03hass884", - "https://ror.org/01vs6se76", - "https://ror.org/04ktat366", - "https://ror.org/02zmk8084", - "https://ror.org/02r0e4r58", - "https://ror.org/037vx0145", - "https://ror.org/01syejz95", - "https://ror.org/02rzw6h69", - "https://ror.org/024thra40", - "https://ror.org/04a31e344", - "https://ror.org/02zmk8084", - "https://ror.org/05x8b4491", - "https://ror.org/015wgw417", - "https://ror.org/02cypar22", - "https://ror.org/01zy07c70", - "https://ror.org/054qg2939", - "https://ror.org/01vvnmw35", - "https://ror.org/04s99xz91", - "https://ror.org/042dsac10", - "https://ror.org/02a98s891", - "https://ror.org/04fhwda97", - "https://ror.org/04s64z252", - "https://ror.org/0127fwn18", - "https://ror.org/05ke5hb07", - "https://ror.org/05g95eg64", - "https://ror.org/0278hns33", - "https://ror.org/04kdb0j04", - "https://ror.org/042b69396", - "https://ror.org/01zy07c70", - "https://ror.org/022rwzq94", - "https://ror.org/040fv5d16" - ] - }, - "https://ror.org/02heb2n75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/000t8cv40" - ] - }, - "https://ror.org/05gpvde20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04hy0x592" - ] - }, - "https://ror.org/035xkbk20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055ymkj32", - "https://ror.org/04jm8zw14", - "https://ror.org/0060xzr04", - "https://ror.org/04ceg1205", - "https://ror.org/00fw8bp86", - "https://ror.org/050sat078", - "https://ror.org/028ycv057", - "https://ror.org/00wcvf151", - "https://ror.org/052bbtn31", - "https://ror.org/0494jpz02", - "https://ror.org/03vyjkj45", - "https://ror.org/01pa4h393", - "https://ror.org/02m19wv39", - "https://ror.org/02me5cy06", - "https://ror.org/0508wny29", - "https://ror.org/021x7r354", - "https://ror.org/059fn5f50", - "https://ror.org/02ek9wp67", - "https://ror.org/03br1wy20", - "https://ror.org/00f945z63", - "https://ror.org/04bgbbh33", - "https://ror.org/000d5zy28", - "https://ror.org/042h2y225", - "https://ror.org/02jthx987", - "https://ror.org/00w2q5j98", - "https://ror.org/043hw6336", - "https://ror.org/019kqby73", - "https://ror.org/03r0cdk24", - "https://ror.org/03zq0xc17", - "https://ror.org/0238zyh04", - "https://ror.org/02qprbz18", - "https://ror.org/05xr3b330", - "https://ror.org/03tncyc93", - "https://ror.org/043xjcd49", - "https://ror.org/04d3p2m17", - "https://ror.org/02pr0xw82", - "https://ror.org/011gea244", - "https://ror.org/05whq8x35", - "https://ror.org/057zme681", - "https://ror.org/01vrxpt40", - "https://ror.org/01rf5x574", - "https://ror.org/00ssy9q55", - "https://ror.org/0257sgk90", - "https://ror.org/03787ar02", - "https://ror.org/04fc8dp24", - "https://ror.org/0409c3995", - "https://ror.org/05258q350", - "https://ror.org/05hqfh882", - "https://ror.org/04kgf6p94", - "https://ror.org/017qtjx43", - "https://ror.org/051p9ra28", - "https://ror.org/025sfbe73", - "https://ror.org/00jj62164", - "https://ror.org/005yfhm28", - "https://ror.org/04e3d6y73", - "https://ror.org/03e2syc87", - "https://ror.org/04ahb2147", - "https://ror.org/00c62kq26", - "https://ror.org/01e4wd589", - "https://ror.org/01ejp3f31", - "https://ror.org/034bena10", - "https://ror.org/052cnt662", - "https://ror.org/04pwzyv45", - "https://ror.org/01qfjp710", - "https://ror.org/00axatv03", - "https://ror.org/03bcyhr16", - "https://ror.org/037f3ga09", - "https://ror.org/05tb4mb78", - "https://ror.org/050gdsq06", - "https://ror.org/010bhn875", - "https://ror.org/00m587853", - "https://ror.org/02hwc1z56", - "https://ror.org/05v0fms67", - "https://ror.org/04ces3204", - "https://ror.org/02aja8v82", - "https://ror.org/05de6h762", - "https://ror.org/04fgntk96", - "https://ror.org/0368jkn02", - "https://ror.org/01gtjxz83", - "https://ror.org/05258q350", - "https://ror.org/03r5d5c48", - "https://ror.org/01177bb84" - ] - }, - "https://ror.org/0006cvt76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032nfpx77", - "https://ror.org/052wj6v68" - ] - }, - "https://ror.org/03taz7m60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0230s3k26", - "https://ror.org/0444fnd49", - "https://ror.org/03hjhvn29", - "https://ror.org/001zwgm84" - ] - }, - "https://ror.org/05813w841": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004fmxv66", - "https://ror.org/01kvxx237", - "https://ror.org/0557mft23" - ] - }, - "https://ror.org/03h7qq074": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00frv1728", - "https://ror.org/03t6cz096", - "https://ror.org/02s3ds748", - "https://ror.org/02v8wkr26", - "https://ror.org/019snar59", - "https://ror.org/02snrxw52", - "https://ror.org/0380mmw63", - "https://ror.org/02jb60a57", - "https://ror.org/0120cx869", - "https://ror.org/059p10119", - "https://ror.org/00y4h0j70", - "https://ror.org/004pv5w59", - "https://ror.org/00ayvpa66", - "https://ror.org/02te3c603", - "https://ror.org/006ghkj05", - "https://ror.org/021s9k294", - "https://ror.org/02rt1qz74", - "https://ror.org/01y3dn551", - "https://ror.org/01a1nz002", - "https://ror.org/0588pbz68", - "https://ror.org/0046rz373", - "https://ror.org/002fnes28", - "https://ror.org/04wzc7f86", - "https://ror.org/05ebfqk43", - "https://ror.org/01yjtde78", - "https://ror.org/04q7x1r70", - "https://ror.org/04jgqpc26", - "https://ror.org/01tpajh44", - "https://ror.org/010tdjz06", - "https://ror.org/029fer260", - "https://ror.org/01xja5k46", - "https://ror.org/00kmnqa46", - "https://ror.org/01wrzrg21", - "https://ror.org/05qsgqc11", - "https://ror.org/05c516317", - "https://ror.org/05fn63v39", - "https://ror.org/01c7rrt10", - "https://ror.org/00htrq823", - "https://ror.org/05mgxqt50", - "https://ror.org/01ywyw124", - "https://ror.org/0388g9052", - "https://ror.org/02d2p5z18", - "https://ror.org/03s9fqn10", - "https://ror.org/00qknf621", - "https://ror.org/05tm6j853", - "https://ror.org/05jjhy865", - "https://ror.org/04af1jj69", - "https://ror.org/0517k6d93", - "https://ror.org/02fhy7464", - "https://ror.org/00wadf468", - "https://ror.org/04gyhce28", - "https://ror.org/01sbda189", - "https://ror.org/0200wpa28", - "https://ror.org/02fxw5m16", - "https://ror.org/035cfnw24", - "https://ror.org/04xrjem68", - "https://ror.org/00392bh69", - "https://ror.org/00yrb1d04", - "https://ror.org/05kar0v43", - "https://ror.org/02q6q1660", - "https://ror.org/04q1st976", - "https://ror.org/05ra1x588", - "https://ror.org/044mjtc47", - "https://ror.org/05b5a6q69", - "https://ror.org/01a5edp07", - "https://ror.org/03m775f27" - ] - }, - "https://ror.org/0130jk839": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05j54qh77", - "https://ror.org/04x495f64", - "https://ror.org/01gc0wp38", - "https://ror.org/05fbm4611", - "https://ror.org/04t6zb108", - "https://ror.org/00w9n5q09", - "https://ror.org/01savwy26", - "https://ror.org/02kb97560", - "https://ror.org/03jt4bv90", - "https://ror.org/02cy2d039" - ] - }, - "https://ror.org/037405308": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ywhbc61", - "https://ror.org/05s5aag36", - "https://ror.org/007zyap28", - "https://ror.org/024ws6f80", - "https://ror.org/05sz45x40", - "https://ror.org/04tnw9626", - "https://ror.org/05fvmm618", - "https://ror.org/043k84p27", - "https://ror.org/02wtcj248", - "https://ror.org/00c1dt378", - "https://ror.org/04p74nw72", - "https://ror.org/01fykd523", - "https://ror.org/01vz3ga16", - "https://ror.org/05fb23t53", - "https://ror.org/02w6dpq08", - "https://ror.org/029s9j634", - "https://ror.org/05eq01d13", - "https://ror.org/04dz3w425", - "https://ror.org/010g47133", - "https://ror.org/021x6km63", - "https://ror.org/04frfb960", - "https://ror.org/04wbsx459", - "https://ror.org/000qjjz95", - "https://ror.org/02cetwy62", - "https://ror.org/017zhda45", - "https://ror.org/0257s2812", - "https://ror.org/05p52kj31", - "https://ror.org/01ftvnv05", - "https://ror.org/017ay4a94", - "https://ror.org/048xxxv92", - "https://ror.org/021zqhw10", - "https://ror.org/004edqb24", - "https://ror.org/01w2yhe61", - "https://ror.org/016gd3115", - "https://ror.org/00c8gax70", - "https://ror.org/014tr1k14", - "https://ror.org/04mqb0968", - "https://ror.org/02w2krx65", - "https://ror.org/03jb5sg38", - "https://ror.org/00s894y88", - "https://ror.org/0082dha77" - ] - }, - "https://ror.org/017fcpb94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0235aj664" - ] - }, - "https://ror.org/01aff2v68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01sqgq073" - ] - }, - "https://ror.org/024mrxd33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047d2d387", - "https://ror.org/03tsg3y65" - ] - }, - "https://ror.org/009gmrj52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042fmc481" - ] - }, - "https://ror.org/0312pnr83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wvnp782" - ] - }, - "https://ror.org/0251f2x81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0367py538" - ] - }, - "https://ror.org/05pmj3x43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04tbxet45", - "https://ror.org/047khcd84", - "https://ror.org/02cq5yc29", - "https://ror.org/0022tw254" - ] - }, - "https://ror.org/02ysb6405": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00e5k6m88" - ] - }, - "https://ror.org/04t5phd24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04j6d9v78", - "https://ror.org/00etypk41" - ] - }, - "https://ror.org/0377srw41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05j4p5w63" - ] - }, - "https://ror.org/01xjv7358": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01d1kv753" - ] - }, - "https://ror.org/009hftk42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02rr0k120" - ] - }, - "https://ror.org/02esxtn62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zsnaa93", - "https://ror.org/05mz2vf33", - "https://ror.org/02g01cb27", - "https://ror.org/024ymtz97", - "https://ror.org/02f1mqt91", - "https://ror.org/00ewnj302", - "https://ror.org/01cfpzw88", - "https://ror.org/03wd03705", - "https://ror.org/05jm6kj71", - "https://ror.org/03pe74b89", - "https://ror.org/016av6b15" - ] - }, - "https://ror.org/053gs7z03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00hjps814" - ] - }, - "https://ror.org/05krs5044": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04tym5d37", - "https://ror.org/055k7j239", - "https://ror.org/036g3b009" - ] - }, - "https://ror.org/05wq91d49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027d2g669" - ] - }, - "https://ror.org/013k5zx16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00s21eg45" - ] - }, - "https://ror.org/02hcsa680": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02gmprx88" - ] - }, - "https://ror.org/05s9k3969": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03625s204" - ] - }, - "https://ror.org/05c85ns62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032skn216" - ] - }, - "https://ror.org/01sx1pm50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qm4q539", - "https://ror.org/01gr8nm68", - "https://ror.org/047qhbs69", - "https://ror.org/02wdpar77", - "https://ror.org/00k9phg42" - ] - }, - "https://ror.org/02cjet079": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04dwy1130" - ] - }, - "https://ror.org/04m01e293": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03xw5ev35", - "https://ror.org/017w08b10", - "https://ror.org/04w1khd64" - ] - }, - "https://ror.org/02szraf30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0510zxr89", - "https://ror.org/01mtt4z48" - ] - }, - "https://ror.org/02jtk7k02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01j84x757", - "https://ror.org/01t0a1151" - ] - }, - "https://ror.org/05hcacp57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01y2mzv68" - ] - }, - "https://ror.org/055j8ya05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02scfj030", - "https://ror.org/05k2n4n22", - "https://ror.org/016m1q064", - "https://ror.org/013fhv752" - ] - }, - "https://ror.org/00qq1fp34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03spk3j53" - ] - }, - "https://ror.org/03cykd395": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dd4fz34" - ] - }, - "https://ror.org/04phre941": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dd4fz34" - ] - }, - "https://ror.org/05mhx5h16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0256r1e04" - ] - }, - "https://ror.org/01xkakk17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02zzkv309", - "https://ror.org/02kkwkt79", - "https://ror.org/007gfwn20", - "https://ror.org/03r5zec51", - "https://ror.org/0278ff426", - "https://ror.org/028xjkf45", - "https://ror.org/02kqs4h17", - "https://ror.org/0067qp350", - "https://ror.org/02rzr3z90", - "https://ror.org/03nf8d138", - "https://ror.org/04j47fz63", - "https://ror.org/03jwjxy73", - "https://ror.org/02yr4wk92", - "https://ror.org/00x1rrc95", - "https://ror.org/04wz3qh02" - ] - }, - "https://ror.org/033eqas34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ckbty56" - ] - }, - "https://ror.org/05s8x7560": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037ksca52", - "https://ror.org/00wk3qr85", - "https://ror.org/02frayk71", - "https://ror.org/03e2hk535", - "https://ror.org/014fc7457", - "https://ror.org/036dq0x98", - "https://ror.org/02sbvqb41", - "https://ror.org/04bfjpv87", - "https://ror.org/00q2y5s03", - "https://ror.org/0428c0g78", - "https://ror.org/01xh2mr27", - "https://ror.org/04yh84372", - "https://ror.org/0496m6d18" - ] - }, - "https://ror.org/03fn1w943": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03z90hq89", - "https://ror.org/04sg1k490", - "https://ror.org/00bw4xw30", - "https://ror.org/01se4r077", - "https://ror.org/05hpjvd22", - "https://ror.org/00z7n1h55" - ] - }, - "https://ror.org/025602r80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01sgfhb12" - ] - }, - "https://ror.org/03xvagj73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04cwh4511", - "https://ror.org/05rjsp326", - "https://ror.org/049ngdd28", - "https://ror.org/03q9f6286" - ] - }, - "https://ror.org/01ggx4157": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/012fftw39" - ] - }, - "https://ror.org/054225q67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011hz4254", - "https://ror.org/03pv69j64", - "https://ror.org/0068m0j38", - "https://ror.org/03qxptw71", - "https://ror.org/05a7t9b67", - "https://ror.org/037405c78", - "https://ror.org/05kgg0s20", - "https://ror.org/02twrxy18", - "https://ror.org/00fp3ce15", - "https://ror.org/033svsm10" - ] - }, - "https://ror.org/05qrfxd25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wxbtj35", - "https://ror.org/04f0ydx59", - "https://ror.org/00tgr2h49", - "https://ror.org/01fz81h65", - "https://ror.org/05wtp9w08", - "https://ror.org/038rjvd86", - "https://ror.org/059tqvg48", - "https://ror.org/0554h7e84", - "https://ror.org/05kknxr83", - "https://ror.org/021eek248", - "https://ror.org/02xkdev90", - "https://ror.org/019zcmj26", - "https://ror.org/0218eta95", - "https://ror.org/01twn9665", - "https://ror.org/02ae4g054", - "https://ror.org/010rhww45", - "https://ror.org/05t43vz03", - "https://ror.org/046npx426", - "https://ror.org/04d2pnx52", - "https://ror.org/00fr05644", - "https://ror.org/04f3vpm64", - "https://ror.org/00029be75", - "https://ror.org/037jk8996", - "https://ror.org/02ggnh308", - "https://ror.org/021923v79", - "https://ror.org/041v5wj47", - "https://ror.org/005n3yy14", - "https://ror.org/03a8ase89", - "https://ror.org/00sv3ym08", - "https://ror.org/04j4xtm35", - "https://ror.org/03cdkd641", - "https://ror.org/003gcpg05", - "https://ror.org/031aa5q21", - "https://ror.org/01brhxa96", - "https://ror.org/00bh9qz66", - "https://ror.org/049cw4s75", - "https://ror.org/00ns9pc83", - "https://ror.org/040r4cv22", - "https://ror.org/05tc61k56", - "https://ror.org/05rbd6k73", - "https://ror.org/04kybmr51", - "https://ror.org/044037f11", - "https://ror.org/005n4rr58", - "https://ror.org/02frkq021", - "https://ror.org/053nrfb18", - "https://ror.org/045dz4566", - "https://ror.org/049zx9d10", - "https://ror.org/01z0w8p93", - "https://ror.org/02s4h3z39", - "https://ror.org/02qhbts44", - "https://ror.org/0028hwj42", - "https://ror.org/04prhhh77", - "https://ror.org/05kmgev50", - "https://ror.org/03fsekm51", - "https://ror.org/047wbzv64", - "https://ror.org/03134gf68", - "https://ror.org/02h6vef88", - "https://ror.org/00t7t9a43", - "https://ror.org/013w2d378", - "https://ror.org/05fqdmq12", - "https://ror.org/047f8bv22", - "https://ror.org/02x3mf211", - "https://ror.org/00n8bqs64", - "https://ror.org/034fqtg16", - "https://ror.org/00x0vxx91", - "https://ror.org/02jract75", - "https://ror.org/02smvmz76", - "https://ror.org/01ccb9w37", - "https://ror.org/02sp4ja91", - "https://ror.org/00hcsjz98", - "https://ror.org/034sqmv32", - "https://ror.org/04gcp7g78", - "https://ror.org/015480z05", - "https://ror.org/01e69j385", - "https://ror.org/00et21g06", - "https://ror.org/01f02ww36", - "https://ror.org/0160dkh89", - "https://ror.org/05ge22856", - "https://ror.org/03sgkc956", - "https://ror.org/05y57mm42", - "https://ror.org/040er0w10", - "https://ror.org/02xv1yp72", - "https://ror.org/01s15bz77", - "https://ror.org/00rejsz57", - "https://ror.org/00f6n1x59", - "https://ror.org/05fhdzx69", - "https://ror.org/004914a33", - "https://ror.org/00ewbej21", - "https://ror.org/03yhtwa63", - "https://ror.org/05ea3hs66", - "https://ror.org/00pbt4z69", - "https://ror.org/01q34dp24", - "https://ror.org/01cjh3728", - "https://ror.org/03ta4hv58", - "https://ror.org/047swfp57", - "https://ror.org/00g7nbz02", - "https://ror.org/05c3bnw72", - "https://ror.org/04nsjct52", - "https://ror.org/05gga8159", - "https://ror.org/0009wsb17", - "https://ror.org/05nb54h69", - "https://ror.org/02cge6w61", - "https://ror.org/02ygqdd77", - "https://ror.org/027hwkg23", - "https://ror.org/045sc8e83", - "https://ror.org/023r5tg35", - "https://ror.org/0362x2g28", - "https://ror.org/01tyr1g37", - "https://ror.org/05b9eba69", - "https://ror.org/01a0xxp39", - "https://ror.org/02a9vnt59", - "https://ror.org/048zssa22", - "https://ror.org/021kjh741", - "https://ror.org/0324qh176", - "https://ror.org/03nj29395", - "https://ror.org/035y1ap70", - "https://ror.org/01dg04253", - "https://ror.org/01mq8sh52", - "https://ror.org/05gbnpz65", - "https://ror.org/00gmz2d02", - "https://ror.org/01p3q4q56", - "https://ror.org/0277xgb12", - "https://ror.org/04e09qg36", - "https://ror.org/039hpv827", - "https://ror.org/01yq9ya27", - "https://ror.org/05nyr7981", - "https://ror.org/03q3a8095", - "https://ror.org/03apz2q12", - "https://ror.org/02fsfnf94", - "https://ror.org/015y4fr56", - "https://ror.org/00ejeex29", - "https://ror.org/0489f0s93", - "https://ror.org/006btmz82", - "https://ror.org/008ebms37", - "https://ror.org/01pphqm45", - "https://ror.org/02mh2cd26", - "https://ror.org/00hqnxt08", - "https://ror.org/02x9fc857", - "https://ror.org/0577sef82", - "https://ror.org/01ryjjz47", - "https://ror.org/012a18r91", - "https://ror.org/03hg8g849", - "https://ror.org/05ermrg42", - "https://ror.org/05snbjh64", - "https://ror.org/03jzs4815", - "https://ror.org/03jty3219", - "https://ror.org/00verxq29", - "https://ror.org/01jgbgc06", - "https://ror.org/01fqgdy56", - "https://ror.org/00kftxm09", - "https://ror.org/047ax2108", - "https://ror.org/004dzkd51", - "https://ror.org/01rn72k05", - "https://ror.org/048tnm037", - "https://ror.org/00hfszj21", - "https://ror.org/052r7yf45", - "https://ror.org/00c6xwj41", - "https://ror.org/015vgt264", - "https://ror.org/05pcmd548", - "https://ror.org/00wp2bj27", - "https://ror.org/04ggfw624", - "https://ror.org/0521rv456", - "https://ror.org/00hgmwb30", - "https://ror.org/04rb38388", - "https://ror.org/019tvvb70", - "https://ror.org/01zavqc64", - "https://ror.org/05xw3yj26", - "https://ror.org/02nknzn40", - "https://ror.org/01kga0z77", - "https://ror.org/057hsm867", - "https://ror.org/02zp2tc18", - "https://ror.org/051fr2332", - "https://ror.org/02vtmt724", - "https://ror.org/0080yzn09", - "https://ror.org/05ftwc327", - "https://ror.org/007phxq15", - "https://ror.org/01hy2c330", - "https://ror.org/04zpmt351", - "https://ror.org/00tgps059", - "https://ror.org/05s61gx60", - "https://ror.org/01jemb993", - "https://ror.org/01k8ec266", - "https://ror.org/053pwmv60", - "https://ror.org/03snt1857", - "https://ror.org/01jgbgc06", - "https://ror.org/04850rm18", - "https://ror.org/0305m4448", - "https://ror.org/010y19q47", - "https://ror.org/009g8f974", - "https://ror.org/02f0cra24", - "https://ror.org/04w1wsw24", - "https://ror.org/05sbpak56", - "https://ror.org/011nbgj79", - "https://ror.org/046msd355", - "https://ror.org/00s1q1t70", - "https://ror.org/01ygw1452", - "https://ror.org/01831n272", - "https://ror.org/01hz5c771", - "https://ror.org/05skghf24", - "https://ror.org/054xffa50", - "https://ror.org/04we3tx21", - "https://ror.org/03jrs5v66", - "https://ror.org/03b4ksy95", - "https://ror.org/05tpxpz56", - "https://ror.org/03vqakm84", - "https://ror.org/049pzbj60", - "https://ror.org/00n1e1p60", - "https://ror.org/00y1dzm96", - "https://ror.org/04kh9f807", - "https://ror.org/012q2tk82", - "https://ror.org/0261qw820", - "https://ror.org/03szme345", - "https://ror.org/04eqxyk73", - "https://ror.org/01rmxff98", - "https://ror.org/03ww91346", - "https://ror.org/045xd0268", - "https://ror.org/056wf8856", - "https://ror.org/04tfjah29", - "https://ror.org/05961na22", - "https://ror.org/04x7sgz22", - "https://ror.org/01ww2bg72", - "https://ror.org/03f5ppt85", - "https://ror.org/002vd5g50", - "https://ror.org/056mrsz54", - "https://ror.org/0121whw78", - "https://ror.org/044ht0n88", - "https://ror.org/05qc18f66", - "https://ror.org/01ds31v72", - "https://ror.org/01gqnz112", - "https://ror.org/03b1v3160", - "https://ror.org/0379sy433", - "https://ror.org/00nj22y86", - "https://ror.org/04wteqw51", - "https://ror.org/04jjns303", - "https://ror.org/03ymmms77", - "https://ror.org/04a3nrb88", - "https://ror.org/03zeyg902", - "https://ror.org/02168cw18", - "https://ror.org/03k42gv86", - "https://ror.org/03af2ad05", - "https://ror.org/016zjn618", - "https://ror.org/03s28ec08", - "https://ror.org/047pt5178", - "https://ror.org/00f4mz521", - "https://ror.org/051x4a456", - "https://ror.org/02azz6x90", - "https://ror.org/04zy24864", - "https://ror.org/04gns8903", - "https://ror.org/04t5w6b17", - "https://ror.org/02726j593", - "https://ror.org/05f3yt521", - "https://ror.org/02a5hqa58", - "https://ror.org/04jqmw447", - "https://ror.org/00gprdj76", - "https://ror.org/01vgda714", - "https://ror.org/048amsp50", - "https://ror.org/017ef8252", - "https://ror.org/00h9jx107", - "https://ror.org/01z686714", - "https://ror.org/04xtpdj18", - "https://ror.org/029fhmb28", - "https://ror.org/03vv7cm03", - "https://ror.org/00520ey40", - "https://ror.org/01dv3hq14", - "https://ror.org/00shc0s02", - "https://ror.org/030h9s280", - "https://ror.org/03zeg8w71", - "https://ror.org/03c94bc04", - "https://ror.org/02t1t6n83", - "https://ror.org/03z90hq89", - "https://ror.org/04rawk951", - "https://ror.org/017pcqs43", - "https://ror.org/006byrq44", - "https://ror.org/05ssfag15", - "https://ror.org/0422tyr14", - "https://ror.org/01n0q6e38", - "https://ror.org/040wrkp27", - "https://ror.org/01sb2fs58", - "https://ror.org/056an8658", - "https://ror.org/0344x6030", - "https://ror.org/051f11n17", - "https://ror.org/04kakt857", - "https://ror.org/055csed06", - "https://ror.org/05pc7fv53", - "https://ror.org/03dhz7247", - "https://ror.org/05t5rc419", - "https://ror.org/01b3qhp76", - "https://ror.org/03jmc9t23", - "https://ror.org/029k7k053", - "https://ror.org/009qtkb56", - "https://ror.org/044171329", - "https://ror.org/04z8mkz77", - "https://ror.org/01gk2wz65", - "https://ror.org/03bk73w20", - "https://ror.org/049317064", - "https://ror.org/027n02r78", - "https://ror.org/008cjy335", - "https://ror.org/04skssb35", - "https://ror.org/05gf3n961", - "https://ror.org/01w84qj32", - "https://ror.org/02ncvqp37", - "https://ror.org/016hfp155", - "https://ror.org/039ekp273", - "https://ror.org/02vf4sk45", - "https://ror.org/057n4xq60", - "https://ror.org/01qt3dj82", - "https://ror.org/05bpnjz66", - "https://ror.org/01ska0903", - "https://ror.org/022rrvm68", - "https://ror.org/02n937p61", - "https://ror.org/03ck95c19", - "https://ror.org/059dmrc35", - "https://ror.org/01p8wcy85", - "https://ror.org/02r4ram30", - "https://ror.org/005gbx671", - "https://ror.org/05kvjc571", - "https://ror.org/03tx2pf91", - "https://ror.org/02mx1ea71", - "https://ror.org/00wfve797", - "https://ror.org/00g6nvj03", - "https://ror.org/05a33r812", - "https://ror.org/04ef8pm25", - "https://ror.org/020frqf17", - "https://ror.org/04xnqnd94", - "https://ror.org/04f3vpm64", - "https://ror.org/00tnkbn59", - "https://ror.org/05m3tag45", - "https://ror.org/02qpqb855", - "https://ror.org/05gmwtd57", - "https://ror.org/04wbz7w60", - "https://ror.org/05nb4x016", - "https://ror.org/033px5146", - "https://ror.org/00je00x55", - "https://ror.org/02s6ww326", - "https://ror.org/056635736", - "https://ror.org/028a8bc58", - "https://ror.org/02e2pmn45", - "https://ror.org/02e1eph40", - "https://ror.org/00z0g8n94", - "https://ror.org/02bc50c05", - "https://ror.org/05ct5rw58", - "https://ror.org/0266a1t84", - "https://ror.org/020e8vq13", - "https://ror.org/05pntjg19", - "https://ror.org/02fnkyh09", - "https://ror.org/0557kgc34", - "https://ror.org/052qf7p09", - "https://ror.org/00h9jx107", - "https://ror.org/02akkm420", - "https://ror.org/021scha67", - "https://ror.org/00wp2bj27", - "https://ror.org/030hk6x09", - "https://ror.org/029fxjk95", - "https://ror.org/03szme345", - "https://ror.org/04eqxyk73", - "https://ror.org/04x7sgz22", - "https://ror.org/03f5ppt85", - "https://ror.org/04y7bzk92", - "https://ror.org/03y5fjm90", - "https://ror.org/05qc18f66", - "https://ror.org/02s0yy165", - "https://ror.org/049ecjx61", - "https://ror.org/03e5eem51", - "https://ror.org/007mjr682", - "https://ror.org/01b1j4e13", - "https://ror.org/01a1xfd09", - "https://ror.org/03mzbmf11", - "https://ror.org/04b581c27", - "https://ror.org/05nnv1197", - "https://ror.org/01whksa54", - "https://ror.org/030hk6x09", - "https://ror.org/055fe2s59", - "https://ror.org/00b5qjr76", - "https://ror.org/045v66z43", - "https://ror.org/029bjdf19", - "https://ror.org/05gbyky62", - "https://ror.org/03napcw37", - "https://ror.org/00ezjkn15", - "https://ror.org/01nmpe263", - "https://ror.org/00k9x6n46", - "https://ror.org/05dkdaa55", - "https://ror.org/026c02f25", - "https://ror.org/00z65ng94", - "https://ror.org/01azrym08", - "https://ror.org/047exzk05", - "https://ror.org/043hjsp66", - "https://ror.org/01jkd3546", - "https://ror.org/037styt87", - "https://ror.org/02jj4k517", - "https://ror.org/00bbt0744", - "https://ror.org/050rg6t21", - "https://ror.org/05m4hh157", - "https://ror.org/05ne3s142", - "https://ror.org/04ryvdf08", - "https://ror.org/01qdbbk19", - "https://ror.org/05baf4s06", - "https://ror.org/01v5rbf40", - "https://ror.org/05wgt8358", - "https://ror.org/00g4bcb66", - "https://ror.org/056wf8856", - "https://ror.org/010b90792", - "https://ror.org/02j983531", - "https://ror.org/053nrfb18", - "https://ror.org/03e5eem51", - "https://ror.org/04rf83d41", - "https://ror.org/04xnqnd94", - "https://ror.org/04wteqw51", - "https://ror.org/05m3tag45", - "https://ror.org/00c6xwj41", - "https://ror.org/03gbabd35", - "https://ror.org/011nbgj79", - "https://ror.org/0277xgb12", - "https://ror.org/04faa0n67", - "https://ror.org/00q976b76", - "https://ror.org/02qpqb855", - "https://ror.org/05pp7qy10", - "https://ror.org/04d7gd791", - "https://ror.org/00mj88198", - "https://ror.org/00f4mz521", - "https://ror.org/006btmz82", - "https://ror.org/02azz6x90", - "https://ror.org/045xd0268", - "https://ror.org/007ebp326", - "https://ror.org/04t5w6b17", - "https://ror.org/01rwqqv19", - "https://ror.org/02375ts60", - "https://ror.org/008kv0w14", - "https://ror.org/03g1eje15", - "https://ror.org/01473qm81", - "https://ror.org/05swf4h71", - "https://ror.org/02vbq0s06", - "https://ror.org/02hgfj293", - "https://ror.org/00shc0s02", - "https://ror.org/0168c7237", - "https://ror.org/01v5rbf40", - "https://ror.org/01dc8vg74", - "https://ror.org/05m2n8847", - "https://ror.org/026md7341", - "https://ror.org/02r4ram30", - "https://ror.org/051jjt714", - "https://ror.org/01tpj7340", - "https://ror.org/019j3tz70", - "https://ror.org/02168cw18", - "https://ror.org/04rb38388", - "https://ror.org/02k9pct19", - "https://ror.org/03msdt869", - "https://ror.org/0261qw820", - "https://ror.org/010ftx126", - "https://ror.org/01azrym08", - "https://ror.org/05ptgb204", - "https://ror.org/02jj4k517", - "https://ror.org/01pd36p58", - "https://ror.org/020m36v47", - "https://ror.org/03aesme15", - "https://ror.org/0266a1t84", - "https://ror.org/057j5m475", - "https://ror.org/04hzqbs28", - "https://ror.org/02gyp0j55", - "https://ror.org/002zjz985", - "https://ror.org/02rzsax38", - "https://ror.org/02cbc9x18", - "https://ror.org/05ph49593", - "https://ror.org/00fkjwd61", - "https://ror.org/025kkqh74", - "https://ror.org/01yyzg640", - "https://ror.org/016rf4127", - "https://ror.org/006knem90" - ] - }, - "https://ror.org/03f239z63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dd4fz34" - ] - }, - "https://ror.org/047f73w76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04427p113" - ] - }, - "https://ror.org/01wf12v72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03f6z9r32" - ] - }, - "https://ror.org/05ggn0a85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05me1q676", - "https://ror.org/0286qer95", - "https://ror.org/04xsmz457", - "https://ror.org/023jyyg30" - ] - }, - "https://ror.org/059qr5h87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04y24xj84", - "https://ror.org/03jms8710", - "https://ror.org/00prvqp73" - ] - }, - "https://ror.org/022tv9y30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00yz0w484" - ] - }, - "https://ror.org/044790d95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zeqwe54", - "https://ror.org/05deks119", - "https://ror.org/01s5axj25" - ] - }, - "https://ror.org/04dp46240": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05m35m789" - ] - }, - "https://ror.org/03g8mak77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03kp1tb17" - ] - }, - "https://ror.org/029chgv08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/034m6ke32", - "https://ror.org/04r1cxt79", - "https://ror.org/03fs9z545", - "https://ror.org/03tebt685", - "https://ror.org/05rehad94", - "https://ror.org/03r42r570", - "https://ror.org/04s9kfd63", - "https://ror.org/02e6k9z27", - "https://ror.org/03xbccz06", - "https://ror.org/0094tm228", - "https://ror.org/05crdvn36", - "https://ror.org/02704qw51", - "https://ror.org/040b19m18", - "https://ror.org/0172mzb45", - "https://ror.org/03myjph80", - "https://ror.org/00m7w8s72", - "https://ror.org/00rbqbc98", - "https://ror.org/05cy4wa09", - "https://ror.org/05d64cx77", - "https://ror.org/00sesj155", - "https://ror.org/00fp3ce15", - "https://ror.org/05nz0zp31", - "https://ror.org/0264dxb48", - "https://ror.org/02dtmmn34", - "https://ror.org/045te9e08", - "https://ror.org/01ez37r05", - "https://ror.org/00qh9dx40", - "https://ror.org/0139c4536", - "https://ror.org/03hwx9w41" - ] - }, - "https://ror.org/0437w5765": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dd4fz34" - ] - }, - "https://ror.org/0377z4z10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mkad321" - ] - }, - "https://ror.org/01xsqw823": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0108bjm70", - "https://ror.org/00n3pea85", - "https://ror.org/04pqzwm85", - "https://ror.org/02zz8mw60", - "https://ror.org/03jrn4k58", - "https://ror.org/026t6sy78", - "https://ror.org/00z1h3j87", - "https://ror.org/05gedqb32", - "https://ror.org/01tvt4d48", - "https://ror.org/02m3x8945", - "https://ror.org/03fe56089", - "https://ror.org/01j6sxy67", - "https://ror.org/05atcw115", - "https://ror.org/02nc8ke31", - "https://ror.org/049nnjd96", - "https://ror.org/030sgj832", - "https://ror.org/054df3r05", - "https://ror.org/03sqbp894", - "https://ror.org/025vn3989", - "https://ror.org/01jxkq910", - "https://ror.org/041mhqs27", - "https://ror.org/02fpcfw82", - "https://ror.org/01bthtp68" - ] - }, - "https://ror.org/03wp25384": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02z92c890" - ] - }, - "https://ror.org/04kd6c783": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02yh0k313", - "https://ror.org/00xb05e36", - "https://ror.org/04jt1bz85" - ] - }, - "https://ror.org/02z4rsp10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/023qdcg29", - "https://ror.org/04a3akw68", - "https://ror.org/05tw0wf88", - "https://ror.org/00v8s1x79", - "https://ror.org/0509tgg56", - "https://ror.org/02hbhxa68", - "https://ror.org/03hbksy74", - "https://ror.org/052xgjt73", - "https://ror.org/01z2efh66", - "https://ror.org/01msdga41", - "https://ror.org/01818mf51" - ] - }, - "https://ror.org/04n0g0b29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044mj7r89", - "https://ror.org/03wbt1f24", - "https://ror.org/033m8p353", - "https://ror.org/04jp88086", - "https://ror.org/037tawy03", - "https://ror.org/04m3cqq68", - "https://ror.org/05193xx52", - "https://ror.org/03k4wdb90" - ] - }, - "https://ror.org/04w0rgq42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05rdan836" - ] - }, - "https://ror.org/03pvr2g57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00rwpbm87", - "https://ror.org/013tmk464", - "https://ror.org/000ph9k36" - ] - }, - "https://ror.org/00xvm4f81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04kzytq43" - ] - }, - "https://ror.org/03k9fzs17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01bmf6d75" - ] - }, - "https://ror.org/016ncsr12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ghtjd11", - "https://ror.org/025mhc977", - "https://ror.org/047b6f797", - "https://ror.org/04yc2e502", - "https://ror.org/022r5hc56" - ] - }, - "https://ror.org/02gfc7t72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ha1f767", - "https://ror.org/00v0g9w49", - "https://ror.org/03nb7bx92", - "https://ror.org/01pf2cj55", - "https://ror.org/05pq8vh42", - "https://ror.org/00wq3fc38", - "https://ror.org/012gwbh42", - "https://ror.org/04m7z8d34", - "https://ror.org/02hpa6m94", - "https://ror.org/05s24hr53", - "https://ror.org/02wh02235", - "https://ror.org/01v5e3436", - "https://ror.org/03ycqrz18", - "https://ror.org/05721rw82", - "https://ror.org/038szmr31", - "https://ror.org/03v9e8t09", - "https://ror.org/0391qz193", - "https://ror.org/01fah6g03", - "https://ror.org/019pzjm43", - "https://ror.org/04advdf21", - "https://ror.org/05343aa75", - "https://ror.org/04rxrdv16", - "https://ror.org/01297db79", - "https://ror.org/00zsy6110", - "https://ror.org/01a631g06", - "https://ror.org/03vht8z34", - "https://ror.org/03cn45t22", - "https://ror.org/01hq59z49", - "https://ror.org/006gw6z14", - "https://ror.org/056a37x91", - "https://ror.org/00drcz023", - "https://ror.org/03byqb733", - "https://ror.org/01y9jdj03", - "https://ror.org/03hasqf61", - "https://ror.org/054vff263", - "https://ror.org/017xch102", - "https://ror.org/00pfxsh56", - "https://ror.org/0140hpe71", - "https://ror.org/05jw4kp39", - "https://ror.org/039vw4178", - "https://ror.org/022r8mj40", - "https://ror.org/03srn9y98", - "https://ror.org/01q9drc95", - "https://ror.org/0526wrz79", - "https://ror.org/00xk8t981", - "https://ror.org/02ysayy16", - "https://ror.org/01d963745", - "https://ror.org/031zwx660", - "https://ror.org/02h7vfp25", - "https://ror.org/056yktd04", - "https://ror.org/044mj7r89", - "https://ror.org/04dgb8y52", - "https://ror.org/03fz4fp45", - "https://ror.org/02qeh6420", - "https://ror.org/05ect0289", - "https://ror.org/00rafd796", - "https://ror.org/04zdays56", - "https://ror.org/051p0fy59", - "https://ror.org/03s0hv140", - "https://ror.org/002zef647", - "https://ror.org/05ncvzk72", - "https://ror.org/03xk60j79", - "https://ror.org/040kx1j83", - "https://ror.org/00hsc2364", - "https://ror.org/00bzgd159", - "https://ror.org/00mcdyn90", - "https://ror.org/01vbgty78", - "https://ror.org/0199zx576", - "https://ror.org/039ssy097", - "https://ror.org/018m1s709", - "https://ror.org/02pfge856", - "https://ror.org/02xav4q54", - "https://ror.org/04ka0vh05", - "https://ror.org/055cmx385", - "https://ror.org/03kjyy960", - "https://ror.org/05dsysc59", - "https://ror.org/004swtw80", - "https://ror.org/02qqy8j09", - "https://ror.org/045yy3r21", - "https://ror.org/04qayn356", - "https://ror.org/03x2a1f75", - "https://ror.org/01nsd7y51", - "https://ror.org/01rm2sw78", - "https://ror.org/01jg7hk52", - "https://ror.org/00ae13b94", - "https://ror.org/054df1z79", - "https://ror.org/00y518s84", - "https://ror.org/031y0e568", - "https://ror.org/009wseg80", - "https://ror.org/05hy3q009", - "https://ror.org/04qan0m84", - "https://ror.org/02rgtxm82", - "https://ror.org/01jsenc11", - "https://ror.org/04nrv3s86", - "https://ror.org/03p80e845", - "https://ror.org/03dpyrm54", - "https://ror.org/01603fg59", - "https://ror.org/03f5bh097", - "https://ror.org/02bgdk629", - "https://ror.org/031n2c920", - "https://ror.org/000nhpy59", - "https://ror.org/04q93ds34", - "https://ror.org/00bnagp43", - "https://ror.org/028ev2d94", - "https://ror.org/02vznxv75", - "https://ror.org/05e0q7s59", - "https://ror.org/002smyt64", - "https://ror.org/038792a28", - "https://ror.org/00fkwx227", - "https://ror.org/025580q89", - "https://ror.org/04ttfv304", - "https://ror.org/02e9dby02", - "https://ror.org/00tpn9z48", - "https://ror.org/05t8khn72", - "https://ror.org/02v6zg374", - "https://ror.org/015w4v032", - "https://ror.org/00r1wwd23", - "https://ror.org/03ezemd27", - "https://ror.org/03c0ach84", - "https://ror.org/0370sk906", - "https://ror.org/00ybwtz11", - "https://ror.org/04mfzb702", - "https://ror.org/00k1qja49", - "https://ror.org/0288vxa97", - "https://ror.org/02kf0qx29", - "https://ror.org/01jwe7h47", - "https://ror.org/051gp9e93", - "https://ror.org/05wy0y692", - "https://ror.org/043cvne07", - "https://ror.org/03ad9bh13", - "https://ror.org/0580ctc67", - "https://ror.org/01k5d9263", - "https://ror.org/01za2jq02", - "https://ror.org/02nxes898", - "https://ror.org/043vr8e29", - "https://ror.org/025x8qw35", - "https://ror.org/01y7nsd18", - "https://ror.org/049y34t50", - "https://ror.org/02cp22d42", - "https://ror.org/01zytxw03", - "https://ror.org/05m6hv760", - "https://ror.org/054dxrt80", - "https://ror.org/04cadha73", - "https://ror.org/011q66e29", - "https://ror.org/01yhwa418", - "https://ror.org/04pnym676", - "https://ror.org/01mqtzm43", - "https://ror.org/03xw5ev35", - "https://ror.org/02wxs2325", - "https://ror.org/042j94f44" - ] - }, - "https://ror.org/05ghbjx71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02805zw73", - "https://ror.org/05sqjae09" - ] - }, - "https://ror.org/033n3pw66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0286qer95" - ] - }, - "https://ror.org/01chzd453": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00v570979" - ] - }, - "https://ror.org/038agj363": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dd4fz34" - ] - }, - "https://ror.org/00t67pt25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05a9avq33", - "https://ror.org/05jc8b719" - ] - }, - "https://ror.org/00fbnyb24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054zwas39", - "https://ror.org/00kkpv737", - "https://ror.org/013tmk464" - ] - }, - "https://ror.org/04m06f066": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03v501g47" - ] - }, - "https://ror.org/04gqg1a07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00qk0vr83", - "https://ror.org/03taa9n66", - "https://ror.org/01cf2sz15", - "https://ror.org/015gaxx73", - "https://ror.org/010hz2d37", - "https://ror.org/03x1z2w73", - "https://ror.org/014p6mg26", - "https://ror.org/04axb9j69", - "https://ror.org/0157h5t87", - "https://ror.org/02rmwrd87", - "https://ror.org/03jrb0276", - "https://ror.org/049nhh297", - "https://ror.org/050rs7291", - "https://ror.org/00prvqp73" - ] - }, - "https://ror.org/010nsgg66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00w53fs94", - "https://ror.org/039t4wk02", - "https://ror.org/04n901n71" - ] - }, - "https://ror.org/03szqc633": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05k4wb327" - ] - }, - "https://ror.org/001w7jn25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0493xsw21", - "https://ror.org/03vkhr254", - "https://ror.org/0086bb350", - "https://ror.org/01mmady97", - "https://ror.org/016rf0n60", - "https://ror.org/05dsfb086" - ] - }, - "https://ror.org/03sbpja79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04rxxfz69", - "https://ror.org/00scx1h10", - "https://ror.org/023y2na82", - "https://ror.org/018h10037", - "https://ror.org/02wnqcb97", - "https://ror.org/01h3bmp72" - ] - }, - "https://ror.org/00y25pj85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0038jry16" - ] - }, - "https://ror.org/04ghsqz27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05mf37487" - ] - }, - "https://ror.org/05t153d32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0282skn54" - ] - }, - "https://ror.org/051316d77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dd4fz34" - ] - }, - "https://ror.org/05fb7v315": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020jy7109" - ] - }, - "https://ror.org/020r6p262": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01mbsxc64" - ] - }, - "https://ror.org/02n5e6456": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051b68e86" - ] - }, - "https://ror.org/0415vcw02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05me1q676" - ] - }, - "https://ror.org/0234cd281": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ze5qn46", - "https://ror.org/015c8af10", - "https://ror.org/0535c3537", - "https://ror.org/014m1ef46", - "https://ror.org/04fs8gp50", - "https://ror.org/033y26782", - "https://ror.org/02y2f3e22", - "https://ror.org/00mhg9s35", - "https://ror.org/02aq67p44", - "https://ror.org/03p5evc41", - "https://ror.org/016t76z82", - "https://ror.org/010g5w962", - "https://ror.org/0510bgz94", - "https://ror.org/02vq4f039", - "https://ror.org/00c782c94", - "https://ror.org/00e2e3n51", - "https://ror.org/011qgx996", - "https://ror.org/00dcjap62", - "https://ror.org/00yck8s68", - "https://ror.org/03cxg0n72", - "https://ror.org/038h0z436", - "https://ror.org/01jce8981", - "https://ror.org/0075b7k59", - "https://ror.org/04ccqwj03", - "https://ror.org/04kf71z43", - "https://ror.org/053jnhe44", - "https://ror.org/00b252v89", - "https://ror.org/043tqah33", - "https://ror.org/009x26v36" - ] - }, - "https://ror.org/00d0nc645": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02fyxhe35", - "https://ror.org/05168yk81", - "https://ror.org/00hc2mf91", - "https://ror.org/04xhxg104", - "https://ror.org/015drfm81", - "https://ror.org/01nehjf29", - "https://ror.org/0521n7n83", - "https://ror.org/001dd4s60", - "https://ror.org/04ww0w091", - "https://ror.org/017fqk185", - "https://ror.org/03819cc96", - "https://ror.org/01x21tj82", - "https://ror.org/03jtz4s80", - "https://ror.org/00eqfbw40", - "https://ror.org/03zryq964", - "https://ror.org/01rw27z95", - "https://ror.org/02w7f3w92", - "https://ror.org/05k87vq12", - "https://ror.org/0300m5276", - "https://ror.org/04xrsn650", - "https://ror.org/010wkqn50", - "https://ror.org/056zprp28", - "https://ror.org/05xdft911", - "https://ror.org/032q61545", - "https://ror.org/04kcgyj43" - ] - }, - "https://ror.org/0436mv865": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05me1q676" - ] - }, - "https://ror.org/02vwpg498": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05r4c7e67" - ] - }, - "https://ror.org/02rcrvv70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0135c5n64", - "https://ror.org/03trkbn45", - "https://ror.org/03tns0030", - "https://ror.org/00bws1855", - "https://ror.org/01kb3t575", - "https://ror.org/027ka1x80", - "https://ror.org/021nxhr62", - "https://ror.org/01d582b74", - "https://ror.org/01v3fsc55", - "https://ror.org/015t55b95", - "https://ror.org/014mn3s63", - "https://ror.org/01n6e6j62", - "https://ror.org/00k1mwv09", - "https://ror.org/00mhxn926", - "https://ror.org/01na82s61", - "https://ror.org/04chq2495", - "https://ror.org/0447fe631", - "https://ror.org/021adze67", - "https://ror.org/01bj3aw27", - "https://ror.org/033jnv181", - "https://ror.org/00jyr0d86", - "https://ror.org/014a5gx79", - "https://ror.org/02916qm60", - "https://ror.org/05mbkbj54", - "https://ror.org/03vvynj75", - "https://ror.org/02xfw2e90", - "https://ror.org/05rsv9s98", - "https://ror.org/03v0pmy70", - "https://ror.org/028t43p77", - "https://ror.org/04bqa9n74", - "https://ror.org/01xqwbk25", - "https://ror.org/04b7xxn32", - "https://ror.org/05scvw539", - "https://ror.org/00rn4r370", - "https://ror.org/02s4m5j79", - "https://ror.org/05998w930", - "https://ror.org/0351agv44", - "https://ror.org/02bjkqr85", - "https://ror.org/05pxjag90", - "https://ror.org/02rj8cx55", - "https://ror.org/022nyme12", - "https://ror.org/02acart68", - "https://ror.org/054zw2979", - "https://ror.org/03hjnwv43", - "https://ror.org/03em45j53", - "https://ror.org/05ffhwq07", - "https://ror.org/028b18z22", - "https://ror.org/01m9s4d25", - "https://ror.org/01th7sf79", - "https://ror.org/010jszw77", - "https://ror.org/00gqmdy63", - "https://ror.org/02jy9d058", - "https://ror.org/013b2jw60", - "https://ror.org/059fqnc42", - "https://ror.org/0171mag52", - "https://ror.org/02z0qe787", - "https://ror.org/05b1jpg49", - "https://ror.org/017mjs592", - "https://ror.org/00wks2x74", - "https://ror.org/02s42x260", - "https://ror.org/00fe3cc74", - "https://ror.org/027k65916", - "https://ror.org/04xx4z452", - "https://ror.org/03xnmzw54", - "https://ror.org/03kjpzv42", - "https://ror.org/051ksdh55", - "https://ror.org/0399mhs52", - "https://ror.org/03pq4g524", - "https://ror.org/02xa99s59", - "https://ror.org/02epydz83", - "https://ror.org/02k2r5455", - "https://ror.org/0071sjj14", - "https://ror.org/057mgcy61", - "https://ror.org/0249rpb20", - "https://ror.org/00x0rjj17", - "https://ror.org/02w20cr42", - "https://ror.org/04eehbt36", - "https://ror.org/02mkj1868", - "https://ror.org/00rqs0x69", - "https://ror.org/00nr2vg89", - "https://ror.org/03ycy6g75", - "https://ror.org/058465397", - "https://ror.org/045fdzr53", - "https://ror.org/04y65f081", - "https://ror.org/020xgge28", - "https://ror.org/01w1q7x19", - "https://ror.org/0225cwm17", - "https://ror.org/006ndaj41", - "https://ror.org/00bgr8r13", - "https://ror.org/04jrbrj58", - "https://ror.org/01p7gwa14", - "https://ror.org/04437j066", - "https://ror.org/050we9f15", - "https://ror.org/0169ypx19", - "https://ror.org/03j9e2j92", - "https://ror.org/03h2q9n18", - "https://ror.org/05k1jx057", - "https://ror.org/0028hgc48", - "https://ror.org/03024dz78", - "https://ror.org/010ww9x09", - "https://ror.org/00r57r863", - "https://ror.org/01bfczx74", - "https://ror.org/01zpqad83", - "https://ror.org/05ae2ng62", - "https://ror.org/04jaeeg73", - "https://ror.org/01cyfxe35", - "https://ror.org/04cr1bk24", - "https://ror.org/045s99b94", - "https://ror.org/05g4cxq12", - "https://ror.org/01z3tfx80", - "https://ror.org/02a0fwv66", - "https://ror.org/00k551w06", - "https://ror.org/001xhss06", - "https://ror.org/025kzpk63", - "https://ror.org/014bj5w56", - "https://ror.org/00b6sbb32", - "https://ror.org/05p847d66", - "https://ror.org/029b7h395", - "https://ror.org/03h7mcc28", - "https://ror.org/03w1s3j27", - "https://ror.org/01qa5ep47", - "https://ror.org/03zmsge54", - "https://ror.org/04vj69e88", - "https://ror.org/00apvva27", - "https://ror.org/00qerpb33", - "https://ror.org/01hh6s351", - "https://ror.org/01rcfpa16", - "https://ror.org/01gmp5538", - "https://ror.org/02ch5q898", - "https://ror.org/04h67aa53", - "https://ror.org/04nseet23", - "https://ror.org/020fhsn68", - "https://ror.org/01shctp43", - "https://ror.org/05sk14837", - "https://ror.org/01v6d0b34", - "https://ror.org/01dy3j343", - "https://ror.org/01ghfgz70", - "https://ror.org/02shwmm76", - "https://ror.org/04pw1zg89", - "https://ror.org/04j43p132", - "https://ror.org/03s53g630", - "https://ror.org/01xf8ec44", - "https://ror.org/04knth696", - "https://ror.org/0376wcg10", - "https://ror.org/012rb2c33", - "https://ror.org/04p405e02", - "https://ror.org/01xx4fy37", - "https://ror.org/02d2m2044", - "https://ror.org/0599wfz09", - "https://ror.org/02bgabj83", - "https://ror.org/05ycxzd89", - "https://ror.org/050m26017", - "https://ror.org/045k2ma45", - "https://ror.org/00t9khr87", - "https://ror.org/00t77bz53", - "https://ror.org/056mcm922", - "https://ror.org/00z6b1508", - "https://ror.org/04dpymk59", - "https://ror.org/05qx3fv49", - "https://ror.org/03j7rgg33", - "https://ror.org/05222ev03", - "https://ror.org/03zmjc935", - "https://ror.org/02qhkmh27", - "https://ror.org/00e7ec781", - "https://ror.org/03b17a012", - "https://ror.org/0486x5a41", - "https://ror.org/02an13226", - "https://ror.org/05xpvk416", - "https://ror.org/02z5nhe81", - "https://ror.org/01p92hb48", - "https://ror.org/00tgqzw13", - "https://ror.org/01qn7cs15", - "https://ror.org/0114yjq47", - "https://ror.org/032241511", - "https://ror.org/05kd5e468", - "https://ror.org/009heah97", - "https://ror.org/04t5yz624", - "https://ror.org/01xyx5098", - "https://ror.org/025nqct78", - "https://ror.org/001yrmh12", - "https://ror.org/049zppa02", - "https://ror.org/01zqyhk59", - "https://ror.org/04tz64554", - "https://ror.org/05jr0p734", - "https://ror.org/03b7pda13", - "https://ror.org/024z17f57", - "https://ror.org/02k4pxv54", - "https://ror.org/0047bvr32", - "https://ror.org/00q4sx826", - "https://ror.org/01973x930", - "https://ror.org/035w1gb98", - "https://ror.org/03ar0mv07", - "https://ror.org/05c5e7249", - "https://ror.org/00ew61678", - "https://ror.org/05yemb122", - "https://ror.org/04r9s9m52", - "https://ror.org/04g8ye561", - "https://ror.org/056w4jg78", - "https://ror.org/023cyha02", - "https://ror.org/02wr9sg03", - "https://ror.org/03scae842", - "https://ror.org/0566rpx77", - "https://ror.org/03mg1c955", - "https://ror.org/0123ggt98", - "https://ror.org/04et59085", - "https://ror.org/00fyvea65", - "https://ror.org/03q1rgc19", - "https://ror.org/00qq8bd87", - "https://ror.org/01ca2by25", - "https://ror.org/04d8cf622", - "https://ror.org/03ww55028", - "https://ror.org/03sk1we31", - "https://ror.org/037k8mg80", - "https://ror.org/05hsv7e61", - "https://ror.org/02xznz413", - "https://ror.org/00km40770", - "https://ror.org/01c9ay627", - "https://ror.org/03ery9d53", - "https://ror.org/04nnxen11", - "https://ror.org/02z1qvq09", - "https://ror.org/05ek3m339", - "https://ror.org/03jf3w726", - "https://ror.org/02ah1da87", - "https://ror.org/05tj7dm33", - "https://ror.org/00mmn6b08", - "https://ror.org/04s778r16", - "https://ror.org/03eecgp81", - "https://ror.org/0054t4769", - "https://ror.org/05hhm9a98", - "https://ror.org/01h04ms65", - "https://ror.org/03e7mhc87", - "https://ror.org/01t14bp54", - "https://ror.org/00hvbwp12", - "https://ror.org/00htph268", - "https://ror.org/02vg64e60", - "https://ror.org/028rfb880", - "https://ror.org/00mw1dx44", - "https://ror.org/05p9bjd64", - "https://ror.org/02bhbx726", - "https://ror.org/037897814", - "https://ror.org/04csf5r20", - "https://ror.org/035fxjt55", - "https://ror.org/035sc8895", - "https://ror.org/01zprx076", - "https://ror.org/00n4kg172", - "https://ror.org/02y6dp041", - "https://ror.org/041g4v832", - "https://ror.org/05cpnza27", - "https://ror.org/040vxhp34", - "https://ror.org/00536t873", - "https://ror.org/04rp4zh16", - "https://ror.org/00g8hms52", - "https://ror.org/00vf4jm23", - "https://ror.org/03jmfdf59", - "https://ror.org/029y69023", - "https://ror.org/042twtr12", - "https://ror.org/02g02rq35", - "https://ror.org/0121dpf30", - "https://ror.org/01fykh430", - "https://ror.org/01cwqze88", - "https://ror.org/05vvw9r90", - "https://ror.org/00r348449", - "https://ror.org/05gvkjb48", - "https://ror.org/02fm3sv87", - "https://ror.org/04dh3fc08", - "https://ror.org/02r0j1w74", - "https://ror.org/03t3qg659", - "https://ror.org/034xvzb47", - "https://ror.org/05xf94514", - "https://ror.org/05tjhqa05", - "https://ror.org/01y5va805", - "https://ror.org/01g9x3v85", - "https://ror.org/00zyc7969", - "https://ror.org/02bq0x116", - "https://ror.org/04qa2gd95", - "https://ror.org/0568dpm54", - "https://ror.org/00ta5r839", - "https://ror.org/00v8p7w89", - "https://ror.org/05335sh79", - "https://ror.org/0006s4z66", - "https://ror.org/032jvkt14", - "https://ror.org/04sqfaq74", - "https://ror.org/03z2d7y96", - "https://ror.org/03mm5qn83", - "https://ror.org/01nbmrk54", - "https://ror.org/05hb6w248", - "https://ror.org/05mc17455", - "https://ror.org/01k32vr40", - "https://ror.org/05q0y0j38", - "https://ror.org/0473rr271", - "https://ror.org/0275ebj77", - "https://ror.org/01mg0yh05", - "https://ror.org/04gcfqs37", - "https://ror.org/055hae320", - "https://ror.org/04a2k6j28", - "https://ror.org/01jt5mq34", - "https://ror.org/05xfdey77", - "https://ror.org/0150hkx05", - "https://ror.org/01dbbht76", - "https://ror.org/04s3dsz85", - "https://ror.org/0155sw530", - "https://ror.org/05eq41471", - "https://ror.org/027w0yp05", - "https://ror.org/0442kw503", - "https://ror.org/03ydjzz16", - "https://ror.org/01sy5zn44", - "https://ror.org/044zqqy65", - "https://ror.org/034ywsh12", - "https://ror.org/00ezrrm21", - "https://ror.org/04k7dar27", - "https://ror.org/035a68863", - "https://ror.org/03ccbtk93", - "https://ror.org/033trmh69", - "https://ror.org/0188dhg98", - "https://ror.org/04hccab49", - "https://ror.org/0540g1c48", - "https://ror.org/057xcp713", - "https://ror.org/02z0mvz29", - "https://ror.org/00ryjtt64", - "https://ror.org/01dy3j343", - "https://ror.org/04xr3m042", - "https://ror.org/04rvfc379", - "https://ror.org/03myraf72", - "https://ror.org/05g4cxq12", - "https://ror.org/05xkke381", - "https://ror.org/05q5zzn71", - "https://ror.org/02ajbht29", - "https://ror.org/045t78n53", - "https://ror.org/02rcakp17", - "https://ror.org/02295tc31", - "https://ror.org/005sm0w71", - "https://ror.org/04qn9mx93", - "https://ror.org/03g87he71", - "https://ror.org/01rvays47", - "https://ror.org/002jdaq33", - "https://ror.org/01tnvpc68", - "https://ror.org/04nh1dc89", - "https://ror.org/02rdzmk74", - "https://ror.org/01mng8331", - "https://ror.org/053a2cp42", - "https://ror.org/054ydxh33", - "https://ror.org/00whkrf32", - "https://ror.org/03mamvh39", - "https://ror.org/05s7cqk18", - "https://ror.org/02kd4km72", - "https://ror.org/0471zv972", - "https://ror.org/028yd4c30", - "https://ror.org/01krpsy48", - "https://ror.org/050rnw378", - "https://ror.org/03xyg3m20", - "https://ror.org/0388pet74", - "https://ror.org/03z9hh605", - "https://ror.org/037gd6g64", - "https://ror.org/05v01mk25", - "https://ror.org/05wqqhv83", - "https://ror.org/05nwjp114", - "https://ror.org/04ya3kq71", - "https://ror.org/04mg8wm74", - "https://ror.org/01ar8dr59", - "https://ror.org/01pc7k308", - "https://ror.org/051fftw81", - "https://ror.org/04ap5x931", - "https://ror.org/01sharn77", - "https://ror.org/05wgkzg12", - "https://ror.org/02dz2hb46", - "https://ror.org/0445wmv88", - "https://ror.org/02a65dj82", - "https://ror.org/034m1ez10", - "https://ror.org/03w6nzd18", - "https://ror.org/0492g1k39", - "https://ror.org/0135fch82", - "https://ror.org/048g3cy84", - "https://ror.org/0424mzx13", - "https://ror.org/058tw4f12", - "https://ror.org/04evh7y43", - "https://ror.org/014eweh95", - "https://ror.org/025dabr11", - "https://ror.org/04vw0kz07", - "https://ror.org/01vnjbg30", - "https://ror.org/04k9mqs78", - "https://ror.org/01k638r21", - "https://ror.org/02whst089", - "https://ror.org/04d1tk502", - "https://ror.org/04qr9ne10", - "https://ror.org/00qv2zm13", - "https://ror.org/03sqy6516", - "https://ror.org/02pfwxe49", - "https://ror.org/05vw05p26", - "https://ror.org/031sp1p50", - "https://ror.org/042re3x97", - "https://ror.org/019jdc178", - "https://ror.org/02s42ys89", - "https://ror.org/036a0fn15", - "https://ror.org/04347cr60", - "https://ror.org/022ethc91", - "https://ror.org/01xcd2w79", - "https://ror.org/03ccbtk93", - "https://ror.org/01nysf027", - "https://ror.org/024q3f615", - "https://ror.org/043fjtb89", - "https://ror.org/00tbs6p91", - "https://ror.org/015xey021", - "https://ror.org/03v61g875", - "https://ror.org/0440c3437", - "https://ror.org/02048n894", - "https://ror.org/008hybe55", - "https://ror.org/04xz38214", - "https://ror.org/04a0y3b96", - "https://ror.org/05qgcra83", - "https://ror.org/016s8vs02", - "https://ror.org/02zs3hb12", - "https://ror.org/01gdv4d86", - "https://ror.org/04wzf4f82", - "https://ror.org/04j23ff69", - "https://ror.org/02yn1nr06", - "https://ror.org/01ksx6c70", - "https://ror.org/038rzmb16", - "https://ror.org/01j5kpq29", - "https://ror.org/0014w1417", - "https://ror.org/01rrxb840", - "https://ror.org/00vg14f79", - "https://ror.org/05k70qf45", - "https://ror.org/045by4v54", - "https://ror.org/03fg5ns40", - "https://ror.org/04g3ykc66", - "https://ror.org/03db51w68", - "https://ror.org/015tnsz82", - "https://ror.org/01n6agm35", - "https://ror.org/04vzsq290", - "https://ror.org/04r0wrp59", - "https://ror.org/007qwym43", - "https://ror.org/02k4h0334", - "https://ror.org/033mqx355", - "https://ror.org/00h8b7583", - "https://ror.org/00tgqzw13", - "https://ror.org/037f7zx95", - "https://ror.org/04haaft31", - "https://ror.org/031m8s392", - "https://ror.org/01kgxxx41", - "https://ror.org/018qsef31", - "https://ror.org/032h87485", - "https://ror.org/04ggd2r74", - "https://ror.org/05xqpda80", - "https://ror.org/02kgve346", - "https://ror.org/00xfvky15", - "https://ror.org/046107075", - "https://ror.org/033r52n02", - "https://ror.org/05t7fg049", - "https://ror.org/018nbcn37", - "https://ror.org/03zzjgp12", - "https://ror.org/01ds51411", - "https://ror.org/053598c22", - "https://ror.org/0444fnd49", - "https://ror.org/05c6y9623", - "https://ror.org/047fr0y29", - "https://ror.org/035hx7715", - "https://ror.org/05370mv03", - "https://ror.org/03yn06t56", - "https://ror.org/052pywd95", - "https://ror.org/054bfvp24", - "https://ror.org/04c3j6v84", - "https://ror.org/017z8h955", - "https://ror.org/0432dh318", - "https://ror.org/03m2f9j08", - "https://ror.org/00cg22c97", - "https://ror.org/04ypd8a97", - "https://ror.org/02jb34965", - "https://ror.org/02pkedj80", - "https://ror.org/0312jvg82", - "https://ror.org/02c23kc81", - "https://ror.org/00ndyev54", - "https://ror.org/02qy3wv98", - "https://ror.org/0235zh559", - "https://ror.org/038hf8q48", - "https://ror.org/014kxm163", - "https://ror.org/013ew2c19", - "https://ror.org/02x0wxr53", - "https://ror.org/03hmhdm29", - "https://ror.org/04b222d59", - "https://ror.org/02txa8h30", - "https://ror.org/04kfq3e26", - "https://ror.org/054y3ya26", - "https://ror.org/002pscq53", - "https://ror.org/01fmhrb91", - "https://ror.org/02891nv36", - "https://ror.org/00mj5bc69", - "https://ror.org/04n07f274", - "https://ror.org/009szpe27", - "https://ror.org/03df8gj37", - "https://ror.org/02caytj08", - "https://ror.org/02nbjdt61", - "https://ror.org/059ja6e58", - "https://ror.org/04eekkg41", - "https://ror.org/006gmme17", - "https://ror.org/02ypept83", - "https://ror.org/02m4c1x70", - "https://ror.org/05wnp9598", - "https://ror.org/00tvq5277", - "https://ror.org/02fx8f125", - "https://ror.org/0393cmd93", - "https://ror.org/03sbefh90", - "https://ror.org/012wfs048", - "https://ror.org/0399dfq26", - "https://ror.org/028zvc673", - "https://ror.org/00wa40650", - "https://ror.org/00afsp483", - "https://ror.org/04kz4p343", - "https://ror.org/02t7y5s37", - "https://ror.org/05w4e8v21", - "https://ror.org/04nkhqe34", - "https://ror.org/0189w2q14", - "https://ror.org/0593xbv16", - "https://ror.org/04vrzee53", - "https://ror.org/03bq05s23", - "https://ror.org/05av6m066", - "https://ror.org/03cs53d16", - "https://ror.org/014khrd35", - "https://ror.org/004tay810", - "https://ror.org/01f0pxq13", - "https://ror.org/00m91n277", - "https://ror.org/0556v4357", - "https://ror.org/01697cy46", - "https://ror.org/02y81ys86", - "https://ror.org/02x3zr378", - "https://ror.org/03fqkgf18", - "https://ror.org/054z15n55", - "https://ror.org/059vwwb84", - "https://ror.org/03jdm4e29", - "https://ror.org/00e5k6m88", - "https://ror.org/059j2wh09", - "https://ror.org/05083wh51", - "https://ror.org/00rk2pe57", - "https://ror.org/033yfkj90", - "https://ror.org/04rm24644", - "https://ror.org/01dh9vr61", - "https://ror.org/00znex860", - "https://ror.org/000ztjy10", - "https://ror.org/0539h2w52", - "https://ror.org/054ajk512", - "https://ror.org/03dm1p143", - "https://ror.org/01e2k1j30", - "https://ror.org/04w46c814", - "https://ror.org/03jdm4e29", - "https://ror.org/059j2wh09", - "https://ror.org/03jdm4e29", - "https://ror.org/05083wh51", - "https://ror.org/04w46c814", - "https://ror.org/054z15n55", - "https://ror.org/04zn7j940", - "https://ror.org/059vwwb84", - "https://ror.org/03sbefh90", - "https://ror.org/03agkn750", - "https://ror.org/04f6s9e70", - "https://ror.org/01cyr5g02", - "https://ror.org/02psmjc37", - "https://ror.org/0365gvr66", - "https://ror.org/05h6pya74", - "https://ror.org/01gas4q24", - "https://ror.org/01edzc976", - "https://ror.org/01kk9yv55", - "https://ror.org/041nk4h53", - "https://ror.org/058m7ey48", - "https://ror.org/01e41cf67", - "https://ror.org/01apwpt12", - "https://ror.org/031yh0y38", - "https://ror.org/00p6app11", - "https://ror.org/02ssawd58", - "https://ror.org/048ybsm72", - "https://ror.org/01wqtde93", - "https://ror.org/01qrpsa36", - "https://ror.org/03esms521", - "https://ror.org/036266993", - "https://ror.org/00heb4d89", - "https://ror.org/05csy5p27", - "https://ror.org/033jmdj81", - "https://ror.org/00f93gc02", - "https://ror.org/04848jz84", - "https://ror.org/02hdmed54", - "https://ror.org/03x9nbm24", - "https://ror.org/014kqcf15", - "https://ror.org/05vc7qy59", - "https://ror.org/00cx9er29", - "https://ror.org/02ayba360", - "https://ror.org/01x26mz03", - "https://ror.org/03naxhj05", - "https://ror.org/01ez1vb97", - "https://ror.org/04p0mdy95", - "https://ror.org/02gy5dj09", - "https://ror.org/009pn2s74", - "https://ror.org/004nzga04", - "https://ror.org/01xenw941", - "https://ror.org/031mgyp05", - "https://ror.org/04n45zg06", - "https://ror.org/01j67h539", - "https://ror.org/03gjh3k29", - "https://ror.org/04bfwqa71", - "https://ror.org/00qywr187", - "https://ror.org/05t41kv40", - "https://ror.org/049t0bn51", - "https://ror.org/00ty2a548", - "https://ror.org/0012c7r22", - "https://ror.org/05mg91w61", - "https://ror.org/0114b2m14", - "https://ror.org/02n3j8t12", - "https://ror.org/035m6g344", - "https://ror.org/02atag894", - "https://ror.org/031478740", - "https://ror.org/05msy3529", - "https://ror.org/01t14bp54", - "https://ror.org/03dbdcw44", - "https://ror.org/02gr2sy50", - "https://ror.org/02jbv0t02", - "https://ror.org/041m9xr71", - "https://ror.org/05gvnxz63", - "https://ror.org/02ex6cf31", - "https://ror.org/020hgte69", - "https://ror.org/01qz5mb56", - "https://ror.org/05h992307", - "https://ror.org/03vn1ts68", - "https://ror.org/05gzmn429", - "https://ror.org/02vwzrd76", - "https://ror.org/03r4g9w46", - "https://ror.org/038nwvj35", - "https://ror.org/00ppxvb66", - "https://ror.org/05n3s3g85", - "https://ror.org/005jmje44", - "https://ror.org/03bx63127", - "https://ror.org/01vt80e72", - "https://ror.org/04he1c034", - "https://ror.org/039928415", - "https://ror.org/008fa9s48", - "https://ror.org/04z2gev20", - "https://ror.org/04bym8a28", - "https://ror.org/04b1tq154", - "https://ror.org/05svhk535", - "https://ror.org/044xyx374", - "https://ror.org/05jnma812", - "https://ror.org/05r5c7c30", - "https://ror.org/027yjc737", - "https://ror.org/0045x2741", - "https://ror.org/00x584494", - "https://ror.org/02e5dc168", - "https://ror.org/05xte6x19", - "https://ror.org/05tcdh256", - "https://ror.org/03v64vs34", - "https://ror.org/021rths28", - "https://ror.org/00jc2kw33", - "https://ror.org/03p15s250", - "https://ror.org/05je2tx78", - "https://ror.org/0015x1k58", - "https://ror.org/021asz590", - "https://ror.org/0502a2655", - "https://ror.org/03fe2kq34", - "https://ror.org/01z6p8p31", - "https://ror.org/01c75m640", - "https://ror.org/04spzbf72", - "https://ror.org/00sdb8f83", - "https://ror.org/044fqcn90", - "https://ror.org/00f5trr09", - "https://ror.org/049n6n725", - "https://ror.org/02jbzrw51", - "https://ror.org/05g4knm43", - "https://ror.org/03jh5a977", - "https://ror.org/04r5s4b52", - "https://ror.org/04byxyr05", - "https://ror.org/02xey9a22", - "https://ror.org/040gcmg81", - "https://ror.org/04pw6fb54", - "https://ror.org/00190t495", - "https://ror.org/03wkg3b53", - "https://ror.org/012pb6c26", - "https://ror.org/00baak391", - "https://ror.org/043z4tv69", - "https://ror.org/006zn3t30", - "https://ror.org/00372qc85", - "https://ror.org/004a2wv92", - "https://ror.org/00adh9b73", - "https://ror.org/00j4k1h63", - "https://ror.org/04q48ey07", - "https://ror.org/04xeg9z08", - "https://ror.org/01s5ya894", - "https://ror.org/01y3zfr79", - "https://ror.org/049v75w11", - "https://ror.org/02jzrsm59", - "https://ror.org/04mhx6838", - "https://ror.org/00fq5cm18", - "https://ror.org/0493hgw16", - "https://ror.org/04vfsmv21", - "https://ror.org/00fj8a872", - "https://ror.org/0060t0j89", - "https://ror.org/01jdyfj45", - "https://ror.org/047nxs434", - "https://ror.org/02nr3fr97", - "https://ror.org/007x9se63", - "https://ror.org/00yf3tm42", - "https://ror.org/05hzdft06", - "https://ror.org/02y55wr53", - "https://ror.org/05jmhh281", - "https://ror.org/014geb094", - "https://ror.org/043e04s74", - "https://ror.org/04edx5729", - "https://ror.org/00snbrd52", - "https://ror.org/012cshy85", - "https://ror.org/02jf59s11", - "https://ror.org/04thxh256", - "https://ror.org/00eg0bk82", - "https://ror.org/0083hz885", - "https://ror.org/02hd1sz82", - "https://ror.org/01g77mv66", - "https://ror.org/038eh4b79", - "https://ror.org/03cdz5d08", - "https://ror.org/02z5aj645", - "https://ror.org/01rybzk66", - "https://ror.org/031qpfn56", - "https://ror.org/02hqqcn82", - "https://ror.org/023w6y044", - "https://ror.org/02z5d2h92", - "https://ror.org/04fhxp168", - "https://ror.org/0527v1v90", - "https://ror.org/05kcj6c10", - "https://ror.org/054w3nm73", - "https://ror.org/025yjfh46", - "https://ror.org/02f2rgc17", - "https://ror.org/00s61s029", - "https://ror.org/041sxnd36", - "https://ror.org/04m453044", - "https://ror.org/011qyt180", - "https://ror.org/054484h93", - "https://ror.org/01x6zzb23", - "https://ror.org/030j39b93", - "https://ror.org/03mzbnj03", - "https://ror.org/02g8ke488", - "https://ror.org/04rw5yk74", - "https://ror.org/00vpxf870", - "https://ror.org/02pbyft41", - "https://ror.org/04cbgjc24", - "https://ror.org/0411d8q28", - "https://ror.org/05f685734", - "https://ror.org/0445j8v47", - "https://ror.org/0095bgs14", - "https://ror.org/05jnvkm15", - "https://ror.org/04hh72v06", - "https://ror.org/04cq7sd97", - "https://ror.org/00fc2ss05", - "https://ror.org/02xyazb71", - "https://ror.org/046tzsh56", - "https://ror.org/04xfvq521", - "https://ror.org/012j2vh13", - "https://ror.org/013095052", - "https://ror.org/055zfvr13", - "https://ror.org/03cf6vz60", - "https://ror.org/00c2b8r84", - "https://ror.org/037zfpn66", - "https://ror.org/02623eb90", - "https://ror.org/04qcn4c26", - "https://ror.org/038d10y34", - "https://ror.org/02pv64t29", - "https://ror.org/01qrbys32", - "https://ror.org/05qtybq80", - "https://ror.org/051g31x14", - "https://ror.org/00y4zmh56", - "https://ror.org/05ehhzx21", - "https://ror.org/03eg83y24", - "https://ror.org/00ffy1726", - "https://ror.org/039gq4j49", - "https://ror.org/03wmjs517", - "https://ror.org/00nqpc320", - "https://ror.org/04yv9ex91", - "https://ror.org/01cfnbk63", - "https://ror.org/023czga33", - "https://ror.org/02tdxcj66", - "https://ror.org/05xt1d182", - "https://ror.org/051n8xp08", - "https://ror.org/00dcq6866", - "https://ror.org/04s1zep84", - "https://ror.org/058afx839", - "https://ror.org/00zf0nh29", - "https://ror.org/01x8cht46", - "https://ror.org/00brpm077", - "https://ror.org/041hkjs21", - "https://ror.org/019yx3c32", - "https://ror.org/02w3nfa37", - "https://ror.org/033d34573", - "https://ror.org/04wp8v119", - "https://ror.org/02tbkgn21", - "https://ror.org/021jr9c59", - "https://ror.org/00heqy247", - "https://ror.org/02s2kph56", - "https://ror.org/00r1f3009", - "https://ror.org/019s68r62", - "https://ror.org/026f1w290", - "https://ror.org/029grsj96", - "https://ror.org/01rg4e096", - "https://ror.org/03a9ssm23", - "https://ror.org/02feagj05", - "https://ror.org/038t8ze69", - "https://ror.org/03d3nry68", - "https://ror.org/00zrq4606", - "https://ror.org/0307c8498", - "https://ror.org/04eqg3754", - "https://ror.org/04jya6a65", - "https://ror.org/02j0x4n73", - "https://ror.org/04v8m4033", - "https://ror.org/019q26a60", - "https://ror.org/05qms6x58", - "https://ror.org/0135q5q22", - "https://ror.org/04zytdm29", - "https://ror.org/00ep91e20", - "https://ror.org/03sjf7w71", - "https://ror.org/05hh31546", - "https://ror.org/03a470182", - "https://ror.org/05ey8y521", - "https://ror.org/04ec7mt05", - "https://ror.org/035jpr562", - "https://ror.org/03x5agy13", - "https://ror.org/047cwsy20", - "https://ror.org/02skqwf47", - "https://ror.org/04e41m429", - "https://ror.org/05qx1va48", - "https://ror.org/006xfsx34", - "https://ror.org/038x5dh11", - "https://ror.org/03e1t2x83", - "https://ror.org/02pjsf822", - "https://ror.org/007q8dx38", - "https://ror.org/04xbq1n92", - "https://ror.org/00d1g0h88", - "https://ror.org/001zwgm84", - "https://ror.org/05cvfcr44", - "https://ror.org/03c1c5b19", - "https://ror.org/057py8t43", - "https://ror.org/049an7s37", - "https://ror.org/05fnzca26", - "https://ror.org/02trddg58", - "https://ror.org/033zy4a51", - "https://ror.org/02h8v7m77", - "https://ror.org/05xqthq76", - "https://ror.org/04fx69j13", - "https://ror.org/04ky99h94", - "https://ror.org/02gbdhj19", - "https://ror.org/048ns6x85", - "https://ror.org/04cnk3y09", - "https://ror.org/02gb6hj86", - "https://ror.org/048zyw409", - "https://ror.org/052kar395", - "https://ror.org/03b08sh51", - "https://ror.org/004zpe866", - "https://ror.org/052v5pn20", - "https://ror.org/01d0zz505", - "https://ror.org/026sw0405", - "https://ror.org/04x40m321", - "https://ror.org/04bh7ck51", - "https://ror.org/02dtaqq02", - "https://ror.org/050z40a57", - "https://ror.org/03xcerw48", - "https://ror.org/03vepk527", - "https://ror.org/03h6erk64", - "https://ror.org/04avxj309", - "https://ror.org/01wwwqd52", - "https://ror.org/025nes754", - "https://ror.org/02xr0yr66", - "https://ror.org/02ngnwv51", - "https://ror.org/04tm6ax73", - "https://ror.org/00cahhs35", - "https://ror.org/03rafms67", - "https://ror.org/03t05d403", - "https://ror.org/009xkwz08", - "https://ror.org/03bxq7g45", - "https://ror.org/00vd8cq28", - "https://ror.org/03qx0n513", - "https://ror.org/04pp5vm71", - "https://ror.org/00dx35m16", - "https://ror.org/03x7fn667", - "https://ror.org/0135db650", - "https://ror.org/004m0sc28", - "https://ror.org/03s936v76", - "https://ror.org/05x4p3529", - "https://ror.org/01982z663", - "https://ror.org/04x68p008", - "https://ror.org/05xy09e29", - "https://ror.org/02wzb5b52", - "https://ror.org/05mfs3k63", - "https://ror.org/01hzjpk73", - "https://ror.org/0432sks47", - "https://ror.org/0474dxd36", - "https://ror.org/005kqqf02", - "https://ror.org/03hya7h57", - "https://ror.org/03s4wsx37", - "https://ror.org/05rfh1r09", - "https://ror.org/03vvhya80", - "https://ror.org/00tfedq56", - "https://ror.org/03atsav32", - "https://ror.org/004qeec45", - "https://ror.org/02qqnbq97", - "https://ror.org/03jdk4039", - "https://ror.org/04b8mkk85", - "https://ror.org/05bpk4v97", - "https://ror.org/056e61d57", - "https://ror.org/03x5xm327", - "https://ror.org/00m05k208", - "https://ror.org/00kj82e71", - "https://ror.org/000b3v524", - "https://ror.org/01cghcn81", - "https://ror.org/04a4m2h70", - "https://ror.org/03sc3bx43", - "https://ror.org/05cspff93", - "https://ror.org/00krzbm55", - "https://ror.org/00wtjmd03", - "https://ror.org/03yn06t56", - "https://ror.org/023sgdn25", - "https://ror.org/04qaf2y58", - "https://ror.org/017z8h955", - "https://ror.org/0432dh318", - "https://ror.org/03m2f9j08", - "https://ror.org/00cg22c97", - "https://ror.org/04ypd8a97", - "https://ror.org/02jb34965", - "https://ror.org/02pkedj80", - "https://ror.org/0312jvg82", - "https://ror.org/02f762h70", - "https://ror.org/05v14bq57", - "https://ror.org/04bgwn153", - "https://ror.org/03g5tqa50", - "https://ror.org/05evek152", - "https://ror.org/05vcng590", - "https://ror.org/01yvark48", - "https://ror.org/05ba43f71", - "https://ror.org/0042xzm63", - "https://ror.org/02nc0ck44", - "https://ror.org/05r7z1k40", - "https://ror.org/02apffz65", - "https://ror.org/0396y0w87", - "https://ror.org/01h7fye62", - "https://ror.org/022d75229", - "https://ror.org/04950b532", - "https://ror.org/04gsgxx86", - "https://ror.org/03fy33a80", - "https://ror.org/03cskqs60", - "https://ror.org/002shdh75", - "https://ror.org/024crf014", - "https://ror.org/02jwb0b65", - "https://ror.org/01pctw149", - "https://ror.org/02bypky31", - "https://ror.org/02v4wmf32", - "https://ror.org/05gxje444", - "https://ror.org/00p9by667", - "https://ror.org/02jb98t16", - "https://ror.org/0061q5f61", - "https://ror.org/00mmmy130", - "https://ror.org/00bdqav06", - "https://ror.org/052pywd95", - "https://ror.org/042r9xb17", - "https://ror.org/03vmn1898", - "https://ror.org/03crn0n59", - "https://ror.org/033tt8e33", - "https://ror.org/01jeee804", - "https://ror.org/00gd1f947", - "https://ror.org/012sz6c52", - "https://ror.org/02mnd0039", - "https://ror.org/03pmw0n81", - "https://ror.org/02bfn4816", - "https://ror.org/037bamf06", - "https://ror.org/01q70bz83", - "https://ror.org/02c23kc81", - "https://ror.org/02c23kc81", - "https://ror.org/023sgdn25", - "https://ror.org/006p4kh13", - "https://ror.org/006ha1k08", - "https://ror.org/04p3r3e35", - "https://ror.org/0454wth52", - "https://ror.org/00ejqxs53", - "https://ror.org/040933v44", - "https://ror.org/00kct2d35", - "https://ror.org/00f7rb209", - "https://ror.org/01j6j9107", - "https://ror.org/03hmhdm29", - "https://ror.org/05xde4j27", - "https://ror.org/02n14ez29", - "https://ror.org/04vxq1969", - "https://ror.org/0278h4n28", - "https://ror.org/00ajwxp03", - "https://ror.org/025cem651", - "https://ror.org/05p4q8207", - "https://ror.org/00m1mwc36", - "https://ror.org/02157xr58", - "https://ror.org/0421f6a14", - "https://ror.org/04ydm6t76", - "https://ror.org/01sfyq865", - "https://ror.org/02knc1802", - "https://ror.org/05ya3ee02", - "https://ror.org/02zda6x08", - "https://ror.org/034krhd70", - "https://ror.org/03f9f1d95", - "https://ror.org/05ya3ee02", - "https://ror.org/0079vgv93", - "https://ror.org/002c7zk35", - "https://ror.org/05r830x40", - "https://ror.org/03fvtr511", - "https://ror.org/030bv9h77", - "https://ror.org/02jxznk77", - "https://ror.org/04erk7g84", - "https://ror.org/005278833", - "https://ror.org/00ayb2728", - "https://ror.org/03h2cp518", - "https://ror.org/0055d0g64", - "https://ror.org/0097e1k27", - "https://ror.org/013yc5d80", - "https://ror.org/03kz56x72", - "https://ror.org/04qymaz42", - "https://ror.org/04yggzp50", - "https://ror.org/02e2egq70", - "https://ror.org/04k0tth05", - "https://ror.org/02cznc894", - "https://ror.org/0595f4b08", - "https://ror.org/01m7hcv15", - "https://ror.org/05jwcsm16", - "https://ror.org/01sq4yt06", - "https://ror.org/01xgfwb48", - "https://ror.org/02jakbh21", - "https://ror.org/01jepya76", - "https://ror.org/01rsvh545", - "https://ror.org/01md9v276", - "https://ror.org/05xsb5925", - "https://ror.org/03ap74s16", - "https://ror.org/00mhxaf94", - "https://ror.org/039a3rs54", - "https://ror.org/020a9ab42", - "https://ror.org/05kyx6f64", - "https://ror.org/027mhn368", - "https://ror.org/050sd4346", - "https://ror.org/02vb70n88", - "https://ror.org/04hewx527", - "https://ror.org/04h617f37", - "https://ror.org/024ms8859", - "https://ror.org/055cy8878", - "https://ror.org/00k44np55", - "https://ror.org/04rr8kp31", - "https://ror.org/0095e2947", - "https://ror.org/02rdkx920", - "https://ror.org/01ajqvg59", - "https://ror.org/03cd02q50", - "https://ror.org/03qhdpz92", - "https://ror.org/05rpr6785", - "https://ror.org/01fb0df08", - "https://ror.org/04rm24644", - "https://ror.org/01gsy1c54", - "https://ror.org/02c37bg49", - "https://ror.org/04f0f7630", - "https://ror.org/00y2ek133", - "https://ror.org/048s2rn92", - "https://ror.org/01fwb5927", - "https://ror.org/04d23a975", - "https://ror.org/01gs1cg95", - "https://ror.org/05v8y4456", - "https://ror.org/024b23796", - "https://ror.org/0103y3647", - "https://ror.org/02wt4s775", - "https://ror.org/03cap2a49", - "https://ror.org/01zj39k81", - "https://ror.org/03d4ecn10", - "https://ror.org/04bnxa153", - "https://ror.org/035agn614", - "https://ror.org/05f421b09", - "https://ror.org/02ts0wj93", - "https://ror.org/00mexna55", - "https://ror.org/04da1g573", - "https://ror.org/035cj2961", - "https://ror.org/02k3nmd98", - "https://ror.org/031yh0y38", - "https://ror.org/01qvmna33", - "https://ror.org/01d947q34", - "https://ror.org/05vk3sy20", - "https://ror.org/03c7p2r39", - "https://ror.org/01znn6x10", - "https://ror.org/04zptmf07", - "https://ror.org/05jtgpc57", - "https://ror.org/00319zh75", - "https://ror.org/04xm1d337", - "https://ror.org/01fdhpk75", - "https://ror.org/05v3mvq14", - "https://ror.org/0382bxa43", - "https://ror.org/05cwx3318", - "https://ror.org/004x7d471", - "https://ror.org/04qxsr837", - "https://ror.org/01svjdw65", - "https://ror.org/04b15va38", - "https://ror.org/045ybte48", - "https://ror.org/05db1vq90", - "https://ror.org/01q47ea17", - "https://ror.org/0580dnq61", - "https://ror.org/035xqz322", - "https://ror.org/02kjy2z57", - "https://ror.org/002h4ry72", - "https://ror.org/0415p6x27", - "https://ror.org/05277x335", - "https://ror.org/01dvj3d25", - "https://ror.org/01wass480", - "https://ror.org/02xn1ny06", - "https://ror.org/05p915b28", - "https://ror.org/00q6v6102", - "https://ror.org/058cmd703", - "https://ror.org/04rc0xn13", - "https://ror.org/03wpv8896", - "https://ror.org/039fx6g98", - "https://ror.org/014vdsh37", - "https://ror.org/05sg23t46", - "https://ror.org/00pwqz914", - "https://ror.org/02vkaa689", - "https://ror.org/02vzbm991", - "https://ror.org/023py8175", - "https://ror.org/033wxpt21", - "https://ror.org/02p7sht55", - "https://ror.org/02ggwpx62", - "https://ror.org/01wjn2x92", - "https://ror.org/05bjen692", - "https://ror.org/03v6m3209", - "https://ror.org/05n6zrm60", - "https://ror.org/00vkwep27", - "https://ror.org/031grv205", - "https://ror.org/023ny1p48", - "https://ror.org/00pjnm784", - "https://ror.org/00x19de83", - "https://ror.org/026dax180", - "https://ror.org/00fyrp007", - "https://ror.org/00d7wvm38", - "https://ror.org/02e3wq066", - "https://ror.org/054j5yq82", - "https://ror.org/01wtjyf13", - "https://ror.org/046zezr58", - "https://ror.org/05aq6yn88", - "https://ror.org/02yrzyf97", - "https://ror.org/031gy6182", - "https://ror.org/02meqm098", - "https://ror.org/04b7web15", - "https://ror.org/04c1v2b17", - "https://ror.org/04xv0vq46", - "https://ror.org/01hv1yg09", - "https://ror.org/01rpj9v06", - "https://ror.org/03114vz20", - "https://ror.org/02c8hpe74", - "https://ror.org/01xtpc441", - "https://ror.org/0332k3m42", - "https://ror.org/01rkxdk30", - "https://ror.org/01dt1nn03", - "https://ror.org/03s5r4e84", - "https://ror.org/003g0xf19", - "https://ror.org/00a1c5n07", - "https://ror.org/03t7gqr04", - "https://ror.org/01s5r6w32", - "https://ror.org/040qrra89", - "https://ror.org/052qqbc08", - "https://ror.org/03n92bt27", - "https://ror.org/03jg6a761", - "https://ror.org/01wexqy53", - "https://ror.org/01s8b3v69", - "https://ror.org/04p162q02", - "https://ror.org/0218d9s98", - "https://ror.org/020xhpf63", - "https://ror.org/05ax3zh38", - "https://ror.org/050fz5z96", - "https://ror.org/04n9z8z70", - "https://ror.org/05t4ef339", - "https://ror.org/024b7e967", - "https://ror.org/00xb4cb83", - "https://ror.org/05xcarb80", - "https://ror.org/03z6z3n38", - "https://ror.org/058p1kn93", - "https://ror.org/00znqwq11", - "https://ror.org/03b7nc883", - "https://ror.org/03jb9b006", - "https://ror.org/04x41ba23", - "https://ror.org/02223wv31", - "https://ror.org/049qtwc86", - "https://ror.org/0176arq92", - "https://ror.org/00acjv878", - "https://ror.org/03mxm6g77", - "https://ror.org/00kan1k39", - "https://ror.org/037xafn82", - "https://ror.org/03p46dh90", - "https://ror.org/02mc5ry07", - "https://ror.org/05ee7tr34", - "https://ror.org/045r80n66", - "https://ror.org/03qjk6p58", - "https://ror.org/0057s8s52", - "https://ror.org/01vrybr67", - "https://ror.org/01zpmbk67", - "https://ror.org/018txrr13", - "https://ror.org/04qbg9n81", - "https://ror.org/04dgj3g22", - "https://ror.org/021rk6547", - "https://ror.org/0385asg54", - "https://ror.org/00ft0j474", - "https://ror.org/03j05zz84", - "https://ror.org/03wtmb115", - "https://ror.org/02qm18h86", - "https://ror.org/00wzysf74", - "https://ror.org/04q4pp553", - "https://ror.org/034c6s521", - "https://ror.org/02dcp1550", - "https://ror.org/035vbzz28", - "https://ror.org/03n2ay196", - "https://ror.org/01nzxq896", - "https://ror.org/022kt1284", - "https://ror.org/01a4gqp27", - "https://ror.org/037nrh939", - "https://ror.org/050mdr969", - "https://ror.org/04zkam251", - "https://ror.org/052d8ge54", - "https://ror.org/04qmkfe11", - "https://ror.org/01r2s5391", - "https://ror.org/03vwf8m18", - "https://ror.org/034adnw64", - "https://ror.org/00yfsq027", - "https://ror.org/02x9bj444", - "https://ror.org/04fp78s33", - "https://ror.org/04hgm3062", - "https://ror.org/027mz0g68", - "https://ror.org/01bqvph43", - "https://ror.org/01dm04760", - "https://ror.org/01zd7yk57", - "https://ror.org/000vjzq57", - "https://ror.org/02z87mf86", - "https://ror.org/01c9rqr26", - "https://ror.org/03d0nge43", - "https://ror.org/02ry60714", - "https://ror.org/02vjn2106", - "https://ror.org/02q1nnh04", - "https://ror.org/03pcamk69", - "https://ror.org/049yzyv96", - "https://ror.org/0594ske86", - "https://ror.org/015nymp25", - "https://ror.org/00fzfzc37", - "https://ror.org/041m0cc93", - "https://ror.org/020ajpe42", - "https://ror.org/04v00sg98", - "https://ror.org/01e0dz978", - "https://ror.org/000rgm762", - "https://ror.org/02et65004", - "https://ror.org/00mz0c648", - "https://ror.org/00rtdgr72", - "https://ror.org/00ky3az31", - "https://ror.org/059nam179", - "https://ror.org/008qp6e21", - "https://ror.org/039g7zn40", - "https://ror.org/02v3txv81", - "https://ror.org/04dp0f897", - "https://ror.org/03tm9zz81", - "https://ror.org/03k6yxq48", - "https://ror.org/02943gv98", - "https://ror.org/04d7ez939", - "https://ror.org/01np3r452", - "https://ror.org/007fyq698", - "https://ror.org/04g9q2h37", - "https://ror.org/03wjr6873", - "https://ror.org/05ts0bd12", - "https://ror.org/028zspe92", - "https://ror.org/00nr17z89", - "https://ror.org/03cfvmk82", - "https://ror.org/02xpk4806", - "https://ror.org/041t78y98", - "https://ror.org/0242qs713", - "https://ror.org/025cs2j58", - "https://ror.org/041fffy58", - "https://ror.org/01ng1yh19", - "https://ror.org/030ma0n95", - "https://ror.org/040e0d212", - "https://ror.org/04b7web15", - "https://ror.org/00paq4p43", - "https://ror.org/006xyf785", - "https://ror.org/05myvb614", - "https://ror.org/02r7md321", - "https://ror.org/0428ha587", - "https://ror.org/03tjwy964", - "https://ror.org/03ghnvz91", - "https://ror.org/03qrb1j36", - "https://ror.org/00hhjz250", - "https://ror.org/05xc0qp17", - "https://ror.org/02b5sc606", - "https://ror.org/02exh3e86", - "https://ror.org/05detrt70", - "https://ror.org/03773p874", - "https://ror.org/028paz341", - "https://ror.org/0042xzm63", - "https://ror.org/04kw44c30", - "https://ror.org/00bxr0z07", - "https://ror.org/03f4jbs89", - "https://ror.org/030ea6w47", - "https://ror.org/006ddyp05", - "https://ror.org/01232eg66", - "https://ror.org/04xgzv028", - "https://ror.org/02htvcm84", - "https://ror.org/023tnh888", - "https://ror.org/018hd1228", - "https://ror.org/03hqfkf51", - "https://ror.org/00mdaf969", - "https://ror.org/00fzkn482", - "https://ror.org/042rf5k64", - "https://ror.org/011e9bt93", - "https://ror.org/00z65zs77", - "https://ror.org/05mrd5h76", - "https://ror.org/0584m4844", - "https://ror.org/054yf8v46", - "https://ror.org/00bag6861", - "https://ror.org/04fq48551", - "https://ror.org/04d0hsa39", - "https://ror.org/02t6w9483", - "https://ror.org/05aashz48", - "https://ror.org/025m0q735", - "https://ror.org/01b61x679", - "https://ror.org/05x8ajk28", - "https://ror.org/01vpa2k04", - "https://ror.org/01p1q1f66", - "https://ror.org/02skkz355", - "https://ror.org/05wk0m864", - "https://ror.org/04cyj6y78", - "https://ror.org/00wsjvg44", - "https://ror.org/003mzyg61", - "https://ror.org/00qa9vw67", - "https://ror.org/022j0mn33", - "https://ror.org/011hc8f90", - "https://ror.org/026zar759", - "https://ror.org/02h7kd997", - "https://ror.org/011ghy651", - "https://ror.org/00e72by15", - "https://ror.org/00rg6zq05", - "https://ror.org/01pveve47", - "https://ror.org/0145znz58", - "https://ror.org/03g2zjp07", - "https://ror.org/02gb0hd06", - "https://ror.org/014pvr265", - "https://ror.org/03p2cen66", - "https://ror.org/04xfp8b22", - "https://ror.org/03j9xzm13", - "https://ror.org/01dnwt956", - "https://ror.org/02t78x693", - "https://ror.org/025vw1435", - "https://ror.org/02n8rtn22", - "https://ror.org/01kg1t878", - "https://ror.org/03bra7668", - "https://ror.org/021m46s67", - "https://ror.org/014bhwj77", - "https://ror.org/0366raz47", - "https://ror.org/00nzxdq35", - "https://ror.org/03rj0mt16", - "https://ror.org/03hx19n93", - "https://ror.org/05rr9sv60", - "https://ror.org/015k93458", - "https://ror.org/03jsbvj12", - "https://ror.org/04q54n515", - "https://ror.org/04mfmy854", - "https://ror.org/04yrq0159", - "https://ror.org/012ba0982", - "https://ror.org/03tbm7598", - "https://ror.org/0502xk698", - "https://ror.org/00sxf8635", - "https://ror.org/00zqysk61", - "https://ror.org/029519s87", - "https://ror.org/01hzj5y23", - "https://ror.org/02dbwrk72", - "https://ror.org/03p1tqc11", - "https://ror.org/05v78qy15", - "https://ror.org/05yf8st19", - "https://ror.org/05egqah77", - "https://ror.org/05bnk7418", - "https://ror.org/04g4sf283", - "https://ror.org/001d55x84", - "https://ror.org/01d4n7s11", - "https://ror.org/00m8atr56", - "https://ror.org/01shhkn05", - "https://ror.org/00jbkk316", - "https://ror.org/044kgk540", - "https://ror.org/036a0e562", - "https://ror.org/027yknb66", - "https://ror.org/036adbz09", - "https://ror.org/01z1n5c47", - "https://ror.org/0493tt883", - "https://ror.org/04qjnvx31", - "https://ror.org/04zdeh149", - "https://ror.org/01xfgtq85", - "https://ror.org/02bqrry13", - "https://ror.org/01z2gz488", - "https://ror.org/039n0s143", - "https://ror.org/02arm0y30", - "https://ror.org/01nh3sx96", - "https://ror.org/01b3ys956", - "https://ror.org/02d6kc626", - "https://ror.org/00afc8732", - "https://ror.org/035xhk118", - "https://ror.org/03c46dy37", - "https://ror.org/034pdr896", - "https://ror.org/01nmm5m33", - "https://ror.org/02s723j51", - "https://ror.org/05sxtdc16", - "https://ror.org/03jt5gp45", - "https://ror.org/014c68a74", - "https://ror.org/03r9k1585", - "https://ror.org/0246m8g89", - "https://ror.org/028rr8292", - "https://ror.org/024xyyq03", - "https://ror.org/032b8d361", - "https://ror.org/00nsz0a92", - "https://ror.org/05n0dm186", - "https://ror.org/010md9d18", - "https://ror.org/018hk2b97", - "https://ror.org/05n5drh21", - "https://ror.org/049peqw80", - "https://ror.org/03hvanq85", - "https://ror.org/01g7pk335", - "https://ror.org/04ztqy570", - "https://ror.org/008e03r59", - "https://ror.org/03vay2m05", - "https://ror.org/04z89xx32", - "https://ror.org/03k352971", - "https://ror.org/01rjj8a34", - "https://ror.org/00nvney28", - "https://ror.org/01ew49p77", - "https://ror.org/05epdh915", - "https://ror.org/050zdfe57", - "https://ror.org/00hqaq407", - "https://ror.org/03ekm7858", - "https://ror.org/00bxym797" - ] - }, - "https://ror.org/032nzv584": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0246zee65", - "https://ror.org/032kej893" - ] - }, - "https://ror.org/02rgsr590": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05tzrdd39", - "https://ror.org/00vvs5b96", - "https://ror.org/02wvemr05", - "https://ror.org/04h9drp94", - "https://ror.org/04c6jsb22", - "https://ror.org/057w77e54" - ] - }, - "https://ror.org/03vsmv677": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0018whg19", - "https://ror.org/03cvjvq49", - "https://ror.org/01t305n31", - "https://ror.org/05q609a17", - "https://ror.org/00c2h6p86", - "https://ror.org/046vvrs54", - "https://ror.org/05cswb132", - "https://ror.org/024a53a32", - "https://ror.org/04eg77e50", - "https://ror.org/037qn8k12" - ] - }, - "https://ror.org/049bjee35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027v97282", - "https://ror.org/0286qer95", - "https://ror.org/04xsmz457", - "https://ror.org/0001a1c49" - ] - }, - "https://ror.org/00qd5p471": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dd4fz34" - ] - }, - "https://ror.org/00xbsaf62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/024zy9450" - ] - }, - "https://ror.org/0107c5v14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00vh6r649" - ] - }, - "https://ror.org/02hqkr514": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00a56am39", - "https://ror.org/04ra49e34", - "https://ror.org/05nfx1325", - "https://ror.org/03tbh6y23", - "https://ror.org/030s54078", - "https://ror.org/01rrczv41", - "https://ror.org/00k3q8x90", - "https://ror.org/00k27aj44", - "https://ror.org/00800dw77", - "https://ror.org/021m9jg72" - ] - }, - "https://ror.org/02c6k8737": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jj11r28" - ] - }, - "https://ror.org/039cf4q47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01029k907" - ] - }, - "https://ror.org/01bydex26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/030akyn67" - ] - }, - "https://ror.org/01zcpa714": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01rh00978", - "https://ror.org/05h0f1d70", - "https://ror.org/027t4kk23", - "https://ror.org/00raa0r66", - "https://ror.org/05asdy483" - ] - }, - "https://ror.org/049784n50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02db2t754" - ] - }, - "https://ror.org/0423jsj19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01y766z47", - "https://ror.org/03ctqg407", - "https://ror.org/055jvqb21" - ] - }, - "https://ror.org/043xj7k26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037xmw090" - ] - }, - "https://ror.org/02q3y8p81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pw7mk43" - ] - }, - "https://ror.org/021018s57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0008xqs48", - "https://ror.org/00msgsf28", - "https://ror.org/04tz2h245", - "https://ror.org/01y43zx14", - "https://ror.org/01wfb3668", - "https://ror.org/044fgj614", - "https://ror.org/034nc1205", - "https://ror.org/01p0vsd73" - ] - }, - "https://ror.org/03anc3s24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04jd9ff79", - "https://ror.org/02gqw3a90", - "https://ror.org/028bsh698", - "https://ror.org/02z2dfb58", - "https://ror.org/02hwbev49", - "https://ror.org/05twjp994", - "https://ror.org/03jvry011", - "https://ror.org/02yf6ha74", - "https://ror.org/00n0zsa28", - "https://ror.org/02x2v5f35", - "https://ror.org/009syct46", - "https://ror.org/01hbyc103", - "https://ror.org/035gx5q08", - "https://ror.org/056hzt889", - "https://ror.org/016d0n234", - "https://ror.org/009tscw31", - "https://ror.org/00gf51y12", - "https://ror.org/03phzkx10", - "https://ror.org/039shy520", - "https://ror.org/007bwhe79", - "https://ror.org/053jgsp62", - "https://ror.org/01zqrxf85", - "https://ror.org/00dw5zk55", - "https://ror.org/05a94k872", - "https://ror.org/002w0jp71", - "https://ror.org/05kdjqf72", - "https://ror.org/014cpn338", - "https://ror.org/04ycden15", - "https://ror.org/00dgdnb65", - "https://ror.org/01w64ht88", - "https://ror.org/01w64ht88", - "https://ror.org/028696h48" - ] - }, - "https://ror.org/05m37v666": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jnpet14", - "https://ror.org/0079fsj36", - "https://ror.org/048s0na58", - "https://ror.org/05p1dq710", - "https://ror.org/01m8r1j18", - "https://ror.org/00drw4m60", - "https://ror.org/026ghpf29", - "https://ror.org/01nm77r92", - "https://ror.org/05qmny332", - "https://ror.org/04793bt26", - "https://ror.org/03hgb4x70", - "https://ror.org/032d3h410", - "https://ror.org/01tfw4958", - "https://ror.org/02yk4hg14", - "https://ror.org/003fkdj63", - "https://ror.org/054kzvr89", - "https://ror.org/02bxfy242" - ] - }, - "https://ror.org/04f7vj627": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01mzbks65" - ] - }, - "https://ror.org/00wnzj089": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00aqh6z65", - "https://ror.org/02ty42a04" - ] - }, - "https://ror.org/050pq4m56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/046b54093" - ] - }, - "https://ror.org/00mthsf17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04m6sq715", - "https://ror.org/03xzagw65", - "https://ror.org/04pwyfk22" - ] - }, - "https://ror.org/00pamm417": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ca3xs90", - "https://ror.org/03mt5nv96" - ] - }, - "https://ror.org/02xta6736": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03xm57x75" - ] - }, - "https://ror.org/02n6c9837": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02x8dnq97", - "https://ror.org/0430jfd38", - "https://ror.org/014n5hm22", - "https://ror.org/02wnz8673", - "https://ror.org/058g8jq83", - "https://ror.org/01aptcd74", - "https://ror.org/03pn9bd47", - "https://ror.org/05ghvzc65", - "https://ror.org/00tx8br33", - "https://ror.org/03ytdtb31", - "https://ror.org/05bhnz872", - "https://ror.org/043zsj038", - "https://ror.org/02mnmm768", - "https://ror.org/040h02z76", - "https://ror.org/05wd66v55", - "https://ror.org/00pgqb537", - "https://ror.org/03grdwb80", - "https://ror.org/00g51ew42", - "https://ror.org/01txrxw72", - "https://ror.org/040k92z84", - "https://ror.org/05bf2vj98", - "https://ror.org/027vj4x92", - "https://ror.org/00704c791", - "https://ror.org/05cqhmv85" - ] - }, - "https://ror.org/000865z52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00kxr5737" - ] - }, - "https://ror.org/01gmv5d77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03fyf9c76", - "https://ror.org/01v7cer31", - "https://ror.org/03dspf496" - ] - }, - "https://ror.org/011pctb02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03tq5ma70" - ] - }, - "https://ror.org/01n029866": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01n6t9x28", - "https://ror.org/05pkeac16", - "https://ror.org/030z9kz64", - "https://ror.org/04gca2h74", - "https://ror.org/00t442a43", - "https://ror.org/03428qp74", - "https://ror.org/028qka468", - "https://ror.org/04a73z253" - ] - }, - "https://ror.org/04ct4d772": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ab0at74", - "https://ror.org/02q1v5910", - "https://ror.org/00wrec671" - ] - }, - "https://ror.org/05t8y2r12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03h3fdc41" - ] - }, - "https://ror.org/01qat3289": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05p8kt313", - "https://ror.org/01pmvz131", - "https://ror.org/02156y972", - "https://ror.org/00pvn1h36", - "https://ror.org/05d0e9y67", - "https://ror.org/01sv7f575", - "https://ror.org/02ve0bg52", - "https://ror.org/010ajwv03", - "https://ror.org/033911096", - "https://ror.org/01v7k9n65", - "https://ror.org/00psab413", - "https://ror.org/00szax507", - "https://ror.org/03zd03166" - ] - }, - "https://ror.org/049zrp193": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/029n0xq72", - "https://ror.org/00zvh0k30", - "https://ror.org/01ffz3y94", - "https://ror.org/04z7k2h16", - "https://ror.org/02qn6bm03", - "https://ror.org/02d4bgz76", - "https://ror.org/011jef648", - "https://ror.org/0026v5a61" - ] - }, - "https://ror.org/04gmdfj30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/033aqz496", - "https://ror.org/00g9bca48", - "https://ror.org/02jqm1g69", - "https://ror.org/057r2zn69" - ] - }, - "https://ror.org/05e0gzh77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05e2mfb24" - ] - }, - "https://ror.org/04hdhz511": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03gd99e09", - "https://ror.org/039p01270", - "https://ror.org/05nk54s89", - "https://ror.org/041710805", - "https://ror.org/01smjaq87", - "https://ror.org/00hhrtn83" - ] - }, - "https://ror.org/03bvw9g02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qdtzh46" - ] - }, - "https://ror.org/014bj2y47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044fk6795" - ] - }, - "https://ror.org/02bn55144": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/029j6tp05", - "https://ror.org/016731f38", - "https://ror.org/022ftcx89", - "https://ror.org/034k8cv93", - "https://ror.org/050g10a24", - "https://ror.org/00mke2t69", - "https://ror.org/01dvwhz14" - ] - }, - "https://ror.org/04x02q560": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jp83f12" - ] - }, - "https://ror.org/04gwbew76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/026drga03", - "https://ror.org/049wwwm08", - "https://ror.org/05ycd7562", - "https://ror.org/03mxyqx84", - "https://ror.org/034wjng68", - "https://ror.org/05xv2zk35", - "https://ror.org/04x9p9g72", - "https://ror.org/04jgb8w65" - ] - }, - "https://ror.org/011ashp19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/040nggs60", - "https://ror.org/00x43yy22", - "https://ror.org/00pvqk557", - "https://ror.org/02169wb20", - "https://ror.org/02rbzhv36" - ] - }, - "https://ror.org/02vb4k656": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04byv8g40" - ] - }, - "https://ror.org/01jjfyf53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05q9c5395" - ] - }, - "https://ror.org/02kmtwp90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xv42m49", - "https://ror.org/04k7qar56", - "https://ror.org/02zrfm475", - "https://ror.org/05cyjba52", - "https://ror.org/00n8vvc37", - "https://ror.org/00898x434", - "https://ror.org/00x0kn981", - "https://ror.org/0520mfp02", - "https://ror.org/02zf1jv40", - "https://ror.org/02wgz6f65", - "https://ror.org/05t6zk898", - "https://ror.org/05wqert96", - "https://ror.org/05pr9ef24", - "https://ror.org/025jbsx21", - "https://ror.org/05jvzd424", - "https://ror.org/05tjew235", - "https://ror.org/00k52t116", - "https://ror.org/045rmt345", - "https://ror.org/00mdktx17", - "https://ror.org/0125qck59", - "https://ror.org/03mx8d427", - "https://ror.org/01h2zyy62", - "https://ror.org/049cr8j69", - "https://ror.org/00tdc7x54" - ] - }, - "https://ror.org/001ccf545": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01hbz8t53", - "https://ror.org/00td9be07" - ] - }, - "https://ror.org/03kqpb082": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01t6gwh61", - "https://ror.org/05r4c7e67", - "https://ror.org/02mebaz96", - "https://ror.org/0286qer95", - "https://ror.org/01t0a1151", - "https://ror.org/02s1c4g54", - "https://ror.org/03ahhd635" - ] - }, - "https://ror.org/018jp3h36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03emx5713", - "https://ror.org/04c65ax22", - "https://ror.org/04936mc07", - "https://ror.org/00gdv3j64", - "https://ror.org/00y9q1296", - "https://ror.org/026pt7089", - "https://ror.org/04m8g9b03" - ] - }, - "https://ror.org/028h2cy94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03gbh4j43" - ] - }, - "https://ror.org/02jqkb192": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04pg1df08", - "https://ror.org/014rfma52", - "https://ror.org/02nbv7m70", - "https://ror.org/04mqtjh57", - "https://ror.org/01p0nd878", - "https://ror.org/04fg2k993", - "https://ror.org/00rd36p16", - "https://ror.org/057mkdb21" - ] - }, - "https://ror.org/03a4d8673": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05c68ap48" - ] - }, - "https://ror.org/04w8z7f34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05e94de73", - "https://ror.org/04kt5vk53", - "https://ror.org/00se1zw92" - ] - }, - "https://ror.org/006c77m33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/040ycw505", - "https://ror.org/03zvsh960", - "https://ror.org/021rhh009", - "https://ror.org/05dd0pt55", - "https://ror.org/0072m3y51", - "https://ror.org/001gmby50", - "https://ror.org/01pe8xs92", - "https://ror.org/00051wc04" - ] - }, - "https://ror.org/03eaa3f03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zxw4w85", - "https://ror.org/04hf92r68" - ] - }, - "https://ror.org/03sgyqj04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/028wq3277", - "https://ror.org/04nmj9827", - "https://ror.org/05d1e6v30", - "https://ror.org/04fr7pd94", - "https://ror.org/02fpe6x37" - ] - }, - "https://ror.org/05141h569": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02e698f45" - ] - }, - "https://ror.org/0064kty71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04dn2ax39", - "https://ror.org/003mfbe21", - "https://ror.org/010fszt18", - "https://ror.org/01bs5br94", - "https://ror.org/02z2yec16", - "https://ror.org/042999n30" - ] - }, - "https://ror.org/01xdqrp08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042pnza07", - "https://ror.org/04jtnvj04", - "https://ror.org/01zk1vt68", - "https://ror.org/059g90c15", - "https://ror.org/04ktfyy52", - "https://ror.org/02c9yny10", - "https://ror.org/00m8w3m39", - "https://ror.org/05d3c1829", - "https://ror.org/05y381977", - "https://ror.org/03htt2d69", - "https://ror.org/05pm71w80", - "https://ror.org/02bzf1224", - "https://ror.org/03v1s7b70", - "https://ror.org/03x2xt559", - "https://ror.org/00kkwkq76", - "https://ror.org/00z8x2k69", - "https://ror.org/04x4v8p40", - "https://ror.org/01ctjz153" - ] - }, - "https://ror.org/01v5xwf23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/036yvkz90", - "https://ror.org/0498w0n61", - "https://ror.org/0199b8691", - "https://ror.org/03gn7k041", - "https://ror.org/05m1qxf57", - "https://ror.org/00nc2d154", - "https://ror.org/04s5pra58", - "https://ror.org/02drjk215", - "https://ror.org/03w84vf57", - "https://ror.org/008vha608", - "https://ror.org/024rmzz69", - "https://ror.org/00knakc29", - "https://ror.org/0368qtc02", - "https://ror.org/03y8jvk69", - "https://ror.org/05aqjsn79" - ] - }, - "https://ror.org/04bdj7239": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01cgw9e63" - ] - }, - "https://ror.org/027y26122": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qhj1g70", - "https://ror.org/03346b772", - "https://ror.org/01083gz70", - "https://ror.org/055werx92", - "https://ror.org/02yjcwm21", - "https://ror.org/00qk1xk35", - "https://ror.org/05djkc225" - ] - }, - "https://ror.org/01wgfva68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ssjv946", - "https://ror.org/025ae7a15", - "https://ror.org/05et1xd41" - ] - }, - "https://ror.org/02g5p4n58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/024e28c54", - "https://ror.org/049pb5632", - "https://ror.org/03538jp08", - "https://ror.org/00g7fhp37", - "https://ror.org/01qa0ew63", - "https://ror.org/04p6dqe59", - "https://ror.org/04tnbfn25", - "https://ror.org/036wkxc84", - "https://ror.org/00t09mq63", - "https://ror.org/03em9qx04" - ] - }, - "https://ror.org/0564cd633": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/039skw388", - "https://ror.org/05xqrcz80", - "https://ror.org/057hqh897", - "https://ror.org/020dbrn58", - "https://ror.org/04a2yjk98", - "https://ror.org/036k1r314" - ] - }, - "https://ror.org/024d6js02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ss14a40", - "https://ror.org/0094hc805", - "https://ror.org/001338s77", - "https://ror.org/03spk3j53", - "https://ror.org/020vvqg79", - "https://ror.org/00dd4fz34", - "https://ror.org/02wx4md20", - "https://ror.org/02mebaz96", - "https://ror.org/0286qer95", - "https://ror.org/04xsmz457", - "https://ror.org/004fpq690", - "https://ror.org/01b1h1f72", - "https://ror.org/01t0a1151", - "https://ror.org/05e4xkm09", - "https://ror.org/00defv642", - "https://ror.org/013zggc82", - "https://ror.org/02s1c4g54", - "https://ror.org/03ahhd635" - ] - }, - "https://ror.org/02891sr49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vtywh31", - "https://ror.org/048m32v08", - "https://ror.org/02j4p4h77", - "https://ror.org/00rz3ed53", - "https://ror.org/01d0hx540", - "https://ror.org/00kt5kp12", - "https://ror.org/01zkemb37", - "https://ror.org/05tr71696", - "https://ror.org/01mgtm102", - "https://ror.org/01kaqxm37", - "https://ror.org/030npvq69", - "https://ror.org/03cnjaa38", - "https://ror.org/02h9n8v16", - "https://ror.org/05y28vr04", - "https://ror.org/0118bra88", - "https://ror.org/035kykh40", - "https://ror.org/01mhwgh68", - "https://ror.org/04vnck882", - "https://ror.org/04thqez65", - "https://ror.org/01eqvd516", - "https://ror.org/009nc9s30", - "https://ror.org/004nn4n27", - "https://ror.org/040xdtr21", - "https://ror.org/00bm99g65", - "https://ror.org/015cr1d34", - "https://ror.org/004q9wj75", - "https://ror.org/05cz8qw35", - "https://ror.org/05p0kyc43", - "https://ror.org/05jatax32" - ] - }, - "https://ror.org/01cc9yk21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ke50w30", - "https://ror.org/02rrt4f19" - ] - }, - "https://ror.org/017zhmm22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03dybbh68", - "https://ror.org/03kd9rr37", - "https://ror.org/0367eej18", - "https://ror.org/02bc1qd91", - "https://ror.org/02n7t3w85" - ] - }, - "https://ror.org/011gakh74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05qz1p375", - "https://ror.org/0288c3494" - ] - }, - "https://ror.org/00w7v1v77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003zsfh57", - "https://ror.org/02jtacs89", - "https://ror.org/04fmw2x94", - "https://ror.org/05ddx0m09" - ] - }, - "https://ror.org/04qxnmv42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03spk3j53", - "https://ror.org/01j84x757", - "https://ror.org/0286qer95", - "https://ror.org/04xsmz457", - "https://ror.org/023jyyg30", - "https://ror.org/01b1h1f72", - "https://ror.org/01t0a1151", - "https://ror.org/00defv642", - "https://ror.org/013zggc82", - "https://ror.org/03ahhd635" - ] - }, - "https://ror.org/03va9ng43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05j00sy30" - ] - }, - "https://ror.org/05wm6p530": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020ztsv38" - ] - }, - "https://ror.org/04n0kzv11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02nvdf845" - ] - }, - "https://ror.org/017d1hs72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05rgdc794" - ] - }, - "https://ror.org/03qc03t81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02182hd81", - "https://ror.org/05x14st26" - ] - }, - "https://ror.org/040f6xz90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/039qn6p62" - ] - }, - "https://ror.org/022g6pv04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01yd28726", - "https://ror.org/00t10t971" - ] - }, - "https://ror.org/04za5zm41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056gvz809", - "https://ror.org/05medrv10", - "https://ror.org/00gfym921", - "https://ror.org/05ke5hb07", - "https://ror.org/015e4mc09", - "https://ror.org/01dj9qb53", - "https://ror.org/01zy07c70" - ] - }, - "https://ror.org/04yvax419": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01mhd9b84" - ] - }, - "https://ror.org/01f74x078": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04pd1hv08" - ] - }, - "https://ror.org/01hnx7606": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032wz9653", - "https://ror.org/05p4hdr45", - "https://ror.org/00j3wcb35", - "https://ror.org/040hzz705" - ] - }, - "https://ror.org/01fqrjt38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05tfx2624" - ] - }, - "https://ror.org/030bbe882": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jkr8r49" - ] - }, - "https://ror.org/02dycg053": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00x0n6k03" - ] - }, - "https://ror.org/00mgss748": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03g1nep17", - "https://ror.org/02f12sz84", - "https://ror.org/047cnmy82", - "https://ror.org/0536ew874", - "https://ror.org/02gdsvx03", - "https://ror.org/00wc6ay63", - "https://ror.org/02mqz7148", - "https://ror.org/00zy6xm60", - "https://ror.org/0137xm018", - "https://ror.org/01jm7yc11", - "https://ror.org/05j1j8v70" - ] - }, - "https://ror.org/02qenvm24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00knt4f32", - "https://ror.org/0263t7p64", - "https://ror.org/014nxkk19" - ] - }, - "https://ror.org/05scq4290": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/005eaq331", - "https://ror.org/02x5qpn68", - "https://ror.org/039em6c59" - ] - }, - "https://ror.org/00gtmwv55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03c09ma81", - "https://ror.org/01r00g076", - "https://ror.org/013b57229", - "https://ror.org/032hfv632", - "https://ror.org/03zmqr331", - "https://ror.org/01h0vdv12", - "https://ror.org/0433f0x41", - "https://ror.org/04dbmrm19", - "https://ror.org/00354aw77", - "https://ror.org/05hzjar70", - "https://ror.org/035hx4w46", - "https://ror.org/02xqc6638", - "https://ror.org/03emf1n04", - "https://ror.org/03efe6r86", - "https://ror.org/0223rpe14" - ] - }, - "https://ror.org/026mcrn69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01mzwqv25" - ] - }, - "https://ror.org/041gev667": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00m2wsh37", - "https://ror.org/05dv2tx94", - "https://ror.org/031601h81", - "https://ror.org/007sqfz40", - "https://ror.org/01mbh6s37", - "https://ror.org/019naky64", - "https://ror.org/03g75kz98", - "https://ror.org/04csh5253" - ] - }, - "https://ror.org/05fe7ax82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mpxgs49", - "https://ror.org/045qk7v62", - "https://ror.org/035mqrn57", - "https://ror.org/00gd2w119", - "https://ror.org/0266y7j75", - "https://ror.org/03aef3108", - "https://ror.org/02a4c5q78", - "https://ror.org/03vk15693" - ] - }, - "https://ror.org/02fvywg07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00hzrhy27" - ] - }, - "https://ror.org/01zp6xd43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02f09cx53", - "https://ror.org/0022v2454" - ] - }, - "https://ror.org/02w4f2z17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ahhd635" - ] - }, - "https://ror.org/05p30rt34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05w5dvb13", - "https://ror.org/01gb59s19", - "https://ror.org/02e72p904", - "https://ror.org/00stasw52", - "https://ror.org/0171vtm86", - "https://ror.org/02phrtc32", - "https://ror.org/042phe474", - "https://ror.org/004p8an59" - ] - }, - "https://ror.org/032va1j59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00scwqd12", - "https://ror.org/02ymw8z06", - "https://ror.org/01w0d5g70", - "https://ror.org/037cnag11", - "https://ror.org/04e6zkc05" - ] - }, - "https://ror.org/013cf5k59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01p1sp487", - "https://ror.org/01tdzxm38", - "https://ror.org/03jf2m686", - "https://ror.org/04xbqmj23", - "https://ror.org/05af1fm66", - "https://ror.org/01a9tn778", - "https://ror.org/021kzta69", - "https://ror.org/03maknm89" - ] - }, - "https://ror.org/054hj6489": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/028z00g40" - ] - }, - "https://ror.org/04dkp1p98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ew37b76" - ] - }, - "https://ror.org/0500kmp11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037w8vx49" - ] - }, - "https://ror.org/04zerf618": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ywwcv54", - "https://ror.org/05kemy048" - ] - }, - "https://ror.org/05p8z3f47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04c4hz115", - "https://ror.org/04keq6987", - "https://ror.org/02dqehb95", - "https://ror.org/0371gg960", - "https://ror.org/00vg14f79", - "https://ror.org/00wks2x74", - "https://ror.org/0482ksk80" - ] - }, - "https://ror.org/01rbqr638": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/016t6nf16" - ] - }, - "https://ror.org/04609ps55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04tvj9g97", - "https://ror.org/012nb8s32", - "https://ror.org/00xj3b267", - "https://ror.org/03pp54d63", - "https://ror.org/04nff2163", - "https://ror.org/04fm2yw69" - ] - }, - "https://ror.org/045sza929": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pyv1r78", - "https://ror.org/03z8dnf91", - "https://ror.org/03a2d0d33", - "https://ror.org/01z6w7773", - "https://ror.org/029w34q36", - "https://ror.org/04ww2n633", - "https://ror.org/0146tv827", - "https://ror.org/011y3sy88", - "https://ror.org/03jb7qa21", - "https://ror.org/01mc9wk69" - ] - }, - "https://ror.org/03a64bh57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02wdzfm91" - ] - }, - "https://ror.org/0524sp257": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047d2d387", - "https://ror.org/05k0x2619", - "https://ror.org/02mtt1z51", - "https://ror.org/030qtrs05", - "https://ror.org/05fehs989" - ] - }, - "https://ror.org/01an3r305": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jfeg660", - "https://ror.org/04js6xx21", - "https://ror.org/0019bf448", - "https://ror.org/02b394754", - "https://ror.org/03n9scz70", - "https://ror.org/0242vta36", - "https://ror.org/03bw34a45" - ] - }, - "https://ror.org/05p8nb362": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/023xf2a37", - "https://ror.org/05wagd980" - ] - }, - "https://ror.org/041nas322": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054zhq066", - "https://ror.org/05pb4em20", - "https://ror.org/00hyd8090", - "https://ror.org/040d99j97", - "https://ror.org/032n1tr36", - "https://ror.org/04s11ea33" - ] - }, - "https://ror.org/00y4zzh67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01n673471", - "https://ror.org/00rg8bd79" - ] - }, - "https://ror.org/04b2dty93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/028979q34", - "https://ror.org/027zrs220", - "https://ror.org/00y1ttm22", - "https://ror.org/05pgn2b73", - "https://ror.org/0292awh62", - "https://ror.org/012chae64", - "https://ror.org/03my72535", - "https://ror.org/00148fb49", - "https://ror.org/01z6wpz16", - "https://ror.org/01vp49361" - ] - }, - "https://ror.org/00mkhxb43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/030jvtg87", - "https://ror.org/001zwgm84" - ] - }, - "https://ror.org/02qyf5152": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02r3nf527", - "https://ror.org/01202fx60" - ] - }, - "https://ror.org/02n415q13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05sd1pp77", - "https://ror.org/00hjft591" - ] - }, - "https://ror.org/03qsven24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04v3pva14" - ] - }, - "https://ror.org/03h2bxq36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zg1tt02", - "https://ror.org/02e6k9z27" - ] - }, - "https://ror.org/03zga2b32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05kmggt55", - "https://ror.org/04jthgw29" - ] - }, - "https://ror.org/03prydq77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01cbw5x35", - "https://ror.org/014cpn338", - "https://ror.org/01w64ht88", - "https://ror.org/03marfy19", - "https://ror.org/028696h48" - ] - }, - "https://ror.org/03grvy078": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017zqws13", - "https://ror.org/04w6xt508", - "https://ror.org/05vzqzh92", - "https://ror.org/02rh4fw73", - "https://ror.org/01hy4qx27", - "https://ror.org/0241gfe92", - "https://ror.org/038kp1442", - "https://ror.org/034ebnm46", - "https://ror.org/02amckb22", - "https://ror.org/03a976s92", - "https://ror.org/04sqxdt31", - "https://ror.org/01zn7ya31", - "https://ror.org/0516b6a83", - "https://ror.org/05x083d20", - "https://ror.org/03d78qr79", - "https://ror.org/02vq8p756", - "https://ror.org/01n6agm35" - ] - }, - "https://ror.org/03p74gp79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/040b19m18", - "https://ror.org/01edhwb26" - ] - }, - "https://ror.org/01aj84f44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04cz2sw33", - "https://ror.org/020hmha06", - "https://ror.org/038mpcy29" - ] - }, - "https://ror.org/01qmw3j63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02y47bf73", - "https://ror.org/03sgj4t62", - "https://ror.org/04hz7m473", - "https://ror.org/00rgeck60", - "https://ror.org/03kmffx98" - ] - }, - "https://ror.org/0208vgz68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01x2x1522" - ] - }, - "https://ror.org/0155zta11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05k70qf45", - "https://ror.org/03024dz78" - ] - }, - "https://ror.org/03y7q9t39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05p61mv27" - ] - }, - "https://ror.org/037zgn354": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05mgsm482", - "https://ror.org/013x5cp73", - "https://ror.org/04pwc8466", - "https://ror.org/05cb1k848", - "https://ror.org/02tc4ww71", - "https://ror.org/04k820v98", - "https://ror.org/056jn9s46", - "https://ror.org/05m5b8x20", - "https://ror.org/00jtwsb29", - "https://ror.org/01359dk79", - "https://ror.org/04d4pvt78", - "https://ror.org/03pjj1n42" - ] - }, - "https://ror.org/04me94w47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00xcwps97" - ] - }, - "https://ror.org/04hmn8g73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01441w502", - "https://ror.org/00n6v1c97", - "https://ror.org/01vnxev61", - "https://ror.org/05d5yxq17", - "https://ror.org/00be7h315", - "https://ror.org/03cmx5943", - "https://ror.org/05cm0es58", - "https://ror.org/04f2fqx85", - "https://ror.org/05kks4d25", - "https://ror.org/02vpbac71", - "https://ror.org/05arv2073", - "https://ror.org/0404kfe46", - "https://ror.org/01442sk86", - "https://ror.org/01ezy0w74", - "https://ror.org/02attg727", - "https://ror.org/03dpx8939", - "https://ror.org/01qwdc951", - "https://ror.org/05emrqw14", - "https://ror.org/034ffbg36", - "https://ror.org/02hkzs489", - "https://ror.org/00zec5297", - "https://ror.org/03p3f6k20" - ] - }, - "https://ror.org/05p1j8758": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mrpaq42", - "https://ror.org/02wavzm11", - "https://ror.org/00nffqq91" - ] - }, - "https://ror.org/0354t7b78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05txeyd16", - "https://ror.org/04b38mm11", - "https://ror.org/057a9rf33", - "https://ror.org/03svy9a26", - "https://ror.org/051acq669", - "https://ror.org/00fg6nx42", - "https://ror.org/04m96pa44", - "https://ror.org/05j2zf046", - "https://ror.org/03af71h47", - "https://ror.org/019btt327", - "https://ror.org/052451r09" - ] - }, - "https://ror.org/0526cz443": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04pthvp83", - "https://ror.org/04tv3wg24", - "https://ror.org/03ct7hd51", - "https://ror.org/05qg4my54", - "https://ror.org/01h0eq657" - ] - }, - "https://ror.org/03kk7td41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0526zh358" - ] - }, - "https://ror.org/025194b42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/040apef74", - "https://ror.org/02jacnm89", - "https://ror.org/02bb52086", - "https://ror.org/018fqb741" - ] - }, - "https://ror.org/05twwhs70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00efwap41", - "https://ror.org/05ehpzy81" - ] - }, - "https://ror.org/041m6k425": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011s40y19" - ] - }, - "https://ror.org/01g8djv19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03gr95p90", - "https://ror.org/024p6za61", - "https://ror.org/01ekca690", - "https://ror.org/04dd9eh65", - "https://ror.org/01jyh4590", - "https://ror.org/01xscrc43", - "https://ror.org/00xqcpg12", - "https://ror.org/05hxvc906", - "https://ror.org/0139mkv47", - "https://ror.org/016k8tv59", - "https://ror.org/04qq0qp34" - ] - }, - "https://ror.org/03w28pb62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/021cxfs56", - "https://ror.org/0402tt118" - ] - }, - "https://ror.org/004svx814": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02kv0wv09", - "https://ror.org/04ac0qk71", - "https://ror.org/059md9404", - "https://ror.org/0335n2618" - ] - }, - "https://ror.org/02nnhbq91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027kczr92" - ] - }, - "https://ror.org/02fa3aq29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05wagd980" - ] - }, - "https://ror.org/01swzsf04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/033f9yy33", - "https://ror.org/03kwyfa97", - "https://ror.org/00xzacp61" - ] - }, - "https://ror.org/0097mvx21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pdx2849", - "https://ror.org/01a631g06", - "https://ror.org/01svxr124", - "https://ror.org/01w104f98", - "https://ror.org/03fteab26", - "https://ror.org/00zmnkx60" - ] - }, - "https://ror.org/00xkeyj56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049p9j193" - ] - }, - "https://ror.org/02k7v4d05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03dz0k314" - ] - }, - "https://ror.org/00py81415": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04sr5ys16", - "https://ror.org/02j1m6098", - "https://ror.org/02yjqwr70", - "https://ror.org/01s91ey96", - "https://ror.org/00xcwps97", - "https://ror.org/001zwgm84" - ] - }, - "https://ror.org/00m2s0z68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007dga614", - "https://ror.org/01spssf70", - "https://ror.org/02nckwn80", - "https://ror.org/05atz9219", - "https://ror.org/0511cmw96", - "https://ror.org/056veft20", - "https://ror.org/046aym564", - "https://ror.org/01emtgd92", - "https://ror.org/02x2aj034", - "https://ror.org/048arep70", - "https://ror.org/0369st156", - "https://ror.org/0053n5071" - ] - }, - "https://ror.org/05gq02987": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04jrbrj58" - ] - }, - "https://ror.org/02bfwt286": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02yasb727", - "https://ror.org/051e7s436", - "https://ror.org/02qa5kg76", - "https://ror.org/02r3nf527", - "https://ror.org/048t93218", - "https://ror.org/0555x2b41", - "https://ror.org/058xdtn86", - "https://ror.org/00jgk9c55" - ] - }, - "https://ror.org/05vzafd60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045qf3j54", - "https://ror.org/029e47x73", - "https://ror.org/035zrb927" - ] - }, - "https://ror.org/04htnem03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ws49r51" - ] - }, - "https://ror.org/01v376g59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03r86y726", - "https://ror.org/034bznj45", - "https://ror.org/01axjm922", - "https://ror.org/030yesb42", - "https://ror.org/0050zy157", - "https://ror.org/04rzhfa50", - "https://ror.org/04z11gw67", - "https://ror.org/02avws951" - ] - }, - "https://ror.org/01kj2bm70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047d2d387", - "https://ror.org/03myjph80", - "https://ror.org/05akpmt68", - "https://ror.org/02r4fqa76" - ] - }, - "https://ror.org/03angcq70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qxptw71", - "https://ror.org/05a9avq33", - "https://ror.org/05c24ew78" - ] - }, - "https://ror.org/036jqmy94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05vjz1d16", - "https://ror.org/01jhe7086", - "https://ror.org/0431j1t39", - "https://ror.org/01rxedt69", - "https://ror.org/0184n5y84" - ] - }, - "https://ror.org/040af2s02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03tcx6c30", - "https://ror.org/05kph4940", - "https://ror.org/01x2x1522", - "https://ror.org/030sbze61", - "https://ror.org/04xpj5302", - "https://ror.org/018bh0m68", - "https://ror.org/03qr6jw57" - ] - }, - "https://ror.org/05kb8h459": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002egtp29", - "https://ror.org/02ehp0f77", - "https://ror.org/05b30wy30" - ] - }, - "https://ror.org/002k5fe57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022k50n33", - "https://ror.org/02xqq7c82", - "https://ror.org/00wjmg834", - "https://ror.org/03vfc4p83" - ] - }, - "https://ror.org/01788sq40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03t25rb04", - "https://ror.org/04k2v7662" - ] - }, - "https://ror.org/008d1xp69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00eggnv95", - "https://ror.org/03vjnqy43", - "https://ror.org/04b181w54", - "https://ror.org/0398a1r53" - ] - }, - "https://ror.org/037b5pv06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03n8qgc13" - ] - }, - "https://ror.org/05a0ya142": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01tm9b530" - ] - }, - "https://ror.org/03b94tp07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02v3fc375", - "https://ror.org/0327mmx61", - "https://ror.org/037aan677", - "https://ror.org/053336823", - "https://ror.org/05p61mv27" - ] - }, - "https://ror.org/00ghzk478": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ynf4333", - "https://ror.org/05qxkh644" - ] - }, - "https://ror.org/01ht74751": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00rbe2516" - ] - }, - "https://ror.org/02nkdxk79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00k6x1e94", - "https://ror.org/0173y3036" - ] - }, - "https://ror.org/00n3w3b69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04kd9a392" - ] - }, - "https://ror.org/04vgqjj36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00yqpgp96" - ] - }, - "https://ror.org/0207ad724": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01q1y4t48", - "https://ror.org/04v8djg66", - "https://ror.org/05j2xx287", - "https://ror.org/0512csj88" - ] - }, - "https://ror.org/00f54p054": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02awzbn54", - "https://ror.org/03djjyk45", - "https://ror.org/05j5wde68", - "https://ror.org/00pwqz914", - "https://ror.org/03hj69t32", - "https://ror.org/00knt4f32", - "https://ror.org/03mtd9a03", - "https://ror.org/01s3y9g58", - "https://ror.org/05gzmn429", - "https://ror.org/02vzbm991", - "https://ror.org/023py8175", - "https://ror.org/0551gkb08", - "https://ror.org/05a25vm86", - "https://ror.org/014qe3j22", - "https://ror.org/00yt0ea73", - "https://ror.org/02vbab064", - "https://ror.org/02vkaa689", - "https://ror.org/02vzbm991", - "https://ror.org/023py8175", - "https://ror.org/048g3cy84" - ] - }, - "https://ror.org/00xzqjh13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0011qv509", - "https://ror.org/00nqb1v70", - "https://ror.org/020f3ap87", - "https://ror.org/01244fm76", - "https://ror.org/032agg760", - "https://ror.org/05277x335" - ] - }, - "https://ror.org/00eae9z71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01nsxs283" - ] - }, - "https://ror.org/05ynxx418": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/039qvmf95", - "https://ror.org/010dsgr95" - ] - }, - "https://ror.org/023b0x485": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ym69k36" - ] - }, - "https://ror.org/052czxv31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02gbgwz87", - "https://ror.org/053336823", - "https://ror.org/05p61mv27" - ] - }, - "https://ror.org/03rp50x72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01vga2998", - "https://ror.org/02ayn5869" - ] - }, - "https://ror.org/027m9bs27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03xxxrq06", - "https://ror.org/0094tm228", - "https://ror.org/05eev2q71", - "https://ror.org/033svsm10", - "https://ror.org/023a2er20" - ] - }, - "https://ror.org/03s7gtk40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05s928n76", - "https://ror.org/01t4ttr56" - ] - }, - "https://ror.org/00a0n9e72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01c4rxk68" - ] - }, - "https://ror.org/00b30xv10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047939x15" - ] - }, - "https://ror.org/05rcfc739": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00sz56h79", - "https://ror.org/04shcr998", - "https://ror.org/017n8df75" - ] - }, - "https://ror.org/05a7rhx54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00nas2c56", - "https://ror.org/04bsh3r03", - "https://ror.org/04dhm2b57", - "https://ror.org/04vv43q89", - "https://ror.org/03m3fa408", - "https://ror.org/02xy96n81", - "https://ror.org/03c0yyz21", - "https://ror.org/04swdfh12", - "https://ror.org/027n3xb46", - "https://ror.org/01h4rpv44", - "https://ror.org/012674h84", - "https://ror.org/011fzp843", - "https://ror.org/04tr57w63", - "https://ror.org/01knxge52", - "https://ror.org/03q3bdj78" - ] - }, - "https://ror.org/003kmcj19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020p6tc25" - ] - }, - "https://ror.org/01zctcs90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051177492", - "https://ror.org/03f9m1k43", - "https://ror.org/048q66y67", - "https://ror.org/05dfvhh79", - "https://ror.org/051659894", - "https://ror.org/0503ft796", - "https://ror.org/02nwwqk69" - ] - }, - "https://ror.org/02crff812": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00baskk38", - "https://ror.org/021p56f43", - "https://ror.org/04pazve79", - "https://ror.org/0431s8639", - "https://ror.org/04a7xee56" - ] - }, - "https://ror.org/00t33hh48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02d5ks197", - "https://ror.org/00qfke340", - "https://ror.org/038ey3e97" - ] - }, - "https://ror.org/019whta54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03kwyfa97" - ] - }, - "https://ror.org/00hj8s172": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02e2tgs60", - "https://ror.org/01f0vkh84", - "https://ror.org/0263t7p64", - "https://ror.org/04knth696" - ] - }, - "https://ror.org/01ryk1543": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04j4a6x59", - "https://ror.org/05bfg0961", - "https://ror.org/01qqpzg67", - "https://ror.org/04vxw9c34" - ] - }, - "https://ror.org/04vyex278": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03zy2nt21" - ] - }, - "https://ror.org/03613d656": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004fpq690", - "https://ror.org/00defv642" - ] - }, - "https://ror.org/02dgjyy92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00zw9nc64", - "https://ror.org/05cpqsp49", - "https://ror.org/0552r4b12", - "https://ror.org/02yx0mh38" - ] - }, - "https://ror.org/052gg0110": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011hz4254", - "https://ror.org/05kgg0s20", - "https://ror.org/047d2d387", - "https://ror.org/01tfjyv98", - "https://ror.org/02kcpr174", - "https://ror.org/01q496a73", - "https://ror.org/03fs9z545", - "https://ror.org/017g85521", - "https://ror.org/03myafa32", - "https://ror.org/05rehad94", - "https://ror.org/0336mm561", - "https://ror.org/05crdvn36", - "https://ror.org/01rjnta51", - "https://ror.org/0172mzb45", - "https://ror.org/01p4s0142", - "https://ror.org/02khxwt12", - "https://ror.org/00wgpgb78", - "https://ror.org/02khxwt12", - "https://ror.org/02dtmmn34", - "https://ror.org/045te9e08", - "https://ror.org/01ez37r05", - "https://ror.org/00qh9dx40", - "https://ror.org/0139c4536", - "https://ror.org/03hwx9w41" - ] - }, - "https://ror.org/01485tq96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04jaeeg73" - ] - }, - "https://ror.org/0566a8c54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051m4vc48", - "https://ror.org/01vx35703", - "https://ror.org/02n5cs023", - "https://ror.org/03rj92e31", - "https://ror.org/02aze4h65", - "https://ror.org/051r3tx83", - "https://ror.org/03zbydc22", - "https://ror.org/04tj63d06", - "https://ror.org/01fqs5523", - "https://ror.org/01vfsab41", - "https://ror.org/02t0qr014", - "https://ror.org/017c6at71", - "https://ror.org/0130frc33", - "https://ror.org/04dawnj30", - "https://ror.org/04fnxsj42", - "https://ror.org/05pckj715", - "https://ror.org/010h78f45", - "https://ror.org/049yc0897", - "https://ror.org/02yjqwr70", - "https://ror.org/02yjqwr70", - "https://ror.org/04nv7tt16", - "https://ror.org/01kgxxx41", - "https://ror.org/058465397", - "https://ror.org/03hakdk41", - "https://ror.org/02yjqwr70", - "https://ror.org/009hmnr85", - "https://ror.org/01s91ey96", - "https://ror.org/0568g2481", - "https://ror.org/03mpd4h52", - "https://ror.org/03784zd57", - "https://ror.org/04k7cvz88", - "https://ror.org/04q5n7269", - "https://ror.org/03hakdk41", - "https://ror.org/02yjqwr70", - "https://ror.org/043ehm030", - "https://ror.org/001zwgm84" - ] - }, - "https://ror.org/04bs1pb34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/048cva627" - ] - }, - "https://ror.org/00ysfqy60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/046107075", - "https://ror.org/01w1q7x19", - "https://ror.org/026jqvs13" - ] - }, - "https://ror.org/001tmjg57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05g3bg079", - "https://ror.org/04t2m2598", - "https://ror.org/04mxhn923" - ] - }, - "https://ror.org/05dk0ce17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04vfs5h36", - "https://ror.org/02sjef319", - "https://ror.org/00g2fk805", - "https://ror.org/03wpv8896", - "https://ror.org/039fx6g98", - "https://ror.org/014vdsh37" - ] - }, - "https://ror.org/01ee9ar58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045g6w049", - "https://ror.org/04gycm791", - "https://ror.org/04mz9mt17", - "https://ror.org/03y4dt428" - ] - }, - "https://ror.org/032000t02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01z25am55", - "https://ror.org/04s7shc55" - ] - }, - "https://ror.org/00rcxh774": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05pb4em20", - "https://ror.org/034waa237", - "https://ror.org/015wtqn87", - "https://ror.org/04vg4mg18" - ] - }, - "https://ror.org/022mz6y25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01tp0e450" - ] - }, - "https://ror.org/03vek6s52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032q5ym94", - "https://ror.org/03hj6c016", - "https://ror.org/03c3r2d17", - "https://ror.org/05r3dyn47", - "https://ror.org/04wsv7966", - "https://ror.org/004y4rj95", - "https://ror.org/04kj1hn59", - "https://ror.org/006v7bf86", - "https://ror.org/053tmcn30", - "https://ror.org/053r20n13", - "https://ror.org/04r5ess67", - "https://ror.org/04pvzz946", - "https://ror.org/05xsxgs79", - "https://ror.org/059cpzx98", - "https://ror.org/008cfmj78", - "https://ror.org/03pvyf116", - "https://ror.org/05b0g2v72", - "https://ror.org/01mcvy510", - "https://ror.org/04mh52z70" - ] - }, - "https://ror.org/05wvpxv85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04pvzz946" - ] - }, - "https://ror.org/01djxaj77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037j2g266", - "https://ror.org/021vwsa16", - "https://ror.org/059j7sj66" - ] - }, - "https://ror.org/0008vp155": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05rdv5n40" - ] - }, - "https://ror.org/04jr1s763": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/030ws5c69", - "https://ror.org/04mmhnh95", - "https://ror.org/04x48z588", - "https://ror.org/01jkemy20" - ] - }, - "https://ror.org/04khwmr87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05twjp994", - "https://ror.org/01w64ht88", - "https://ror.org/01w64ht88", - "https://ror.org/028696h48" - ] - }, - "https://ror.org/0040r6f76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04gjfdj81", - "https://ror.org/05p61mv27", - "https://ror.org/024cft222" - ] - }, - "https://ror.org/05dxps055": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01e6j9276", - "https://ror.org/05q79g396", - "https://ror.org/05jtgpc57", - "https://ror.org/05xkke381", - "https://ror.org/027k65916", - "https://ror.org/04kz4p343", - "https://ror.org/04bxjes65", - "https://ror.org/04knm0293", - "https://ror.org/01trfvq12" - ] - }, - "https://ror.org/05wgann87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01f7ent21" - ] - }, - "https://ror.org/0316ej306": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02s50ft61", - "https://ror.org/015wtqn87" - ] - }, - "https://ror.org/048fyec77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01mmz5j21" - ] - }, - "https://ror.org/05vt9qd57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00k551w06", - "https://ror.org/00rqs0x69", - "https://ror.org/0139hn422", - "https://ror.org/029z02k15", - "https://ror.org/0060x3y55", - "https://ror.org/014ye1258" - ] - }, - "https://ror.org/01yc7t268": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02swjdp46", - "https://ror.org/03qn8ky51", - "https://ror.org/03x3g5467" - ] - }, - "https://ror.org/024mw5h28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05gvnxz63", - "https://ror.org/02nh10f55", - "https://ror.org/014nxkk19", - "https://ror.org/004x7d471", - "https://ror.org/04qxsr837", - "https://ror.org/01svjdw65", - "https://ror.org/04b15va38", - "https://ror.org/045ybte48" - ] - }, - "https://ror.org/02smfhw86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01q1y4t48", - "https://ror.org/010prmy50", - "https://ror.org/05953j253", - "https://ror.org/0073tn017" - ] - }, - "https://ror.org/011vxgd24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/005535379", - "https://ror.org/01zpqad83" - ] - }, - "https://ror.org/01jdpyv68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02dm92c46", - "https://ror.org/002n9qz56" - ] - }, - "https://ror.org/03ehgrz61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02zfrea47" - ] - }, - "https://ror.org/01jmxt844": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/053336823", - "https://ror.org/05p61mv27" - ] - }, - "https://ror.org/00hx57361": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00k551w06", - "https://ror.org/03vn1ts68", - "https://ror.org/05sg23t46", - "https://ror.org/05sg23t46" - ] - }, - "https://ror.org/000e0be47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004x7d471", - "https://ror.org/00rncr820", - "https://ror.org/014nxkk19" - ] - }, - "https://ror.org/03qxff017": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051qeyr12" - ] - }, - "https://ror.org/04mrb6c22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ks67450", - "https://ror.org/02se3s925", - "https://ror.org/0212h5y77", - "https://ror.org/009rt9f88" - ] - }, - "https://ror.org/04kfn4587": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xa5mk57", - "https://ror.org/04a9tmd77", - "https://ror.org/01742jq13", - "https://ror.org/01zkyz108", - "https://ror.org/01h9y0t02", - "https://ror.org/01jaw0925", - "https://ror.org/0317dzj93" - ] - }, - "https://ror.org/03yrrjy16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04y51qn38" - ] - }, - "https://ror.org/05hs6h993": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01cpcy908", - "https://ror.org/015tnsz82", - "https://ror.org/00qerpb33", - "https://ror.org/02vkce854", - "https://ror.org/03r4g9w46", - "https://ror.org/0599cab37" - ] - }, - "https://ror.org/047s7ex42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03v7tx966", - "https://ror.org/01mjp5v83" - ] - }, - "https://ror.org/02vm5rt34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03h2q9n18" - ] - }, - "https://ror.org/00q32j219": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05sdkg034", - "https://ror.org/05ww0qy02", - "https://ror.org/026vtvm28", - "https://ror.org/0324red69", - "https://ror.org/01hr74d22", - "https://ror.org/031sxg258", - "https://ror.org/05hczvf86", - "https://ror.org/03y9g2t13", - "https://ror.org/035hns865", - "https://ror.org/015k6vv14", - "https://ror.org/03gdpyq31", - "https://ror.org/01xyf9430", - "https://ror.org/00px03f62", - "https://ror.org/02r1d7x68", - "https://ror.org/01m3ea752", - "https://ror.org/0198yrw13", - "https://ror.org/04fh1gw55", - "https://ror.org/00emmzb12", - "https://ror.org/03skc1w23", - "https://ror.org/04h30bj32", - "https://ror.org/03e9p3c51", - "https://ror.org/05s0s0h39", - "https://ror.org/03pnxfz55", - "https://ror.org/02rtpt551", - "https://ror.org/00fsz9s67", - "https://ror.org/01jnnpe14", - "https://ror.org/05kffp613" - ] - }, - "https://ror.org/025vmq686": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007j2dm88" - ] - }, - "https://ror.org/038t36y30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05x8b4491", - "https://ror.org/015wgw417", - "https://ror.org/02cypar22", - "https://ror.org/003xvvt95" - ] - }, - "https://ror.org/01xm30661": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04tw9zq58" - ] - }, - "https://ror.org/04q12yn84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04xtarr15" - ] - }, - "https://ror.org/01d88se56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04p5baq95", - "https://ror.org/04k3jt835", - "https://ror.org/04vq5kb54", - "https://ror.org/0599cs764" - ] - }, - "https://ror.org/040wg7k59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/039qvmf95" - ] - }, - "https://ror.org/022fs9h90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01yx62742" - ] - }, - "https://ror.org/02sfax819": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00x489z61" - ] - }, - "https://ror.org/01encsj80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/006kr7r70" - ] - }, - "https://ror.org/041kmwe10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05p1n6x86", - "https://ror.org/01vw4c203", - "https://ror.org/00wgpgb78", - "https://ror.org/037ez2r19" - ] - }, - "https://ror.org/04e4j5d46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02srvrw14", - "https://ror.org/023bt3h76", - "https://ror.org/04e7m9p55" - ] - }, - "https://ror.org/01070mq45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00q1brk57" - ] - }, - "https://ror.org/04abg5t05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05wk90v81" - ] - }, - "https://ror.org/01r9z8p25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03cmntr54", - "https://ror.org/054tmk179" - ] - }, - "https://ror.org/035b05819": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04anq5q02", - "https://ror.org/04cz2sw33", - "https://ror.org/05f5sjj19", - "https://ror.org/040ck2b86", - "https://ror.org/015wtqn87", - "https://ror.org/02s32fb62" - ] - }, - "https://ror.org/04gq6mn61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01a2d7067", - "https://ror.org/00hmkqz52", - "https://ror.org/05t25a229", - "https://ror.org/02c3p9381", - "https://ror.org/00s582952" - ] - }, - "https://ror.org/049s0rh22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01pa9ed26", - "https://ror.org/00d1dhh09", - "https://ror.org/02pkvbe21", - "https://ror.org/02et65004", - "https://ror.org/03sfv7b53", - "https://ror.org/04j045513" - ] - }, - "https://ror.org/01azzms13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/000nhpy59", - "https://ror.org/00zmnkx60" - ] - }, - "https://ror.org/04x7ccp17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pftgq30" - ] - }, - "https://ror.org/05t0w3074": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ay56170", - "https://ror.org/0524qb764", - "https://ror.org/024w0ge69", - "https://ror.org/042ge0913", - "https://ror.org/00s765g78", - "https://ror.org/03m01yf64", - "https://ror.org/030andk23", - "https://ror.org/02pnc0262", - "https://ror.org/03qkmpv48", - "https://ror.org/0250say61", - "https://ror.org/0367d2222", - "https://ror.org/044ktnx96", - "https://ror.org/05kqvrr98", - "https://ror.org/001s1be73", - "https://ror.org/00xtmkg39", - "https://ror.org/02apq7b82", - "https://ror.org/0105p2j56", - "https://ror.org/05jh28309" - ] - }, - "https://ror.org/008xxew50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04xe7ws48" - ] - }, - "https://ror.org/051escj72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00f5hap04", - "https://ror.org/0000n5x09", - "https://ror.org/05r332y60", - "https://ror.org/020nks034", - "https://ror.org/008rywf59", - "https://ror.org/0189yvq06", - "https://ror.org/01xpc6869", - "https://ror.org/02banhz78", - "https://ror.org/03q1qx424", - "https://ror.org/02pzyz439", - "https://ror.org/00b80ez59", - "https://ror.org/024gts110", - "https://ror.org/028wq3277", - "https://ror.org/04nmj9827", - "https://ror.org/0431hh004", - "https://ror.org/043wmc583", - "https://ror.org/02785qs39", - "https://ror.org/044kxby82", - "https://ror.org/036eg1q44", - "https://ror.org/05d1e6v30", - "https://ror.org/01cah1n37", - "https://ror.org/00b8mh310", - "https://ror.org/04fr7pd94", - "https://ror.org/03capj968", - "https://ror.org/05ee10k25", - "https://ror.org/02ftce284", - "https://ror.org/00nrbzg90", - "https://ror.org/03fte3n86", - "https://ror.org/02fke9256", - "https://ror.org/00aycez97", - "https://ror.org/00357kh21", - "https://ror.org/049dk3691", - "https://ror.org/013yean28", - "https://ror.org/003sscq03", - "https://ror.org/04w07sc25", - "https://ror.org/02wzg8t73", - "https://ror.org/00xffm983", - "https://ror.org/03kbarg82", - "https://ror.org/00zn13224", - "https://ror.org/008qs6838", - "https://ror.org/01nfvkq89", - "https://ror.org/00cesps27", - "https://ror.org/01z485314", - "https://ror.org/044jxv425", - "https://ror.org/014sj8802", - "https://ror.org/030vwjb30", - "https://ror.org/01f5c5978", - "https://ror.org/05d362832", - "https://ror.org/00rwjvc96", - "https://ror.org/04eeyfe07", - "https://ror.org/01w1erp60", - "https://ror.org/01r19bq53", - "https://ror.org/02r1kz177", - "https://ror.org/05y5s3h28", - "https://ror.org/02w4exq36", - "https://ror.org/01yw9jt43", - "https://ror.org/05s6hm275", - "https://ror.org/0100zmm86", - "https://ror.org/05g7gad22", - "https://ror.org/05h1c9n12", - "https://ror.org/0262z1d94", - "https://ror.org/00rt27171", - "https://ror.org/05frk8994", - "https://ror.org/03wttga88", - "https://ror.org/01dwzy755", - "https://ror.org/00mmgvh45", - "https://ror.org/045n3eg64", - "https://ror.org/013r8c450", - "https://ror.org/007bw2y16", - "https://ror.org/03e835785", - "https://ror.org/01m1tbs81", - "https://ror.org/019v7sr25", - "https://ror.org/025g2e477", - "https://ror.org/04x7ec535", - "https://ror.org/0428ctr80", - "https://ror.org/054b22910", - "https://ror.org/02nwb8925", - "https://ror.org/01jrr7w21", - "https://ror.org/03gbgw380", - "https://ror.org/02fpe6x37", - "https://ror.org/03vba6259", - "https://ror.org/020g0rw41", - "https://ror.org/05ye29x39", - "https://ror.org/03gkf0p07", - "https://ror.org/00ts9pr54", - "https://ror.org/00ts9pr54" - ] - }, - "https://ror.org/00ppaw753": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01054tt62", - "https://ror.org/0177jvw02", - "https://ror.org/019z76p34", - "https://ror.org/05067ar32", - "https://ror.org/001pprn90", - "https://ror.org/05jfx6e51", - "https://ror.org/03dj0nw15", - "https://ror.org/011590k05", - "https://ror.org/052y0z870", - "https://ror.org/05dq15a76", - "https://ror.org/020tdv696", - "https://ror.org/043798m03", - "https://ror.org/04q30vj37", - "https://ror.org/010t4mz11", - "https://ror.org/00306vw82", - "https://ror.org/01s8kfg79" - ] - }, - "https://ror.org/04tpvzp22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01w5pyt41" - ] - }, - "https://ror.org/05a1qpv97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01y5nr239" - ] - }, - "https://ror.org/02decng19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05p2t3578" - ] - }, - "https://ror.org/026e19k63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jnx2c74" - ] - }, - "https://ror.org/04a0dbe36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01tnh0829", - "https://ror.org/00tvate34", - "https://ror.org/00vkhbp60", - "https://ror.org/03zg8ak49" - ] - }, - "https://ror.org/01f80g185": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/021jq8741", - "https://ror.org/04rtx9382", - "https://ror.org/01rz37c55", - "https://ror.org/02wae9s43", - "https://ror.org/008kev776", - "https://ror.org/01h4ywk72", - "https://ror.org/04nfvby78", - "https://ror.org/046j7pv84", - "https://ror.org/00v452281", - "https://ror.org/03je9ev90", - "https://ror.org/03v4mhk58", - "https://ror.org/03y0ep822", - "https://ror.org/01m294726", - "https://ror.org/05c4q7289", - "https://ror.org/00tqnwm57", - "https://ror.org/0558jee48", - "https://ror.org/04q84b570", - "https://ror.org/05vs7jg22", - "https://ror.org/05vefar40", - "https://ror.org/01yb6xh37", - "https://ror.org/02jkz3g13", - "https://ror.org/01p1fe256", - "https://ror.org/03911p935", - "https://ror.org/055ttwk14", - "https://ror.org/0292bqz47", - "https://ror.org/035g8xb75", - "https://ror.org/005xgxx88", - "https://ror.org/047bn1w15", - "https://ror.org/02vvkyr96", - "https://ror.org/035dmz332", - "https://ror.org/05q0t6358" - ] - }, - "https://ror.org/03gng8t46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056wg7w27" - ] - }, - "https://ror.org/02rqhpa98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04smrv092", - "https://ror.org/04hm0cn69" - ] - }, - "https://ror.org/03ay59x86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/001j26r80", - "https://ror.org/007wafy80", - "https://ror.org/01w176078", - "https://ror.org/019yc2n42", - "https://ror.org/01v0znr74", - "https://ror.org/02mgmsz22" - ] - }, - "https://ror.org/03ba1t516": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00f0khk08", - "https://ror.org/02y17a925", - "https://ror.org/03pxref83", - "https://ror.org/034w35q36", - "https://ror.org/02asgya46", - "https://ror.org/04n210m18", - "https://ror.org/00r2kgw23", - "https://ror.org/04xk08052", - "https://ror.org/00pg3n198", - "https://ror.org/04xm4jh96", - "https://ror.org/02nrkmh53", - "https://ror.org/047hncm83", - "https://ror.org/000b3gw41", - "https://ror.org/020p6zm06", - "https://ror.org/04wew1t29", - "https://ror.org/00xms0c62", - "https://ror.org/02edavb98", - "https://ror.org/00qrc8a81", - "https://ror.org/0419b2556", - "https://ror.org/00qaqy020", - "https://ror.org/05f0azc76" - ] - }, - "https://ror.org/05c2qg481": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/018pp1107", - "https://ror.org/05q65zh81", - "https://ror.org/03zx86w41", - "https://ror.org/04y8cs423", - "https://ror.org/053gdvc84", - "https://ror.org/00wrnm709", - "https://ror.org/01ks4c961", - "https://ror.org/00hbc1k35", - "https://ror.org/04hztmn48", - "https://ror.org/00awn3k11", - "https://ror.org/0186z1m53", - "https://ror.org/01xd0ys45", - "https://ror.org/059jx7q58", - "https://ror.org/02w8awt17", - "https://ror.org/04yzbzc51", - "https://ror.org/055449294", - "https://ror.org/01nyrrx14", - "https://ror.org/01v6shv96", - "https://ror.org/017jp7t31", - "https://ror.org/059fn5f50", - "https://ror.org/02s6m8n84", - "https://ror.org/03k1e4r14", - "https://ror.org/04ef65y11", - "https://ror.org/052jxdr90", - "https://ror.org/03padqz24", - "https://ror.org/058z3vf87", - "https://ror.org/007sc9r91", - "https://ror.org/04db3be62", - "https://ror.org/03g38sn14", - "https://ror.org/01thw2g46", - "https://ror.org/00a72jq18", - "https://ror.org/00kr24y60", - "https://ror.org/03kr50w79", - "https://ror.org/03f0z1g15", - "https://ror.org/04bgzse17", - "https://ror.org/04v668f18", - "https://ror.org/03y7m8990", - "https://ror.org/01w1erp60", - "https://ror.org/04ef65y11", - "https://ror.org/00a8p0m24", - "https://ror.org/003y0kg83", - "https://ror.org/020cdve92", - "https://ror.org/01q5ge486", - "https://ror.org/00qm1ye08", - "https://ror.org/01ydp2x12", - "https://ror.org/03kc13263", - "https://ror.org/0095dt357", - "https://ror.org/0180r7w69", - "https://ror.org/054fae424", - "https://ror.org/05p7zpp88", - "https://ror.org/013pnfx92", - "https://ror.org/02yv0b554", - "https://ror.org/00dxbgs74", - "https://ror.org/0579t4s85", - "https://ror.org/04t3sm733", - "https://ror.org/05yd19040", - "https://ror.org/00c00ys31", - "https://ror.org/018786988", - "https://ror.org/00mz87608", - "https://ror.org/038yp4g21" - ] - }, - "https://ror.org/04yrqp957": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003g1aw90", - "https://ror.org/039yyx623", - "https://ror.org/036j0y719", - "https://ror.org/007hrfm61", - "https://ror.org/05ngxmx20", - "https://ror.org/03237mt20", - "https://ror.org/01p178v10", - "https://ror.org/03hq2nj16", - "https://ror.org/025agbr41", - "https://ror.org/03hqv2x85", - "https://ror.org/055nbmz93", - "https://ror.org/01nhp3z94", - "https://ror.org/018dfmm35", - "https://ror.org/02mhxg157", - "https://ror.org/04fm0sh33", - "https://ror.org/02w0vb190", - "https://ror.org/02xq0x374" - ] - }, - "https://ror.org/049234459": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00z7z7a14" - ] - }, - "https://ror.org/02vfy7g92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05y8yz623" - ] - }, - "https://ror.org/0153tk833": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013zder45", - "https://ror.org/0424mzx13" - ] - }, - "https://ror.org/05fs6jp91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01qcacz92", - "https://ror.org/05kx2e072", - "https://ror.org/02jvjmd55", - "https://ror.org/02jp62t23" - ] - }, - "https://ror.org/00dmpgj58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05k9ds907" - ] - }, - "https://ror.org/05sn8wf81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00568z619", - "https://ror.org/04jpdpb33", - "https://ror.org/036rry744", - "https://ror.org/04magv453" - ] - }, - "https://ror.org/01agh0847": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jqa2c59", - "https://ror.org/03pcpfy27" - ] - }, - "https://ror.org/02e1c4h55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00davry38", - "https://ror.org/05whw7f42", - "https://ror.org/0302jbz39", - "https://ror.org/05p299b07", - "https://ror.org/0460tzy11", - "https://ror.org/04w0a0617", - "https://ror.org/00xbw4a70", - "https://ror.org/01nq33970", - "https://ror.org/03dgrff29", - "https://ror.org/01brjce02", - "https://ror.org/03t5a9538", - "https://ror.org/04zjhw235", - "https://ror.org/01d6p8r58", - "https://ror.org/02sftkh09", - "https://ror.org/01da06998", - "https://ror.org/01hjh7h09", - "https://ror.org/01w8zj169", - "https://ror.org/0336f3190", - "https://ror.org/00dds0202", - "https://ror.org/0248dkz36", - "https://ror.org/03bmwyk24", - "https://ror.org/033xr5946", - "https://ror.org/02zv2b697", - "https://ror.org/02kj53224", - "https://ror.org/00965mv68", - "https://ror.org/05qqb8y62", - "https://ror.org/019kjfs29", - "https://ror.org/00e59cf80", - "https://ror.org/03k3t2d52", - "https://ror.org/046ee4w71", - "https://ror.org/008eg1b26", - "https://ror.org/04bjtbt12", - "https://ror.org/00dbv4g17", - "https://ror.org/02mgmvf72", - "https://ror.org/05wc2hs84", - "https://ror.org/02kry3y94", - "https://ror.org/03m66j484", - "https://ror.org/04xyf9e18", - "https://ror.org/054w40x57", - "https://ror.org/04m28hd07", - "https://ror.org/04f6z5785", - "https://ror.org/056rez340", - "https://ror.org/001gedw60", - "https://ror.org/0526kmt93", - "https://ror.org/00gcaxc92", - "https://ror.org/02yy6gj83", - "https://ror.org/05bpk5567", - "https://ror.org/00yt2gw85", - "https://ror.org/00edcak12", - "https://ror.org/0433s0254", - "https://ror.org/04cymm537", - "https://ror.org/036epwb08", - "https://ror.org/02jnv7t64", - "https://ror.org/04hxjrb09" - ] - }, - "https://ror.org/00987cb86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022b8mr96", - "https://ror.org/03me10b26" - ] - }, - "https://ror.org/010q4q527": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051dzs374", - "https://ror.org/02tvrwm90", - "https://ror.org/0517h6h17", - "https://ror.org/03rqcfv80", - "https://ror.org/026ny0e17", - "https://ror.org/02edexj13", - "https://ror.org/01sj8qf84", - "https://ror.org/01sz34q98", - "https://ror.org/05hepy730", - "https://ror.org/02qa1x782", - "https://ror.org/01ktx4s83", - "https://ror.org/03pkrdc36", - "https://ror.org/035rreb34", - "https://ror.org/01pxchq54", - "https://ror.org/0427vvt16", - "https://ror.org/0539tas66", - "https://ror.org/00zywfh80", - "https://ror.org/02e0bg420", - "https://ror.org/04e0p6b62", - "https://ror.org/03ksw4g36", - "https://ror.org/04ky1ae42", - "https://ror.org/03sgjjk97", - "https://ror.org/04bxhp795", - "https://ror.org/0399wt198", - "https://ror.org/03fx3ra47", - "https://ror.org/014hre374", - "https://ror.org/034t0c490", - "https://ror.org/05aa5hg35", - "https://ror.org/0523t5q52", - "https://ror.org/02e9w7q14", - "https://ror.org/02d0qf239", - "https://ror.org/01xgv8v73", - "https://ror.org/02cz3nh82", - "https://ror.org/03yke0t02", - "https://ror.org/03ger2h42", - "https://ror.org/05mjmpk84", - "https://ror.org/04xw60528", - "https://ror.org/03cmaaz53", - "https://ror.org/04bk3z010", - "https://ror.org/00ngcze84", - "https://ror.org/02w0ma450", - "https://ror.org/0430zw506", - "https://ror.org/03wm7z656", - "https://ror.org/008ec8r60", - "https://ror.org/01dbm1232", - "https://ror.org/01fkg1209", - "https://ror.org/01yzs6492", - "https://ror.org/00hgy8d33", - "https://ror.org/03594dm11" - ] - }, - "https://ror.org/02e91jd64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02re7jk37" - ] - }, - "https://ror.org/042949r55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/018pp1107", - "https://ror.org/0175hh227", - "https://ror.org/03e2r1r87", - "https://ror.org/053gdvc84", - "https://ror.org/00wrnm709", - "https://ror.org/01ks4c961", - "https://ror.org/00hbc1k35", - "https://ror.org/04hztmn48", - "https://ror.org/00awn3k11", - "https://ror.org/0186z1m53", - "https://ror.org/01xd0ys45", - "https://ror.org/059jx7q58", - "https://ror.org/02w8awt17", - "https://ror.org/04yzbzc51", - "https://ror.org/055449294", - "https://ror.org/01nyrrx14", - "https://ror.org/01v6shv96", - "https://ror.org/017jp7t31", - "https://ror.org/00awn3k11", - "https://ror.org/01b8mj511", - "https://ror.org/059jx7q58", - "https://ror.org/03vam5b06", - "https://ror.org/04hzkx672", - "https://ror.org/017jp7t31", - "https://ror.org/01m83bk32", - "https://ror.org/00wyh7698", - "https://ror.org/05wrsh961", - "https://ror.org/05k9wmt43", - "https://ror.org/02w0vb190", - "https://ror.org/05b793h63", - "https://ror.org/015d72457", - "https://ror.org/05mdg8117", - "https://ror.org/05xe12881", - "https://ror.org/05hv3c612", - "https://ror.org/027z2pe53", - "https://ror.org/00kzn1s88", - "https://ror.org/009kpbt47", - "https://ror.org/00fmavj37", - "https://ror.org/01atqpz53", - "https://ror.org/01dqmj897", - "https://ror.org/05wy2cj05", - "https://ror.org/048289s82", - "https://ror.org/05j8sgr10", - "https://ror.org/04fm0sh33" - ] - }, - "https://ror.org/03z6jp965": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0585hkk81", - "https://ror.org/01wcaw014", - "https://ror.org/04jnmn720", - "https://ror.org/04mb5jg98", - "https://ror.org/007p4nf03", - "https://ror.org/03ms1y683", - "https://ror.org/00ca65425", - "https://ror.org/04ej53908", - "https://ror.org/0546jt497", - "https://ror.org/025esck76", - "https://ror.org/0302qeq32", - "https://ror.org/05v10js27", - "https://ror.org/04gg0js59", - "https://ror.org/03w8bdr46", - "https://ror.org/04jt24b73", - "https://ror.org/04knxqr47", - "https://ror.org/0300s5145", - "https://ror.org/052y55j77", - "https://ror.org/035dgzp41", - "https://ror.org/00fxwgt94", - "https://ror.org/03ng6qj84", - "https://ror.org/04bz7jh43", - "https://ror.org/01bgpbn64", - "https://ror.org/01cwd3655", - "https://ror.org/04wpdcq98", - "https://ror.org/00h0vpf51", - "https://ror.org/020z5t515", - "https://ror.org/046xby895", - "https://ror.org/05a795p68", - "https://ror.org/02ny82a28" - ] - }, - "https://ror.org/02rz0r794": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00xp3z794", - "https://ror.org/01ze10m80", - "https://ror.org/05tfr6j26", - "https://ror.org/03fqcyc11", - "https://ror.org/01ehk9611", - "https://ror.org/02wdjwg88" - ] - }, - "https://ror.org/01vkp3w06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01e8wn134" - ] - }, - "https://ror.org/00rqfzz65": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/016fdky84" - ] - }, - "https://ror.org/02j46qs45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/009nz6031", - "https://ror.org/032hzqh22", - "https://ror.org/03h8d7859", - "https://ror.org/03spk3j53", - "https://ror.org/00dd4fz34", - "https://ror.org/02wx4md20", - "https://ror.org/0286qer95", - "https://ror.org/02h8zn861", - "https://ror.org/04xsmz457", - "https://ror.org/023jyyg30", - "https://ror.org/004fpq690", - "https://ror.org/02mvmd115", - "https://ror.org/0001a1c49", - "https://ror.org/00defv642", - "https://ror.org/024zy9450" - ] - }, - "https://ror.org/01bvjz807": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03hdb9194", - "https://ror.org/048ank724" - ] - }, - "https://ror.org/04xkdwy10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04488qa52", - "https://ror.org/02d21x239" - ] - }, - "https://ror.org/009vhk114": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00rbjv475" - ] - }, - "https://ror.org/02an8es95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0496k0e74", - "https://ror.org/03zjaj674", - "https://ror.org/05k1m9s26", - "https://ror.org/02khqd465", - "https://ror.org/01026pq66", - "https://ror.org/00x69dn41", - "https://ror.org/05nczym02", - "https://ror.org/018j1ye79", - "https://ror.org/023q8n217", - "https://ror.org/01m7aex78" - ] - }, - "https://ror.org/00w53b262": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01b6rns71" - ] - }, - "https://ror.org/0448qsq10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/012j9yt19", - "https://ror.org/04afhv062", - "https://ror.org/013x8r926" - ] - }, - "https://ror.org/04pe73709": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03m8e6y67" - ] - }, - "https://ror.org/050m0b055": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/046rtng78", - "https://ror.org/00tjzgn92" - ] - }, - "https://ror.org/0475kvb92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03eaxvz05" - ] - }, - "https://ror.org/00k0vnk02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04dabqh73" - ] - }, - "https://ror.org/02mhbdp94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/023y7b165" - ] - }, - "https://ror.org/013z4qk72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01h14dd51", - "https://ror.org/02af8gx52" - ] - }, - "https://ror.org/05h9f1789": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02tpccc26" - ] - }, - "https://ror.org/02cnsac56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03cxgcr75", - "https://ror.org/03r83qv57" - ] - }, - "https://ror.org/02ydx9r70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03hzgjt93" - ] - }, - "https://ror.org/02dcnef98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ps7mh93" - ] - }, - "https://ror.org/04m5j1k67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/018n39k75" - ] - }, - "https://ror.org/01vgbcw83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04c8v4y49" - ] - }, - "https://ror.org/02z0cah89": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01g16ph33" - ] - }, - "https://ror.org/00prsav78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056mff334", - "https://ror.org/0553mez82" - ] - }, - "https://ror.org/0034eay46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0449kf092", - "https://ror.org/0263v9e25", - "https://ror.org/028861t28", - "https://ror.org/01f5ytq51", - "https://ror.org/00w0k4e67", - "https://ror.org/015hh0z25", - "https://ror.org/01red3556", - "https://ror.org/01mrfdz82", - "https://ror.org/05abs3w97", - "https://ror.org/0084njv03", - "https://ror.org/01x3z9745", - "https://ror.org/04gnp7x40", - "https://ror.org/01tx6pn92", - "https://ror.org/03cv6f983", - "https://ror.org/03vb4dm14", - "https://ror.org/03p8qrw52", - "https://ror.org/04rpe5h19" - ] - }, - "https://ror.org/01a61tf67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02jzt8c33", - "https://ror.org/05pr37258", - "https://ror.org/05f1g5a11", - "https://ror.org/03wwbp431" - ] - }, - "https://ror.org/01mhm6x57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/059vc0x72" - ] - }, - "https://ror.org/0235kxk33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ckvhj86" - ] - }, - "https://ror.org/04s5mat29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/039cthy03", - "https://ror.org/05gknh003", - "https://ror.org/00hv6g197", - "https://ror.org/03c62s410" - ] - }, - "https://ror.org/01sn1yx84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02n0h0a52" - ] - }, - "https://ror.org/01js43d58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03akdp333" - ] - }, - "https://ror.org/01bnjb948": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wf30j82", - "https://ror.org/0264sz467" - ] - }, - "https://ror.org/046qcse71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05h1pdj54", - "https://ror.org/02qqjk369", - "https://ror.org/049z73212", - "https://ror.org/047agv396", - "https://ror.org/056reh520", - "https://ror.org/02rdthx75", - "https://ror.org/02bv1h546" - ] - }, - "https://ror.org/04zp24820": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054bkz707" - ] - }, - "https://ror.org/01xjag017": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/009p3kk18" - ] - }, - "https://ror.org/0321g0743": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0266c5p67", - "https://ror.org/01earvv39", - "https://ror.org/00jp5dw81", - "https://ror.org/00p73bw06", - "https://ror.org/045ye0b30", - "https://ror.org/0152wf839", - "https://ror.org/03ef0j886", - "https://ror.org/04wkrkf28", - "https://ror.org/03e75qp68", - "https://ror.org/05bgatk16", - "https://ror.org/04q2bzq33" - ] - }, - "https://ror.org/020qm1538": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051rrf637", - "https://ror.org/001gpfp45", - "https://ror.org/05by5hm18", - "https://ror.org/0294hxs80", - "https://ror.org/019ts0j55", - "https://ror.org/04v097707", - "https://ror.org/027bzz146", - "https://ror.org/04pyvbw03", - "https://ror.org/04jaeba88", - "https://ror.org/03enmdz06", - "https://ror.org/02avqqw26", - "https://ror.org/0080fxk18", - "https://ror.org/00mjdtw98", - "https://ror.org/005f5hv41", - "https://ror.org/03e26wv14", - "https://ror.org/02n651896", - "https://ror.org/01j8e0j24", - "https://ror.org/00ejm2g54", - "https://ror.org/02qt0xs84", - "https://ror.org/01c8f2y33", - "https://ror.org/0264fdx42", - "https://ror.org/048bd3118", - "https://ror.org/05ykr0121", - "https://ror.org/04qyvz380", - "https://ror.org/04wjxkk25", - "https://ror.org/00m98kt33", - "https://ror.org/01d181m24", - "https://ror.org/0230s3k26" - ] - }, - "https://ror.org/0245c5212": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01sabsj32" - ] - }, - "https://ror.org/056546b03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051j13341", - "https://ror.org/01fk6s398", - "https://ror.org/05d14ax96", - "https://ror.org/05dh8ar36", - "https://ror.org/03hxqcn24", - "https://ror.org/02qacef07", - "https://ror.org/01e11zd27", - "https://ror.org/04ek0a809" - ] - }, - "https://ror.org/05pv4tx93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03tr7gk60" - ] - }, - "https://ror.org/005t9n460": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03sbcey83" - ] - }, - "https://ror.org/048a87296": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qp8ma69", - "https://ror.org/00enajs79" - ] - }, - "https://ror.org/04165bm54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02h5dpj70" - ] - }, - "https://ror.org/05fswdm20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/034kxvk28", - "https://ror.org/01rdxvn05", - "https://ror.org/01j308435" - ] - }, - "https://ror.org/02we8vm03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04fyd6s73", - "https://ror.org/03n3c3r21", - "https://ror.org/058zth179" - ] - }, - "https://ror.org/03w6kry90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004dvm254", - "https://ror.org/04a1wt724" - ] - }, - "https://ror.org/00r7b5b77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04cxp0t61" - ] - }, - "https://ror.org/02r8brs23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017579j39" - ] - }, - "https://ror.org/02qsmb048": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wg8sb33", - "https://ror.org/00jk2b778", - "https://ror.org/04h3h5b09", - "https://ror.org/04gvjds60", - "https://ror.org/026ynmk26", - "https://ror.org/04wecwh56", - "https://ror.org/04mqtta86", - "https://ror.org/05xn4js35", - "https://ror.org/0391a8v61", - "https://ror.org/04hk36d32", - "https://ror.org/01qvhcs77", - "https://ror.org/01d1g0t67", - "https://ror.org/045kr1469", - "https://ror.org/02vde2j43", - "https://ror.org/044qmqe70", - "https://ror.org/00cm89a33", - "https://ror.org/024yb0264", - "https://ror.org/038hqgh39", - "https://ror.org/05snx2m33", - "https://ror.org/04g0eda71", - "https://ror.org/012wmz893", - "https://ror.org/05ryy9n88", - "https://ror.org/03rchg407", - "https://ror.org/007g5gk82", - "https://ror.org/03jjdcp59", - "https://ror.org/04v7g1721", - "https://ror.org/03jspcw28", - "https://ror.org/00wb5fq03", - "https://ror.org/00g1dnz14", - "https://ror.org/05pt83522", - "https://ror.org/010xv5017", - "https://ror.org/02jyxgb86", - "https://ror.org/01bqt7532", - "https://ror.org/02at7qq57", - "https://ror.org/01rf1sn88", - "https://ror.org/01y343k91", - "https://ror.org/03fpftn22", - "https://ror.org/00t6d2469", - "https://ror.org/0285t0292", - "https://ror.org/05fsyf340", - "https://ror.org/023c9tc12", - "https://ror.org/054eytx62", - "https://ror.org/04vgsxx78" - ] - }, - "https://ror.org/05v8z6a72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010rgx680" - ] - }, - "https://ror.org/01mk44223": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0394bpd20", - "https://ror.org/00szk3r18", - "https://ror.org/040g76k92", - "https://ror.org/05j5mt352" - ] - }, - "https://ror.org/03gatys88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01d540m14", - "https://ror.org/03rggar28" - ] - }, - "https://ror.org/00praab34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013f0wm52" - ] - }, - "https://ror.org/049tv2d57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ewgsz80" - ] - }, - "https://ror.org/035t8zc32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bbyax37", - "https://ror.org/05rnn8t74" - ] - }, - "https://ror.org/05v1m8q81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qrt6d45", - "https://ror.org/044vzpb64", - "https://ror.org/053y1tm43", - "https://ror.org/020vej288", - "https://ror.org/00dyead60", - "https://ror.org/03hc27x54", - "https://ror.org/059hjeb83" - ] - }, - "https://ror.org/03gsfpp62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/044frxc69" - ] - }, - "https://ror.org/05078rg59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054bkz707" - ] - }, - "https://ror.org/042aqky30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05hrn3e05", - "https://ror.org/00kkpv737", - "https://ror.org/04wn6w972", - "https://ror.org/00me29179", - "https://ror.org/056qj1t15", - "https://ror.org/028070c57", - "https://ror.org/05ke5hb07", - "https://ror.org/01dj9qb53", - "https://ror.org/01zy07c70", - "https://ror.org/01jx86h05", - "https://ror.org/01t4ttr56", - "https://ror.org/020z28a80" - ] - }, - "https://ror.org/03vx93323": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04gcecg21", - "https://ror.org/016svkp29", - "https://ror.org/03ckrc057", - "https://ror.org/055hegm02" - ] - }, - "https://ror.org/05v4f3f05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03hjeqb56", - "https://ror.org/04r3v4q69", - "https://ror.org/02d9h1y41", - "https://ror.org/05hdb5q36", - "https://ror.org/04hxjdv47" - ] - }, - "https://ror.org/0487m2n62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03aaw7g70" - ] - }, - "https://ror.org/05d5m2r55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04g0ktq11", - "https://ror.org/04wbdez64" - ] - }, - "https://ror.org/05vnksv67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02n3mew76", - "https://ror.org/05ehbhp30", - "https://ror.org/023x52d96" - ] - }, - "https://ror.org/00v2cdz24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01pjhvt09" - ] - }, - "https://ror.org/044k31203": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05120qw60", - "https://ror.org/050wjx790", - "https://ror.org/03dfh0s94", - "https://ror.org/0149nzz61" - ] - }, - "https://ror.org/03zfteg02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0013p0655" - ] - }, - "https://ror.org/04pz7b180": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0134qgb15", - "https://ror.org/01e312d09" - ] - }, - "https://ror.org/05yeh3g67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049n7x086" - ] - }, - "https://ror.org/01kzn7k21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/058np3c43", - "https://ror.org/01q7qty61", - "https://ror.org/0265k0q35", - "https://ror.org/051t3nd40", - "https://ror.org/03a11m818", - "https://ror.org/01bzz5b22", - "https://ror.org/05m5wey82", - "https://ror.org/049g0t365", - "https://ror.org/01xbtjm93", - "https://ror.org/05r6qy592", - "https://ror.org/04zdgqb89", - "https://ror.org/057f4mk30", - "https://ror.org/0095a7z52", - "https://ror.org/02ytn4d59", - "https://ror.org/04ywz9252", - "https://ror.org/01y361889", - "https://ror.org/04q7e9e16", - "https://ror.org/00eaebe27", - "https://ror.org/00z0c0y28", - "https://ror.org/01a3xr262", - "https://ror.org/00sb1nr29", - "https://ror.org/04sssnv16", - "https://ror.org/04tc04306", - "https://ror.org/0151gh112", - "https://ror.org/00dzmf738", - "https://ror.org/048vche49", - "https://ror.org/0032wgp28", - "https://ror.org/053s4kp50", - "https://ror.org/01abrxp85", - "https://ror.org/03b49d241", - "https://ror.org/04yrwqa21", - "https://ror.org/02wenm763", - "https://ror.org/02xc21a77", - "https://ror.org/042heys49", - "https://ror.org/041hvc055", - "https://ror.org/022sv5w75", - "https://ror.org/05fbv2v73", - "https://ror.org/02arrmv90", - "https://ror.org/02p42am41", - "https://ror.org/02cytaa95", - "https://ror.org/0516eyx49", - "https://ror.org/01e0hb698", - "https://ror.org/02jywn868", - "https://ror.org/00nt0xf41", - "https://ror.org/025p0rk11", - "https://ror.org/02865ms07", - "https://ror.org/007zpd132", - "https://ror.org/04q36bj19", - "https://ror.org/05sehyt57", - "https://ror.org/01qskrs45", - "https://ror.org/015sncd69", - "https://ror.org/00jd71216", - "https://ror.org/044jx8018", - "https://ror.org/04rfmre55", - "https://ror.org/015j7c446", - "https://ror.org/029rt7q74", - "https://ror.org/02mgtjj52", - "https://ror.org/043zh9f19", - "https://ror.org/02tbw3b35", - "https://ror.org/006hvpn82", - "https://ror.org/03xbchh53", - "https://ror.org/04hnf9a51", - "https://ror.org/02bcg1976", - "https://ror.org/05km8ys10", - "https://ror.org/01px8ca57", - "https://ror.org/02bq60y92", - "https://ror.org/01kfq1x58", - "https://ror.org/04vcs0j60", - "https://ror.org/02558wk32", - "https://ror.org/00y16bh55", - "https://ror.org/05343ec73", - "https://ror.org/03bnp9h65", - "https://ror.org/00wapyh41", - "https://ror.org/056v0a906", - "https://ror.org/00ejh1102", - "https://ror.org/03hhrzm12", - "https://ror.org/05a2cfm07", - "https://ror.org/05d1wpf45", - "https://ror.org/00crw9046", - "https://ror.org/025eayv75", - "https://ror.org/00veca956", - "https://ror.org/039zhhm92", - "https://ror.org/01v0kyj08", - "https://ror.org/02k34sh32", - "https://ror.org/01y4xm534", - "https://ror.org/03aa31r16", - "https://ror.org/038bemd25", - "https://ror.org/01hdcfr51", - "https://ror.org/03dhqyc75", - "https://ror.org/047hrmf08", - "https://ror.org/03f84d710", - "https://ror.org/00bvysh61", - "https://ror.org/05m905s87", - "https://ror.org/034xs3n22", - "https://ror.org/032syc365", - "https://ror.org/03187yj51", - "https://ror.org/04t50yw64", - "https://ror.org/022ca9x91", - "https://ror.org/00j1sp553", - "https://ror.org/04w2yhr49", - "https://ror.org/03nsj9897", - "https://ror.org/02rxa1r38", - "https://ror.org/04mwvcn50", - "https://ror.org/01am3pw68", - "https://ror.org/048gqac97", - "https://ror.org/03y0dv989", - "https://ror.org/023kjn321", - "https://ror.org/0283g3v77", - "https://ror.org/05mtgrz63", - "https://ror.org/02c1xev33", - "https://ror.org/04jbt9n06", - "https://ror.org/03hgcc197", - "https://ror.org/05mzta732", - "https://ror.org/03n56e796", - "https://ror.org/04dyzk191", - "https://ror.org/0138n7g46" - ] - }, - "https://ror.org/03n6nwv02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02wh02235", - "https://ror.org/01vhjs264", - "https://ror.org/04rbss527", - "https://ror.org/00hcf7151" - ] - }, - "https://ror.org/02ycs5538": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007xckb65" - ] - }, - "https://ror.org/027hswj27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05nw5qw03" - ] - }, - "https://ror.org/0378szg41": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jz50365", - "https://ror.org/03gewjm80" - ] - }, - "https://ror.org/050dkka69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0286qer95", - "https://ror.org/02h8zn861" - ] - }, - "https://ror.org/05wy89733": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/059424541", - "https://ror.org/01m83bk32" - ] - }, - "https://ror.org/04p491231": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04nv7tt16", - "https://ror.org/033r52n02", - "https://ror.org/0225cwm17", - "https://ror.org/03jdj0g52" - ] - }, - "https://ror.org/04zmc0e16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03sbcey83" - ] - }, - "https://ror.org/02arhc230": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013nwbx64" - ] - }, - "https://ror.org/005cmms77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05qer3y84" - ] - }, - "https://ror.org/04rkgkn20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01na3y974" - ] - }, - "https://ror.org/017gpzf77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04hkqw151" - ] - }, - "https://ror.org/03azxga02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03n63wv08" - ] - }, - "https://ror.org/02whw0x72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013cr3v30" - ] - }, - "https://ror.org/02qzfnk68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02g54pq76", - "https://ror.org/04v86h471" - ] - }, - "https://ror.org/03cve4549": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05kje8j93", - "https://ror.org/03jn38r85", - "https://ror.org/00g102351", - "https://ror.org/05nzc1r88", - "https://ror.org/02hhwwz98", - "https://ror.org/00jxb4047", - "https://ror.org/03h33sq24", - "https://ror.org/023ht6a36", - "https://ror.org/01ekf5a72", - "https://ror.org/04r1ssz88", - "https://ror.org/01t8xrx60", - "https://ror.org/03mq8q210", - "https://ror.org/016g9tg59", - "https://ror.org/043evzg22", - "https://ror.org/05t6hvr95", - "https://ror.org/0320fj966" - ] - }, - "https://ror.org/021wj5r76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03r89qc03", - "https://ror.org/00cg73391" - ] - }, - "https://ror.org/03r3ww479": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00v7kzy54" - ] - }, - "https://ror.org/027e56k73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/014q9ch68", - "https://ror.org/05fyr1y23" - ] - }, - "https://ror.org/03hypw319": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00136g547", - "https://ror.org/03c0nx407", - "https://ror.org/03vyzg221", - "https://ror.org/016wdna72", - "https://ror.org/046cwyy43", - "https://ror.org/02w7ezv91", - "https://ror.org/01xkfnd03", - "https://ror.org/017p6sq53", - "https://ror.org/01dthb180", - "https://ror.org/04j8jrf09", - "https://ror.org/01x1mwt32", - "https://ror.org/05eb0k586", - "https://ror.org/00zfr6d18", - "https://ror.org/0236xhv80", - "https://ror.org/00k2m1311", - "https://ror.org/014g71345", - "https://ror.org/03nr3p279", - "https://ror.org/01tme4g53", - "https://ror.org/04rje0916", - "https://ror.org/00p7v1s94", - "https://ror.org/0513ed054", - "https://ror.org/04h6n9433", - "https://ror.org/00da5hk39", - "https://ror.org/03cnttr74", - "https://ror.org/00nc5fj04", - "https://ror.org/04916qv51", - "https://ror.org/04a9z6x78", - "https://ror.org/01r5wky88", - "https://ror.org/03m4qdj85", - "https://ror.org/00wppxb27", - "https://ror.org/04r0g9114" - ] - }, - "https://ror.org/01x8hew03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04pavt865", - "https://ror.org/05d74m226", - "https://ror.org/05c3m0811", - "https://ror.org/03y2be923", - "https://ror.org/02yjqcm66", - "https://ror.org/040458q49", - "https://ror.org/05t4n0c27", - "https://ror.org/0132ebm72", - "https://ror.org/00f23qy62", - "https://ror.org/00yfsan48", - "https://ror.org/0276rjc88", - "https://ror.org/047hhy227", - "https://ror.org/03tg0tp84", - "https://ror.org/03eywck07", - "https://ror.org/02c2e2v80", - "https://ror.org/01dxqkr82", - "https://ror.org/049sbzn78", - "https://ror.org/00f8dwt44", - "https://ror.org/0299eyn73", - "https://ror.org/01b73x603", - "https://ror.org/00wekhx15", - "https://ror.org/03ypsgm65", - "https://ror.org/05fpsjc82", - "https://ror.org/01b5dy719", - "https://ror.org/03x78r446", - "https://ror.org/056492z45", - "https://ror.org/00t7c6f62", - "https://ror.org/05q9yze82", - "https://ror.org/058sshm54", - "https://ror.org/053833993", - "https://ror.org/00jbx2e92", - "https://ror.org/023t1e924", - "https://ror.org/00eb1e195", - "https://ror.org/03gt88b08", - "https://ror.org/006ae1882", - "https://ror.org/00gywet31", - "https://ror.org/021vn9c61", - "https://ror.org/04a4v0j95", - "https://ror.org/03wye8c03", - "https://ror.org/01q8rrk81", - "https://ror.org/002cfhw56", - "https://ror.org/019gydp64", - "https://ror.org/02qjyba57" - ] - }, - "https://ror.org/00yjd3n13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ghka958", - "https://ror.org/03xf64p49", - "https://ror.org/02rdd8804", - "https://ror.org/00vvxbe27", - "https://ror.org/055d2j725", - "https://ror.org/00xzacp61", - "https://ror.org/03qf6ek79" - ] - }, - "https://ror.org/04zc7p361": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00gnnx384" - ] - }, - "https://ror.org/04b8j4a33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054zcfj38" - ] - }, - "https://ror.org/03kwktj23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00zyx2j96" - ] - }, - "https://ror.org/004s18446": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05j7zcm59" - ] - }, - "https://ror.org/0117a2k50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02kf4r633" - ] - }, - "https://ror.org/00cb23x68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00cdwva22", - "https://ror.org/01jthvx19", - "https://ror.org/00wpg9430" - ] - }, - "https://ror.org/05f05cy37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052ad0f33" - ] - }, - "https://ror.org/02aga1t67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02cwjwn07", - "https://ror.org/03pxknc36", - "https://ror.org/02tg5n396", - "https://ror.org/016gp0w25", - "https://ror.org/00ej6x457", - "https://ror.org/00t6e2695", - "https://ror.org/026exqw73", - "https://ror.org/03b4j0710", - "https://ror.org/0068vzv72", - "https://ror.org/04mj80311" - ] - }, - "https://ror.org/056tb7j80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04vhn6x78", - "https://ror.org/00vsnbn30", - "https://ror.org/04nh79216", - "https://ror.org/01h6ezd77", - "https://ror.org/023dgw813", - "https://ror.org/04gen2f55", - "https://ror.org/05yfjjn56", - "https://ror.org/013gkdy87", - "https://ror.org/01m3ry316", - "https://ror.org/04h50g296", - "https://ror.org/04qatz820" - ] - }, - "https://ror.org/01vsrcf54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/041c9jk31" - ] - }, - "https://ror.org/02vzc7q68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/053mjnp36", - "https://ror.org/025n4zp83", - "https://ror.org/01ys7qn31", - "https://ror.org/04kfvhz20", - "https://ror.org/0433hjd74" - ] - }, - "https://ror.org/04hjbmv12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04jfar564", - "https://ror.org/04nm3yk20", - "https://ror.org/049a8xm46", - "https://ror.org/056d2rn68", - "https://ror.org/03bsswy66", - "https://ror.org/048p4wq89", - "https://ror.org/03xqv3p85", - "https://ror.org/003na7826", - "https://ror.org/00f2tsn51", - "https://ror.org/00ycncb81", - "https://ror.org/038sjwf38", - "https://ror.org/00dzggj72", - "https://ror.org/04pfpqx12", - "https://ror.org/002ysmy84", - "https://ror.org/05c0v3585", - "https://ror.org/03bygaq51", - "https://ror.org/01tzqyt58" - ] - }, - "https://ror.org/051fd9666": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00fpjq451", - "https://ror.org/03keq4b73" - ] - }, - "https://ror.org/04zhhyn23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qrb1j36", - "https://ror.org/03773p874", - "https://ror.org/05cvfcr44", - "https://ror.org/00hhjz250", - "https://ror.org/05xc0qp17", - "https://ror.org/02b5sc606", - "https://ror.org/02exh3e86", - "https://ror.org/05detrt70", - "https://ror.org/02nkrnd53", - "https://ror.org/0015pkk46", - "https://ror.org/00hhjz250", - "https://ror.org/05xc0qp17", - "https://ror.org/02b5sc606", - "https://ror.org/02exh3e86", - "https://ror.org/05detrt70" - ] - }, - "https://ror.org/00dx9kg40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zz3bg18" - ] - }, - "https://ror.org/010dvvh94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03cvzf910", - "https://ror.org/03vsh1a40", - "https://ror.org/0584vrv37", - "https://ror.org/03r76m759", - "https://ror.org/00b8b0v21", - "https://ror.org/02aj2pb82", - "https://ror.org/00m5mvp27", - "https://ror.org/058y9e160" - ] - }, - "https://ror.org/04ea70f07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/019e4ht86", - "https://ror.org/03twp6y34", - "https://ror.org/04gzz8859", - "https://ror.org/0013hqd91" - ] - }, - "https://ror.org/054224v54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05jw2mx52", - "https://ror.org/02wfxqa76" - ] - }, - "https://ror.org/04qb8nc58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00q7z2571" - ] - }, - "https://ror.org/044xk2674": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/041awyd76" - ] - }, - "https://ror.org/03ntccx93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04661b187", - "https://ror.org/026rga753", - "https://ror.org/00se67j64", - "https://ror.org/03hsr7383", - "https://ror.org/00vv7qz60", - "https://ror.org/051jdqz70", - "https://ror.org/05x2sza30", - "https://ror.org/03bd22t26", - "https://ror.org/037767x92", - "https://ror.org/03qrrp624", - "https://ror.org/05087r129", - "https://ror.org/040xmsv41", - "https://ror.org/03kcxpp45", - "https://ror.org/03ffc6g28", - "https://ror.org/03nd0nz77", - "https://ror.org/00m8tc820", - "https://ror.org/03yt4qx74", - "https://ror.org/00161f548", - "https://ror.org/05sy5w128", - "https://ror.org/05te51965", - "https://ror.org/01kqjm533", - "https://ror.org/045kb1d14", - "https://ror.org/039kky066", - "https://ror.org/04fz99q08", - "https://ror.org/02z5nms51", - "https://ror.org/03vmdsx94", - "https://ror.org/01aw2gs83", - "https://ror.org/02qv90y91", - "https://ror.org/04ftw3n55", - "https://ror.org/04qwwm875", - "https://ror.org/056qqqn18", - "https://ror.org/03d6stm02", - "https://ror.org/00sbe8213", - "https://ror.org/01byxk048", - "https://ror.org/00mce9b34", - "https://ror.org/00m9ydx43", - "https://ror.org/05a68bd15", - "https://ror.org/02tbkt967", - "https://ror.org/05jp74k96", - "https://ror.org/022296476", - "https://ror.org/01gvfxs59", - "https://ror.org/059wef195", - "https://ror.org/05wstbs93", - "https://ror.org/0091mqf26", - "https://ror.org/041c01c38", - "https://ror.org/01jktjc68", - "https://ror.org/02k3rdd90", - "https://ror.org/00b6s9f18", - "https://ror.org/030nfm877", - "https://ror.org/03s7fvd27", - "https://ror.org/05afnhv08", - "https://ror.org/02cq51909", - "https://ror.org/00gahk913", - "https://ror.org/03yk8xt33", - "https://ror.org/05jreb977", - "https://ror.org/03xrts777", - "https://ror.org/057hbdz28", - "https://ror.org/05s5g6369", - "https://ror.org/005xkwy83", - "https://ror.org/05asn5035", - "https://ror.org/01ppsp263", - "https://ror.org/044q21j42", - "https://ror.org/04rzagz55", - "https://ror.org/05jyayj71" - ] - }, - "https://ror.org/05sqf9v67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01racwh88", - "https://ror.org/02n2h9t24", - "https://ror.org/020tnvw92", - "https://ror.org/03n3hc844", - "https://ror.org/02qpg3d02", - "https://ror.org/03kfyg105", - "https://ror.org/00ay2hv83", - "https://ror.org/00dymss37", - "https://ror.org/039d46111", - "https://ror.org/03q961f45", - "https://ror.org/01tyw2j63" - ] - }, - "https://ror.org/01w01n720": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01a3sz723", - "https://ror.org/04hzk8845", - "https://ror.org/0112bn567", - "https://ror.org/00vtb6v32", - "https://ror.org/00fy4at53", - "https://ror.org/00kakgh93" - ] - }, - "https://ror.org/020r51985": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pthr413", - "https://ror.org/01bpsk167" - ] - }, - "https://ror.org/014837179": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/043ft3840", - "https://ror.org/02bd6dy50", - "https://ror.org/035zg3a51", - "https://ror.org/038586y26", - "https://ror.org/04954k862", - "https://ror.org/0020x0a87", - "https://ror.org/01bsb8064", - "https://ror.org/00h79yr28", - "https://ror.org/020a03t90", - "https://ror.org/012bmcn87", - "https://ror.org/044dy7e28", - "https://ror.org/0154n7s58", - "https://ror.org/05kaje043" - ] - }, - "https://ror.org/00wge5k78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00p8r6x45" - ] - }, - "https://ror.org/04mqc6b03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/038yc9530" - ] - }, - "https://ror.org/05x8mcb75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04vxzbp05", - "https://ror.org/05a721x13", - "https://ror.org/02h8zn861" - ] - }, - "https://ror.org/05tyne317": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04b82qh04", - "https://ror.org/01h85cx24", - "https://ror.org/03vaxkw63", - "https://ror.org/00s0yct57", - "https://ror.org/01wtxm109", - "https://ror.org/0352k1g16" - ] - }, - "https://ror.org/00g5sqv46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04nwrc387" - ] - }, - "https://ror.org/026xdv168": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00qpqrv96" - ] - }, - "https://ror.org/04sbg3r30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04shhzf53" - ] - }, - "https://ror.org/02wsd5p50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/057as5086", - "https://ror.org/011pd5k86", - "https://ror.org/04jr71r83", - "https://ror.org/04g43ky75", - "https://ror.org/00tp4wm41", - "https://ror.org/03zzgjc77", - "https://ror.org/05x2wrh98", - "https://ror.org/04vtp9n41", - "https://ror.org/04rwqq797" - ] - }, - "https://ror.org/0033rtn64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02f53da92" - ] - }, - "https://ror.org/0492wrx28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05hx1vp23", - "https://ror.org/05etrx234", - "https://ror.org/05hm9f429", - "https://ror.org/05kxg4a92", - "https://ror.org/017je7s69", - "https://ror.org/00k2gdw14", - "https://ror.org/05w7dft64", - "https://ror.org/018azgd14", - "https://ror.org/011471042", - "https://ror.org/01mfest76", - "https://ror.org/031vxrj29", - "https://ror.org/00zkpmz33", - "https://ror.org/04970qw83", - "https://ror.org/01praqa56", - "https://ror.org/00vfty314", - "https://ror.org/03qp1eh12", - "https://ror.org/02zy4nc24", - "https://ror.org/03a8gee76", - "https://ror.org/020cmsc29", - "https://ror.org/00j0b8v53", - "https://ror.org/00600nd69", - "https://ror.org/01y720297", - "https://ror.org/01qr3vg91", - "https://ror.org/04ds2ap82", - "https://ror.org/00p4dsm08" - ] - }, - "https://ror.org/00mfpxb84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04yavcg77", - "https://ror.org/028ycv057", - "https://ror.org/05mqwtr17", - "https://ror.org/02n399288", - "https://ror.org/05gscwg02", - "https://ror.org/0409c3995", - "https://ror.org/01xdxaz62", - "https://ror.org/02125p091", - "https://ror.org/048bnmc64", - "https://ror.org/01nfvkq89", - "https://ror.org/052cnt662", - "https://ror.org/02aja8v82" - ] - }, - "https://ror.org/02zt1gg83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02zty9d43", - "https://ror.org/00e50mf91" - ] - }, - "https://ror.org/05htk5m33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xrb7c43", - "https://ror.org/05vg20182", - "https://ror.org/05kvtff09" - ] - }, - "https://ror.org/01s1km724": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011f68d87" - ] - }, - "https://ror.org/02fzqav45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/021jpad90", - "https://ror.org/05ckt8b96", - "https://ror.org/00rmvjy83", - "https://ror.org/01mv9t934", - "https://ror.org/015x8jm48", - "https://ror.org/00anm2x55", - "https://ror.org/02kxqx159", - "https://ror.org/027s68j25", - "https://ror.org/008zm7t63", - "https://ror.org/052eegr76", - "https://ror.org/002k1r174", - "https://ror.org/04ts3qa26", - "https://ror.org/02ag25v06", - "https://ror.org/0313jb750", - "https://ror.org/02bwk9n38", - "https://ror.org/003qeh975", - "https://ror.org/04wktzw65", - "https://ror.org/05xgaq910", - "https://ror.org/022ekqa73", - "https://ror.org/02bakwe76", - "https://ror.org/03p5eky76", - "https://ror.org/03c6k3q87", - "https://ror.org/002e3sm06", - "https://ror.org/04xv2pc41", - "https://ror.org/00nbyv331", - "https://ror.org/0466nq257", - "https://ror.org/04atp4p48", - "https://ror.org/01dfm1a30", - "https://ror.org/04c154n61", - "https://ror.org/03w2z6524", - "https://ror.org/0265jtk41", - "https://ror.org/04ry60e05", - "https://ror.org/05tdz0n30", - "https://ror.org/01y34t753", - "https://ror.org/05qh2mm74", - "https://ror.org/04fhteb31", - "https://ror.org/047hznt06", - "https://ror.org/02khwtc20", - "https://ror.org/00w6b9958", - "https://ror.org/034k14f91", - "https://ror.org/02fsh0r13", - "https://ror.org/04qqd9793", - "https://ror.org/01b2av652", - "https://ror.org/02pzr0022", - "https://ror.org/01c2sx728", - "https://ror.org/012wsxz85", - "https://ror.org/00502tg50", - "https://ror.org/018zra666", - "https://ror.org/003cpqh10", - "https://ror.org/00njsck89", - "https://ror.org/054659c28", - "https://ror.org/01hgdcb87", - "https://ror.org/0078x3268", - "https://ror.org/0066zpp98", - "https://ror.org/00q62zf58", - "https://ror.org/038e20a83", - "https://ror.org/03j113172", - "https://ror.org/05vm76w92", - "https://ror.org/05szcn205", - "https://ror.org/00mc9zb90", - "https://ror.org/01edrm178", - "https://ror.org/03j2cpb79", - "https://ror.org/0490rfk07", - "https://ror.org/01gqah619", - "https://ror.org/034e92n57", - "https://ror.org/00xz0ff56", - "https://ror.org/01nrzdp21", - "https://ror.org/01radym16", - "https://ror.org/04tcthy91", - "https://ror.org/05sstfv48", - "https://ror.org/00mzyf059", - "https://ror.org/051abs833", - "https://ror.org/048nm8g63", - "https://ror.org/01s5dew76", - "https://ror.org/04vmpjr08", - "https://ror.org/0111f7045", - "https://ror.org/03tx9ed22", - "https://ror.org/05khqm878", - "https://ror.org/04c0a2034", - "https://ror.org/01mdqc612", - "https://ror.org/02fnpjd08", - "https://ror.org/013s90815", - "https://ror.org/00dg3j745", - "https://ror.org/0354r6c10", - "https://ror.org/00szjvn19", - "https://ror.org/0464wn274", - "https://ror.org/00yw25n09", - "https://ror.org/05ex0md65", - "https://ror.org/056w1kd89", - "https://ror.org/0099xbw16", - "https://ror.org/04dw3t358", - "https://ror.org/05we3nb76", - "https://ror.org/0578w5a44", - "https://ror.org/04and7w57", - "https://ror.org/00rny2m53", - "https://ror.org/02h2xja52", - "https://ror.org/00g46p143", - "https://ror.org/01m9scr97", - "https://ror.org/00xjqd715", - "https://ror.org/00a21fr98", - "https://ror.org/00f2c2516", - "https://ror.org/03kzpar53", - "https://ror.org/0170b6c09", - "https://ror.org/01w4k1v53", - "https://ror.org/04jeca075", - "https://ror.org/05c4d7454", - "https://ror.org/05qrpwx06", - "https://ror.org/03dkwk174", - "https://ror.org/01ye8r794", - "https://ror.org/05rvyrg53", - "https://ror.org/02tycxw39", - "https://ror.org/02xnb4v27", - "https://ror.org/01r58sr54", - "https://ror.org/01v171a61", - "https://ror.org/04f7g6845", - "https://ror.org/05n5mmr26", - "https://ror.org/03wneb138", - "https://ror.org/05whjqq05", - "https://ror.org/04b1sh213", - "https://ror.org/0311ezn83", - "https://ror.org/04bhsv505", - "https://ror.org/05s5qx907", - "https://ror.org/055akgr63", - "https://ror.org/00dmm3k75", - "https://ror.org/03zfa9g67", - "https://ror.org/04bcwdq54", - "https://ror.org/02z4yka38" - ] - }, - "https://ror.org/02n9z0v62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02exxtn84", - "https://ror.org/04ygdhc67" - ] - }, - "https://ror.org/00bxwx839": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05mz9t398" - ] - }, - "https://ror.org/01rk35k63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037b3he73", - "https://ror.org/029brtt94", - "https://ror.org/05s608j53", - "https://ror.org/050jn9y42", - "https://ror.org/05b5c0584", - "https://ror.org/01j6cta96", - "https://ror.org/03rth4p18", - "https://ror.org/05a1dws80", - "https://ror.org/040zr6b15", - "https://ror.org/05s6rge65", - "https://ror.org/017cfeh02", - "https://ror.org/04zmssz18", - "https://ror.org/026m44z54", - "https://ror.org/05tqzgp98", - "https://ror.org/050qe2074", - "https://ror.org/030bahv93", - "https://ror.org/02bq56641", - "https://ror.org/03kfjwy31", - "https://ror.org/048yvwh14", - "https://ror.org/03d1jma17", - "https://ror.org/04fqvqs63", - "https://ror.org/02awy7178", - "https://ror.org/03skt0t88", - "https://ror.org/02mgw3155", - "https://ror.org/03smk3872", - "https://ror.org/02he5dz58", - "https://ror.org/01k383v05", - "https://ror.org/02stf8w13", - "https://ror.org/009frb846", - "https://ror.org/04y24xj84", - "https://ror.org/05v3w8223", - "https://ror.org/054f5fc35", - "https://ror.org/0323bey33", - "https://ror.org/0322sf130", - "https://ror.org/0019x5d05", - "https://ror.org/00gj33s30", - "https://ror.org/038fcbc74", - "https://ror.org/04jsk0b74", - "https://ror.org/058hz8544", - "https://ror.org/03s5z5x70", - "https://ror.org/04fy20a51", - "https://ror.org/059sz6q14", - "https://ror.org/04xbczw40", - "https://ror.org/03bbjky47", - "https://ror.org/01racwh88", - "https://ror.org/04dv4he91", - "https://ror.org/01bj4fd12", - "https://ror.org/02gaw1s20", - "https://ror.org/04dxeze48", - "https://ror.org/04w61vh47", - "https://ror.org/04b9q5f39", - "https://ror.org/04msnz457", - "https://ror.org/03cfem402", - "https://ror.org/02160my55", - "https://ror.org/059eam965", - "https://ror.org/00pdd0432", - "https://ror.org/01rnfhz46", - "https://ror.org/053vv7851", - "https://ror.org/03p3f6k20", - "https://ror.org/03m0zs870", - "https://ror.org/00jv0wy06", - "https://ror.org/031xg0236", - "https://ror.org/02avf8f85", - "https://ror.org/00rawf147", - "https://ror.org/015a85k79", - "https://ror.org/05pny1q12", - "https://ror.org/00gd5av19", - "https://ror.org/04cre2h49", - "https://ror.org/052yj6c27", - "https://ror.org/03vmza063", - "https://ror.org/02ncy5p18", - "https://ror.org/004wefe19", - "https://ror.org/013nhg483", - "https://ror.org/02f6tst70", - "https://ror.org/0084x3h80", - "https://ror.org/04t89f389", - "https://ror.org/03j307b25", - "https://ror.org/05dh21g53", - "https://ror.org/008e8k888", - "https://ror.org/00prvqp73", - "https://ror.org/01ekw7f87", - "https://ror.org/01138xk88", - "https://ror.org/01bcn3f20", - "https://ror.org/04h6jac11", - "https://ror.org/02744fy59", - "https://ror.org/032gdk894", - "https://ror.org/01tdw5x85", - "https://ror.org/03g8e5x44", - "https://ror.org/023d00661", - "https://ror.org/01srwvs52", - "https://ror.org/03d1jma17", - "https://ror.org/03smk3872", - "https://ror.org/01k383v05", - "https://ror.org/02stf8w13", - "https://ror.org/0256r1e04", - "https://ror.org/05v3w8223", - "https://ror.org/054f5fc35", - "https://ror.org/00gj33s30", - "https://ror.org/04jsk0b74", - "https://ror.org/04xbczw40", - "https://ror.org/03bbjky47", - "https://ror.org/04dv4he91", - "https://ror.org/04dxeze48", - "https://ror.org/02160my55", - "https://ror.org/01rnfhz46", - "https://ror.org/03p3f6k20", - "https://ror.org/026m44z54", - "https://ror.org/00prvqp73", - "https://ror.org/013h6a491", - "https://ror.org/01ekw7f87", - "https://ror.org/023d00661", - "https://ror.org/0256r1e04", - "https://ror.org/04y24xj84", - "https://ror.org/05v3w8223", - "https://ror.org/01yx7av22", - "https://ror.org/05mqwtr17", - "https://ror.org/01ap27310", - "https://ror.org/02wmc6m46", - "https://ror.org/04qz4qy85", - "https://ror.org/00rawf147", - "https://ror.org/045jdy577", - "https://ror.org/051sjmb83", - "https://ror.org/007z4h433", - "https://ror.org/04jqdyp62", - "https://ror.org/0227md814", - "https://ror.org/00pmdbw58", - "https://ror.org/04nsbpw26", - "https://ror.org/05mnstq10", - "https://ror.org/01k6ebg12", - "https://ror.org/04vne9k06", - "https://ror.org/05de6h762", - "https://ror.org/04m69ya83", - "https://ror.org/00prvqp73", - "https://ror.org/02bq56641", - "https://ror.org/059xs3104", - "https://ror.org/04bsn3y16", - "https://ror.org/026tf7535", - "https://ror.org/048z48z46", - "https://ror.org/01rzzcx32", - "https://ror.org/0476zq753", - "https://ror.org/02stf8w13", - "https://ror.org/03cccec37", - "https://ror.org/037xc1874", - "https://ror.org/009frb846", - "https://ror.org/0256r1e04", - "https://ror.org/04y24xj84", - "https://ror.org/054f5fc35", - "https://ror.org/042fmc481", - "https://ror.org/028cp7y71", - "https://ror.org/01yx7av22", - "https://ror.org/05mqwtr17", - "https://ror.org/01ap27310", - "https://ror.org/02wmc6m46", - "https://ror.org/03r0cdk24", - "https://ror.org/04mn0nr69", - "https://ror.org/01yw97595", - "https://ror.org/01fvx3s14", - "https://ror.org/048ryj409", - "https://ror.org/04qz4qy85", - "https://ror.org/0061rmm93", - "https://ror.org/00rj8cd91", - "https://ror.org/051br2d77", - "https://ror.org/007dy3y92", - "https://ror.org/00rawf147", - "https://ror.org/02125p091", - "https://ror.org/04x9a0q46", - "https://ror.org/04ej53908", - "https://ror.org/05de6h762", - "https://ror.org/000q6dn27", - "https://ror.org/01t7v1t25", - "https://ror.org/04dv4he91", - "https://ror.org/00prvqp73", - "https://ror.org/0256r1e04", - "https://ror.org/01prxdf57", - "https://ror.org/00t3fpp34", - "https://ror.org/05v3w8223", - "https://ror.org/054f5fc35", - "https://ror.org/04jsk0b74", - "https://ror.org/04xbczw40", - "https://ror.org/04dv4he91", - "https://ror.org/04dxeze48", - "https://ror.org/015vtcw98", - "https://ror.org/026m44z54", - "https://ror.org/01w1erp60", - "https://ror.org/01ekw7f87", - "https://ror.org/023d00661", - "https://ror.org/015vtcw98", - "https://ror.org/026tf7535", - "https://ror.org/037xc1874", - "https://ror.org/0256r1e04", - "https://ror.org/04y24xj84", - "https://ror.org/054f5fc35", - "https://ror.org/01yx7av22", - "https://ror.org/05mqwtr17", - "https://ror.org/01ap27310", - "https://ror.org/02wmc6m46", - "https://ror.org/038fcbc74", - "https://ror.org/04mn0nr69", - "https://ror.org/059sz6q14", - "https://ror.org/01bj4fd12", - "https://ror.org/02gaw1s20", - "https://ror.org/00w5ay796", - "https://ror.org/04qz4qy85", - "https://ror.org/04w61vh47", - "https://ror.org/0453rk787", - "https://ror.org/04msnz457", - "https://ror.org/007dy3y92", - "https://ror.org/00rawf147", - "https://ror.org/02125p091", - "https://ror.org/04x9a0q46", - "https://ror.org/05n21n105", - "https://ror.org/031xg0236", - "https://ror.org/055gja518", - "https://ror.org/04cre2h49", - "https://ror.org/004wefe19", - "https://ror.org/05de6h762", - "https://ror.org/0084x3h80", - "https://ror.org/04t89f389", - "https://ror.org/03j307b25", - "https://ror.org/008e8k888", - "https://ror.org/04tmh0n51", - "https://ror.org/04mgnp447", - "https://ror.org/00prvqp73", - "https://ror.org/0200cc312", - "https://ror.org/007e33924", - "https://ror.org/026tf7535", - "https://ror.org/01rzzcx32", - "https://ror.org/0476zq753", - "https://ror.org/037xc1874", - "https://ror.org/0256r1e04", - "https://ror.org/042fmc481", - "https://ror.org/01yx7av22", - "https://ror.org/02wmc6m46", - "https://ror.org/0028p8r67", - "https://ror.org/02m0hy518", - "https://ror.org/02160my55", - "https://ror.org/00pdd0432", - "https://ror.org/00rawf147", - "https://ror.org/04x9a0q46", - "https://ror.org/044dp1584", - "https://ror.org/04t89f389", - "https://ror.org/03sc1p174", - "https://ror.org/03smk3872", - "https://ror.org/00a2a1y63", - "https://ror.org/049g6ah05", - "https://ror.org/02xfrv514", - "https://ror.org/037dep095", - "https://ror.org/02zggdn05", - "https://ror.org/01ekw7f87", - "https://ror.org/059sz6q14", - "https://ror.org/031xg0236", - "https://ror.org/00w1qvp54" - ] - }, - "https://ror.org/01xp57w77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mf18m55", - "https://ror.org/0374a5s68", - "https://ror.org/01eff5662", - "https://ror.org/03wgqqb38" - ] - }, - "https://ror.org/01mtcc283": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03a9gd656", - "https://ror.org/02wgtm643", - "https://ror.org/03237mt20", - "https://ror.org/001aevc89", - "https://ror.org/00b1crx81", - "https://ror.org/03hq2nj16", - "https://ror.org/01nhp3z94", - "https://ror.org/02mhxg157", - "https://ror.org/04fm0sh33", - "https://ror.org/01em43w09" - ] - }, - "https://ror.org/01xnshd39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wb1xh22" - ] - }, - "https://ror.org/037tz0e16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04v84zt52", - "https://ror.org/00r664k32", - "https://ror.org/014tg6596", - "https://ror.org/04m7cgp86", - "https://ror.org/038pa9k74" - ] - }, - "https://ror.org/01thhk923": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04v3ym002", - "https://ror.org/04zg0cs74", - "https://ror.org/03gvw5538", - "https://ror.org/01x7q0308" - ] - }, - "https://ror.org/02kb2dn85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049enk825", - "https://ror.org/01r9jj364", - "https://ror.org/017agdj19" - ] - }, - "https://ror.org/02aghm194": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04k9ke985", - "https://ror.org/051dczx73" - ] - }, - "https://ror.org/000xsnr85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01pf2cj55", - "https://ror.org/02hpa6m94", - "https://ror.org/03xw5ev35", - "https://ror.org/05fe3qr79" - ] - }, - "https://ror.org/026r6c532": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03dqrvm16" - ] - }, - "https://ror.org/02qdbgx97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00sq30w29", - "https://ror.org/04h3x0y40", - "https://ror.org/03j9npf54", - "https://ror.org/0585yvd38", - "https://ror.org/04580ts27", - "https://ror.org/04bqfk210" - ] - }, - "https://ror.org/00f1zfq44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04xjtqb36", - "https://ror.org/04r12t513" - ] - }, - "https://ror.org/023331s46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05e1zqb39", - "https://ror.org/04h0zjx60", - "https://ror.org/03s4x4e93" - ] - }, - "https://ror.org/03rrd1912": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05dfg0d13" - ] - }, - "https://ror.org/010jbqd54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020ps3a34" - ] - }, - "https://ror.org/04t0gwh46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02q6fa122", - "https://ror.org/01b5rtm37", - "https://ror.org/01zefvs55", - "https://ror.org/04team556", - "https://ror.org/055ss7a31", - "https://ror.org/04w11tv37", - "https://ror.org/00tf8ca96", - "https://ror.org/0095dt357", - "https://ror.org/03t4pc386", - "https://ror.org/01vrz7264", - "https://ror.org/03k37h274", - "https://ror.org/02nfq1309", - "https://ror.org/05qy9ka59", - "https://ror.org/01r19bq53", - "https://ror.org/05jekdj60", - "https://ror.org/02a849f66", - "https://ror.org/02gz6nd21" - ] - }, - "https://ror.org/01jgdnq42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03cg1bv47", - "https://ror.org/03nkrqs25", - "https://ror.org/01c1aet04", - "https://ror.org/04yxssd91" - ] - }, - "https://ror.org/0160cpw27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/030ykd126", - "https://ror.org/039cthy03", - "https://ror.org/02yvsmh51", - "https://ror.org/049bc0z69" - ] - }, - "https://ror.org/01r024a98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05cxnr816", - "https://ror.org/0582v6g41", - "https://ror.org/04gr4mh63" - ] - }, - "https://ror.org/05ct91r78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ce5fg13", - "https://ror.org/05w9erc61" - ] - }, - "https://ror.org/04qb2qm38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00abqs885", - "https://ror.org/003ckn545", - "https://ror.org/01h7hvj14", - "https://ror.org/04j9ztm78", - "https://ror.org/011c8cv48", - "https://ror.org/03npdj196", - "https://ror.org/00cvh4b12", - "https://ror.org/02t99a717", - "https://ror.org/00d2z7680", - "https://ror.org/0499b1120", - "https://ror.org/025w03e38", - "https://ror.org/03mbfdc31", - "https://ror.org/004z2ax38", - "https://ror.org/05jet6f92", - "https://ror.org/00q3j1c96", - "https://ror.org/05qz4qd45", - "https://ror.org/05k2sd416", - "https://ror.org/01xyjyt81", - "https://ror.org/02wp0qa11", - "https://ror.org/048ey1e04", - "https://ror.org/04yx2rq03", - "https://ror.org/04jkwt097", - "https://ror.org/03r7q1314", - "https://ror.org/05pep2321", - "https://ror.org/02s6bxr02", - "https://ror.org/02sgq4c64", - "https://ror.org/04kwqat20" - ] - }, - "https://ror.org/04d4sd432": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00n6tay20", - "https://ror.org/0053fb273", - "https://ror.org/049d1x723", - "https://ror.org/03jd7xe26", - "https://ror.org/01thp0k37" - ] - }, - "https://ror.org/05ta6qn61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04336k829", - "https://ror.org/041hem229" - ] - }, - "https://ror.org/05ckss308": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02gz6nd21" - ] - }, - "https://ror.org/057q6n778": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01dsa5866", - "https://ror.org/02vt68k07", - "https://ror.org/055135t18", - "https://ror.org/01222g256", - "https://ror.org/0173p1x79", - "https://ror.org/03tekc442", - "https://ror.org/01nwsar36" - ] - }, - "https://ror.org/00js3aw79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00g102351", - "https://ror.org/01bskzg04", - "https://ror.org/03sjvjt84", - "https://ror.org/03ed91q10", - "https://ror.org/02xf8rf51", - "https://ror.org/00b67z867" - ] - }, - "https://ror.org/039w4g252": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011t73165" - ] - }, - "https://ror.org/0199hds37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03837fc46", - "https://ror.org/05g1zjw44", - "https://ror.org/053gdvc84", - "https://ror.org/03xg8m734", - "https://ror.org/018nzqy79", - "https://ror.org/0414fab98", - "https://ror.org/032q95r88", - "https://ror.org/03n3yg876", - "https://ror.org/04hzkx672", - "https://ror.org/02mtpz628", - "https://ror.org/0127n6542", - "https://ror.org/05vqkgf08", - "https://ror.org/04dqaqw31", - "https://ror.org/05079x435", - "https://ror.org/01cht3g41", - "https://ror.org/03k32n603", - "https://ror.org/0343fpq57", - "https://ror.org/00t9egj41", - "https://ror.org/0557mft23", - "https://ror.org/01jr1v359", - "https://ror.org/04q1vy171", - "https://ror.org/01cgtm828" - ] - }, - "https://ror.org/03yczjf25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ffh4228" - ] - }, - "https://ror.org/02drdmm93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0311ezn83", - "https://ror.org/055qbch41", - "https://ror.org/04kn56m50", - "https://ror.org/01ygnsd19" - ] - }, - "https://ror.org/0277xhz50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0560dtp08" - ] - }, - "https://ror.org/022y5bk62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qz4qy85" - ] - }, - "https://ror.org/045wr3278": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0299nd731", - "https://ror.org/00xdzs422", - "https://ror.org/01wqj3451" - ] - }, - "https://ror.org/001f9e125": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0335n2618" - ] - }, - "https://ror.org/0275ye937": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05frk8994" - ] - }, - "https://ror.org/035r7hb75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0585jdm07", - "https://ror.org/01jk65d91", - "https://ror.org/04xxe0935" - ] - }, - "https://ror.org/055eqsb67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03h0e2s88", - "https://ror.org/02h8m2a72", - "https://ror.org/00gngwf81", - "https://ror.org/04azj1350" - ] - }, - "https://ror.org/03x42jk29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02awy7178", - "https://ror.org/01kvxx237", - "https://ror.org/01cf2sz15", - "https://ror.org/04rrzfd14", - "https://ror.org/029hkd614", - "https://ror.org/056vbnz12", - "https://ror.org/04t50yk91", - "https://ror.org/02ahzca76", - "https://ror.org/017x69387", - "https://ror.org/0581g8849", - "https://ror.org/03vam5b06", - "https://ror.org/047egvh76", - "https://ror.org/05wrsh961", - "https://ror.org/0546daj73", - "https://ror.org/01m83bk32", - "https://ror.org/03vmza063", - "https://ror.org/03zffa955", - "https://ror.org/007yrhe07", - "https://ror.org/00tjzq647", - "https://ror.org/0572pak88", - "https://ror.org/04x383a88", - "https://ror.org/01q2bn656", - "https://ror.org/03r3n3715", - "https://ror.org/05fc1hn07", - "https://ror.org/00yczwp93" - ] - }, - "https://ror.org/022sgvv39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04np4m207", - "https://ror.org/03bdkz192", - "https://ror.org/017rj5k52", - "https://ror.org/04rzzr925", - "https://ror.org/05a2d1r13", - "https://ror.org/03pfm5m48" - ] - }, - "https://ror.org/04fperw70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007gmjd97" - ] - }, - "https://ror.org/01egdsz94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056zmsz35" - ] - }, - "https://ror.org/02rdw6h67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055zxjg88" - ] - }, - "https://ror.org/04y5kwa70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03yaydt41", - "https://ror.org/0075hvk77", - "https://ror.org/023ffhx15", - "https://ror.org/001tmq304", - "https://ror.org/04yb7z140", - "https://ror.org/011f68d87", - "https://ror.org/05dycrx89", - "https://ror.org/00j4p5x30", - "https://ror.org/049z3x013" - ] - }, - "https://ror.org/018ze3r73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/029x2tx62" - ] - }, - "https://ror.org/04xqwq985": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/015471y74", - "https://ror.org/019641589", - "https://ror.org/027j9rp38", - "https://ror.org/01pzf6r50", - "https://ror.org/01zx5ww52" - ] - }, - "https://ror.org/02fhmtn03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02gnf3372" - ] - }, - "https://ror.org/00c5s4a53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02zg03225", - "https://ror.org/05881nc45" - ] - }, - "https://ror.org/002g4yr42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05pa8nx74" - ] - }, - "https://ror.org/03ddh2c27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04pjzv747", - "https://ror.org/043h32y24", - "https://ror.org/02b948n83", - "https://ror.org/00nt82y31" - ] - }, - "https://ror.org/04nzrnx83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00qg8pm87", - "https://ror.org/041051y78" - ] - }, - "https://ror.org/03f546a26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056wz7x19", - "https://ror.org/00r5q6y06", - "https://ror.org/00jb7xy46" - ] - }, - "https://ror.org/05ede7y70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0190ehg68" - ] - }, - "https://ror.org/011wcsv83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/040d0cf15", - "https://ror.org/05x7z5a78", - "https://ror.org/056k09r13" - ] - }, - "https://ror.org/02rx3b187": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/000tdrn36", - "https://ror.org/00fwjkb59", - "https://ror.org/05sbt2524", - "https://ror.org/04dbzz632", - "https://ror.org/01cf2sz15", - "https://ror.org/01wwcfa26", - "https://ror.org/03eqm6y13", - "https://ror.org/023n9q531", - "https://ror.org/05588ks88", - "https://ror.org/04qz4qy85", - "https://ror.org/03f0apy98", - "https://ror.org/02rmwrd87", - "https://ror.org/047p7mf25", - "https://ror.org/03vte9x46", - "https://ror.org/05c99vk74", - "https://ror.org/04fhvpc68", - "https://ror.org/03jrb0276", - "https://ror.org/01kbr1737", - "https://ror.org/00ndvqf03", - "https://ror.org/0467x8h16", - "https://ror.org/02cmt9z73", - "https://ror.org/026m44z54", - "https://ror.org/03949e763", - "https://ror.org/04ndt7n58", - "https://ror.org/044cfnj78", - "https://ror.org/0509qp208", - "https://ror.org/03e044190", - "https://ror.org/01w1erp60", - "https://ror.org/01c8rcg82", - "https://ror.org/02wrme198", - "https://ror.org/04ett5b41", - "https://ror.org/026j45x50", - "https://ror.org/04eg25g76", - "https://ror.org/014p6mg26", - "https://ror.org/055q9jt53", - "https://ror.org/05hz99a17", - "https://ror.org/04e2ndp15", - "https://ror.org/05bw7ad85", - "https://ror.org/01a0ez112", - "https://ror.org/00genbz89", - "https://ror.org/033d95m27", - "https://ror.org/00t9pwh21", - "https://ror.org/02wrd4e19", - "https://ror.org/00y523k32", - "https://ror.org/01554y636", - "https://ror.org/00awrf758", - "https://ror.org/00rv5x925", - "https://ror.org/05rwrfh97", - "https://ror.org/000063q30", - "https://ror.org/03985kf35", - "https://ror.org/04as3rk94", - "https://ror.org/01aj0bf86", - "https://ror.org/039j4x695", - "https://ror.org/01027m165", - "https://ror.org/0557vhy43", - "https://ror.org/04szabx38", - "https://ror.org/0003ege03", - "https://ror.org/010rs2a38", - "https://ror.org/0459x4g44", - "https://ror.org/03vyv3y87", - "https://ror.org/05kwbf598", - "https://ror.org/02dd25k08", - "https://ror.org/03x1z2w73", - "https://ror.org/00jxe7243", - "https://ror.org/01273vs09", - "https://ror.org/05514hp74", - "https://ror.org/0535cbn94", - "https://ror.org/03t9s7t87", - "https://ror.org/044ggyg50", - "https://ror.org/045ktmd28", - "https://ror.org/02z8yps18", - "https://ror.org/01kcrnc96", - "https://ror.org/043pfpy19", - "https://ror.org/03bcdsr62", - "https://ror.org/04axb9j69", - "https://ror.org/014n97s28", - "https://ror.org/02mc6qk71", - "https://ror.org/036zswm25", - "https://ror.org/05hyx5a17", - "https://ror.org/00m7zca23", - "https://ror.org/050rs7291", - "https://ror.org/009ps2x93", - "https://ror.org/01hrtf583", - "https://ror.org/00prvqp73", - "https://ror.org/01c8rcg82", - "https://ror.org/02wrme198", - "https://ror.org/03taa9n66", - "https://ror.org/01wwcfa26", - "https://ror.org/03eqm6y13", - "https://ror.org/04ett5b41", - "https://ror.org/044ggyg50", - "https://ror.org/04eg25g76", - "https://ror.org/05hyx5a17", - "https://ror.org/00rv5x925", - "https://ror.org/043pfpy19", - "https://ror.org/04axb9j69", - "https://ror.org/02z8yps18", - "https://ror.org/03f0apy98", - "https://ror.org/014n97s28", - "https://ror.org/00m7zca23", - "https://ror.org/03bcdsr62", - "https://ror.org/03e044190", - "https://ror.org/03985kf35", - "https://ror.org/000063q30", - "https://ror.org/05afmzm11", - "https://ror.org/044cfnj78", - "https://ror.org/050rs7291", - "https://ror.org/011f68d87", - "https://ror.org/01kcrnc96", - "https://ror.org/056hxch81", - "https://ror.org/045ff8v85", - "https://ror.org/02t6zvp46", - "https://ror.org/01pgzvb06", - "https://ror.org/02cksep19", - "https://ror.org/01zn4dj88", - "https://ror.org/0381pta47", - "https://ror.org/056th3f83", - "https://ror.org/024cwyh09", - "https://ror.org/013f2p073", - "https://ror.org/00wvtes77", - "https://ror.org/03v4jvx71", - "https://ror.org/01nc10f70", - "https://ror.org/02s3b7375", - "https://ror.org/03ctyg534", - "https://ror.org/02j7awn61", - "https://ror.org/02zws8w42", - "https://ror.org/02a2awp29" - ] - }, - "https://ror.org/025ras206": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/016jygy11", - "https://ror.org/00gskyj95" - ] - }, - "https://ror.org/029cgt552": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03b1zjt31", - "https://ror.org/03pyhhg10" - ] - }, - "https://ror.org/03vch0r71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/028vaas30" - ] - }, - "https://ror.org/02ezch769": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02q4res37", - "https://ror.org/006z7v557", - "https://ror.org/00m090414", - "https://ror.org/041rsh762" - ] - }, - "https://ror.org/02j7n9748": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01hm85r97", - "https://ror.org/04bk3rn37", - "https://ror.org/05kpx1157" - ] - }, - "https://ror.org/01pxwe438": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003sgap07", - "https://ror.org/02pkvpx84", - "https://ror.org/05yfz9t60", - "https://ror.org/02bkw1m29", - "https://ror.org/05xga6t39", - "https://ror.org/0494tzz73" - ] - }, - "https://ror.org/00aaqtw69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002k3wk88" - ] - }, - "https://ror.org/04vjwcp92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01j84x757", - "https://ror.org/0545qzj69", - "https://ror.org/04wveea53" - ] - }, - "https://ror.org/0384j8v12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04v9m3h35", - "https://ror.org/02441px27", - "https://ror.org/00zqx9e28" - ] - }, - "https://ror.org/04wzv3n59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qd2bv04", - "https://ror.org/03cr99w51", - "https://ror.org/01hcxsy48", - "https://ror.org/05g2nyp02", - "https://ror.org/02t8vgv97", - "https://ror.org/0214y7014", - "https://ror.org/04fxz7d50", - "https://ror.org/0291w4p60", - "https://ror.org/01qstkr73", - "https://ror.org/03jse9f02" - ] - }, - "https://ror.org/00t60zh31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04cpf2p55", - "https://ror.org/05dsgrz38", - "https://ror.org/03j78my65", - "https://ror.org/00yep6g06", - "https://ror.org/058ydcm32", - "https://ror.org/047hxsy31", - "https://ror.org/03vyf7w04", - "https://ror.org/03ecr5c85", - "https://ror.org/05ek56k41", - "https://ror.org/00vdcfb98", - "https://ror.org/028gzjv13", - "https://ror.org/02jw82j47", - "https://ror.org/05a9k3463", - "https://ror.org/02jng7h30", - "https://ror.org/017h1mj21", - "https://ror.org/015sq8750", - "https://ror.org/03xx88d27", - "https://ror.org/01mwnbk39", - "https://ror.org/05rfek682", - "https://ror.org/05535a176", - "https://ror.org/00qjyeh27", - "https://ror.org/02bz7vk34", - "https://ror.org/01q9c7s07", - "https://ror.org/01wgych27", - "https://ror.org/022wfr829", - "https://ror.org/0280q1024", - "https://ror.org/02q404g62", - "https://ror.org/00fg98b82", - "https://ror.org/02fxsj090", - "https://ror.org/05vbevg81", - "https://ror.org/04btmx930", - "https://ror.org/018d0rc68", - "https://ror.org/0299ptp31", - "https://ror.org/038yw9848", - "https://ror.org/04kjpp702", - "https://ror.org/00nrk9x91", - "https://ror.org/032qfz281", - "https://ror.org/00jrz2221", - "https://ror.org/05xenh663", - "https://ror.org/05w1qwk94", - "https://ror.org/02r3xg590", - "https://ror.org/011mkef94", - "https://ror.org/031caxb92", - "https://ror.org/03t30gb84", - "https://ror.org/042y18291", - "https://ror.org/00spys463", - "https://ror.org/0445kkj20" - ] - }, - "https://ror.org/02xzytt36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05hg48t65", - "https://ror.org/04at8nn08", - "https://ror.org/048vk1h54", - "https://ror.org/04qkb5e79", - "https://ror.org/008qdx283", - "https://ror.org/03s9zdv09", - "https://ror.org/00kkxv282" - ] - }, - "https://ror.org/04wcaa208": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/025ejqq45" - ] - }, - "https://ror.org/05qpen692": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03y83ze93" - ] - }, - "https://ror.org/05vvhh982": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04q7j9m29", - "https://ror.org/05yc7zr31", - "https://ror.org/013hjj010", - "https://ror.org/005qzg609", - "https://ror.org/005k4dn45", - "https://ror.org/05jbt9m15", - "https://ror.org/04fttyv97", - "https://ror.org/05xn9jy83", - "https://ror.org/03zsjhd07", - "https://ror.org/00xcryt71", - "https://ror.org/02grymn95", - "https://ror.org/03kcmb879", - "https://ror.org/00hkhm024", - "https://ror.org/03hjnwv43" - ] - }, - "https://ror.org/02verss31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02dnn6q67" - ] - }, - "https://ror.org/02phn5242": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02f2f0234", - "https://ror.org/01j78b619" - ] - }, - "https://ror.org/04mv1z119": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00s8hq550", - "https://ror.org/00r8amq78", - "https://ror.org/01b2epx09", - "https://ror.org/01r0cs760", - "https://ror.org/04wbg2z51", - "https://ror.org/04qmjst50", - "https://ror.org/01w1erp60", - "https://ror.org/058qdtv35", - "https://ror.org/046qcp498", - "https://ror.org/03r7r0k94", - "https://ror.org/03qma7a12", - "https://ror.org/02kktyy14", - "https://ror.org/021d2sw23", - "https://ror.org/00yee3n23", - "https://ror.org/01tsa0x55" - ] - }, - "https://ror.org/0304hq317": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00w53fs94", - "https://ror.org/039t4wk02", - "https://ror.org/04n901n71" - ] - }, - "https://ror.org/02hfyct53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02wyv8x71" - ] - }, - "https://ror.org/013meh722": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jsdjx34", - "https://ror.org/00rj4dg52", - "https://ror.org/0068m0j38", - "https://ror.org/047d2d387", - "https://ror.org/01ajt3179", - "https://ror.org/046vje122", - "https://ror.org/055bpw879", - "https://ror.org/052578691", - "https://ror.org/050pqs331", - "https://ror.org/01vdt8f48", - "https://ror.org/05362x394", - "https://ror.org/02x42kc45", - "https://ror.org/02f3vh107", - "https://ror.org/00fp3ce15", - "https://ror.org/05nz0zp31", - "https://ror.org/0264dxb48", - "https://ror.org/037a8w620", - "https://ror.org/05m8dr349", - "https://ror.org/023a2er20", - "https://ror.org/015nth639" - ] - }, - "https://ror.org/04gsp2c11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02bjj9p45" - ] - }, - "https://ror.org/03v4gjf40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/048d5b075", - "https://ror.org/023kksk09", - "https://ror.org/05dsfb086" - ] - }, - "https://ror.org/03d7d9103": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00b9t6d21" - ] - }, - "https://ror.org/059sp8j34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/009eqmr18" - ] - }, - "https://ror.org/02gpy3h79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/034qn2e75", - "https://ror.org/021kgjd57", - "https://ror.org/05dxjde67", - "https://ror.org/027ry4q41", - "https://ror.org/001q2kp78", - "https://ror.org/05t8kxz54" - ] - }, - "https://ror.org/05kacnm89": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0143dvz59" - ] - }, - "https://ror.org/02csscj62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054qyrd12", - "https://ror.org/012f0ja90" - ] - }, - "https://ror.org/020rbyg91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04399kt07", - "https://ror.org/05mzhke23" - ] - }, - "https://ror.org/037hby126": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05xxb2f26", - "https://ror.org/05kwbf598", - "https://ror.org/05p7fmf80", - "https://ror.org/03qge6j93", - "https://ror.org/00qhm9960", - "https://ror.org/05w3vvc59" - ] - }, - "https://ror.org/01ej9dk98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02gs3vg83", - "https://ror.org/00cybsr61", - "https://ror.org/02vcqg248", - "https://ror.org/01h06nz15", - "https://ror.org/03a2tac74", - "https://ror.org/016899r71", - "https://ror.org/04fxxe129", - "https://ror.org/011wdec52" - ] - }, - "https://ror.org/052ygfd66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01bvkzq91" - ] - }, - "https://ror.org/05a87zb20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05v48bz32" - ] - }, - "https://ror.org/02gfys938": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0117s0n37", - "https://ror.org/05qer3y84", - "https://ror.org/010tw2j24", - "https://ror.org/05pcf2t08" - ] - }, - "https://ror.org/012nkbb42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/001kjn539" - ] - }, - "https://ror.org/04k8k6n84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007xqmx73", - "https://ror.org/012wxdw12", - "https://ror.org/02t1cke57", - "https://ror.org/02jm89840", - "https://ror.org/04n2vwk08", - "https://ror.org/0292fgv83", - "https://ror.org/030d6wr93" - ] - }, - "https://ror.org/05f8d4e86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02pkvpx84" - ] - }, - "https://ror.org/011c1jj51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04vs9wp72" - ] - }, - "https://ror.org/05g1mh260": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04f921w28" - ] - }, - "https://ror.org/02kkvpp62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04j4kfb22", - "https://ror.org/05g95eg64", - "https://ror.org/04jc43x05", - "https://ror.org/032hzb643", - "https://ror.org/025z3z560", - "https://ror.org/04hbwba26", - "https://ror.org/02nfy3535" - ] - }, - "https://ror.org/05rrz2q74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02g0e3a49" - ] - }, - "https://ror.org/01evzkn27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04q8h6b75", - "https://ror.org/054hyrm55", - "https://ror.org/02qze4e34", - "https://ror.org/02c0rrp38" - ] - }, - "https://ror.org/00dvg7y05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zxw0v05", - "https://ror.org/05k11pb55" - ] - }, - "https://ror.org/00z0kq074": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04mr1by41" - ] - }, - "https://ror.org/04pvd4f07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03r3t2292" - ] - }, - "https://ror.org/0161xgx34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003sgap07", - "https://ror.org/05yfz9t60", - "https://ror.org/05m8pzq90", - "https://ror.org/02w5vxx03", - "https://ror.org/05ty8cs18" - ] - }, - "https://ror.org/02am44w88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/029jy7238" - ] - }, - "https://ror.org/0213rcc28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/039cthy03", - "https://ror.org/00hv6g197", - "https://ror.org/05ek4tb53", - "https://ror.org/046n2jy73" - ] - }, - "https://ror.org/00nxtmb68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002ee1685" - ] - }, - "https://ror.org/02zteat75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03p8jwd38", - "https://ror.org/02p6c5g88", - "https://ror.org/005epk420", - "https://ror.org/041q21635", - "https://ror.org/01qpwsp84" - ] - }, - "https://ror.org/05kdz4d87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00tkrd758", - "https://ror.org/00bjck208", - "https://ror.org/03cjp2c87", - "https://ror.org/01s0phq15", - "https://ror.org/053eyjs84", - "https://ror.org/04y0x0x35", - "https://ror.org/01nj8sa76", - "https://ror.org/01cb0kd74", - "https://ror.org/04pc31859", - "https://ror.org/015er2861", - "https://ror.org/02e22bh87" - ] - }, - "https://ror.org/02g61p297": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00h761y79" - ] - }, - "https://ror.org/00har9915": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jtzcc30", - "https://ror.org/004q3z910", - "https://ror.org/04nabhy78", - "https://ror.org/00vfxg105", - "https://ror.org/02aswf736" - ] - }, - "https://ror.org/04cdzx077": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0174skq71", - "https://ror.org/046h96256", - "https://ror.org/008sahv08", - "https://ror.org/05pf27s53", - "https://ror.org/020eh9934", - "https://ror.org/056f75089" - ] - }, - "https://ror.org/01bghzb51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01h3yks88" - ] - }, - "https://ror.org/02pfhbd70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qcebk79" - ] - }, - "https://ror.org/04n901w50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01cvasn76" - ] - }, - "https://ror.org/02h3vcz70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04y24xj84", - "https://ror.org/00rawf147", - "https://ror.org/04x9a0q46", - "https://ror.org/007dy3y92" - ] - }, - "https://ror.org/03yjb2x39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/030ykd126", - "https://ror.org/039cthy03", - "https://ror.org/00gmyvv50", - "https://ror.org/03k51z204" - ] - }, - "https://ror.org/04v76ef78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00vp8qm49" - ] - }, - "https://ror.org/0141j1w94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02wtj7z45" - ] - }, - "https://ror.org/00g30e956": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04fme8709", - "https://ror.org/01zgy1s35", - "https://ror.org/0149pv473", - "https://ror.org/017xf2h35", - "https://ror.org/04fhwda97", - "https://ror.org/038p55355", - "https://ror.org/01vb5ks25", - "https://ror.org/02b48z609", - "https://ror.org/04fhwda97" - ] - }, - "https://ror.org/00qfnf017": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01asdba22" - ] - }, - "https://ror.org/0518wrr32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00h761y79" - ] - }, - "https://ror.org/04k3by130": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ccj0x73" - ] - }, - "https://ror.org/00f7hpc57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054zwas39", - "https://ror.org/02mkz3e80" - ] - }, - "https://ror.org/01tmp8f25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05afdpg81", - "https://ror.org/03kkrza17", - "https://ror.org/00szdrw29", - "https://ror.org/03qc4m595", - "https://ror.org/016m4az54", - "https://ror.org/05mk2jr28", - "https://ror.org/04fac6491", - "https://ror.org/00bd1zn20", - "https://ror.org/048zxff28", - "https://ror.org/01rbbya36", - "https://ror.org/020e7ee92", - "https://ror.org/01g470z66", - "https://ror.org/052tpj472", - "https://ror.org/003eyrc02", - "https://ror.org/02r2ga890", - "https://ror.org/05czf9j81", - "https://ror.org/04jexp049", - "https://ror.org/04jan8q76", - "https://ror.org/05k6dh252", - "https://ror.org/0193j3v20", - "https://ror.org/05n86fa68", - "https://ror.org/028ngjx88", - "https://ror.org/041ke1609", - "https://ror.org/0194egz44", - "https://ror.org/03kv1ct34", - "https://ror.org/03rwcxx67", - "https://ror.org/03zeev498", - "https://ror.org/04q88r129", - "https://ror.org/00n9d5724", - "https://ror.org/00qxc1v02" - ] - }, - "https://ror.org/03fgx6868": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05wvw0v54" - ] - }, - "https://ror.org/00dn43547": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03b1ff176" - ] - }, - "https://ror.org/04ers2y35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04cwb1p56", - "https://ror.org/02g130845", - "https://ror.org/027wh3z10" - ] - }, - "https://ror.org/01b5nw197": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00721wn77", - "https://ror.org/01k7w0p97" - ] - }, - "https://ror.org/00vtgdb53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vaer060", - "https://ror.org/02v3sdn51", - "https://ror.org/045z18t19", - "https://ror.org/03fr3nn32", - "https://ror.org/05jfq2w07", - "https://ror.org/04s5hmf73", - "https://ror.org/00m7w8s72", - "https://ror.org/04qdwq068" - ] - }, - "https://ror.org/048fraw27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02b5y2p11", - "https://ror.org/032ab1973", - "https://ror.org/03zkk2612" - ] - }, - "https://ror.org/04mc33q52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02w5vxx03", - "https://ror.org/02ddgd424" - ] - }, - "https://ror.org/05tgxx705": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/058k8t807", - "https://ror.org/056ezpj87", - "https://ror.org/04rpdbq72", - "https://ror.org/057p7e749", - "https://ror.org/00c746491", - "https://ror.org/028cjvx63" - ] - }, - "https://ror.org/00f2yqf98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04s99xz91", - "https://ror.org/04fhwda97" - ] - }, - "https://ror.org/012cq4j44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02v4g3v80" - ] - }, - "https://ror.org/01d8fne82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011ff5411" - ] - }, - "https://ror.org/04tehfn33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03tv49k22", - "https://ror.org/00edv6x70", - "https://ror.org/00yq23r19", - "https://ror.org/032keq607", - "https://ror.org/01szdrn56", - "https://ror.org/017vz0682", - "https://ror.org/046wpeg62", - "https://ror.org/04zx3vk32", - "https://ror.org/04yndey86", - "https://ror.org/03jwfk445", - "https://ror.org/00ybvyr04", - "https://ror.org/055263j93" - ] - }, - "https://ror.org/01tvm6f46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010mck520" - ] - }, - "https://ror.org/05nkf0n29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04g3hdh17", - "https://ror.org/00yhsjs55", - "https://ror.org/031ex4j83", - "https://ror.org/02bahkp76", - "https://ror.org/04z08gp61", - "https://ror.org/05a68ds78", - "https://ror.org/00fqsk919", - "https://ror.org/04nv75k16", - "https://ror.org/03ndnx171", - "https://ror.org/016grk095", - "https://ror.org/05xb5eg35", - "https://ror.org/00ry0st69", - "https://ror.org/0444r5845", - "https://ror.org/019g2qd78", - "https://ror.org/0039r8530", - "https://ror.org/007m1fk72", - "https://ror.org/00vy2n929", - "https://ror.org/00v6y6p60", - "https://ror.org/053hzer83", - "https://ror.org/05jkgzq43" - ] - }, - "https://ror.org/006m4q736": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/046r27a90", - "https://ror.org/046qxha37", - "https://ror.org/041qnde49", - "https://ror.org/00vrtwn56", - "https://ror.org/012yc1x46", - "https://ror.org/00erpmf75", - "https://ror.org/002kcsd03", - "https://ror.org/00ab5b586", - "https://ror.org/013rnrt24", - "https://ror.org/00rcg3441", - "https://ror.org/04q4ad645", - "https://ror.org/05rtg8f23", - "https://ror.org/03dgwx119" - ] - }, - "https://ror.org/02y5f7c97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/036f5mx38", - "https://ror.org/03zmsge54", - "https://ror.org/03w6nzd18", - "https://ror.org/0135fch82", - "https://ror.org/0492g1k39", - "https://ror.org/00b9pg524", - "https://ror.org/048g3cy84", - "https://ror.org/03w6nzd18", - "https://ror.org/0492g1k39", - "https://ror.org/0135fch82", - "https://ror.org/048g3cy84", - "https://ror.org/0424mzx13", - "https://ror.org/058tw4f12" - ] - }, - "https://ror.org/01s0ssk34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05n7yzd13", - "https://ror.org/05c9p1x46", - "https://ror.org/04sb8a726", - "https://ror.org/01ed4t417", - "https://ror.org/052rhgg57", - "https://ror.org/052rhgg57" - ] - }, - "https://ror.org/05x9p3f75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mjny636", - "https://ror.org/0261smd61" - ] - }, - "https://ror.org/01sf06y89": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03nk9pp38", - "https://ror.org/044b7p696", - "https://ror.org/01p2zg436", - "https://ror.org/04hy0x592", - "https://ror.org/03nw31086" - ] - }, - "https://ror.org/04h08p482": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01x3p5p96", - "https://ror.org/05jeza980", - "https://ror.org/018a0bk66", - "https://ror.org/055ef6019" - ] - }, - "https://ror.org/01j33xk10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04jyxq429" - ] - }, - "https://ror.org/02jnxpg76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02egfyg20", - "https://ror.org/044wv3489", - "https://ror.org/03p5eky76" - ] - }, - "https://ror.org/04dtrtr74": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02nmd8z76" - ] - }, - "https://ror.org/04f90ax67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ff43k45" - ] - }, - "https://ror.org/01sjwvz98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/030vbmf58", - "https://ror.org/05db1vq90", - "https://ror.org/00s05em53", - "https://ror.org/03ckxwf91", - "https://ror.org/05vmjks78", - "https://ror.org/023rffy11", - "https://ror.org/04j1n1c04", - "https://ror.org/03r519674", - "https://ror.org/03gv2xk61", - "https://ror.org/04mb6s476", - "https://ror.org/010rf2m76", - "https://ror.org/05tqx4s13", - "https://ror.org/01d1kv753", - "https://ror.org/02tt21044", - "https://ror.org/022hvg611" - ] - }, - "https://ror.org/04sjchr03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01q8ytn75", - "https://ror.org/02s3xv195", - "https://ror.org/03tzsdk41", - "https://ror.org/03wx0vn75", - "https://ror.org/03x44hg04", - "https://ror.org/03re3pg25", - "https://ror.org/04ya1kq07", - "https://ror.org/04bzgtz06" - ] - }, - "https://ror.org/00pg6eq24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03xmjtz19", - "https://ror.org/007xqmx73", - "https://ror.org/05vcax154", - "https://ror.org/047fwb937", - "https://ror.org/05em8ne27", - "https://ror.org/059fn5f50", - "https://ror.org/0291jbz11", - "https://ror.org/05n4nmn13", - "https://ror.org/01g3mb532", - "https://ror.org/030przz70", - "https://ror.org/041v2hk34", - "https://ror.org/05whrjc31", - "https://ror.org/01jm8fn98", - "https://ror.org/00se7bf12", - "https://ror.org/02za18p66", - "https://ror.org/02hwgty18", - "https://ror.org/00xts7d02", - "https://ror.org/05qpmg879", - "https://ror.org/025mhd687", - "https://ror.org/02tn0tm63", - "https://ror.org/0015ws592", - "https://ror.org/03x8fem72", - "https://ror.org/01m71e459", - "https://ror.org/00k4e5n71", - "https://ror.org/02g4mxc89", - "https://ror.org/00rh71z37", - "https://ror.org/02jm89840", - "https://ror.org/05sc3hd12", - "https://ror.org/00b4q1853", - "https://ror.org/04xsj2p07", - "https://ror.org/00bhwwh42", - "https://ror.org/04n2vwk08", - "https://ror.org/01cgac405", - "https://ror.org/00jvqbw52", - "https://ror.org/026fpwg41", - "https://ror.org/026p10446", - "https://ror.org/030d6wr93", - "https://ror.org/03qge6j93", - "https://ror.org/02fdf4056", - "https://ror.org/010e21634", - "https://ror.org/05dd6kb95", - "https://ror.org/01x3qz996", - "https://ror.org/05a26ag16", - "https://ror.org/00gm7ct78", - "https://ror.org/03597ek14", - "https://ror.org/02wj62e51", - "https://ror.org/03k7yrw82", - "https://ror.org/016wpzq40", - "https://ror.org/028c6kd10", - "https://ror.org/02p06sa95", - "https://ror.org/02rnpdm14", - "https://ror.org/00a19vs18", - "https://ror.org/03te95s40", - "https://ror.org/04x97hf88", - "https://ror.org/03820wq39", - "https://ror.org/02phbwg91", - "https://ror.org/009t5dc22", - "https://ror.org/028nd8457", - "https://ror.org/03xrrn515", - "https://ror.org/03c363p94", - "https://ror.org/03n4s8180", - "https://ror.org/056d3xj17", - "https://ror.org/04pwapm65", - "https://ror.org/00w0bpf20", - "https://ror.org/03phbpb09", - "https://ror.org/049513r96", - "https://ror.org/00m9qza88", - "https://ror.org/0530qwm02", - "https://ror.org/030qxve40", - "https://ror.org/03nb7az85", - "https://ror.org/059g0vd42", - "https://ror.org/0032jvj22" - ] - }, - "https://ror.org/02rhp5f96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02e6sh902", - "https://ror.org/03r08g441" - ] - }, - "https://ror.org/00jmtdy57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052jx3443" - ] - }, - "https://ror.org/03wkt5x30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/041tgdz97", - "https://ror.org/03j82q602", - "https://ror.org/01tp1c480", - "https://ror.org/02dqsxz11", - "https://ror.org/00sad8321", - "https://ror.org/04xfycm61", - "https://ror.org/03bpcga21", - "https://ror.org/00c3ta789", - "https://ror.org/01dadvw90", - "https://ror.org/05abgg682", - "https://ror.org/05j3atf73", - "https://ror.org/00nwtj239", - "https://ror.org/02c6p9834", - "https://ror.org/05d6wfd23", - "https://ror.org/05pchb838", - "https://ror.org/03x0yny97", - "https://ror.org/05q3pap39", - "https://ror.org/00mryrd39", - "https://ror.org/05ax2x637", - "https://ror.org/034gk7456", - "https://ror.org/05qhnf349", - "https://ror.org/037eda396", - "https://ror.org/05kytrf83", - "https://ror.org/01365h357", - "https://ror.org/04k0drf78" - ] - }, - "https://ror.org/038e2g226": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04max0939", - "https://ror.org/03w6bzp59", - "https://ror.org/053ny5136", - "https://ror.org/0073whr05" - ] - }, - "https://ror.org/01nrxwf90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002g4nt27", - "https://ror.org/05a7t9b67", - "https://ror.org/05wcr1b38", - "https://ror.org/03ab8zv57", - "https://ror.org/01x802g65", - "https://ror.org/02f4tsf92", - "https://ror.org/05hygey35", - "https://ror.org/02tsqtg57", - "https://ror.org/01920rj20", - "https://ror.org/05x7p8987", - "https://ror.org/059zxg644", - "https://ror.org/03xbccz06", - "https://ror.org/04jth1r26", - "https://ror.org/011jsc803", - "https://ror.org/04ect1284", - "https://ror.org/0545we460", - "https://ror.org/05tfcfv12", - "https://ror.org/019aa9n69" - ] - }, - "https://ror.org/057kyc739": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02x9rq768", - "https://ror.org/00r2ye360" - ] - }, - "https://ror.org/02nk74404": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0128dte27", - "https://ror.org/04n1s0q44" - ] - }, - "https://ror.org/013cjyk83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03zx86w41", - "https://ror.org/04w11tv37", - "https://ror.org/032q0qd45", - "https://ror.org/00tf8ca96", - "https://ror.org/015a85k79", - "https://ror.org/03vtagt31", - "https://ror.org/006gzge74", - "https://ror.org/0095dt357", - "https://ror.org/03t4pc386", - "https://ror.org/01vrz7264", - "https://ror.org/01e8w0016", - "https://ror.org/04ved1v49", - "https://ror.org/03k37h274", - "https://ror.org/04bgzse17", - "https://ror.org/03j7mz841", - "https://ror.org/02nfq1309", - "https://ror.org/04v668f18", - "https://ror.org/04f6tkx67", - "https://ror.org/03y7m8990", - "https://ror.org/01w1erp60", - "https://ror.org/0557mft23", - "https://ror.org/01gapzp55", - "https://ror.org/04fgntk96", - "https://ror.org/01r19bq53", - "https://ror.org/02zgjrf98", - "https://ror.org/04ef65y11", - "https://ror.org/04y8cs423", - "https://ror.org/029nkcm90", - "https://ror.org/01920cw75", - "https://ror.org/052bz7812", - "https://ror.org/05a0dhs15", - "https://ror.org/013xvg556", - "https://ror.org/046b3cj80", - "https://ror.org/01pa4h393", - "https://ror.org/01bgpbn64", - "https://ror.org/05rrxz787", - "https://ror.org/03padqz24", - "https://ror.org/058z3vf87", - "https://ror.org/007sc9r91", - "https://ror.org/04db3be62", - "https://ror.org/03g38sn14", - "https://ror.org/01thw2g46", - "https://ror.org/00a72jq18", - "https://ror.org/00kr24y60", - "https://ror.org/03kr50w79", - "https://ror.org/03f0z1g15", - "https://ror.org/04bgzse17", - "https://ror.org/04v668f18", - "https://ror.org/03y7m8990", - "https://ror.org/01w1erp60", - "https://ror.org/04ef65y11", - "https://ror.org/00a8p0m24", - "https://ror.org/003y0kg83", - "https://ror.org/020cdve92", - "https://ror.org/01q5ge486", - "https://ror.org/00qm1ye08", - "https://ror.org/01ydp2x12", - "https://ror.org/03kc13263", - "https://ror.org/0180r7w69", - "https://ror.org/054fae424", - "https://ror.org/05p7zpp88", - "https://ror.org/013pnfx92", - "https://ror.org/02yv0b554", - "https://ror.org/00dxbgs74", - "https://ror.org/0579t4s85", - "https://ror.org/04t3sm733", - "https://ror.org/05yd19040", - "https://ror.org/00c00ys31", - "https://ror.org/018786988", - "https://ror.org/00mz87608", - "https://ror.org/03tnjrr49", - "https://ror.org/01920cw75", - "https://ror.org/05c95bg36", - "https://ror.org/00bbtde36", - "https://ror.org/01vqrde47", - "https://ror.org/03hgsyv65", - "https://ror.org/017zz7s54", - "https://ror.org/00cpdar66", - "https://ror.org/03s0gj002", - "https://ror.org/01mzxgm71", - "https://ror.org/05mmjvv12", - "https://ror.org/03pnp1a74", - "https://ror.org/026exgg05", - "https://ror.org/01ag91m47", - "https://ror.org/05eedav07", - "https://ror.org/05d9pjk75", - "https://ror.org/05nsvn336", - "https://ror.org/01paa1e42", - "https://ror.org/04bg5j190", - "https://ror.org/05j6qf006", - "https://ror.org/03k9z2963", - "https://ror.org/05y6rqs46", - "https://ror.org/01qfab443", - "https://ror.org/04795e365", - "https://ror.org/03mxktp47", - "https://ror.org/00x1d4q78", - "https://ror.org/02nnpw434", - "https://ror.org/01h14ww21", - "https://ror.org/05vg9cw43", - "https://ror.org/000ehr937", - "https://ror.org/05fvhm231", - "https://ror.org/030za3c40", - "https://ror.org/03ms1y683", - "https://ror.org/04f9rh541", - "https://ror.org/00ca65425", - "https://ror.org/02fcsjn79", - "https://ror.org/01qtp1053", - "https://ror.org/05ebxsr90", - "https://ror.org/03a26mh11", - "https://ror.org/04yavcg77", - "https://ror.org/05nsvn336", - "https://ror.org/04mzqjs78", - "https://ror.org/04qhwn476", - "https://ror.org/008rywf59", - "https://ror.org/02tp7mm44", - "https://ror.org/01wk35t67", - "https://ror.org/01dadvw90", - "https://ror.org/02qprbz18", - "https://ror.org/01cah1n37", - "https://ror.org/04az3m568", - "https://ror.org/029cj5595", - "https://ror.org/02k8f5n40", - "https://ror.org/05pm8ec76", - "https://ror.org/02m0hy518", - "https://ror.org/03nknpw16", - "https://ror.org/0366b1491", - "https://ror.org/0229z0679", - "https://ror.org/051gvfp41", - "https://ror.org/030jm0n16", - "https://ror.org/008qs6838", - "https://ror.org/04d70nb60", - "https://ror.org/01bgpbn64", - "https://ror.org/038yp4g21", - "https://ror.org/059z28h12" - ] - }, - "https://ror.org/01kg8sb98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02k40bc56", - "https://ror.org/046z54t28", - "https://ror.org/04wrhg795", - "https://ror.org/04161kh40", - "https://ror.org/00n9fkm63", - "https://ror.org/02s1hvj37", - "https://ror.org/02eak8n78", - "https://ror.org/03eftgw80", - "https://ror.org/00g1d7b60", - "https://ror.org/02ets8c94", - "https://ror.org/001zwgm84", - "https://ror.org/02vnghs48", - "https://ror.org/00pnhtk88", - "https://ror.org/04d54np47", - "https://ror.org/01aaptx40", - "https://ror.org/05rbkcx47", - "https://ror.org/04pa22x51", - "https://ror.org/00g635h87", - "https://ror.org/01zpmbk67", - "https://ror.org/03vzvbw58", - "https://ror.org/05rbkcx47", - "https://ror.org/00a06kx42", - "https://ror.org/00g635h87", - "https://ror.org/03vzvbw58" - ] - }, - "https://ror.org/01bkbaq61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02dm87055", - "https://ror.org/03ej8a714", - "https://ror.org/04tz2h245", - "https://ror.org/03abrgd14", - "https://ror.org/0241avf06", - "https://ror.org/03wyzt892", - "https://ror.org/020s51w82", - "https://ror.org/02tt2zf29", - "https://ror.org/001cwea56", - "https://ror.org/02rkks755", - "https://ror.org/038c0gc18", - "https://ror.org/056h71x09", - "https://ror.org/05rke5d69", - "https://ror.org/04nwrc387", - "https://ror.org/03g5ew477", - "https://ror.org/013j2zh96", - "https://ror.org/00k1qja49", - "https://ror.org/04qeh2h86", - "https://ror.org/04zfaj906", - "https://ror.org/0008xqs48", - "https://ror.org/020yb3m85", - "https://ror.org/00k6njn28", - "https://ror.org/01sdrjx85", - "https://ror.org/03bzdww12", - "https://ror.org/01av3a615", - "https://ror.org/042nkmz09", - "https://ror.org/02zbs8663", - "https://ror.org/01z1gye03", - "https://ror.org/03mfyme49", - "https://ror.org/03b6f4629", - "https://ror.org/00btzwk36", - "https://ror.org/001synm23", - "https://ror.org/03g7nb016", - "https://ror.org/03hjgt059", - "https://ror.org/01d5vx451", - "https://ror.org/012zh9h13", - "https://ror.org/04wvm7462", - "https://ror.org/00s0nnj93", - "https://ror.org/04xxayh10", - "https://ror.org/005teat46", - "https://ror.org/054xx3904", - "https://ror.org/00gy2ar74", - "https://ror.org/023c4vk26", - "https://ror.org/04xezgr31", - "https://ror.org/01sn0bt42" - ] - }, - "https://ror.org/027pk6j83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002tzev63", - "https://ror.org/04g4ezh90", - "https://ror.org/009s53a61", - "https://ror.org/02skytd81", - "https://ror.org/04mm9fg30", - "https://ror.org/04xvfkh51", - "https://ror.org/04rhps755" - ] - }, - "https://ror.org/028mtfb17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/034ee3t09" - ] - }, - "https://ror.org/05j07r343": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04fcycp48" - ] - }, - "https://ror.org/01prbq409": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ssfa057" - ] - }, - "https://ror.org/011tppt04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00davry38", - "https://ror.org/0302jbz39", - "https://ror.org/05p299b07", - "https://ror.org/0460tzy11", - "https://ror.org/04w0a0617", - "https://ror.org/00xbw4a70", - "https://ror.org/01nq33970", - "https://ror.org/03dgrff29", - "https://ror.org/01brjce02", - "https://ror.org/03t5a9538", - "https://ror.org/04zjhw235", - "https://ror.org/01d6p8r58", - "https://ror.org/02sftkh09", - "https://ror.org/01da06998", - "https://ror.org/01hjh7h09", - "https://ror.org/01w8zj169", - "https://ror.org/0336f3190", - "https://ror.org/00dds0202", - "https://ror.org/0248dkz36", - "https://ror.org/03bmwyk24", - "https://ror.org/033xr5946", - "https://ror.org/02zv2b697", - "https://ror.org/02kj53224", - "https://ror.org/00965mv68", - "https://ror.org/05qqb8y62", - "https://ror.org/019kjfs29", - "https://ror.org/00e59cf80", - "https://ror.org/03k3t2d52", - "https://ror.org/046ee4w71", - "https://ror.org/008eg1b26", - "https://ror.org/04bjtbt12", - "https://ror.org/00dbv4g17", - "https://ror.org/02mgmvf72", - "https://ror.org/05wc2hs84", - "https://ror.org/02kry3y94", - "https://ror.org/03m66j484", - "https://ror.org/04xyf9e18", - "https://ror.org/054w40x57", - "https://ror.org/04m28hd07", - "https://ror.org/04f6z5785", - "https://ror.org/056rez340", - "https://ror.org/001gedw60", - "https://ror.org/0526kmt93", - "https://ror.org/00gcaxc92", - "https://ror.org/02yy6gj83", - "https://ror.org/05bpk5567", - "https://ror.org/00yt2gw85", - "https://ror.org/00edcak12", - "https://ror.org/0433s0254", - "https://ror.org/04cymm537", - "https://ror.org/036epwb08", - "https://ror.org/02jnv7t64", - "https://ror.org/04hxjrb09" - ] - }, - "https://ror.org/02g6avh54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04w9m1f21" - ] - }, - "https://ror.org/03nnxqz81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01bdvsc06", - "https://ror.org/02ztymy03" - ] - }, - "https://ror.org/01gavpb45": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xven060", - "https://ror.org/044mbfr67", - "https://ror.org/00dpztj76", - "https://ror.org/00bhv3b03", - "https://ror.org/03vbt0765", - "https://ror.org/03gwhmn95", - "https://ror.org/0091yh482", - "https://ror.org/00s0b8a75", - "https://ror.org/05wdecy17", - "https://ror.org/03vpfss84", - "https://ror.org/043tfr230", - "https://ror.org/05nct1z71", - "https://ror.org/04dh0w640", - "https://ror.org/052dp8730" - ] - }, - "https://ror.org/02kzqn938": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dyt5s15", - "https://ror.org/00mghmd60", - "https://ror.org/03629my43", - "https://ror.org/0018c4h73", - "https://ror.org/05gd4yq49", - "https://ror.org/021ddkf20", - "https://ror.org/02q4res37", - "https://ror.org/0300mzg60", - "https://ror.org/038sy2k93", - "https://ror.org/043n4fm24", - "https://ror.org/02mdnkg28", - "https://ror.org/0186z1m53", - "https://ror.org/01h0a3k64", - "https://ror.org/02w8awt17", - "https://ror.org/04e89s906", - "https://ror.org/01tv2ca73", - "https://ror.org/05m14rs93", - "https://ror.org/04vrqzz54", - "https://ror.org/03n91q085", - "https://ror.org/03c3m6m66", - "https://ror.org/05bz47575", - "https://ror.org/00m090414", - "https://ror.org/02s4dmd79", - "https://ror.org/03k9wer31", - "https://ror.org/05dm3m993", - "https://ror.org/05xanhp90", - "https://ror.org/003fs1j49", - "https://ror.org/05rqwc876", - "https://ror.org/04kwqat20", - "https://ror.org/03q99v794", - "https://ror.org/02g6y2720", - "https://ror.org/03eq8fa86", - "https://ror.org/04y91dy23", - "https://ror.org/053ppfe96", - "https://ror.org/032v67m28", - "https://ror.org/05x9zmx47", - "https://ror.org/00g32ep81", - "https://ror.org/04p4jgt68", - "https://ror.org/05vrs3189", - "https://ror.org/04k5h2q42", - "https://ror.org/02dvx0516", - "https://ror.org/01ja5aj48", - "https://ror.org/013z99a51", - "https://ror.org/0455vgw31", - "https://ror.org/03qy9z186", - "https://ror.org/010nk4c68", - "https://ror.org/04f5rw142", - "https://ror.org/00fh1dw28", - "https://ror.org/04p94ax69", - "https://ror.org/0086epd30", - "https://ror.org/00hz02a80", - "https://ror.org/01qygwc68", - "https://ror.org/04q29nn62", - "https://ror.org/05fjffm04", - "https://ror.org/056hav897", - "https://ror.org/03rvrjk28", - "https://ror.org/03pbmtd68", - "https://ror.org/00tt79z10", - "https://ror.org/05q5m4q74", - "https://ror.org/00bwykg15", - "https://ror.org/016w4zy25", - "https://ror.org/00ccaam24", - "https://ror.org/047y28a09", - "https://ror.org/02tznxc41", - "https://ror.org/006vqpx82", - "https://ror.org/0409gk363", - "https://ror.org/00jsgkx16", - "https://ror.org/02hkbys70", - "https://ror.org/044xe8e90", - "https://ror.org/03ya3d516", - "https://ror.org/053p8kg34", - "https://ror.org/01w1erp60", - "https://ror.org/04dsjbp13", - "https://ror.org/007wbr017" - ] - }, - "https://ror.org/00hy3gq97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03f6y6166", - "https://ror.org/03r08g441" - ] - }, - "https://ror.org/026vcq606": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/058zxsr17", - "https://ror.org/039qvmf95", - "https://ror.org/02ztymy03" - ] - }, - "https://ror.org/00pg5jh14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jyzk483", - "https://ror.org/05c9p1x46", - "https://ror.org/0146pps37", - "https://ror.org/02v5bgz72", - "https://ror.org/01bcqbv56", - "https://ror.org/0511th722", - "https://ror.org/03j6rvb05", - "https://ror.org/04sb8a726", - "https://ror.org/00yfbr841", - "https://ror.org/03n6vs369", - "https://ror.org/03fdnmv92", - "https://ror.org/04v3xcy66", - "https://ror.org/01zkyzz15", - "https://ror.org/04pag4b70", - "https://ror.org/02mqtne57", - "https://ror.org/004nnf780", - "https://ror.org/02xhgtj20", - "https://ror.org/0355tjr07", - "https://ror.org/05n7yzd13", - "https://ror.org/036b75x65", - "https://ror.org/03e04x797", - "https://ror.org/02dcqy320", - "https://ror.org/009kb8w74", - "https://ror.org/01875pg84", - "https://ror.org/049am9t04", - "https://ror.org/03vw2zn10", - "https://ror.org/03h9w0610", - "https://ror.org/05cmw3824", - "https://ror.org/02t1zz428", - "https://ror.org/033yb0967", - "https://ror.org/01v676463", - "https://ror.org/02mh9a093", - "https://ror.org/03pef0w96", - "https://ror.org/05thj7870", - "https://ror.org/01ms54x07", - "https://ror.org/01ph0t361", - "https://ror.org/01zprwd36", - "https://ror.org/04ph5sm90", - "https://ror.org/043y2tx42", - "https://ror.org/03wxndv36", - "https://ror.org/01ed4t417", - "https://ror.org/0251tqx66", - "https://ror.org/04q1vy171", - "https://ror.org/03wy09077", - "https://ror.org/037y9hb39", - "https://ror.org/050c3pq49", - "https://ror.org/0100b4v88", - "https://ror.org/05pv75449", - "https://ror.org/052rhgg57", - "https://ror.org/01m11mf96", - "https://ror.org/00ph8tk69", - "https://ror.org/03jmjy508", - "https://ror.org/01ed4t417", - "https://ror.org/052rhgg57", - "https://ror.org/053385a79", - "https://ror.org/03zry0650", - "https://ror.org/01sr2h546", - "https://ror.org/02e9m1r40", - "https://ror.org/016vx5156", - "https://ror.org/05tr67282", - "https://ror.org/023km2z79", - "https://ror.org/009p5nb11" - ] - }, - "https://ror.org/03m5ehy13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032g3x293" - ] - }, - "https://ror.org/054qv7y42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jtzcc30", - "https://ror.org/01nw6qk38", - "https://ror.org/05m3r1b84", - "https://ror.org/00wrnm709", - "https://ror.org/00r8jkk54", - "https://ror.org/03adqg323", - "https://ror.org/056n05x05", - "https://ror.org/04nabhy78", - "https://ror.org/04qq0qp34", - "https://ror.org/04hw9c755", - "https://ror.org/0473hxz56", - "https://ror.org/01tsa0x55" - ] - }, - "https://ror.org/02yg0nm07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/038z2eg27", - "https://ror.org/00yxqn620", - "https://ror.org/020wm8g88", - "https://ror.org/04vs2n780", - "https://ror.org/0453v4r20", - "https://ror.org/00h25w961", - "https://ror.org/00wek6x04", - "https://ror.org/05s2fqz02", - "https://ror.org/05phyf558", - "https://ror.org/058hjkk82", - "https://ror.org/04w7hre37", - "https://ror.org/00krzbm55", - "https://ror.org/05t7fg049", - "https://ror.org/00bgr8r13" - ] - }, - "https://ror.org/05rdf8595": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0596wkf93" - ] - }, - "https://ror.org/047gc3g35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00gpq1s11", - "https://ror.org/02db2t754", - "https://ror.org/042ezq693", - "https://ror.org/00wz2vk41", - "https://ror.org/02kqfwm03" - ] - }, - "https://ror.org/01gyxrk03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02bhp7a56", - "https://ror.org/01c62av11", - "https://ror.org/04smxbm79", - "https://ror.org/02m9cs548", - "https://ror.org/01gje7n16", - "https://ror.org/00m090414", - "https://ror.org/05ewvzm89", - "https://ror.org/032v67m28", - "https://ror.org/02a9mrq41", - "https://ror.org/00rxdng69", - "https://ror.org/059424541", - "https://ror.org/01w1erp60", - "https://ror.org/00bgnvd66", - "https://ror.org/02ht85j57", - "https://ror.org/02wdygz27", - "https://ror.org/01jrmfs07", - "https://ror.org/03cs09e53", - "https://ror.org/00erb9339", - "https://ror.org/05y441t49", - "https://ror.org/00cctyp65", - "https://ror.org/01aba3e23", - "https://ror.org/00ry58h45", - "https://ror.org/02bn7hs48", - "https://ror.org/01s6bet72", - "https://ror.org/05brss208", - "https://ror.org/04jvgth94", - "https://ror.org/03vv60b83", - "https://ror.org/01v9vbn43", - "https://ror.org/02at6c277", - "https://ror.org/012h8gy04", - "https://ror.org/04mywez65", - "https://ror.org/007a90f76", - "https://ror.org/03keztm33", - "https://ror.org/04grq1g73", - "https://ror.org/05w9qrp28", - "https://ror.org/008n78156", - "https://ror.org/03jt9em80", - "https://ror.org/001tmq304", - "https://ror.org/01wy0hc37" - ] - }, - "https://ror.org/022tacd25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00r20e176" - ] - }, - "https://ror.org/05f0yaq80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/058zxsr17", - "https://ror.org/04sx39q13", - "https://ror.org/0145rpw38", - "https://ror.org/02ndzm185", - "https://ror.org/02ztymy03" - ] - }, - "https://ror.org/04qst6c17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01k6cft19", - "https://ror.org/00ea8xx02", - "https://ror.org/00vaf6k96", - "https://ror.org/02dnm2t22" - ] - }, - "https://ror.org/03bz5pb92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0471kz689", - "https://ror.org/027364b18", - "https://ror.org/016vxbe23", - "https://ror.org/01dthb180", - "https://ror.org/04ssf8c19" - ] - }, - "https://ror.org/02n25sf77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04022gq47" - ] - }, - "https://ror.org/04teye511": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00gpq1s11", - "https://ror.org/00rbe2516", - "https://ror.org/02db2t754" - ] - }, - "https://ror.org/02k0mfd93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010gah044" - ] - }, - "https://ror.org/03j13xx78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0124gwh94", - "https://ror.org/02p9cyn66", - "https://ror.org/02bchch95", - "https://ror.org/048r72142", - "https://ror.org/053336823", - "https://ror.org/053336823" - ] - }, - "https://ror.org/03qjsrb10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01bj3z035", - "https://ror.org/050ttrs82", - "https://ror.org/05eqxpf83", - "https://ror.org/04h8jph19" - ] - }, - "https://ror.org/04kgg1090": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05pdrtn98", - "https://ror.org/04zxn2t77" - ] - }, - "https://ror.org/034t30j35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02jkmyk67", - "https://ror.org/04acsr153", - "https://ror.org/0419fj215", - "https://ror.org/05qm21180", - "https://ror.org/049gn7z52", - "https://ror.org/028fy7q25", - "https://ror.org/00vpwhm04", - "https://ror.org/02rrdvm96", - "https://ror.org/04ew43640", - "https://ror.org/00h52n341", - "https://ror.org/012rct222", - "https://ror.org/04w5etv87", - "https://ror.org/031npqv35", - "https://ror.org/01s0wyf50", - "https://ror.org/00prkya54", - "https://ror.org/02j89k719", - "https://ror.org/047qgg117", - "https://ror.org/0356cst02", - "https://ror.org/02c31t502", - "https://ror.org/046n57345", - "https://ror.org/00w78qy64", - "https://ror.org/00qae8971", - "https://ror.org/00v8rqv75", - "https://ror.org/01thb7525", - "https://ror.org/0424h4e32", - "https://ror.org/022c3hy66", - "https://ror.org/01tyv8576", - "https://ror.org/05hr3ch11", - "https://ror.org/048y1rc66", - "https://ror.org/05j73fd60", - "https://ror.org/0090r4d87", - "https://ror.org/050spgz68", - "https://ror.org/04nps9965", - "https://ror.org/033js6g46", - "https://ror.org/01z143507", - "https://ror.org/031zj0q48", - "https://ror.org/02aee5m12", - "https://ror.org/049d6bh38", - "https://ror.org/04t1cdb72", - "https://ror.org/030vmwa78", - "https://ror.org/03v8tnc06", - "https://ror.org/00b4mx203", - "https://ror.org/04r53se39", - "https://ror.org/057jnjd73", - "https://ror.org/03pa1rf77", - "https://ror.org/047yhep71", - "https://ror.org/02s6gs133", - "https://ror.org/03x8rhq63", - "https://ror.org/02z0nsb22", - "https://ror.org/018yw5541", - "https://ror.org/02bn68w95", - "https://ror.org/05cvf7v30", - "https://ror.org/03j4x9j18", - "https://ror.org/03j7v5j15", - "https://ror.org/02cjszf03", - "https://ror.org/0366c6s65", - "https://ror.org/048dd0611", - "https://ror.org/033dfsn42", - "https://ror.org/05nj8ma95", - "https://ror.org/01hh9ag93", - "https://ror.org/02xtbq882", - "https://ror.org/03zn6c508", - "https://ror.org/025gq5q04", - "https://ror.org/0000pmw59", - "https://ror.org/05skxkv18", - "https://ror.org/02ce9qs13", - "https://ror.org/02e5hx313", - "https://ror.org/03m0vk445", - "https://ror.org/007ffzr57", - "https://ror.org/03k6r8t20", - "https://ror.org/019av8481", - "https://ror.org/058pyyv44", - "https://ror.org/04f49ff35", - "https://ror.org/04ndjyr10", - "https://ror.org/02nnjtm50", - "https://ror.org/00655qp86", - "https://ror.org/05nqg3g04", - "https://ror.org/01a9z1q73", - "https://ror.org/01jz1e142", - "https://ror.org/02eb4t121", - "https://ror.org/05h3vcy91", - "https://ror.org/03rpsvy57", - "https://ror.org/02br7py06", - "https://ror.org/003n8re58", - "https://ror.org/02w6gr951", - "https://ror.org/05etnz140", - "https://ror.org/022syn853", - "https://ror.org/04nytyj38", - "https://ror.org/00rytkh49", - "https://ror.org/03g897070", - "https://ror.org/01y3hvq34", - "https://ror.org/02txedb84", - "https://ror.org/011rf9d86", - "https://ror.org/00ft6nj33", - "https://ror.org/04gh4er46", - "https://ror.org/01xqdxh54", - "https://ror.org/0192yj155", - "https://ror.org/00f58mx93", - "https://ror.org/0027d9x02", - "https://ror.org/04akaak77", - "https://ror.org/00cn03n83", - "https://ror.org/042pyga86", - "https://ror.org/05qbk4x57", - "https://ror.org/04c4dkn09", - "https://ror.org/02j0gyf89", - "https://ror.org/01jxjav08", - "https://ror.org/0444j5556", - "https://ror.org/01a8ev928", - "https://ror.org/00x44h034", - "https://ror.org/02rz58g17", - "https://ror.org/01pab2602", - "https://ror.org/05f6mer85", - "https://ror.org/03ep8d157", - "https://ror.org/02t7c3b83", - "https://ror.org/04dxnaz06", - "https://ror.org/04vs9wp72", - "https://ror.org/05cy2r844", - "https://ror.org/02fp7dp35", - "https://ror.org/011hecd67", - "https://ror.org/05vy7se14", - "https://ror.org/02jjdbb85", - "https://ror.org/03en4sq15", - "https://ror.org/03jhgk465", - "https://ror.org/01ckt9009", - "https://ror.org/05apcas97", - "https://ror.org/04b7wbe03", - "https://ror.org/04wsvdt21", - "https://ror.org/03j283p93", - "https://ror.org/023fpv336", - "https://ror.org/02jmf0570", - "https://ror.org/00nycge49", - "https://ror.org/00x9tpk83", - "https://ror.org/03bzbv419", - "https://ror.org/04ttadj76", - "https://ror.org/030ebc654", - "https://ror.org/01gh88804", - "https://ror.org/01yy74248", - "https://ror.org/00w0qep84", - "https://ror.org/033cbzv42", - "https://ror.org/04j3eks61", - "https://ror.org/01prrh334", - "https://ror.org/053w5yj73", - "https://ror.org/04maje407", - "https://ror.org/03bdmv123", - "https://ror.org/02aztsv52", - "https://ror.org/048wy7h78", - "https://ror.org/03twns208", - "https://ror.org/05wq99a66", - "https://ror.org/05c6mwc92", - "https://ror.org/05vy7se14", - "https://ror.org/03mw4pt79", - "https://ror.org/01hmrs507", - "https://ror.org/02pq9w205", - "https://ror.org/01qg56n75", - "https://ror.org/00t5sva18", - "https://ror.org/05mqa4073", - "https://ror.org/04caj7738", - "https://ror.org/04gq84p09", - "https://ror.org/04b6v9z58", - "https://ror.org/03t0yb134", - "https://ror.org/03w41by72", - "https://ror.org/00vsr3s09", - "https://ror.org/01g140v14", - "https://ror.org/03prcq065", - "https://ror.org/020vtf184", - "https://ror.org/0303gny42", - "https://ror.org/0231an742", - "https://ror.org/02cmjsn57", - "https://ror.org/02z2gfm30", - "https://ror.org/012cr4033", - "https://ror.org/00xrp2v42", - "https://ror.org/05bfesv65", - "https://ror.org/054qdnd47", - "https://ror.org/0517e3842", - "https://ror.org/01zfc7m08", - "https://ror.org/05tekqt96", - "https://ror.org/020vtf184", - "https://ror.org/04dshd728", - "https://ror.org/032nytr91", - "https://ror.org/03a205534", - "https://ror.org/00g102351", - "https://ror.org/00mwew271", - "https://ror.org/01hsx4r68", - "https://ror.org/00jhf9987", - "https://ror.org/052acn261", - "https://ror.org/02w5xy446", - "https://ror.org/054659c28", - "https://ror.org/00eeef580", - "https://ror.org/03mq8q210", - "https://ror.org/0528q3r27", - "https://ror.org/05wk7t803", - "https://ror.org/02e46j381", - "https://ror.org/05x85k702", - "https://ror.org/00tnqka34", - "https://ror.org/02kbeme12", - "https://ror.org/02aez6s57", - "https://ror.org/03cz18e20", - "https://ror.org/01ycn3984", - "https://ror.org/04sxr1261", - "https://ror.org/01pjxkf30", - "https://ror.org/02f42pw58", - "https://ror.org/0288css53", - "https://ror.org/046n0zq43", - "https://ror.org/04tw9zq58", - "https://ror.org/02xbz6x26", - "https://ror.org/05jrea685", - "https://ror.org/00gqqed17", - "https://ror.org/003v6nj12", - "https://ror.org/03prcq065", - "https://ror.org/03yvpw311", - "https://ror.org/058t7w767", - "https://ror.org/01qg56n75", - "https://ror.org/05axz5g38", - "https://ror.org/04thqfb29", - "https://ror.org/04cwbar59", - "https://ror.org/038ey3e97", - "https://ror.org/01gg3z807", - "https://ror.org/04kaae654", - "https://ror.org/02nazt902", - "https://ror.org/024btyy46", - "https://ror.org/004v92r53", - "https://ror.org/02p9waa09", - "https://ror.org/0308wzx30", - "https://ror.org/03pcw1780", - "https://ror.org/05r1mzq61", - "https://ror.org/012gnk944", - "https://ror.org/02b5xr067", - "https://ror.org/01z2px678", - "https://ror.org/01kv3wg35", - "https://ror.org/01apc5d07", - "https://ror.org/02w5xy446", - "https://ror.org/04ttadj76", - "https://ror.org/030ebc654", - "https://ror.org/01jeedh73", - "https://ror.org/03rx2tr07", - "https://ror.org/01vq13895", - "https://ror.org/0303gny42", - "https://ror.org/05sqd2v93", - "https://ror.org/025hkeg57", - "https://ror.org/00q2dta10", - "https://ror.org/058nm8p51", - "https://ror.org/01cxn9s23", - "https://ror.org/051yfbn24", - "https://ror.org/01276vm23" - ] - }, - "https://ror.org/01dt7qh15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ymr5447", - "https://ror.org/017fdfe13", - "https://ror.org/01c3rrh15" - ] - }, - "https://ror.org/01jg4aw19": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01jf9dm55", - "https://ror.org/04r9gvy43", - "https://ror.org/02ysyhv70", - "https://ror.org/03r5zvp34", - "https://ror.org/04qe65e37" - ] - }, - "https://ror.org/01zqcg218": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jnds476", - "https://ror.org/01vbmek33", - "https://ror.org/05x9xyq11", - "https://ror.org/02f33kj63", - "https://ror.org/036ktj817", - "https://ror.org/02ss0kx69" - ] - }, - "https://ror.org/00r1edq15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03rvn2t89" - ] - }, - "https://ror.org/01sbq1a82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/038rzmb16", - "https://ror.org/010jszw77", - "https://ror.org/0425gsx30", - "https://ror.org/01tqfb593", - "https://ror.org/00e0jd726", - "https://ror.org/04m1ydt32" - ] - }, - "https://ror.org/03ryywt80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02687b281", - "https://ror.org/005nteb15", - "https://ror.org/01bz63t48", - "https://ror.org/03yrc0w08" - ] - }, - "https://ror.org/00zp0pb38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vtv7935", - "https://ror.org/005gh7453" - ] - }, - "https://ror.org/04w3jy968": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052a20h63", - "https://ror.org/04yt00889", - "https://ror.org/04s4k6s39", - "https://ror.org/04cpx2569", - "https://ror.org/03k1ymh78", - "https://ror.org/01x29j481", - "https://ror.org/0381acm07", - "https://ror.org/04prhfn63", - "https://ror.org/01w6gjq94", - "https://ror.org/01bfbvm65", - "https://ror.org/05k6h9r09", - "https://ror.org/0476bn305", - "https://ror.org/020m7t761", - "https://ror.org/05a15z872", - "https://ror.org/03yfbaq97", - "https://ror.org/04hr9sz71", - "https://ror.org/00rjw1x90", - "https://ror.org/04wdz4v71", - "https://ror.org/013e76m06", - "https://ror.org/01k2z4866", - "https://ror.org/02hnr5x72", - "https://ror.org/05fzcfb55", - "https://ror.org/04jd9pn68", - "https://ror.org/046j9cm62" - ] - }, - "https://ror.org/01easw929": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04gj5px28" - ] - }, - "https://ror.org/005bty106": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/059x9n677", - "https://ror.org/01bj9w612", - "https://ror.org/01ghq5e75", - "https://ror.org/04tz7b884", - "https://ror.org/0367gm239" - ] - }, - "https://ror.org/02vgg2808": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05r3f7h03" - ] - }, - "https://ror.org/05azpw996": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02yjf0052" - ] - }, - "https://ror.org/02kv4zf79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05wcstg80", - "https://ror.org/01stnk488", - "https://ror.org/00k575643", - "https://ror.org/01jpzd518", - "https://ror.org/05dyx6314" - ] - }, - "https://ror.org/001rdaz60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00h539j16", - "https://ror.org/05558nw16", - "https://ror.org/008ebma82", - "https://ror.org/01dex6p39" - ] - }, - "https://ror.org/01bg62x04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01xhc9d78", - "https://ror.org/01n4pqe45", - "https://ror.org/02dkz1149", - "https://ror.org/014ns9811", - "https://ror.org/00nyrjc53", - "https://ror.org/04wkdwp52", - "https://ror.org/03g0h0k24", - "https://ror.org/01k6ah132", - "https://ror.org/012zh9h13", - "https://ror.org/0564q6y15", - "https://ror.org/04xrm3t06", - "https://ror.org/03wbt1f24", - "https://ror.org/01gbnem66", - "https://ror.org/01jn7qf49", - "https://ror.org/03hm91306", - "https://ror.org/04gv4cm14", - "https://ror.org/00epner96", - "https://ror.org/01p3tpn79", - "https://ror.org/04wxdxa47", - "https://ror.org/04g27v387", - "https://ror.org/046sqxa62", - "https://ror.org/04tz2h245", - "https://ror.org/01sn0bt42", - "https://ror.org/0008xqs48" - ] - }, - "https://ror.org/05yc6p159": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ntyjt11", - "https://ror.org/025d8rj75" - ] - }, - "https://ror.org/02grkyz14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00h3d0p13", - "https://ror.org/05ja3tr06", - "https://ror.org/05esnc164", - "https://ror.org/01ws25a19", - "https://ror.org/01psf3m26", - "https://ror.org/01e36dv41" - ] - }, - "https://ror.org/010gtx568": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051269613" - ] - }, - "https://ror.org/030syve83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wa9cd25" - ] - }, - "https://ror.org/00qxr8t08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0294a3487" - ] - }, - "https://ror.org/047dqcg40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02cs2sd33", - "https://ror.org/0154bb690", - "https://ror.org/05yp5js06", - "https://ror.org/04gjj3027" - ] - }, - "https://ror.org/01gysn705": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04yka3j04", - "https://ror.org/04nbqb988", - "https://ror.org/03cbcg118", - "https://ror.org/04nbqb988", - "https://ror.org/05rtdxx03", - "https://ror.org/02keexa98", - "https://ror.org/03gs7jc26", - "https://ror.org/00jc3hw63", - "https://ror.org/013x1r993", - "https://ror.org/00rg6e542" - ] - }, - "https://ror.org/04xs57h96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047d2d387", - "https://ror.org/00ke0d331", - "https://ror.org/036g3b009", - "https://ror.org/03mmsx307" - ] - }, - "https://ror.org/03q4c3e69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04v91tb50", - "https://ror.org/02ecxgj38", - "https://ror.org/05xxs2z38", - "https://ror.org/03fpqn433", - "https://ror.org/02pyb2233", - "https://ror.org/038152964", - "https://ror.org/000n8re15", - "https://ror.org/040xzg562", - "https://ror.org/04fbqvq73", - "https://ror.org/02vtd2q19", - "https://ror.org/031zwx660", - "https://ror.org/01fyp5w42", - "https://ror.org/01qv3r395", - "https://ror.org/05sqaff46" - ] - }, - "https://ror.org/013msgt25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04vxxnr42", - "https://ror.org/013rtxr98", - "https://ror.org/00rey4c89", - "https://ror.org/02dmq8z55", - "https://ror.org/03nscjy42", - "https://ror.org/04h6zzz03", - "https://ror.org/04q26jh72", - "https://ror.org/02tarpq30", - "https://ror.org/04dd9ss52", - "https://ror.org/00fymn751", - "https://ror.org/05ehfjt50", - "https://ror.org/03g2a6c32", - "https://ror.org/03q3a0475", - "https://ror.org/00begqh73", - "https://ror.org/04vr78v16", - "https://ror.org/04ytn9a85", - "https://ror.org/01yykey67", - "https://ror.org/04gbh9b75", - "https://ror.org/0190p7071", - "https://ror.org/05tj5za17", - "https://ror.org/03yt24h27", - "https://ror.org/04n60x970", - "https://ror.org/01bwa4v12", - "https://ror.org/027608s47" - ] - }, - "https://ror.org/03se9eg94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00q3jak84" - ] - }, - "https://ror.org/029ycp228": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ddcfv11", - "https://ror.org/02db2t754" - ] - }, - "https://ror.org/01f5wp925": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01h7vn964" - ] - }, - "https://ror.org/040em2e23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02f443s15", - "https://ror.org/02004hr86", - "https://ror.org/04wkkwk59" - ] - }, - "https://ror.org/03tzb2h73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05xkxf605", - "https://ror.org/01bzpky79", - "https://ror.org/02qb91e52", - "https://ror.org/03k4zaw35", - "https://ror.org/05fqp8n03" - ] - }, - "https://ror.org/05hkkdn48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054zhq066", - "https://ror.org/038bzrc91", - "https://ror.org/03h61ra63", - "https://ror.org/0525gz420", - "https://ror.org/03tqh5n18", - "https://ror.org/00h0my365", - "https://ror.org/0128qg670", - "https://ror.org/01kjych06", - "https://ror.org/01yrp7892", - "https://ror.org/00trw9c49", - "https://ror.org/01ak24c12", - "https://ror.org/02afjh072", - "https://ror.org/02yhs7m71", - "https://ror.org/0083ncs46", - "https://ror.org/03w0bbr97", - "https://ror.org/05tpsgh61", - "https://ror.org/04y8p0f91", - "https://ror.org/04x45f476", - "https://ror.org/0448sak71", - "https://ror.org/03nb1x490", - "https://ror.org/02fez3815", - "https://ror.org/05nn0gw40", - "https://ror.org/04gmsar03", - "https://ror.org/04gp0yb49", - "https://ror.org/04farme71", - "https://ror.org/02h12bg79", - "https://ror.org/05ptp9d64", - "https://ror.org/00nj8ry09", - "https://ror.org/00r1wdc11", - "https://ror.org/04qfaak15", - "https://ror.org/00a6rw165", - "https://ror.org/00csq2k70", - "https://ror.org/01nh64743", - "https://ror.org/019hjw009", - "https://ror.org/024ape423", - "https://ror.org/04q5rka56", - "https://ror.org/04nc32781", - "https://ror.org/0131dra29", - "https://ror.org/03ebbfh95", - "https://ror.org/026taa863", - "https://ror.org/01rvqha10", - "https://ror.org/03pwyy961", - "https://ror.org/00z7dje19", - "https://ror.org/05h8wjh50", - "https://ror.org/04hm8eb66", - "https://ror.org/004nttc42", - "https://ror.org/01243c877", - "https://ror.org/00bkxry42", - "https://ror.org/050mbz718", - "https://ror.org/03j85fc72", - "https://ror.org/03wq67h32", - "https://ror.org/00px80p03", - "https://ror.org/03vvewn46", - "https://ror.org/020n3fw10", - "https://ror.org/004n2nr09", - "https://ror.org/02at7zv53", - "https://ror.org/045eg9c12", - "https://ror.org/00t0rcy29", - "https://ror.org/031aqk326", - "https://ror.org/03qt2gs44", - "https://ror.org/05gnv4a66", - "https://ror.org/024p6aq98", - "https://ror.org/058kjq542", - "https://ror.org/02kfzvh91", - "https://ror.org/00gt16g40", - "https://ror.org/048vzmn57", - "https://ror.org/03vyq6t71", - "https://ror.org/02sm4kj57", - "https://ror.org/02tbr6331", - "https://ror.org/02byjcr11", - "https://ror.org/01s1h3j07", - "https://ror.org/01nqmht92", - "https://ror.org/02phevt59", - "https://ror.org/015cbgt79", - "https://ror.org/01zx97922", - "https://ror.org/015hz7767", - "https://ror.org/05eqk2j25", - "https://ror.org/03jgt3n70", - "https://ror.org/059ne2r23", - "https://ror.org/05xp9bk66", - "https://ror.org/00y718461", - "https://ror.org/03tevfg71", - "https://ror.org/039c0bt50", - "https://ror.org/02hm5m482", - "https://ror.org/00yqed873", - "https://ror.org/02dfg5n73", - "https://ror.org/05aah2q92", - "https://ror.org/0118xsm53", - "https://ror.org/01ws25a19", - "https://ror.org/0263r2546", - "https://ror.org/00s5yp124", - "https://ror.org/02mkz3e80", - "https://ror.org/01d2xqw69", - "https://ror.org/04s11ea33", - "https://ror.org/011s5nh14", - "https://ror.org/04s11ea33", - "https://ror.org/04wwmh526", - "https://ror.org/023kksk09", - "https://ror.org/02s7vm534", - "https://ror.org/04wwmh526", - "https://ror.org/01d2xqw69", - "https://ror.org/04hphve78", - "https://ror.org/05sz9gw20", - "https://ror.org/04jkjhn93", - "https://ror.org/05nq3xc14", - "https://ror.org/03dtejd64", - "https://ror.org/03c3jbs89" - ] - }, - "https://ror.org/02fvyy542": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02y08yn84" - ] - }, - "https://ror.org/01vtz5r07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05fxczt15" - ] - }, - "https://ror.org/01nfmeh72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xhx4j26", - "https://ror.org/00arpt780", - "https://ror.org/01ex21125", - "https://ror.org/04yvxvx65", - "https://ror.org/05n8cqa74", - "https://ror.org/05fqmdn41", - "https://ror.org/018kp7s70", - "https://ror.org/058xdtn86", - "https://ror.org/041njsz97", - "https://ror.org/04jqtny57", - "https://ror.org/00tfmma03", - "https://ror.org/01ff1ff64", - "https://ror.org/03r3cns79", - "https://ror.org/033y4aw87", - "https://ror.org/04myefg51", - "https://ror.org/024jkkf40", - "https://ror.org/05xyr4058", - "https://ror.org/026xeq875", - "https://ror.org/05fv9c840", - "https://ror.org/010x3gp67" - ] - }, - "https://ror.org/002wfgr58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002nav185", - "https://ror.org/00pnt8b91" - ] - }, - "https://ror.org/01eksj726": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0437ap982" - ] - }, - "https://ror.org/02hmjzt55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05h1e3230", - "https://ror.org/04mb62065", - "https://ror.org/00jm1tr64", - "https://ror.org/055cj5j49", - "https://ror.org/03gh4w223", - "https://ror.org/008d63v91", - "https://ror.org/03kzxw561", - "https://ror.org/01q4tpx91", - "https://ror.org/04s7axt30", - "https://ror.org/01gb44154", - "https://ror.org/04db35b65", - "https://ror.org/00mt1j222", - "https://ror.org/027a3v841", - "https://ror.org/02qt1y483", - "https://ror.org/01vy73689" - ] - }, - "https://ror.org/05hnb4n85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05p64mb74" - ] - }, - "https://ror.org/006776986": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qng4b58", - "https://ror.org/03rfpav60", - "https://ror.org/0091hhm06", - "https://ror.org/04hgb7n06", - "https://ror.org/010hc8153", - "https://ror.org/00xanaq50", - "https://ror.org/0454sq974", - "https://ror.org/0183m5185" - ] - }, - "https://ror.org/013ckk937": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/018nbcn37", - "https://ror.org/00h739y88", - "https://ror.org/05s9s1q23", - "https://ror.org/01z83jn29" - ] - }, - "https://ror.org/03f2n3n81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0360dkv71", - "https://ror.org/041ms9k93", - "https://ror.org/01etfxm56", - "https://ror.org/04vadv522", - "https://ror.org/04esmqk80", - "https://ror.org/051gfkj61", - "https://ror.org/04jf69f85", - "https://ror.org/00rr70t41", - "https://ror.org/02mj3be11", - "https://ror.org/01th5x258", - "https://ror.org/00xymz606", - "https://ror.org/05mks4240", - "https://ror.org/01h5d6x15", - "https://ror.org/05q5gzy49", - "https://ror.org/032e3d072", - "https://ror.org/02j7j4v81", - "https://ror.org/008h0ge70", - "https://ror.org/02nmvgz47", - "https://ror.org/044snpb24", - "https://ror.org/03b4jx157", - "https://ror.org/05sc11068", - "https://ror.org/00nkeq441", - "https://ror.org/03q3hjg87", - "https://ror.org/03a1zvg88" - ] - }, - "https://ror.org/05v6gdb70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/058s27532" - ] - }, - "https://ror.org/02zww1c82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vaqfv64", - "https://ror.org/04hxcaz34" - ] - }, - "https://ror.org/00x3p4252": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/036qche57" - ] - }, - "https://ror.org/01h0zpd94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02egfyg20" - ] - }, - "https://ror.org/040c17130": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01acyer19", - "https://ror.org/04qn0xg47", - "https://ror.org/05mpvtx13", - "https://ror.org/00hyr5m88" - ] - }, - "https://ror.org/01vmpm840": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056mykw55" - ] - }, - "https://ror.org/01kzjzn40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01de7dx97", - "https://ror.org/055794q57" - ] - }, - "https://ror.org/01jachm79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013ym9476", - "https://ror.org/02zxe8216", - "https://ror.org/0109bv193" - ] - }, - "https://ror.org/016xsfp80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03tkwyq76", - "https://ror.org/01yb10j39", - "https://ror.org/053sba816", - "https://ror.org/00gxyk415", - "https://ror.org/05ft09q38", - "https://ror.org/01jdz5g73", - "https://ror.org/0546zz821", - "https://ror.org/04h6t4j49" - ] - }, - "https://ror.org/01r3dwg36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ynacn15" - ] - }, - "https://ror.org/025h1m602": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00bnp0v08", - "https://ror.org/00jcx1769" - ] - }, - "https://ror.org/0227as991": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04353mq94", - "https://ror.org/0466vx552" - ] - }, - "https://ror.org/05gg0gh87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03895v451", - "https://ror.org/05wtx0016", - "https://ror.org/02se40x69", - "https://ror.org/04fbzr589", - "https://ror.org/03nvvdm73", - "https://ror.org/02s95xt63", - "https://ror.org/02jv94566", - "https://ror.org/009e3jw43" - ] - }, - "https://ror.org/00srqmh97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01vn5a437", - "https://ror.org/04w01w454" - ] - }, - "https://ror.org/040scgh75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0193wdc07", - "https://ror.org/038tahs86", - "https://ror.org/01fqm1c32", - "https://ror.org/01yzgg311", - "https://ror.org/04d0ybj29", - "https://ror.org/04raj3421", - "https://ror.org/0111es613", - "https://ror.org/028brk668", - "https://ror.org/00qyh5r35", - "https://ror.org/01435q086", - "https://ror.org/05txkk980", - "https://ror.org/05nfzf209", - "https://ror.org/05dfzd836", - "https://ror.org/01az6dv73", - "https://ror.org/01e57nb43", - "https://ror.org/050eq1942", - "https://ror.org/01bynmm24", - "https://ror.org/05s3h8004", - "https://ror.org/04scbtr44", - "https://ror.org/01ehe5s81", - "https://ror.org/03cg5md32", - "https://ror.org/04tqrbk66", - "https://ror.org/047ev4v84", - "https://ror.org/033ezdy84", - "https://ror.org/00zq17y52", - "https://ror.org/05ngx7r22", - "https://ror.org/023cbtv31", - "https://ror.org/05gsxwg61", - "https://ror.org/02zx68e15", - "https://ror.org/03mnxvp33" - ] - }, - "https://ror.org/012zp9903": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05prqcv46", - "https://ror.org/02qz16y57", - "https://ror.org/01mbzp479", - "https://ror.org/00ajg8t71", - "https://ror.org/05kf6ye97", - "https://ror.org/03737pq38", - "https://ror.org/03tgywz49", - "https://ror.org/00bxeqa64", - "https://ror.org/04kn6vt85", - "https://ror.org/04vtz2g46", - "https://ror.org/00avq9860", - "https://ror.org/02mwyc682", - "https://ror.org/03ta21y66", - "https://ror.org/00s147322", - "https://ror.org/059fa3x42", - "https://ror.org/02h7vzs32", - "https://ror.org/00ggjh491", - "https://ror.org/05739xz97", - "https://ror.org/02kn1p956", - "https://ror.org/05s6rc685", - "https://ror.org/03tmzec49", - "https://ror.org/039k65f65", - "https://ror.org/0113xme87", - "https://ror.org/0525j5h19", - "https://ror.org/035g89j34" - ] - }, - "https://ror.org/04xmt0833": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/005gp3d85", - "https://ror.org/02x9xnh02", - "https://ror.org/04k7gvs40", - "https://ror.org/04dtgat87", - "https://ror.org/04nrmrg07", - "https://ror.org/043zvrs33" - ] - }, - "https://ror.org/00453a208": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/023qavy03", - "https://ror.org/040hwr020", - "https://ror.org/04w6mxh75", - "https://ror.org/019k4jq75", - "https://ror.org/04bdm2a74", - "https://ror.org/00jtran50", - "https://ror.org/00wmhkr98", - "https://ror.org/02p179j44", - "https://ror.org/02ae4je14", - "https://ror.org/002fqp272", - "https://ror.org/00g2xk477", - "https://ror.org/01p9rc392", - "https://ror.org/03a4k1f37", - "https://ror.org/05a3mwa69", - "https://ror.org/03m908832", - "https://ror.org/03we2aj97", - "https://ror.org/021a7pw18", - "https://ror.org/03v8adn41", - "https://ror.org/03a4vma36", - "https://ror.org/01d03cj21", - "https://ror.org/00awd9g61", - "https://ror.org/015a1ak54", - "https://ror.org/05n894m26", - "https://ror.org/01gdjt538" - ] - }, - "https://ror.org/058pdbn81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04y897m55", - "https://ror.org/05v0qpv28", - "https://ror.org/02ety8s21", - "https://ror.org/02yfxxh25" - ] - }, - "https://ror.org/01wjejq96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00tfaab58", - "https://ror.org/0160gc229", - "https://ror.org/04sze3c15", - "https://ror.org/01b346b72", - "https://ror.org/02fzwdc59", - "https://ror.org/0357msq30", - "https://ror.org/04ajwkn20", - "https://ror.org/044kjp413", - "https://ror.org/04pme8x11", - "https://ror.org/0005vby86" - ] - }, - "https://ror.org/05q92br09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03by16w37", - "https://ror.org/034bxst58" - ] - }, - "https://ror.org/0187kwz08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02nv4he32", - "https://ror.org/03m51nf34", - "https://ror.org/05ccjmp23", - "https://ror.org/00k5pte35", - "https://ror.org/02mtt1z51", - "https://ror.org/03gna4510", - "https://ror.org/019rf7x86", - "https://ror.org/05bfg0961", - "https://ror.org/02d2g0205", - "https://ror.org/03c1etk80", - "https://ror.org/05fj7ar22", - "https://ror.org/03d7d0579", - "https://ror.org/02z37qb25", - "https://ror.org/01kmhx639", - "https://ror.org/01ykn4490", - "https://ror.org/035f5f914", - "https://ror.org/05xqxa525", - "https://ror.org/03ke6rf22", - "https://ror.org/01fphh031", - "https://ror.org/0298hp073", - "https://ror.org/05njkjr15", - "https://ror.org/03yr99j48", - "https://ror.org/02erzes48", - "https://ror.org/004hydx84", - "https://ror.org/044m9mw93", - "https://ror.org/02ppy9c89", - "https://ror.org/03f5eqm42", - "https://ror.org/00aps1a34", - "https://ror.org/04ksb3515", - "https://ror.org/01y4kmz24", - "https://ror.org/02j3q7j55", - "https://ror.org/01yg3ff09", - "https://ror.org/042sjcz88", - "https://ror.org/04k9wp214", - "https://ror.org/044xxhs61", - "https://ror.org/03r9qc142", - "https://ror.org/04dmgak75", - "https://ror.org/033rx1153", - "https://ror.org/05m8dr349", - "https://ror.org/03wz10q85", - "https://ror.org/05c9p6d02", - "https://ror.org/014ktry78", - "https://ror.org/05fd9ct06", - "https://ror.org/03q7vwk42", - "https://ror.org/0300g2m85", - "https://ror.org/021954z67", - "https://ror.org/0436znn81", - "https://ror.org/03pzxq793", - "https://ror.org/02gqg2511", - "https://ror.org/01qgn1839", - "https://ror.org/03tmzq288", - "https://ror.org/00j9bjx58" - ] - }, - "https://ror.org/02wnxgj78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05529q263" - ] - }, - "https://ror.org/00saywf64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00gbcc509", - "https://ror.org/01jj61460", - "https://ror.org/05bskz173" - ] - }, - "https://ror.org/054pv6659": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05e03wj43", - "https://ror.org/01s0je147" - ] - }, - "https://ror.org/00fh58138": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/048cbmc89" - ] - }, - "https://ror.org/04fxknd68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00fd9sj13", - "https://ror.org/03yj40c58" - ] - }, - "https://ror.org/01k6h2m87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032ry8695", - "https://ror.org/01ebs6k31" - ] - }, - "https://ror.org/03qvtpc38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05gcxpk23" - ] - }, - "https://ror.org/05pa68763": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002v9pb51", - "https://ror.org/03bw6qq24", - "https://ror.org/00j2y4070", - "https://ror.org/0303qjm02", - "https://ror.org/041segm15", - "https://ror.org/00222cc16", - "https://ror.org/03s5q0090", - "https://ror.org/03pw3x387" - ] - }, - "https://ror.org/01an57a31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01v1k9x08", - "https://ror.org/027zf7h57", - "https://ror.org/041baww89" - ] - }, - "https://ror.org/04a5szx83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045fdzr53", - "https://ror.org/01sdmps70" - ] - }, - "https://ror.org/02w4gwv87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00kpjh567", - "https://ror.org/02cc2hs63" - ] - }, - "https://ror.org/05cd7jh29": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05bs32x30" - ] - }, - "https://ror.org/005ypkf75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/048cbmc89", - "https://ror.org/03wsemq03", - "https://ror.org/05mv3tj33", - "https://ror.org/03mj14b52", - "https://ror.org/05fnxds15", - "https://ror.org/05kxt4539", - "https://ror.org/01nfvkq89", - "https://ror.org/02z3f5j48", - "https://ror.org/01z485314" - ] - }, - "https://ror.org/01fpnj063": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qg6r976", - "https://ror.org/02z7ccn69", - "https://ror.org/00msb1w96", - "https://ror.org/0229xaa13", - "https://ror.org/056cn0e37", - "https://ror.org/017gxrm85", - "https://ror.org/0443jbw36", - "https://ror.org/01tck1990", - "https://ror.org/02ezaf703" - ] - }, - "https://ror.org/02fp10z94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05q183h73" - ] - }, - "https://ror.org/019xm3p48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01s9gyx13", - "https://ror.org/01svc3820", - "https://ror.org/009g8rq41", - "https://ror.org/02fkk6k65", - "https://ror.org/01p262204", - "https://ror.org/03bgwd624", - "https://ror.org/01ka9rn66", - "https://ror.org/0113pfa64", - "https://ror.org/00vxgjw72", - "https://ror.org/05357zt36", - "https://ror.org/04xt5aa77", - "https://ror.org/05hfet039", - "https://ror.org/036xb2667", - "https://ror.org/008nkqk13", - "https://ror.org/02vw5s254", - "https://ror.org/00caave48", - "https://ror.org/01swt4h11", - "https://ror.org/01wpjm123", - "https://ror.org/03qehyx72", - "https://ror.org/022c4zk48", - "https://ror.org/01vf6fe11", - "https://ror.org/02chzeh21", - "https://ror.org/044eq7773", - "https://ror.org/025mxgc68", - "https://ror.org/00vn4ec76", - "https://ror.org/03xs9yg50", - "https://ror.org/036vyg793", - "https://ror.org/007w7dm12", - "https://ror.org/020r4p198", - "https://ror.org/00ajg8t71", - "https://ror.org/04xbpez43", - "https://ror.org/01teyc394", - "https://ror.org/00vhg8h29", - "https://ror.org/00qdsfq65", - "https://ror.org/02tsanh21", - "https://ror.org/03vrr2435", - "https://ror.org/04pqpfz42", - "https://ror.org/05kch1b73", - "https://ror.org/038e03x62", - "https://ror.org/02qz16y57", - "https://ror.org/00mt8kb26", - "https://ror.org/001610k88", - "https://ror.org/03ccwte70", - "https://ror.org/00jt2mw14", - "https://ror.org/0544z6x19", - "https://ror.org/027286m03", - "https://ror.org/05j3rwq14", - "https://ror.org/01ckass20", - "https://ror.org/01em4e880", - "https://ror.org/04bjg9m96", - "https://ror.org/01rkgg256", - "https://ror.org/04mq24005", - "https://ror.org/004g7jm05", - "https://ror.org/04c2djv76", - "https://ror.org/01bsmqk19", - "https://ror.org/01q1pz867", - "https://ror.org/039k6f508", - "https://ror.org/03z9cwa38", - "https://ror.org/022c4zk48", - "https://ror.org/05cfy3e91", - "https://ror.org/00qbxky68", - "https://ror.org/02wg74v35", - "https://ror.org/03tjeg502", - "https://ror.org/04r6shn89", - "https://ror.org/01g0hqq23", - "https://ror.org/047v1x836", - "https://ror.org/020r4p198", - "https://ror.org/04hmt0j25", - "https://ror.org/02ntw5v16", - "https://ror.org/01qcq9d74", - "https://ror.org/00p45d091", - "https://ror.org/02gntzb40", - "https://ror.org/03khw1425", - "https://ror.org/058rymf81", - "https://ror.org/013aysd81", - "https://ror.org/00gmryg88", - "https://ror.org/022a2kb82", - "https://ror.org/00xhz2q61", - "https://ror.org/03kvhnf06", - "https://ror.org/040ybh559", - "https://ror.org/011rp3b19", - "https://ror.org/05fgmqm64", - "https://ror.org/05fhe0r85", - "https://ror.org/05f1c3n42", - "https://ror.org/037pqnq23", - "https://ror.org/04g2pxh42", - "https://ror.org/01k4yrm29", - "https://ror.org/03g03dn68", - "https://ror.org/05kzfa883", - "https://ror.org/0417sdw47", - "https://ror.org/028jp5z02", - "https://ror.org/03ep23f07", - "https://ror.org/005rpmt10", - "https://ror.org/04gzcxt97", - "https://ror.org/03ysstz10", - "https://ror.org/01rg5mm74", - "https://ror.org/01rwkhb30", - "https://ror.org/01dcefd69", - "https://ror.org/04qfph657", - "https://ror.org/035enhp47", - "https://ror.org/013yz9b19", - "https://ror.org/01az7b475", - "https://ror.org/0298pes53", - "https://ror.org/01xb4fs50", - "https://ror.org/05kzfa883", - "https://ror.org/01xb4fs50", - "https://ror.org/00cs28a13", - "https://ror.org/020wfwe51", - "https://ror.org/03ynzzx94", - "https://ror.org/00p3ce068" - ] - }, - "https://ror.org/00ezvft90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/048cbmc89" - ] - }, - "https://ror.org/04ex24z53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01mvzn566", - "https://ror.org/047rmr210", - "https://ror.org/01pa4h393", - "https://ror.org/028ta1f94", - "https://ror.org/01h14ww21", - "https://ror.org/05pm8ec76", - "https://ror.org/02fv42846", - "https://ror.org/051gvfp41", - "https://ror.org/002fxfq97", - "https://ror.org/030jm0n16", - "https://ror.org/03s877y45", - "https://ror.org/006gzge74", - "https://ror.org/01ph0t361", - "https://ror.org/02zgjrf98", - "https://ror.org/04kjehf08" - ] - }, - "https://ror.org/01p6yxw64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0449khs19", - "https://ror.org/01fz7mn40", - "https://ror.org/00k206f19", - "https://ror.org/05eedav07" - ] - }, - "https://ror.org/05n486907": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04apk3g44" - ] - }, - "https://ror.org/04haebc03": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03356tk08" - ] - }, - "https://ror.org/04xjkmz40": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03hvr8395", - "https://ror.org/02qmmxm27" - ] - }, - "https://ror.org/00pkvys92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00czdkn85", - "https://ror.org/04v5c4294", - "https://ror.org/030z8x523", - "https://ror.org/01nk6sj42", - "https://ror.org/03ep77119" - ] - }, - "https://ror.org/051qqcg15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00wcxq223", - "https://ror.org/04synqw60", - "https://ror.org/02mg36m74", - "https://ror.org/003h4kj85", - "https://ror.org/02knhje64", - "https://ror.org/01j1np431", - "https://ror.org/03cvxzw02" - ] - }, - "https://ror.org/02eg1qz05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05d34fg54" - ] - }, - "https://ror.org/01zt9a375": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01p78w079", - "https://ror.org/0131gn249" - ] - }, - "https://ror.org/052ay8m85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01e7kxc55", - "https://ror.org/01yetjs28", - "https://ror.org/03np7fg50", - "https://ror.org/03bw8s353", - "https://ror.org/03583sy04", - "https://ror.org/03snjhe90", - "https://ror.org/04anxv382" - ] - }, - "https://ror.org/046865y68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05tn05n57", - "https://ror.org/02dd1bz43", - "https://ror.org/00v6w5255", - "https://ror.org/04n76mm80", - "https://ror.org/02f9avj37" - ] - }, - "https://ror.org/056jxaa57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037tt6b65" - ] - }, - "https://ror.org/05kzjxq56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00f200z37", - "https://ror.org/049weex04", - "https://ror.org/021py7g65", - "https://ror.org/03a35w771", - "https://ror.org/054gh2b75" - ] - }, - "https://ror.org/04h9pn542": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01w62yz22", - "https://ror.org/0494zgc81", - "https://ror.org/01z4nnt86", - "https://ror.org/033vecp71", - "https://ror.org/014xqzt56", - "https://ror.org/00cb3km46", - "https://ror.org/05rwxjy27", - "https://ror.org/01j6bah27", - "https://ror.org/00xx85724", - "https://ror.org/01ks0bt75" - ] - }, - "https://ror.org/05kpkpg04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00f5hap04", - "https://ror.org/006fhby04", - "https://ror.org/020nks034", - "https://ror.org/05h7ddb14", - "https://ror.org/04q9vef57", - "https://ror.org/02pzyz439", - "https://ror.org/00b80ez59", - "https://ror.org/020g0rw41", - "https://ror.org/0262br971", - "https://ror.org/01cah1n37", - "https://ror.org/01b436806", - "https://ror.org/011xg1225", - "https://ror.org/03mj14b52", - "https://ror.org/05merjr74", - "https://ror.org/01nfvkq89", - "https://ror.org/0458hw939", - "https://ror.org/05ye29x39", - "https://ror.org/04gpe6h67", - "https://ror.org/05y5s3h28", - "https://ror.org/00n2c0309", - "https://ror.org/01hv86c27", - "https://ror.org/054ktxw16", - "https://ror.org/03zhyf578", - "https://ror.org/03x53g461", - "https://ror.org/03ze73t75", - "https://ror.org/05xk4yb78", - "https://ror.org/02banhz78", - "https://ror.org/02w4exq36", - "https://ror.org/05s6hm275", - "https://ror.org/006b5q767", - "https://ror.org/049x36t95", - "https://ror.org/04v2qcm44", - "https://ror.org/03gbgw380" - ] - }, - "https://ror.org/059qg2m13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055ggwx94" - ] - }, - "https://ror.org/0117jxy09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ebjwm20", - "https://ror.org/029zamy29", - "https://ror.org/03v60jr94", - "https://ror.org/03dsk4d59", - "https://ror.org/01xsmwp79", - "https://ror.org/01pn4sd83", - "https://ror.org/04kvn3r95", - "https://ror.org/03bvv1786", - "https://ror.org/01f9pza55", - "https://ror.org/04f7ht509" - ] - }, - "https://ror.org/01cby8j38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ha1f767", - "https://ror.org/022r8mj40", - "https://ror.org/04dgb8y52", - "https://ror.org/03xw5ev35", - "https://ror.org/025x8qw35", - "https://ror.org/004aqbt71" - ] - }, - "https://ror.org/050zdnc69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05m235j20", - "https://ror.org/02wnmk332", - "https://ror.org/005e8tf31", - "https://ror.org/00n4vrp79", - "https://ror.org/044nfga98", - "https://ror.org/002a3ss66", - "https://ror.org/030w99567", - "https://ror.org/028caqe42", - "https://ror.org/012ang229", - "https://ror.org/055v9fh02", - "https://ror.org/03swz6y49", - "https://ror.org/04xbn6x09", - "https://ror.org/03ycms792", - "https://ror.org/03e51yr27", - "https://ror.org/04kjcjc51", - "https://ror.org/01p6gzq21", - "https://ror.org/03e51yr27", - "https://ror.org/045ydbe97", - "https://ror.org/037pstq92", - "https://ror.org/01senny43", - "https://ror.org/00q0yh079", - "https://ror.org/040bdaa45", - "https://ror.org/0451nna70", - "https://ror.org/00ps5mk11", - "https://ror.org/01wwe2m47", - "https://ror.org/01zr65j15", - "https://ror.org/05fbb1126", - "https://ror.org/03cqmba17", - "https://ror.org/026n0rw09", - "https://ror.org/02zdrev82", - "https://ror.org/02z2wec49", - "https://ror.org/03bpesm64", - "https://ror.org/03tydf244", - "https://ror.org/0266vkh91", - "https://ror.org/026g3rz20", - "https://ror.org/04d357y30", - "https://ror.org/00xr47e92", - "https://ror.org/046dyet60", - "https://ror.org/001c3w852", - "https://ror.org/02g9hzn44", - "https://ror.org/03xqexp83", - "https://ror.org/044x68458", - "https://ror.org/04m5f1j71", - "https://ror.org/053efsj20", - "https://ror.org/02x6jsy35", - "https://ror.org/00fhn5k08", - "https://ror.org/04qk9rk19", - "https://ror.org/037pstq92" - ] - }, - "https://ror.org/02d9dg697": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04yavcg77", - "https://ror.org/05tfp1c72", - "https://ror.org/02v2jyq75", - "https://ror.org/02cd98b83", - "https://ror.org/02dqsxz11", - "https://ror.org/04qhwn476", - "https://ror.org/01paa1e42", - "https://ror.org/028ycv057", - "https://ror.org/00vb8fc53", - "https://ror.org/047rmr210", - "https://ror.org/026h43663", - "https://ror.org/025bzyx94", - "https://ror.org/052wpc865", - "https://ror.org/0121yvq70", - "https://ror.org/02ek9wp67", - "https://ror.org/05mqwtr17", - "https://ror.org/00a5z9122", - "https://ror.org/02c5gbd66", - "https://ror.org/03xg8m734", - "https://ror.org/02qprbz18", - "https://ror.org/04m5rvb18", - "https://ror.org/05pm8ec76", - "https://ror.org/05fvhm231", - "https://ror.org/02y6fxd73", - "https://ror.org/02125p091", - "https://ror.org/02djzje70", - "https://ror.org/04pfm5x27", - "https://ror.org/04ej53908", - "https://ror.org/00jj62164", - "https://ror.org/03vtagt31", - "https://ror.org/04aq4ab28", - "https://ror.org/01kysxr05", - "https://ror.org/02aja8v82", - "https://ror.org/046dap961", - "https://ror.org/039bex249", - "https://ror.org/01qtp1053", - "https://ror.org/01b436806" - ] - }, - "https://ror.org/05grdyy37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00q6h8f30", - "https://ror.org/03t4gr691", - "https://ror.org/022gvqh28" - ] - }, - "https://ror.org/030reqw53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010w12y08" - ] - }, - "https://ror.org/053fp5c05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03exgrk66", - "https://ror.org/00ypk0v12", - "https://ror.org/029kezw11", - "https://ror.org/059k49c26", - "https://ror.org/0132rxg34", - "https://ror.org/053hz0f96", - "https://ror.org/036bvfx36", - "https://ror.org/03vxc6h80", - "https://ror.org/0432dt133" - ] - }, - "https://ror.org/046ak2485": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00bv4cx53", - "https://ror.org/0086bb350", - "https://ror.org/023kksk09", - "https://ror.org/015wtqn87" - ] - }, - "https://ror.org/01ryrwk91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00xtxt091", - "https://ror.org/05sd8gr95", - "https://ror.org/05s5t4n42", - "https://ror.org/0466t8w27", - "https://ror.org/0540dcv15", - "https://ror.org/05w0yf696" - ] - }, - "https://ror.org/0442zbe52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/058k6gb21", - "https://ror.org/00wdyvz26", - "https://ror.org/04kt8mw18", - "https://ror.org/04ycf0k71", - "https://ror.org/01551d523", - "https://ror.org/01tgdcv71", - "https://ror.org/01hbpef95", - "https://ror.org/02c4ps936" - ] - }, - "https://ror.org/019w4f821": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zvsh948", - "https://ror.org/018hb5750", - "https://ror.org/00ajckn66", - "https://ror.org/00s9v1h75", - "https://ror.org/03e5p9h20", - "https://ror.org/00k4n6c32", - "https://ror.org/001b17f86", - "https://ror.org/02mkv8r24", - "https://ror.org/02k4b9v70", - "https://ror.org/02t3dz930", - "https://ror.org/03nkhf159", - "https://ror.org/03sk2bs13", - "https://ror.org/036dxts37", - "https://ror.org/01z0wsw92", - "https://ror.org/028mr0844", - "https://ror.org/058fj5k57", - "https://ror.org/00wqx6897", - "https://ror.org/041bbkr27", - "https://ror.org/02q40pc92", - "https://ror.org/016jmhr98", - "https://ror.org/051m8tg66", - "https://ror.org/01ayrdf49", - "https://ror.org/03j33f065", - "https://ror.org/00w9hey63", - "https://ror.org/04j5wtv36", - "https://ror.org/020v07z27", - "https://ror.org/0481qb682", - "https://ror.org/04gkw9q47", - "https://ror.org/0399w1j22", - "https://ror.org/050zqsm78", - "https://ror.org/03728bb41", - "https://ror.org/046epvs68", - "https://ror.org/04m4a9x26", - "https://ror.org/00941sb79", - "https://ror.org/01ef4as46", - "https://ror.org/026rh8977", - "https://ror.org/04h8m0888", - "https://ror.org/0472cxd90", - "https://ror.org/033d3q980", - "https://ror.org/00r7apq26", - "https://ror.org/02qc43v06", - "https://ror.org/01qanyf14", - "https://ror.org/03fcabp80", - "https://ror.org/05cx8cy07", - "https://ror.org/03xxypa75", - "https://ror.org/024fg8t29", - "https://ror.org/05mkt9r11", - "https://ror.org/01ar7b291", - "https://ror.org/03xzzpw64", - "https://ror.org/01kde4v59", - "https://ror.org/05a4nj078", - "https://ror.org/02ef88m96", - "https://ror.org/02qezmz13", - "https://ror.org/05wzskb47", - "https://ror.org/02ptz5951", - "https://ror.org/04crk2m06", - "https://ror.org/032gggv33", - "https://ror.org/05s4nk876", - "https://ror.org/0214h3370", - "https://ror.org/04x2ddb07", - "https://ror.org/05a27za87", - "https://ror.org/02h9n4675", - "https://ror.org/0279ntc65", - "https://ror.org/0446wcg70", - "https://ror.org/01rq5e797", - "https://ror.org/04dng8q18", - "https://ror.org/00y7tet25", - "https://ror.org/04x3ta798", - "https://ror.org/029nm1m14", - "https://ror.org/03pbpa834", - "https://ror.org/03va0yq34", - "https://ror.org/00xdsr520", - "https://ror.org/02dk8t214", - "https://ror.org/036e61f39", - "https://ror.org/04069k268", - "https://ror.org/0208ges23", - "https://ror.org/04rr75245", - "https://ror.org/005pygq66" - ] - }, - "https://ror.org/015cafh73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037qt0706" - ] - }, - "https://ror.org/02nmynt66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05y4eg947" - ] - }, - "https://ror.org/03cv38k47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02zyr1680", - "https://ror.org/01ja6ps71" - ] - }, - "https://ror.org/032d3jq51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002zf4a56" - ] - }, - "https://ror.org/045vgz384": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03b1hdw57", - "https://ror.org/0079deh61", - "https://ror.org/00bc6bw85", - "https://ror.org/02x3w5g21", - "https://ror.org/054dc7e40", - "https://ror.org/03rx2ty86", - "https://ror.org/041evnj42", - "https://ror.org/056a6x975", - "https://ror.org/04nzhmg91", - "https://ror.org/05xaz7757", - "https://ror.org/01at1x128", - "https://ror.org/00xnymf93", - "https://ror.org/02dnvjf04", - "https://ror.org/04rjxzd30", - "https://ror.org/00mvd2t81", - "https://ror.org/00jmt8d06", - "https://ror.org/0234pcb82", - "https://ror.org/05x74wc07", - "https://ror.org/01qh5w602", - "https://ror.org/052x1hs80", - "https://ror.org/05dfgh554", - "https://ror.org/0355ahf06", - "https://ror.org/038fyf011", - "https://ror.org/0002exf56", - "https://ror.org/01trfzy92" - ] - }, - "https://ror.org/01nv2xf68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0008xqs48" - ] - }, - "https://ror.org/024yfzm72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/015meej47" - ] - }, - "https://ror.org/02fv52296": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/039m3s961", - "https://ror.org/03mm3ph30", - "https://ror.org/05f6fhp31", - "https://ror.org/05fkhqk36" - ] - }, - "https://ror.org/02m698855": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03g66yt05", - "https://ror.org/0307crw42" - ] - }, - "https://ror.org/01p8ehb87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003pa2681", - "https://ror.org/046wkw610", - "https://ror.org/054hg7j81", - "https://ror.org/01mqnrz37", - "https://ror.org/015fskz95", - "https://ror.org/01mfpjp46", - "https://ror.org/045yh2d25", - "https://ror.org/03yfnyw34", - "https://ror.org/04f17cx55", - "https://ror.org/05s7cyn19", - "https://ror.org/02at9hq18", - "https://ror.org/040gsvv83", - "https://ror.org/027abjr46", - "https://ror.org/05nj6z848", - "https://ror.org/04rbazs75", - "https://ror.org/018159086", - "https://ror.org/05qah4n60", - "https://ror.org/00zz6h841", - "https://ror.org/03wc0ga52", - "https://ror.org/02r9ghz18", - "https://ror.org/01t6bjk79", - "https://ror.org/049317064", - "https://ror.org/052874946", - "https://ror.org/05xze5t06", - "https://ror.org/01tfx4p51" - ] - }, - "https://ror.org/04fw54a43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04298em06", - "https://ror.org/00gsmyw97", - "https://ror.org/03fv7j188", - "https://ror.org/00n1gdp39", - "https://ror.org/04gtdp803", - "https://ror.org/0128gh156", - "https://ror.org/03cbgzw80", - "https://ror.org/02wmtxq23", - "https://ror.org/01j495q26", - "https://ror.org/00jgd4s13", - "https://ror.org/01n1cp186", - "https://ror.org/026j5b854", - "https://ror.org/05e7sd388", - "https://ror.org/03qfmrs34", - "https://ror.org/04cbweh98", - "https://ror.org/041137e25", - "https://ror.org/013qy4n59", - "https://ror.org/032sxkb16", - "https://ror.org/03rsgdh53", - "https://ror.org/02jw8vr54", - "https://ror.org/052afrt88", - "https://ror.org/019nmf858", - "https://ror.org/05e1f3f77", - "https://ror.org/01tk0cw08", - "https://ror.org/029zb5621", - "https://ror.org/024h4jv51", - "https://ror.org/0366v8040", - "https://ror.org/04bzq6109", - "https://ror.org/04ry4r880", - "https://ror.org/018jrds86", - "https://ror.org/03j87dy80", - "https://ror.org/038rpb237", - "https://ror.org/04n3c2195", - "https://ror.org/02hbdvq93", - "https://ror.org/01c0mrz71", - "https://ror.org/01mz7kc73", - "https://ror.org/02hzb7188", - "https://ror.org/023azs158", - "https://ror.org/04kswek43", - "https://ror.org/04v3ce875", - "https://ror.org/01bzgdw81", - "https://ror.org/03kkevc75", - "https://ror.org/03x3mpp61", - "https://ror.org/00s2dqx11", - "https://ror.org/02pvp9c06", - "https://ror.org/047q4fb87", - "https://ror.org/02t72hc65", - "https://ror.org/00wrwqa33", - "https://ror.org/021j5pp16", - "https://ror.org/05j873a45", - "https://ror.org/05jdfze05", - "https://ror.org/05vm6r550", - "https://ror.org/0599dmq43", - "https://ror.org/030nxya44", - "https://ror.org/032kjn442", - "https://ror.org/0516brw47", - "https://ror.org/02jcfzc36", - "https://ror.org/00y3zx547", - "https://ror.org/05n682z45", - "https://ror.org/01hmsgz49", - "https://ror.org/02rx19412", - "https://ror.org/03pf1rt23", - "https://ror.org/02pnvb171", - "https://ror.org/03d3nyr92", - "https://ror.org/009h1nj77", - "https://ror.org/00scbd467", - "https://ror.org/05vm7ws26", - "https://ror.org/03ap5bg83", - "https://ror.org/04s9fyw02", - "https://ror.org/05h9t7c44", - "https://ror.org/03ep3hs23", - "https://ror.org/0354ckp94", - "https://ror.org/02netwe45", - "https://ror.org/00rq8ty33", - "https://ror.org/003709a13", - "https://ror.org/01d9dyv42", - "https://ror.org/02xh2ys40", - "https://ror.org/04jzz0b06", - "https://ror.org/007w39b04", - "https://ror.org/03bjcbf76", - "https://ror.org/043w1y866", - "https://ror.org/00cq3cz72", - "https://ror.org/02fcamb19", - "https://ror.org/0052nmr57", - "https://ror.org/026695c98", - "https://ror.org/04q18mv54", - "https://ror.org/02qn0hf26", - "https://ror.org/043m3hn34", - "https://ror.org/00se82r08" - ] - }, - "https://ror.org/04qxsrb28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04f41jv37", - "https://ror.org/0558ewf28", - "https://ror.org/03h4x5z90" - ] - }, - "https://ror.org/01925vb10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02esmmc86" - ] - }, - "https://ror.org/04v2brz27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04rrhkc58" - ] - }, - "https://ror.org/00pt8r998": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0041aya12", - "https://ror.org/042765079", - "https://ror.org/057915t59", - "https://ror.org/01kwwh635", - "https://ror.org/058xqms97", - "https://ror.org/0238k3s54" - ] - }, - "https://ror.org/02tphfq59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02m19wv39", - "https://ror.org/040me2j46", - "https://ror.org/03v7tny92", - "https://ror.org/04x0n3178", - "https://ror.org/02s040f34", - "https://ror.org/02rg98h11", - "https://ror.org/00psjjr22" - ] - }, - "https://ror.org/021sy4w91": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zdss218", - "https://ror.org/03cew3973" - ] - }, - "https://ror.org/02tcf7a68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045qszf23" - ] - }, - "https://ror.org/03b9snr86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05n694h24", - "https://ror.org/024nbhd47", - "https://ror.org/00j09zy03", - "https://ror.org/04dg1fw36", - "https://ror.org/01wh89t26", - "https://ror.org/04f9q6692", - "https://ror.org/02vbb6770", - "https://ror.org/00zgs5r70", - "https://ror.org/05mm0t389", - "https://ror.org/03v11jn59", - "https://ror.org/01w6gdg13", - "https://ror.org/01m8xrn95", - "https://ror.org/03eyga648", - "https://ror.org/02sxhjt61", - "https://ror.org/04871v221", - "https://ror.org/04rnk9665", - "https://ror.org/016z31q49", - "https://ror.org/05acdb150", - "https://ror.org/03wcn8b34" - ] - }, - "https://ror.org/02bv3c993": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02kdgk225", - "https://ror.org/019bev041", - "https://ror.org/03w50ns22", - "https://ror.org/0586n4j57" - ] - }, - "https://ror.org/02gyps716": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03cvzf910", - "https://ror.org/00x0kn981", - "https://ror.org/018m4p414", - "https://ror.org/052023y69", - "https://ror.org/01b9fyw42", - "https://ror.org/034fhbw64", - "https://ror.org/02dhpke20", - "https://ror.org/047b1nx71", - "https://ror.org/05nebqd66", - "https://ror.org/032qwy987", - "https://ror.org/02dfn9z13", - "https://ror.org/044zx7719", - "https://ror.org/058y9e160" - ] - }, - "https://ror.org/01y9bpm73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00cd95c65", - "https://ror.org/031q2en94", - "https://ror.org/05ehdmg18", - "https://ror.org/05xy1nn52", - "https://ror.org/05745n787", - "https://ror.org/02f04tm31" - ] - }, - "https://ror.org/04h8e7606": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vsddp82", - "https://ror.org/01gkfbh21", - "https://ror.org/05y26d095", - "https://ror.org/03k4rde50", - "https://ror.org/05gcc7w19" - ] - }, - "https://ror.org/00d2ka202": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05j4pfa30" - ] - }, - "https://ror.org/03vzbgh69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00a0bqh48", - "https://ror.org/03cba0s60", - "https://ror.org/02w6m7e50" - ] - }, - "https://ror.org/0115n5160": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0304weq09", - "https://ror.org/00vmaka31", - "https://ror.org/02v6w2r95", - "https://ror.org/01db6pq27", - "https://ror.org/02vzxfs32", - "https://ror.org/04w9m8m13", - "https://ror.org/01xfrxk65", - "https://ror.org/04c3j6v84" - ] - }, - "https://ror.org/01nqeyn25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03tv0az53", - "https://ror.org/00twjye57", - "https://ror.org/030d91z44", - "https://ror.org/027rkpb34" - ] - }, - "https://ror.org/00q4vv597": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0373ev724", - "https://ror.org/02gwsx029", - "https://ror.org/05cvbj479", - "https://ror.org/00sz56h79", - "https://ror.org/00qfke340", - "https://ror.org/050h0vm43" - ] - }, - "https://ror.org/0113yba25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03yvcww04" - ] - }, - "https://ror.org/051xgzg37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04zpv5q97", - "https://ror.org/01mxmb797", - "https://ror.org/03kke0n21", - "https://ror.org/037vpg713", - "https://ror.org/017w08b10", - "https://ror.org/056x7d368", - "https://ror.org/00ng9c593" - ] - }, - "https://ror.org/006wm7015": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ghqgy32", - "https://ror.org/02gfzp482" - ] - }, - "https://ror.org/02cq7de70": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/055d6gv91" - ] - }, - "https://ror.org/05xxfer42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01jbxwn06", - "https://ror.org/0501pvx50", - "https://ror.org/04pyh8443", - "https://ror.org/04gtv2261", - "https://ror.org/0285srj36", - "https://ror.org/02fhpy910", - "https://ror.org/049hw1a96", - "https://ror.org/016871071", - "https://ror.org/01rftrx87", - "https://ror.org/02cpgaz56", - "https://ror.org/01zk8e745", - "https://ror.org/05gd28g81", - "https://ror.org/04shvqs44", - "https://ror.org/02nmqyx36" - ] - }, - "https://ror.org/01hcvr073": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0258h0g75" - ] - }, - "https://ror.org/04dtfqt68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01s6q2813" - ] - }, - "https://ror.org/05ga8m074": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03tv0az53", - "https://ror.org/02xesw687", - "https://ror.org/00twjye57", - "https://ror.org/030d91z44" - ] - }, - "https://ror.org/02gkb4040": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05e8jge82", - "https://ror.org/00envkz24" - ] - }, - "https://ror.org/012m8gv78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wm8ce51" - ] - }, - "https://ror.org/05cka2t18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0436qt863", - "https://ror.org/05f99zn18", - "https://ror.org/00xh3h995", - "https://ror.org/0393z2b10", - "https://ror.org/04m4eyr93" - ] - }, - "https://ror.org/02y7p0749": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05nyf1y15", - "https://ror.org/03thp2a78" - ] - }, - "https://ror.org/00nkks409": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04a58kk42" - ] - }, - "https://ror.org/037aak578": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ddhrn22" - ] - }, - "https://ror.org/02ep7nq58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00sv7ks13", - "https://ror.org/04s5dp671" - ] - }, - "https://ror.org/00mzz1w90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02fcvz316" - ] - }, - "https://ror.org/05c2p1f98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0223apb60" - ] - }, - "https://ror.org/04k7cwk28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/028zzeg76" - ] - }, - "https://ror.org/03ths8210": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004aqbt71", - "https://ror.org/010gh8f20" - ] - }, - "https://ror.org/0343myz07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02w0trx84", - "https://ror.org/01tj58m37", - "https://ror.org/04ygywa46", - "https://ror.org/01ve2ed25", - "https://ror.org/01bj4g149" - ] - }, - "https://ror.org/00cd48p72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ces3204" - ] - }, - "https://ror.org/042pgcv68": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/038z7hb11", - "https://ror.org/052nj8f19", - "https://ror.org/02szepc22", - "https://ror.org/00bh09c15", - "https://ror.org/05kf82e36" - ] - }, - "https://ror.org/02he16z20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04he9e777", - "https://ror.org/03nag2598" - ] - }, - "https://ror.org/04y651b34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05sktda64" - ] - }, - "https://ror.org/00htwgm11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/011cdfy08" - ] - }, - "https://ror.org/03jpkw355": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01yjw7g33" - ] - }, - "https://ror.org/020j5zv28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ba0qf36" - ] - }, - "https://ror.org/053mpbz30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/043fjtb89" - ] - }, - "https://ror.org/02xn8bh65": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04gs7j941" - ] - }, - "https://ror.org/03pnv4752": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01h55za35", - "https://ror.org/058xdtn86" - ] - }, - "https://ror.org/039h3vh71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007n45g27" - ] - }, - "https://ror.org/044jxhp58": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003n95695", - "https://ror.org/05h929866", - "https://ror.org/03rtw5049", - "https://ror.org/049dk3691", - "https://ror.org/031t90335", - "https://ror.org/05kxt4539", - "https://ror.org/00gj7r351", - "https://ror.org/00ss0a232", - "https://ror.org/007dbrz84", - "https://ror.org/00zn13224", - "https://ror.org/001j26r80", - "https://ror.org/0518tra10", - "https://ror.org/04av83c71" - ] - }, - "https://ror.org/02dn7x778": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03k2z9h56" - ] - }, - "https://ror.org/039vqpp67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00fzxtk71", - "https://ror.org/05rgwws51", - "https://ror.org/02ggaqt78", - "https://ror.org/03m9a6y90" - ] - }, - "https://ror.org/03nf36p02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00qz2t575", - "https://ror.org/04ggnw234", - "https://ror.org/05g3svt72", - "https://ror.org/052qcyn36", - "https://ror.org/03z899093", - "https://ror.org/058dvej55", - "https://ror.org/00bjc2870", - "https://ror.org/0525jbb43" - ] - }, - "https://ror.org/00hpz7z43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00nr2vg89", - "https://ror.org/01kbvt179", - "https://ror.org/035k7dd86", - "https://ror.org/041jmaw90", - "https://ror.org/05976ta47", - "https://ror.org/007sts724", - "https://ror.org/009q0jm69", - "https://ror.org/01vw8fh89" - ] - }, - "https://ror.org/04b6chq95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jway472" - ] - }, - "https://ror.org/01b7zva12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02wba0b02" - ] - }, - "https://ror.org/05prysf28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/038vngd42", - "https://ror.org/03jggqf79" - ] - }, - "https://ror.org/00za53h95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00gzx6s15", - "https://ror.org/05hs7zv85", - "https://ror.org/029pp9z10", - "https://ror.org/02nckqd02", - "https://ror.org/05ajv1r64", - "https://ror.org/02k2r5455", - "https://ror.org/04pw1zg89", - "https://ror.org/04n07f274", - "https://ror.org/05n52x113", - "https://ror.org/02ed2th17", - "https://ror.org/042fhmq33", - "https://ror.org/00s4mzv66", - "https://ror.org/03ngj3k57" - ] - }, - "https://ror.org/00fxswh37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0147bee55", - "https://ror.org/00h62h294" - ] - }, - "https://ror.org/03zee5r16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0072qdx63" - ] - }, - "https://ror.org/051qxpt90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/028zzeg76" - ] - }, - "https://ror.org/04276xd64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04b77dm91", - "https://ror.org/028e64g94", - "https://ror.org/00ssszg35", - "https://ror.org/05qqw4p44", - "https://ror.org/02napb987", - "https://ror.org/013ge8k52", - "https://ror.org/03cet5v54" - ] - }, - "https://ror.org/01n6r0e97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010b6ag76", - "https://ror.org/01evwfd48", - "https://ror.org/005xmsp39", - "https://ror.org/02qnsw591", - "https://ror.org/0186h8060", - "https://ror.org/00a7n7g54", - "https://ror.org/02hdxnq28", - "https://ror.org/0387prb75", - "https://ror.org/02be22443", - "https://ror.org/01hnv8x68", - "https://ror.org/04ews3245", - "https://ror.org/04565hy55", - "https://ror.org/0050vmv35", - "https://ror.org/00681ts17", - "https://ror.org/0327sr118", - "https://ror.org/05xdczy51", - "https://ror.org/03k7cjr94", - "https://ror.org/03a96gc12", - "https://ror.org/04aj4c181", - "https://ror.org/02f99v835", - "https://ror.org/00shv0x82", - "https://ror.org/02fv99722", - "https://ror.org/03gjpvv92", - "https://ror.org/055s37c97", - "https://ror.org/021eps607", - "https://ror.org/02r2q1d96", - "https://ror.org/00sngv739", - "https://ror.org/045495t75", - "https://ror.org/0489gab80", - "https://ror.org/008pp7a77", - "https://ror.org/02skbsp27", - "https://ror.org/032yym934", - "https://ror.org/01ygyzs83", - "https://ror.org/019w00969", - "https://ror.org/02tyer376", - "https://ror.org/04d62a771", - "https://ror.org/02jhqqg57", - "https://ror.org/03mrbr458", - "https://ror.org/03xh9nq73", - "https://ror.org/029hg0311", - "https://ror.org/037p86664", - "https://ror.org/039s64n79", - "https://ror.org/04c14rw28", - "https://ror.org/05wxywg93", - "https://ror.org/03j1wg370", - "https://ror.org/01xc6bj88", - "https://ror.org/01zwmgk08", - "https://ror.org/004hd5y14", - "https://ror.org/02c22vc57", - "https://ror.org/0165gz615", - "https://ror.org/02wt6e634", - "https://ror.org/01rkqb281", - "https://ror.org/00q5t0010", - "https://ror.org/008n8dd57", - "https://ror.org/04zb59n70", - "https://ror.org/03a5xsc56", - "https://ror.org/05nywn832", - "https://ror.org/00hvwkt50", - "https://ror.org/04tjfqn96", - "https://ror.org/018afyw53", - "https://ror.org/03hkr1v69", - "https://ror.org/04enhpe73", - "https://ror.org/02t26g637", - "https://ror.org/0163xqp73", - "https://ror.org/059dyrr28", - "https://ror.org/01nftxb06", - "https://ror.org/02se0t636", - "https://ror.org/01mzk5576", - "https://ror.org/01tspta37", - "https://ror.org/04vx4mk32", - "https://ror.org/01a62v145", - "https://ror.org/039a53269", - "https://ror.org/05cj29x94", - "https://ror.org/03wz9xk91", - "https://ror.org/010s54n03", - "https://ror.org/006g31f33", - "https://ror.org/03hv28176", - "https://ror.org/04sy7nb49", - "https://ror.org/00g656d67", - "https://ror.org/03ty9wj75", - "https://ror.org/00bpta863", - "https://ror.org/001zbj766", - "https://ror.org/03jbf6q27", - "https://ror.org/052d1a351", - "https://ror.org/01mk1hj86", - "https://ror.org/021k10z87", - "https://ror.org/03e8s1d88", - "https://ror.org/02pse8162", - "https://ror.org/036ragn25", - "https://ror.org/0483qx226", - "https://ror.org/00k4h2615", - "https://ror.org/00xmqmx64", - "https://ror.org/03k0z2z93", - "https://ror.org/00h1x4t21", - "https://ror.org/00wz4b049", - "https://ror.org/00xn1pr13", - "https://ror.org/03k5bhd83", - "https://ror.org/04fhwda97", - "https://ror.org/01a5y6f48", - "https://ror.org/058nncw69", - "https://ror.org/05ehdmg18", - "https://ror.org/04fhwda97", - "https://ror.org/04fhwda97", - "https://ror.org/01amp2a31", - "https://ror.org/005pfhc08", - "https://ror.org/04zdqq152", - "https://ror.org/05jv9s411", - "https://ror.org/016xad343", - "https://ror.org/01wz97s39", - "https://ror.org/03sd3yf61", - "https://ror.org/002pfnf57", - "https://ror.org/023kksk09" - ] - }, - "https://ror.org/037wpkx04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/043ft3840", - "https://ror.org/059esff37", - "https://ror.org/00nc7ge81", - "https://ror.org/04m2z6m32", - "https://ror.org/00ssv5a91", - "https://ror.org/053ytd308", - "https://ror.org/01bw9nb45", - "https://ror.org/04ckm7v43", - "https://ror.org/05wke6r62", - "https://ror.org/058kv9q68", - "https://ror.org/04z16cc77", - "https://ror.org/03zca6435", - "https://ror.org/05jpvfw41", - "https://ror.org/04bg2jm34", - "https://ror.org/04dmd4321", - "https://ror.org/04qgwd705", - "https://ror.org/01ad57y24", - "https://ror.org/003ccjg76", - "https://ror.org/04xhqj302", - "https://ror.org/03ppr9618", - "https://ror.org/02yqx2d54", - "https://ror.org/02bwcre44", - "https://ror.org/043zrmk48", - "https://ror.org/03116sx88", - "https://ror.org/02ygkva69", - "https://ror.org/04w01dm88" - ] - }, - "https://ror.org/02s7sax82": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03w9ctg72", - "https://ror.org/039ywxz78" - ] - }, - "https://ror.org/0145fw131": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00qfke340" - ] - }, - "https://ror.org/03bra4w96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01f5p8b07", - "https://ror.org/03ghfnt05", - "https://ror.org/05xfjtp79", - "https://ror.org/058ngfn30", - "https://ror.org/05cdzx277", - "https://ror.org/04df39v43", - "https://ror.org/05wf2rt56" - ] - }, - "https://ror.org/018xens77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ktbzt22" - ] - }, - "https://ror.org/00dbd8b73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04n6j6456" - ] - }, - "https://ror.org/02ryfmr77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/048cbmc89", - "https://ror.org/01tp1c480", - "https://ror.org/024gts110", - "https://ror.org/00srrcb42", - "https://ror.org/029hdt144", - "https://ror.org/01z485314", - "https://ror.org/01dadvw90", - "https://ror.org/01yw9jt43", - "https://ror.org/04q9vef57", - "https://ror.org/0583fqk10", - "https://ror.org/05tpdng73" - ] - }, - "https://ror.org/03pbgwk21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05jm22562", - "https://ror.org/03bj0v820", - "https://ror.org/01cw28e72", - "https://ror.org/029cj5595", - "https://ror.org/00721wn77", - "https://ror.org/04ej53908", - "https://ror.org/00bj04t22", - "https://ror.org/00s40r567", - "https://ror.org/04qmjst50", - "https://ror.org/01wdggh03", - "https://ror.org/00ej51688" - ] - }, - "https://ror.org/04yyr1g80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01v81ky11" - ] - }, - "https://ror.org/048zgak80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03erw8p58", - "https://ror.org/05pfe1v37" - ] - }, - "https://ror.org/01gf00k84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05b1z1d65" - ] - }, - "https://ror.org/03jqyh750": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02g1g7v23" - ] - }, - "https://ror.org/019yg0716": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03cvzf910", - "https://ror.org/00mbmxf83", - "https://ror.org/015h41091", - "https://ror.org/058y9e160" - ] - }, - "https://ror.org/03ge1nb22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04t03ph12", - "https://ror.org/02sptwz63", - "https://ror.org/01wp2jz98" - ] - }, - "https://ror.org/01hhn8329": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04g6zen34", - "https://ror.org/05wctbc12", - "https://ror.org/04vh1tq58", - "https://ror.org/03k9qs827", - "https://ror.org/055pgv213", - "https://ror.org/02967z527", - "https://ror.org/00wazyk32", - "https://ror.org/03hj69t32", - "https://ror.org/0061msm67", - "https://ror.org/02rbfnr22", - "https://ror.org/05ym69k36", - "https://ror.org/00d0v0049", - "https://ror.org/01vhnrs90", - "https://ror.org/017qcv467", - "https://ror.org/051yxp643", - "https://ror.org/026nmvv73", - "https://ror.org/0243gzr89", - "https://ror.org/04xx1tc24", - "https://ror.org/02h1nk258", - "https://ror.org/02ks53214", - "https://ror.org/01y9arx16", - "https://ror.org/01c997669", - "https://ror.org/02f5b7n18", - "https://ror.org/00a7vgh58", - "https://ror.org/0515m2n86", - "https://ror.org/023ahcz89", - "https://ror.org/02jgyam08", - "https://ror.org/022jc0g24", - "https://ror.org/0087djs12", - "https://ror.org/030h7k016", - "https://ror.org/000rdbk18", - "https://ror.org/00jpzvz45", - "https://ror.org/02a33b393", - "https://ror.org/0534re684", - "https://ror.org/00e4bwe12", - "https://ror.org/04a8rd767", - "https://ror.org/03sry2h30", - "https://ror.org/0165r2y73", - "https://ror.org/0387jng26", - "https://ror.org/02pp7px91", - "https://ror.org/0046gcs23", - "https://ror.org/01w19ak89", - "https://ror.org/033198s46", - "https://ror.org/04fq9j139", - "https://ror.org/01ngpvg12", - "https://ror.org/02385fa51", - "https://ror.org/02dh8ja68", - "https://ror.org/00ez2he07", - "https://ror.org/000bxzc63", - "https://ror.org/0199g0r92", - "https://ror.org/05esem239", - "https://ror.org/040djv263", - "https://ror.org/03ate3e03", - "https://ror.org/052d0h423", - "https://ror.org/0079jjr10", - "https://ror.org/044g3zk14", - "https://ror.org/03taest98", - "https://ror.org/00sb7hc59", - "https://ror.org/00671me87", - "https://ror.org/04jvemc39", - "https://ror.org/02x1q2477", - "https://ror.org/00bj0r217", - "https://ror.org/02mavc002", - "https://ror.org/03vp67w60", - "https://ror.org/02pe2kf23", - "https://ror.org/02j6gm739", - "https://ror.org/005bk2339", - "https://ror.org/03gj2cq31", - "https://ror.org/05r7n9c40", - "https://ror.org/0492sjc74", - "https://ror.org/01bf9rw71", - "https://ror.org/05mjrzy91", - "https://ror.org/020as7681", - "https://ror.org/0411b0f77", - "https://ror.org/0080y7t67", - "https://ror.org/01dwpbz64", - "https://ror.org/026stee22", - "https://ror.org/04py35477", - "https://ror.org/02panr271", - "https://ror.org/00pwgnh47", - "https://ror.org/058xzat49", - "https://ror.org/0095xwr23", - "https://ror.org/05b8d3w18", - "https://ror.org/03vpj4s62", - "https://ror.org/01fbde567", - "https://ror.org/04dq56617", - "https://ror.org/01vekys64", - "https://ror.org/04wrg1d30", - "https://ror.org/04fx38p98", - "https://ror.org/02n9d1732", - "https://ror.org/05k0x2619", - "https://ror.org/02rxjts25", - "https://ror.org/02e4p6m45", - "https://ror.org/02yjyfs84", - "https://ror.org/04rhq3086", - "https://ror.org/03g267s60", - "https://ror.org/00js75b59", - "https://ror.org/032hzb643", - "https://ror.org/05tc5g775", - "https://ror.org/0098syn68", - "https://ror.org/04hazks31", - "https://ror.org/04ckbty56", - "https://ror.org/010c2rf19", - "https://ror.org/0107nyd78", - "https://ror.org/034waa237", - "https://ror.org/03e21z229", - "https://ror.org/029rhq550", - "https://ror.org/01z25am55", - "https://ror.org/010c2rf19", - "https://ror.org/05hrn3e05", - "https://ror.org/04fme8709", - "https://ror.org/05hrn3e05", - "https://ror.org/04mmhnh95" - ] - }, - "https://ror.org/03qc8vh97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qdeja70", - "https://ror.org/01h1p3y81", - "https://ror.org/021n2yg11" - ] - }, - "https://ror.org/026ctmx57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ka93g66" - ] - }, - "https://ror.org/059bevx75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02c39hw83" - ] - }, - "https://ror.org/05tqtd486": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017c9f638", - "https://ror.org/003nvpm64" - ] - }, - "https://ror.org/01jvwvd85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007n45g27", - "https://ror.org/055d6gv91", - "https://ror.org/05e8jge82", - "https://ror.org/00envkz24", - "https://ror.org/03yvcww04", - "https://ror.org/017c9f638", - "https://ror.org/003nvpm64", - "https://ror.org/002zf4a56" - ] - }, - "https://ror.org/00w603c79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00hdnr317", - "https://ror.org/04bb70w76" - ] - }, - "https://ror.org/006xsx833": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04gbbq803", - "https://ror.org/00cjb8p81", - "https://ror.org/05dzd9d14", - "https://ror.org/00dkp4z50", - "https://ror.org/02kj9za59" - ] - }, - "https://ror.org/02jheyr43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04142jt33" - ] - }, - "https://ror.org/036x5ad56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/054b6pr16", - "https://ror.org/051tr1y59", - "https://ror.org/02qav7c04", - "https://ror.org/04c6fdf96", - "https://ror.org/04cqhc152" - ] - }, - "https://ror.org/00rqy9422": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/053mfxd72", - "https://ror.org/03rtykw43", - "https://ror.org/01k8nkc73", - "https://ror.org/04dxv8v14", - "https://ror.org/058xdtn86", - "https://ror.org/00rnbty21", - "https://ror.org/00eaqry86" - ] - }, - "https://ror.org/02rv3w387": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051t7v989", - "https://ror.org/029frk090", - "https://ror.org/03k0aef63", - "https://ror.org/009gp5h03" - ] - }, - "https://ror.org/0157tcg24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01cww2r92", - "https://ror.org/0169v5w06", - "https://ror.org/018g8cj68", - "https://ror.org/00ywn4q28", - "https://ror.org/05ck8hg96", - "https://ror.org/01e65z464" - ] - }, - "https://ror.org/01srpnj69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05bc1rm89" - ] - }, - "https://ror.org/01frn9647": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bj0v820", - "https://ror.org/03r0cdk24", - "https://ror.org/00222yk13", - "https://ror.org/00g669j87", - "https://ror.org/00721wn77", - "https://ror.org/04ej53908", - "https://ror.org/03dg47v24", - "https://ror.org/02brsbg31", - "https://ror.org/0127n6542", - "https://ror.org/0213f8g15", - "https://ror.org/04pwzyv45", - "https://ror.org/04cms1b08", - "https://ror.org/04nbw4v90", - "https://ror.org/00z51kw68", - "https://ror.org/009g2rt34", - "https://ror.org/02xrayj16", - "https://ror.org/05kbvd578", - "https://ror.org/01ntvnd36", - "https://ror.org/05hwvf758", - "https://ror.org/01az1jj42", - "https://ror.org/033e5bj62", - "https://ror.org/020yw9113", - "https://ror.org/021wgs783", - "https://ror.org/01177bb84" - ] - }, - "https://ror.org/019j78370": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027rkpb34" - ] - }, - "https://ror.org/033wn8m60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05fa8ka61", - "https://ror.org/04mqy3p58", - "https://ror.org/022mzwp71", - "https://ror.org/00we1pa83" - ] - }, - "https://ror.org/00m02ap37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007czgh25" - ] - }, - "https://ror.org/01j1w4v71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mqmap12" - ] - }, - "https://ror.org/014g34x36": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00bfc1p59", - "https://ror.org/04hkkk014", - "https://ror.org/05x0rpm45", - "https://ror.org/03f99ad09" - ] - }, - "https://ror.org/022k4wk35": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/059y0zb32", - "https://ror.org/050mxte83" - ] - }, - "https://ror.org/02ks8qq67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vw74f64", - "https://ror.org/016gb1631", - "https://ror.org/0492k9x16", - "https://ror.org/0249v7n71", - "https://ror.org/04ws47v52", - "https://ror.org/0507fk326", - "https://ror.org/03wxxbs05", - "https://ror.org/003mz1d41", - "https://ror.org/022dvs210", - "https://ror.org/038synb39", - "https://ror.org/04tjemt46", - "https://ror.org/039h1gd08", - "https://ror.org/05ad0gz88", - "https://ror.org/05q8jhf15", - "https://ror.org/04vr0gs97", - "https://ror.org/0216hp691", - "https://ror.org/00xhvk795", - "https://ror.org/02xww4e18", - "https://ror.org/02wg15j65", - "https://ror.org/046d4aw91", - "https://ror.org/05t2njg22", - "https://ror.org/03renyq06", - "https://ror.org/00stg1k53" - ] - }, - "https://ror.org/02rxc7m23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00qy6se24", - "https://ror.org/0226mqz95", - "https://ror.org/00v9d4z37", - "https://ror.org/01qew8q20" - ] - }, - "https://ror.org/03mb6wj31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mcdyn90", - "https://ror.org/03ej8a714", - "https://ror.org/05sd8tv96", - "https://ror.org/03g5ew477" - ] - }, - "https://ror.org/05h4vvj02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04baade76" - ] - }, - "https://ror.org/019wt1929": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wwv2135" - ] - }, - "https://ror.org/02j530k95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04yb7z140" - ] - }, - "https://ror.org/025vp2923": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00bq8vv83", - "https://ror.org/00nsf1h45", - "https://ror.org/05xvk4r52", - "https://ror.org/030hj3061", - "https://ror.org/042rh9p26", - "https://ror.org/03e8rf594", - "https://ror.org/05a1dws80", - "https://ror.org/01naq7912", - "https://ror.org/00sse7z02", - "https://ror.org/040smqw14", - "https://ror.org/03cxnrt47", - "https://ror.org/012x47023", - "https://ror.org/04d5x5x34", - "https://ror.org/05d29yv45", - "https://ror.org/00myn0z94", - "https://ror.org/01kxesq83", - "https://ror.org/02snf8m58", - "https://ror.org/0266kfd37", - "https://ror.org/05ngxmx20", - "https://ror.org/010rve435", - "https://ror.org/04fgntk96", - "https://ror.org/04k51bq24", - "https://ror.org/02w0vb190", - "https://ror.org/054b22910", - "https://ror.org/0256r1e04", - "https://ror.org/01prxdf57", - "https://ror.org/00t3fpp34", - "https://ror.org/057er4c39", - "https://ror.org/00mz87608", - "https://ror.org/007k1sp19", - "https://ror.org/02v0g3b09", - "https://ror.org/002sjzb46", - "https://ror.org/03p28de55", - "https://ror.org/04abbt041", - "https://ror.org/00q8gze35", - "https://ror.org/0421ngv68", - "https://ror.org/0159yvt51", - "https://ror.org/00xkg0532", - "https://ror.org/03g7tsb60", - "https://ror.org/038mncb54", - "https://ror.org/04xnkqg56", - "https://ror.org/00077hj81", - "https://ror.org/05pj0t051", - "https://ror.org/059z1ye11", - "https://ror.org/03p3amd86", - "https://ror.org/05v2cwj11", - "https://ror.org/05qgc7m36", - "https://ror.org/022jb9a19", - "https://ror.org/035vnpg93", - "https://ror.org/053wq2p27", - "https://ror.org/0194hft57", - "https://ror.org/043ja9593", - "https://ror.org/00rttk466", - "https://ror.org/04qgdxq75", - "https://ror.org/005g9fg60", - "https://ror.org/00hr9sq71", - "https://ror.org/03wt8n129", - "https://ror.org/01gamk045", - "https://ror.org/04fm0sh33", - "https://ror.org/038yp4g21", - "https://ror.org/02yv0b554", - "https://ror.org/003y0kg83", - "https://ror.org/00a8p0m24" - ] - }, - "https://ror.org/01e6qks80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/048py7387" - ] - }, - "https://ror.org/04vx9dd09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020yc1y85" - ] - }, - "https://ror.org/01nry9c15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03k4wdb90" - ] - }, - "https://ror.org/01gwm7a05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02jp3w516", - "https://ror.org/037qtfe97", - "https://ror.org/05vzn8153", - "https://ror.org/01vm69c87", - "https://ror.org/05rfgws98", - "https://ror.org/038fxc267", - "https://ror.org/048kh7197", - "https://ror.org/01mx76n22", - "https://ror.org/04390vz03", - "https://ror.org/03fbgfy04", - "https://ror.org/050rx4p59", - "https://ror.org/037adk771", - "https://ror.org/02epph894", - "https://ror.org/03mef6610", - "https://ror.org/012jp3q29", - "https://ror.org/00t6bvs64", - "https://ror.org/020wtkd09" - ] - }, - "https://ror.org/03v6yxf25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049mjq378" - ] - }, - "https://ror.org/0085d9t86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0034k2773" - ] - }, - "https://ror.org/006kxhp52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00pe0tf51", - "https://ror.org/01jn16g31", - "https://ror.org/0109p9r67", - "https://ror.org/02dg0pv02", - "https://ror.org/050bms902", - "https://ror.org/00bs41j64", - "https://ror.org/01eb8ek77", - "https://ror.org/015z29x25", - "https://ror.org/020qt9g11", - "https://ror.org/00rb4xa96", - "https://ror.org/00aahzn97", - "https://ror.org/058qtt435", - "https://ror.org/04rr9xy49", - "https://ror.org/00rs5qv51", - "https://ror.org/03d4czf80", - "https://ror.org/00cxrw595", - "https://ror.org/04qsamf92", - "https://ror.org/04bxcqt73", - "https://ror.org/02zty9d43", - "https://ror.org/008zzz711", - "https://ror.org/02b1bbq66", - "https://ror.org/05akb0e23", - "https://ror.org/01fxrnx65", - "https://ror.org/05r7zv414", - "https://ror.org/05388c580", - "https://ror.org/01m1ej943", - "https://ror.org/014ezsb26", - "https://ror.org/00xdt7j93", - "https://ror.org/046j7pv84", - "https://ror.org/037d55q12", - "https://ror.org/0437ej039", - "https://ror.org/051777d98", - "https://ror.org/05rgfz198", - "https://ror.org/038dn8481", - "https://ror.org/015ggv447", - "https://ror.org/0482p8a89", - "https://ror.org/03yqyyy69", - "https://ror.org/04h4z8k05", - "https://ror.org/058ajkv68", - "https://ror.org/01n2j8127", - "https://ror.org/00zep6618", - "https://ror.org/00rs5qv51", - "https://ror.org/04570b518", - "https://ror.org/01ehdwj93", - "https://ror.org/00jkr8r49", - "https://ror.org/01qk7v094", - "https://ror.org/03v6e0402", - "https://ror.org/02yqgb753", - "https://ror.org/03k51ct10", - "https://ror.org/02rm8h934", - "https://ror.org/018wzhc20", - "https://ror.org/029bre548", - "https://ror.org/009gyvm78", - "https://ror.org/02etvq888", - "https://ror.org/04w2bqf56", - "https://ror.org/0200mm479", - "https://ror.org/052aws486", - "https://ror.org/058yhnv51", - "https://ror.org/00ck4kx95", - "https://ror.org/01rc60n61", - "https://ror.org/02e4dkh70", - "https://ror.org/05pvn0w32", - "https://ror.org/015vzk543", - "https://ror.org/01t3s1q45", - "https://ror.org/0535eqg88", - "https://ror.org/02anr8k37", - "https://ror.org/0500xsz18", - "https://ror.org/018n39k75", - "https://ror.org/00gb8xr35", - "https://ror.org/04p7dfs72", - "https://ror.org/01hje9742", - "https://ror.org/05qvvsf76", - "https://ror.org/01x14dh17", - "https://ror.org/02n0h0a52", - "https://ror.org/0320fj966", - "https://ror.org/047f1xe49", - "https://ror.org/054zcfj38", - "https://ror.org/01qg96j18", - "https://ror.org/024pp7288", - "https://ror.org/04rwqq797", - "https://ror.org/00gg6zc85", - "https://ror.org/04357wy15", - "https://ror.org/01r4aq231", - "https://ror.org/05njvy161", - "https://ror.org/00t943441", - "https://ror.org/019sdck14", - "https://ror.org/015tefs60", - "https://ror.org/0419y0m35", - "https://ror.org/02gs8md51", - "https://ror.org/00hg1tm72", - "https://ror.org/02msb2n33", - "https://ror.org/00wpg9430", - "https://ror.org/04k9nv771", - "https://ror.org/0457e3t07", - "https://ror.org/02dqhhq58", - "https://ror.org/0128rnm65", - "https://ror.org/03canf739", - "https://ror.org/000t1x690", - "https://ror.org/01zz2zk94", - "https://ror.org/038a0ty60", - "https://ror.org/02q5jeq02", - "https://ror.org/011saky36", - "https://ror.org/03w440z57", - "https://ror.org/04vgsxx78", - "https://ror.org/01j87z370", - "https://ror.org/04frnva71", - "https://ror.org/00d21gf72", - "https://ror.org/05f2bpr74", - "https://ror.org/04ys00n93", - "https://ror.org/01r4aq231", - "https://ror.org/000fg4e24", - "https://ror.org/01tqb7m13" - ] - }, - "https://ror.org/008s23110": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/002fy4y97", - "https://ror.org/04z9kpd59", - "https://ror.org/03bce7633", - "https://ror.org/00a8ds888" - ] - }, - "https://ror.org/05m2fqn25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/050519n85" - ] - }, - "https://ror.org/013bkhk48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wz9m339", - "https://ror.org/04jb47e97", - "https://ror.org/04bg5j190", - "https://ror.org/04jnmn720", - "https://ror.org/056swcy54", - "https://ror.org/02j4j8p35", - "https://ror.org/03jdg7625", - "https://ror.org/03p76m698", - "https://ror.org/045r56524", - "https://ror.org/01dqmj897", - "https://ror.org/03x6a1n79", - "https://ror.org/02y6fxd73", - "https://ror.org/035m4wz05", - "https://ror.org/00yq35p59", - "https://ror.org/05a1se525", - "https://ror.org/00ag3tg80", - "https://ror.org/04vr07e24", - "https://ror.org/00qr1pe22", - "https://ror.org/0393cer54", - "https://ror.org/02c2ytc79", - "https://ror.org/044dq8y48", - "https://ror.org/00ksv6230", - "https://ror.org/0014xh077", - "https://ror.org/02gj7dq89", - "https://ror.org/041w2m342", - "https://ror.org/05wrsh961", - "https://ror.org/05xrx2377", - "https://ror.org/03vd0cp84", - "https://ror.org/02bezch69", - "https://ror.org/0570kre10", - "https://ror.org/0540s3083", - "https://ror.org/00e4fz088", - "https://ror.org/051n2s460", - "https://ror.org/00ae7xs76", - "https://ror.org/04cm4mp98", - "https://ror.org/0477eg838", - "https://ror.org/005w2mm89", - "https://ror.org/02m8tt458", - "https://ror.org/04patj340", - "https://ror.org/028gnmj13", - "https://ror.org/00cjjmc56", - "https://ror.org/01dta2x54", - "https://ror.org/00wx1mx58", - "https://ror.org/02my5hx05", - "https://ror.org/059z28h12" - ] - }, - "https://ror.org/004v5tb85": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04xgsgc80", - "https://ror.org/05kn9f350" - ] - }, - "https://ror.org/02td4ph55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/007zn4n28", - "https://ror.org/013x7n115" - ] - }, - "https://ror.org/01kq09n77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02av0ty63" - ] - }, - "https://ror.org/0460jpj73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02db2t754", - "https://ror.org/01jmj5g35", - "https://ror.org/02v5jxh60" - ] - }, - "https://ror.org/04w6pnc49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/006vxbq87", - "https://ror.org/03zwxja46", - "https://ror.org/057k9q466", - "https://ror.org/035dsb084", - "https://ror.org/05wswj918", - "https://ror.org/01jsgmp44", - "https://ror.org/04bhfmv97", - "https://ror.org/036wvs663", - "https://ror.org/02pnhwp93", - "https://ror.org/04q42nz13", - "https://ror.org/04t4pws42", - "https://ror.org/00r71zw23", - "https://ror.org/03azyh744", - "https://ror.org/05y1qcf54", - "https://ror.org/036eftk49", - "https://ror.org/052t9a145", - "https://ror.org/008mx9f83", - "https://ror.org/01pdam362", - "https://ror.org/01j5n9f07", - "https://ror.org/00f4wkg38", - "https://ror.org/03ftngr23", - "https://ror.org/02xywr964", - "https://ror.org/00mneww03", - "https://ror.org/00heh5r55", - "https://ror.org/02j8vpa07", - "https://ror.org/01r4hwz76", - "https://ror.org/039jmcx36" - ] - }, - "https://ror.org/00pkt4594": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01b3dk794", - "https://ror.org/01dzqde20", - "https://ror.org/03dx15n64" - ] - }, - "https://ror.org/059ex5q34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03cf87p34", - "https://ror.org/04hft8h57", - "https://ror.org/05bpb0y22", - "https://ror.org/05tngq747", - "https://ror.org/02hgzc508", - "https://ror.org/02h3fqt03", - "https://ror.org/039zdhk64", - "https://ror.org/022b6wh61", - "https://ror.org/03znw6w55" - ] - }, - "https://ror.org/04nm1xm49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02yr91f43" - ] - }, - "https://ror.org/04eg47h42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04h1x1p54", - "https://ror.org/032eckg27" - ] - }, - "https://ror.org/04aaa2n62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04c9sd914" - ] - }, - "https://ror.org/047hk9367": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ve4rt72" - ] - }, - "https://ror.org/01tjs6929": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/018gb4016", - "https://ror.org/04ebzxq58", - "https://ror.org/0117z7d66", - "https://ror.org/04v30e006", - "https://ror.org/05p6vdy67", - "https://ror.org/057zmmf60", - "https://ror.org/030qxdf23", - "https://ror.org/00k3smk02", - "https://ror.org/01pmtm379", - "https://ror.org/05fvszr38", - "https://ror.org/02t6gq889", - "https://ror.org/02raxsg56", - "https://ror.org/049hngf66", - "https://ror.org/0287zzv25", - "https://ror.org/04sw7nr96", - "https://ror.org/04dkjtk04", - "https://ror.org/03e2dsv41", - "https://ror.org/039ywxz78" - ] - }, - "https://ror.org/053fq8t95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/026znxe07" - ] - }, - "https://ror.org/042tfbd02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0309cs235", - "https://ror.org/05hy3tk52", - "https://ror.org/05xvk4r52", - "https://ror.org/01fz7mn40", - "https://ror.org/01naq7912", - "https://ror.org/02nwvxz07", - "https://ror.org/01abd0t80", - "https://ror.org/016bv0j42", - "https://ror.org/046gd5814", - "https://ror.org/03b0w5c07", - "https://ror.org/01v48vz24", - "https://ror.org/0106ccb15", - "https://ror.org/059n54003", - "https://ror.org/01c6vgf77", - "https://ror.org/0449khs19", - "https://ror.org/02bsd9p69", - "https://ror.org/012e1xn46", - "https://ror.org/04afed728", - "https://ror.org/015x8rz21", - "https://ror.org/018b0x874", - "https://ror.org/03czns913", - "https://ror.org/000ehr937", - "https://ror.org/05c95bg36", - "https://ror.org/002ty1h48", - "https://ror.org/000p29f53", - "https://ror.org/04qgfge56", - "https://ror.org/023f9y602", - "https://ror.org/00b7djk73", - "https://ror.org/058t6p923", - "https://ror.org/00xd1ek73", - "https://ror.org/01mbkbh33", - "https://ror.org/05hvqzx20", - "https://ror.org/01z5d0q66", - "https://ror.org/038yp4g21", - "https://ror.org/00mz87608", - "https://ror.org/036czkg67", - "https://ror.org/02w2x8s90", - "https://ror.org/052jxdr90", - "https://ror.org/05d29yv45", - "https://ror.org/0449khs19", - "https://ror.org/057er4c39", - "https://ror.org/00mz87608", - "https://ror.org/03wct8w46", - "https://ror.org/03a84yw54", - "https://ror.org/04fbd1w03", - "https://ror.org/01b436806", - "https://ror.org/029hkd614", - "https://ror.org/05fc1hn07", - "https://ror.org/056vbnz12", - "https://ror.org/04t50yk91", - "https://ror.org/000ehr937", - "https://ror.org/049yaph28", - "https://ror.org/02nqy7n35", - "https://ror.org/03vtagt31", - "https://ror.org/01qtp1053", - "https://ror.org/01bzdp563", - "https://ror.org/013h6a491", - "https://ror.org/03gvm2667", - "https://ror.org/00nbx9b54", - "https://ror.org/00xd1ek73", - "https://ror.org/03czns913", - "https://ror.org/04qgfge56", - "https://ror.org/05k9wmt43", - "https://ror.org/03011gg73", - "https://ror.org/0266kfd37", - "https://ror.org/05eedav07", - "https://ror.org/04fvec703", - "https://ror.org/003m5dy43", - "https://ror.org/025n6m978", - "https://ror.org/04wgfew19", - "https://ror.org/02e6ym289", - "https://ror.org/02yv0b554", - "https://ror.org/003y0kg83", - "https://ror.org/00a8p0m24" - ] - }, - "https://ror.org/02e7b5302": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027jrtw17", - "https://ror.org/02fhgbp51" - ] - }, - "https://ror.org/04gzb2213": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03x8jdc94", - "https://ror.org/03dwx1z96", - "https://ror.org/01h3fm945", - "https://ror.org/04d636x33" - ] - }, - "https://ror.org/006b2g567": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05h37g806" - ] - }, - "https://ror.org/0207yh398": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01jjraa45", - "https://ror.org/03x08qn04" - ] - }, - "https://ror.org/03y02pg02": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/023392c84" - ] - }, - "https://ror.org/00p8msr48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/040qff210" - ] - }, - "https://ror.org/03jjt8440": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ksk4k18", - "https://ror.org/03kbxzp97" - ] - }, - "https://ror.org/04jsz6e67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04xe7ws48", - "https://ror.org/00x7ekv49", - "https://ror.org/008pnp284", - "https://ror.org/03w5dn804", - "https://ror.org/038x9td67", - "https://ror.org/00f9tz983", - "https://ror.org/000k1q888", - "https://ror.org/02wc0kq10", - "https://ror.org/03124pm05", - "https://ror.org/00rbjv475", - "https://ror.org/01gntjh03", - "https://ror.org/03r6vqn56", - "https://ror.org/057tq3593", - "https://ror.org/03tkwyq76", - "https://ror.org/00yqqb480", - "https://ror.org/01epydt92" - ] - }, - "https://ror.org/00g700j37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mkad321", - "https://ror.org/04mzqjs78", - "https://ror.org/01c2t8448", - "https://ror.org/05s1rff82", - "https://ror.org/03xe54902", - "https://ror.org/021f0sa24", - "https://ror.org/02b6c1039", - "https://ror.org/04mp4zc06", - "https://ror.org/04d70nb60", - "https://ror.org/04ejcwb57", - "https://ror.org/00zgas264", - "https://ror.org/01a0gpy77", - "https://ror.org/05yj2y557", - "https://ror.org/01ssxvy26", - "https://ror.org/02n7ax847", - "https://ror.org/017k05f91", - "https://ror.org/00j5eb891", - "https://ror.org/019qdtz78", - "https://ror.org/01rb31945", - "https://ror.org/0292fgv83", - "https://ror.org/02c01r047", - "https://ror.org/053wack18", - "https://ror.org/0250h3a52", - "https://ror.org/02v6phz91", - "https://ror.org/024tyc086", - "https://ror.org/003cgs259", - "https://ror.org/01ch21j41", - "https://ror.org/020n3gx08", - "https://ror.org/038kqx890", - "https://ror.org/011hdpx94", - "https://ror.org/011ygpb73", - "https://ror.org/03zav0w05", - "https://ror.org/022k0py62" - ] - }, - "https://ror.org/00rwzgx62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05kqjmn09", - "https://ror.org/03xjfrn37" - ] - }, - "https://ror.org/03gyzpb04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02yxsn987", - "https://ror.org/04bharj65", - "https://ror.org/022w0b336", - "https://ror.org/03ay0gt39" - ] - }, - "https://ror.org/05c7h4935": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052ss8w32" - ] - }, - "https://ror.org/03c62dg59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/058rwr454", - "https://ror.org/05jtef216" - ] - }, - "https://ror.org/01tgyzw49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02rfzns68", - "https://ror.org/02j1m6098", - "https://ror.org/027jrtw17", - "https://ror.org/021gztm71", - "https://ror.org/00xcwps97" - ] - }, - "https://ror.org/05qwgg493": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031grv205", - "https://ror.org/04hs54263" - ] - }, - "https://ror.org/059d8kr95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03pan3838" - ] - }, - "https://ror.org/03nx8tr59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02r7hq914" - ] - }, - "https://ror.org/04j0gge90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ts0we02", - "https://ror.org/03jdskm89" - ] - }, - "https://ror.org/05bk57929": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/026k11n28" - ] - }, - "https://ror.org/03wgsrq67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/010gpfc02", - "https://ror.org/059yvz347", - "https://ror.org/039g88209", - "https://ror.org/00a2gj556" - ] - }, - "https://ror.org/03g2am276": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wp2jz98" - ] - }, - "https://ror.org/0061x0487": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qxp9a05", - "https://ror.org/04c1gbz02", - "https://ror.org/00fpz4c36", - "https://ror.org/01rmh9n78", - "https://ror.org/04pvpk743", - "https://ror.org/037f7zx95", - "https://ror.org/02mkj1868", - "https://ror.org/032j6ge54" - ] - }, - "https://ror.org/03acb7p04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04s3g5933" - ] - }, - "https://ror.org/014cxe167": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02dpnb389", - "https://ror.org/01027m165" - ] - }, - "https://ror.org/00nv6q035": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01vr7z878" - ] - }, - "https://ror.org/043v0a663": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03nqtpc52" - ] - }, - "https://ror.org/02ckm0r33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ntqn068" - ] - }, - "https://ror.org/00a2xv884": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ttadj76", - "https://ror.org/01czx1v82", - "https://ror.org/05nzc1r88", - "https://ror.org/05m0wv206", - "https://ror.org/04jth1r26", - "https://ror.org/00325dg83", - "https://ror.org/01h0g5x34", - "https://ror.org/01mx22g67", - "https://ror.org/02dmmay61", - "https://ror.org/04jwqm611", - "https://ror.org/018fpas51", - "https://ror.org/03a33a786", - "https://ror.org/05s5qx907", - "https://ror.org/02yjhrp74" - ] - }, - "https://ror.org/01r0c1p88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0567w8j84", - "https://ror.org/05exmrf24", - "https://ror.org/048drzm61", - "https://ror.org/029gwvs11", - "https://ror.org/044w7a341", - "https://ror.org/00yfjng44", - "https://ror.org/024gw2733", - "https://ror.org/04dqdxm60", - "https://ror.org/006cymg18", - "https://ror.org/01w1pbe36", - "https://ror.org/04rq5mt64", - "https://ror.org/02qskvh78", - "https://ror.org/047s2c258", - "https://ror.org/03db51w68", - "https://ror.org/02zs3hb12", - "https://ror.org/055yg0521", - "https://ror.org/042607708", - "https://ror.org/02048n894", - "https://ror.org/058cmd703", - "https://ror.org/04xz38214", - "https://ror.org/010prmy50", - "https://ror.org/006jjam33", - "https://ror.org/02zs3hb12", - "https://ror.org/01bdy0k56" - ] - }, - "https://ror.org/012a91z28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031n2c920", - "https://ror.org/002smyt64", - "https://ror.org/025580q89", - "https://ror.org/03xw5ev35", - "https://ror.org/000q4gm66", - "https://ror.org/01zytxw03", - "https://ror.org/003v3fz65", - "https://ror.org/03y00b460", - "https://ror.org/04eqgej32" - ] - }, - "https://ror.org/03gat5t60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04t12kd43" - ] - }, - "https://ror.org/057q4rt57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wex6338" - ] - }, - "https://ror.org/05wnh3t63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ex4j806", - "https://ror.org/04x8c0q56", - "https://ror.org/02zqy3981", - "https://ror.org/0320bge18", - "https://ror.org/00tnppw48", - "https://ror.org/00jws7929", - "https://ror.org/010mf0m52", - "https://ror.org/0499kfe57", - "https://ror.org/0161w0r98", - "https://ror.org/052mq0r90", - "https://ror.org/00hkb6y19", - "https://ror.org/03k33gq76", - "https://ror.org/00y81cg83", - "https://ror.org/01bvxzn29", - "https://ror.org/01w88hp45", - "https://ror.org/01xdnwc75", - "https://ror.org/01xgj3b22", - "https://ror.org/04fjx8e69", - "https://ror.org/037wke960", - "https://ror.org/030tdpg67", - "https://ror.org/01s5a4v70", - "https://ror.org/028z36n30", - "https://ror.org/02f0jdn75", - "https://ror.org/02z2a9w02", - "https://ror.org/03qnzrx19", - "https://ror.org/00npz5r87", - "https://ror.org/000qvv970", - "https://ror.org/010gf7388", - "https://ror.org/0378g3743", - "https://ror.org/04r7rxc53", - "https://ror.org/01zewfb16", - "https://ror.org/05299tt38", - "https://ror.org/03hkswm52", - "https://ror.org/00r66pz14", - "https://ror.org/03kjbs929", - "https://ror.org/04qke1n53", - "https://ror.org/003vwv291", - "https://ror.org/015e5sp16", - "https://ror.org/05kw2hj64", - "https://ror.org/00qnrsq87", - "https://ror.org/041d9vd15", - "https://ror.org/044dman78", - "https://ror.org/03myaza48", - "https://ror.org/00jztws02", - "https://ror.org/04jswqb94", - "https://ror.org/05wnp0977", - "https://ror.org/00x143s74", - "https://ror.org/03e5xvd80", - "https://ror.org/02fvybm75", - "https://ror.org/0361bwx64", - "https://ror.org/051sgbe98", - "https://ror.org/04pk7g992", - "https://ror.org/02xbr5r10", - "https://ror.org/05nmyph15", - "https://ror.org/0019h1k84" - ] - }, - "https://ror.org/012p63287": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04kf5kc54" - ] - }, - "https://ror.org/0519ax945": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01ae3s995" - ] - }, - "https://ror.org/02y72wh86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/030txkr67" - ] - }, - "https://ror.org/05ghs6f64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0413bc824" - ] - }, - "https://ror.org/01vqqp163": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/017bddy38", - "https://ror.org/04dk1kp26", - "https://ror.org/04gp5yv64", - "https://ror.org/0405gx254" - ] - }, - "https://ror.org/01114f477": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04x8g4m03" - ] - }, - "https://ror.org/01wzc4m50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02vxh1k29" - ] - }, - "https://ror.org/00he80998": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03zs39p74", - "https://ror.org/04xtpk854", - "https://ror.org/03kr30n36", - "https://ror.org/052vjje65", - "https://ror.org/001x4vz59", - "https://ror.org/02snwfx66", - "https://ror.org/019bxes45", - "https://ror.org/0401p8597", - "https://ror.org/05vpsdj37", - "https://ror.org/02xesw687" - ] - }, - "https://ror.org/04c235406": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03nydrc16", - "https://ror.org/004r4ve77", - "https://ror.org/0295z7538" - ] - }, - "https://ror.org/0292p9y97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05q3bvy68", - "https://ror.org/02g9y9404", - "https://ror.org/01r3ztp10" - ] - }, - "https://ror.org/03e0v4s75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02rn72456" - ] - }, - "https://ror.org/04cvxnb49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ckbty56", - "https://ror.org/02dcqxm65" - ] - }, - "https://ror.org/04mv4n011": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00b9ktm87", - "https://ror.org/02xey9634" - ] - }, - "https://ror.org/00k6r3f30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0353kya20", - "https://ror.org/04abkkn33", - "https://ror.org/01jhsfg10", - "https://ror.org/05cvd2j85", - "https://ror.org/00zc7y345" - ] - }, - "https://ror.org/036rp1748": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0406jsq08", - "https://ror.org/04n6fhj26", - "https://ror.org/04t6wsp57", - "https://ror.org/011rw2y56" - ] - }, - "https://ror.org/02f009v59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003bxzv61" - ] - }, - "https://ror.org/04dkp9463": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04xe7ws48", - "https://ror.org/022gvqh28", - "https://ror.org/01yx4wq53", - "https://ror.org/013rctf62", - "https://ror.org/03hxzy361", - "https://ror.org/04x9ra670", - "https://ror.org/05wag9297", - "https://ror.org/011p0ty46", - "https://ror.org/04y6n3q27" - ] - }, - "https://ror.org/02p0gd045": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03xw5ev35" - ] - }, - "https://ror.org/01kdv5654": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04p45sn64" - ] - }, - "https://ror.org/00ynafe15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04hnckd53" - ] - }, - "https://ror.org/02zhqgq86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00qfke340", - "https://ror.org/038ey3e97" - ] - }, - "https://ror.org/018v9ga43": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01mx3rc36" - ] - }, - "https://ror.org/00jmfr291": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/015tnsz82", - "https://ror.org/057mgcy61", - "https://ror.org/02q7mkh03", - "https://ror.org/00rx1p510", - "https://ror.org/02hhndj92", - "https://ror.org/04xgzv028", - "https://ror.org/02bkkgm47", - "https://ror.org/01df9hd73", - "https://ror.org/00hv7q333" - ] - }, - "https://ror.org/01yp9g959": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03hab3x36" - ] - }, - "https://ror.org/04vmvtb21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0034k2773" - ] - }, - "https://ror.org/044geq124": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04320xd69" - ] - }, - "https://ror.org/051j1ed22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/024zy9450", - "https://ror.org/011fna123", - "https://ror.org/00w0fba55" - ] - }, - "https://ror.org/00t28mr39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0124gwh94", - "https://ror.org/03vaqfv64", - "https://ror.org/0405trq15", - "https://ror.org/02p9cyn66", - "https://ror.org/04hxcaz34", - "https://ror.org/02bchch95", - "https://ror.org/048r72142", - "https://ror.org/053336823", - "https://ror.org/053336823" - ] - }, - "https://ror.org/03sjk9a61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027defw95", - "https://ror.org/05q3vnk25", - "https://ror.org/027xymc69", - "https://ror.org/049mjq378", - "https://ror.org/01sjmsj73", - "https://ror.org/01tp1c480", - "https://ror.org/020nks034", - "https://ror.org/03pnk9016", - "https://ror.org/008rywf59", - "https://ror.org/01225hq90", - "https://ror.org/05h7ddb14", - "https://ror.org/02banhz78", - "https://ror.org/0508wny29", - "https://ror.org/04pfr1b11", - "https://ror.org/00b80ez59", - "https://ror.org/05xtktk35", - "https://ror.org/020g0rw41", - "https://ror.org/01h4rra97", - "https://ror.org/05k0qmv73", - "https://ror.org/00f945z63", - "https://ror.org/05kf9jb93", - "https://ror.org/051ykjw41", - "https://ror.org/044vzpb64", - "https://ror.org/015q23935", - "https://ror.org/01j4h9t83", - "https://ror.org/00bnthp71", - "https://ror.org/03xx98n35", - "https://ror.org/032qezt74", - "https://ror.org/02qprbz18", - "https://ror.org/01cah1n37", - "https://ror.org/01cf2sz15", - "https://ror.org/02s56xp85", - "https://ror.org/01wwcfa26", - "https://ror.org/05abgg682", - "https://ror.org/003n95695", - "https://ror.org/02vnq7240", - "https://ror.org/05j3atf73", - "https://ror.org/05h929866", - "https://ror.org/02chvqy57", - "https://ror.org/00aycez97", - "https://ror.org/03rtw5049", - "https://ror.org/00357kh21", - "https://ror.org/049dk3691", - "https://ror.org/0409c3995", - "https://ror.org/05258q350", - "https://ror.org/00rd22143", - "https://ror.org/03p7xrr08", - "https://ror.org/017qtjx43", - "https://ror.org/002yg6s88", - "https://ror.org/05fnxds15", - "https://ror.org/002v3cy83", - "https://ror.org/04ej53908", - "https://ror.org/053kxkj53", - "https://ror.org/05kxt4539", - "https://ror.org/011abem59", - "https://ror.org/05deqk823", - "https://ror.org/01nfvkq89", - "https://ror.org/00mryrd39", - "https://ror.org/02844qe97", - "https://ror.org/00cesps27", - "https://ror.org/01z485314", - "https://ror.org/014sj8802", - "https://ror.org/023h4a821", - "https://ror.org/001j26r80", - "https://ror.org/05ye29x39", - "https://ror.org/00waz9262", - "https://ror.org/047rqcm40", - "https://ror.org/04gpe6h67", - "https://ror.org/04fgntk96", - "https://ror.org/01365h357", - "https://ror.org/05y5s3h28", - "https://ror.org/05mv3tj33", - "https://ror.org/05s6hm275", - "https://ror.org/01pa4h393", - "https://ror.org/0585hkk81", - "https://ror.org/01hg13988", - "https://ror.org/04av83c71", - "https://ror.org/01gtjxz83", - "https://ror.org/05258q350", - "https://ror.org/01pa4h393", - "https://ror.org/03r5d5c48", - "https://ror.org/0518tra10", - "https://ror.org/011xg1225", - "https://ror.org/03vte9x46", - "https://ror.org/03v2c3v44", - "https://ror.org/03wsemq03", - "https://ror.org/01kcrnc96" - ] - }, - "https://ror.org/01jsq2704": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051ea1411", - "https://ror.org/01xghct51", - "https://ror.org/05ng8e884", - "https://ror.org/05e7k4575" - ] - }, - "https://ror.org/03mstc592": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02catss52", - "https://ror.org/01zjc6908", - "https://ror.org/01yr73893", - "https://ror.org/050589e39", - "https://ror.org/010jaxs89", - "https://ror.org/04fhwda97" - ] - }, - "https://ror.org/03kpps236": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wyzt892", - "https://ror.org/013j2zh96", - "https://ror.org/056h71x09", - "https://ror.org/01sdrjx85", - "https://ror.org/01z1gye03", - "https://ror.org/03g5ew477", - "https://ror.org/037tawy03", - "https://ror.org/00k1qja49" - ] - }, - "https://ror.org/05vx7wd63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03r1gb843" - ] - }, - "https://ror.org/01kk81m15": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0276bkt19" - ] - }, - "https://ror.org/03sws5s65": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02kxx1z36" - ] - }, - "https://ror.org/0052svj16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01pa6t272", - "https://ror.org/04x0p4p48", - "https://ror.org/00z21v095", - "https://ror.org/01qypmk37", - "https://ror.org/02j488654", - "https://ror.org/05wz8pk64", - "https://ror.org/02x2gk324", - "https://ror.org/01fhw0y06", - "https://ror.org/02bfj0n71", - "https://ror.org/04v748538", - "https://ror.org/0219f2672", - "https://ror.org/00rhats79", - "https://ror.org/053evkn98", - "https://ror.org/01w8r0j67", - "https://ror.org/04qh5fy32", - "https://ror.org/03rn2e120", - "https://ror.org/03wnay029", - "https://ror.org/05d67dc31", - "https://ror.org/00p99t114", - "https://ror.org/03vb88585", - "https://ror.org/03n9zbw76", - "https://ror.org/0525bj441" - ] - }, - "https://ror.org/02vymnc26": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02v9xd857", - "https://ror.org/045xgsj44", - "https://ror.org/02mcpvv78", - "https://ror.org/045wa9418", - "https://ror.org/01m2qwb98", - "https://ror.org/02wy8nb15", - "https://ror.org/0423q9896", - "https://ror.org/02q8ctk93", - "https://ror.org/01pmcea89", - "https://ror.org/05yeagb65", - "https://ror.org/04kwf6b96", - "https://ror.org/0120w0n28", - "https://ror.org/01nehnf32", - "https://ror.org/02rzvwr38", - "https://ror.org/00pw5c804", - "https://ror.org/024t2fn03", - "https://ror.org/0192b6408", - "https://ror.org/02250mf28", - "https://ror.org/02kedcz83", - "https://ror.org/0170yz872", - "https://ror.org/03da7zw11", - "https://ror.org/01gnh5n78", - "https://ror.org/02n89n861", - "https://ror.org/01twche52", - "https://ror.org/00my5c754", - "https://ror.org/00fta5x15", - "https://ror.org/05qer7k24", - "https://ror.org/05r6d4v68", - "https://ror.org/04ahbtp08", - "https://ror.org/01y6zzq66", - "https://ror.org/03mfap132", - "https://ror.org/01awp1783", - "https://ror.org/00sz8gn76", - "https://ror.org/020m7gh21", - "https://ror.org/04x5g0k34", - "https://ror.org/01xvsjf67", - "https://ror.org/03qvznj82", - "https://ror.org/01x3dve48", - "https://ror.org/00erq5j83", - "https://ror.org/01r062739" - ] - }, - "https://ror.org/05bnh6r87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031m8s392", - "https://ror.org/03ycy6g75", - "https://ror.org/00j52pq61", - "https://ror.org/04r17kf39", - "https://ror.org/00zg6dt46", - "https://ror.org/047g2xp14", - "https://ror.org/02r109517", - "https://ror.org/00k86w020", - "https://ror.org/03h0qhk21", - "https://ror.org/04pw1zg89", - "https://ror.org/012qsrr25", - "https://ror.org/00m2zh467", - "https://ror.org/04qscbg47" - ] - }, - "https://ror.org/04883df86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/059hhvg49", - "https://ror.org/05je8kx69" - ] - }, - "https://ror.org/01dktcn28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00e98bw30" - ] - }, - "https://ror.org/04r659a56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0238awh09", - "https://ror.org/0475fva64", - "https://ror.org/03hm9j517" - ] - }, - "https://ror.org/01tc2d264": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02zh2vx86", - "https://ror.org/0458p8g61", - "https://ror.org/023h4a821", - "https://ror.org/04kbqb151", - "https://ror.org/013dngs07" - ] - }, - "https://ror.org/02d814r78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03w1c1p82", - "https://ror.org/028kzf059", - "https://ror.org/029jv7h91", - "https://ror.org/02petqk07", - "https://ror.org/03q8k9q03" - ] - }, - "https://ror.org/05ty9g711": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049761w59" - ] - }, - "https://ror.org/02wk2vx54": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04p3kp518" - ] - }, - "https://ror.org/033f7da12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0054avq17", - "https://ror.org/046qksq74" - ] - }, - "https://ror.org/00hjz7x27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0425gsx30" - ] - }, - "https://ror.org/05qec5a53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02baj6743", - "https://ror.org/02r25sw81", - "https://ror.org/05twhbr06" - ] - }, - "https://ror.org/00nt41z93": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03q36qm19", - "https://ror.org/00wffwv55", - "https://ror.org/03a9csj98", - "https://ror.org/03h86rm10", - "https://ror.org/030s0zd03", - "https://ror.org/00fe63682", - "https://ror.org/029aap830", - "https://ror.org/04bw6mb63", - "https://ror.org/03hwdys44", - "https://ror.org/04e5cqn96", - "https://ror.org/00s6fdn14", - "https://ror.org/01hpkt650", - "https://ror.org/00x1cgf82", - "https://ror.org/00npbs606", - "https://ror.org/01h8t7c63", - "https://ror.org/0412bhr24", - "https://ror.org/00wx08c65", - "https://ror.org/020mkze41", - "https://ror.org/047td8p12" - ] - }, - "https://ror.org/05sw4wc49": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/046g5hb52", - "https://ror.org/04ydk3604" - ] - }, - "https://ror.org/02jmfj006": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02k550c65", - "https://ror.org/05w54hk79", - "https://ror.org/02hkzh190", - "https://ror.org/04w94d148" - ] - }, - "https://ror.org/030847t23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05n8tts92" - ] - }, - "https://ror.org/00jga9g46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03gck1z22" - ] - }, - "https://ror.org/04vfs2w97": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ynmc580", - "https://ror.org/02fdf4056", - "https://ror.org/05em8ne27", - "https://ror.org/04ghtjd11", - "https://ror.org/011nqat45", - "https://ror.org/02cy9g557", - "https://ror.org/025mhc977", - "https://ror.org/01gbppd30", - "https://ror.org/00avmbz91", - "https://ror.org/01kwx4m12", - "https://ror.org/04yc2e502", - "https://ror.org/05k1smh27", - "https://ror.org/04rvw8791", - "https://ror.org/01petg633", - "https://ror.org/03c4rpa03", - "https://ror.org/05je79696", - "https://ror.org/00gyb4719", - "https://ror.org/055swm364", - "https://ror.org/00p6sn362", - "https://ror.org/01pfter31", - "https://ror.org/03nknpw16", - "https://ror.org/01xd0ys45", - "https://ror.org/017je3b10", - "https://ror.org/01nyrrx14", - "https://ror.org/01e8etd40", - "https://ror.org/02vnf0c38", - "https://ror.org/022r5hc56", - "https://ror.org/01d5v2p67", - "https://ror.org/016vxbe23", - "https://ror.org/0106d5c37", - "https://ror.org/04n2vwk08", - "https://ror.org/04xykxd72", - "https://ror.org/01dg9a450", - "https://ror.org/04mq2px33", - "https://ror.org/02cyw3861", - "https://ror.org/0371yc337", - "https://ror.org/020azc393", - "https://ror.org/02atkd403", - "https://ror.org/04ev1zs55", - "https://ror.org/03d28dw78", - "https://ror.org/04x6jg419", - "https://ror.org/05adajg67", - "https://ror.org/05ft9wv42", - "https://ror.org/019c1xz73", - "https://ror.org/053d03003", - "https://ror.org/04f50n919", - "https://ror.org/0495mzm65", - "https://ror.org/018d4rr63", - "https://ror.org/05yc49b49", - "https://ror.org/01hntn815", - "https://ror.org/01sp9jb48", - "https://ror.org/05kjgf606", - "https://ror.org/04gmrh438", - "https://ror.org/055yrx709", - "https://ror.org/03hhwe765", - "https://ror.org/03pz4q672", - "https://ror.org/00xngy573", - "https://ror.org/01e0n5141", - "https://ror.org/00wbse129", - "https://ror.org/052k52s41", - "https://ror.org/00mny5z95", - "https://ror.org/00e8hwt93", - "https://ror.org/04dx32582", - "https://ror.org/047q8av65", - "https://ror.org/01mq1e256", - "https://ror.org/05kxdq627", - "https://ror.org/05rv46r52", - "https://ror.org/02xc7ww16", - "https://ror.org/0440j7g03", - "https://ror.org/03w9t3v76", - "https://ror.org/02n848x19", - "https://ror.org/0005fxe59", - "https://ror.org/02m9pkf41", - "https://ror.org/034kszc22", - "https://ror.org/02mv3qy73", - "https://ror.org/019yhsq25", - "https://ror.org/048c8c312", - "https://ror.org/034zjpe43", - "https://ror.org/03kdymn35", - "https://ror.org/00vk6my81" - ] - }, - "https://ror.org/046ffzj20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01d963745", - "https://ror.org/040kx1j83", - "https://ror.org/006ha6n07", - "https://ror.org/02y384f44" - ] - }, - "https://ror.org/03qjge715": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01450d509", - "https://ror.org/048zn2n32" - ] - }, - "https://ror.org/00k642b80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00mnrxf72", - "https://ror.org/00rn0m335" - ] - }, - "https://ror.org/01yezas83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00bf6bf92", - "https://ror.org/05twhbr06" - ] - }, - "https://ror.org/05q8kyc69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02kcc1z29", - "https://ror.org/05t6gpm70", - "https://ror.org/05ehe8t08" - ] - }, - "https://ror.org/044wq1q96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qq88z54", - "https://ror.org/02pqn3g31", - "https://ror.org/028s4q594", - "https://ror.org/043j0f473", - "https://ror.org/031t5w623", - "https://ror.org/03dx11k66", - "https://ror.org/00tkfw097" - ] - }, - "https://ror.org/03hj50651": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00zk46w34" - ] - }, - "https://ror.org/01ejfgc23": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04vpx0k46", - "https://ror.org/01k1bte55", - "https://ror.org/01c3h5z21", - "https://ror.org/01hy5r632" - ] - }, - "https://ror.org/03vdcy552": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01mcm8749" - ] - }, - "https://ror.org/05r8dqr10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0425xqc10" - ] - }, - "https://ror.org/00jpq0w62": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049t65d67" - ] - }, - "https://ror.org/027rw9342": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zz2zk94" - ] - }, - "https://ror.org/01qrts582": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05rw01c09", - "https://ror.org/03fp59e94" - ] - }, - "https://ror.org/042nb2s44": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/032q5ym94", - "https://ror.org/00rj4dg52", - "https://ror.org/01t9bgr30", - "https://ror.org/022z6jk58", - "https://ror.org/03fg5ns40", - "https://ror.org/053tmcn30", - "https://ror.org/0071sjj14", - "https://ror.org/05ymca674", - "https://ror.org/02dgwnb72", - "https://ror.org/053r20n13", - "https://ror.org/04pvzz946", - "https://ror.org/04vqm6w82", - "https://ror.org/04kz4p343", - "https://ror.org/01xd6q208", - "https://ror.org/01e85r662" - ] - }, - "https://ror.org/04fht8c22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04y4dkp70" - ] - }, - "https://ror.org/02rg1r889": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03ny67e60", - "https://ror.org/02wxm3f24", - "https://ror.org/04gq09j61", - "https://ror.org/038ymyw44", - "https://ror.org/045yn2z02", - "https://ror.org/00k42s837", - "https://ror.org/02vyf1d37", - "https://ror.org/03et06q41", - "https://ror.org/00bzk5h02" - ] - }, - "https://ror.org/00w1baj53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031w4pe69", - "https://ror.org/00wevv562" - ] - }, - "https://ror.org/02b207r52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05c53qb74" - ] - }, - "https://ror.org/030sa3819": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02je1hv25", - "https://ror.org/00vmaka31", - "https://ror.org/04d46jp54", - "https://ror.org/011cc8156", - "https://ror.org/01xtfh998", - "https://ror.org/04ma4gj04", - "https://ror.org/02q70n095", - "https://ror.org/02v6w2r95", - "https://ror.org/04fq21t14", - "https://ror.org/01db6pq27", - "https://ror.org/02vzxfs32", - "https://ror.org/00z0y4310", - "https://ror.org/00ndxem43", - "https://ror.org/01xfrxk65", - "https://ror.org/04c3j6v84" - ] - }, - "https://ror.org/0507etz14": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04a3nbd69", - "https://ror.org/008c6se98", - "https://ror.org/052zr0n46" - ] - }, - "https://ror.org/00vpq6g39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02jygec53" - ] - }, - "https://ror.org/02jv91m18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0140hpe71", - "https://ror.org/029sr0q57" - ] - }, - "https://ror.org/039ce0m20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01bkx5q50" - ] - }, - "https://ror.org/026ksq202": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05t7nr346" - ] - }, - "https://ror.org/05fp08r12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01p36j662", - "https://ror.org/03yzqyp10", - "https://ror.org/03cqd2v24", - "https://ror.org/023swxh49", - "https://ror.org/018wfhg78", - "https://ror.org/05m5t2b63" - ] - }, - "https://ror.org/0002pcv65": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02xar8d89" - ] - }, - "https://ror.org/05c22rx21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02bkw1m29" - ] - }, - "https://ror.org/04pznsd21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05t3agv77", - "https://ror.org/05x6psc41" - ] - }, - "https://ror.org/04rswrd78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00fe3cc74", - "https://ror.org/041m9xr71", - "https://ror.org/00dnave42" - ] - }, - "https://ror.org/04ybvje46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03jsmws86" - ] - }, - "https://ror.org/02hqwnx33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/035vbre72", - "https://ror.org/03hy1zg87", - "https://ror.org/0521k5n17", - "https://ror.org/05f4fbs05" - ] - }, - "https://ror.org/02xankh89": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/043ft3840", - "https://ror.org/03cvzf910", - "https://ror.org/04c3k8v21", - "https://ror.org/00fe63682", - "https://ror.org/05r40wk77", - "https://ror.org/03tashy42", - "https://ror.org/03nr2fs68", - "https://ror.org/018wkw265", - "https://ror.org/000t9e931", - "https://ror.org/01ymbe816", - "https://ror.org/01kh72s55", - "https://ror.org/001cp5661", - "https://ror.org/000c93k10", - "https://ror.org/0265f3m16", - "https://ror.org/03esshb58", - "https://ror.org/02er63282", - "https://ror.org/04pzdfg37", - "https://ror.org/01jc8mb89", - "https://ror.org/02fxtvv50", - "https://ror.org/04skveq52", - "https://ror.org/03q1qyr62", - "https://ror.org/04yfmyg44", - "https://ror.org/01kk7j351", - "https://ror.org/04xb2d077", - "https://ror.org/02j226352", - "https://ror.org/032p0ce74", - "https://ror.org/058e2tg06", - "https://ror.org/005a50d87", - "https://ror.org/03b4k4y74", - "https://ror.org/008t8t864", - "https://ror.org/038tjv815", - "https://ror.org/01bd2b489", - "https://ror.org/02r2e4917", - "https://ror.org/0528pfx89", - "https://ror.org/03g2ax673", - "https://ror.org/0104paa34", - "https://ror.org/00js76g45", - "https://ror.org/04em18c81", - "https://ror.org/046hw5281", - "https://ror.org/04czk1152", - "https://ror.org/0467pvr81", - "https://ror.org/00byekp78", - "https://ror.org/029c7fh08", - "https://ror.org/039gvet66", - "https://ror.org/03pntgn87", - "https://ror.org/02y9krv25", - "https://ror.org/012bp0978", - "https://ror.org/0501adx40", - "https://ror.org/045f3jn20", - "https://ror.org/04xe2fg96", - "https://ror.org/04rx3tw33", - "https://ror.org/047td8p12", - "https://ror.org/058y9e160" - ] - }, - "https://ror.org/04dqx5p57": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05w4mb976", - "https://ror.org/04qt95144", - "https://ror.org/05pkr3e32" - ] - }, - "https://ror.org/059hsda18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03fjbw519", - "https://ror.org/04ehjr030" - ] - }, - "https://ror.org/021v2ka51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03cpw2v62" - ] - }, - "https://ror.org/05510z802": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05twhbr06" - ] - }, - "https://ror.org/00p991c53": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05gh6hz98", - "https://ror.org/03gjv3a85", - "https://ror.org/03y1aw075", - "https://ror.org/059ymf107", - "https://ror.org/004z1wz18", - "https://ror.org/01mr5b726", - "https://ror.org/01mf47c71" - ] - }, - "https://ror.org/04g6bbq64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03v4vk244" - ] - }, - "https://ror.org/036f4sz05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/039bged65", - "https://ror.org/025wsd308", - "https://ror.org/0086rk289", - "https://ror.org/052f2eb74", - "https://ror.org/03as2hc70", - "https://ror.org/05abmv045", - "https://ror.org/05xx8bb48", - "https://ror.org/02pc3jd49", - "https://ror.org/01bkj6835" - ] - }, - "https://ror.org/04jw21793": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03k3ky186", - "https://ror.org/01526pb12", - "https://ror.org/00wf3sn74", - "https://ror.org/025fw7a54", - "https://ror.org/00mr84n67", - "https://ror.org/022d5qt08", - "https://ror.org/045gmmg53", - "https://ror.org/04f7aqa58", - "https://ror.org/0137dsz97", - "https://ror.org/00fdrg150" - ] - }, - "https://ror.org/01e7v7w47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01q2x5x62", - "https://ror.org/04kn1c182" - ] - }, - "https://ror.org/043pwc612": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02pk7c879", - "https://ror.org/005dkht93", - "https://ror.org/04wjk1035", - "https://ror.org/01jf9jv39", - "https://ror.org/04c3k8v21", - "https://ror.org/01vyjqw07", - "https://ror.org/03emnsk32", - "https://ror.org/04kc6j250", - "https://ror.org/035764y25", - "https://ror.org/05r40wk77", - "https://ror.org/04fb0kf32", - "https://ror.org/01w3k3276", - "https://ror.org/03zfp3202", - "https://ror.org/04qc94066", - "https://ror.org/040at6s67", - "https://ror.org/02hx1fs81", - "https://ror.org/040m3v743", - "https://ror.org/045yqyw06", - "https://ror.org/03ee8t320", - "https://ror.org/038e1m489", - "https://ror.org/00xmk8w24", - "https://ror.org/05c7r3091", - "https://ror.org/00bbp3619", - "https://ror.org/05hkenk96", - "https://ror.org/01r3j2c85", - "https://ror.org/05safxn82", - "https://ror.org/05frret15", - "https://ror.org/05kdbps11", - "https://ror.org/02dtdp942", - "https://ror.org/003ccjg76", - "https://ror.org/00v52fx68", - "https://ror.org/02ht1tz09", - "https://ror.org/019d5sd14", - "https://ror.org/02a26ft70", - "https://ror.org/04v812296", - "https://ror.org/026w56128", - "https://ror.org/047td8p12", - "https://ror.org/006bxqs05" - ] - }, - "https://ror.org/01502ca60": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03skt0t88", - "https://ror.org/023xgd207", - "https://ror.org/03smk3872", - "https://ror.org/006yspz11", - "https://ror.org/0396v4y86", - "https://ror.org/01q046q46", - "https://ror.org/01sh1xg03", - "https://ror.org/006evg656", - "https://ror.org/02qt1p572", - "https://ror.org/059sz6q14", - "https://ror.org/031xg0236", - "https://ror.org/0075rng13", - "https://ror.org/032gdk894", - "https://ror.org/031xg0236" - ] - }, - "https://ror.org/04cw6st05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02mb95055", - "https://ror.org/052411t69", - "https://ror.org/01khx4a30", - "https://ror.org/043jzw605", - "https://ror.org/0220mzb33", - "https://ror.org/03356n642", - "https://ror.org/001c2sn75", - "https://ror.org/0090zs177", - "https://ror.org/00a0jsq62", - "https://ror.org/01hzg6v66", - "https://ror.org/026zzn846", - "https://ror.org/045bx8592", - "https://ror.org/05wtfef22", - "https://ror.org/04g2vpn86", - "https://ror.org/01wka8n18", - "https://ror.org/039594g80", - "https://ror.org/04vrxay34", - "https://ror.org/02jx3x895", - "https://ror.org/045svrn73", - "https://ror.org/047ybhc09", - "https://ror.org/00dn4t376", - "https://ror.org/05wsetc54", - "https://ror.org/014ktry78", - "https://ror.org/04s9kfd63", - "https://ror.org/05d88z031", - "https://ror.org/01zgm7d48", - "https://ror.org/03tsg3y65", - "https://ror.org/025wfj672", - "https://ror.org/045z18t19", - "https://ror.org/0574dzy90", - "https://ror.org/00wgpgb78", - "https://ror.org/016qzbe65", - "https://ror.org/05fmd7q31", - "https://ror.org/02n1ntd57", - "https://ror.org/002r3r896", - "https://ror.org/00qw25974", - "https://ror.org/04e8nyq62", - "https://ror.org/03rccdb17", - "https://ror.org/055ttrf22", - "https://ror.org/00pr69w48", - "https://ror.org/02w97cy44", - "https://ror.org/047d2d387", - "https://ror.org/05wsetc54", - "https://ror.org/001mm6w73", - "https://ror.org/00fv61j67", - "https://ror.org/043j90n04", - "https://ror.org/03kpvby98", - "https://ror.org/004hydx84", - "https://ror.org/05s21y527", - "https://ror.org/03r9qc142", - "https://ror.org/0078bd381", - "https://ror.org/03r42r570", - "https://ror.org/02704qw51", - "https://ror.org/05mz0pr34", - "https://ror.org/04kjqkz56", - "https://ror.org/0370htr03", - "https://ror.org/03qk89x33" - ] - }, - "https://ror.org/039a2re55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04rq2jb11" - ] - }, - "https://ror.org/02xvc5r05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/052sgg612", - "https://ror.org/02qa5kg76", - "https://ror.org/02sx0vk32", - "https://ror.org/03m3hse57", - "https://ror.org/00b9jhh55", - "https://ror.org/03fjgt095", - "https://ror.org/01r7sqp31", - "https://ror.org/015eg4898", - "https://ror.org/03sjyr749", - "https://ror.org/018apx651", - "https://ror.org/04vghy880", - "https://ror.org/03tmpzb72", - "https://ror.org/0500yaj74", - "https://ror.org/00b2vwt46", - "https://ror.org/04507gt97", - "https://ror.org/00z7r8y22", - "https://ror.org/02j2fth58" - ] - }, - "https://ror.org/040t43x18": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00dd4fz34", - "https://ror.org/0286qer95", - "https://ror.org/01t0a1151" - ] - }, - "https://ror.org/037y7xs42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01mg48a35" - ] - }, - "https://ror.org/04z8k9a98": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/043ft3840", - "https://ror.org/01d3r6z34", - "https://ror.org/03cvzf910", - "https://ror.org/04fab7w85", - "https://ror.org/01nzkd566", - "https://ror.org/05gh16g69", - "https://ror.org/055v4a470", - "https://ror.org/03r8typ39", - "https://ror.org/03z4npt02", - "https://ror.org/00d1qw876", - "https://ror.org/00jn5bv28", - "https://ror.org/02n3jsk50", - "https://ror.org/04yyzaa40", - "https://ror.org/04sa5es20", - "https://ror.org/04fxjrd39", - "https://ror.org/00p0pr527", - "https://ror.org/01t5ta457", - "https://ror.org/02r0v5a32", - "https://ror.org/0172tk840", - "https://ror.org/022ssnb78", - "https://ror.org/016adfh43", - "https://ror.org/0170cre53", - "https://ror.org/0311zw396", - "https://ror.org/002wn1w29", - "https://ror.org/03e4pc311", - "https://ror.org/05dsdbp53", - "https://ror.org/02ksxxs60", - "https://ror.org/00jm8vk13", - "https://ror.org/03wax1305", - "https://ror.org/0008p2x82", - "https://ror.org/00hy0kp07", - "https://ror.org/02by2rg20", - "https://ror.org/03r3mh697", - "https://ror.org/01ejynq87", - "https://ror.org/01y55wc83", - "https://ror.org/00bqs6f60", - "https://ror.org/0411txc13", - "https://ror.org/04v86h471", - "https://ror.org/02nfq4215", - "https://ror.org/05g772c20", - "https://ror.org/04d9egb29", - "https://ror.org/03bm2y510", - "https://ror.org/03a78xy24", - "https://ror.org/00cs0m088", - "https://ror.org/05fa8tk41", - "https://ror.org/006bxqs05", - "https://ror.org/058y9e160" - ] - }, - "https://ror.org/04r9x1a08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/018nw3344", - "https://ror.org/026m9xy48", - "https://ror.org/04n8fbz89", - "https://ror.org/035n56j11", - "https://ror.org/016qv5070", - "https://ror.org/054q96n74", - "https://ror.org/03ma9wk70", - "https://ror.org/04e6qgn10", - "https://ror.org/047k23798", - "https://ror.org/021tmn508", - "https://ror.org/04gdybn86", - "https://ror.org/05mt63e64", - "https://ror.org/023p4rz42", - "https://ror.org/00h1xaa75", - "https://ror.org/05qqrnb63", - "https://ror.org/04wwrrg31", - "https://ror.org/034rhks82", - "https://ror.org/043cec594", - "https://ror.org/0263sxq51", - "https://ror.org/01pgex273" - ] - }, - "https://ror.org/03rmrcq20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/039cthy03", - "https://ror.org/00hv6g197", - "https://ror.org/03c62s410", - "https://ror.org/043n69j88", - "https://ror.org/01nzphv03", - "https://ror.org/03ckrg061", - "https://ror.org/00frst980", - "https://ror.org/04241wz75" - ] - }, - "https://ror.org/02rrh1r89": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00gygcg63" - ] - }, - "https://ror.org/00ha14p11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05ddbg479" - ] - }, - "https://ror.org/04k1f6611": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05qph7t17" - ] - }, - "https://ror.org/00je4t102": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qf4s180", - "https://ror.org/04g4hjw43", - "https://ror.org/02nk5bh05", - "https://ror.org/05q1wf970", - "https://ror.org/01r6bzv07", - "https://ror.org/01298dc11", - "https://ror.org/038mdqs58", - "https://ror.org/02qqsgs30", - "https://ror.org/05s41xv68", - "https://ror.org/028m66c44", - "https://ror.org/01gxrtw55", - "https://ror.org/00a0kf832", - "https://ror.org/010jn4k46", - "https://ror.org/02jv3yx22", - "https://ror.org/01a1qdv64", - "https://ror.org/04jqbzt84", - "https://ror.org/03441jy26", - "https://ror.org/051bwap89", - "https://ror.org/052kdcb58", - "https://ror.org/05sczh171", - "https://ror.org/0424j7c73", - "https://ror.org/011408310", - "https://ror.org/006c77f48", - "https://ror.org/01km14z09", - "https://ror.org/04c8y8w58", - "https://ror.org/01y1b1844", - "https://ror.org/02tb8n028", - "https://ror.org/04fg7fb49", - "https://ror.org/010c2f249", - "https://ror.org/01reqdm50", - "https://ror.org/03cepne78", - "https://ror.org/059fvd392", - "https://ror.org/03myw9d11", - "https://ror.org/04fnrqd89", - "https://ror.org/03dez2856", - "https://ror.org/054bsq212", - "https://ror.org/03rv17793", - "https://ror.org/01dgmv528", - "https://ror.org/04y7jcj09", - "https://ror.org/00sv48x88", - "https://ror.org/01x87jt81", - "https://ror.org/04hpd0e20", - "https://ror.org/034m0w958", - "https://ror.org/04q3mp532", - "https://ror.org/01rqyr540", - "https://ror.org/034sbyx40", - "https://ror.org/03t5hbz89", - "https://ror.org/02we6hx96", - "https://ror.org/020bzqr95", - "https://ror.org/0258a2f50", - "https://ror.org/02613e360", - "https://ror.org/05d9d4d82", - "https://ror.org/05cfz8m13", - "https://ror.org/035qh5653", - "https://ror.org/02xp2c270", - "https://ror.org/01188mx28", - "https://ror.org/0492cvk34", - "https://ror.org/03v48ps49", - "https://ror.org/028xcfg40", - "https://ror.org/05hatwc22", - "https://ror.org/05ksnhc43", - "https://ror.org/05xfjtp79", - "https://ror.org/00jwvkg84", - "https://ror.org/05dry3213", - "https://ror.org/02ezqbp79", - "https://ror.org/05x75zf33", - "https://ror.org/00fhten74", - "https://ror.org/02ff7k505", - "https://ror.org/001561737", - "https://ror.org/04c0nne72", - "https://ror.org/05fm1bt30", - "https://ror.org/0020mxe10", - "https://ror.org/015zbz228", - "https://ror.org/019qyzj84", - "https://ror.org/0190ehg68", - "https://ror.org/04vq1gm90", - "https://ror.org/01qfgm256", - "https://ror.org/05xmg2z40", - "https://ror.org/022nyvr86", - "https://ror.org/03jcpfa62", - "https://ror.org/02wnejx52", - "https://ror.org/0244nkc36", - "https://ror.org/012mzc697", - "https://ror.org/05chny950", - "https://ror.org/04qbxr381", - "https://ror.org/0067sfd77", - "https://ror.org/032vkvz43", - "https://ror.org/00bnpn789", - "https://ror.org/04yrdjv67", - "https://ror.org/02cezmk53", - "https://ror.org/004sx2h24", - "https://ror.org/00kc9pf87", - "https://ror.org/00xgast28", - "https://ror.org/01ayw7119", - "https://ror.org/011j9ed60", - "https://ror.org/01t8gb397", - "https://ror.org/05at5an04", - "https://ror.org/040jq3y94" - ] - }, - "https://ror.org/05pbb8783": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00f5hap04", - "https://ror.org/008rywf59", - "https://ror.org/01h4rra97", - "https://ror.org/02sz8cn84", - "https://ror.org/013yean28", - "https://ror.org/01bxfc994", - "https://ror.org/03kbarg82", - "https://ror.org/04n9eyw42", - "https://ror.org/03ym2w748", - "https://ror.org/021hb4c69", - "https://ror.org/057trhh06", - "https://ror.org/00vazrw17", - "https://ror.org/04gpe6h67", - "https://ror.org/05s6hm275", - "https://ror.org/0105ejf19", - "https://ror.org/04czapd40", - "https://ror.org/01h3s9v09", - "https://ror.org/03a3qmd39", - "https://ror.org/02dg7ky20", - "https://ror.org/02ygx5k49", - "https://ror.org/050vhfh57", - "https://ror.org/01te88z78", - "https://ror.org/05v3j0m29", - "https://ror.org/0133xxx15", - "https://ror.org/02jgwy703" - ] - }, - "https://ror.org/00dqsbj20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/037hnxh06" - ] - }, - "https://ror.org/014zrew76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02zs48f23", - "https://ror.org/042ds2135", - "https://ror.org/01cw28e72", - "https://ror.org/03ywn7d79", - "https://ror.org/008h1f725", - "https://ror.org/00k3ph542", - "https://ror.org/00sbth994", - "https://ror.org/03hp7bq97", - "https://ror.org/01nr3td38", - "https://ror.org/0213ypr97", - "https://ror.org/04s6f1186", - "https://ror.org/04wgee362", - "https://ror.org/03v4gsj38", - "https://ror.org/04f9thq51", - "https://ror.org/05djhd259", - "https://ror.org/0001d8q22", - "https://ror.org/05gwtjq96", - "https://ror.org/01mhd9b84", - "https://ror.org/02dpqcy73", - "https://ror.org/03txr3336", - "https://ror.org/007hfk904", - "https://ror.org/03w8jwa36", - "https://ror.org/0225kjd58", - "https://ror.org/00xe97z49", - "https://ror.org/01vqrde47", - "https://ror.org/049k66y27", - "https://ror.org/02t2hg116" - ] - }, - "https://ror.org/02141gz69": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00nf46858" - ] - }, - "https://ror.org/011pjwf87": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04frnva71", - "https://ror.org/000fg4e24", - "https://ror.org/01tqb7m13" - ] - }, - "https://ror.org/01dq60k83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03bbyax37", - "https://ror.org/04664mr26", - "https://ror.org/023d00661" - ] - }, - "https://ror.org/01v1jam04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04pkg4a74", - "https://ror.org/0053xaw54", - "https://ror.org/01tf5aq62", - "https://ror.org/04abv6630", - "https://ror.org/00a8zdv13", - "https://ror.org/020sst346", - "https://ror.org/00gsyt497", - "https://ror.org/051kb4j80", - "https://ror.org/00a2syk23", - "https://ror.org/01ejvk640", - "https://ror.org/00gg0jt32", - "https://ror.org/03akq3731", - "https://ror.org/02wexny57", - "https://ror.org/0338ycj54", - "https://ror.org/02ztq4x57", - "https://ror.org/01ctee687", - "https://ror.org/05xfe3w07" - ] - }, - "https://ror.org/03r8z3t63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04ayaw261", - "https://ror.org/0125wpx05", - "https://ror.org/024jkkf40", - "https://ror.org/03dkzb165", - "https://ror.org/01trzbr20", - "https://ror.org/02603xz34", - "https://ror.org/0144fat78", - "https://ror.org/029g70m06", - "https://ror.org/02j5s7g39" - ] - }, - "https://ror.org/0561n6946": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04kddtt70", - "https://ror.org/0340mea86", - "https://ror.org/007bytg49", - "https://ror.org/01s1hnr07", - "https://ror.org/015rsn094", - "https://ror.org/005zh0d53", - "https://ror.org/05j1f8t74", - "https://ror.org/021hxpr45", - "https://ror.org/054w8cm30" - ] - }, - "https://ror.org/03ydkyb10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03mnm0t94", - "https://ror.org/05hbexn54", - "https://ror.org/00x8ccz20", - "https://ror.org/01y2jtd41", - "https://ror.org/031q21x57", - "https://ror.org/05w22af52", - "https://ror.org/05s9f4d27", - "https://ror.org/02xpkhc07", - "https://ror.org/02ep9vf55", - "https://ror.org/05sv6pg41", - "https://ror.org/01gb8pc70", - "https://ror.org/00z2qhk53", - "https://ror.org/049hrzs50", - "https://ror.org/05cb4rb43", - "https://ror.org/04gq8q482", - "https://ror.org/02kj3rm24" - ] - }, - "https://ror.org/05ejpqr48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03h7g7t47" - ] - }, - "https://ror.org/01xtthb56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ya78342" - ] - }, - "https://ror.org/02xdzy536": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wrcmd18" - ] - }, - "https://ror.org/04z64b609": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qzyer47", - "https://ror.org/032e34x73", - "https://ror.org/04bqw6g80" - ] - }, - "https://ror.org/03am2jy38": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00f5hap04", - "https://ror.org/01jt5ms28", - "https://ror.org/02tp7mm44", - "https://ror.org/00c3ta789", - "https://ror.org/05thdk431", - "https://ror.org/013yean28", - "https://ror.org/038207k30", - "https://ror.org/00zn13224", - "https://ror.org/01z485314", - "https://ror.org/03j65n394", - "https://ror.org/01jrr7w21", - "https://ror.org/04czapd40" - ] - }, - "https://ror.org/011wymc20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00k1pqk92" - ] - }, - "https://ror.org/05tyd0241": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/012wk3x67" - ] - }, - "https://ror.org/04cxm4j25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01vcx5m72" - ] - }, - "https://ror.org/02vjkv261": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03837fc46", - "https://ror.org/055ymkj32", - "https://ror.org/02b9znm90", - "https://ror.org/02mgw3155", - "https://ror.org/003412r28", - "https://ror.org/04zdwr798", - "https://ror.org/024k3xe80", - "https://ror.org/01mvzn566", - "https://ror.org/00zbj9525", - "https://ror.org/02v2jyq75", - "https://ror.org/02gn50d10", - "https://ror.org/029rfe283", - "https://ror.org/0375b8f90", - "https://ror.org/0189yvq06", - "https://ror.org/00dmms154", - "https://ror.org/03smk3872", - "https://ror.org/003g1aw90", - "https://ror.org/0494jpz02", - "https://ror.org/009p5nb11", - "https://ror.org/03vyjkj45", - "https://ror.org/03xe54902", - "https://ror.org/056wdpc91", - "https://ror.org/0589k3111", - "https://ror.org/00sbttv49", - "https://ror.org/02e0y6e06", - "https://ror.org/03rt48n94", - "https://ror.org/00bw5n526", - "https://ror.org/0530j9m17", - "https://ror.org/04kv7c795", - "https://ror.org/01qa4rf46", - "https://ror.org/00jmxvy70", - "https://ror.org/044rb3f07", - "https://ror.org/01ddr6d46", - "https://ror.org/03xssrp53", - "https://ror.org/01s8rwd67", - "https://ror.org/00jsv7j98", - "https://ror.org/03e801006", - "https://ror.org/01rfstj90", - "https://ror.org/052d1cv78", - "https://ror.org/04as3rk94", - "https://ror.org/03ka94606", - "https://ror.org/05rq3rb55", - "https://ror.org/01eem7c55", - "https://ror.org/01zefvs55", - "https://ror.org/00r454w59", - "https://ror.org/01wftfc57", - "https://ror.org/05kwbf598", - "https://ror.org/051sk4035", - "https://ror.org/04agqs597", - "https://ror.org/02c5gc203", - "https://ror.org/000nhq538", - "https://ror.org/0322sf130", - "https://ror.org/014ycqe77", - "https://ror.org/01c2cjg59", - "https://ror.org/05gd4yq49", - "https://ror.org/03mxktp47", - "https://ror.org/043wmc583", - "https://ror.org/02jthx987", - "https://ror.org/019kqby73", - "https://ror.org/03xg8m734", - "https://ror.org/01p178v10", - "https://ror.org/050gn5214", - "https://ror.org/049kkt456", - "https://ror.org/05neq8668", - "https://ror.org/00b8mh310", - "https://ror.org/03bnma344", - "https://ror.org/0015ws592", - "https://ror.org/0270xt841", - "https://ror.org/01td3kv81", - "https://ror.org/059sz6q14", - "https://ror.org/03bbjky47", - "https://ror.org/000p29f53", - "https://ror.org/032q95r88", - "https://ror.org/03cqwn895", - "https://ror.org/00kr24y60", - "https://ror.org/04d70nb60", - "https://ror.org/00pdd0432", - "https://ror.org/0366b1491", - "https://ror.org/00j5dj575", - "https://ror.org/04qe59j94", - "https://ror.org/05e7p5n27", - "https://ror.org/05hqfh882", - "https://ror.org/00bf6bf92", - "https://ror.org/03gvnh520", - "https://ror.org/002fxfq97", - "https://ror.org/01et6g203", - "https://ror.org/04n8sc212", - "https://ror.org/00cmmh940", - "https://ror.org/05fnxds15", - "https://ror.org/04wbsq162", - "https://ror.org/05xanhp90", - "https://ror.org/0579jh693", - "https://ror.org/03m0zs870", - "https://ror.org/05cx7ek10", - "https://ror.org/05pchb838", - "https://ror.org/025sfbe73", - "https://ror.org/02z0jq636", - "https://ror.org/03k1e4r14", - "https://ror.org/053ppfe96", - "https://ror.org/05x9zmx47", - "https://ror.org/04p4jgt68", - "https://ror.org/04k5h2q42", - "https://ror.org/0455vgw31", - "https://ror.org/03qy9z186", - "https://ror.org/04p94ax69", - "https://ror.org/0086epd30", - "https://ror.org/04q29nn62", - "https://ror.org/05fjffm04", - "https://ror.org/056hav897", - "https://ror.org/03pbmtd68", - "https://ror.org/01f1amm71", - "https://ror.org/031y0x195", - "https://ror.org/05p7fmf80", - "https://ror.org/03zb6nw87", - "https://ror.org/033z83z59", - "https://ror.org/02mtpz628", - "https://ror.org/044dp1584", - "https://ror.org/014ndnr76", - "https://ror.org/04nk3ny21", - "https://ror.org/02hp31992", - "https://ror.org/01c1p7750", - "https://ror.org/01exas502", - "https://ror.org/00jvqbw52", - "https://ror.org/05kz79f96", - "https://ror.org/0266c5p67", - "https://ror.org/02jp0cd74", - "https://ror.org/05vqkgf08", - "https://ror.org/008qs6838", - "https://ror.org/0463z7496", - "https://ror.org/052yj6c27", - "https://ror.org/013dngs07", - "https://ror.org/02w7ezv91", - "https://ror.org/034feyf26", - "https://ror.org/01e4wd589", - "https://ror.org/0095dt357", - "https://ror.org/029hdt144", - "https://ror.org/05dbe0t82", - "https://ror.org/03t4pc386", - "https://ror.org/01vrz7264", - "https://ror.org/008e1sp22", - "https://ror.org/01e8w0016", - "https://ror.org/01ddqfh11", - "https://ror.org/01earvv39", - "https://ror.org/03cxgcr75", - "https://ror.org/05akjb009", - "https://ror.org/012zmcc30", - "https://ror.org/044jxv425", - "https://ror.org/014sj8802", - "https://ror.org/00qe5nz43", - "https://ror.org/00jp5dw81", - "https://ror.org/03t9s7t87", - "https://ror.org/03zsnyg10", - "https://ror.org/04dyeh227", - "https://ror.org/034bena10", - "https://ror.org/025agbr41", - "https://ror.org/041v99f68", - "https://ror.org/040d87505", - "https://ror.org/05kkw6065", - "https://ror.org/04rfxk768", - "https://ror.org/0458p8g61", - "https://ror.org/023h4a821", - "https://ror.org/01vxptj17", - "https://ror.org/02a9mrq41", - "https://ror.org/05thj7870", - "https://ror.org/05wzabs02", - "https://ror.org/00t9egj41", - "https://ror.org/05hqep952", - "https://ror.org/03k37h274", - "https://ror.org/05k267t15", - "https://ror.org/0259td381", - "https://ror.org/030vwjb30", - "https://ror.org/05q8d3662", - "https://ror.org/01zrk7293", - "https://ror.org/00p73bw06", - "https://ror.org/02nfq1309", - "https://ror.org/00gjnk018", - "https://ror.org/01cbgsf04", - "https://ror.org/01wvg5605", - "https://ror.org/02ncy5p18", - "https://ror.org/03hqv2x85", - "https://ror.org/055nbmz93", - "https://ror.org/00vsvph51", - "https://ror.org/04f6tkx67", - "https://ror.org/028rasm92", - "https://ror.org/03y61y350", - "https://ror.org/03qge6j93", - "https://ror.org/03y7m8990", - "https://ror.org/00nvvw130", - "https://ror.org/04kbqb151", - "https://ror.org/05qy9ka59", - "https://ror.org/00qhm9960", - "https://ror.org/00n90tt57", - "https://ror.org/016nv8j08", - "https://ror.org/013nhg483", - "https://ror.org/00jyt4d57", - "https://ror.org/05ft9wv42", - "https://ror.org/053d03003", - "https://ror.org/03q7r5x87", - "https://ror.org/01kbkse74", - "https://ror.org/05pm2xt51", - "https://ror.org/01ph0t361", - "https://ror.org/04fgntk96", - "https://ror.org/0387w4y93", - "https://ror.org/01zprwd36", - "https://ror.org/01jr1v359", - "https://ror.org/01r19bq53", - "https://ror.org/02e3eqz10", - "https://ror.org/04ph5sm90", - "https://ror.org/00qdphm77", - "https://ror.org/043y2tx42", - "https://ror.org/02qqh1125", - "https://ror.org/01x3ydm75", - "https://ror.org/021sh3243", - "https://ror.org/00ex3jm11", - "https://ror.org/02k243t26", - "https://ror.org/02nxezb95", - "https://ror.org/018z38380", - "https://ror.org/017ed2k28", - "https://ror.org/035gq6r08", - "https://ror.org/01165k395", - "https://ror.org/018dfmm35", - "https://ror.org/013m8h627", - "https://ror.org/02tg88m31", - "https://ror.org/01a6c6c20", - "https://ror.org/05k71g406", - "https://ror.org/04b8tg719", - "https://ror.org/02yvdat18", - "https://ror.org/01ed4t417", - "https://ror.org/05dy6wv04", - "https://ror.org/05dpfhh73", - "https://ror.org/030przz70", - "https://ror.org/05dd6kb95", - "https://ror.org/03k7yrw82", - "https://ror.org/016wpzq40", - "https://ror.org/02baj6743", - "https://ror.org/04r5nwv94", - "https://ror.org/01027m165", - "https://ror.org/0557vhy43", - "https://ror.org/0459x4g44", - "https://ror.org/03vyv3y87", - "https://ror.org/039j4x695", - "https://ror.org/04dx32582", - "https://ror.org/05dh21g53", - "https://ror.org/01hrtf583", - "https://ror.org/01yw9jt43", - "https://ror.org/01dwzy755", - "https://ror.org/019v7sr25", - "https://ror.org/04x7ec535", - "https://ror.org/0428ctr80", - "https://ror.org/00ejmq608", - "https://ror.org/04dtbh109", - "https://ror.org/00drt4541", - "https://ror.org/03s5x2j36", - "https://ror.org/0251tqx66", - "https://ror.org/053p5te48", - "https://ror.org/04q1vy171", - "https://ror.org/052dpkx72", - "https://ror.org/04gh2v067", - "https://ror.org/04k5bcn60", - "https://ror.org/00kjer521", - "https://ror.org/04t9v8r67", - "https://ror.org/03h3j0z67", - "https://ror.org/00tj21473", - "https://ror.org/001br4864", - "https://ror.org/015144r31", - "https://ror.org/02cypx016", - "https://ror.org/03gbgw380", - "https://ror.org/037y9hb39", - "https://ror.org/050c3pq49", - "https://ror.org/008e8k888", - "https://ror.org/05w3vvc59", - "https://ror.org/03capj968", - "https://ror.org/00rt27171", - "https://ror.org/003sscq03", - "https://ror.org/03p96ke84", - "https://ror.org/02pgsjq66", - "https://ror.org/05jekdj60", - "https://ror.org/052rhgg57", - "https://ror.org/05pwqr258", - "https://ror.org/03mshhe73", - "https://ror.org/030sqvy05", - "https://ror.org/02a849f66", - "https://ror.org/0152wf839", - "https://ror.org/03ef0j886", - "https://ror.org/04wkrkf28", - "https://ror.org/03e75qp68", - "https://ror.org/059bq3232", - "https://ror.org/024c3xj78", - "https://ror.org/03r83qv57", - "https://ror.org/02gz6nd21", - "https://ror.org/00my0j309", - "https://ror.org/05v8kmm60", - "https://ror.org/01cgtm828", - "https://ror.org/01v75d751", - "https://ror.org/00xzzba89", - "https://ror.org/02gezhp66", - "https://ror.org/031j52y75", - "https://ror.org/02xx07v13", - "https://ror.org/05twhbr06", - "https://ror.org/049t65d67", - "https://ror.org/0081d5r66", - "https://ror.org/02xqz5k24", - "https://ror.org/05naveh50", - "https://ror.org/01mxn9q79", - "https://ror.org/04ge2hn26", - "https://ror.org/03m5vq622", - "https://ror.org/01138xk88", - "https://ror.org/01bcn3f20", - "https://ror.org/03cqwn895", - "https://ror.org/02bn1dj67", - "https://ror.org/05dsek450", - "https://ror.org/02g40zn06", - "https://ror.org/04bkzce69", - "https://ror.org/01x3ftb23", - "https://ror.org/03b2c0z26", - "https://ror.org/04g9rt435", - "https://ror.org/00kr24y60", - "https://ror.org/05h9gyn11", - "https://ror.org/021ryxk89", - "https://ror.org/03wxndv36", - "https://ror.org/04az3m568", - "https://ror.org/01sra1980", - "https://ror.org/048cbmc89", - "https://ror.org/01qdqrj31", - "https://ror.org/04hzkx672", - "https://ror.org/02617e391", - "https://ror.org/04z4fen17", - "https://ror.org/01273vs09", - "https://ror.org/059eam965", - "https://ror.org/02hmsgf06", - "https://ror.org/00n1qg914", - "https://ror.org/02q7f3j18", - "https://ror.org/028m9sy08", - "https://ror.org/040zr6b15", - "https://ror.org/031xg0236", - "https://ror.org/05vcax154", - "https://ror.org/04ghtjd11", - "https://ror.org/05sc3hd12", - "https://ror.org/016wdna72", - "https://ror.org/02baj6743", - "https://ror.org/008rwh029", - "https://ror.org/05xxb2f26", - "https://ror.org/02dm0bq25", - "https://ror.org/01f1amm71", - "https://ror.org/05mqemx33", - "https://ror.org/00dyt5s15", - "https://ror.org/01c62av11", - "https://ror.org/03c3m6m66", - "https://ror.org/05dm3m993", - "https://ror.org/05367a632", - "https://ror.org/034nb0f30", - "https://ror.org/0529q4s79", - "https://ror.org/02ywmqv15", - "https://ror.org/0508wny29", - "https://ror.org/04d3p2m17", - "https://ror.org/04fc8dp24", - "https://ror.org/02txsgf39", - "https://ror.org/00ts9pr54", - "https://ror.org/031xg0236", - "https://ror.org/00earpg61", - "https://ror.org/00d82rk36", - "https://ror.org/00avz5239", - "https://ror.org/03p6ach34", - "https://ror.org/03evbwn87" - ] - }, - "https://ror.org/03bnmw459": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/058rn5r42", - "https://ror.org/023kksk09", - "https://ror.org/04vj48162", - "https://ror.org/01femje42" - ] - }, - "https://ror.org/01c27hj86": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03yhnhz23", - "https://ror.org/03cvzf910", - "https://ror.org/046ggxs83", - "https://ror.org/011ewyt41", - "https://ror.org/03db2by73", - "https://ror.org/020rfvw83", - "https://ror.org/03k2k6011", - "https://ror.org/030qxym25", - "https://ror.org/03h86rm10", - "https://ror.org/00fe63682", - "https://ror.org/03865xp31", - "https://ror.org/05ngwf943", - "https://ror.org/008yzrs90", - "https://ror.org/01hcb0r47", - "https://ror.org/05fkmcx91", - "https://ror.org/00zy84838", - "https://ror.org/05ee6mp02", - "https://ror.org/020hp3377", - "https://ror.org/048dw0897", - "https://ror.org/05rn5n623", - "https://ror.org/033fmp855", - "https://ror.org/01fx94528", - "https://ror.org/03bt7ej51", - "https://ror.org/015hr2538", - "https://ror.org/01hyesf03", - "https://ror.org/051fzrb60", - "https://ror.org/05q49dx47", - "https://ror.org/00fkydv97", - "https://ror.org/03cemkr79", - "https://ror.org/0269he949", - "https://ror.org/04etzz842", - "https://ror.org/02kn5av21", - "https://ror.org/00esxkm46", - "https://ror.org/03q2knb18", - "https://ror.org/05bq01106", - "https://ror.org/03zx3qn16", - "https://ror.org/0286e5b31", - "https://ror.org/01spe0w42", - "https://ror.org/01nxcd525", - "https://ror.org/041h7hf54", - "https://ror.org/009qdm547", - "https://ror.org/01kcw0y52", - "https://ror.org/00fem8f23", - "https://ror.org/02zxraz57", - "https://ror.org/03tmdzc72", - "https://ror.org/04jr43q89", - "https://ror.org/03302rx63", - "https://ror.org/056v2rs36", - "https://ror.org/05fkq5j19", - "https://ror.org/03t41q113", - "https://ror.org/00sxx6887", - "https://ror.org/029jcsg20", - "https://ror.org/037r6xs74", - "https://ror.org/015dy5p63", - "https://ror.org/04rs3t968", - "https://ror.org/053j74t32", - "https://ror.org/04nvdxw11", - "https://ror.org/04dnsak29", - "https://ror.org/01mvyk241", - "https://ror.org/05fyyyx53", - "https://ror.org/057et8d07", - "https://ror.org/00n1yyc49", - "https://ror.org/03xkvz448", - "https://ror.org/037kpn189", - "https://ror.org/05afnvy09", - "https://ror.org/004yecm09", - "https://ror.org/05hqp1023", - "https://ror.org/00ww2r127", - "https://ror.org/02r6xw279", - "https://ror.org/03gwskq53", - "https://ror.org/02zbqp516", - "https://ror.org/03actwe44", - "https://ror.org/028mw1j46", - "https://ror.org/05y50ps96", - "https://ror.org/04nhye957", - "https://ror.org/02y82bt96", - "https://ror.org/00zxx1774", - "https://ror.org/006p6tf90", - "https://ror.org/0198g6d77", - "https://ror.org/032v56e13", - "https://ror.org/00h4pdn80", - "https://ror.org/00ap6k638", - "https://ror.org/006bxqs05", - "https://ror.org/058y9e160", - "https://ror.org/01jf9jv39", - "https://ror.org/00c9yng40", - "https://ror.org/0537tge94", - "https://ror.org/03fjwmt07", - "https://ror.org/011cp4r12", - "https://ror.org/03acp3c91" - ] - }, - "https://ror.org/0449t3a80": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0114r0003" - ] - }, - "https://ror.org/05f82e368": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/053p8kg34", - "https://ror.org/04yavcg77", - "https://ror.org/03tnjrr49", - "https://ror.org/0015h8611", - "https://ror.org/048cbmc89", - "https://ror.org/01qdqrj31", - "https://ror.org/00zbj9525", - "https://ror.org/02v2jyq75", - "https://ror.org/02gn50d10", - "https://ror.org/03pnk9016", - "https://ror.org/01y85ge33", - "https://ror.org/00dmms154", - "https://ror.org/01wcaw014", - "https://ror.org/03dbsav41", - "https://ror.org/05t5n2z26", - "https://ror.org/05rq3rb55", - "https://ror.org/051sk4035", - "https://ror.org/02c5gc203", - "https://ror.org/000nhq538", - "https://ror.org/03fk87k11", - "https://ror.org/00ajjta07", - "https://ror.org/02s56xp85", - "https://ror.org/02g40zn06", - "https://ror.org/03edms940", - "https://ror.org/045r56524", - "https://ror.org/04p7gsa29", - "https://ror.org/00m43ek07", - "https://ror.org/046cjf283", - "https://ror.org/04xmteb38", - "https://ror.org/032w6q449", - "https://ror.org/03saykv37", - "https://ror.org/03atapr58", - "https://ror.org/028qedy27", - "https://ror.org/0223bz716", - "https://ror.org/01hg8p552", - "https://ror.org/02p3et738", - "https://ror.org/00kneq391", - "https://ror.org/046p9e825", - "https://ror.org/00bbtde36", - "https://ror.org/032q95r88", - "https://ror.org/023kqz006", - "https://ror.org/03cqwn895", - "https://ror.org/03nr8xh07", - "https://ror.org/00nvjgv40", - "https://ror.org/00kr24y60", - "https://ror.org/0366b1491", - "https://ror.org/00rd22143", - "https://ror.org/03q7r5x87", - "https://ror.org/05h9gyn11", - "https://ror.org/03gvnh520", - "https://ror.org/002fxfq97", - "https://ror.org/04n8sc212", - "https://ror.org/03kr50w79", - "https://ror.org/002yg6s88", - "https://ror.org/002v3cy83", - "https://ror.org/02krdtz55", - "https://ror.org/05c9ks061", - "https://ror.org/0579jh693", - "https://ror.org/02djzje70", - "https://ror.org/021ryxk89", - "https://ror.org/02z0jq636", - "https://ror.org/03k1e4r14", - "https://ror.org/03x0yny97", - "https://ror.org/02617e391", - "https://ror.org/0546jt497", - "https://ror.org/036w0tz95", - "https://ror.org/04yrrdj53", - "https://ror.org/014ndnr76", - "https://ror.org/01c1p7750", - "https://ror.org/006gzge74", - "https://ror.org/02jp0cd74", - "https://ror.org/0057kwj95", - "https://ror.org/02844qe97", - "https://ror.org/008e1sp22", - "https://ror.org/01ddqfh11", - "https://ror.org/01cht3g41", - "https://ror.org/05wzabs02", - "https://ror.org/00t9egj41", - "https://ror.org/05hqep952", - "https://ror.org/00dgdgj39", - "https://ror.org/02vnd0e65", - "https://ror.org/02fgakj19", - "https://ror.org/01a4enz31", - "https://ror.org/0572pak88", - "https://ror.org/00nvvw130", - "https://ror.org/01r19bq53", - "https://ror.org/02ffzdx16", - "https://ror.org/04ph5sm90", - "https://ror.org/00ex3jm11", - "https://ror.org/04mvx3d75", - "https://ror.org/00zay3w86", - "https://ror.org/03vkhr254", - "https://ror.org/03a26mh11", - "https://ror.org/03gc1p724", - "https://ror.org/05yqfzf35", - "https://ror.org/02bmcpa10", - "https://ror.org/00ejmq608", - "https://ror.org/04dtbh109", - "https://ror.org/00drt4541", - "https://ror.org/03s5x2j36", - "https://ror.org/05w87rc74", - "https://ror.org/00bnsfw19", - "https://ror.org/0251tqx66", - "https://ror.org/053p5te48", - "https://ror.org/044dv9p07", - "https://ror.org/057nsa394", - "https://ror.org/00ngq1v76", - "https://ror.org/0503mhx84", - "https://ror.org/01ybw6t12", - "https://ror.org/05c43y157", - "https://ror.org/04bnnrk48", - "https://ror.org/04s80ef73", - "https://ror.org/05w7kec06", - "https://ror.org/01jem5q45", - "https://ror.org/04q1vy171", - "https://ror.org/052dpkx72", - "https://ror.org/02nmctw71", - "https://ror.org/04kd6c686", - "https://ror.org/01rrvyp50", - "https://ror.org/05kk75d32", - "https://ror.org/00ghmzn75", - "https://ror.org/04gh2v067", - "https://ror.org/02e85d463", - "https://ror.org/046as0q24", - "https://ror.org/03yr1er70", - "https://ror.org/02g4eyf83", - "https://ror.org/01df79331", - "https://ror.org/05c2kyj22", - "https://ror.org/04k1akk19", - "https://ror.org/0343q4c37", - "https://ror.org/01wa61d03", - "https://ror.org/02dvxkc14", - "https://ror.org/05ye64x65", - "https://ror.org/03wy09077", - "https://ror.org/038xg1y21", - "https://ror.org/05fxyrf35", - "https://ror.org/04k5bcn60", - "https://ror.org/05ddxrm33", - "https://ror.org/00kjer521", - "https://ror.org/03d0b5142", - "https://ror.org/04t9v8r67", - "https://ror.org/039v8dd90", - "https://ror.org/05cbrk226", - "https://ror.org/03h3j0z67", - "https://ror.org/0218kns11", - "https://ror.org/02hcn4061", - "https://ror.org/03cbxvt13", - "https://ror.org/00wx1vg07", - "https://ror.org/00mfc1254", - "https://ror.org/02hx79439", - "https://ror.org/03p74y353", - "https://ror.org/00tj21473", - "https://ror.org/00qmhmb34", - "https://ror.org/001br4864", - "https://ror.org/015cqax60", - "https://ror.org/0427jdz87", - "https://ror.org/015144r31", - "https://ror.org/05wzw4r89", - "https://ror.org/01bzdp563", - "https://ror.org/03kja7h52", - "https://ror.org/02cypx016", - "https://ror.org/03r83qv57", - "https://ror.org/014809085", - "https://ror.org/00d7h8p49", - "https://ror.org/00my0j309", - "https://ror.org/01x2ksr57", - "https://ror.org/05v8kmm60", - "https://ror.org/01cgtm828", - "https://ror.org/04njvae93", - "https://ror.org/00d82rk36", - "https://ror.org/01v75d751", - "https://ror.org/004gzqz66", - "https://ror.org/03k37h274", - "https://ror.org/017zz7s54", - "https://ror.org/01tnxwc41", - "https://ror.org/03cqwn895", - "https://ror.org/00d82rk36", - "https://ror.org/01w1erp60" - ] - }, - "https://ror.org/00cfy0294": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03v2df654" - ] - }, - "https://ror.org/02kvxyf05": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03skt0t88", - "https://ror.org/012e1xn46", - "https://ror.org/04d9wv909", - "https://ror.org/04afed728", - "https://ror.org/05y6rqs46", - "https://ror.org/00jsv7j98", - "https://ror.org/054f5fc35", - "https://ror.org/01c8rcg82", - "https://ror.org/03tjcj052", - "https://ror.org/00n8d6z93", - "https://ror.org/03fcjvn64", - "https://ror.org/04040yw90", - "https://ror.org/0315e5x55", - "https://ror.org/04eej9726", - "https://ror.org/05m3r1b84", - "https://ror.org/00myn0z94", - "https://ror.org/04rvw8791", - "https://ror.org/03eqm6y13", - "https://ror.org/04xmteb38", - "https://ror.org/04ett5b41", - "https://ror.org/043n4fm24", - "https://ror.org/01215r597", - "https://ror.org/00k4e5n71", - "https://ror.org/02snf8m58", - "https://ror.org/046p9e825", - "https://ror.org/00g669j87", - "https://ror.org/02vnf0c38", - "https://ror.org/03jv6w209", - "https://ror.org/013yean28", - "https://ror.org/01nzkaw91", - "https://ror.org/02125p091", - "https://ror.org/05vrs3189", - "https://ror.org/02hp31992", - "https://ror.org/007xn7v02", - "https://ror.org/044cfnj78", - "https://ror.org/02r1kz177", - "https://ror.org/022gakr41", - "https://ror.org/01rrvyp50", - "https://ror.org/00680hx61", - "https://ror.org/04msnz457", - "https://ror.org/04w61vh47", - "https://ror.org/00prvqp73", - "https://ror.org/02etvq888", - "https://ror.org/05eyd5d35", - "https://ror.org/02gz6nd21", - "https://ror.org/01ekw7f87", - "https://ror.org/05twhbr06", - "https://ror.org/04fvec703", - "https://ror.org/003m5dy43", - "https://ror.org/025n6m978", - "https://ror.org/04wgfew19", - "https://ror.org/02e6ym289", - "https://ror.org/056hxch81", - "https://ror.org/045ff8v85", - "https://ror.org/02t6zvp46", - "https://ror.org/01pgzvb06", - "https://ror.org/02cksep19", - "https://ror.org/01zn4dj88", - "https://ror.org/0381pta47", - "https://ror.org/056th3f83", - "https://ror.org/024cwyh09", - "https://ror.org/03pfm1t26", - "https://ror.org/00c174c31", - "https://ror.org/03e9yxc42", - "https://ror.org/04m5zyp18", - "https://ror.org/034j91g93", - "https://ror.org/05qacnn14", - "https://ror.org/04gy3ks39", - "https://ror.org/02kxjkv05", - "https://ror.org/026t7px13", - "https://ror.org/046c1g807", - "https://ror.org/05k49tq53", - "https://ror.org/04af4y522", - "https://ror.org/05v519z54", - "https://ror.org/046fmsw47", - "https://ror.org/04tb95541", - "https://ror.org/04881e359", - "https://ror.org/00zzgef46", - "https://ror.org/01zpdyq44", - "https://ror.org/001vjcf44", - "https://ror.org/039zcz976", - "https://ror.org/02pkbtk91", - "https://ror.org/02s3zbq77", - "https://ror.org/02b3vs478", - "https://ror.org/04z4sqq49", - "https://ror.org/013f2p073", - "https://ror.org/00wvtes77", - "https://ror.org/04x550321", - "https://ror.org/03v4jvx71", - "https://ror.org/01nc10f70", - "https://ror.org/02s3b7375", - "https://ror.org/05hq7wc19", - "https://ror.org/032j1fw45", - "https://ror.org/03ctyg534", - "https://ror.org/02j7awn61", - "https://ror.org/02zws8w42", - "https://ror.org/02a2awp29", - "https://ror.org/056hxch81", - "https://ror.org/045ff8v85", - "https://ror.org/02t6zvp46", - "https://ror.org/01pgzvb06", - "https://ror.org/02cksep19", - "https://ror.org/01zn4dj88", - "https://ror.org/0381pta47", - "https://ror.org/056th3f83", - "https://ror.org/024cwyh09", - "https://ror.org/0325tbk69", - "https://ror.org/04e835403", - "https://ror.org/05c6e6w24", - "https://ror.org/008kj1d63", - "https://ror.org/03de2ht59", - "https://ror.org/03bj6gc92", - "https://ror.org/05rv46r52", - "https://ror.org/02xc7ww16", - "https://ror.org/0440j7g03", - "https://ror.org/03w9t3v76", - "https://ror.org/02n848x19", - "https://ror.org/0005fxe59", - "https://ror.org/02m9pkf41", - "https://ror.org/034kszc22", - "https://ror.org/02mv3qy73", - "https://ror.org/019yhsq25", - "https://ror.org/048c8c312", - "https://ror.org/034zjpe43", - "https://ror.org/03kdymn35", - "https://ror.org/00vk6my81", - "https://ror.org/007k1sp19", - "https://ror.org/02v0g3b09", - "https://ror.org/002sjzb46", - "https://ror.org/03p28de55", - "https://ror.org/04abbt041", - "https://ror.org/00q8gze35", - "https://ror.org/0421ngv68", - "https://ror.org/0159yvt51", - "https://ror.org/00xkg0532", - "https://ror.org/03g7tsb60", - "https://ror.org/038mncb54", - "https://ror.org/04xnkqg56", - "https://ror.org/00077hj81", - "https://ror.org/05pj0t051", - "https://ror.org/00w25wb51", - "https://ror.org/03fedwt95", - "https://ror.org/059z1ye11", - "https://ror.org/03856b930", - "https://ror.org/015b80x98", - "https://ror.org/03p3amd86", - "https://ror.org/03wt8n129", - "https://ror.org/05v2cwj11", - "https://ror.org/00c9pnr51", - "https://ror.org/05qgc7m36", - "https://ror.org/022jb9a19", - "https://ror.org/035vnpg93", - "https://ror.org/053wq2p27", - "https://ror.org/0194hft57", - "https://ror.org/043ja9593", - "https://ror.org/01gamk045", - "https://ror.org/00rttk466", - "https://ror.org/04qgdxq75", - "https://ror.org/005g9fg60", - "https://ror.org/00hr9sq71", - "https://ror.org/026839t73", - "https://ror.org/040753f36", - "https://ror.org/059213d70", - "https://ror.org/01z2f0n71", - "https://ror.org/0305gxg06", - "https://ror.org/030627c87", - "https://ror.org/037zfay27", - "https://ror.org/00jy6y646", - "https://ror.org/00dfknt61", - "https://ror.org/02yyddy74", - "https://ror.org/02akzv132", - "https://ror.org/031y5kf09", - "https://ror.org/028m5h544", - "https://ror.org/05d35hp70", - "https://ror.org/03m3czb09", - "https://ror.org/042s1r231", - "https://ror.org/00tpxnv37", - "https://ror.org/05xtj5718", - "https://ror.org/016sv6m22", - "https://ror.org/04fvec703", - "https://ror.org/038tm0s98", - "https://ror.org/05b2jnz57", - "https://ror.org/007h9pt55", - "https://ror.org/05nyav747", - "https://ror.org/01vxs7536", - "https://ror.org/003m5dy43", - "https://ror.org/054a4nn03", - "https://ror.org/03jqma326", - "https://ror.org/04pkmtd21", - "https://ror.org/025n6m978", - "https://ror.org/04wgfew19", - "https://ror.org/02e6ym289", - "https://ror.org/030zn8d06", - "https://ror.org/02fh7gz32", - "https://ror.org/0406xq039", - "https://ror.org/0483s2h18", - "https://ror.org/01z0e7y08", - "https://ror.org/00xv6bg25", - "https://ror.org/039v8sa14", - "https://ror.org/03gvm2667", - "https://ror.org/014atn455", - "https://ror.org/05nqng710", - "https://ror.org/05ghgkk68", - "https://ror.org/01jc9hv70", - "https://ror.org/04z5j4a93", - "https://ror.org/02m8aq428", - "https://ror.org/0110mcx69", - "https://ror.org/00zm0ea22", - "https://ror.org/0240qp408", - "https://ror.org/03eyty988", - "https://ror.org/04zja0e38", - "https://ror.org/05sk9zb20", - "https://ror.org/00hxn0m30", - "https://ror.org/040dpfz92", - "https://ror.org/00n7ba848", - "https://ror.org/025wa0q37", - "https://ror.org/03m5vq622", - "https://ror.org/007k1sp19", - "https://ror.org/02v0g3b09", - "https://ror.org/002sjzb46", - "https://ror.org/03p28de55", - "https://ror.org/04abbt041", - "https://ror.org/00q8gze35", - "https://ror.org/0421ngv68", - "https://ror.org/0159yvt51", - "https://ror.org/00xkg0532", - "https://ror.org/03g7tsb60", - "https://ror.org/038mncb54", - "https://ror.org/04xnkqg56", - "https://ror.org/00077hj81", - "https://ror.org/05pj0t051", - "https://ror.org/059z1ye11", - "https://ror.org/03p3amd86", - "https://ror.org/05v2cwj11", - "https://ror.org/05qgc7m36", - "https://ror.org/022jb9a19", - "https://ror.org/035vnpg93", - "https://ror.org/053wq2p27", - "https://ror.org/0194hft57", - "https://ror.org/043ja9593", - "https://ror.org/00rttk466", - "https://ror.org/04qgdxq75", - "https://ror.org/005g9fg60", - "https://ror.org/00hr9sq71", - "https://ror.org/013f2p073", - "https://ror.org/00wvtes77", - "https://ror.org/03v4jvx71", - "https://ror.org/01nc10f70", - "https://ror.org/02s3b7375", - "https://ror.org/03ctyg534", - "https://ror.org/02j7awn61", - "https://ror.org/02zws8w42", - "https://ror.org/02a2awp29", - "https://ror.org/03wt8n129", - "https://ror.org/01gamk045", - "https://ror.org/05rv46r52", - "https://ror.org/02xc7ww16", - "https://ror.org/0440j7g03", - "https://ror.org/03w9t3v76", - "https://ror.org/02n848x19", - "https://ror.org/0005fxe59", - "https://ror.org/02m9pkf41", - "https://ror.org/034kszc22", - "https://ror.org/02mv3qy73", - "https://ror.org/019yhsq25", - "https://ror.org/048c8c312", - "https://ror.org/034zjpe43", - "https://ror.org/03kdymn35", - "https://ror.org/00vk6my81", - "https://ror.org/059213d70", - "https://ror.org/05bjvdf85", - "https://ror.org/02c7vb662", - "https://ror.org/0165kg211", - "https://ror.org/00gwm8q58", - "https://ror.org/039bszh67", - "https://ror.org/010yn8j22", - "https://ror.org/00y7vs922", - "https://ror.org/05j95bh22", - "https://ror.org/05sxdf220", - "https://ror.org/02gap9590", - "https://ror.org/056ntzw90", - "https://ror.org/02mab7455", - "https://ror.org/0331z0d02", - "https://ror.org/04a11tk94", - "https://ror.org/037a7q098", - "https://ror.org/03ad2mf95", - "https://ror.org/05h4ccq74", - "https://ror.org/02tpkcv11", - "https://ror.org/02c9cqe66", - "https://ror.org/01yvm5309", - "https://ror.org/009bc7242", - "https://ror.org/02tnenk24", - "https://ror.org/024wx0b20", - "https://ror.org/00xcapc45", - "https://ror.org/04fqa0d17", - "https://ror.org/00ynfac79", - "https://ror.org/03rh4zb49", - "https://ror.org/04hsaft65", - "https://ror.org/01svbzm77", - "https://ror.org/02fw3g688", - "https://ror.org/035fwjk44", - "https://ror.org/03n2qjy25", - "https://ror.org/04y9vv765", - "https://ror.org/03n4whq22", - "https://ror.org/03gwakv46", - "https://ror.org/00xk87z93", - "https://ror.org/050y2w676", - "https://ror.org/046v7pr94", - "https://ror.org/042f4ww95", - "https://ror.org/02s3zbq77", - "https://ror.org/02b3vs478", - "https://ror.org/04z4sqq49", - "https://ror.org/016w2y923", - "https://ror.org/0233qcv12", - "https://ror.org/02ejmm326", - "https://ror.org/0571jty83", - "https://ror.org/0241sry50", - "https://ror.org/035k61372", - "https://ror.org/03fm6kj16", - "https://ror.org/02gqj2v09", - "https://ror.org/05vaf4569", - "https://ror.org/010h8d806", - "https://ror.org/0282csf50", - "https://ror.org/03k192506", - "https://ror.org/022pm4x73", - "https://ror.org/00xaax174", - "https://ror.org/00fk7fp57", - "https://ror.org/01cka1x81", - "https://ror.org/019txxw85", - "https://ror.org/03cjm2544", - "https://ror.org/04dpcfm57", - "https://ror.org/051dcvw72", - "https://ror.org/02wpx0e31", - "https://ror.org/05fg1yv24", - "https://ror.org/04t1xhf26", - "https://ror.org/04e2h0037", - "https://ror.org/05rnwy495", - "https://ror.org/01nryz461", - "https://ror.org/00e5h1370", - "https://ror.org/033f87p02", - "https://ror.org/02jpms184", - "https://ror.org/00rzkah64", - "https://ror.org/05pp95825", - "https://ror.org/04881ht90", - "https://ror.org/013c4e161", - "https://ror.org/024tnzs33", - "https://ror.org/01qemch77", - "https://ror.org/055gkws08", - "https://ror.org/02jkb9r34", - "https://ror.org/03ppjg142", - "https://ror.org/05a6hqa33", - "https://ror.org/02wakmj41", - "https://ror.org/04zpj8n12", - "https://ror.org/04c96ng72", - "https://ror.org/00xn8xq53", - "https://ror.org/02njc8q57", - "https://ror.org/0485z7y90", - "https://ror.org/05089qr23", - "https://ror.org/02tnfe688", - "https://ror.org/05pv6tc14", - "https://ror.org/016z8nq35", - "https://ror.org/00my0j309", - "https://ror.org/01tnxwc41", - "https://ror.org/05xtj5718", - "https://ror.org/016sv6m22", - "https://ror.org/038tm0s98", - "https://ror.org/05b2jnz57", - "https://ror.org/007h9pt55", - "https://ror.org/05nyav747", - "https://ror.org/01vxs7536", - "https://ror.org/054a4nn03", - "https://ror.org/03jqma326", - "https://ror.org/04pkmtd21", - "https://ror.org/03gvm2667", - "https://ror.org/059213d70", - "https://ror.org/01z2f0n71", - "https://ror.org/0305gxg06", - "https://ror.org/030627c87", - "https://ror.org/037zfay27", - "https://ror.org/00jy6y646", - "https://ror.org/00dfknt61", - "https://ror.org/02yyddy74", - "https://ror.org/02akzv132", - "https://ror.org/031y5kf09", - "https://ror.org/028m5h544", - "https://ror.org/05d35hp70", - "https://ror.org/03m3czb09", - "https://ror.org/042s1r231", - "https://ror.org/00tpxnv37", - "https://ror.org/014atn455", - "https://ror.org/04dpcfm57", - "https://ror.org/051dcvw72", - "https://ror.org/02wpx0e31", - "https://ror.org/05fg1yv24", - "https://ror.org/04t1xhf26", - "https://ror.org/04e2h0037" - ] - }, - "https://ror.org/04mte1k06": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04eba5983", - "https://ror.org/01qp9b498", - "https://ror.org/03z8jm198", - "https://ror.org/043b26x63", - "https://ror.org/00t7c0489", - "https://ror.org/01zq90d67", - "https://ror.org/03v7h1165", - "https://ror.org/05y2jpg52", - "https://ror.org/05c0g2426", - "https://ror.org/00qed5764", - "https://ror.org/02tjxem41" - ] - }, - "https://ror.org/05x2bcf33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02f33m021", - "https://ror.org/00ds41r10", - "https://ror.org/00az5dt38", - "https://ror.org/00jfeg660", - "https://ror.org/01xqjjn94", - "https://ror.org/01v6d0b34", - "https://ror.org/02mxx0b77", - "https://ror.org/02whst089" - ] - }, - "https://ror.org/05m1y4204": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02f2wk572", - "https://ror.org/02jxk1021", - "https://ror.org/03ham0v36", - "https://ror.org/04hmhe775", - "https://ror.org/0296s8h59", - "https://ror.org/005wyj849", - "https://ror.org/019xah196", - "https://ror.org/04mr3tx26" - ] - }, - "https://ror.org/04hwbg047": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00990e921", - "https://ror.org/02frbs640", - "https://ror.org/02ynn6218", - "https://ror.org/056kkbk56", - "https://ror.org/00b0abc98" - ] - }, - "https://ror.org/00kj4ev13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03v85ar63", - "https://ror.org/03yw66316", - "https://ror.org/05x6qqf62", - "https://ror.org/003zecf96", - "https://ror.org/01x9a3s25", - "https://ror.org/02f5j5k52" - ] - }, - "https://ror.org/040ek4035": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0001rqc34", - "https://ror.org/05ra54594" - ] - }, - "https://ror.org/031rekg67": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/014cjmc76" - ] - }, - "https://ror.org/030sjb889": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01bqrhe48" - ] - }, - "https://ror.org/047g7f905": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04cmez398" - ] - }, - "https://ror.org/02g7qcb42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04fkwzm96", - "https://ror.org/00zyk6d86", - "https://ror.org/01zc1f144", - "https://ror.org/00j4pze04", - "https://ror.org/025714n80", - "https://ror.org/028z00g40", - "https://ror.org/03nzegx43" - ] - }, - "https://ror.org/00pjdza24": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00zv0wd17", - "https://ror.org/03t0t6y08", - "https://ror.org/01an7q238", - "https://ror.org/05rrcem69", - "https://ror.org/04gyf1771", - "https://ror.org/046rm7j60", - "https://ror.org/00d9ah105", - "https://ror.org/03nawhv43", - "https://ror.org/0168r3w48", - "https://ror.org/043mz5j54", - "https://ror.org/02t274463", - "https://ror.org/03s65by71", - "https://ror.org/04nmjep87", - "https://ror.org/00dmfq477", - "https://ror.org/02jbv0t02", - "https://ror.org/04533wk67", - "https://ror.org/03djjyk45", - "https://ror.org/04sk0et52", - "https://ror.org/01r4tcq81", - "https://ror.org/03rafms67", - "https://ror.org/02hhwwz98", - "https://ror.org/00knt4f32", - "https://ror.org/04n1n3n22", - "https://ror.org/02cq2e244", - "https://ror.org/048400679", - "https://ror.org/01rq3ht76", - "https://ror.org/02whst089", - "https://ror.org/00fyrp007", - "https://ror.org/00xcmeq33", - "https://ror.org/009shwh61", - "https://ror.org/05gzqy922", - "https://ror.org/00q7fqf35", - "https://ror.org/04kpwcf85", - "https://ror.org/0424mzx13", - "https://ror.org/02yn1nr06", - "https://ror.org/05ffhwq07", - "https://ror.org/04mg3nk07", - "https://ror.org/04v7hvq31", - "https://ror.org/00t7axd27", - "https://ror.org/04b57z061", - "https://ror.org/02whst089", - "https://ror.org/01r4tcq81", - "https://ror.org/05yndxy10", - "https://ror.org/00knt4f32", - "https://ror.org/04n1n3n22", - "https://ror.org/0570qwq18", - "https://ror.org/00q7fqf35", - "https://ror.org/0146z4r19", - "https://ror.org/017vyhs10", - "https://ror.org/05hnkta08", - "https://ror.org/04kz4p343", - "https://ror.org/02yt0vw44", - "https://ror.org/03d5jvw89", - "https://ror.org/04n1n3n22", - "https://ror.org/03yrm5c26", - "https://ror.org/02agj4404", - "https://ror.org/05jtgpc57", - "https://ror.org/00319zh75", - "https://ror.org/04xm1d337", - "https://ror.org/01t14bp54", - "https://ror.org/01fdhpk75", - "https://ror.org/05v3mvq14", - "https://ror.org/0382bxa43", - "https://ror.org/05cwx3318", - "https://ror.org/01m10e879", - "https://ror.org/010dcp921", - "https://ror.org/04c3j6v84" - ] - }, - "https://ror.org/04jtw9y77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05mdg8117" - ] - }, - "https://ror.org/01dr6c206": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020vrnw42", - "https://ror.org/04kfyt897", - "https://ror.org/038k3ws77", - "https://ror.org/03zm2br59", - "https://ror.org/05e4zna08", - "https://ror.org/03tq3c028", - "https://ror.org/017enfr88", - "https://ror.org/02kstzn75", - "https://ror.org/01qxm2j98", - "https://ror.org/04cnktn59", - "https://ror.org/017fyx225", - "https://ror.org/034tvp782", - "https://ror.org/05f8zcs55", - "https://ror.org/04ejdtr48", - "https://ror.org/01gnp4591", - "https://ror.org/003fvp964", - "https://ror.org/01kjc7m95", - "https://ror.org/01j9zyw40", - "https://ror.org/04h3c2e31", - "https://ror.org/03fs4aq04", - "https://ror.org/0038zp908", - "https://ror.org/00wtrhc98", - "https://ror.org/04rc9d057", - "https://ror.org/00fb7yx07", - "https://ror.org/02jzt6t86", - "https://ror.org/01mcqw380", - "https://ror.org/02q0p6x28", - "https://ror.org/04hrrh248", - "https://ror.org/00cm8fy76", - "https://ror.org/02w7mbm90", - "https://ror.org/01yzad698", - "https://ror.org/02x2xf445", - "https://ror.org/01n78t774", - "https://ror.org/03mp6cc45", - "https://ror.org/01e17d143", - "https://ror.org/04xk7k966", - "https://ror.org/01pe10g60", - "https://ror.org/05e830h62", - "https://ror.org/000sfad56", - "https://ror.org/04e38yx37", - "https://ror.org/05tkv2291", - "https://ror.org/034dn0836", - "https://ror.org/00evbjw38", - "https://ror.org/052tbr029", - "https://ror.org/05rdy5005", - "https://ror.org/037p52j25", - "https://ror.org/02nkd6y23", - "https://ror.org/04waf7p94", - "https://ror.org/00nx96f80", - "https://ror.org/02a5meq09", - "https://ror.org/02yxxe041", - "https://ror.org/02k7ex914", - "https://ror.org/00dxzfw25", - "https://ror.org/02xvrx776", - "https://ror.org/01270hm15", - "https://ror.org/05b7p8k90", - "https://ror.org/0288swk05", - "https://ror.org/05pz4yk52", - "https://ror.org/02q3a7088", - "https://ror.org/05d3ntb42", - "https://ror.org/00r9k8q20", - "https://ror.org/040r57n67", - "https://ror.org/0370nxv28", - "https://ror.org/01vzjr049", - "https://ror.org/0111cp837", - "https://ror.org/003sdh081", - "https://ror.org/01h9sha04", - "https://ror.org/02wbgfm85", - "https://ror.org/02c3phe56", - "https://ror.org/05p1pn123", - "https://ror.org/04xdyc983", - "https://ror.org/024nb2556", - "https://ror.org/025cj6e44" - ] - }, - "https://ror.org/05rhak080": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/040cxgs87" - ] - }, - "https://ror.org/00cvxb145": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03djjyk45", - "https://ror.org/0394z0v14", - "https://ror.org/022c13n15", - "https://ror.org/0155sw530", - "https://ror.org/03d17d270", - "https://ror.org/047fr0y29", - "https://ror.org/01bfczx74", - "https://ror.org/052w21a87", - "https://ror.org/02ygzhr13", - "https://ror.org/05n8t2628", - "https://ror.org/054bfvp24", - "https://ror.org/02whst089" - ] - }, - "https://ror.org/057qpr032": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ccpdp17", - "https://ror.org/00xzzba89", - "https://ror.org/02910d597", - "https://ror.org/034a4bk84", - "https://ror.org/04vgc9p51", - "https://ror.org/01mts2g59", - "https://ror.org/03jtzcc30", - "https://ror.org/027mnq498", - "https://ror.org/004q3z910", - "https://ror.org/01tsa0x55", - "https://ror.org/02dsacc67", - "https://ror.org/04agqs597", - "https://ror.org/048xwe611", - "https://ror.org/01nw6qk38", - "https://ror.org/05m3r1b84", - "https://ror.org/01a6zh966", - "https://ror.org/00wrnm709", - "https://ror.org/00r8jkk54", - "https://ror.org/032j53342", - "https://ror.org/03adqg323", - "https://ror.org/05qsp5m64", - "https://ror.org/03vdg7e33", - "https://ror.org/02nthwg11", - "https://ror.org/056n05x05", - "https://ror.org/04nabhy78", - "https://ror.org/02n2h9t24", - "https://ror.org/04qq0qp34", - "https://ror.org/00yee3n23", - "https://ror.org/00721wn77", - "https://ror.org/001695n52", - "https://ror.org/04hw9c755", - "https://ror.org/043a21x04", - "https://ror.org/033ebya06", - "https://ror.org/0473hxz56", - "https://ror.org/000bbyx17", - "https://ror.org/01k7w0p97", - "https://ror.org/041ctrc20", - "https://ror.org/03e4tg734", - "https://ror.org/0463z7496", - "https://ror.org/012zmcc30", - "https://ror.org/00bj04t22", - "https://ror.org/04k8wt746", - "https://ror.org/05r25mc45", - "https://ror.org/00qe5nz43", - "https://ror.org/04dyeh227", - "https://ror.org/00s40r567", - "https://ror.org/01cbgsf04", - "https://ror.org/01wvg5605", - "https://ror.org/014vz2d20", - "https://ror.org/03qma7a12", - "https://ror.org/054bkz707", - "https://ror.org/01wdggh03", - "https://ror.org/02gezhp66", - "https://ror.org/04yknsj87", - "https://ror.org/0219m1e13", - "https://ror.org/01gjqcd42", - "https://ror.org/02p1s8a61", - "https://ror.org/00b5m4232", - "https://ror.org/039jbf905", - "https://ror.org/00ej51688", - "https://ror.org/0534xv275", - "https://ror.org/02vcext89", - "https://ror.org/01409jp78", - "https://ror.org/01cynbx67", - "https://ror.org/012b7c704", - "https://ror.org/04arx1b97", - "https://ror.org/01gy4cq52", - "https://ror.org/04z1mvq22", - "https://ror.org/031j52y75", - "https://ror.org/00p2fdn46", - "https://ror.org/02xx07v13", - "https://ror.org/005ksrc76", - "https://ror.org/01g4zf651", - "https://ror.org/020dmyn61", - "https://ror.org/020dmyn61" - ] - }, - "https://ror.org/02en5vm52": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0293jn610", - "https://ror.org/049xh5y45", - "https://ror.org/03wg93s13", - "https://ror.org/01tp1c480", - "https://ror.org/02b9znm90", - "https://ror.org/03jqm0b89", - "https://ror.org/0375b8f90", - "https://ror.org/059v8sw69", - "https://ror.org/03wxndv36", - "https://ror.org/00dmms154", - "https://ror.org/02d19mr69", - "https://ror.org/00sad8321", - "https://ror.org/028ta1f94", - "https://ror.org/02q6fa122", - "https://ror.org/05xtktk35", - "https://ror.org/00kzsxx38", - "https://ror.org/05dfxeg46", - "https://ror.org/043we9s22", - "https://ror.org/04qwfwm19", - "https://ror.org/01c2cjg59", - "https://ror.org/03fk87k11", - "https://ror.org/01dadvw90", - "https://ror.org/00xagyq07", - "https://ror.org/050gn5214", - "https://ror.org/05neq8668", - "https://ror.org/02s56xp85", - "https://ror.org/05abgg682", - "https://ror.org/0270xt841", - "https://ror.org/01h14ww21", - "https://ror.org/00jb20a14", - "https://ror.org/04xmteb38", - "https://ror.org/01ghvgs84", - "https://ror.org/05j3atf73", - "https://ror.org/02m0hy518", - "https://ror.org/039p01270", - "https://ror.org/04hke8425", - "https://ror.org/03z20vp15", - "https://ror.org/00tmb7y09", - "https://ror.org/02fv42846", - "https://ror.org/02xnnng09", - "https://ror.org/000ehr937", - "https://ror.org/01hg8p552", - "https://ror.org/05c95bg36", - "https://ror.org/05krcen59", - "https://ror.org/04vthwx70", - "https://ror.org/02ctqqq48", - "https://ror.org/002ty1h48", - "https://ror.org/00pcqj134", - "https://ror.org/001c8pb03", - "https://ror.org/03cqwn895", - "https://ror.org/05nk54s89", - "https://ror.org/05mx55f96", - "https://ror.org/00a72jq18", - "https://ror.org/04zaaa143", - "https://ror.org/02mph9k76", - "https://ror.org/00kr24y60", - "https://ror.org/0366b1491", - "https://ror.org/0229z0679", - "https://ror.org/02jkg8m11", - "https://ror.org/04team556", - "https://ror.org/05gz4kr37", - "https://ror.org/051gvfp41", - "https://ror.org/03t2f0a12", - "https://ror.org/055ss7a31", - "https://ror.org/046htjf88", - "https://ror.org/001r32c80", - "https://ror.org/03kr50w79", - "https://ror.org/02qqh1125", - "https://ror.org/043y2tx42", - "https://ror.org/03s0pzj56", - "https://ror.org/03f0z1g15", - "https://ror.org/03s877y45", - "https://ror.org/03ae8w006", - "https://ror.org/04w11tv37", - "https://ror.org/053kxkj53", - "https://ror.org/05r5y6641", - "https://ror.org/000nfmp17", - "https://ror.org/01exas502", - "https://ror.org/05dbe0t82", - "https://ror.org/05ax2x637", - "https://ror.org/007xn7v02", - "https://ror.org/03ygj8248", - "https://ror.org/04gf9wd48", - "https://ror.org/0259td381", - "https://ror.org/02vnd0e65", - "https://ror.org/01vrz7264", - "https://ror.org/000zhpw23", - "https://ror.org/05re0sm29", - "https://ror.org/05ppf7q77", - "https://ror.org/01d7n9638", - "https://ror.org/027jrtw17", - "https://ror.org/03a26mh11", - "https://ror.org/02haar591", - "https://ror.org/04ezpxa16", - "https://ror.org/01ms54x07", - "https://ror.org/015cf0x85", - "https://ror.org/006jv0w93", - "https://ror.org/04vwsc311", - "https://ror.org/04hrxxd90", - "https://ror.org/04sv5r538", - "https://ror.org/025xvn046", - "https://ror.org/05pm2xt51", - "https://ror.org/01w1erp60", - "https://ror.org/0557mft23", - "https://ror.org/00s0m4j44", - "https://ror.org/04shr9s31", - "https://ror.org/011gr5n11", - "https://ror.org/03f1mtj27", - "https://ror.org/01gapzp55", - "https://ror.org/04p8das24", - "https://ror.org/01ph0t361", - "https://ror.org/02zzf0m94", - "https://ror.org/04fgntk96", - "https://ror.org/02qvhgb32", - "https://ror.org/05kytrf83", - "https://ror.org/0387w4y93", - "https://ror.org/04tb23024", - "https://ror.org/01zprwd36", - "https://ror.org/02g0s3c07", - "https://ror.org/01jnrzt83", - "https://ror.org/011hja523", - "https://ror.org/00fyy4d45", - "https://ror.org/033eqsk67", - "https://ror.org/04m69ya83", - "https://ror.org/00y16rm59", - "https://ror.org/00njafa27", - "https://ror.org/05gzcy376", - "https://ror.org/058qr4y65", - "https://ror.org/0138eq662", - "https://ror.org/011mac819", - "https://ror.org/03p2d3k93", - "https://ror.org/00xwwwr97", - "https://ror.org/01jr1v359", - "https://ror.org/05n2mnn68", - "https://ror.org/01r19bq53", - "https://ror.org/02r1kz177", - "https://ror.org/01365h357", - "https://ror.org/05jpad840", - "https://ror.org/03vkkad71", - "https://ror.org/037ptrs19", - "https://ror.org/02zgjrf98", - "https://ror.org/053sj3y70", - "https://ror.org/01acw3598", - "https://ror.org/04ef65y11", - "https://ror.org/015tg7676", - "https://ror.org/00x677422", - "https://ror.org/02e3eqz10", - "https://ror.org/04xy2by41", - "https://ror.org/02q5emw59", - "https://ror.org/015th7t48", - "https://ror.org/05ntgv723", - "https://ror.org/013s2ts57", - "https://ror.org/02zn90974", - "https://ror.org/04n40rk24", - "https://ror.org/02qe0rk31", - "https://ror.org/02ffzdx16", - "https://ror.org/00a8q8z31", - "https://ror.org/04ph5sm90", - "https://ror.org/00adasd53", - "https://ror.org/02m26fm05", - "https://ror.org/00qdphm77", - "https://ror.org/01sra1980", - "https://ror.org/01x3ydm75", - "https://ror.org/022bnxw24", - "https://ror.org/01rrvyp50", - "https://ror.org/002v3cy83", - "https://ror.org/044feat76", - "https://ror.org/03hgsyv65", - "https://ror.org/050c3pq49", - "https://ror.org/04c2tm284", - "https://ror.org/00nqhfc30", - "https://ror.org/04n97g567", - "https://ror.org/0100b4v88", - "https://ror.org/04nz36f20", - "https://ror.org/04bsm4075", - "https://ror.org/01e26yv04", - "https://ror.org/00rw1dq87", - "https://ror.org/03p96ke84", - "https://ror.org/04kjehf08", - "https://ror.org/00cpdar66", - "https://ror.org/05ebxsr90", - "https://ror.org/017zz7s54", - "https://ror.org/03r83qv57", - "https://ror.org/05pchb838", - "https://ror.org/03cqwn895" - ] - }, - "https://ror.org/04mmq3h75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04bfbht55" - ] - }, - "https://ror.org/00cv9y106": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/041bygf77", - "https://ror.org/05bm1gr16", - "https://ror.org/04q4ydz28", - "https://ror.org/04hbttm44", - "https://ror.org/01qnqmc89", - "https://ror.org/05y4fay10", - "https://ror.org/0027txx50" - ] - }, - "https://ror.org/024weye46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027dm8e31" - ] - }, - "https://ror.org/008t1c044": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/049s68q83" - ] - }, - "https://ror.org/047272k79": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05sd1pp77", - "https://ror.org/04yev3f93", - "https://ror.org/028khat13" - ] - }, - "https://ror.org/02eyff421": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05q89dp90" - ] - }, - "https://ror.org/010842375": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05b9pgt88", - "https://ror.org/0473r3056" - ] - }, - "https://ror.org/02tawe219": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/021vn9c61" - ] - }, - "https://ror.org/02setav13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04sgy3p75", - "https://ror.org/03ghpfq38" - ] - }, - "https://ror.org/04qw24q55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013dzwk66", - "https://ror.org/01svd5660" - ] - }, - "https://ror.org/019tgvf94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/031ah7413", - "https://ror.org/03mmb0d82", - "https://ror.org/029rfe283", - "https://ror.org/031vfy029", - "https://ror.org/04d9wv909", - "https://ror.org/04n9van71", - "https://ror.org/05xtktk35", - "https://ror.org/00rfccx09", - "https://ror.org/04vj6zn89", - "https://ror.org/000pvc513", - "https://ror.org/05k4ema52", - "https://ror.org/042cesy50", - "https://ror.org/03bnma344", - "https://ror.org/01td3kv81", - "https://ror.org/0274zdr66", - "https://ror.org/03fd87035", - "https://ror.org/033ny7f81", - "https://ror.org/01215r597", - "https://ror.org/00ah32k04", - "https://ror.org/00c3ktd57", - "https://ror.org/02fdv8735", - "https://ror.org/039fj2469", - "https://ror.org/01nzkaw91", - "https://ror.org/027jrtw17", - "https://ror.org/02ygac863", - "https://ror.org/021zcv334", - "https://ror.org/02844qe97", - "https://ror.org/051c1vb08", - "https://ror.org/052cnt662", - "https://ror.org/03y8mpv07", - "https://ror.org/059h7s745", - "https://ror.org/05hp04238", - "https://ror.org/034gh1d56", - "https://ror.org/04kezy879", - "https://ror.org/03d7ypa48", - "https://ror.org/02bczqy30", - "https://ror.org/03xkgc756", - "https://ror.org/033v1zn65", - "https://ror.org/048z62t22", - "https://ror.org/01q3kj769", - "https://ror.org/05rnj8444", - "https://ror.org/044mrv955", - "https://ror.org/023cs7p87", - "https://ror.org/01h6z2q77", - "https://ror.org/02ac0n114", - "https://ror.org/01f1fwk48", - "https://ror.org/04n03q057", - "https://ror.org/04s92nm86", - "https://ror.org/0182ff951", - "https://ror.org/03txy7629", - "https://ror.org/059213d70", - "https://ror.org/05bjvdf85", - "https://ror.org/02c7vb662", - "https://ror.org/0165kg211", - "https://ror.org/00gwm8q58", - "https://ror.org/039bszh67", - "https://ror.org/010yn8j22", - "https://ror.org/00y7vs922", - "https://ror.org/05j95bh22", - "https://ror.org/05sxdf220", - "https://ror.org/02gap9590", - "https://ror.org/056ntzw90", - "https://ror.org/02mab7455", - "https://ror.org/0331z0d02", - "https://ror.org/04a11tk94", - "https://ror.org/037a7q098", - "https://ror.org/03ad2mf95", - "https://ror.org/05h4ccq74", - "https://ror.org/02tpkcv11", - "https://ror.org/02c9cqe66", - "https://ror.org/01yvm5309", - "https://ror.org/009bc7242", - "https://ror.org/02tnenk24", - "https://ror.org/024wx0b20", - "https://ror.org/00xcapc45", - "https://ror.org/04fqa0d17", - "https://ror.org/00ynfac79", - "https://ror.org/03rh4zb49", - "https://ror.org/04hsaft65", - "https://ror.org/01svbzm77", - "https://ror.org/02fw3g688", - "https://ror.org/035fwjk44", - "https://ror.org/03n2qjy25", - "https://ror.org/04y9vv765", - "https://ror.org/03n4whq22", - "https://ror.org/03gwakv46", - "https://ror.org/00xk87z93", - "https://ror.org/050y2w676", - "https://ror.org/046v7pr94", - "https://ror.org/042f4ww95" - ] - }, - "https://ror.org/05ydxj072": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04n278m24", - "https://ror.org/00njt2653", - "https://ror.org/04ngysf93", - "https://ror.org/05hwzrf74" - ] - }, - "https://ror.org/018a8yy17": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05pzhab84", - "https://ror.org/0096p2190" - ] - }, - "https://ror.org/02jrgcx64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01z485314", - "https://ror.org/00vdhyk55", - "https://ror.org/018m9h666", - "https://ror.org/05kxt4539" - ] - }, - "https://ror.org/01kpzv902": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0087v5134", - "https://ror.org/04z91ja70", - "https://ror.org/02d01az19" - ] - }, - "https://ror.org/01ahyrz84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/027ankh97", - "https://ror.org/04ezk3x31", - "https://ror.org/02v6kpv12", - "https://ror.org/033p9g875", - "https://ror.org/01h8pf755", - "https://ror.org/04gyj6s21", - "https://ror.org/03078mv10", - "https://ror.org/022zdgq74", - "https://ror.org/01fdvj254", - "https://ror.org/019xp4858", - "https://ror.org/03m3gzv89", - "https://ror.org/03ac68784", - "https://ror.org/04155vc40", - "https://ror.org/00bq8vv83", - "https://ror.org/0349y2q65", - "https://ror.org/03tvs6n06", - "https://ror.org/02k7ask46", - "https://ror.org/03j65n394", - "https://ror.org/019v7sr25", - "https://ror.org/036yvb369", - "https://ror.org/05ev54a13", - "https://ror.org/05tcnbj64", - "https://ror.org/014vp6c30", - "https://ror.org/0511xx539", - "https://ror.org/02hbzmb19", - "https://ror.org/029cj5595", - "https://ror.org/04m5rvb18", - "https://ror.org/05tcnbj64", - "https://ror.org/014vp6c30", - "https://ror.org/04pfm5x27", - "https://ror.org/00v99wx36", - "https://ror.org/01bxfc994", - "https://ror.org/01p4g5p84", - "https://ror.org/04daj8721", - "https://ror.org/021hb4c69", - "https://ror.org/02nst4e33", - "https://ror.org/04m69ya83", - "https://ror.org/04fhrs205", - "https://ror.org/003412r28", - "https://ror.org/02hbzmb19", - "https://ror.org/01225hq90", - "https://ror.org/034nb0f30", - "https://ror.org/045ktmd28", - "https://ror.org/05k0qmv73", - "https://ror.org/040smqw14", - "https://ror.org/025nmxp11", - "https://ror.org/016zvc994", - "https://ror.org/03xhggy77", - "https://ror.org/02ywmqv15", - "https://ror.org/02v2svk17", - "https://ror.org/017d9yp59", - "https://ror.org/003jnac13", - "https://ror.org/04rrj3a80", - "https://ror.org/047z5as19", - "https://ror.org/0171mae58", - "https://ror.org/02gwt2810", - "https://ror.org/05tcnbj64", - "https://ror.org/02chvqy57", - "https://ror.org/027rbaq21", - "https://ror.org/02xh23b55", - "https://ror.org/03vcm6439", - "https://ror.org/02w5mvk98", - "https://ror.org/03p7xrr08", - "https://ror.org/0111s2360", - "https://ror.org/05hm2ja81", - "https://ror.org/05d6wfd23", - "https://ror.org/014vp6c30", - "https://ror.org/0111a5077", - "https://ror.org/00j50jx72", - "https://ror.org/01bxfc994", - "https://ror.org/033z83z59", - "https://ror.org/03wa9cd25", - "https://ror.org/03tvs6n06", - "https://ror.org/02k7ask46", - "https://ror.org/00qhm9960", - "https://ror.org/00n90tt57", - "https://ror.org/03j65n394", - "https://ror.org/056g7f250", - "https://ror.org/02wq1s711", - "https://ror.org/01r19bq53", - "https://ror.org/045p8nc06", - "https://ror.org/03v2c3v44", - "https://ror.org/01sjmsj73", - "https://ror.org/025nmxp11", - "https://ror.org/03xhggy77", - "https://ror.org/003jnac13", - "https://ror.org/03vcm6439", - "https://ror.org/02w5mvk98", - "https://ror.org/05wfw4946", - "https://ror.org/04wa4se75", - "https://ror.org/03tvs6n06", - "https://ror.org/02k7ask46", - "https://ror.org/03v2c3v44", - "https://ror.org/035emn182", - "https://ror.org/01rx4qw44", - "https://ror.org/04gg6ne93", - "https://ror.org/013948m30", - "https://ror.org/03d5w9863", - "https://ror.org/01rtzw447", - "https://ror.org/047z5as19", - "https://ror.org/03kwnqq69", - "https://ror.org/045ktmd28", - "https://ror.org/040smqw14", - "https://ror.org/01yypjb30", - "https://ror.org/042xmz674", - "https://ror.org/03vcm6439", - "https://ror.org/02mkbvg40", - "https://ror.org/014vp6c30", - "https://ror.org/03tvs6n06", - "https://ror.org/02k7ask46", - "https://ror.org/02wq1s711", - "https://ror.org/040smqw14", - "https://ror.org/039aqbp11", - "https://ror.org/034nb0f30", - "https://ror.org/04gg6ne93", - "https://ror.org/041yk0b68", - "https://ror.org/01shz5j60", - "https://ror.org/02nst4e33", - "https://ror.org/040smqw14", - "https://ror.org/03cxnrt47", - "https://ror.org/012x47023", - "https://ror.org/05tcnbj64", - "https://ror.org/0416g8z79", - "https://ror.org/01w0hda30", - "https://ror.org/042xmz674", - "https://ror.org/03kwnqq69", - "https://ror.org/01rx4qw44", - "https://ror.org/01rtzw447" - ] - }, - "https://ror.org/01tv5y993": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02g5env92" - ] - }, - "https://ror.org/03xrhmk39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04sc67422", - "https://ror.org/05bm1gr16", - "https://ror.org/045c7t348", - "https://ror.org/00eyng893", - "https://ror.org/02bpp8r91", - "https://ror.org/041x7eh14", - "https://ror.org/04q4ydz28", - "https://ror.org/04hbttm44", - "https://ror.org/01qnqmc89", - "https://ror.org/03e84cm85", - "https://ror.org/05y4fay10", - "https://ror.org/03fds3g42" - ] - }, - "https://ror.org/04asdee31": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/028cef883", - "https://ror.org/004fmxv66", - "https://ror.org/01kvxx237", - "https://ror.org/00avmbz91", - "https://ror.org/02h0g9r59", - "https://ror.org/04w8f9k94", - "https://ror.org/01a0gpy77", - "https://ror.org/04nrhwg12", - "https://ror.org/020cm6143", - "https://ror.org/0511qfq70", - "https://ror.org/016cx2z26", - "https://ror.org/0432d2f64", - "https://ror.org/02rgyc156", - "https://ror.org/00gy9rx06", - "https://ror.org/04nk3ny21", - "https://ror.org/0538k6829", - "https://ror.org/03x895t47", - "https://ror.org/0292fgv83", - "https://ror.org/0557mft23", - "https://ror.org/00xj0bd35", - "https://ror.org/009a00p22", - "https://ror.org/05w3vvc59", - "https://ror.org/00y7p5s85", - "https://ror.org/0000pc329" - ] - }, - "https://ror.org/04dw8vw47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0394www40" - ] - }, - "https://ror.org/043htjv09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03qgt2624", - "https://ror.org/053p8kg34", - "https://ror.org/01qm1tk92", - "https://ror.org/0592ata02", - "https://ror.org/00wwxk695", - "https://ror.org/03vam5b06", - "https://ror.org/00vctdx48", - "https://ror.org/05nhcdk38", - "https://ror.org/02k8f5n40", - "https://ror.org/05mzs1s34", - "https://ror.org/0347ywk92", - "https://ror.org/053t9n429", - "https://ror.org/044yw8e10", - "https://ror.org/037pnxs58", - "https://ror.org/004yvak38", - "https://ror.org/00acxb050", - "https://ror.org/00t3njy04", - "https://ror.org/01q1m8392", - "https://ror.org/00stfdh39", - "https://ror.org/01hq93e28", - "https://ror.org/059zr1469", - "https://ror.org/04crh2b66", - "https://ror.org/03eqwt088", - "https://ror.org/04rdbcq08", - "https://ror.org/03nx05k88", - "https://ror.org/006yszn50", - "https://ror.org/04gac9b55", - "https://ror.org/03nx05k88" - ] - }, - "https://ror.org/0495fxg12": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01x3ftb23", - "https://ror.org/05etkex69", - "https://ror.org/01xx2ne27", - "https://ror.org/027atwb90", - "https://ror.org/053qdb191", - "https://ror.org/02af93v77", - "https://ror.org/05akjb009", - "https://ror.org/026ddbz68", - "https://ror.org/03cjyj977", - "https://ror.org/009b91528", - "https://ror.org/05q8d3662", - "https://ror.org/00gjnk018", - "https://ror.org/01tnxwc41", - "https://ror.org/05hvqzx20", - "https://ror.org/0330gay09", - "https://ror.org/016nv8j08", - "https://ror.org/00te8p082", - "https://ror.org/01ph0t361", - "https://ror.org/02gz6nd21" - ] - }, - "https://ror.org/01a8ajp46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00nf46858", - "https://ror.org/04397qy32", - "https://ror.org/052d1cv78", - "https://ror.org/003qhrc72", - "https://ror.org/03vgfxd91", - "https://ror.org/02wmc6m46", - "https://ror.org/045qszf23", - "https://ror.org/03atqv648", - "https://ror.org/02vnq7240", - "https://ror.org/020ahr442", - "https://ror.org/00e4pqm50", - "https://ror.org/05sd5r855", - "https://ror.org/0214k6v65", - "https://ror.org/01t4k8953", - "https://ror.org/00t3fpp34", - "https://ror.org/02q7f3j18", - "https://ror.org/03d0rdy88", - "https://ror.org/028m9sy08", - "https://ror.org/026tc4g97", - "https://ror.org/01xbd2h58", - "https://ror.org/001f39w38", - "https://ror.org/01hg13988", - "https://ror.org/03y61y350", - "https://ror.org/0394www40", - "https://ror.org/03gz4y884", - "https://ror.org/01bch8q67", - "https://ror.org/03rny4b03", - "https://ror.org/02gy1r431", - "https://ror.org/010kha811", - "https://ror.org/03zzbzq91", - "https://ror.org/01cd4f636", - "https://ror.org/02xmyxb72", - "https://ror.org/04pya0t36", - "https://ror.org/016vzeb02", - "https://ror.org/005caq902", - "https://ror.org/01rp22j96", - "https://ror.org/059wd2y60", - "https://ror.org/0402qmp47", - "https://ror.org/01vmzej98", - "https://ror.org/02n5evf44" - ] - }, - "https://ror.org/03cdgfs84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05w1kdn42", - "https://ror.org/04nkkrh90" - ] - }, - "https://ror.org/01ja0g918": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03753r186", - "https://ror.org/02whbag62", - "https://ror.org/03v6t2982", - "https://ror.org/00je63m83", - "https://ror.org/02bn0ev09", - "https://ror.org/041hj9n89", - "https://ror.org/00yg5k213", - "https://ror.org/03s25n537", - "https://ror.org/02bm29j41", - "https://ror.org/051tk8772", - "https://ror.org/01gawx214", - "https://ror.org/043106b95", - "https://ror.org/03dhnnd96", - "https://ror.org/0445pp755", - "https://ror.org/01xh8h870", - "https://ror.org/029tse032", - "https://ror.org/031e64r08", - "https://ror.org/03ssekj71", - "https://ror.org/05bfzg972", - "https://ror.org/04s4wx134", - "https://ror.org/00665bd58", - "https://ror.org/05svbdb13", - "https://ror.org/02armrd08", - "https://ror.org/0558gww53", - "https://ror.org/007jzpa85", - "https://ror.org/022nbkh73", - "https://ror.org/00sgmwg65", - "https://ror.org/02f4afr28", - "https://ror.org/01pck1v11", - "https://ror.org/00z0sw756", - "https://ror.org/05vqw4d96", - "https://ror.org/05836q555", - "https://ror.org/0402h6198", - "https://ror.org/02n5cwc87", - "https://ror.org/01zxjvf21", - "https://ror.org/04zvnhs84", - "https://ror.org/02xrb2850", - "https://ror.org/039gr1229", - "https://ror.org/01yj99h06", - "https://ror.org/03g177w29", - "https://ror.org/05kga7j50", - "https://ror.org/03ky0f827", - "https://ror.org/02nxy1d86", - "https://ror.org/02vbhze72", - "https://ror.org/0165fyq28", - "https://ror.org/03x05ds80", - "https://ror.org/03dsn0w74", - "https://ror.org/02jpcpm59", - "https://ror.org/04tfx6r65", - "https://ror.org/00q7hmt63", - "https://ror.org/0537w4188", - "https://ror.org/02vsk8523", - "https://ror.org/01dz6bn35", - "https://ror.org/00ng6qz27", - "https://ror.org/01xez3q03", - "https://ror.org/025gc2882", - "https://ror.org/0514zp273", - "https://ror.org/02faghm73", - "https://ror.org/0402nwp88", - "https://ror.org/0244zj488", - "https://ror.org/03sy36a97", - "https://ror.org/0065jf269", - "https://ror.org/00eq2sn47", - "https://ror.org/01sgmr115", - "https://ror.org/024a76r57", - "https://ror.org/05ced3r45", - "https://ror.org/00tkf5j20" - ] - }, - "https://ror.org/00kybxq39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02p2zte22" - ] - }, - "https://ror.org/01ph39d13": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0557mft23", - "https://ror.org/03hgsyv65", - "https://ror.org/01atqpz53" - ] - }, - "https://ror.org/04a496k07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/045gxp391", - "https://ror.org/03awsb125", - "https://ror.org/0489f6q08", - "https://ror.org/00rh52j13", - "https://ror.org/012gye839", - "https://ror.org/04kx66y96", - "https://ror.org/04p4fte18", - "https://ror.org/05w77r929", - "https://ror.org/04wp4st08", - "https://ror.org/00v1kpv21", - "https://ror.org/00zpz3d35", - "https://ror.org/01qjnmr21", - "https://ror.org/03vt5c527", - "https://ror.org/03d1se459", - "https://ror.org/01xd8qn15", - "https://ror.org/00j9tzw69", - "https://ror.org/004ee9657", - "https://ror.org/03jpj9789", - "https://ror.org/05r5dcc67", - "https://ror.org/039mtkw55", - "https://ror.org/04742vj55", - "https://ror.org/029mrrs96", - "https://ror.org/00ftwze80", - "https://ror.org/05fcrn131", - "https://ror.org/04fgpet95", - "https://ror.org/00xc08717", - "https://ror.org/05wf8v135", - "https://ror.org/01cs14q41", - "https://ror.org/01233dh94", - "https://ror.org/03k51eb57" - ] - }, - "https://ror.org/02cp04407": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05vjwz959", - "https://ror.org/02zh2vx86", - "https://ror.org/0529q4s79", - "https://ror.org/00e4pqm50", - "https://ror.org/044qpwz88", - "https://ror.org/00f7srh09", - "https://ror.org/01h67hk15", - "https://ror.org/013dngs07", - "https://ror.org/0458p8g61", - "https://ror.org/023h4a821", - "https://ror.org/04kbqb151", - "https://ror.org/0327f0k08", - "https://ror.org/016btc076", - "https://ror.org/03vd4n772", - "https://ror.org/040rsxp47", - "https://ror.org/03e5e7w20", - "https://ror.org/0260bjh30", - "https://ror.org/00by9h273", - "https://ror.org/00ke0xj02", - "https://ror.org/014tx0036", - "https://ror.org/05v3ej173", - "https://ror.org/0530svb92", - "https://ror.org/05c0n7t28" - ] - }, - "https://ror.org/008axfh28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056z2b508" - ] - }, - "https://ror.org/00ftv3450": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01z7m4762" - ] - }, - "https://ror.org/000ed3w25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01b3dvp57" - ] - }, - "https://ror.org/04xhy8q59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05vjwz959", - "https://ror.org/05vjdsn22", - "https://ror.org/001n7ee52", - "https://ror.org/00x1d4q78", - "https://ror.org/0325zb480", - "https://ror.org/03sv5kk82", - "https://ror.org/01sdp1y98", - "https://ror.org/00f7srh09", - "https://ror.org/051f3f740", - "https://ror.org/04fke6556", - "https://ror.org/01h67hk15", - "https://ror.org/041v99f68", - "https://ror.org/05kkw6065", - "https://ror.org/04rfxk768", - "https://ror.org/005hw9085", - "https://ror.org/02p2rk609" - ] - }, - "https://ror.org/04zaypm56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03v4rcp75", - "https://ror.org/0221agg28", - "https://ror.org/058a2pj71", - "https://ror.org/052q58629", - "https://ror.org/045zphe57", - "https://ror.org/00x5wpm25", - "https://ror.org/05patmk97", - "https://ror.org/006qkqr45", - "https://ror.org/05rcgef49", - "https://ror.org/028g3pe33", - "https://ror.org/051npad76", - "https://ror.org/01jt38m64", - "https://ror.org/04sn06036", - "https://ror.org/04r5fge26", - "https://ror.org/035y5td47", - "https://ror.org/01mfmr054", - "https://ror.org/05vk2g845", - "https://ror.org/05813wx75", - "https://ror.org/04vnwke91", - "https://ror.org/01n1ayq61", - "https://ror.org/008fjbg42", - "https://ror.org/0331xj092", - "https://ror.org/02fkw1114", - "https://ror.org/02ynrme92", - "https://ror.org/03z58xd74", - "https://ror.org/047rmsn51", - "https://ror.org/05k3cs357", - "https://ror.org/00brf2d87", - "https://ror.org/00be3zh53", - "https://ror.org/05hky6p02", - "https://ror.org/00n8ttd98", - "https://ror.org/04ehykb85", - "https://ror.org/05nzf7q96", - "https://ror.org/01gtsa866", - "https://ror.org/03rqtqb02", - "https://ror.org/040xhth73", - "https://ror.org/0141vn777", - "https://ror.org/05w9g2j85", - "https://ror.org/01rg40y89", - "https://ror.org/05wba8r86", - "https://ror.org/029k6t707", - "https://ror.org/00n4jbh84", - "https://ror.org/00ytw6m58", - "https://ror.org/0013zhk30", - "https://ror.org/02dr63s31", - "https://ror.org/04hadk112", - "https://ror.org/015bmra78", - "https://ror.org/03a111314", - "https://ror.org/02gdcn153", - "https://ror.org/05kacka20", - "https://ror.org/03a0vt050", - "https://ror.org/01f5tnx94", - "https://ror.org/02qnx8e75", - "https://ror.org/02hdf6119", - "https://ror.org/00z8ws214", - "https://ror.org/024ye7w89", - "https://ror.org/00s2j5046", - "https://ror.org/01nyatq71", - "https://ror.org/032tyv240", - "https://ror.org/00w6r1881", - "https://ror.org/04smrs866", - "https://ror.org/01yg57d71", - "https://ror.org/021z1mz76", - "https://ror.org/02n2bgz18", - "https://ror.org/05nr7xa08", - "https://ror.org/03eqeqg74", - "https://ror.org/01j6drw72", - "https://ror.org/03x7xkr71", - "https://ror.org/01zz9wh30", - "https://ror.org/05db0es39", - "https://ror.org/058nrs650", - "https://ror.org/02qwy8e97", - "https://ror.org/0042e5975", - "https://ror.org/02dp3a879", - "https://ror.org/00ag5y002", - "https://ror.org/02kswma64", - "https://ror.org/00yfw2296", - "https://ror.org/054ye0e45", - "https://ror.org/01ar90c17", - "https://ror.org/01dy2q607", - "https://ror.org/05cdfm144", - "https://ror.org/03ta8pf33", - "https://ror.org/01kdj2848", - "https://ror.org/049ebw417", - "https://ror.org/03qpd8w66", - "https://ror.org/03m0n3c07", - "https://ror.org/0263zy895", - "https://ror.org/00bc51d88", - "https://ror.org/02gcxw165", - "https://ror.org/01zzqep61", - "https://ror.org/011n2hw53", - "https://ror.org/02wxw4x45", - "https://ror.org/01wqae691", - "https://ror.org/00awwz417", - "https://ror.org/00ygy3d85", - "https://ror.org/02xz4xc25", - "https://ror.org/00dqega85", - "https://ror.org/0240rwx68", - "https://ror.org/02rzxrg25", - "https://ror.org/01y5w6t76", - "https://ror.org/0040zx077", - "https://ror.org/00p03yg71", - "https://ror.org/02db0kh50", - "https://ror.org/05w88pj86", - "https://ror.org/013fk0013", - "https://ror.org/00pb0ac76", - "https://ror.org/02pe09j37", - "https://ror.org/028znnm42", - "https://ror.org/01wp2jz98", - "https://ror.org/04r43k021", - "https://ror.org/041xzk838", - "https://ror.org/04npskv21", - "https://ror.org/00keh9s20", - "https://ror.org/05wq02383", - "https://ror.org/01f5tnx94", - "https://ror.org/02n2bgz18", - "https://ror.org/01sgfhb12", - "https://ror.org/04mmhnh95" - ] - }, - "https://ror.org/0358yps07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05xcgsy22", - "https://ror.org/045qzah91", - "https://ror.org/01d34a364", - "https://ror.org/059gve835", - "https://ror.org/040mc9528" - ] - }, - "https://ror.org/004qxjv96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01yxxqf96", - "https://ror.org/05pe87g24" - ] - }, - "https://ror.org/02k3smh20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/051ksdh55", - "https://ror.org/01v2b7f40" - ] - }, - "https://ror.org/030fy4q75": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02gg6pa94", - "https://ror.org/02grjkp95", - "https://ror.org/05kp6mq50" - ] - }, - "https://ror.org/058cjye32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03cbvt511" - ] - }, - "https://ror.org/0157vkf66": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05qmk4a18", - "https://ror.org/028qd3f30", - "https://ror.org/02q5yp463", - "https://ror.org/04wnsdv29", - "https://ror.org/00h7p4v21", - "https://ror.org/040eytj64" - ] - }, - "https://ror.org/00m31ft63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00ettmm05" - ] - }, - "https://ror.org/05sjrb944": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00avfvp71" - ] - }, - "https://ror.org/015m7wh34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02baj6743", - "https://ror.org/0047rmf80", - "https://ror.org/005fjj927", - "https://ror.org/04xtaw673", - "https://ror.org/03yn94905", - "https://ror.org/00vn0zc62", - "https://ror.org/022b0h879", - "https://ror.org/00myn0z94", - "https://ror.org/01p178v10", - "https://ror.org/00adwkx90", - "https://ror.org/038kxsm48", - "https://ror.org/013q33h79", - "https://ror.org/036xhtv26", - "https://ror.org/01f1amm71", - "https://ror.org/05y76vp22", - "https://ror.org/05cx7ek10", - "https://ror.org/030ewzw66", - "https://ror.org/01fmctt82", - "https://ror.org/00m4rxj18", - "https://ror.org/02wgtm643", - "https://ror.org/00bf6bf92", - "https://ror.org/05b3p7p58", - "https://ror.org/02evk6c51", - "https://ror.org/031y0x195", - "https://ror.org/05p7fmf80", - "https://ror.org/03zb6nw87", - "https://ror.org/03x0g1010", - "https://ror.org/059ynac98", - "https://ror.org/0274dq154", - "https://ror.org/05nn1k450", - "https://ror.org/02hp31992", - "https://ror.org/05pwkex33", - "https://ror.org/04fsxy317", - "https://ror.org/01h0ffh48", - "https://ror.org/03rxtdc22", - "https://ror.org/05twhbr06", - "https://ror.org/01jwwzm25", - "https://ror.org/007k1sp19", - "https://ror.org/02v0g3b09", - "https://ror.org/002sjzb46", - "https://ror.org/03p28de55", - "https://ror.org/04abbt041", - "https://ror.org/00q8gze35", - "https://ror.org/0421ngv68", - "https://ror.org/0159yvt51", - "https://ror.org/00xkg0532", - "https://ror.org/03g7tsb60", - "https://ror.org/038mncb54", - "https://ror.org/04xnkqg56", - "https://ror.org/00077hj81", - "https://ror.org/05pj0t051", - "https://ror.org/059z1ye11", - "https://ror.org/03p3amd86", - "https://ror.org/05v2cwj11", - "https://ror.org/05qgc7m36", - "https://ror.org/022jb9a19", - "https://ror.org/035vnpg93", - "https://ror.org/053wq2p27", - "https://ror.org/0194hft57", - "https://ror.org/043ja9593", - "https://ror.org/00rttk466", - "https://ror.org/04qgdxq75", - "https://ror.org/005g9fg60", - "https://ror.org/00hr9sq71", - "https://ror.org/00m4rxj18", - "https://ror.org/026m1rk14" - ] - }, - "https://ror.org/02aqsxs83": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/020xgge28", - "https://ror.org/05066y189", - "https://ror.org/04g1a0w27", - "https://ror.org/03y3v2a89" - ] - }, - "https://ror.org/01qhf1r47": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/034pbde03", - "https://ror.org/04y4dkp70" - ] - }, - "https://ror.org/01v29qb04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/047d2d387" - ] - }, - "https://ror.org/01jbzz330": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01rt0fh70", - "https://ror.org/00m8k1p34" - ] - }, - "https://ror.org/00jjx8s55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03tnjrr49", - "https://ror.org/01rs1gy10", - "https://ror.org/02mg6n827", - "https://ror.org/02910d597", - "https://ror.org/027defw95", - "https://ror.org/02y0gk295", - "https://ror.org/028cef883", - "https://ror.org/056wdpc91", - "https://ror.org/03cwzta72", - "https://ror.org/01yvj5k91", - "https://ror.org/02ggzyd20", - "https://ror.org/016pnwd02", - "https://ror.org/04as3rk94", - "https://ror.org/00xc55v17", - "https://ror.org/00qk0vr83", - "https://ror.org/04szabx38", - "https://ror.org/04ef91678", - "https://ror.org/01cw28e72", - "https://ror.org/04fr7pd94", - "https://ror.org/01fftxe08", - "https://ror.org/03ywn7d79", - "https://ror.org/015x8rz21", - "https://ror.org/03eqm6y13", - "https://ror.org/00wwxk695", - "https://ror.org/029rmm934", - "https://ror.org/00jxe7243", - "https://ror.org/02dd25k08", - "https://ror.org/02n2h9t24", - "https://ror.org/03dsd0g48", - "https://ror.org/002ty1h48", - "https://ror.org/03jv6w209", - "https://ror.org/04vg26t07", - "https://ror.org/004yvsb77", - "https://ror.org/00enct420", - "https://ror.org/0247p4w70", - "https://ror.org/03e044190", - "https://ror.org/00byxdz40", - "https://ror.org/005yfhm28", - "https://ror.org/01kbr1737", - "https://ror.org/00ndvqf03", - "https://ror.org/051c1vb08", - "https://ror.org/03t9s7t87", - "https://ror.org/00nbx9b54", - "https://ror.org/03949e763", - "https://ror.org/05k267t15", - "https://ror.org/00az7j379", - "https://ror.org/00nvvw130", - "https://ror.org/01wp2jz98", - "https://ror.org/04fgntk96", - "https://ror.org/01zprwd36", - "https://ror.org/03sypqe31", - "https://ror.org/0557vhy43", - "https://ror.org/0535cbn94", - "https://ror.org/03n15ch10", - "https://ror.org/0015h8611", - "https://ror.org/02gz6nd21", - "https://ror.org/05nddf786", - "https://ror.org/036ge9k11", - "https://ror.org/04ykpca33", - "https://ror.org/0298wh711", - "https://ror.org/03k074y09", - "https://ror.org/03amy1q65", - "https://ror.org/04140y156", - "https://ror.org/042dc0x18", - "https://ror.org/01bbf9m56", - "https://ror.org/02rmk5x23", - "https://ror.org/01x6z5t49", - "https://ror.org/01mbz8562", - "https://ror.org/058rvd314", - "https://ror.org/03hffat62", - "https://ror.org/05k705z76", - "https://ror.org/00cch2r34", - "https://ror.org/04mf0wv34", - "https://ror.org/01d5pah27", - "https://ror.org/000dbcc61", - "https://ror.org/0327z0p26", - "https://ror.org/01mxn9q79", - "https://ror.org/046s64z12", - "https://ror.org/04ge2hn26", - "https://ror.org/00psvvh49", - "https://ror.org/03ns8gk42", - "https://ror.org/05bjjq434", - "https://ror.org/05c4ttx26", - "https://ror.org/04y9y5354", - "https://ror.org/044843a98", - "https://ror.org/03e0fmc37", - "https://ror.org/003cnsp62", - "https://ror.org/03m5vq622", - "https://ror.org/05e5ch838", - "https://ror.org/0266cgx57", - "https://ror.org/035xy2s54", - "https://ror.org/00ern2s92", - "https://ror.org/05q5cyp41", - "https://ror.org/03yz9dq27", - "https://ror.org/012bkhy33", - "https://ror.org/019w82839", - "https://ror.org/02vbhxm52", - "https://ror.org/03v581z64", - "https://ror.org/03d07zf92", - "https://ror.org/0152dat82", - "https://ror.org/04akdr244", - "https://ror.org/00z75hn32", - "https://ror.org/00seqzr32", - "https://ror.org/00fwjkb59", - "https://ror.org/036zswm25", - "https://ror.org/01mbz8562", - "https://ror.org/04fr7pd94", - "https://ror.org/00cch2r34", - "https://ror.org/058rvd314", - "https://ror.org/03hffat62", - "https://ror.org/05k705z76", - "https://ror.org/042dc0x18", - "https://ror.org/01s29vd38", - "https://ror.org/04fr7pd94", - "https://ror.org/03dsd0g48", - "https://ror.org/016pnwd02", - "https://ror.org/005yfhm28", - "https://ror.org/00byxdz40", - "https://ror.org/0327z0p26", - "https://ror.org/01mxn9q79", - "https://ror.org/046s64z12", - "https://ror.org/04ge2hn26", - "https://ror.org/03m5vq622", - "https://ror.org/00xc55v17", - "https://ror.org/01fftxe08", - "https://ror.org/00az7j379", - "https://ror.org/03jv6w209", - "https://ror.org/00nvvw130", - "https://ror.org/04mf0wv34", - "https://ror.org/000dbcc61", - "https://ror.org/00a8cnz80", - "https://ror.org/04akdr244", - "https://ror.org/019w82839", - "https://ror.org/02vbhxm52", - "https://ror.org/03d07zf92", - "https://ror.org/0152dat82", - "https://ror.org/01xpreq28", - "https://ror.org/0378sf364", - "https://ror.org/039j4x695", - "https://ror.org/009ps2x93", - "https://ror.org/0557vhy43", - "https://ror.org/01kbr1737", - "https://ror.org/0535cbn94", - "https://ror.org/04dy97z61", - "https://ror.org/01fv25t22", - "https://ror.org/01ydb3330", - "https://ror.org/010j2gw05", - "https://ror.org/05bjjq434", - "https://ror.org/05c4ttx26", - "https://ror.org/04y9y5354", - "https://ror.org/044843a98", - "https://ror.org/03e0fmc37", - "https://ror.org/003cnsp62", - "https://ror.org/00z75hn32", - "https://ror.org/00seqzr32", - "https://ror.org/05e5ch838", - "https://ror.org/0266cgx57", - "https://ror.org/035xy2s54", - "https://ror.org/00ern2s92", - "https://ror.org/05q5cyp41", - "https://ror.org/03yz9dq27", - "https://ror.org/04dy97z61", - "https://ror.org/00kn4eb29", - "https://ror.org/01hjhm267", - "https://ror.org/03ze07515", - "https://ror.org/026ma2c10", - "https://ror.org/00j8epd55", - "https://ror.org/00j8epd55", - "https://ror.org/01hjhm267", - "https://ror.org/03ze07515", - "https://ror.org/026ma2c10" - ] - }, - "https://ror.org/04tsk2644": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01z1qnm06", - "https://ror.org/03jqa2c59", - "https://ror.org/01ra13635" - ] - }, - "https://ror.org/04ed7fw48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03011gg73", - "https://ror.org/00myn0z94", - "https://ror.org/003n95695", - "https://ror.org/00aytnh12", - "https://ror.org/02ght4n58", - "https://ror.org/03dgmxj03", - "https://ror.org/0266kfd37", - "https://ror.org/05ngxmx20", - "https://ror.org/01pxcyx49", - "https://ror.org/05ybd2c79", - "https://ror.org/05fa5kd53", - "https://ror.org/010rve435", - "https://ror.org/036tyjs84", - "https://ror.org/01nhp3z94", - "https://ror.org/007dbrz84", - "https://ror.org/01jwwzm25", - "https://ror.org/007k1sp19", - "https://ror.org/02v0g3b09", - "https://ror.org/002sjzb46", - "https://ror.org/03p28de55", - "https://ror.org/04abbt041", - "https://ror.org/00q8gze35", - "https://ror.org/0421ngv68", - "https://ror.org/0159yvt51", - "https://ror.org/00xkg0532", - "https://ror.org/03g7tsb60", - "https://ror.org/038mncb54", - "https://ror.org/04xnkqg56", - "https://ror.org/00077hj81", - "https://ror.org/05pj0t051", - "https://ror.org/059z1ye11", - "https://ror.org/03p3amd86", - "https://ror.org/05v2cwj11", - "https://ror.org/05qgc7m36", - "https://ror.org/022jb9a19", - "https://ror.org/035vnpg93", - "https://ror.org/053wq2p27", - "https://ror.org/0194hft57", - "https://ror.org/043ja9593", - "https://ror.org/00rttk466", - "https://ror.org/04qgdxq75", - "https://ror.org/005g9fg60", - "https://ror.org/00hr9sq71" - ] - }, - "https://ror.org/01q1z8k08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00fe1xp94", - "https://ror.org/008rmbt77", - "https://ror.org/05ms04m92", - "https://ror.org/01a2m8x11", - "https://ror.org/0468fwt03", - "https://ror.org/0306aeb62", - "https://ror.org/00sepad12", - "https://ror.org/0188sb718", - "https://ror.org/03sg2bq51", - "https://ror.org/00tqjtg68", - "https://ror.org/010thz337", - "https://ror.org/03jwrn541", - "https://ror.org/011kg8p14", - "https://ror.org/053j19t39", - "https://ror.org/03hrye043", - "https://ror.org/0068dme40", - "https://ror.org/00j387684", - "https://ror.org/02ps2mz85", - "https://ror.org/03psxy088", - "https://ror.org/008zr3m11", - "https://ror.org/05v0vas53", - "https://ror.org/031m8s392", - "https://ror.org/00j52pq61", - "https://ror.org/02n1c7856", - "https://ror.org/04r17kf39", - "https://ror.org/00zg6dt46", - "https://ror.org/047g2xp14", - "https://ror.org/05k6w6915", - "https://ror.org/04msyas67", - "https://ror.org/057trrr89", - "https://ror.org/02sgpe757", - "https://ror.org/02rrhsz92", - "https://ror.org/00qv0tw17", - "https://ror.org/05vrs0r17", - "https://ror.org/03g1q6c06", - "https://ror.org/02d07gm56", - "https://ror.org/02r3ym141", - "https://ror.org/033zmj163", - "https://ror.org/000fxgx19", - "https://ror.org/040kfrw16", - "https://ror.org/03ncxj847", - "https://ror.org/05a4pj207", - "https://ror.org/02v9m6h26", - "https://ror.org/02d4maz67", - "https://ror.org/03j3dv688", - "https://ror.org/01597g643", - "https://ror.org/032qgrc76", - "https://ror.org/05qghxh33", - "https://ror.org/012zs8222", - "https://ror.org/01y64my43", - "https://ror.org/02r2qbj91", - "https://ror.org/00z0vcr53", - "https://ror.org/0041qmd21", - "https://ror.org/00tdmgj61", - "https://ror.org/017a2yz34", - "https://ror.org/01fw8ag12", - "https://ror.org/0001a2m26", - "https://ror.org/01cmkbc96", - "https://ror.org/036wt8y39", - "https://ror.org/00637yt37", - "https://ror.org/00g7a7c91", - "https://ror.org/03w9e3r89", - "https://ror.org/004hyqr12", - "https://ror.org/025320p83", - "https://ror.org/051awsb83", - "https://ror.org/02r0wp596", - "https://ror.org/02g8zgp32", - "https://ror.org/024tqtx80", - "https://ror.org/02g8zgp32", - "https://ror.org/05k70qf45", - "https://ror.org/01v6d0b34", - "https://ror.org/02whst089" - ] - }, - "https://ror.org/00mv6sv71": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/046g5hb52", - "https://ror.org/00j5kgp20", - "https://ror.org/04e90ca47", - "https://ror.org/03wtvtx73", - "https://ror.org/02fhagp58", - "https://ror.org/01g0wme11", - "https://ror.org/03pptx217", - "https://ror.org/05g47k202", - "https://ror.org/03hhshb57", - "https://ror.org/04h5w0x22" - ] - }, - "https://ror.org/021ft0n22": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03vwt8p73" - ] - }, - "https://ror.org/003vg9w96": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01wzg9f04", - "https://ror.org/00mkad321", - "https://ror.org/04jm8zw14", - "https://ror.org/05r332y60", - "https://ror.org/03d1jma17", - "https://ror.org/02y3mfk39", - "https://ror.org/032k75171", - "https://ror.org/002jby155", - "https://ror.org/01v6wmk25", - "https://ror.org/04aqtsh50", - "https://ror.org/00zg31r41", - "https://ror.org/00tebkv94", - "https://ror.org/03fkrcm40", - "https://ror.org/02sxjwh33", - "https://ror.org/020jynt45", - "https://ror.org/03qbdej90", - "https://ror.org/016crzw98", - "https://ror.org/03ntmtb29", - "https://ror.org/008rywf59", - "https://ror.org/05h7ddb14", - "https://ror.org/04hrbdg71", - "https://ror.org/03rzyjb72", - "https://ror.org/05s1rff82", - "https://ror.org/00gtg0p11", - "https://ror.org/02cbapb21", - "https://ror.org/01gbppd30", - "https://ror.org/00pgyqh43", - "https://ror.org/05r63mf91", - "https://ror.org/01e7wth34", - "https://ror.org/011emb038", - "https://ror.org/03n4vkw74", - "https://ror.org/03tpcfk14", - "https://ror.org/024409k12", - "https://ror.org/0455v8x20", - "https://ror.org/03vxmn596", - "https://ror.org/012221e05", - "https://ror.org/029xmsm82", - "https://ror.org/00yv4p972", - "https://ror.org/04q9vef57", - "https://ror.org/05v3w8223", - "https://ror.org/04xtaw673", - "https://ror.org/00136g547", - "https://ror.org/01z0xsq42", - "https://ror.org/020g0rw41", - "https://ror.org/0291jbz11", - "https://ror.org/00fwjkb59", - "https://ror.org/00rfccx09", - "https://ror.org/03rkgeb39", - "https://ror.org/012fqzm33", - "https://ror.org/003qhrc72", - "https://ror.org/0454zjr22", - "https://ror.org/0262br971", - "https://ror.org/01wqd6v19", - "https://ror.org/04vj6zn89", - "https://ror.org/038fcbc74", - "https://ror.org/00ajjta07", - "https://ror.org/038kxsm48", - "https://ror.org/02s56xp85", - "https://ror.org/00wrnm709", - "https://ror.org/03bbjky47", - "https://ror.org/00jxe7243", - "https://ror.org/01yypjb30", - "https://ror.org/022m8c549", - "https://ror.org/05k317v03", - "https://ror.org/04w61vh47", - "https://ror.org/02gwt2810", - "https://ror.org/027rbaq21", - "https://ror.org/011xg1225", - "https://ror.org/053vv7851", - "https://ror.org/05hqfh882", - "https://ror.org/03qma7a12", - "https://ror.org/05vb5nm66", - "https://ror.org/02c6p9834", - "https://ror.org/03k4s1p46", - "https://ror.org/03m0zs870", - "https://ror.org/03wzth680", - "https://ror.org/00sxj6k90", - "https://ror.org/033ebya06", - "https://ror.org/026tc4g97", - "https://ror.org/03q99v794", - "https://ror.org/03yvemy54", - "https://ror.org/02g6y2720", - "https://ror.org/04247y265", - "https://ror.org/016vxbe23", - "https://ror.org/032v67m28", - "https://ror.org/03zb6nw87", - "https://ror.org/01xbd2h58", - "https://ror.org/03vte9x46", - "https://ror.org/04db8q179", - "https://ror.org/02cptmd52", - "https://ror.org/037vdeb02", - "https://ror.org/05deqk823", - "https://ror.org/0050cbz19", - "https://ror.org/05vex5m10", - "https://ror.org/001rmv394", - "https://ror.org/015a85k79", - "https://ror.org/03vtagt31", - "https://ror.org/00xffm983", - "https://ror.org/048bnmc64", - "https://ror.org/00pz29t13", - "https://ror.org/01s4cye48", - "https://ror.org/01dg9a450", - "https://ror.org/0318tzh81", - "https://ror.org/00ftatp57", - "https://ror.org/02brsbg31", - "https://ror.org/04wa4se75", - "https://ror.org/0458hw939", - "https://ror.org/059h64789", - "https://ror.org/04fa3ke77", - "https://ror.org/00cesps27", - "https://ror.org/00780az30", - "https://ror.org/00t9egj41", - "https://ror.org/05k267t15", - "https://ror.org/007yrhe07", - "https://ror.org/03e04sg66", - "https://ror.org/02c3c9255", - "https://ror.org/04byv8g40", - "https://ror.org/04f6qd925", - "https://ror.org/00rwjvc96", - "https://ror.org/01shz5j60", - "https://ror.org/03gmkya61", - "https://ror.org/03j65n394", - "https://ror.org/01jvz7e61", - "https://ror.org/00vxck708", - "https://ror.org/01w1erp60", - "https://ror.org/02r1kz177", - "https://ror.org/01365h357", - "https://ror.org/01qtp1053", - "https://ror.org/042w6m452", - "https://ror.org/01225hq90", - "https://ror.org/05y5s3h28", - "https://ror.org/00n2c0309", - "https://ror.org/05pwkex33", - "https://ror.org/01a0ez112", - "https://ror.org/023cs7p87", - "https://ror.org/02w4exq36", - "https://ror.org/049q30t56", - "https://ror.org/05em8ne27", - "https://ror.org/043f5vc59", - "https://ror.org/01p9mtd45", - "https://ror.org/035emn182", - "https://ror.org/0334tmt82", - "https://ror.org/00zgas264", - "https://ror.org/01cmdgj85", - "https://ror.org/00f945z63", - "https://ror.org/01pa4h393", - "https://ror.org/0518tra10", - "https://ror.org/00680hx61", - "https://ror.org/04ssf8c19", - "https://ror.org/03q1qx424", - "https://ror.org/049dk3691", - "https://ror.org/00357kh21", - "https://ror.org/02xq0x374", - "https://ror.org/0000n5x09", - "https://ror.org/02gz6nd21", - "https://ror.org/021wgs783", - "https://ror.org/0001j6c19", - "https://ror.org/05jr56v21", - "https://ror.org/00xvd0z96", - "https://ror.org/046s64z12", - "https://ror.org/04svhf137", - "https://ror.org/0334tmt82", - "https://ror.org/01c2t8448", - "https://ror.org/00mg8nf58", - "https://ror.org/03whgj090", - "https://ror.org/04397qy32", - "https://ror.org/01dfzdy43", - "https://ror.org/02ynmc580", - "https://ror.org/03c4rpa03", - "https://ror.org/00gyb4719", - "https://ror.org/01e8etd40", - "https://ror.org/01d5v2p67", - "https://ror.org/02aswf736", - "https://ror.org/00ccpdp17", - "https://ror.org/004q3z910", - "https://ror.org/02v87rg62", - "https://ror.org/04hw9c755", - "https://ror.org/021wgs783", - "https://ror.org/00vfxg105", - "https://ror.org/0473hxz56", - "https://ror.org/020dmyn61", - "https://ror.org/006fhby04", - "https://ror.org/020nks034", - "https://ror.org/00b80ez59", - "https://ror.org/03fte3n86", - "https://ror.org/01pd2sz18", - "https://ror.org/04w07sc25", - "https://ror.org/05merjr74", - "https://ror.org/03cp8z405", - "https://ror.org/034nb0f30", - "https://ror.org/04gg6ne93", - "https://ror.org/041yk0b68", - "https://ror.org/05ev54a13", - "https://ror.org/0111a5077", - "https://ror.org/013vjwn12", - "https://ror.org/00kewvc41", - "https://ror.org/000n0fx93", - "https://ror.org/02xq0x374", - "https://ror.org/02nzb0q40", - "https://ror.org/002a9y532", - "https://ror.org/02d898a89", - "https://ror.org/021x7r354", - "https://ror.org/03kk92g72", - "https://ror.org/01xdxaz62", - "https://ror.org/02gg8z294", - "https://ror.org/05jr56v21", - "https://ror.org/03p371w23", - "https://ror.org/02q7f3j18", - "https://ror.org/05qdnns64", - "https://ror.org/05mfwtg94", - "https://ror.org/027364b18", - "https://ror.org/0471cyx86", - "https://ror.org/0024c1w94", - "https://ror.org/01z6yh944", - "https://ror.org/004q3z910", - "https://ror.org/01z0xsq42", - "https://ror.org/01sjmsj73", - "https://ror.org/004q3z910", - "https://ror.org/03atqv648", - "https://ror.org/01pd2sz18", - "https://ror.org/02v87rg62", - "https://ror.org/04gg6ne93", - "https://ror.org/02v87rg62", - "https://ror.org/05jr56v21", - "https://ror.org/04gg6ne93", - "https://ror.org/00yee3n23", - "https://ror.org/01tsa0x55", - "https://ror.org/020dmyn61", - "https://ror.org/01kcrnc96", - "https://ror.org/02wgtm643", - "https://ror.org/005fjj927", - "https://ror.org/00vn0zc62", - "https://ror.org/01gtjxz83", - "https://ror.org/05258q350", - "https://ror.org/01pa4h393", - "https://ror.org/03r5d5c48", - "https://ror.org/020dmyn61" - ] - }, - "https://ror.org/042few790": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05t0bww53" - ] - }, - "https://ror.org/04gsnvb07": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00p9kb710" - ] - }, - "https://ror.org/04h9yzf84": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0554aam39" - ] - }, - "https://ror.org/042dnf796": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04b2m4n31", - "https://ror.org/017wx6w12", - "https://ror.org/0353fey10", - "https://ror.org/04abbs137", - "https://ror.org/000889019", - "https://ror.org/026fxjf64", - "https://ror.org/00gtb4z22", - "https://ror.org/0032n4537", - "https://ror.org/01wctk517", - "https://ror.org/00afzhq19", - "https://ror.org/01t7qjd50", - "https://ror.org/023w5bf45", - "https://ror.org/02crmrs33", - "https://ror.org/05g467k04", - "https://ror.org/04bxf0m67", - "https://ror.org/02nn3k690", - "https://ror.org/020xth197" - ] - }, - "https://ror.org/04j198w64": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03a1q3q78", - "https://ror.org/01eewth24" - ] - }, - "https://ror.org/01m84wm78": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03dgmxj03", - "https://ror.org/05y76vp22", - "https://ror.org/05b3p7p58", - "https://ror.org/0595x5h51", - "https://ror.org/01k9kg969", - "https://ror.org/00m4rxj18", - "https://ror.org/045q3tp69", - "https://ror.org/05r4re112", - "https://ror.org/02wgtm643", - "https://ror.org/00psw8792", - "https://ror.org/0339jw085", - "https://ror.org/03237mt20", - "https://ror.org/018n13n96", - "https://ror.org/05sat2s07", - "https://ror.org/02gn4cf81", - "https://ror.org/01dyfj824", - "https://ror.org/01pxcyx49", - "https://ror.org/00drkdp66", - "https://ror.org/04fke6556", - "https://ror.org/05rmjk207", - "https://ror.org/026m1rk14", - "https://ror.org/05pwkex33", - "https://ror.org/01jwwzm25", - "https://ror.org/005fjj927", - "https://ror.org/00vn0zc62" - ] - }, - "https://ror.org/038cnrz59": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/013m0ac37" - ] - }, - "https://ror.org/03xjwb503": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02kbmgc12", - "https://ror.org/05mfwtg94", - "https://ror.org/019tcpt25", - "https://ror.org/00zay3w86", - "https://ror.org/01aqxgr98", - "https://ror.org/03ka94606", - "https://ror.org/04g9rt435", - "https://ror.org/00d0rke27", - "https://ror.org/0455wwj08", - "https://ror.org/03gc1p724", - "https://ror.org/04bgjpg77", - "https://ror.org/01bn5c048", - "https://ror.org/04dy97z61", - "https://ror.org/00e96v939", - "https://ror.org/03mkjjy25", - "https://ror.org/00hx6zz33", - "https://ror.org/0050cbz19", - "https://ror.org/05wjc8a85", - "https://ror.org/01cmdgj85", - "https://ror.org/01t05f005", - "https://ror.org/04g0ktq11", - "https://ror.org/03q29s414", - "https://ror.org/05kz79f96", - "https://ror.org/0266c5p67", - "https://ror.org/01earvv39", - "https://ror.org/00780az30", - "https://ror.org/00jp5dw81", - "https://ror.org/01zrk7293", - "https://ror.org/00p73bw06", - "https://ror.org/02nfq1309", - "https://ror.org/00az7j379", - "https://ror.org/00nvvw130", - "https://ror.org/0449rap84", - "https://ror.org/007y9b339", - "https://ror.org/048d5xq24", - "https://ror.org/03gmkya61", - "https://ror.org/00rd81916", - "https://ror.org/00gdtta79", - "https://ror.org/01jvz7e61", - "https://ror.org/02r1kz177", - "https://ror.org/05c95bg36", - "https://ror.org/05r0mw364", - "https://ror.org/0087n5v55", - "https://ror.org/00ex3jm11", - "https://ror.org/023bv6t84", - "https://ror.org/008hxwy89", - "https://ror.org/023b2c435", - "https://ror.org/01jdptv64", - "https://ror.org/03jv6w209", - "https://ror.org/01b436806", - "https://ror.org/046hjmc37", - "https://ror.org/01ed4t417", - "https://ror.org/03ab0zs98", - "https://ror.org/02byv2846", - "https://ror.org/01b5rtm37", - "https://ror.org/012fqzm33", - "https://ror.org/05dy6wv04", - "https://ror.org/02mnw9q71", - "https://ror.org/014p8mr66", - "https://ror.org/05wzh1m37", - "https://ror.org/02st4q439", - "https://ror.org/0211r2z47", - "https://ror.org/00ajjta07", - "https://ror.org/01fftxe08", - "https://ror.org/05dpfhh73", - "https://ror.org/021xexe56", - "https://ror.org/00k3ph542", - "https://ror.org/016r2hq43", - "https://ror.org/02xnnng09", - "https://ror.org/00skw9v43", - "https://ror.org/02dyaew97", - "https://ror.org/00w67e447", - "https://ror.org/002v40q27", - "https://ror.org/01et6g203", - "https://ror.org/03sypqe31", - "https://ror.org/03vam5b06", - "https://ror.org/02erddr56", - "https://ror.org/00kk89y84", - "https://ror.org/011abem59", - "https://ror.org/02cptmd52", - "https://ror.org/035gq6r08", - "https://ror.org/02bkw1m29", - "https://ror.org/01z6yh944", - "https://ror.org/03rkgeb39", - "https://ror.org/049q30t56", - "https://ror.org/01wqd6v19", - "https://ror.org/0471cyx86", - "https://ror.org/043f5vc59", - "https://ror.org/01p9mtd45", - "https://ror.org/053t9n429", - "https://ror.org/040bzgy82", - "https://ror.org/03s92mv58", - "https://ror.org/003ene322", - "https://ror.org/05k000j23", - "https://ror.org/05ktpad22", - "https://ror.org/01cqp7y05", - "https://ror.org/004k6zk54", - "https://ror.org/04t35mq24", - "https://ror.org/043k3s342", - "https://ror.org/02b9d0n72", - "https://ror.org/04dkt3v19", - "https://ror.org/01hym1a89", - "https://ror.org/054bkz707", - "https://ror.org/01pjhvt09", - "https://ror.org/01qgrh175", - "https://ror.org/05jekdj60", - "https://ror.org/038x32w97", - "https://ror.org/00a2n7220", - "https://ror.org/008y7px84", - "https://ror.org/052rhgg57", - "https://ror.org/05pwqr258", - "https://ror.org/00hhhr502", - "https://ror.org/03mshhe73", - "https://ror.org/05pv75449", - "https://ror.org/030sqvy05", - "https://ror.org/02a849f66", - "https://ror.org/04g07g074", - "https://ror.org/02jz7m443", - "https://ror.org/045ye0b30", - "https://ror.org/0152wf839", - "https://ror.org/03ef0j886", - "https://ror.org/04wkrkf28", - "https://ror.org/03e75qp68", - "https://ror.org/05bgatk16", - "https://ror.org/02v6n0329", - "https://ror.org/04p1n4n05", - "https://ror.org/059bq3232", - "https://ror.org/01aexyw02", - "https://ror.org/0429gcg78", - "https://ror.org/01zj5sk64", - "https://ror.org/047kfvz78", - "https://ror.org/024c3xj78", - "https://ror.org/03ym7bm55", - "https://ror.org/04wbdez64", - "https://ror.org/03r83qv57", - "https://ror.org/04q2bzq33", - "https://ror.org/03n15ch10", - "https://ror.org/0327z0p26", - "https://ror.org/01mxn9q79", - "https://ror.org/046s64z12", - "https://ror.org/04ge2hn26", - "https://ror.org/012bkhy33", - "https://ror.org/019w82839", - "https://ror.org/02vbhxm52", - "https://ror.org/03v581z64", - "https://ror.org/03d07zf92", - "https://ror.org/0152dat82", - "https://ror.org/04akdr244", - "https://ror.org/000dbcc61", - "https://ror.org/04q9vef57", - "https://ror.org/01z6yh944", - "https://ror.org/020g0rw41", - "https://ror.org/03rkgeb39", - "https://ror.org/012fqzm33", - "https://ror.org/01wqd6v19", - "https://ror.org/01b436806", - "https://ror.org/0471cyx86", - "https://ror.org/043f5vc59", - "https://ror.org/002v3cy83", - "https://ror.org/01d5v2p67", - "https://ror.org/026tc4g97", - "https://ror.org/00kk89y84", - "https://ror.org/02cptmd52", - "https://ror.org/0050cbz19", - "https://ror.org/01cmdgj85", - "https://ror.org/0458hw939", - "https://ror.org/00780az30", - "https://ror.org/03gmkya61", - "https://ror.org/01jrr7w21", - "https://ror.org/029n7d640", - "https://ror.org/05em8ne27", - "https://ror.org/05deqk823", - "https://ror.org/01p9mtd45", - "https://ror.org/02wy3s959", - "https://ror.org/00skw9v43", - "https://ror.org/01bn5c048", - "https://ror.org/055swm364", - "https://ror.org/01t05f005", - "https://ror.org/03q29s414", - "https://ror.org/01jv2ft75", - "https://ror.org/02xnnng09", - "https://ror.org/03vsc0s28", - "https://ror.org/0455wwj08", - "https://ror.org/02bkw1m29", - "https://ror.org/02vnf0c38", - "https://ror.org/046hjmc37", - "https://ror.org/0028p8r67", - "https://ror.org/03vdg7e33", - "https://ror.org/04yavcg77", - "https://ror.org/00xc55v17", - "https://ror.org/00ajjta07", - "https://ror.org/03p76m698", - "https://ror.org/04az3m568", - "https://ror.org/00wwxk695", - "https://ror.org/03jca6281", - "https://ror.org/04d5x5x34", - "https://ror.org/0449rap84", - "https://ror.org/003ene322", - "https://ror.org/05k000j23", - "https://ror.org/05ktpad22", - "https://ror.org/03hnm8b07", - "https://ror.org/0167fw009", - "https://ror.org/01cqp7y05", - "https://ror.org/004k6zk54", - "https://ror.org/01qm1tk92", - "https://ror.org/01ed4t417", - "https://ror.org/059fn5f50", - "https://ror.org/01wrng808", - "https://ror.org/02nxezb95", - "https://ror.org/05mzd8v39", - "https://ror.org/00mdx2x22", - "https://ror.org/03dsd0g48", - "https://ror.org/03jv6w209", - "https://ror.org/04k5jw363", - "https://ror.org/047rqcm40", - "https://ror.org/01jvz7e61", - "https://ror.org/05ppf7q77", - "https://ror.org/021sh3243", - "https://ror.org/05r0mw364", - "https://ror.org/01bt3e159", - "https://ror.org/0087n5v55", - "https://ror.org/00ex3jm11", - "https://ror.org/04ate5z57", - "https://ror.org/01xta2p78", - "https://ror.org/00cw4qm30", - "https://ror.org/023bv6t84", - "https://ror.org/04k0drf78", - "https://ror.org/008hxwy89", - "https://ror.org/023b2c435", - "https://ror.org/00s4fex77", - "https://ror.org/00edzht24", - "https://ror.org/01jdptv64", - "https://ror.org/00qyswv14", - "https://ror.org/01hcc6p91", - "https://ror.org/02k243t26", - "https://ror.org/01wc6sh26", - "https://ror.org/042j26x71", - "https://ror.org/037y9hb39", - "https://ror.org/006shqv80", - "https://ror.org/03jdg7625", - "https://ror.org/03p76m698", - "https://ror.org/03njrcx45", - "https://ror.org/03r7eh527", - "https://ror.org/03vam5b06", - "https://ror.org/05wjc8a85", - "https://ror.org/007y9b339", - "https://ror.org/048d5xq24", - "https://ror.org/00gdtta79", - "https://ror.org/01jv2ft75", - "https://ror.org/02hcn4061", - "https://ror.org/01z2f0n71", - "https://ror.org/037zfay27", - "https://ror.org/00jy6y646", - "https://ror.org/031y5kf09", - "https://ror.org/0305gxg06", - "https://ror.org/028m5h544", - "https://ror.org/042s1r231", - "https://ror.org/01fv25t22", - "https://ror.org/01ydb3330", - "https://ror.org/010j2gw05", - "https://ror.org/05rv46r52", - "https://ror.org/02xc7ww16", - "https://ror.org/0440j7g03", - "https://ror.org/03w9t3v76", - "https://ror.org/02n848x19", - "https://ror.org/0005fxe59", - "https://ror.org/02m9pkf41", - "https://ror.org/034kszc22", - "https://ror.org/02mv3qy73", - "https://ror.org/019yhsq25", - "https://ror.org/048c8c312", - "https://ror.org/034zjpe43", - "https://ror.org/03kdymn35", - "https://ror.org/00vk6my81" - ] - }, - "https://ror.org/04danrt76": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03c1c5b19", - "https://ror.org/057py8t43", - "https://ror.org/049an7s37", - "https://ror.org/01m10e879" - ] - }, - "https://ror.org/038b8e254": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00n1dhm50", - "https://ror.org/046bpyp15" - ] - }, - "https://ror.org/004xmd305": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01gpt0r18" - ] - }, - "https://ror.org/03s24wa94": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04qya2777" - ] - }, - "https://ror.org/04w2eb864": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05gky6m26" - ] - }, - "https://ror.org/044rwnt51": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00enajs79", - "https://ror.org/056mykw55" - ] - }, - "https://ror.org/04tydb537": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02py6hx98" - ] - }, - "https://ror.org/0022qva30": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0056bae70" - ] - }, - "https://ror.org/03qzmxn42": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01fhg5j51" - ] - }, - "https://ror.org/02wwzvj46": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02y3mfk39", - "https://ror.org/04ahza989", - "https://ror.org/03cv31q28", - "https://ror.org/01eem7c55", - "https://ror.org/0454zjr22", - "https://ror.org/03hp7bq97", - "https://ror.org/02c6p9834", - "https://ror.org/01sdp1y98", - "https://ror.org/01vxptj17", - "https://ror.org/04rp2mn26", - "https://ror.org/04s6f1186", - "https://ror.org/04wgee362", - "https://ror.org/03v4gsj38", - "https://ror.org/04f9thq51", - "https://ror.org/05djhd259", - "https://ror.org/03cvwf620", - "https://ror.org/04m69ya83", - "https://ror.org/013m8h627", - "https://ror.org/03r938j26", - "https://ror.org/01n9yr226", - "https://ror.org/00szawm58", - "https://ror.org/049t65d67", - "https://ror.org/01rnwnt93", - "https://ror.org/05tn1ej10", - "https://ror.org/02wvp9t50", - "https://ror.org/0109gxs86", - "https://ror.org/0576vz251", - "https://ror.org/0081d5r66", - "https://ror.org/02xqz5k24", - "https://ror.org/05naveh50", - "https://ror.org/04y0qz640", - "https://ror.org/0119axx58", - "https://ror.org/04e2fhx97", - "https://ror.org/01me4zv93", - "https://ror.org/051qnm298", - "https://ror.org/048jjcz87", - "https://ror.org/008p7mq56" - ] - }, - "https://ror.org/04grkj883": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/021c9ha45" - ] - }, - "https://ror.org/03y0qc033": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00sbth994", - "https://ror.org/01nr3td38", - "https://ror.org/04f9thq51", - "https://ror.org/051qnm298" - ] - }, - "https://ror.org/03v76x132": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/004x7d471", - "https://ror.org/03db5ay71", - "https://ror.org/04jddh448", - "https://ror.org/0263t7p64", - "https://ror.org/046q6xz26" - ] - }, - "https://ror.org/0091xv072": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04tdcgr05" - ] - }, - "https://ror.org/010w37e28": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/022jvp574", - "https://ror.org/01n6d5s08" - ] - }, - "https://ror.org/05bznkw77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05cgcnt36", - "https://ror.org/05h61fg48", - "https://ror.org/0279hm646" - ] - }, - "https://ror.org/03dbr7087": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0265wc016", - "https://ror.org/03zzj3f20", - "https://ror.org/00cgnj660", - "https://ror.org/037dt7852", - "https://ror.org/05n0tzs53" - ] - }, - "https://ror.org/02feahw73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003412r28", - "https://ror.org/026tf7535", - "https://ror.org/027defw95", - "https://ror.org/01rzzcx32", - "https://ror.org/03yz3tz18", - "https://ror.org/043nepn57", - "https://ror.org/02t220m45", - "https://ror.org/00jsv7j98", - "https://ror.org/054f5fc35", - "https://ror.org/00avmbz91", - "https://ror.org/00m3mb357", - "https://ror.org/040smqw14", - "https://ror.org/0331qyx19", - "https://ror.org/03fd77x13", - "https://ror.org/050jcm728", - "https://ror.org/04kdfz702", - "https://ror.org/01ap27310", - "https://ror.org/02wmc6m46", - "https://ror.org/02cte4b68", - "https://ror.org/00z54nq84", - "https://ror.org/03r0cdk24", - "https://ror.org/00rydyx93", - "https://ror.org/04b0z7q78", - "https://ror.org/04z22qz54", - "https://ror.org/00s19x989", - "https://ror.org/01q76b368", - "https://ror.org/00wrnm709", - "https://ror.org/01yw97595", - "https://ror.org/010hz2d37", - "https://ror.org/04dv4he91", - "https://ror.org/02w8awt17", - "https://ror.org/04qz4qy85", - "https://ror.org/05gscwg02", - "https://ror.org/00rawf147", - "https://ror.org/00190j002", - "https://ror.org/02125p091", - "https://ror.org/01ydb3330", - "https://ror.org/04x9a0q46", - "https://ror.org/04ej53908", - "https://ror.org/02rmwrd87", - "https://ror.org/05x9zmx47", - "https://ror.org/00g32ep81", - "https://ror.org/05vrs3189", - "https://ror.org/04k5h2q42", - "https://ror.org/01ja5aj48", - "https://ror.org/013z99a51", - "https://ror.org/010nk4c68", - "https://ror.org/04f5rw142", - "https://ror.org/056hav897", - "https://ror.org/00m4rxj18", - "https://ror.org/03237mt20", - "https://ror.org/036xhtv26", - "https://ror.org/01f1amm71", - "https://ror.org/05y76vp22", - "https://ror.org/03yn94905", - "https://ror.org/02evk6c51", - "https://ror.org/005w2mm89", - "https://ror.org/013q33h79", - "https://ror.org/030ewzw66", - "https://ror.org/00wx1mx58", - "https://ror.org/03vte9x46", - "https://ror.org/01k7w0p97", - "https://ror.org/04nrhwg12", - "https://ror.org/05wy2cj05", - "https://ror.org/02af93v77", - "https://ror.org/02a4c5q78", - "https://ror.org/04e3d6y73", - "https://ror.org/00tf8ca96", - "https://ror.org/048289s82", - "https://ror.org/01p4g5p84", - "https://ror.org/007dbrz84", - "https://ror.org/01hg13988", - "https://ror.org/001aevc89", - "https://ror.org/0546jt497", - "https://ror.org/03vtagt31", - "https://ror.org/01t05f005", - "https://ror.org/00z0af360", - "https://ror.org/01m83bk32", - "https://ror.org/05pny1q12", - "https://ror.org/04fhvpc68", - "https://ror.org/041ctrc20", - "https://ror.org/001tmq304", - "https://ror.org/016nwev19", - "https://ror.org/05k1a6w82", - "https://ror.org/04k5jw363", - "https://ror.org/025esck76", - "https://ror.org/03jm2hc44", - "https://ror.org/04aq4ab28", - "https://ror.org/00srrcb42", - "https://ror.org/05nhcdk38", - "https://ror.org/0041am420", - "https://ror.org/036w0tz95", - "https://ror.org/04daj8721", - "https://ror.org/03dg47v24", - "https://ror.org/01cgac405", - "https://ror.org/02ygac863", - "https://ror.org/03e2syc87", - "https://ror.org/04yrrdj53", - "https://ror.org/00wz2vk41", - "https://ror.org/02qdgbw61", - "https://ror.org/02hp31992", - "https://ror.org/04g0ktq11", - "https://ror.org/006gzge74", - "https://ror.org/04n9eyw42", - "https://ror.org/03e4tg734", - "https://ror.org/00zn13224", - "https://ror.org/03ym2w748", - "https://ror.org/0057kwj95", - "https://ror.org/0458hw939", - "https://ror.org/00zmdjj30", - "https://ror.org/008bf9746", - "https://ror.org/022psxk94", - "https://ror.org/04ahb2147", - "https://ror.org/02km70587", - "https://ror.org/02t9nm044", - "https://ror.org/026t9b832", - "https://ror.org/00nbhg292", - "https://ror.org/021zcv334", - "https://ror.org/00ss0a232", - "https://ror.org/01ejp3f31", - "https://ror.org/0502mw613", - "https://ror.org/05q3pap39", - "https://ror.org/04j9ztm78", - "https://ror.org/05ax2x637", - "https://ror.org/02844qe97", - "https://ror.org/01vrz7264", - "https://ror.org/00cesps27", - "https://ror.org/05079x435", - "https://ror.org/04gxn9h90", - "https://ror.org/01xkfnd03", - "https://ror.org/03rnz7p05", - "https://ror.org/04ved1v49", - "https://ror.org/05akjb009", - "https://ror.org/04k8wt746", - "https://ror.org/05r25mc45", - "https://ror.org/00qe5nz43", - "https://ror.org/026ddbz68", - "https://ror.org/04bzgtz06", - "https://ror.org/03t9s7t87", - "https://ror.org/04dyeh227", - "https://ror.org/034bena10", - "https://ror.org/03k32n603", - "https://ror.org/0343fpq57", - "https://ror.org/0467x8h16", - "https://ror.org/00gj7r351", - "https://ror.org/040r8ry56", - "https://ror.org/02cmt9z73", - "https://ror.org/034gk7456", - "https://ror.org/0213f8g15", - "https://ror.org/05ef4v550", - "https://ror.org/017p6sq53", - "https://ror.org/04rp2mn26", - "https://ror.org/052cnt662", - "https://ror.org/04s6f1186", - "https://ror.org/04pwzyv45", - "https://ror.org/01qfjp710", - "https://ror.org/00rxdng69", - "https://ror.org/00axatv03", - "https://ror.org/03bcyhr16", - "https://ror.org/037f3ga09", - "https://ror.org/05tb4mb78", - "https://ror.org/050gdsq06", - "https://ror.org/010bhn875", - "https://ror.org/00m587853", - "https://ror.org/02hwc1z56", - "https://ror.org/005hw9085", - "https://ror.org/02p2rk609", - "https://ror.org/01rb31945", - "https://ror.org/01kysxr05", - "https://ror.org/03wdx6c48", - "https://ror.org/019df2r84", - "https://ror.org/00nbx9b54", - "https://ror.org/05v0fms67", - "https://ror.org/026m44z54", - "https://ror.org/007xn7v02", - "https://ror.org/03cjyj977", - "https://ror.org/009b91528", - "https://ror.org/03cxnrt47", - "https://ror.org/05qhnf349", - "https://ror.org/00t7axd27", - "https://ror.org/026fpwg41", - "https://ror.org/04wbg2z51", - "https://ror.org/05j8sgr10", - "https://ror.org/026p10446", - "https://ror.org/03v4gsj38", - "https://ror.org/04mq2px33", - "https://ror.org/03949e763", - "https://ror.org/04ces3204", - "https://ror.org/01mbkbh33", - "https://ror.org/03jca6281", - "https://ror.org/03k37h274", - "https://ror.org/04bgzse17", - "https://ror.org/03ygj8248", - "https://ror.org/04gf9wd48", - "https://ror.org/03j7mz841", - "https://ror.org/03tvs6n06", - "https://ror.org/05k267t15", - "https://ror.org/02k7ask46", - "https://ror.org/052pqt102", - "https://ror.org/03qt6f440", - "https://ror.org/02aja8v82", - "https://ror.org/030vwjb30", - "https://ror.org/02nfq1309", - "https://ror.org/00az7j379", - "https://ror.org/0371yc337", - "https://ror.org/02yvha224", - "https://ror.org/05481me13", - "https://ror.org/01f5c5978", - "https://ror.org/00s40r567", - "https://ror.org/01cbgsf04", - "https://ror.org/04v668f18", - "https://ror.org/05t8ct211", - "https://ror.org/0009eec40", - "https://ror.org/044cfnj78", - "https://ror.org/05d362832", - "https://ror.org/03hqv2x85", - "https://ror.org/055nbmz93", - "https://ror.org/007yrhe07", - "https://ror.org/04fsxy317", - "https://ror.org/037eda396", - "https://ror.org/030d6wr93", - "https://ror.org/05djhd259", - "https://ror.org/01nhp3z94", - "https://ror.org/020azc393", - "https://ror.org/02atkd403", - "https://ror.org/00rwjvc96", - "https://ror.org/02v6phz91", - "https://ror.org/02vnd0e65", - "https://ror.org/00rg8bd79", - "https://ror.org/03y7m8990", - "https://ror.org/02fgakj19", - "https://ror.org/004wefe19", - "https://ror.org/01a4enz31", - "https://ror.org/046dap961", - "https://ror.org/04kbqb151", - "https://ror.org/01waxag60", - "https://ror.org/048d5xq24", - "https://ror.org/0302qeq32", - "https://ror.org/00qhm9960", - "https://ror.org/00n90tt57", - "https://ror.org/00rd81916", - "https://ror.org/00gdtta79", - "https://ror.org/04cms1b08", - "https://ror.org/013nhg483", - "https://ror.org/01jv2ft75", - "https://ror.org/014vz2d20", - "https://ror.org/050x42563", - "https://ror.org/0257sgk90", - "https://ror.org/05de6h762", - "https://ror.org/05gz4kr37", - "https://ror.org/02f6tst70", - "https://ror.org/02wq1s711", - "https://ror.org/04ezpxa16", - "https://ror.org/025xvn046", - "https://ror.org/01w1erp60", - "https://ror.org/0557mft23", - "https://ror.org/01gapzp55", - "https://ror.org/04fgntk96", - "https://ror.org/01zprwd36", - "https://ror.org/033eqsk67", - "https://ror.org/04m69ya83", - "https://ror.org/00xwwwr97", - "https://ror.org/01r19bq53", - "https://ror.org/02r1kz177", - "https://ror.org/01365h357", - "https://ror.org/05jpad840", - "https://ror.org/02zgjrf98", - "https://ror.org/04ef65y11", - "https://ror.org/02ffzdx16", - "https://ror.org/00adasd53", - "https://ror.org/01bt3e159", - "https://ror.org/04k0drf78", - "https://ror.org/011hdpx94", - "https://ror.org/011ygpb73", - "https://ror.org/048k52v18", - "https://ror.org/01qtp1053", - "https://ror.org/046hjmc37", - "https://ror.org/018dfmm35", - "https://ror.org/02sb3b652", - "https://ror.org/00zay3w86", - "https://ror.org/03k9z2963", - "https://ror.org/03ab0zs98", - "https://ror.org/02byv2846", - "https://ror.org/01b5rtm37", - "https://ror.org/012fqzm33", - "https://ror.org/02mnw9q71", - "https://ror.org/014p8mr66", - "https://ror.org/05wzh1m37", - "https://ror.org/02st4q439", - "https://ror.org/0211r2z47", - "https://ror.org/00ajjta07", - "https://ror.org/01fftxe08", - "https://ror.org/021xexe56", - "https://ror.org/016r2hq43", - "https://ror.org/02xnnng09", - "https://ror.org/04bgjpg77", - "https://ror.org/00skw9v43", - "https://ror.org/002ty1h48", - "https://ror.org/02dyaew97", - "https://ror.org/00w67e447", - "https://ror.org/002v40q27", - "https://ror.org/03sypqe31", - "https://ror.org/03vam5b06", - "https://ror.org/02erddr56", - "https://ror.org/00kk89y84", - "https://ror.org/011abem59", - "https://ror.org/030przz70", - "https://ror.org/01225hq90", - "https://ror.org/02chvqy57", - "https://ror.org/058t6p923", - "https://ror.org/041dsyz88", - "https://ror.org/0189yvq06", - "https://ror.org/03820wq39", - "https://ror.org/02qprbz18", - "https://ror.org/00adwkx90", - "https://ror.org/0047rmf80", - "https://ror.org/022b0h879", - "https://ror.org/02wrme198", - "https://ror.org/04ett5b41", - "https://ror.org/026j45x50", - "https://ror.org/014p6mg26", - "https://ror.org/047p7mf25", - "https://ror.org/00jj62164", - "https://ror.org/005yfhm28", - "https://ror.org/00xc55v17", - "https://ror.org/03j65n394", - "https://ror.org/023n9q531", - "https://ror.org/039bex249", - "https://ror.org/01wp2jz98", - "https://ror.org/01b436806", - "https://ror.org/05fc1hn07", - "https://ror.org/029hkd614", - "https://ror.org/04b9vs620", - "https://ror.org/055q9jt53", - "https://ror.org/00rt27171", - "https://ror.org/05hz99a17", - "https://ror.org/01petg633", - "https://ror.org/05qpmg879", - "https://ror.org/045p8nc06", - "https://ror.org/03vyv3y87", - "https://ror.org/0535cbn94", - "https://ror.org/05rnj8444", - "https://ror.org/044mrv955", - "https://ror.org/023cs7p87", - "https://ror.org/050rs7291", - "https://ror.org/050a1gn71", - "https://ror.org/03v2c3v44", - "https://ror.org/05dh21g53", - "https://ror.org/05r332y60", - "https://ror.org/05s6hm275", - "https://ror.org/04mn0nr69", - "https://ror.org/01fvx3s14", - "https://ror.org/05mqwtr17", - "https://ror.org/04x7ec535", - "https://ror.org/02bq56641", - "https://ror.org/059xs3104", - "https://ror.org/053p5te48", - "https://ror.org/00ngq1v76", - "https://ror.org/04q1vy171", - "https://ror.org/02nmctw71", - "https://ror.org/01rrvyp50", - "https://ror.org/04k1akk19", - "https://ror.org/05ye64x65", - "https://ror.org/05ddxrm33", - "https://ror.org/05cbrk226", - "https://ror.org/001br4864", - "https://ror.org/015cqax60", - "https://ror.org/01bzdp563", - "https://ror.org/03n3yg876", - "https://ror.org/02bkw1m29", - "https://ror.org/03dsd0g48", - "https://ror.org/04q9vef57", - "https://ror.org/05em8ne27", - "https://ror.org/002v3cy83", - "https://ror.org/00w5ay796", - "https://ror.org/02yv0b554", - "https://ror.org/02my5hx05", - "https://ror.org/021f0sa24", - "https://ror.org/053t9n429", - "https://ror.org/00t3njy04", - "https://ror.org/03s92mv58", - "https://ror.org/03qma7a12", - "https://ror.org/05ppf7q77", - "https://ror.org/02b6c1039", - "https://ror.org/00f945z63", - "https://ror.org/05h929866", - "https://ror.org/00aytnh12", - "https://ror.org/05sat2s07", - "https://ror.org/00r4taj88", - "https://ror.org/00r8amq78", - "https://ror.org/0518tra10", - "https://ror.org/00680hx61", - "https://ror.org/01bj4fd12", - "https://ror.org/02cyw3861", - "https://ror.org/059g0vd42", - "https://ror.org/008e8k888", - "https://ror.org/038fcbc74", - "https://ror.org/04msnz457", - "https://ror.org/007dy3y92", - "https://ror.org/05n21n105", - "https://ror.org/0256r1e04", - "https://ror.org/059sz6q14", - "https://ror.org/00prvqp73", - "https://ror.org/0200cc312", - "https://ror.org/007wafy80", - "https://ror.org/0084x3h80", - "https://ror.org/04t89f389", - "https://ror.org/007e33924", - "https://ror.org/02gaw1s20", - "https://ror.org/01yx7av22", - "https://ror.org/049dk3691", - "https://ror.org/02fpe6x37", - "https://ror.org/03gkf0p07", - "https://ror.org/03p96ke84", - "https://ror.org/00cpdar66", - "https://ror.org/02zs48f23", - "https://ror.org/05ebxsr90", - "https://ror.org/017zz7s54", - "https://ror.org/02pgsjq66", - "https://ror.org/054bkz707", - "https://ror.org/01pjhvt09", - "https://ror.org/05jekdj60", - "https://ror.org/02a849f66", - "https://ror.org/04g07g074", - "https://ror.org/02jz7m443", - "https://ror.org/045ye0b30", - "https://ror.org/03ef0j886", - "https://ror.org/05bgatk16", - "https://ror.org/059bq3232", - "https://ror.org/024c3xj78", - "https://ror.org/04wbdez64", - "https://ror.org/0075hvk77", - "https://ror.org/02gz6nd21", - "https://ror.org/03e044190", - "https://ror.org/0214k6v65", - "https://ror.org/01x2ksr57", - "https://ror.org/000063q30", - "https://ror.org/0003ege03", - "https://ror.org/000d5zy28", - "https://ror.org/000ehr937", - "https://ror.org/000nhq538", - "https://ror.org/000p29f53", - "https://ror.org/000pvc513", - "https://ror.org/000zhpw23", - "https://ror.org/0015h8611", - "https://ror.org/0015ws592", - "https://ror.org/001695n52", - "https://ror.org/001c8pb03", - "https://ror.org/001n7ee52", - "https://ror.org/001r32c80", - "https://ror.org/00222yk13", - "https://ror.org/0028p8r67", - "https://ror.org/00357kh21", - "https://ror.org/003fs1j49", - "https://ror.org/003g1aw90", - "https://ror.org/003jnac13", - "https://ror.org/003sscq03", - "https://ror.org/004fmxv66", - "https://ror.org/004gzqz66", - "https://ror.org/004rej139", - "https://ror.org/005fjj927", - "https://ror.org/0060xzr04", - "https://ror.org/006shqv80", - "https://ror.org/006z7v557", - "https://ror.org/00721wn77", - "https://ror.org/007p4nf03", - "https://ror.org/007sc9r91", - "https://ror.org/007xqmx73", - "https://ror.org/008h1f725", - "https://ror.org/008rywf59", - "https://ror.org/00a5z9122", - "https://ror.org/00a72jq18", - "https://ror.org/00abqs885", - "https://ror.org/00ah32k04", - "https://ror.org/00aycez97", - "https://ror.org/00b7djk73", - "https://ror.org/00bhwwh42", - "https://ror.org/00c3ktd57", - "https://ror.org/00c3ta789", - "https://ror.org/00ca65425", - "https://ror.org/00cjjmc56", - "https://ror.org/00cqpd580", - "https://ror.org/00dyt5s15", - "https://ror.org/00e4pqm50", - "https://ror.org/00f5hap04", - "https://ror.org/00f7srh09", - "https://ror.org/00fw8bp86", - "https://ror.org/00fwjkb59", - "https://ror.org/00g669j87", - "https://ror.org/00gd2w119", - "https://ror.org/00gj33s30", - "https://ror.org/00j50jx72", - "https://ror.org/00jb20a14", - "https://ror.org/00jv0wy06", - "https://ror.org/00jxe7243", - "https://ror.org/00k4e5n71", - "https://ror.org/00kr24y60", - "https://ror.org/00kzsxx38", - "https://ror.org/00m43ek07", - "https://ror.org/00m7zca23", - "https://ror.org/00mdx2x22", - "https://ror.org/00mghmd60", - "https://ror.org/00mryrd39", - "https://ror.org/00myn0z94", - "https://ror.org/00nrbzg90", - "https://ror.org/00nrven85", - "https://ror.org/00nvjgv40", - "https://ror.org/00p6sn362", - "https://ror.org/00pcqj134", - "https://ror.org/00pdd0432", - "https://ror.org/00qm1ye08", - "https://ror.org/00r8jkk54", - "https://ror.org/00rfccx09", - "https://ror.org/00rh71z37", - "https://ror.org/00rv5x925", - "https://ror.org/00s8hq550", - "https://ror.org/00sad8321", - "https://ror.org/00se7bf12", - "https://ror.org/00ssy9q55", - "https://ror.org/00t3fpp34", - "https://ror.org/00tmb7y09", - "https://ror.org/00vb8fc53", - "https://ror.org/00vctdx48", - "https://ror.org/00vn0zc62", - "https://ror.org/00w2q5j98", - "https://ror.org/00wcvf151", - "https://ror.org/00wwxk695", - "https://ror.org/00x1d4q78", - "https://ror.org/00xagyq07", - "https://ror.org/00xd1ek73", - "https://ror.org/00xts7d02", - "https://ror.org/00yee3n23", - "https://ror.org/010rs2a38", - "https://ror.org/0111s2360", - "https://ror.org/011gea244", - "https://ror.org/011nqat45", - "https://ror.org/01215r597", - "https://ror.org/0121yvq70", - "https://ror.org/012e1xn46", - "https://ror.org/012wxdw12", - "https://ror.org/013yean28", - "https://ror.org/014n97s28", - "https://ror.org/014nzh720", - "https://ror.org/014vp6c30", - "https://ror.org/015gaxx73", - "https://ror.org/015vtcw98", - "https://ror.org/015x8rz21", - "https://ror.org/016zvc994", - "https://ror.org/0171mae58", - "https://ror.org/017d9yp59", - "https://ror.org/017je3b10", - "https://ror.org/017jp7t31", - "https://ror.org/018b0x874", - "https://ror.org/018nzqy79", - "https://ror.org/018sx6595", - "https://ror.org/01a0gpy77", - "https://ror.org/01a6zh966", - "https://ror.org/01b2epx09", - "https://ror.org/01b8mj511", - "https://ror.org/01c6vgf77", - "https://ror.org/01c8rcg82", - "https://ror.org/01cah1n37", - "https://ror.org/01cf2sz15", - "https://ror.org/01cw28e72", - "https://ror.org/01dadvw90", - "https://ror.org/01dqmj897", - "https://ror.org/01ekw7f87", - "https://ror.org/01g3mb532", - "https://ror.org/01gan4k05", - "https://ror.org/01ghvgs84", - "https://ror.org/01h0a3k64", - "https://ror.org/01h14ww21", - "https://ror.org/01hg8p552", - "https://ror.org/01j6cta96", - "https://ror.org/01jm8fn98", - "https://ror.org/01jt5ms28", - "https://ror.org/01k1ngp50", - "https://ror.org/01k1v7590", - "https://ror.org/01k383v05", - "https://ror.org/01kcrnc96", - "https://ror.org/01kxesq83", - "https://ror.org/01m71e459", - "https://ror.org/01mhd9b84", - "https://ror.org/01mts2g59", - "https://ror.org/01mvzn566", - "https://ror.org/01mzxgm71", - "https://ror.org/01nw6qk38", - "https://ror.org/01nyrrx14", - "https://ror.org/01pa4h393", - "https://ror.org/01paa1e42", - "https://ror.org/01pfter31", - "https://ror.org/01prxdf57", - "https://ror.org/01q5ge486", - "https://ror.org/01qfab443", - "https://ror.org/01qm1tk92", - "https://ror.org/01racwh88", - "https://ror.org/01rnfhz46", - "https://ror.org/01rtzw447", - "https://ror.org/01rx4qw44", - "https://ror.org/01sdp1y98", - "https://ror.org/01t4k8953", - "https://ror.org/01td3kv81", - "https://ror.org/01tp1c480", - "https://ror.org/01tsa0x55", - "https://ror.org/01tv2ca73", - "https://ror.org/01vrxpt40", - "https://ror.org/01w0hda30", - "https://ror.org/01wcaw014", - "https://ror.org/01wk35t67", - "https://ror.org/01wrng808", - "https://ror.org/01wwcfa26", - "https://ror.org/01xpc6869", - "https://ror.org/01xx2ne27", - "https://ror.org/01y766z47", - "https://ror.org/01yr0r787", - "https://ror.org/020ahr442", - "https://ror.org/020nks034", - "https://ror.org/02160my55", - "https://ror.org/021ddkf20", - "https://ror.org/021fdyt09", - "https://ror.org/0223bz716", - "https://ror.org/0229z0679", - "https://ror.org/022bnxw24", - "https://ror.org/022r5hc56", - "https://ror.org/022txr781", - "https://ror.org/0238zyh04", - "https://ror.org/023f9y602", - "https://ror.org/023kqz006", - "https://ror.org/0247p4w70", - "https://ror.org/024gts110", - "https://ror.org/024mt9310", - "https://ror.org/025bzyx94", - "https://ror.org/025mhd687", - "https://ror.org/025nmxp11", - "https://ror.org/0266kfd37", - "https://ror.org/0266y7j75", - "https://ror.org/026exgg05", - "https://ror.org/026h43663", - "https://ror.org/0274zdr66", - "https://ror.org/02785qs39", - "https://ror.org/027atwb90", - "https://ror.org/027mnq498", - "https://ror.org/028cef883", - "https://ror.org/028qedy27", - "https://ror.org/028ta1f94", - "https://ror.org/028wq3277", - "https://ror.org/028ycv057", - "https://ror.org/02910d597", - "https://ror.org/0293jn610", - "https://ror.org/029cj5595", - "https://ror.org/029rmm934", - "https://ror.org/02b9znm90", - "https://ror.org/02bhhaf78", - "https://ror.org/02bhp7a56", - "https://ror.org/02bsd9p69", - "https://ror.org/02c5gc203", - "https://ror.org/02c6p9834", - "https://ror.org/02cd98b83", - "https://ror.org/02ctqqq48", - "https://ror.org/02cy9g557", - "https://ror.org/02d19mr69", - "https://ror.org/02dd25k08", - "https://ror.org/02djzje70", - "https://ror.org/02dpqcy73", - "https://ror.org/02dqsxz11", - "https://ror.org/02dsacc67", - "https://ror.org/02fdf4056", - "https://ror.org/02fdv8735", - "https://ror.org/02fke9256", - "https://ror.org/02ftce284", - "https://ror.org/02fv42846", - "https://ror.org/02g4mxc89", - "https://ror.org/02g6y2720", - "https://ror.org/02ght4n58", - "https://ror.org/02gwt2810", - "https://ror.org/02h0g9r59", - "https://ror.org/02hbzmb19", - "https://ror.org/02hcn4061", - "https://ror.org/02he5dz58", - "https://ror.org/02hwgty18", - "https://ror.org/02j4j8p35", - "https://ror.org/02jkg8m11", - "https://ror.org/02krdtz55", - "https://ror.org/02m0hy518", - "https://ror.org/02m9cs548", - "https://ror.org/02mc6qk71", - "https://ror.org/02mdnkg28", - "https://ror.org/02me5cy06", - "https://ror.org/02mgw3155", - "https://ror.org/02mph9k76", - "https://ror.org/02n2h9t24", - "https://ror.org/02nnpw434", - "https://ror.org/02nthwg11", - "https://ror.org/02p3et738", - "https://ror.org/02pr0xw82", - "https://ror.org/02q4res37", - "https://ror.org/02q6fa122", - "https://ror.org/02s56xp85", - "https://ror.org/02s6m8n84", - "https://ror.org/02snf8m58", - "https://ror.org/02sz8cn84", - "https://ror.org/02t2hg116", - "https://ror.org/02tn0tm63", - "https://ror.org/02v2jyq75", - "https://ror.org/02v2svk17", - "https://ror.org/02vnf0c38", - "https://ror.org/02vnq7240", - "https://ror.org/02w5mvk98", - "https://ror.org/02wgtm643", - "https://ror.org/02wy3s959", - "https://ror.org/02wzg8t73", - "https://ror.org/02y0gk295", - "https://ror.org/02y6fxd73", - "https://ror.org/02z0jq636", - "https://ror.org/02z8yps18", - "https://ror.org/02za18p66", - "https://ror.org/02zh2vx86", - "https://ror.org/0300mzg60", - "https://ror.org/03011gg73", - "https://ror.org/030jm0n16", - "https://ror.org/030za3c40", - "https://ror.org/031ah7413", - "https://ror.org/0323bey33", - "https://ror.org/032j53342", - "https://ror.org/032w6q449", - "https://ror.org/034a4bk84", - "https://ror.org/035mqrn57", - "https://ror.org/036eg1q44", - "https://ror.org/036j0y719", - "https://ror.org/036yvb369", - "https://ror.org/036zswm25", - "https://ror.org/03787ar02", - "https://ror.org/038207k30", - "https://ror.org/03985kf35", - "https://ror.org/039p01270", - "https://ror.org/039yyx623", - "https://ror.org/03a9gd656", - "https://ror.org/03adqg323", - "https://ror.org/03ae8w006", - "https://ror.org/03bcdsr62", - "https://ror.org/03bj0v820", - "https://ror.org/03bnma344", - "https://ror.org/03br1wy20", - "https://ror.org/03c0nx407", - "https://ror.org/03c2k2909", - "https://ror.org/03cfem402", - "https://ror.org/03cv31q28", - "https://ror.org/03czns913", - "https://ror.org/03dbsav41", - "https://ror.org/03edms940", - "https://ror.org/03f0apy98", - "https://ror.org/03f0z1g15", - "https://ror.org/03fk87k11", - "https://ror.org/03gc1p724", - "https://ror.org/03gvm2667", - "https://ror.org/03gz4y884", - "https://ror.org/03hgsyv65", - "https://ror.org/03j82q602", - "https://ror.org/03jdg7625", - "https://ror.org/03jqm0b89", - "https://ror.org/03jtzcc30", - "https://ror.org/03k1e4r14", - "https://ror.org/03k9wer31", - "https://ror.org/03kr50w79", - "https://ror.org/03kwnqq69", - "https://ror.org/03mmb0d82", - "https://ror.org/03ms1y683", - "https://ror.org/03mxktp47", - "https://ror.org/03n91q085", - "https://ror.org/03njrcx45", - "https://ror.org/03nknpw16", - "https://ror.org/03nqvpf75", - "https://ror.org/03nr8xh07", - "https://ror.org/03p3f6k20", - "https://ror.org/03p76m698", - "https://ror.org/03padqz24", - "https://ror.org/03pnp1a74", - "https://ror.org/03q7r5x87", - "https://ror.org/03q99v794", - "https://ror.org/03qgt2624", - "https://ror.org/03r7eh527", - "https://ror.org/03rtw5049", - "https://ror.org/03s0gj002", - "https://ror.org/03s5z5x70", - "https://ror.org/03s877y45", - "https://ror.org/03skt0t88", - "https://ror.org/03smk3872", - "https://ror.org/03sv5kk82", - "https://ror.org/03t2f0a12", - "https://ror.org/03tncyc93", - "https://ror.org/03tnjrr49", - "https://ror.org/03txr3336", - "https://ror.org/03vcm6439", - "https://ror.org/03vdg7e33", - "https://ror.org/03vgfxd91", - "https://ror.org/03vyjkj45", - "https://ror.org/03vyzg221", - "https://ror.org/03wg93s13", - "https://ror.org/03wsemq03", - "https://ror.org/03x0yny97", - "https://ror.org/03x1z2w73", - "https://ror.org/03x30hb31", - "https://ror.org/03x6a1n79", - "https://ror.org/03x8fem72", - "https://ror.org/03xg8m734", - "https://ror.org/03xhggy77", - "https://ror.org/03xmjtz19", - "https://ror.org/03y8mpv07", - "https://ror.org/03yaydt41", - "https://ror.org/03ywn7d79", - "https://ror.org/03z20vp15", - "https://ror.org/03zq0xc17", - "https://ror.org/0409c3995", - "https://ror.org/0416g8z79", - "https://ror.org/041tgdz97", - "https://ror.org/041v2hk34", - "https://ror.org/042cesy50", - "https://ror.org/042ds2135", - "https://ror.org/042fmc481", - "https://ror.org/042h2y225", - "https://ror.org/042xmz674", - "https://ror.org/04310tc15", - "https://ror.org/0431hh004", - "https://ror.org/043749971", - "https://ror.org/043a21x04", - "https://ror.org/043hw6336", - "https://ror.org/043n4fm24", - "https://ror.org/043pfpy19", - "https://ror.org/043we9s22", - "https://ror.org/043wmc583", - "https://ror.org/043xjcd49", - "https://ror.org/0449khs19", - "https://ror.org/044ggyg50", - "https://ror.org/044kxby82", - "https://ror.org/044qpwz88", - "https://ror.org/045ktmd28", - "https://ror.org/045qk7v62", - "https://ror.org/045qszf23", - "https://ror.org/045r56524", - "https://ror.org/046cjf283", - "https://ror.org/046htjf88", - "https://ror.org/04795e365", - "https://ror.org/047fwb937", - "https://ror.org/047rmr210", - "https://ror.org/047z5as19", - "https://ror.org/048xwe611", - "https://ror.org/0494jpz02", - "https://ror.org/049k66y27", - "https://ror.org/049kkt456", - "https://ror.org/049nhh297", - "https://ror.org/049xh5y45", - "https://ror.org/04afed728", - "https://ror.org/04ahza989", - "https://ror.org/04axb9j69", - "https://ror.org/04bg5j190", - "https://ror.org/04bgbbh33", - "https://ror.org/04c3cen15", - "https://ror.org/04ceg1205", - "https://ror.org/04dbzz632", - "https://ror.org/04dxeze48", - "https://ror.org/04e89s906", - "https://ror.org/04f9rh541", - "https://ror.org/04fhrs205", - "https://ror.org/04fm0sh33", - "https://ror.org/04fqvqs63", - "https://ror.org/04fr7pd94", - "https://ror.org/04fy20a51", - "https://ror.org/04g1hjn96", - "https://ror.org/04hd6wf14", - "https://ror.org/04hke8425", - "https://ror.org/04jb47e97", - "https://ror.org/04jm8zw14", - "https://ror.org/04jsk0b74", - "https://ror.org/04kadgz77", - "https://ror.org/04kcjtk03", - "https://ror.org/04kgf6p94", - "https://ror.org/04m5rvb18", - "https://ror.org/04mp4zc06", - "https://ror.org/04mzqjs78", - "https://ror.org/04n9van71", - "https://ror.org/04nabhy78", - "https://ror.org/04nmj9827", - "https://ror.org/04pfm5x27", - "https://ror.org/04qgfge56", - "https://ror.org/04qhwn476", - "https://ror.org/04qq0qp34", - "https://ror.org/04qwfwm19", - "https://ror.org/04rrj3a80", - "https://ror.org/04rrzfd14", - "https://ror.org/04rvw8791", - "https://ror.org/04s0b8n66", - "https://ror.org/04smxbm79", - "https://ror.org/04szabx38", - "https://ror.org/04t50yk91", - "https://ror.org/04team556", - "https://ror.org/04v837171", - "https://ror.org/04vg26t07", - "https://ror.org/04vj6zn89", - "https://ror.org/04vrqzz54", - "https://ror.org/04vthwx70", - "https://ror.org/04w11tv37", - "https://ror.org/04w61vh47", - "https://ror.org/04wz9m339", - "https://ror.org/04xbczw40", - "https://ror.org/04xfycm61", - "https://ror.org/04xmteb38", - "https://ror.org/04xsj2p07", - "https://ror.org/04yavcg77", - "https://ror.org/04yc2e502", - "https://ror.org/04ysg2a58", - "https://ror.org/04zaaa143", - "https://ror.org/04zjb4t38", - "https://ror.org/050gn5214", - "https://ror.org/050sat078", - "https://ror.org/051f3f740", - "https://ror.org/051gvfp41", - "https://ror.org/051sk4035", - "https://ror.org/05258q350", - "https://ror.org/052bbtn31", - "https://ror.org/052d1cv78", - "https://ror.org/052jxdr90", - "https://ror.org/052wpc865", - "https://ror.org/0530qwm02", - "https://ror.org/053vv7851", - "https://ror.org/054v0s666", - "https://ror.org/0550dmh35", - "https://ror.org/055ss7a31", - "https://ror.org/055ymkj32", - "https://ror.org/056g7f250", - "https://ror.org/056mmjd70", - "https://ror.org/056n05x05", - "https://ror.org/056swcy54", - "https://ror.org/057axh226", - "https://ror.org/057zme681", - "https://ror.org/0581g8849", - "https://ror.org/0585hkk81", - "https://ror.org/058rvd314", - "https://ror.org/058z3vf87", - "https://ror.org/0592ata02", - "https://ror.org/059v8sw69", - "https://ror.org/05abgg682", - "https://ror.org/05afmzm11", - "https://ror.org/05brss208", - "https://ror.org/05bz47575", - "https://ror.org/05c95bg36", - "https://ror.org/05c9ks061", - "https://ror.org/05d1e6v30", - "https://ror.org/05ee10k25", - "https://ror.org/05evznf71", - "https://ror.org/05fnxds15", - "https://ror.org/05fvhm231", - "https://ror.org/05g1zjw44", - "https://ror.org/05hm2ja81", - "https://ror.org/05hyx5a17", - "https://ror.org/05j3atf73", - "https://ror.org/05je79696", - "https://ror.org/05jm22562", - "https://ror.org/05k0qmv73", - "https://ror.org/05k1smh27", - "https://ror.org/05k4ema52", - "https://ror.org/05krcen59", - "https://ror.org/05kwbf598", - "https://ror.org/05m14rs93", - "https://ror.org/05m3r1b84", - "https://ror.org/05mmjvv12", - "https://ror.org/05mx55f96", - "https://ror.org/05mzd8v39", - "https://ror.org/05n4nmn13", - "https://ror.org/05neq8668", - "https://ror.org/05ngxmx20", - "https://ror.org/05nk54s89", - "https://ror.org/05nsvn336", - "https://ror.org/05pchb838", - "https://ror.org/05pm8ec76", - "https://ror.org/05qsp5m64", - "https://ror.org/05r5y6641", - "https://ror.org/05rqwc876", - "https://ror.org/05rwrfh97", - "https://ror.org/05s1rff82", - "https://ror.org/05s608j53", - "https://ror.org/05sd5r855", - "https://ror.org/05t5n2z26", - "https://ror.org/05tfp1c72", - "https://ror.org/05thdk431", - "https://ror.org/05vg9cw43", - "https://ror.org/05vjdsn22", - "https://ror.org/05whq8x35", - "https://ror.org/05whrjc31", - "https://ror.org/05xr3b330", - "https://ror.org/05xtktk35", - "https://ror.org/05y6rqs46", - "https://ror.org/03kcgdd35", - "https://ror.org/03a26mh11", - "https://ror.org/05yqfzf35", - "https://ror.org/00mz87608", - "https://ror.org/01wdggh03", - "https://ror.org/00ej51688", - "https://ror.org/05twhbr06", - "https://ror.org/05vjwz959", - "https://ror.org/01g4zf651", - "https://ror.org/028jaxr51", - "https://ror.org/021kpzg59", - "https://ror.org/01pajwc40", - "https://ror.org/0327z0p26", - "https://ror.org/01138xk88", - "https://ror.org/023d00661", - "https://ror.org/051qnm298", - "https://ror.org/04px4e658", - "https://ror.org/02wy4ac67", - "https://ror.org/05nfypp21", - "https://ror.org/02t220m45", - "https://ror.org/023vkeb66", - "https://ror.org/01tz1zp46", - "https://ror.org/0496p8026", - "https://ror.org/02ft5tp06", - "https://ror.org/01y8j9r24", - "https://ror.org/008kn4z11", - "https://ror.org/04hrs9369", - "https://ror.org/042t83k43", - "https://ror.org/04cxsn644", - "https://ror.org/04q1kbj36", - "https://ror.org/04tnvnq52", - "https://ror.org/00hy22508", - "https://ror.org/007x3c094", - "https://ror.org/049qgqg40", - "https://ror.org/00bjjqs38", - "https://ror.org/02mn0vt57", - "https://ror.org/02snf8m58", - "https://ror.org/03tnjrr49", - "https://ror.org/00fw8bp86", - "https://ror.org/034a4bk84", - "https://ror.org/04dcc3438", - "https://ror.org/01g3mb532", - "https://ror.org/00nrbzg90", - "https://ror.org/049nhh297", - "https://ror.org/022txr781", - "https://ror.org/01hg8p552", - "https://ror.org/01kxesq83", - "https://ror.org/03gc1p724", - "https://ror.org/00w1qvp54", - "https://ror.org/03f0apy98", - "https://ror.org/042dc0x18", - "https://ror.org/02avf8f85", - "https://ror.org/00j50jx72", - "https://ror.org/01mbkbh33", - "https://ror.org/03qgt2624", - "https://ror.org/012e1xn46", - "https://ror.org/03s0gj002", - "https://ror.org/05dfxeg46", - "https://ror.org/05rwrfh97", - "https://ror.org/044kxby82", - "https://ror.org/05m3r1b84", - "https://ror.org/03fk87k11", - "https://ror.org/02hwgty18", - "https://ror.org/04rvw8791", - "https://ror.org/04smxbm79", - "https://ror.org/018nzqy79", - "https://ror.org/036j0y719", - "https://ror.org/04xmteb38", - "https://ror.org/0274zdr66", - "https://ror.org/043n4fm24", - "https://ror.org/05sd5r855", - "https://ror.org/04g1hjn96", - "https://ror.org/01k1v7590", - "https://ror.org/02ght4n58", - "https://ror.org/0581g8849", - "https://ror.org/00g669j87", - "https://ror.org/00b7djk73", - "https://ror.org/05y76vp22", - "https://ror.org/014vp6c30", - "https://ror.org/042h2y225", - "https://ror.org/0015h8611", - "https://ror.org/032582s48", - "https://ror.org/004rej139", - "https://ror.org/01225hq90", - "https://ror.org/01jt5ms28", - "https://ror.org/011nqat45", - "https://ror.org/01pa4h393", - "https://ror.org/01s48fc08", - "https://ror.org/01tsa0x55", - "https://ror.org/01920cw75", - "https://ror.org/05xtktk35", - "https://ror.org/05k0qmv73", - "https://ror.org/024gts110", - "https://ror.org/00vn0zc62", - "https://ror.org/01gtjxz83", - "https://ror.org/02h0g9r59", - "https://ror.org/022bnxw24", - "https://ror.org/004gzqz66", - "https://ror.org/01cf2sz15", - "https://ror.org/00xagyq07", - "https://ror.org/01wwcfa26", - "https://ror.org/05je79696", - "https://ror.org/046cjf283", - "https://ror.org/02vnq7240", - "https://ror.org/017d9yp59", - "https://ror.org/05j3atf73", - "https://ror.org/02mdnkg28", - "https://ror.org/05vg9cw43", - "https://ror.org/000ehr937", - "https://ror.org/03wsemq03", - "https://ror.org/03dsd0g48", - "https://ror.org/00ssy9q55", - "https://ror.org/05m14rs93", - "https://ror.org/00aycez97", - "https://ror.org/00bbtde36", - "https://ror.org/03rtw5049", - "https://ror.org/00yee3n23", - "https://ror.org/05nk54s89", - "https://ror.org/03f0apy98", - "https://ror.org/02fdv8735", - "https://ror.org/05mv3tj33", - "https://ror.org/040bzgy82", - "https://ror.org/04xsj2p07", - "https://ror.org/05hm2ja81", - "https://ror.org/05r5y6641", - "https://ror.org/03vte9x46", - "https://ror.org/005fjj927", - "https://ror.org/05pwkex33", - "https://ror.org/03gz4y884", - "https://ror.org/01bch8q67", - "https://ror.org/03j307b25", - "https://ror.org/01vqrde47", - "https://ror.org/049k66y27", - "https://ror.org/02t2hg116", - "https://ror.org/0530qwm02", - "https://ror.org/030qxve40", - "https://ror.org/04fm0sh33", - "https://ror.org/02w0vb190", - "https://ror.org/05258q350", - "https://ror.org/04pfr1b11", - "https://ror.org/03hgsyv65", - "https://ror.org/05jw85995", - "https://ror.org/01gan4k05", - "https://ror.org/0003ege03", - "https://ror.org/04nd4kk51", - "https://ror.org/04ysg2a58", - "https://ror.org/028ta1f94", - "https://ror.org/03jtzcc30", - "https://ror.org/010rs2a38", - "https://ror.org/04c3cen15", - "https://ror.org/058z3vf87", - "https://ror.org/028wq3277", - "https://ror.org/05whrjc31", - "https://ror.org/04agqs597", - "https://ror.org/04nmj9827", - "https://ror.org/02mnw9q71", - "https://ror.org/05k1smh27", - "https://ror.org/05mzd8v39", - "https://ror.org/04qwfwm19", - "https://ror.org/04g26vc28", - "https://ror.org/000d5zy28", - "https://ror.org/000pvc513", - "https://ror.org/00se7bf12", - "https://ror.org/01nw6qk38", - "https://ror.org/001n7ee52", - "https://ror.org/00gj33s30", - "https://ror.org/02s6m8n84", - "https://ror.org/00xts7d02", - "https://ror.org/012wxdw12", - "https://ror.org/05d1e6v30", - "https://ror.org/00cqpd580", - "https://ror.org/03a9gd656", - "https://ror.org/00222yk13", - "https://ror.org/00adwkx90", - "https://ror.org/05xr3b330", - "https://ror.org/039yyx623", - "https://ror.org/04fr7pd94", - "https://ror.org/03s5z5x70", - "https://ror.org/02tn0tm63", - "https://ror.org/045qszf23", - "https://ror.org/03c0nx407", - "https://ror.org/00r8jkk54", - "https://ror.org/03ywn7d79", - "https://ror.org/04fy20a51", - "https://ror.org/03edms940", - "https://ror.org/03xhggy77", - "https://ror.org/00wwxk695", - "https://ror.org/02bhhaf78", - "https://ror.org/02pr0xw82", - "https://ror.org/01racwh88", - "https://ror.org/02v2svk17", - "https://ror.org/00jb20a14", - "https://ror.org/007sc9r91", - "https://ror.org/03atapr58", - "https://ror.org/03q7p3t30", - "https://ror.org/03z20vp15", - "https://ror.org/03nknpw16", - "https://ror.org/00tmb7y09", - "https://ror.org/01rtzw447", - "https://ror.org/056n05x05", - "https://ror.org/02fv42846", - "https://ror.org/028qedy27", - "https://ror.org/02dd25k08", - "https://ror.org/056g7f250", - "https://ror.org/04310tc15", - "https://ror.org/03r7eh527", - "https://ror.org/04vthwx70", - "https://ror.org/02m9cs548", - "https://ror.org/01tv2ca73", - "https://ror.org/02n2h9t24", - "https://ror.org/0171mae58", - "https://ror.org/03cfem402", - "https://ror.org/04qq0qp34", - "https://ror.org/02ctqqq48", - "https://ror.org/04axb9j69", - "https://ror.org/01gje7n16", - "https://ror.org/02g4mxc89", - "https://ror.org/04vrqzz54", - "https://ror.org/00rh71z37", - "https://ror.org/04qgfge56", - "https://ror.org/02160my55", - "https://ror.org/00nvjgv40", - "https://ror.org/014n97s28", - "https://ror.org/02s4dmd79", - "https://ror.org/02jkg8m11", - "https://ror.org/00b4q1853", - "https://ror.org/04vg26t07", - "https://ror.org/04e8pda19", - "https://ror.org/043a21x04", - "https://ror.org/046htjf88", - "https://ror.org/04hd6wf14", - "https://ror.org/00m7zca23", - "https://ror.org/044qpwz88", - "https://ror.org/03f0z1g15", - "https://ror.org/05pchb838", - "https://ror.org/03q99v794", - "https://ror.org/03k1e4r14", - "https://ror.org/02dpqcy73", - "https://ror.org/01z5d0q66", - "https://ror.org/02w2x8s90", - "https://ror.org/052jxdr90", - "https://ror.org/055ymkj32", - "https://ror.org/02bsd9p69", - "https://ror.org/02910d597", - "https://ror.org/052bbtn31", - "https://ror.org/03y8mpv07", - "https://ror.org/02y0gk295", - "https://ror.org/03kwnqq69", - "https://ror.org/045ktmd28", - "https://ror.org/01wrng808", - "https://ror.org/03c2k2909", - "https://ror.org/0323bey33", - "https://ror.org/04dbzz632", - "https://ror.org/058rvd314", - "https://ror.org/022b0h879", - "https://ror.org/02za18p66", - "https://ror.org/0238zyh04", - "https://ror.org/05abgg682", - "https://ror.org/008h1f725", - "https://ror.org/01h14ww21", - "https://ror.org/02ftce284", - "https://ror.org/0416g8z79", - "https://ror.org/01ghvgs84", - "https://ror.org/029rmm934", - "https://ror.org/05qsp5m64", - "https://ror.org/03vdg7e33", - "https://ror.org/03czns913", - "https://ror.org/03nqvpf75", - "https://ror.org/04310tc15", - "https://ror.org/01w0hda30", - "https://ror.org/04e89s906", - "https://ror.org/042xmz674", - "https://ror.org/02mc6qk71", - "https://ror.org/02p3et738", - "https://ror.org/000p29f53", - "https://ror.org/017je3b10", - "https://ror.org/00a72jq18", - "https://ror.org/04zaaa143", - "https://ror.org/02mph9k76", - "https://ror.org/03vyzg221", - "https://ror.org/03t2f0a12", - "https://ror.org/0247p4w70", - "https://ror.org/03e044190", - "https://ror.org/04kadgz77", - "https://ror.org/015x8rz21", - "https://ror.org/04jm8zw14", - "https://ror.org/03xmjtz19", - "https://ror.org/01c6vgf77", - "https://ror.org/05r332y60", - "https://ror.org/03wg93s13", - "https://ror.org/04fqvqs63", - "https://ror.org/02b9znm90", - "https://ror.org/047fwb937", - "https://ror.org/0060xzr04", - "https://ror.org/03padqz24", - "https://ror.org/04fhrs205", - "https://ror.org/02mgw3155", - "https://ror.org/00dyt5s15", - "https://ror.org/01mvzn566", - "https://ror.org/02gn50d10", - "https://ror.org/0375b8f90", - "https://ror.org/02dpqcy73", - "https://ror.org/003g1aw90", - "https://ror.org/0494jpz02", - "https://ror.org/01mts2g59", - "https://ror.org/05s1rff82", - "https://ror.org/03vyjkj45", - "https://ror.org/01xpc6869", - "https://ror.org/02he5dz58", - "https://ror.org/02zh2vx86", - "https://ror.org/05etkex69", - "https://ror.org/01xx2ne27", - "https://ror.org/02me5cy06", - "https://ror.org/027atwb90", - "https://ror.org/02q6fa122", - "https://ror.org/03dbsav41", - "https://ror.org/03bpcga21", - "https://ror.org/05t5n2z26", - "https://ror.org/052d1cv78", - "https://ror.org/00xc55v17", - "https://ror.org/05n4nmn13", - "https://ror.org/01mhd9b84", - "https://ror.org/041v2hk34", - "https://ror.org/051sk4035", - "https://ror.org/02c5gc203", - "https://ror.org/000nhq538", - "https://ror.org/0322sf130", - "https://ror.org/04vj6zn89", - "https://ror.org/048xwe611", - "https://ror.org/01jm8fn98", - "https://ror.org/01c2cjg59", - "https://ror.org/01na0pb61", - "https://ror.org/04szabx38", - "https://ror.org/03mxktp47", - "https://ror.org/0019x5d05", - "https://ror.org/043wmc583", - "https://ror.org/02785qs39", - "https://ror.org/012t91r40", - "https://ror.org/00w2q5j98", - "https://ror.org/01a6zh966", - "https://ror.org/043hw6336", - "https://ror.org/05k4ema52", - "https://ror.org/03tncyc93", - "https://ror.org/03aqj2f62", - "https://ror.org/050gn5214", - "https://ror.org/049kkt456", - "https://ror.org/03bnma344", - "https://ror.org/025mhd687", - "https://ror.org/036xhtv26", - "https://ror.org/0015ws592", - "https://ror.org/05ee10k25", - "https://ror.org/0270xt841", - "https://ror.org/016zvc994", - "https://ror.org/01td3kv81", - "https://ror.org/0300mzg60", - "https://ror.org/032j53342", - "https://ror.org/00jxe7243", - "https://ror.org/00j1y9t40", - "https://ror.org/02nthwg11", - "https://ror.org/04hke8425", - "https://ror.org/03njrcx45", - "https://ror.org/057zme681", - "https://ror.org/04rrj3a80", - "https://ror.org/01m71e459", - "https://ror.org/00c3ktd57", - "https://ror.org/01rf5x574", - "https://ror.org/01t4k8953", - "https://ror.org/047z5as19", - "https://ror.org/04w61vh47", - "https://ror.org/05fvhm231", - "https://ror.org/02gwt2810", - "https://ror.org/053qdb191", - "https://ror.org/030za3c40", - "https://ror.org/04mp4zc06", - "https://ror.org/00pcqj134", - "https://ror.org/001c8pb03", - "https://ror.org/05mx55f96", - "https://ror.org/03nr8xh07", - "https://ror.org/00pdd0432", - "https://ror.org/0366b1491", - "https://ror.org/03p3f6k20", - "https://ror.org/056mmjd70", - "https://ror.org/001695n52", - "https://ror.org/04team556", - "https://ror.org/002fxfq97", - "https://ror.org/055ss7a31", - "https://ror.org/001r32c80", - "https://ror.org/02c6p9834", - "https://ror.org/003sscq03", - "https://ror.org/038207k30", - "https://ror.org/0111s2360", - "https://ror.org/01sdp1y98", - "https://ror.org/00jv0wy06", - "https://ror.org/05cx7ek10", - "https://ror.org/04w11tv37", - "https://ror.org/02z0jq636", - "https://ror.org/02g6y2720", - "https://ror.org/04r5nwv94", - "https://ror.org/00f5hap04", - "https://ror.org/04yavcg77", - "https://ror.org/0157t2j08", - "https://ror.org/02fdf4056", - "https://ror.org/018sx6595", - "https://ror.org/007xqmx73", - "https://ror.org/05nsvn336", - "https://ror.org/04wz9m339", - "https://ror.org/05jm22562", - "https://ror.org/03mmb0d82", - "https://ror.org/04ahza989", - "https://ror.org/05tfp1c72", - "https://ror.org/045qk7v62", - "https://ror.org/0449khs19", - "https://ror.org/036yvb369", - "https://ror.org/02v2jyq75", - "https://ror.org/04jb47e97", - "https://ror.org/035mqrn57", - "https://ror.org/02dqsxz11", - "https://ror.org/03jqm0b89", - "https://ror.org/050sat078", - "https://ror.org/04qhwn476", - "https://ror.org/00mghmd60", - "https://ror.org/01paa1e42", - "https://ror.org/04v837171", - "https://ror.org/028ycv057", - "https://ror.org/00wcvf151", - "https://ror.org/00vb8fc53", - "https://ror.org/03cv31q28", - "https://ror.org/04zjb4t38", - "https://ror.org/006shqv80", - "https://ror.org/059v8sw69", - "https://ror.org/00gd2w119", - "https://ror.org/047rmr210", - "https://ror.org/0047rmf80", - "https://ror.org/0585hkk81", - "https://ror.org/03bj0v820", - "https://ror.org/01wcaw014", - "https://ror.org/026h43663", - "https://ror.org/0266y7j75", - "https://ror.org/01qm1tk92", - "https://ror.org/02d19mr69", - "https://ror.org/025bzyx94", - "https://ror.org/04bg5j190", - "https://ror.org/00abqs885", - "https://ror.org/052wpc865", - "https://ror.org/056swcy54", - "https://ror.org/02cy9g557", - "https://ror.org/01mzxgm71", - "https://ror.org/014nzh720", - "https://ror.org/02j4j8p35", - "https://ror.org/0121yvq70", - "https://ror.org/01wk35t67", - "https://ror.org/00kzsxx38", - "https://ror.org/00rfccx09", - "https://ror.org/02ek9wp67", - "https://ror.org/01y766z47", - "https://ror.org/01yx7av22", - "https://ror.org/04kcjtk03", - "https://ror.org/00a5z9122", - "https://ror.org/02c5gbd66", - "https://ror.org/04795e365", - "https://ror.org/04s0b8n66", - "https://ror.org/05mmjvv12", - "https://ror.org/03xg8m734", - "https://ror.org/05evznf71", - "https://ror.org/02sz8cn84", - "https://ror.org/01cw28e72", - "https://ror.org/021ddkf20", - "https://ror.org/03jdg7625", - "https://ror.org/00x1d4q78", - "https://ror.org/02nnpw434", - "https://ror.org/043xjcd49", - "https://ror.org/03p76m698", - "https://ror.org/029cj5595", - "https://ror.org/045r56524", - "https://ror.org/04m5rvb18", - "https://ror.org/00m43ek07", - "https://ror.org/01b8mj511", - "https://ror.org/05whq8x35", - "https://ror.org/00mdx2x22", - "https://ror.org/05pm8ec76", - "https://ror.org/02m0hy518", - "https://ror.org/0223bz716", - "https://ror.org/007p4nf03", - "https://ror.org/023kqz006", - "https://ror.org/024mt9310", - "https://ror.org/03ms1y683", - "https://ror.org/01dqmj897", - "https://ror.org/00721wn77", - "https://ror.org/03n91q085", - "https://ror.org/05bz47575", - "https://ror.org/00m090414", - "https://ror.org/02jm89840", - "https://ror.org/04ejcwb57", - "https://ror.org/03azy3k91", - "https://ror.org/04w8f9k94", - "https://ror.org/03sv5kk82", - "https://ror.org/03x6a1n79", - "https://ror.org/02y6fxd73", - "https://ror.org/051gvfp41", - "https://ror.org/04f9rh541", - "https://ror.org/030jm0n16", - "https://ror.org/003fs1j49", - "https://ror.org/05rqwc876", - "https://ror.org/05c9ks061", - "https://ror.org/00g7vvf64", - "https://ror.org/00bhwwh42", - "https://ror.org/03ae8w006", - "https://ror.org/02wzg8t73", - "https://ror.org/00nrven85", - "https://ror.org/02djzje70", - "https://ror.org/00ca65425", - "https://ror.org/00vctdx48", - "https://ror.org/01a0gpy77", - "https://ror.org/030ewzw66", - "https://ror.org/03aef3108", - "https://ror.org/02wgtm643", - "https://ror.org/05pwkex33", - "https://ror.org/01b436806", - "https://ror.org/05fc1hn07", - "https://ror.org/01jwwzm25", - "https://ror.org/03smk3872", - "https://ror.org/05g1zjw44", - "https://ror.org/04afed728", - "https://ror.org/05y6rqs46", - "https://ror.org/01c8rcg82", - "https://ror.org/043749971", - "https://ror.org/0075hvk77", - "https://ror.org/0592ata02", - "https://ror.org/00myn0z94", - "https://ror.org/05neq8668", - "https://ror.org/03adqg323", - "https://ror.org/04t50yk91", - "https://ror.org/01215r597", - "https://ror.org/05krcen59", - "https://ror.org/00k4e5n71", - "https://ror.org/0266kfd37", - "https://ror.org/00rv5x925", - "https://ror.org/046p9e825", - "https://ror.org/03vcm6439", - "https://ror.org/00t3fpp34", - "https://ror.org/006z7v557", - "https://ror.org/03pnp1a74", - "https://ror.org/02vnf0c38", - "https://ror.org/03jv6w209", - "https://ror.org/013yean28", - "https://ror.org/022r5hc56", - "https://ror.org/03985kf35", - "https://ror.org/000063q30", - "https://ror.org/05afmzm11", - "https://ror.org/030p0rb34", - "https://ror.org/031ah7413", - "https://ror.org/03kfjwy31", - "https://ror.org/03yaydt41", - "https://ror.org/04ceg1205", - "https://ror.org/016crzw98", - "https://ror.org/03smk3872", - "https://ror.org/01q5ge486", - "https://ror.org/01k383v05", - "https://ror.org/00qm1ye08", - "https://ror.org/01k1ngp50", - "https://ror.org/05s608j53", - "https://ror.org/03yn94905", - "https://ror.org/004fmxv66", - "https://ror.org/01kvxx237", - "https://ror.org/059fn5f50", - "https://ror.org/01prxdf57", - "https://ror.org/042ds2135", - "https://ror.org/04yc2e502", - "https://ror.org/03br1wy20", - "https://ror.org/043we9s22", - "https://ror.org/03vgfxd91", - "https://ror.org/05vjdsn22", - "https://ror.org/04bgbbh33", - "https://ror.org/0431hh004", - "https://ror.org/03txr3336", - "https://ror.org/03taa9n66", - "https://ror.org/03x30hb31", - "https://ror.org/03zq0xc17", - "https://ror.org/04jsk0b74", - "https://ror.org/013q33h79", - "https://ror.org/02q4res37", - "https://ror.org/025nmxp11", - "https://ror.org/00wrnm709", - "https://ror.org/04xbczw40", - "https://ror.org/0028p8r67", - "https://ror.org/032w6q449", - "https://ror.org/04rrzfd14", - "https://ror.org/015gaxx73", - "https://ror.org/05thdk431", - "https://ror.org/044ggyg50", - "https://ror.org/023ffhx15", - "https://ror.org/00p6sn362", - "https://ror.org/01pfter31", - "https://ror.org/018b0x874", - "https://ror.org/01yypjb30", - "https://ror.org/00ah32k04", - "https://ror.org/02wy3s959", - "https://ror.org/003jnac13", - "https://ror.org/05hyx5a17", - "https://ror.org/04dxeze48", - "https://ror.org/02fke9256", - "https://ror.org/01vrxpt40", - "https://ror.org/05c95bg36", - "https://ror.org/057axh226", - "https://ror.org/015vtcw98", - "https://ror.org/04nabhy78", - "https://ror.org/01b2epx09", - "https://ror.org/00k4e5n71", - "https://ror.org/01yr0r787", - "https://ror.org/036zswm25", - "https://ror.org/043pfpy19", - "https://ror.org/03vcm6439", - "https://ror.org/0059vr703", - "https://ror.org/03787ar02", - "https://ror.org/01nyrrx14", - "https://ror.org/023f9y602", - "https://ror.org/02z8yps18", - "https://ror.org/01bn5c048", - "https://ror.org/03f0apy98", - "https://ror.org/021fdyt09", - "https://ror.org/02w5mvk98", - "https://ror.org/01rnfhz46", - "https://ror.org/03q7r5x87", - "https://ror.org/03k9wer31", - "https://ror.org/04kgf6p94", - "https://ror.org/03kr50w79", - "https://ror.org/05ngxmx20", - "https://ror.org/017jp7t31", - "https://ror.org/00xd1ek73", - "https://ror.org/03bcdsr62", - "https://ror.org/03985kf35", - "https://ror.org/03gvm2667", - "https://ror.org/00f7srh09", - "https://ror.org/00nbx9b54", - "https://ror.org/03011gg73", - "https://ror.org/029hkd614", - "https://ror.org/0293jn610", - "https://ror.org/041tgdz97", - "https://ror.org/03j82q602", - "https://ror.org/049xh5y45", - "https://ror.org/04mzqjs78", - "https://ror.org/01tp1c480", - "https://ror.org/03skt0t88", - "https://ror.org/00s8hq550", - "https://ror.org/008rywf59", - "https://ror.org/02tp7mm44", - "https://ror.org/00sad8321", - "https://ror.org/05j6qf006", - "https://ror.org/028cef883", - "https://ror.org/04xfycm61", - "https://ror.org/04n9van71", - "https://ror.org/027mnq498", - "https://ror.org/02bhp7a56", - "https://ror.org/005fjj927", - "https://ror.org/00c3ta789", - "https://ror.org/01dadvw90", - "https://ror.org/01cah1n37", - "https://ror.org/02s56xp85", - "https://ror.org/0325zb480", - "https://ror.org/05je79696", - "https://ror.org/03x8fem72", - "https://ror.org/020ahr442", - "https://ror.org/011gea244", - "https://ror.org/03x1z2w73", - "https://ror.org/039p01270", - "https://ror.org/01h0a3k64", - "https://ror.org/054v0s666", - "https://ror.org/00e4pqm50", - "https://ror.org/027rbaq21", - "https://ror.org/02xh23b55", - "https://ror.org/00357kh21", - "https://ror.org/0409c3995", - "https://ror.org/053vv7851", - "https://ror.org/0229z0679", - "https://ror.org/05fnxds15", - "https://ror.org/03s0pzj56", - "https://ror.org/05d6wfd23", - "https://ror.org/04pfm5x27", - "https://ror.org/03x0yny97", - "https://ror.org/05kxt4539", - "https://ror.org/051f3f740", - "https://ror.org/02wgtm643", - "https://ror.org/05pwkex33", - "https://ror.org/01kcrnc96", - "https://ror.org/01177bb84", - "https://ror.org/01z2f0n71", - "https://ror.org/037zfay27", - "https://ror.org/00jy6y646", - "https://ror.org/031y5kf09", - "https://ror.org/0305gxg06", - "https://ror.org/028m5h544", - "https://ror.org/042s1r231", - "https://ror.org/049xh5y45", - "https://ror.org/03wg93s13", - "https://ror.org/0416g8z79", - "https://ror.org/056g7f250", - "https://ror.org/01w0hda30", - "https://ror.org/042xmz674", - "https://ror.org/03kwnqq69", - "https://ror.org/045ktmd28", - "https://ror.org/04hke8425", - "https://ror.org/013f2p073", - "https://ror.org/00wvtes77", - "https://ror.org/03v4jvx71", - "https://ror.org/01nc10f70", - "https://ror.org/02s3b7375", - "https://ror.org/03ctyg534", - "https://ror.org/02j7awn61", - "https://ror.org/02zws8w42", - "https://ror.org/02a2awp29", - "https://ror.org/00yee3n23", - "https://ror.org/01tsa0x55", - "https://ror.org/01gtjxz83", - "https://ror.org/05258q350", - "https://ror.org/01pa4h393", - "https://ror.org/03r5d5c48", - "https://ror.org/011nqat45", - "https://ror.org/05je79696", - "https://ror.org/031xg0236", - "https://ror.org/007k1sp19", - "https://ror.org/02v0g3b09", - "https://ror.org/002sjzb46", - "https://ror.org/03p28de55", - "https://ror.org/04abbt041", - "https://ror.org/00q8gze35", - "https://ror.org/0421ngv68", - "https://ror.org/0159yvt51", - "https://ror.org/00xkg0532", - "https://ror.org/03g7tsb60", - "https://ror.org/038mncb54", - "https://ror.org/04xnkqg56", - "https://ror.org/00077hj81", - "https://ror.org/05pj0t051", - "https://ror.org/059z1ye11", - "https://ror.org/03p3amd86", - "https://ror.org/05v2cwj11", - "https://ror.org/05qgc7m36", - "https://ror.org/022jb9a19", - "https://ror.org/035vnpg93", - "https://ror.org/053wq2p27", - "https://ror.org/0194hft57", - "https://ror.org/043ja9593", - "https://ror.org/00rttk466", - "https://ror.org/04qgdxq75", - "https://ror.org/005g9fg60", - "https://ror.org/00hr9sq71", - "https://ror.org/04fvec703", - "https://ror.org/003m5dy43", - "https://ror.org/025n6m978", - "https://ror.org/04wgfew19", - "https://ror.org/02e6ym289", - "https://ror.org/056hxch81", - "https://ror.org/045ff8v85", - "https://ror.org/02t6zvp46", - "https://ror.org/01pgzvb06", - "https://ror.org/02cksep19", - "https://ror.org/01zn4dj88", - "https://ror.org/0381pta47", - "https://ror.org/056th3f83", - "https://ror.org/024cwyh09", - "https://ror.org/01wy0hc37", - "https://ror.org/03wt8n129", - "https://ror.org/01gamk045", - "https://ror.org/05rv46r52", - "https://ror.org/02xc7ww16", - "https://ror.org/0440j7g03", - "https://ror.org/03w9t3v76", - "https://ror.org/02n848x19", - "https://ror.org/0005fxe59", - "https://ror.org/02m9pkf41", - "https://ror.org/034kszc22", - "https://ror.org/02mv3qy73", - "https://ror.org/019yhsq25", - "https://ror.org/048c8c312", - "https://ror.org/034zjpe43", - "https://ror.org/03kdymn35", - "https://ror.org/00vk6my81", - "https://ror.org/00ts9pr54", - "https://ror.org/05eedav07", - "https://ror.org/008p7mq56", - "https://ror.org/059z28h12", - "https://ror.org/01xpreq28", - "https://ror.org/0378sf364", - "https://ror.org/00ts9pr54", - "https://ror.org/038yp4g21", - "https://ror.org/003y0kg83", - "https://ror.org/00a8p0m24", - "https://ror.org/03eqm6y13", - "https://ror.org/05514hp74", - "https://ror.org/05588ks88", - "https://ror.org/05sc3hd12", - "https://ror.org/0032jvj22", - "https://ror.org/04vgc9p51", - "https://ror.org/058hz8544", - "https://ror.org/003n95695", - "https://ror.org/05367a632", - "https://ror.org/03hp7bq97", - "https://ror.org/02b5vq778", - "https://ror.org/01c2t8448", - "https://ror.org/025mhc977", - "https://ror.org/01kwx4m12", - "https://ror.org/055swm364", - "https://ror.org/04damed73", - "https://ror.org/03hxp6v65", - "https://ror.org/01e8etd40", - "https://ror.org/016vxbe23", - "https://ror.org/01s48fc08", - "https://ror.org/052ahj806", - "https://ror.org/006je8v76", - "https://ror.org/01xpreq28", - "https://ror.org/0378sf364", - "https://ror.org/0452rtt80", - "https://ror.org/01dz5cg19", - "https://ror.org/00enct420", - "https://ror.org/0157t2j08", - "https://ror.org/02rv1bf67", - "https://ror.org/04zr5ey71", - "https://ror.org/002t9r032", - "https://ror.org/003ckn545", - "https://ror.org/002yg6s88", - "https://ror.org/03f4xj038", - "https://ror.org/014net767", - "https://ror.org/04y91dy23", - "https://ror.org/03g19es12", - "https://ror.org/046cwyy43", - "https://ror.org/04mb5jg98", - "https://ror.org/01ffjs081", - "https://ror.org/00nwtj239", - "https://ror.org/01thw2g46", - "https://ror.org/00a8p0m24", - "https://ror.org/051p9ra28", - "https://ror.org/00qk0vr83", - "https://ror.org/04b9q5f39", - "https://ror.org/028fzwe08", - "https://ror.org/031xg0236", - "https://ror.org/04av83c71", - "https://ror.org/00hbc1k35", - "https://ror.org/04kwqat20" - ] - }, - "https://ror.org/028crwz56": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00g04a530", - "https://ror.org/00xpayr72", - "https://ror.org/02skrr217", - "https://ror.org/041ttmq60", - "https://ror.org/021rr7t48", - "https://ror.org/033xgn512", - "https://ror.org/029sqvy31" - ] - }, - "https://ror.org/059mq0909": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05dvgp237", - "https://ror.org/03794w632", - "https://ror.org/04w702289", - "https://ror.org/002dnnm39", - "https://ror.org/03cpzkh11", - "https://ror.org/00v6g9845", - "https://ror.org/002rp1x36", - "https://ror.org/031gmvg29", - "https://ror.org/04q9w3z30", - "https://ror.org/02kpejc28", - "https://ror.org/01rk7mv85", - "https://ror.org/0247c3d85", - "https://ror.org/04f6ygk28", - "https://ror.org/02mt4w922", - "https://ror.org/00cgmd914", - "https://ror.org/01a079157", - "https://ror.org/026xfzp73", - "https://ror.org/00sexkk33", - "https://ror.org/03acf5r27", - "https://ror.org/051vpna32", - "https://ror.org/058pqk375", - "https://ror.org/05rn4h878", - "https://ror.org/03v7qgt03", - "https://ror.org/056egm241", - "https://ror.org/0287e5797", - "https://ror.org/04axb7e79", - "https://ror.org/023t3yx44" - ] - }, - "https://ror.org/00q545m27": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02fbyq253" - ] - }, - "https://ror.org/00jyb5v21": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01yemhm44" - ] - }, - "https://ror.org/01sc83v92": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00m4rxj18", - "https://ror.org/01p178v10", - "https://ror.org/01jwwzm25" - ] - }, - "https://ror.org/00ht4dp10": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/000ncdv93" - ] - }, - "https://ror.org/04pnpc024": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04wpbw410", - "https://ror.org/0539xgm86", - "https://ror.org/003mvv560", - "https://ror.org/01k79ja28" - ] - }, - "https://ror.org/04yn30r61": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01hj51r83" - ] - }, - "https://ror.org/01bx6mz39": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01z2za656" - ] - }, - "https://ror.org/051a9ap09": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01f38w959" - ] - }, - "https://ror.org/02y9nww90": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/03wxsga24", - "https://ror.org/023yg3m94" - ] - }, - "https://ror.org/040ejvh72": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/015vyg314", - "https://ror.org/02e2g9z06" - ] - }, - "https://ror.org/0372th171": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04pfr1b11", - "https://ror.org/05xxb2f26", - "https://ror.org/03011gg73", - "https://ror.org/003n95695", - "https://ror.org/02bhhaf78", - "https://ror.org/02ght4n58", - "https://ror.org/03dgmxj03", - "https://ror.org/05h929866", - "https://ror.org/0266kfd37", - "https://ror.org/03rtw5049", - "https://ror.org/00psw8792", - "https://ror.org/05sat2s07", - "https://ror.org/04fke6556", - "https://ror.org/03mcrfa90", - "https://ror.org/007dbrz84", - "https://ror.org/05ybd2c79", - "https://ror.org/05fa5kd53", - "https://ror.org/00ss0a232", - "https://ror.org/01qjd1497", - "https://ror.org/010rve435", - "https://ror.org/036tyjs84", - "https://ror.org/05yhtfv11", - "https://ror.org/00aytnh12", - "https://ror.org/04av83c71", - "https://ror.org/01jwwzm25", - "https://ror.org/04av83c71" - ] - }, - "https://ror.org/04988re48": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04h7zpy51", - "https://ror.org/00fe63682", - "https://ror.org/05e6z8230", - "https://ror.org/00131es19", - "https://ror.org/00fwme054", - "https://ror.org/03sg03b15", - "https://ror.org/016w95s77", - "https://ror.org/038p71r52", - "https://ror.org/02s3rf023", - "https://ror.org/00g1rv562", - "https://ror.org/02dhqpx10", - "https://ror.org/034dv1544", - "https://ror.org/03rvzaf62", - "https://ror.org/040m5vj74", - "https://ror.org/03pkh6520", - "https://ror.org/05nn56080", - "https://ror.org/03936xk86", - "https://ror.org/033yvsr74", - "https://ror.org/014s45j06", - "https://ror.org/03031sb11", - "https://ror.org/01h9ygv15", - "https://ror.org/05nx14188" - ] - }, - "https://ror.org/01hvx5h04": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04s6fbg51" - ] - }, - "https://ror.org/03vdjbj89": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01dqmj897" - ] - }, - "https://ror.org/0237c2m81": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05rsdqb94", - "https://ror.org/055hzkr52", - "https://ror.org/040eafj92" - ] - }, - "https://ror.org/042v2q176": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02hr2bm48" - ] - }, - "https://ror.org/0492nfe34": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042xmab38" - ] - }, - "https://ror.org/020mgne32": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02ft67b52", - "https://ror.org/03ejke973" - ] - }, - "https://ror.org/039fm7e11": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jx5gc25" - ] - }, - "https://ror.org/05gj5ka88": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/056cwrs58" - ] - }, - "https://ror.org/04w49p241": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/059w5gg54" - ] - }, - "https://ror.org/0081fs513": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00jxb8k91", - "https://ror.org/036a3f271", - "https://ror.org/03rq94151", - "https://ror.org/05k07f122", - "https://ror.org/014pzm971", - "https://ror.org/0348f6e47", - "https://ror.org/01m444286", - "https://ror.org/019ptgs60", - "https://ror.org/05de0bv95", - "https://ror.org/00822yn93", - "https://ror.org/0047z8a16", - "https://ror.org/04tmf0341", - "https://ror.org/0135mxn53", - "https://ror.org/03rejdd20", - "https://ror.org/05a6c8567", - "https://ror.org/057bjmy35", - "https://ror.org/017vc0d35", - "https://ror.org/003vcnv80", - "https://ror.org/0468m5s46" - ] - }, - "https://ror.org/05591te55": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02qqvpd39", - "https://ror.org/025z3z560", - "https://ror.org/010wkny21", - "https://ror.org/04xrcta15", - "https://ror.org/01mvrj242", - "https://ror.org/032hzb643", - "https://ror.org/002epp671", - "https://ror.org/04j4kfb22", - "https://ror.org/01h2vtb84", - "https://ror.org/02jet3w32", - "https://ror.org/02nfy3535", - "https://ror.org/029e6qe04", - "https://ror.org/02wbcav28", - "https://ror.org/03gc4br58", - "https://ror.org/03dftj863", - "https://ror.org/00v8kcx92", - "https://ror.org/0480tmh03", - "https://ror.org/016g7a124", - "https://ror.org/02cqe8q68", - "https://ror.org/04hhrpp03", - "https://ror.org/05na4hm84", - "https://ror.org/01s1pqt66", - "https://ror.org/01x8c0495", - "https://ror.org/04eb1yz45", - "https://ror.org/03tw5w184", - "https://ror.org/00a8v8w71", - "https://ror.org/02am8se85", - "https://ror.org/01996tc28", - "https://ror.org/05fw3y429", - "https://ror.org/03j546b66", - "https://ror.org/01trny179", - "https://ror.org/02794jc95", - "https://ror.org/049ajfa91", - "https://ror.org/03hxyy717", - "https://ror.org/03gfgbw10", - "https://ror.org/05g1y0660", - "https://ror.org/04x6wax64", - "https://ror.org/02fhhwa39", - "https://ror.org/02fa5cb34", - "https://ror.org/0431ec194", - "https://ror.org/005506478", - "https://ror.org/03cmqx484", - "https://ror.org/00nts2374", - "https://ror.org/03g9zwv89", - "https://ror.org/05885p792", - "https://ror.org/0029hqx58", - "https://ror.org/059qe0395" - ] - }, - "https://ror.org/03dk6td20": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/05m3b2090" - ] - }, - "https://ror.org/03sy3av50": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01eewth24" - ] - }, - "https://ror.org/031vecd37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/042akwa68" - ] - }, - "https://ror.org/02e9yx751": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00971b260", - "https://ror.org/00njsd438", - "https://ror.org/04d06q394", - "https://ror.org/03nmefy27", - "https://ror.org/02c20ys54", - "https://ror.org/014f9c269", - "https://ror.org/024bc3e07", - "https://ror.org/03weg0b71", - "https://ror.org/04vssaz54" - ] - }, - "https://ror.org/032hdk172": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/057wkj006" - ] - }, - "https://ror.org/058aw2d25": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0170kjy29" - ] - }, - "https://ror.org/006hf6230": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/02n9d1732" - ] - }, - "https://ror.org/031chmq77": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/050xxna91", - "https://ror.org/05f71q776" - ] - }, - "https://ror.org/03pptns37": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01zkndt15" - ] - }, - "https://ror.org/059bgad73": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/003bd9j39" - ] - }, - "https://ror.org/0352aer08": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04s1a2p79" - ] - }, - "https://ror.org/04bangx95": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/023z0r493" - ] - }, - "https://ror.org/05mm0yq33": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/01jyv8a11" - ] - }, - "https://ror.org/001040111": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00x5cwj10", - "https://ror.org/020s2ee41", - "https://ror.org/00w3jeh04", - "https://ror.org/00r693281", - "https://ror.org/05tm1p212", - "https://ror.org/02gvm1k21", - "https://ror.org/049va0671", - "https://ror.org/04prq1595", - "https://ror.org/03wvvht30", - "https://ror.org/05a81sk89", - "https://ror.org/04jrf5w40", - "https://ror.org/02agdqs91", - "https://ror.org/02n5m2450" - ] - }, - "https://ror.org/03gp5b411": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/00vd0rf02" - ] - }, - "https://ror.org/03c4mmv16": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/04z45pv75", - "https://ror.org/05y2jpg52", - "https://ror.org/00wazyk32", - "https://ror.org/058rwr454", - "https://ror.org/05jtef216", - "https://ror.org/00rzr5v92", - "https://ror.org/04c794867", - "https://ror.org/01m7n4g71", - "https://ror.org/051pmyn62", - "https://ror.org/022knwr79", - "https://ror.org/035wq2m82", - "https://ror.org/03ypxpx75", - "https://ror.org/048tf4023", - "https://ror.org/05vdb2m56", - "https://ror.org/0236dma10", - "https://ror.org/037s0tq36", - "https://ror.org/01ss0kv69", - "https://ror.org/05q526p85", - "https://ror.org/02xk45068", - "https://ror.org/02vb93k64", - "https://ror.org/033xefj97", - "https://ror.org/00qf78c11", - "https://ror.org/05g0swy93", - "https://ror.org/00r5mc782", - "https://ror.org/02gsv2389", - "https://ror.org/00h533452", - "https://ror.org/047xz1e88", - "https://ror.org/044tjxx32", - "https://ror.org/02gzkyr25", - "https://ror.org/00kmnzb51", - "https://ror.org/036s2ns10", - "https://ror.org/042cm9p56" - ] - }, - "https://ror.org/043cdzb63": { - "ancestors": [ - - ], - "descendants": [ - "https://ror.org/0320vkk33" - ] - } -} \ No newline at end of file diff --git a/app/services/ror_reference_store.rb b/app/services/ror_reference_store.rb new file mode 100644 index 000000000..cc00875ef --- /dev/null +++ b/app/services/ror_reference_store.rb @@ -0,0 +1,115 @@ +# frozen_string_literal: true + +require "aws-sdk-s3" + +# Service for loading and caching ROR reference mapping files from S3. +# +# Memcached has a ~1 MB item limit, so large JSON files are split into +# fixed-size chunks and stored under individual cache keys. A lightweight +# "meta" key records how many chunks exist so the reader can reassemble the +# original JSON without hitting S3 again. +# +# Cache key layout for mapping "funder_to_ror": +# ror_ref/funder_to_ror/meta => { "chunks" => N } (Hash) +# ror_ref/funder_to_ror/0 => "" +# ror_ref/funder_to_ror/1 => "" +# … +class RorReferenceStore + S3_PREFIX = "ror_funder_mapping/" + CHUNK_SIZE = 512 * 1024 # 512 KB – well below Memcached's 1 MB limit + + MAPPING_FILES = { + funder_to_ror: "funder_to_ror.json", + ror_hierarchy: "ror_hierarchy.json", + ror_to_countries: "ror_to_countries.json", + }.freeze + + class << self + def funder_to_ror + load_mapping(:funder_to_ror) + end + + def ror_hierarchy + load_mapping(:ror_hierarchy) + end + + def ror_to_countries + load_mapping(:ror_to_countries) + end + + # Downloads all three mappings from S3 and rewrites the cache. + def refresh_all! + MAPPING_FILES.each_key { |key| refresh!(key) } + end + + private + + def load_mapping(key) + json = read_from_cache(key) + if json + Rails.logger.info "[RorReferenceStore] cache hit: #{key}" + return json + end + + Rails.logger.info "[RorReferenceStore] cache miss: #{key} – fetching from S3" + refresh!(key) + end + + # Downloads the mapping from S3, writes chunked cache keys, and returns + # the parsed Hash. Returns nil on failure so callers can degrade + # gracefully. + def refresh!(key) + body = download_from_s3(MAPPING_FILES[key]) + return nil if body.nil? + + write_to_cache(key, body) + JSON.parse(body) + rescue JSON::ParserError => e + Rails.logger.error "[RorReferenceStore] JSON parse error for #{key}: #{e.message}" + nil + end + + # Reassembles chunks from cache. Returns nil if any chunk is missing. + def read_from_cache(key) + meta = Rails.cache.read(meta_cache_key(key)) + return nil if meta.nil? + + chunk_count = meta["chunks"] + chunks = (0...chunk_count).map { |i| Rails.cache.read(chunk_cache_key(key, i)) } + return nil if chunks.any?(&:nil?) + + JSON.parse(chunks.join) + rescue JSON::ParserError => e + Rails.logger.error "[RorReferenceStore] JSON parse error reading cache for #{key}: #{e.message}" + nil + end + + def write_to_cache(key, body) + chunks = body.scan(/.{1,#{CHUNK_SIZE}}/m) + chunks.each_with_index do |chunk, i| + Rails.cache.write(chunk_cache_key(key, i), chunk, expires_in: 25.hours) + end + Rails.cache.write(meta_cache_key(key), { "chunks" => chunks.size }, expires_in: 25.hours) + end + + def download_from_s3(filename) + bucket = ENV["ROR_ANALYSIS_S3_BUCKET"] + object_key = "#{S3_PREFIX}#{filename}" + + client = Aws::S3::Client.new + response = client.get_object(bucket: bucket, key: object_key) + response.body.read + rescue Aws::S3::Errors::ServiceError => e + Rails.logger.error "[RorReferenceStore] S3 download failed for #{filename}: #{e.message}" + nil + end + + def meta_cache_key(key) + "ror_ref/#{key}/meta" + end + + def chunk_cache_key(key, index) + "ror_ref/#{key}/#{index}" + end + end +end diff --git a/config/initializers/load_ror_data.rb b/config/initializers/load_ror_data.rb deleted file mode 100644 index 4d6e76e47..000000000 --- a/config/initializers/load_ror_data.rb +++ /dev/null @@ -1,4 +0,0 @@ -# frozen_string_literal: true - -FUNDER_TO_ROR = JSON.parse(File.read(Rails.root.join("app/resources/funder_to_ror.json"))).freeze -ROR_HIERARCHY = JSON.parse(File.read(Rails.root.join("app/resources/ror_hierarchy.json"))).freeze diff --git a/lib/tasks/ror_reference_cache.rake b/lib/tasks/ror_reference_cache.rake new file mode 100644 index 000000000..0edf040b2 --- /dev/null +++ b/lib/tasks/ror_reference_cache.rake @@ -0,0 +1,10 @@ +# frozen_string_literal: true + +namespace :ror do + desc "Download ROR reference mapping files from S3 and refresh the Rails cache" + task refresh_reference_cache: :environment do + puts "Refreshing ROR reference cache from S3…" + RorReferenceStore.refresh_all! + puts "Done." + end +end diff --git a/spec/concerns/rorable_spec.rb b/spec/concerns/rorable_spec.rb index 2d0132ae6..7a408349b 100644 --- a/spec/concerns/rorable_spec.rb +++ b/spec/concerns/rorable_spec.rb @@ -3,15 +3,25 @@ require "rails_helper" describe "Rorable", type: :model do + let(:funder_to_ror_data) { { "100010552" => "https://ror.org/04ttjf776" } } + let(:ror_hierarchy_data) do + { "https://ror.org/00a0jsq62" => { "ancestors" => ["https://ror.org/04cw6st05"] } } + end + + before do + allow(RorReferenceStore).to receive(:funder_to_ror).and_return(funder_to_ror_data) + allow(RorReferenceStore).to receive(:ror_hierarchy).and_return(ror_hierarchy_data) + end + describe "data is loaded" do it "loads Crossref Funder Id to ROR mapping" do - expect(FUNDER_TO_ROR).to be_a(Hash) - expect(FUNDER_TO_ROR).not_to be_empty + expect(RorReferenceStore.funder_to_ror).to be_a(Hash) + expect(RorReferenceStore.funder_to_ror).not_to be_empty end it "loads ROR hierarchy mapping" do - expect(ROR_HIERARCHY).to be_a(Hash) - expect(ROR_HIERARCHY).not_to be_empty + expect(RorReferenceStore.ror_hierarchy).to be_a(Hash) + expect(RorReferenceStore.ror_hierarchy).not_to be_empty end end @@ -35,12 +45,6 @@ ror_id = doi.get_ror_from_crossref_funder_id(funder_id) expect(ror_id).to eq("https://ror.org/04ttjf776") end - - it "maps Crossref Funder ID with https://doi.org to ROR" do - funder_id = "https://doi.org/10.13039/100010552" - ror_id = doi.get_ror_from_crossref_funder_id(funder_id) - expect(ror_id).to eq("https://ror.org/04ttjf776") - end end describe "ROR to ancestor mapping" do diff --git a/spec/services/ror_reference_store_spec.rb b/spec/services/ror_reference_store_spec.rb new file mode 100644 index 000000000..240710289 --- /dev/null +++ b/spec/services/ror_reference_store_spec.rb @@ -0,0 +1,118 @@ +# frozen_string_literal: true + +require "rails_helper" + +RSpec.describe RorReferenceStore, type: :service do + let(:sample_json) { JSON.generate({ "100010552" => "https://ror.org/04ttjf776" }) } + let(:s3_client) { instance_double(Aws::S3::Client) } + let(:s3_response) { instance_double(Aws::S3::Types::GetObjectOutput, body: StringIO.new(sample_json)) } + + before do + # Clear all ROR reference cache keys before each test + RorReferenceStore::MAPPING_FILES.each_key do |key| + meta = Rails.cache.read("ror_ref/#{key}/meta") + if meta + meta["chunks"].times { |i| Rails.cache.delete("ror_ref/#{key}/#{i}") } + end + Rails.cache.delete("ror_ref/#{key}/meta") + end + end + + describe "chunked cache write and read" do + it "stores and retrieves data via chunked cache keys" do + allow(Aws::S3::Client).to receive(:new).and_return(s3_client) + allow(s3_client).to receive(:get_object).and_return(s3_response) + stub_const("ENV", ENV.to_h.merge("ROR_ANALYSIS_S3_BUCKET" => "test-bucket")) + + result = described_class.funder_to_ror + expect(result).to be_a(Hash) + expect(result["100010552"]).to eq("https://ror.org/04ttjf776") + + # Meta key should now be populated + meta = Rails.cache.read("ror_ref/funder_to_ror/meta") + expect(meta).to be_a(Hash) + expect(meta["chunks"]).to be >= 1 + end + + it "returns cached data on subsequent calls without hitting S3" do + allow(Aws::S3::Client).to receive(:new).and_return(s3_client) + allow(s3_client).to receive(:get_object).and_return(s3_response).once + stub_const("ENV", ENV.to_h.merge("ROR_ANALYSIS_S3_BUCKET" => "test-bucket")) + + described_class.funder_to_ror + result = described_class.funder_to_ror + + expect(result["100010552"]).to eq("https://ror.org/04ttjf776") + expect(s3_client).to have_received(:get_object).once + end + end + + describe "partial cache miss recovery" do + it "re-fetches from S3 when a chunk is missing" do + allow(Aws::S3::Client).to receive(:new).and_return(s3_client) + allow(s3_client).to receive(:get_object).and_return(s3_response) + stub_const("ENV", ENV.to_h.merge("ROR_ANALYSIS_S3_BUCKET" => "test-bucket")) + + # Populate cache the first time + described_class.funder_to_ror + + # Corrupt the cache by deleting chunk 0 + Rails.cache.delete("ror_ref/funder_to_ror/0") + + # Should trigger another S3 download + result = described_class.funder_to_ror + expect(result).to be_a(Hash) + expect(s3_client).to have_received(:get_object).twice + end + end + + describe "refresh_all!" do + it "downloads all three mappings from S3" do + allow(Aws::S3::Client).to receive(:new).and_return(s3_client) + allow(s3_client).to receive(:get_object).and_return(s3_response) + stub_const("ENV", ENV.to_h.merge("ROR_ANALYSIS_S3_BUCKET" => "test-bucket")) + + described_class.refresh_all! + + expect(s3_client).to have_received(:get_object).exactly(3).times + end + + it "overwrites existing cache entries" do + allow(Aws::S3::Client).to receive(:new).and_return(s3_client) + allow(s3_client).to receive(:get_object).and_return(s3_response) + stub_const("ENV", ENV.to_h.merge("ROR_ANALYSIS_S3_BUCKET" => "test-bucket")) + + # Populate first + described_class.funder_to_ror + + # Refresh + described_class.refresh_all! + + result = described_class.funder_to_ror + expect(result).to be_a(Hash) + end + end + + describe "S3 failure handling" do + it "returns nil when S3 download fails" do + allow(Aws::S3::Client).to receive(:new).and_return(s3_client) + allow(s3_client).to receive(:get_object).and_raise( + Aws::S3::Errors::ServiceError.new(nil, "Access Denied") + ) + stub_const("ENV", ENV.to_h.merge("ROR_ANALYSIS_S3_BUCKET" => "test-bucket")) + + expect(described_class.funder_to_ror).to be_nil + end + end + + describe "cache key helpers" do + it "uses expected meta cache key format" do + expect(described_class.send(:meta_cache_key, :funder_to_ror)).to eq("ror_ref/funder_to_ror/meta") + end + + it "uses expected chunk cache key format" do + expect(described_class.send(:chunk_cache_key, :funder_to_ror, 0)).to eq("ror_ref/funder_to_ror/0") + expect(described_class.send(:chunk_cache_key, :funder_to_ror, 2)).to eq("ror_ref/funder_to_ror/2") + end + end +end From fc2c74bb9f1df48ce5ef8a59b543d6993957d1b0 Mon Sep 17 00:00:00 2001 From: jrhoads Date: Wed, 25 Feb 2026 12:02:46 +0100 Subject: [PATCH 3/9] refactor: change RorReferenceStore to individual key-value caching --- app/models/concerns/rorable.rb | 7 +- app/services/ror_reference_store.rb | 114 ++++++++++++++-------------- 2 files changed, 59 insertions(+), 62 deletions(-) diff --git a/app/models/concerns/rorable.rb b/app/models/concerns/rorable.rb index 0e9a37b10..b95e237dc 100644 --- a/app/models/concerns/rorable.rb +++ b/app/models/concerns/rorable.rb @@ -5,11 +5,12 @@ module Rorable def get_ror_from_crossref_funder_id(funder_id) funder_id_suffix = funder_id.split("10.13039/").last - RorReferenceStore.funder_to_ror&.fetch(funder_id_suffix, nil) + RorReferenceStore.funder_to_ror(funder_id_suffix) end def get_ror_parents(ror_id) normalized_ror = "https://#{ror_from_url(ror_id)}" - RorReferenceStore.ror_hierarchy&.dig(normalized_ror, "ancestors") || [] + hierarchy = RorReferenceStore.ror_hierarchy(normalized_ror) + hierarchy&.dig("ancestors") || [] end -end +end \ No newline at end of file diff --git a/app/services/ror_reference_store.rb b/app/services/ror_reference_store.rb index cc00875ef..005e7a25f 100644 --- a/app/services/ror_reference_store.rb +++ b/app/services/ror_reference_store.rb @@ -4,99 +4,95 @@ # Service for loading and caching ROR reference mapping files from S3. # -# Memcached has a ~1 MB item limit, so large JSON files are split into -# fixed-size chunks and stored under individual cache keys. A lightweight -# "meta" key records how many chunks exist so the reader can reassemble the -# original JSON without hitting S3 again. +# Each key-value pair from the mapping JSON is stored as its own cache entry, +# avoiding the need to assemble large Hashes in memory on every lookup. # # Cache key layout for mapping "funder_to_ror": -# ror_ref/funder_to_ror/meta => { "chunks" => N } (Hash) -# ror_ref/funder_to_ror/0 => "" -# ror_ref/funder_to_ror/1 => "" +# ror_ref/funder_to_ror/populated => true (written last, signals warm cache) +# ror_ref/funder_to_ror/ => "" +# ror_ref/funder_to_ror/ => "" # … +# +# For nested mappings like "ror_hierarchy": +# ror_ref/ror_hierarchy/ => { "ancestors" => [...], ... } +# class RorReferenceStore - S3_PREFIX = "ror_funder_mapping/" - CHUNK_SIZE = 512 * 1024 # 512 KB – well below Memcached's 1 MB limit + S3_PREFIX = "ror_funder_mapping/" + TTL = 31.days + POPULATED_KEY_SUFFIX = "populated" MAPPING_FILES = { - funder_to_ror: "funder_to_ror.json", - ror_hierarchy: "ror_hierarchy.json", + funder_to_ror: "funder_to_ror.json", + ror_hierarchy: "ror_hierarchy.json", ror_to_countries: "ror_to_countries.json", }.freeze class << self - def funder_to_ror - load_mapping(:funder_to_ror) + # Returns the ROR ID for a given funder ID suffix, or nil if not found. + def funder_to_ror(funder_id) + lookup(:funder_to_ror, funder_id) end - def ror_hierarchy - load_mapping(:ror_hierarchy) + # Returns the hierarchy Hash for a given ROR ID, or nil if not found. + def ror_hierarchy(ror_id) + lookup(:ror_hierarchy, ror_id) end - def ror_to_countries - load_mapping(:ror_to_countries) + # Returns the country data for a given ROR ID, or nil if not found. + def ror_to_countries(ror_id) + lookup(:ror_to_countries, ror_id) end # Downloads all three mappings from S3 and rewrites the cache. + # Intended to be called from the monthly rake task. def refresh_all! MAPPING_FILES.each_key { |key| refresh!(key) } end private - def load_mapping(key) - json = read_from_cache(key) - if json - Rails.logger.info "[RorReferenceStore] cache hit: #{key}" - return json + def lookup(mapping, key) + # If cache isn't populated yet, trigger a refresh first + unless cache_populated?(mapping) + Rails.logger.info "[RorReferenceStore] cache cold for #{mapping} – fetching from S3" + refresh!(mapping) end - Rails.logger.info "[RorReferenceStore] cache miss: #{key} – fetching from S3" - refresh!(key) + value = Rails.cache.read(value_cache_key(mapping, key)) + Rails.logger.info "[RorReferenceStore] #{value ? 'hit' : 'miss'}: #{mapping}/#{key}" + value + end + + def cache_populated?(mapping) + Rails.cache.read(populated_cache_key(mapping)) == true end - # Downloads the mapping from S3, writes chunked cache keys, and returns - # the parsed Hash. Returns nil on failure so callers can degrade - # gracefully. - def refresh!(key) - body = download_from_s3(MAPPING_FILES[key]) + def refresh!(mapping) + body = download_from_s3(MAPPING_FILES[mapping]) return nil if body.nil? - write_to_cache(key, body) - JSON.parse(body) - rescue JSON::ParserError => e - Rails.logger.error "[RorReferenceStore] JSON parse error for #{key}: #{e.message}" - nil - end + hash = JSON.parse(body) - # Reassembles chunks from cache. Returns nil if any chunk is missing. - def read_from_cache(key) - meta = Rails.cache.read(meta_cache_key(key)) - return nil if meta.nil? + # Write each key-value pair individually + hash.each do |key, value| + Rails.cache.write(value_cache_key(mapping, key), value, expires_in: TTL) + end - chunk_count = meta["chunks"] - chunks = (0...chunk_count).map { |i| Rails.cache.read(chunk_cache_key(key, i)) } - return nil if chunks.any?(&:nil?) + # Write the population signal last — only set after all keys are written + Rails.cache.write(populated_cache_key(mapping), true, expires_in: TTL) - JSON.parse(chunks.join) + Rails.logger.info "[RorReferenceStore] refreshed #{mapping} – #{hash.size} keys written" + nil rescue JSON::ParserError => e - Rails.logger.error "[RorReferenceStore] JSON parse error reading cache for #{key}: #{e.message}" + Rails.logger.error "[RorReferenceStore] JSON parse error for #{mapping}: #{e.message}" nil end - def write_to_cache(key, body) - chunks = body.scan(/.{1,#{CHUNK_SIZE}}/m) - chunks.each_with_index do |chunk, i| - Rails.cache.write(chunk_cache_key(key, i), chunk, expires_in: 25.hours) - end - Rails.cache.write(meta_cache_key(key), { "chunks" => chunks.size }, expires_in: 25.hours) - end - def download_from_s3(filename) - bucket = ENV["ROR_ANALYSIS_S3_BUCKET"] + bucket = ENV["ROR_ANALYSIS_S3_BUCKET"] object_key = "#{S3_PREFIX}#{filename}" - client = Aws::S3::Client.new + client = Aws::S3::Client.new response = client.get_object(bucket: bucket, key: object_key) response.body.read rescue Aws::S3::Errors::ServiceError => e @@ -104,12 +100,12 @@ def download_from_s3(filename) nil end - def meta_cache_key(key) - "ror_ref/#{key}/meta" + def value_cache_key(mapping, key) + "ror_ref/#{mapping}/#{key}" end - def chunk_cache_key(key, index) - "ror_ref/#{key}/#{index}" + def populated_cache_key(mapping) + "ror_ref/#{mapping}/#{POPULATED_KEY_SUFFIX}" end end -end +end \ No newline at end of file From 89f48992f3331786dbb1ed26535034af2d7a0087 Mon Sep 17 00:00:00 2001 From: jrhoads Date: Wed, 25 Feb 2026 13:28:28 +0100 Subject: [PATCH 4/9] test: refactor Rorable spec to use specific method stubbing and improve nil assertions --- spec/concerns/rorable_spec.rb | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/spec/concerns/rorable_spec.rb b/spec/concerns/rorable_spec.rb index 7a408349b..a069161de 100644 --- a/spec/concerns/rorable_spec.rb +++ b/spec/concerns/rorable_spec.rb @@ -3,26 +3,13 @@ require "rails_helper" describe "Rorable", type: :model do - let(:funder_to_ror_data) { { "100010552" => "https://ror.org/04ttjf776" } } - let(:ror_hierarchy_data) do - { "https://ror.org/00a0jsq62" => { "ancestors" => ["https://ror.org/04cw6st05"] } } - end - before do - allow(RorReferenceStore).to receive(:funder_to_ror).and_return(funder_to_ror_data) - allow(RorReferenceStore).to receive(:ror_hierarchy).and_return(ror_hierarchy_data) - end - - describe "data is loaded" do - it "loads Crossref Funder Id to ROR mapping" do - expect(RorReferenceStore.funder_to_ror).to be_a(Hash) - expect(RorReferenceStore.funder_to_ror).not_to be_empty - end - - it "loads ROR hierarchy mapping" do - expect(RorReferenceStore.ror_hierarchy).to be_a(Hash) - expect(RorReferenceStore.ror_hierarchy).not_to be_empty - end + allow(RorReferenceStore).to receive(:funder_to_ror).with("100010552").and_return("https://ror.org/04ttjf776") + allow(RorReferenceStore).to receive(:funder_to_ror).with("10.77777/100010552").and_return(nil) + allow(RorReferenceStore).to receive(:ror_hierarchy).with("https://ror.org/00a0jsq62").and_return( + { "ancestors" => ["https://ror.org/04cw6st05"] } + ) + allow(RorReferenceStore).to receive(:ror_hierarchy).with("https://ror.org/doi.org/00a0jsq62").and_return(nil) end describe "Crossref Funder ID to ROR mapping" do @@ -37,7 +24,7 @@ it "does not map invalid Crossref Funder ID to ROR" do funder_id = "10.77777/100010552" ror_id = doi.get_ror_from_crossref_funder_id(funder_id) - expect(ror_id).to eq(nil) + expect(ror_id).to be_nil end it "maps Crossref Funder ID with https://doi.org to ROR" do From f9e4434acf2727fe022b0ef9a39171fa176995dd Mon Sep 17 00:00:00 2001 From: jrhoads Date: Wed, 25 Feb 2026 13:28:53 +0100 Subject: [PATCH 5/9] test: update RorReferenceStore tests to use per-key caching instead of chunking --- spec/services/ror_reference_store_spec.rb | 69 +++++++++-------------- 1 file changed, 28 insertions(+), 41 deletions(-) diff --git a/spec/services/ror_reference_store_spec.rb b/spec/services/ror_reference_store_spec.rb index 240710289..8d9e000b8 100644 --- a/spec/services/ror_reference_store_spec.rb +++ b/spec/services/ror_reference_store_spec.rb @@ -8,30 +8,24 @@ let(:s3_response) { instance_double(Aws::S3::Types::GetObjectOutput, body: StringIO.new(sample_json)) } before do - # Clear all ROR reference cache keys before each test - RorReferenceStore::MAPPING_FILES.each_key do |key| - meta = Rails.cache.read("ror_ref/#{key}/meta") - if meta - meta["chunks"].times { |i| Rails.cache.delete("ror_ref/#{key}/#{i}") } - end - Rails.cache.delete("ror_ref/#{key}/meta") + # Clear all ROR reference cache keys before each test (per-key + populated sentinel) + RorReferenceStore::MAPPING_FILES.each_key do |mapping| + Rails.cache.delete("ror_ref/#{mapping}/#{RorReferenceStore::POPULATED_KEY_SUFFIX}") + # Clear the value key used in funder_to_ror tests so cold-cache behavior is consistent + Rails.cache.delete("ror_ref/#{mapping}/100010552") end end - describe "chunked cache write and read" do - it "stores and retrieves data via chunked cache keys" do + describe "per-key cache write and read" do + it "stores and retrieves data via per-key cache entries" do allow(Aws::S3::Client).to receive(:new).and_return(s3_client) allow(s3_client).to receive(:get_object).and_return(s3_response) stub_const("ENV", ENV.to_h.merge("ROR_ANALYSIS_S3_BUCKET" => "test-bucket")) - result = described_class.funder_to_ror - expect(result).to be_a(Hash) - expect(result["100010552"]).to eq("https://ror.org/04ttjf776") + result = described_class.funder_to_ror("100010552") + expect(result).to eq("https://ror.org/04ttjf776") - # Meta key should now be populated - meta = Rails.cache.read("ror_ref/funder_to_ror/meta") - expect(meta).to be_a(Hash) - expect(meta["chunks"]).to be >= 1 + expect(Rails.cache.read("ror_ref/funder_to_ror/populated")).to eq(true) end it "returns cached data on subsequent calls without hitting S3" do @@ -39,29 +33,26 @@ allow(s3_client).to receive(:get_object).and_return(s3_response).once stub_const("ENV", ENV.to_h.merge("ROR_ANALYSIS_S3_BUCKET" => "test-bucket")) - described_class.funder_to_ror - result = described_class.funder_to_ror + described_class.funder_to_ror("100010552") + result = described_class.funder_to_ror("100010552") - expect(result["100010552"]).to eq("https://ror.org/04ttjf776") + expect(result).to eq("https://ror.org/04ttjf776") expect(s3_client).to have_received(:get_object).once end end - describe "partial cache miss recovery" do - it "re-fetches from S3 when a chunk is missing" do + describe "cold cache refresh" do + it "re-fetches from S3 when populated key is missing" do allow(Aws::S3::Client).to receive(:new).and_return(s3_client) allow(s3_client).to receive(:get_object).and_return(s3_response) stub_const("ENV", ENV.to_h.merge("ROR_ANALYSIS_S3_BUCKET" => "test-bucket")) - # Populate cache the first time - described_class.funder_to_ror + described_class.funder_to_ror("100010552") - # Corrupt the cache by deleting chunk 0 - Rails.cache.delete("ror_ref/funder_to_ror/0") + Rails.cache.delete("ror_ref/funder_to_ror/populated") - # Should trigger another S3 download - result = described_class.funder_to_ror - expect(result).to be_a(Hash) + result = described_class.funder_to_ror("100010552") + expect(result).to eq("https://ror.org/04ttjf776") expect(s3_client).to have_received(:get_object).twice end end @@ -82,37 +73,33 @@ allow(s3_client).to receive(:get_object).and_return(s3_response) stub_const("ENV", ENV.to_h.merge("ROR_ANALYSIS_S3_BUCKET" => "test-bucket")) - # Populate first - described_class.funder_to_ror - - # Refresh + described_class.funder_to_ror("100010552") described_class.refresh_all! - result = described_class.funder_to_ror - expect(result).to be_a(Hash) + result = described_class.funder_to_ror("100010552") + expect(result).to eq("https://ror.org/04ttjf776") end end describe "S3 failure handling" do - it "returns nil when S3 download fails" do + it "returns nil when S3 download fails and cache is cold" do allow(Aws::S3::Client).to receive(:new).and_return(s3_client) allow(s3_client).to receive(:get_object).and_raise( Aws::S3::Errors::ServiceError.new(nil, "Access Denied") ) stub_const("ENV", ENV.to_h.merge("ROR_ANALYSIS_S3_BUCKET" => "test-bucket")) - expect(described_class.funder_to_ror).to be_nil + expect(described_class.funder_to_ror("100010552")).to be_nil end end describe "cache key helpers" do - it "uses expected meta cache key format" do - expect(described_class.send(:meta_cache_key, :funder_to_ror)).to eq("ror_ref/funder_to_ror/meta") + it "uses expected value cache key format" do + expect(described_class.send(:value_cache_key, :funder_to_ror, "100010552")).to eq("ror_ref/funder_to_ror/100010552") end - it "uses expected chunk cache key format" do - expect(described_class.send(:chunk_cache_key, :funder_to_ror, 0)).to eq("ror_ref/funder_to_ror/0") - expect(described_class.send(:chunk_cache_key, :funder_to_ror, 2)).to eq("ror_ref/funder_to_ror/2") + it "uses expected populated cache key format" do + expect(described_class.send(:populated_cache_key, :funder_to_ror)).to eq("ror_ref/funder_to_ror/populated") end end end From 0f4fcbdfe18913fd86d3c42d506271c251d46eb9 Mon Sep 17 00:00:00 2001 From: jrhoads Date: Wed, 25 Feb 2026 14:33:24 +0100 Subject: [PATCH 6/9] perf: optimize cache lookup logic and fix cold cache test cases --- app/services/ror_reference_store.rb | 11 ++++++++--- spec/services/ror_reference_store_spec.rb | 8 +++++++- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/app/services/ror_reference_store.rb b/app/services/ror_reference_store.rb index 005e7a25f..a7cc95579 100644 --- a/app/services/ror_reference_store.rb +++ b/app/services/ror_reference_store.rb @@ -52,13 +52,18 @@ def refresh_all! private def lookup(mapping, key) - # If cache isn't populated yet, trigger a refresh first + value = Rails.cache.read(value_cache_key(mapping, key)) + unless value.nil? + Rails.logger.info "[RorReferenceStore] hit: #{mapping}/#{key}" + return value + end + + # Value nil: might be cold cache or key not in mapping — check populated unless cache_populated?(mapping) Rails.logger.info "[RorReferenceStore] cache cold for #{mapping} – fetching from S3" refresh!(mapping) + value = Rails.cache.read(value_cache_key(mapping, key)) end - - value = Rails.cache.read(value_cache_key(mapping, key)) Rails.logger.info "[RorReferenceStore] #{value ? 'hit' : 'miss'}: #{mapping}/#{key}" value end diff --git a/spec/services/ror_reference_store_spec.rb b/spec/services/ror_reference_store_spec.rb index 8d9e000b8..8c40201e7 100644 --- a/spec/services/ror_reference_store_spec.rb +++ b/spec/services/ror_reference_store_spec.rb @@ -44,12 +44,18 @@ describe "cold cache refresh" do it "re-fetches from S3 when populated key is missing" do allow(Aws::S3::Client).to receive(:new).and_return(s3_client) - allow(s3_client).to receive(:get_object).and_return(s3_response) + # Two responses so the second get_object returns a fresh readable body (StringIO is consumed on read) + allow(s3_client).to receive(:get_object).and_return( + instance_double(Aws::S3::Types::GetObjectOutput, body: StringIO.new(sample_json)), + instance_double(Aws::S3::Types::GetObjectOutput, body: StringIO.new(sample_json)) + ) stub_const("ENV", ENV.to_h.merge("ROR_ANALYSIS_S3_BUCKET" => "test-bucket")) described_class.funder_to_ror("100010552") + # Simulate cold cache: remove populated sentinel and the value so lookup checks populated and refreshes Rails.cache.delete("ror_ref/funder_to_ror/populated") + Rails.cache.delete("ror_ref/funder_to_ror/100010552") result = described_class.funder_to_ror("100010552") expect(result).to eq("https://ror.org/04ttjf776") From b2b7b0edcbdfa602be72c86b23828b94e8272d9d Mon Sep 17 00:00:00 2001 From: jrhoads Date: Wed, 25 Feb 2026 14:44:14 +0100 Subject: [PATCH 7/9] Appease rubocop --- app/models/concerns/rorable.rb | 2 +- app/services/ror_reference_store.rb | 101 ++++++++++++++-------------- 2 files changed, 51 insertions(+), 52 deletions(-) diff --git a/app/models/concerns/rorable.rb b/app/models/concerns/rorable.rb index b95e237dc..9f6db8d60 100644 --- a/app/models/concerns/rorable.rb +++ b/app/models/concerns/rorable.rb @@ -13,4 +13,4 @@ def get_ror_parents(ror_id) hierarchy = RorReferenceStore.ror_hierarchy(normalized_ror) hierarchy&.dig("ancestors") || [] end -end \ No newline at end of file +end diff --git a/app/services/ror_reference_store.rb b/app/services/ror_reference_store.rb index a7cc95579..5e18a798a 100644 --- a/app/services/ror_reference_store.rb +++ b/app/services/ror_reference_store.rb @@ -50,67 +50,66 @@ def refresh_all! end private - - def lookup(mapping, key) - value = Rails.cache.read(value_cache_key(mapping, key)) - unless value.nil? - Rails.logger.info "[RorReferenceStore] hit: #{mapping}/#{key}" - return value - end - - # Value nil: might be cold cache or key not in mapping — check populated - unless cache_populated?(mapping) - Rails.logger.info "[RorReferenceStore] cache cold for #{mapping} – fetching from S3" - refresh!(mapping) + def lookup(mapping, key) value = Rails.cache.read(value_cache_key(mapping, key)) + unless value.nil? + Rails.logger.info "[RorReferenceStore] hit: #{mapping}/#{key}" + return value + end + + # Value nil: might be cold cache or key not in mapping — check populated + unless cache_populated?(mapping) + Rails.logger.info "[RorReferenceStore] cache cold for #{mapping} – fetching from S3" + refresh!(mapping) + value = Rails.cache.read(value_cache_key(mapping, key)) + end + Rails.logger.info "[RorReferenceStore] #{value ? 'hit' : 'miss'}: #{mapping}/#{key}" + value end - Rails.logger.info "[RorReferenceStore] #{value ? 'hit' : 'miss'}: #{mapping}/#{key}" - value - end - def cache_populated?(mapping) - Rails.cache.read(populated_cache_key(mapping)) == true - end + def cache_populated?(mapping) + Rails.cache.read(populated_cache_key(mapping)) == true + end - def refresh!(mapping) - body = download_from_s3(MAPPING_FILES[mapping]) - return nil if body.nil? + def refresh!(mapping) + body = download_from_s3(MAPPING_FILES[mapping]) + return nil if body.nil? - hash = JSON.parse(body) + hash = JSON.parse(body) - # Write each key-value pair individually - hash.each do |key, value| - Rails.cache.write(value_cache_key(mapping, key), value, expires_in: TTL) - end + # Write each key-value pair individually + hash.each do |key, value| + Rails.cache.write(value_cache_key(mapping, key), value, expires_in: TTL) + end - # Write the population signal last — only set after all keys are written - Rails.cache.write(populated_cache_key(mapping), true, expires_in: TTL) + # Write the population signal last — only set after all keys are written + Rails.cache.write(populated_cache_key(mapping), true, expires_in: TTL) - Rails.logger.info "[RorReferenceStore] refreshed #{mapping} – #{hash.size} keys written" - nil - rescue JSON::ParserError => e - Rails.logger.error "[RorReferenceStore] JSON parse error for #{mapping}: #{e.message}" - nil - end + Rails.logger.info "[RorReferenceStore] refreshed #{mapping} – #{hash.size} keys written" + nil + rescue JSON::ParserError => e + Rails.logger.error "[RorReferenceStore] JSON parse error for #{mapping}: #{e.message}" + nil + end - def download_from_s3(filename) - bucket = ENV["ROR_ANALYSIS_S3_BUCKET"] - object_key = "#{S3_PREFIX}#{filename}" + def download_from_s3(filename) + bucket = ENV["ROR_ANALYSIS_S3_BUCKET"] + object_key = "#{S3_PREFIX}#{filename}" - client = Aws::S3::Client.new - response = client.get_object(bucket: bucket, key: object_key) - response.body.read - rescue Aws::S3::Errors::ServiceError => e - Rails.logger.error "[RorReferenceStore] S3 download failed for #{filename}: #{e.message}" - nil - end + client = Aws::S3::Client.new + response = client.get_object(bucket: bucket, key: object_key) + response.body.read + rescue Aws::S3::Errors::ServiceError => e + Rails.logger.error "[RorReferenceStore] S3 download failed for #{filename}: #{e.message}" + nil + end - def value_cache_key(mapping, key) - "ror_ref/#{mapping}/#{key}" - end + def value_cache_key(mapping, key) + "ror_ref/#{mapping}/#{key}" + end - def populated_cache_key(mapping) - "ror_ref/#{mapping}/#{POPULATED_KEY_SUFFIX}" - end + def populated_cache_key(mapping) + "ror_ref/#{mapping}/#{POPULATED_KEY_SUFFIX}" + end end -end \ No newline at end of file +end From f2de6d09877b5b6fa5d6b0dff721bba9fce0263f Mon Sep 17 00:00:00 2001 From: jrhoads Date: Wed, 25 Feb 2026 15:22:26 +0100 Subject: [PATCH 8/9] test: add ROR reference store test helpers and shared context --- spec/support/ror_reference_store_helper.rb | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 spec/support/ror_reference_store_helper.rb diff --git a/spec/support/ror_reference_store_helper.rb b/spec/support/ror_reference_store_helper.rb new file mode 100644 index 000000000..a51b694fe --- /dev/null +++ b/spec/support/ror_reference_store_helper.rb @@ -0,0 +1,35 @@ +# frozen_string_literal: true + +# Prevents any spec that indexes DOIs (and thus triggers Rorable/RorReferenceStore) +# from hitting S3 when building funder_rors / funder_parent_rors. +# Specs that assert on specific ROR/funder behavior should include the shared +# context "ROR funding stubs for DOI indexing" to override with the expected mappings. +# Skip this stub in the RorReferenceStore spec so it can exercise the real store (with S3 stubbed). +RSpec.configure do |config| + config.before(:each) do |example| + next if example.metadata[:file_path]&.include?("spec/services/ror_reference_store_spec.rb") + + allow(RorReferenceStore).to receive(:funder_to_ror).and_return(nil) + allow(RorReferenceStore).to receive(:ror_hierarchy).and_return(nil) + end +end + +# Shared context for examples that assert on specific funder_rors / funder_parent_rors +# (e.g. funded_by filter, "with funding references" in doi_spec). +# Overrides the default nil stubs with the mappings used by those examples. +RSpec.shared_context "ROR funding stubs for DOI indexing" do + before do + allow(RorReferenceStore).to receive(:funder_to_ror).with("501100000780").and_return("https://ror.org/00k4n6c32") + allow(RorReferenceStore).to receive(:funder_to_ror).with("501100000781").and_return("https://ror.org/05mkt9r11") + allow(RorReferenceStore).to receive(:ror_hierarchy).with("https://ror.org/00k4n6c32").and_return( + { "ancestors" => ["https://ror.org/019w4f821"] } + ) + allow(RorReferenceStore).to receive(:ror_hierarchy).with("https://ror.org/00a0jsq62").and_return( + { "ancestors" => ["https://ror.org/04cw6st05"] } + ) + allow(RorReferenceStore).to receive(:ror_hierarchy).with("https://ror.org/05mkt9r11").and_return( + { "ancestors" => ["https://ror.org/00k4n6c32", "https://ror.org/019w4f821"] } + ) + # Other arguments keep the default nil from the global before in this file + end +end From daebf99286553d9afd04110a4268fd2962206297 Mon Sep 17 00:00:00 2001 From: jrhoads Date: Wed, 25 Feb 2026 15:23:47 +0100 Subject: [PATCH 9/9] test: include ROR funding stubs context in DOI model and request specs --- spec/models/doi_spec.rb | 2 ++ spec/requests/datacite_dois/datacite_dois_spec.rb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/spec/models/doi_spec.rb b/spec/models/doi_spec.rb index a2359634e..2104b2690 100644 --- a/spec/models/doi_spec.rb +++ b/spec/models/doi_spec.rb @@ -2331,6 +2331,8 @@ end describe "with funding references" do + include_context "ROR funding stubs for DOI indexing" + let(:doi) { create(:doi, funding_references: [ diff --git a/spec/requests/datacite_dois/datacite_dois_spec.rb b/spec/requests/datacite_dois/datacite_dois_spec.rb index 7b2880516..80667fb89 100755 --- a/spec/requests/datacite_dois/datacite_dois_spec.rb +++ b/spec/requests/datacite_dois/datacite_dois_spec.rb @@ -654,6 +654,8 @@ def clear_doi_index end describe "GET /dois with funded_by filter", prefix_pool_size: 3 do + include_context "ROR funding stubs for DOI indexing" + let!(:dois) { create_list(:doi, 10, client: client, aasm_state: "findable", version_info: "testtag") } let!(:funded_by_ec_dois) do create_list(:doi, 5, client: client, aasm_state: "findable", funding_references: